#include "il2cpp-config.h" #ifndef _MSC_VER # include #else # include #endif #include #include #include #include #include #include #include #include "il2cpp-class-internals.h" #include "codegen/il2cpp-codegen.h" #include "il2cpp-object-internals.h" template struct VirtActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; struct VirtActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct VirtActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct 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 VirtFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct VirtFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct VirtFuncInvoker6 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, T6, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, invokeData.method); } }; template struct VirtFuncInvoker5 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method); } }; template struct VirtFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtFuncInvoker7 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, T6, T7, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, invokeData.method); } }; template struct GenericVirtActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; struct GenericVirtActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct GenericVirtActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericVirtActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((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 GenericVirtFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct GenericVirtFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericVirtFuncInvoker6 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, T6, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, invokeData.method); } }; template struct GenericVirtFuncInvoker5 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method); } }; template struct GenericVirtFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct GenericVirtFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct GenericVirtFuncInvoker7 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, T6, T7, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, invokeData.method); } }; template struct InterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; struct InterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct InterfaceActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, 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 InterfaceFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct InterfaceFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct InterfaceFuncInvoker6 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, T6, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, invokeData.method); } }; template struct InterfaceFuncInvoker5 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method); } }; template struct InterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceFuncInvoker7 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, T6, T7, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, invokeData.method); } }; template struct GenericInterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; struct GenericInterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct GenericInterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericInterfaceActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, 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); } }; template struct GenericInterfaceFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct GenericInterfaceFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericInterfaceFuncInvoker6 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, T6, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, invokeData.method); } }; template struct GenericInterfaceFuncInvoker5 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method); } }; template struct GenericInterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct GenericInterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct GenericInterfaceFuncInvoker7 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, T6, T7, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, invokeData.method); } }; // XLua.CSObjectWrap.XLuaTestInvokeLuaICalcBridge struct XLuaTestInvokeLuaICalcBridge_t4005527277; // XLua.LuaEnv struct LuaEnv_t2152703515; // XLua.LuaBase struct LuaBase_t1730675691; // System.String struct String_t; // System.EventHandler`1 struct EventHandler_1_t2907339746; // XLua.ObjectTranslator struct ObjectTranslator_t2020767555; // System.Type struct Type_t; // XLua.CSObjectWrap.XLuaTestLuaBehaviourWrap struct XLuaTestLuaBehaviourWrap_t2270440042; // XLua.ObjectTranslatorPool struct ObjectTranslatorPool_t158158286; // XLua.LuaDLL.lua_CSFunction struct lua_CSFunction_t883524059; // XLuaTest.LuaBehaviour struct LuaBehaviour_t310118987; // XLuaTest.Injection struct Injection_t1663173063; // XLua.CSObjectWrap.XLuaTestMyEnumWrap struct XLuaTestMyEnumWrap_t450139710; // XLua.CSObjectWrap.XLuaTestMyStructWrap struct XLuaTestMyStructWrap_t1006490053; // XLua.CSObjectWrap.XLuaTestNoGcWrap struct XLuaTestNoGcWrap_t595560218; // XLuaTest.NoGc struct NoGc_t2304347923; // XLua.CSObjectWrap.XLuaTestPeddingWrap struct XLuaTestPeddingWrap_t128877870; // XLua.DelegateBridge struct DelegateBridge_t811511531; // XLua.DelegateBridgeBase struct DelegateBridgeBase_t3577089876; // UnityEngine.Transform struct Transform_t3600365921; // System.Byte[] struct ByteU5BU5D_t4116647657; // XLuaTest.InvokeLua/ICalc struct ICalc_t3351541889; // System.String[] struct StringU5BU5D_t1281789340; // UnityEngine.GameObject struct GameObject_t1113636619; // System.Delegate struct Delegate_t1188392813; // System.Action`2 struct Action_2_t304146730; // System.Action`2 struct Action_2_t2340848427; // System.Action struct Action_t1264377477; // DG.Tweening.TweenCallback struct TweenCallback_t3727756325; // UnityEngine.Events.UnityAction struct UnityAction_t3245792599; // System.Func`3 struct Func_3_t1810338832; // System.Action`1 struct Action_1_t2019918284; // System.Action`1 struct Action_1_t3252573759; // System.Action`1 struct Action_1_t767132958; // System.Action`1 struct Action_1_t3123413348; // UnityEngine.Events.UnityAction`1 struct UnityAction_1_t3535781894; // System.Action`2 struct Action_2_t4177122770; // System.Action`1 struct Action_1_t4289115252; // System.Action`1 struct Action_1_t1569734369; // UnityEngine.Events.UnityAction`1 struct UnityAction_1_t12182309; // System.Action`2 struct Action_2_t3560029198; // System.Action`2 struct Action_2_t2523487705; // System.Action`2 struct Action_2_t1290832230; // XLuaTest.InvokeLua/CalcNew struct CalcNew_t680260847; // XLuaTest.IntParam struct IntParam_t1872826946; // XLuaTest.Vector3Param struct Vector3Param_t2925075643; // XLuaTest.CustomValueTypeParam struct CustomValueTypeParam_t1524517362; // XLuaTest.EnumParam struct EnumParam_t1711860956; // XLuaTest.DecimalParam struct DecimalParam_t4056261327; // XLuaTest.ArrayAccess struct ArrayAccess_t1010732446; // System.Action`1 struct Action_1_t269755560; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3632739877; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t132545152; // System.ArgumentException struct ArgumentException_t132251570; // XLua.DoNotGenAttribute struct DoNotGenAttribute_t2745209486; // System.Attribute struct Attribute_t861562559; // XLua.GCOptimizeAttribute struct GCOptimizeAttribute_t1482179628; // XLua.HotfixAttribute struct HotfixAttribute_t1092748519; // XLua.HotfixDelegateAttribute struct HotfixDelegateAttribute_t1498077041; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1632706988; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t3301826201; // System.Collections.Generic.List`1 struct List_1_t3349700990; // System.Collections.Generic.List`1 struct List_1_t257213610; // XLua.InternalGlobals/__GEN_DELEGATE0 struct __GEN_DELEGATE0_t195997268; // System.Reflection.MethodInfo struct MethodInfo_t; // XLua.InternalGlobals/__GEN_DELEGATE1 struct __GEN_DELEGATE1_t2534649428; // XLua.InternalGlobals/__GEN_DELEGATE2 struct __GEN_DELEGATE2_t578334292; // XLua.InternalGlobals/__GEN_DELEGATE3 struct __GEN_DELEGATE3_t2916986452; // XLua.InternalGlobals/__GEN_DELEGATE4 struct __GEN_DELEGATE4_t3726290516; // XLua.InternalGlobals/__GEN_DELEGATE5 struct __GEN_DELEGATE5_t1769975380; // XLua.InternalGlobals/__GEN_DELEGATE6 struct __GEN_DELEGATE6_t4108627540; // XLua.InternalGlobals/__GEN_DELEGATE7 struct __GEN_DELEGATE7_t2152312404; // XLua.InternalGlobals/__GEN_DELEGATE8 struct __GEN_DELEGATE8_t2961616468; // XLua.InternalGlobals/__GEN_DELEGATE9 struct __GEN_DELEGATE9_t1005301332; // XLua.InternalGlobals/__GEN_DELEGATE10 struct __GEN_DELEGATE10_t654749200; // XLua.InternalGlobals/__GEN_DELEGATE11 struct __GEN_DELEGATE11_t654749201; // XLua.InternalGlobals/__GEN_DELEGATE12 struct __GEN_DELEGATE12_t654749202; // XLua.InternalGlobals/__GEN_DELEGATE13 struct __GEN_DELEGATE13_t654749203; // XLua.InternalGlobals/__GEN_DELEGATE14 struct __GEN_DELEGATE14_t654749204; // XLua.InternalGlobals/__GEN_DELEGATE15 struct __GEN_DELEGATE15_t654749205; // XLua.InternalGlobals/__GEN_DELEGATE16 struct __GEN_DELEGATE16_t654749206; // XLua.InternalGlobals/__GEN_DELEGATE17 struct __GEN_DELEGATE17_t654749207; // XLua.InternalGlobals/__GEN_DELEGATE18 struct __GEN_DELEGATE18_t654749192; // XLua.InternalGlobals/__GEN_DELEGATE19 struct __GEN_DELEGATE19_t654749193; // XLua.InternalGlobals/__GEN_DELEGATE20 struct __GEN_DELEGATE20_t2993401360; // XLua.InternalGlobals/__GEN_DELEGATE21 struct __GEN_DELEGATE21_t2993401361; // XLua.InternalGlobals/__GEN_DELEGATE22 struct __GEN_DELEGATE22_t2993401362; // XLua.InternalGlobals/__GEN_DELEGATE23 struct __GEN_DELEGATE23_t2993401363; // XLua.InternalGlobals/__GEN_DELEGATE24 struct __GEN_DELEGATE24_t2993401364; // XLua.InternalGlobals/__GEN_DELEGATE25 struct __GEN_DELEGATE25_t2993401365; // XLua.InternalGlobals/__GEN_DELEGATE26 struct __GEN_DELEGATE26_t2993401366; // XLua.InternalGlobals/__GEN_DELEGATE27 struct __GEN_DELEGATE27_t2993401367; // XLua.InternalGlobals/__GEN_DELEGATE28 struct __GEN_DELEGATE28_t2993401352; // XLua.InternalGlobals/__GEN_DELEGATE29 struct __GEN_DELEGATE29_t2993401353; // XLua.InternalGlobals/__GEN_DELEGATE30 struct __GEN_DELEGATE30_t1037086224; // XLua.InternalGlobals/__GEN_DELEGATE31 struct __GEN_DELEGATE31_t1037086225; // XLua.InternalGlobals/__GEN_DELEGATE32 struct __GEN_DELEGATE32_t1037086226; // XLua.InternalGlobals/__GEN_DELEGATE33 struct __GEN_DELEGATE33_t1037086227; // XLua.InternalGlobals/__GEN_DELEGATE34 struct __GEN_DELEGATE34_t1037086228; // XLua.InternalGlobals/__GEN_DELEGATE35 struct __GEN_DELEGATE35_t1037086229; // XLua.InternalGlobals/__GEN_DELEGATE36 struct __GEN_DELEGATE36_t1037086230; // XLua.InternalGlobals/__GEN_DELEGATE37 struct __GEN_DELEGATE37_t1037086231; // XLua.InternalGlobals/__GEN_DELEGATE38 struct __GEN_DELEGATE38_t1037086216; // XLua.InternalGlobals/__GEN_DELEGATE39 struct __GEN_DELEGATE39_t1037086217; // XLua.InternalGlobals/__GEN_DELEGATE40 struct __GEN_DELEGATE40_t1846390288; // XLua.InternalGlobals/__GEN_DELEGATE41 struct __GEN_DELEGATE41_t1846390289; // XLua.InternalGlobals/__GEN_DELEGATE42 struct __GEN_DELEGATE42_t1846390290; // XLua.InternalGlobals/__GEN_DELEGATE43 struct __GEN_DELEGATE43_t1846390291; // XLua.InternalGlobals/__GEN_DELEGATE44 struct __GEN_DELEGATE44_t1846390292; // XLua.InternalGlobals/__GEN_DELEGATE45 struct __GEN_DELEGATE45_t1846390293; // XLua.InternalGlobals/__GEN_DELEGATE46 struct __GEN_DELEGATE46_t1846390294; // XLua.InternalGlobals/__GEN_DELEGATE47 struct __GEN_DELEGATE47_t1846390295; // XLua.InternalGlobals/__GEN_DELEGATE48 struct __GEN_DELEGATE48_t1846390280; // XLua.InternalGlobals/__GEN_DELEGATE49 struct __GEN_DELEGATE49_t1846390281; // XLua.InternalGlobals/__GEN_DELEGATE50 struct __GEN_DELEGATE50_t4185042448; // XLua.InternalGlobals/__GEN_DELEGATE51 struct __GEN_DELEGATE51_t4185042449; // XLua.InternalGlobals/__GEN_DELEGATE52 struct __GEN_DELEGATE52_t4185042450; // XLua.InternalGlobals/__GEN_DELEGATE53 struct __GEN_DELEGATE53_t4185042451; // XLua.InternalGlobals/__GEN_DELEGATE54 struct __GEN_DELEGATE54_t4185042452; // XLua.InternalGlobals/__GEN_DELEGATE55 struct __GEN_DELEGATE55_t4185042453; // XLua.InternalGlobals/__GEN_DELEGATE56 struct __GEN_DELEGATE56_t4185042454; // XLua.InternalGlobals/__GEN_DELEGATE57 struct __GEN_DELEGATE57_t4185042455; // XLua.InternalGlobals/__GEN_DELEGATE58 struct __GEN_DELEGATE58_t4185042440; // XLua.InternalGlobals/__GEN_DELEGATE59 struct __GEN_DELEGATE59_t4185042441; // XLua.InternalGlobals/__GEN_DELEGATE60 struct __GEN_DELEGATE60_t2228727312; // XLua.InternalGlobals/__GEN_DELEGATE61 struct __GEN_DELEGATE61_t2228727313; // XLua.InternalGlobals/__GEN_DELEGATE62 struct __GEN_DELEGATE62_t2228727314; // XLua.InternalGlobals/__GEN_DELEGATE63 struct __GEN_DELEGATE63_t2228727315; // XLua.InternalGlobals/__GEN_DELEGATE64 struct __GEN_DELEGATE64_t2228727316; // XLua.InternalGlobals/__GEN_DELEGATE65 struct __GEN_DELEGATE65_t2228727317; // XLua.InternalGlobals/__GEN_DELEGATE66 struct __GEN_DELEGATE66_t2228727318; // XLua.InternalGlobals/__GEN_DELEGATE80 struct __GEN_DELEGATE80_t1081716240; // XLua.InternalGlobals/__GEN_DELEGATE81 struct __GEN_DELEGATE81_t1081716241; // XLua.InternalGlobals/__GEN_DELEGATE82 struct __GEN_DELEGATE82_t1081716242; // XLua.InternalGlobals/__GEN_DELEGATE83 struct __GEN_DELEGATE83_t1081716243; // XLua.InternalGlobals/__GEN_DELEGATE84 struct __GEN_DELEGATE84_t1081716244; // XLua.InternalGlobals/__GEN_DELEGATE168 struct __GEN_DELEGATE168_t652127766; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t857479137; // XLua.InternalGlobals/__GEN_DELEGATE67 struct __GEN_DELEGATE67_t2228727319; // XLua.InternalGlobals/__GEN_DELEGATE68 struct __GEN_DELEGATE68_t2228727304; // XLua.InternalGlobals/__GEN_DELEGATE69 struct __GEN_DELEGATE69_t2228727305; // XLua.InternalGlobals/__GEN_DELEGATE70 struct __GEN_DELEGATE70_t272412176; // XLua.InternalGlobals/__GEN_DELEGATE71 struct __GEN_DELEGATE71_t272412177; // XLua.InternalGlobals/__GEN_DELEGATE72 struct __GEN_DELEGATE72_t272412178; // XLua.InternalGlobals/__GEN_DELEGATE73 struct __GEN_DELEGATE73_t272412179; // XLua.InternalGlobals/__GEN_DELEGATE74 struct __GEN_DELEGATE74_t272412180; // XLua.InternalGlobals/__GEN_DELEGATE75 struct __GEN_DELEGATE75_t272412181; // XLua.InternalGlobals/__GEN_DELEGATE76 struct __GEN_DELEGATE76_t272412182; // XLua.InternalGlobals/__GEN_DELEGATE77 struct __GEN_DELEGATE77_t272412183; // XLua.InternalGlobals/__GEN_DELEGATE78 struct __GEN_DELEGATE78_t272412168; // XLua.InternalGlobals/__GEN_DELEGATE93 struct __GEN_DELEGATE93_t3420368403; // XLua.InternalGlobals/__GEN_DELEGATE244 struct __GEN_DELEGATE244_t2990517780; // XLua.InternalGlobals/__GEN_DELEGATE251 struct __GEN_DELEGATE251_t2990321173; // XLua.InternalGlobals/__GEN_DELEGATE79 struct __GEN_DELEGATE79_t272412169; // XLua.InternalGlobals/__GEN_DELEGATE88 struct __GEN_DELEGATE88_t1081716232; // XLua.InternalGlobals/__GEN_DELEGATE89 struct __GEN_DELEGATE89_t1081716233; // XLua.InternalGlobals/__GEN_DELEGATE85 struct __GEN_DELEGATE85_t1081716245; // XLua.InternalGlobals/__GEN_DELEGATE245 struct __GEN_DELEGATE245_t2990583316; // XLua.InternalGlobals/__GEN_DELEGATE86 struct __GEN_DELEGATE86_t1081716246; // XLua.InternalGlobals/__GEN_DELEGATE87 struct __GEN_DELEGATE87_t1081716247; // XLua.InternalGlobals/__GEN_DELEGATE246 struct __GEN_DELEGATE246_t2990386708; // XLua.InternalGlobals/__GEN_DELEGATE247 struct __GEN_DELEGATE247_t2990452244; // XLua.InternalGlobals/__GEN_DELEGATE90 struct __GEN_DELEGATE90_t3420368400; // XLua.InternalGlobals/__GEN_DELEGATE91 struct __GEN_DELEGATE91_t3420368401; // XLua.InternalGlobals/__GEN_DELEGATE248 struct __GEN_DELEGATE248_t2990779924; // XLua.InternalGlobals/__GEN_DELEGATE249 struct __GEN_DELEGATE249_t2990845460; // XLua.InternalGlobals/__GEN_DELEGATE92 struct __GEN_DELEGATE92_t3420368402; // XLua.InternalGlobals/__GEN_DELEGATE250 struct __GEN_DELEGATE250_t2990255637; // XLua.InternalGlobals/__GEN_DELEGATE94 struct __GEN_DELEGATE94_t3420368404; // XLua.InternalGlobals/__GEN_DELEGATE252 struct __GEN_DELEGATE252_t2990124565; // XLua.InternalGlobals/__GEN_DELEGATE95 struct __GEN_DELEGATE95_t3420368405; // XLua.InternalGlobals/__GEN_DELEGATE253 struct __GEN_DELEGATE253_t2990190101; // XLua.InternalGlobals/__GEN_DELEGATE96 struct __GEN_DELEGATE96_t3420368406; // XLua.InternalGlobals/__GEN_DELEGATE97 struct __GEN_DELEGATE97_t3420368407; // XLua.InternalGlobals/__GEN_DELEGATE254 struct __GEN_DELEGATE254_t2990517781; // XLua.InternalGlobals/__GEN_DELEGATE255 struct __GEN_DELEGATE255_t2990583317; // XLua.InternalGlobals/__GEN_DELEGATE98 struct __GEN_DELEGATE98_t3420368392; // XLua.InternalGlobals/__GEN_DELEGATE99 struct __GEN_DELEGATE99_t3420368393; // XLua.InternalGlobals/__GEN_DELEGATE100 struct __GEN_DELEGATE100_t651603472; // XLua.InternalGlobals/__GEN_DELEGATE101 struct __GEN_DELEGATE101_t651669008; // XLua.InternalGlobals/__GEN_DELEGATE102 struct __GEN_DELEGATE102_t651472400; // XLua.InternalGlobals/__GEN_DELEGATE256 struct __GEN_DELEGATE256_t2990386709; // XLua.InternalGlobals/__GEN_DELEGATE257 struct __GEN_DELEGATE257_t2990452245; // XLua.InternalGlobals/__GEN_DELEGATE258 struct __GEN_DELEGATE258_t2990779925; // XLua.InternalGlobals/__GEN_DELEGATE259 struct __GEN_DELEGATE259_t2990845461; // XLua.InternalGlobals/__GEN_DELEGATE260 struct __GEN_DELEGATE260_t2990255638; // XLua.InternalGlobals/__GEN_DELEGATE103 struct __GEN_DELEGATE103_t651537936; // XLua.InternalGlobals/__GEN_DELEGATE104 struct __GEN_DELEGATE104_t651865616; // XLua.InternalGlobals/__GEN_DELEGATE105 struct __GEN_DELEGATE105_t651931152; // XLua.InternalGlobals/__GEN_DELEGATE106 struct __GEN_DELEGATE106_t651734544; // XLua.InternalGlobals/__GEN_DELEGATE107 struct __GEN_DELEGATE107_t651800080; // XLua.InternalGlobals/__GEN_DELEGATE108 struct __GEN_DELEGATE108_t652127760; // XLua.InternalGlobals/__GEN_DELEGATE109 struct __GEN_DELEGATE109_t652193296; // XLua.InternalGlobals/__GEN_DELEGATE110 struct __GEN_DELEGATE110_t651603473; // XLua.InternalGlobals/__GEN_DELEGATE111 struct __GEN_DELEGATE111_t651669009; // XLua.InternalGlobals/__GEN_DELEGATE112 struct __GEN_DELEGATE112_t651472401; // XLua.InternalGlobals/__GEN_DELEGATE113 struct __GEN_DELEGATE113_t651537937; // XLua.InternalGlobals/__GEN_DELEGATE114 struct __GEN_DELEGATE114_t651865617; // XLua.InternalGlobals/__GEN_DELEGATE115 struct __GEN_DELEGATE115_t651931153; // XLua.InternalGlobals/__GEN_DELEGATE116 struct __GEN_DELEGATE116_t651734545; // XLua.InternalGlobals/__GEN_DELEGATE117 struct __GEN_DELEGATE117_t651800081; // XLua.InternalGlobals/__GEN_DELEGATE169 struct __GEN_DELEGATE169_t652193302; // XLua.InternalGlobals/__GEN_DELEGATE118 struct __GEN_DELEGATE118_t652127761; // XLua.InternalGlobals/__GEN_DELEGATE119 struct __GEN_DELEGATE119_t652193297; // XLua.InternalGlobals/__GEN_DELEGATE120 struct __GEN_DELEGATE120_t651603474; // XLua.InternalGlobals/__GEN_DELEGATE121 struct __GEN_DELEGATE121_t651669010; // XLua.InternalGlobals/__GEN_DELEGATE122 struct __GEN_DELEGATE122_t651472402; // XLua.InternalGlobals/__GEN_DELEGATE123 struct __GEN_DELEGATE123_t651537938; // XLua.InternalGlobals/__GEN_DELEGATE124 struct __GEN_DELEGATE124_t651865618; // XLua.InternalGlobals/__GEN_DELEGATE125 struct __GEN_DELEGATE125_t651931154; // XLua.InternalGlobals/__GEN_DELEGATE126 struct __GEN_DELEGATE126_t651734546; // XLua.InternalGlobals/__GEN_DELEGATE127 struct __GEN_DELEGATE127_t651800082; // XLua.InternalGlobals/__GEN_DELEGATE128 struct __GEN_DELEGATE128_t652127762; // XLua.InternalGlobals/__GEN_DELEGATE129 struct __GEN_DELEGATE129_t652193298; // XLua.InternalGlobals/__GEN_DELEGATE130 struct __GEN_DELEGATE130_t651603475; // XLua.InternalGlobals/__GEN_DELEGATE131 struct __GEN_DELEGATE131_t651669011; // XLua.InternalGlobals/__GEN_DELEGATE132 struct __GEN_DELEGATE132_t651472403; // XLua.InternalGlobals/__GEN_DELEGATE170 struct __GEN_DELEGATE170_t651603479; // XLua.InternalGlobals/__GEN_DELEGATE171 struct __GEN_DELEGATE171_t651669015; // XLua.InternalGlobals/__GEN_DELEGATE172 struct __GEN_DELEGATE172_t651472407; // XLua.InternalGlobals/__GEN_DELEGATE180 struct __GEN_DELEGATE180_t651603464; // XLua.InternalGlobals/__GEN_DELEGATE182 struct __GEN_DELEGATE182_t651472392; // XLua.InternalGlobals/__GEN_DELEGATE184 struct __GEN_DELEGATE184_t651865608; // XLua.InternalGlobals/__GEN_DELEGATE186 struct __GEN_DELEGATE186_t651734536; // XLua.InternalGlobals/__GEN_DELEGATE188 struct __GEN_DELEGATE188_t652127752; // XLua.InternalGlobals/__GEN_DELEGATE190 struct __GEN_DELEGATE190_t651603465; // XLua.InternalGlobals/__GEN_DELEGATE192 struct __GEN_DELEGATE192_t651472393; // XLua.InternalGlobals/__GEN_DELEGATE194 struct __GEN_DELEGATE194_t651865609; // XLua.InternalGlobals/__GEN_DELEGATE196 struct __GEN_DELEGATE196_t651734537; // XLua.InternalGlobals/__GEN_DELEGATE198 struct __GEN_DELEGATE198_t652127753; // XLua.InternalGlobals/__GEN_DELEGATE200 struct __GEN_DELEGATE200_t2990255632; // XLua.InternalGlobals/__GEN_DELEGATE202 struct __GEN_DELEGATE202_t2990124560; // XLua.InternalGlobals/__GEN_DELEGATE261 struct __GEN_DELEGATE261_t2990321174; // XLua.InternalGlobals/__GEN_DELEGATE262 struct __GEN_DELEGATE262_t2990124566; // XLua.InternalGlobals/__GEN_DELEGATE263 struct __GEN_DELEGATE263_t2990190102; // XLua.InternalGlobals/__GEN_DELEGATE264 struct __GEN_DELEGATE264_t2990517782; // XLua.InternalGlobals/__GEN_DELEGATE265 struct __GEN_DELEGATE265_t2990583318; // XLua.InternalGlobals/__GEN_DELEGATE266 struct __GEN_DELEGATE266_t2990386710; // XLua.InternalGlobals/__GEN_DELEGATE267 struct __GEN_DELEGATE267_t2990452246; // XLua.InternalGlobals/__GEN_DELEGATE268 struct __GEN_DELEGATE268_t2990779926; // XLua.InternalGlobals/__GEN_DELEGATE269 struct __GEN_DELEGATE269_t2990845462; // XLua.InternalGlobals/__GEN_DELEGATE270 struct __GEN_DELEGATE270_t2990255639; // XLua.InternalGlobals/__GEN_DELEGATE271 struct __GEN_DELEGATE271_t2990321175; // XLua.InternalGlobals/__GEN_DELEGATE272 struct __GEN_DELEGATE272_t2990124567; // XLua.InternalGlobals/__GEN_DELEGATE273 struct __GEN_DELEGATE273_t2990190103; // XLua.InternalGlobals/__GEN_DELEGATE274 struct __GEN_DELEGATE274_t2990517783; // XLua.InternalGlobals/__GEN_DELEGATE277 struct __GEN_DELEGATE277_t2990452247; // XLua.InternalGlobals/__GEN_DELEGATE278 struct __GEN_DELEGATE278_t2990779927; // XLua.InternalGlobals/__GEN_DELEGATE279 struct __GEN_DELEGATE279_t2990845463; // XLua.InternalGlobals/__GEN_DELEGATE280 struct __GEN_DELEGATE280_t2990255624; // XLua.InternalGlobals/__GEN_DELEGATE281 struct __GEN_DELEGATE281_t2990321160; // XLua.InternalGlobals/__GEN_DELEGATE282 struct __GEN_DELEGATE282_t2990124552; // XLua.InternalGlobals/__GEN_DELEGATE283 struct __GEN_DELEGATE283_t2990190088; // XLua.InternalGlobals/__GEN_DELEGATE284 struct __GEN_DELEGATE284_t2990517768; // XLua.InternalGlobals/__GEN_DELEGATE285 struct __GEN_DELEGATE285_t2990583304; // XLua.InternalGlobals/__GEN_DELEGATE286 struct __GEN_DELEGATE286_t2990386696; // XLua.InternalGlobals/__GEN_DELEGATE287 struct __GEN_DELEGATE287_t2990452232; // XLua.InternalGlobals/__GEN_DELEGATE288 struct __GEN_DELEGATE288_t2990779912; // XLua.InternalGlobals/__GEN_DELEGATE289 struct __GEN_DELEGATE289_t2990845448; // XLua.InternalGlobals/__GEN_DELEGATE290 struct __GEN_DELEGATE290_t2990255625; // XLua.InternalGlobals/__GEN_DELEGATE291 struct __GEN_DELEGATE291_t2990321161; // XLua.InternalGlobals/__GEN_DELEGATE133 struct __GEN_DELEGATE133_t651537939; // XLua.InternalGlobals/__GEN_DELEGATE134 struct __GEN_DELEGATE134_t651865619; // XLua.InternalGlobals/__GEN_DELEGATE275 struct __GEN_DELEGATE275_t2990583319; // XLua.InternalGlobals/__GEN_DELEGATE276 struct __GEN_DELEGATE276_t2990386711; // XLua.InternalGlobals/__GEN_DELEGATE135 struct __GEN_DELEGATE135_t651931155; // XLua.InternalGlobals/__GEN_DELEGATE136 struct __GEN_DELEGATE136_t651734547; // XLua.InternalGlobals/__GEN_DELEGATE137 struct __GEN_DELEGATE137_t651800083; // XLua.InternalGlobals/__GEN_DELEGATE138 struct __GEN_DELEGATE138_t652127763; // XLua.InternalGlobals/__GEN_DELEGATE139 struct __GEN_DELEGATE139_t652193299; // XLua.InternalGlobals/__GEN_DELEGATE140 struct __GEN_DELEGATE140_t651603476; // XLua.InternalGlobals/__GEN_DELEGATE141 struct __GEN_DELEGATE141_t651669012; // XLua.InternalGlobals/__GEN_DELEGATE142 struct __GEN_DELEGATE142_t651472404; // XLua.InternalGlobals/__GEN_DELEGATE143 struct __GEN_DELEGATE143_t651537940; // XLua.InternalGlobals/__GEN_DELEGATE144 struct __GEN_DELEGATE144_t651865620; // XLua.InternalGlobals/__GEN_DELEGATE145 struct __GEN_DELEGATE145_t651931156; // XLua.InternalGlobals/__GEN_DELEGATE146 struct __GEN_DELEGATE146_t651734548; // XLua.InternalGlobals/__GEN_DELEGATE147 struct __GEN_DELEGATE147_t651800084; // XLua.InternalGlobals/__GEN_DELEGATE148 struct __GEN_DELEGATE148_t652127764; // XLua.InternalGlobals/__GEN_DELEGATE149 struct __GEN_DELEGATE149_t652193300; // XLua.InternalGlobals/__GEN_DELEGATE150 struct __GEN_DELEGATE150_t651603477; // XLua.InternalGlobals/__GEN_DELEGATE151 struct __GEN_DELEGATE151_t651669013; // XLua.InternalGlobals/__GEN_DELEGATE152 struct __GEN_DELEGATE152_t651472405; // XLua.InternalGlobals/__GEN_DELEGATE153 struct __GEN_DELEGATE153_t651537941; // XLua.InternalGlobals/__GEN_DELEGATE154 struct __GEN_DELEGATE154_t651865621; // XLua.InternalGlobals/__GEN_DELEGATE155 struct __GEN_DELEGATE155_t651931157; // XLua.InternalGlobals/__GEN_DELEGATE156 struct __GEN_DELEGATE156_t651734549; // XLua.InternalGlobals/__GEN_DELEGATE157 struct __GEN_DELEGATE157_t651800085; // XLua.InternalGlobals/__GEN_DELEGATE158 struct __GEN_DELEGATE158_t652127765; // XLua.InternalGlobals/__GEN_DELEGATE159 struct __GEN_DELEGATE159_t652193301; // XLua.InternalGlobals/__GEN_DELEGATE160 struct __GEN_DELEGATE160_t651603478; // XLua.InternalGlobals/__GEN_DELEGATE161 struct __GEN_DELEGATE161_t651669014; // XLua.InternalGlobals/__GEN_DELEGATE162 struct __GEN_DELEGATE162_t651472406; // XLua.InternalGlobals/__GEN_DELEGATE163 struct __GEN_DELEGATE163_t651537942; // XLua.InternalGlobals/__GEN_DELEGATE164 struct __GEN_DELEGATE164_t651865622; // XLua.InternalGlobals/__GEN_DELEGATE165 struct __GEN_DELEGATE165_t651931158; // XLua.InternalGlobals/__GEN_DELEGATE166 struct __GEN_DELEGATE166_t651734550; // XLua.InternalGlobals/__GEN_DELEGATE167 struct __GEN_DELEGATE167_t651800086; // XLua.InternalGlobals/__GEN_DELEGATE173 struct __GEN_DELEGATE173_t651537943; // XLua.InternalGlobals/__GEN_DELEGATE174 struct __GEN_DELEGATE174_t651865623; // XLua.InternalGlobals/__GEN_DELEGATE175 struct __GEN_DELEGATE175_t651931159; // XLua.InternalGlobals/__GEN_DELEGATE176 struct __GEN_DELEGATE176_t651734551; // XLua.InternalGlobals/__GEN_DELEGATE177 struct __GEN_DELEGATE177_t651800087; // XLua.InternalGlobals/__GEN_DELEGATE178 struct __GEN_DELEGATE178_t652127767; // XLua.InternalGlobals/__GEN_DELEGATE179 struct __GEN_DELEGATE179_t652193303; // XLua.InternalGlobals/__GEN_DELEGATE181 struct __GEN_DELEGATE181_t651669000; // XLua.InternalGlobals/__GEN_DELEGATE183 struct __GEN_DELEGATE183_t651537928; // XLua.InternalGlobals/__GEN_DELEGATE185 struct __GEN_DELEGATE185_t651931144; // XLua.InternalGlobals/__GEN_DELEGATE187 struct __GEN_DELEGATE187_t651800072; // XLua.InternalGlobals/__GEN_DELEGATE189 struct __GEN_DELEGATE189_t652193288; // XLua.InternalGlobals/__GEN_DELEGATE191 struct __GEN_DELEGATE191_t651669001; // XLua.InternalGlobals/__GEN_DELEGATE193 struct __GEN_DELEGATE193_t651537929; // XLua.InternalGlobals/__GEN_DELEGATE195 struct __GEN_DELEGATE195_t651931145; // XLua.InternalGlobals/__GEN_DELEGATE197 struct __GEN_DELEGATE197_t651800073; // XLua.InternalGlobals/__GEN_DELEGATE199 struct __GEN_DELEGATE199_t652193289; // XLua.InternalGlobals/__GEN_DELEGATE201 struct __GEN_DELEGATE201_t2990321168; // XLua.InternalGlobals/__GEN_DELEGATE203 struct __GEN_DELEGATE203_t2990190096; // XLua.InternalGlobals/__GEN_DELEGATE292 struct __GEN_DELEGATE292_t2990124553; // XLua.InternalGlobals/__GEN_DELEGATE204 struct __GEN_DELEGATE204_t2990517776; // XLua.InternalGlobals/__GEN_DELEGATE205 struct __GEN_DELEGATE205_t2990583312; // XLua.InternalGlobals/__GEN_DELEGATE240 struct __GEN_DELEGATE240_t2990255636; // XLua.InternalGlobals/__GEN_DELEGATE293 struct __GEN_DELEGATE293_t2990190089; // XLua.InternalGlobals/__GEN_DELEGATE294 struct __GEN_DELEGATE294_t2990517769; // XLua.InternalGlobals/__GEN_DELEGATE312 struct __GEN_DELEGATE312_t1033809425; // XLua.InternalGlobals/__GEN_DELEGATE206 struct __GEN_DELEGATE206_t2990386704; // XLua.InternalGlobals/__GEN_DELEGATE207 struct __GEN_DELEGATE207_t2990452240; // XLua.InternalGlobals/__GEN_DELEGATE208 struct __GEN_DELEGATE208_t2990779920; // XLua.InternalGlobals/__GEN_DELEGATE209 struct __GEN_DELEGATE209_t2990845456; // XLua.InternalGlobals/__GEN_DELEGATE241 struct __GEN_DELEGATE241_t2990321172; // XLua.InternalGlobals/__GEN_DELEGATE295 struct __GEN_DELEGATE295_t2990583305; // XLua.InternalGlobals/__GEN_DELEGATE296 struct __GEN_DELEGATE296_t2990386697; // XLua.InternalGlobals/__GEN_DELEGATE297 struct __GEN_DELEGATE297_t2990452233; // XLua.InternalGlobals/__GEN_DELEGATE298 struct __GEN_DELEGATE298_t2990779913; // XLua.InternalGlobals/__GEN_DELEGATE313 struct __GEN_DELEGATE313_t1033874961; // XLua.InternalGlobals/__GEN_DELEGATE210 struct __GEN_DELEGATE210_t2990255633; // XLua.InternalGlobals/__GEN_DELEGATE211 struct __GEN_DELEGATE211_t2990321169; // XLua.InternalGlobals/__GEN_DELEGATE212 struct __GEN_DELEGATE212_t2990124561; // XLua.InternalGlobals/__GEN_DELEGATE299 struct __GEN_DELEGATE299_t2990845449; // XLua.InternalGlobals/__GEN_DELEGATE300 struct __GEN_DELEGATE300_t1033940496; // XLua.InternalGlobals/__GEN_DELEGATE301 struct __GEN_DELEGATE301_t1034006032; // XLua.InternalGlobals/__GEN_DELEGATE213 struct __GEN_DELEGATE213_t2990190097; // XLua.InternalGlobals/__GEN_DELEGATE214 struct __GEN_DELEGATE214_t2990517777; // XLua.InternalGlobals/__GEN_DELEGATE215 struct __GEN_DELEGATE215_t2990583313; // XLua.InternalGlobals/__GEN_DELEGATE302 struct __GEN_DELEGATE302_t1033809424; // XLua.InternalGlobals/__GEN_DELEGATE303 struct __GEN_DELEGATE303_t1033874960; // XLua.InternalGlobals/__GEN_DELEGATE304 struct __GEN_DELEGATE304_t1034202640; // XLua.InternalGlobals/__GEN_DELEGATE216 struct __GEN_DELEGATE216_t2990386705; // XLua.InternalGlobals/__GEN_DELEGATE217 struct __GEN_DELEGATE217_t2990452241; // XLua.InternalGlobals/__GEN_DELEGATE218 struct __GEN_DELEGATE218_t2990779921; // XLua.InternalGlobals/__GEN_DELEGATE219 struct __GEN_DELEGATE219_t2990845457; // XLua.InternalGlobals/__GEN_DELEGATE220 struct __GEN_DELEGATE220_t2990255634; // XLua.InternalGlobals/__GEN_DELEGATE221 struct __GEN_DELEGATE221_t2990321170; // XLua.InternalGlobals/__GEN_DELEGATE222 struct __GEN_DELEGATE222_t2990124562; // XLua.InternalGlobals/__GEN_DELEGATE223 struct __GEN_DELEGATE223_t2990190098; // XLua.InternalGlobals/__GEN_DELEGATE224 struct __GEN_DELEGATE224_t2990517778; // XLua.InternalGlobals/__GEN_DELEGATE225 struct __GEN_DELEGATE225_t2990583314; // XLua.InternalGlobals/__GEN_DELEGATE226 struct __GEN_DELEGATE226_t2990386706; // XLua.InternalGlobals/__GEN_DELEGATE227 struct __GEN_DELEGATE227_t2990452242; // XLua.InternalGlobals/__GEN_DELEGATE228 struct __GEN_DELEGATE228_t2990779922; // XLua.InternalGlobals/__GEN_DELEGATE229 struct __GEN_DELEGATE229_t2990845458; // XLua.InternalGlobals/__GEN_DELEGATE230 struct __GEN_DELEGATE230_t2990255635; // XLua.InternalGlobals/__GEN_DELEGATE231 struct __GEN_DELEGATE231_t2990321171; // XLua.InternalGlobals/__GEN_DELEGATE232 struct __GEN_DELEGATE232_t2990124563; // XLua.InternalGlobals/__GEN_DELEGATE233 struct __GEN_DELEGATE233_t2990190099; // XLua.InternalGlobals/__GEN_DELEGATE234 struct __GEN_DELEGATE234_t2990517779; // XLua.InternalGlobals/__GEN_DELEGATE235 struct __GEN_DELEGATE235_t2990583315; // XLua.InternalGlobals/__GEN_DELEGATE305 struct __GEN_DELEGATE305_t1034268176; // XLua.InternalGlobals/__GEN_DELEGATE306 struct __GEN_DELEGATE306_t1034071568; // XLua.InternalGlobals/__GEN_DELEGATE307 struct __GEN_DELEGATE307_t1034137104; // XLua.InternalGlobals/__GEN_DELEGATE236 struct __GEN_DELEGATE236_t2990386707; // XLua.InternalGlobals/__GEN_DELEGATE308 struct __GEN_DELEGATE308_t1034464784; // XLua.InternalGlobals/__GEN_DELEGATE237 struct __GEN_DELEGATE237_t2990452243; // XLua.InternalGlobals/__GEN_DELEGATE238 struct __GEN_DELEGATE238_t2990779923; // XLua.InternalGlobals/__GEN_DELEGATE239 struct __GEN_DELEGATE239_t2990845459; // XLua.InternalGlobals/__GEN_DELEGATE242 struct __GEN_DELEGATE242_t2990124564; // XLua.InternalGlobals/__GEN_DELEGATE309 struct __GEN_DELEGATE309_t1034530320; // XLua.InternalGlobals/__GEN_DELEGATE310 struct __GEN_DELEGATE310_t1033940497; // XLua.InternalGlobals/__GEN_DELEGATE311 struct __GEN_DELEGATE311_t1034006033; // XLua.InternalGlobals/__GEN_DELEGATE314 struct __GEN_DELEGATE314_t1034202641; // XLua.InternalGlobals/__GEN_DELEGATE243 struct __GEN_DELEGATE243_t2990190100; // XLua.InternalGlobals/TryArrayGet struct TryArrayGet_t1731576616; // XLua.InternalGlobals/TryArraySet struct TryArraySet_t1732363048; // XLua.InternalGlobals struct InternalGlobals_t381021467; // DG.Tweening.Tween struct Tween_t2342918553; // System.IAsyncResult struct IAsyncResult_t767004451; // System.AsyncCallback struct AsyncCallback_t3962456242; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t3040139253; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t884556411; // UnityEngine.Camera struct Camera_t4157153871; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t745532282; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t1717381983; // DG.Tweening.Tweener struct Tweener_t436044680; // UnityEngine.Light struct Light_t3756812086; // UnityEngine.LineRenderer struct LineRenderer_t3154350270; // UnityEngine.Material struct Material_t340375123; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t4006488229; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t1835836317; // UnityEngine.TrailRenderer struct TrailRenderer_t1820797054; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t2944330537; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t1299559007; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t3785815898; // UnityEngine.YieldInstruction struct YieldInstruction_t403091072; // DG.Tweening.Sequence struct Sequence_t2050373119; // System.Int32[] struct Int32U5BU5D_t385246372; // System.Collections.Generic.Link[] struct LinkU5BU5D_t964245573; // System.Type[] struct TypeU5BU5D_t3940880105; // System.Delegate[] struct DelegateU5BU5D_t1703627840; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t296309482; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t950877179; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t1984122851; // System.IntPtr[] struct IntPtrU5BU5D_t4013366056; // System.Collections.IDictionary struct IDictionary_t1363984059; // System.Char[] struct CharU5BU5D_t3528271667; // System.Reflection.MethodInfo[] struct MethodInfoU5BU5D_t2572182361; // System.Func`2 struct Func_2_t2377163032; // System.Func`2 struct Func_2_t561252955; // System.Func`2> struct Func_2_t1321444127; // System.Func`3__AnonType1`2> struct Func_3_t812472829; // System.Func`2<<>__AnonType1`2,System.Boolean> struct Func_2_t40316471; // System.Func`2<<>__AnonType1`2,System.Type> struct Func_2_t2426973266; // System.Func`2<<>__AnonType1`2,System.Reflection.MethodInfo> struct Func_2_t1820654754; // System.Func`2,System.Type> struct Func_2_t305537246; // System.Func`2,System.Collections.Generic.IEnumerable`1> struct Func_2_t2974038919; // System.Func`2 struct Func_2_t942717935; // System.Func`3 struct Func_3_t145517001; // System.Collections.Generic.IEnumerable`1[] struct IEnumerable_1U5BU5D_t1843318652; // System.Collections.Generic.Dictionary`2/Transform`1,System.Collections.DictionaryEntry> struct Transform_1_t2123813663; // XLua.MethodWrapsCache struct MethodWrapsCache_t113059333; // XLua.ObjectCheckers struct ObjectCheckers_t1922409879; // XLua.ObjectCasters struct ObjectCasters_t3722364209; // XLua.ObjectPool struct ObjectPool_t1928582859; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3384741; // XLua.StaticLuaCallbacks struct StaticLuaCallbacks_t3406648379; // System.Collections.Generic.List`1 struct List_1_t1279540245; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t3456964840; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t1325155278; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t633324528; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2541635029; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t3427006295; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t223600047; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1100325521; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1372658091; // System.Collections.Generic.HashSet`1 struct HashSet_1_t1048894234; // System.Collections.Generic.List`1 struct List_1_t2355598801; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t974727102; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3199299591; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2411574205; // XLua.ObjectTranslator/IniterAdderXLuaTestPedding struct IniterAdderXLuaTestPedding_t2424681114; // XLua.CSObjectWrap.XLua_Gen_Initer_Register__ struct XLua_Gen_Initer_Register___t560736047; // System.Func`2 struct Func_2_t3487522507; // System.Func`2 struct Func_2_t2046212999; // System.Func`2 struct Func_2_t982659231; // System.Func`2 struct Func_2_t3692615456; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t3954782707; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t132201056; // System.Void struct Void_t1185182177; // UnityEngine.Sprite struct Sprite_t280657092; // XLua.DelegateBridge[] struct DelegateBridgeU5BU5D_t3509475594; // XLua.LuaTable struct LuaTable_t1631611336; // System.Collections.Generic.List`1> struct List_1_t1475235752; // System.Func`2 struct Func_2_t3759279471; // System.Collections.Generic.Queue`1 struct Queue_1_t1426481692; // System.Collections.Generic.List`1 struct List_1_t1937904963; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t668780358; // System.DelegateData struct DelegateData_t1677132599; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3851719731; // DG.Tweening.Plugins.Core.PathCore.CatmullRomDecoder struct CatmullRomDecoder_t2053048079; // DG.Tweening.Plugins.Core.PathCore.LinearDecoder struct LinearDecoder_t2708327777; // DG.Tweening.Plugins.Core.PathCore.CubicBezierDecoder struct CubicBezierDecoder_t2663863244; // System.Single[] struct SingleU5BU5D_t1444911251; // UnityEngine.Vector3[] struct Vector3U5BU5D_t1718750761; // DG.Tweening.Plugins.Core.PathCore.ControlPoint[] struct ControlPointU5BU5D_t1567961855; // DG.Tweening.Plugins.Core.PathCore.ABSPathDecoder struct ABSPathDecoder_t2613982196; // DG.Tweening.TweenCallback`1 struct TweenCallback_1_t3009965658; // DG.Tweening.EaseFunction struct EaseFunction_t3531141372; // System.Reflection.MemberFilter struct MemberFilter_t426314064; // UnityEngine.UI.Selectable struct Selectable_t3250028441; // UnityEngine.Component struct Component_t1923634451; // DG.Tweening.Plugins.Core.PathCore.Path struct Path_t3614338981; // UnityEngine.UI.ScrollRect struct ScrollRect_t4137855814; // UnityEngine.UI.Slider struct Slider_t3903728902; // UnityEngine.UI.Text struct Text_t1901882714; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t2915539799; // UnityEngine.RectTransform struct RectTransform_t3704657025; // XLuaTest.PropertyChangedEventArgs struct PropertyChangedEventArgs_t688213017; // UnityEngine.Object struct Object_t631007953; // UnityEngine.UI.Graphic struct Graphic_t1660335611; // UnityEngine.UI.Image struct Image_t2670269651; // UnityEngine.Gradient struct Gradient_t3067099924; // UnityEngine.CanvasGroup struct CanvasGroup_t4083511760; // UnityEngine.UI.Outline struct Outline_t2536100125; // UnityEngine.UI.LayoutElement struct LayoutElement_t1785403678; // DG.Tweening.TweenParams struct TweenParams_t4171191025; // UnityEngine.AnimationCurve struct AnimationCurve_t3046754366; // UnityEngine.Coroutine struct Coroutine_t3829159415; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t951858585; // System.Collections.Generic.List`1 struct List_1_t3814993295; // System.Collections.Generic.List`1 struct List_1_t553148457; // UnityEngine.Camera/CameraCallback struct CameraCallback_t190067161; // UnityEngine.RectTransform/ReapplyDrivenProperties struct ReapplyDrivenProperties_t1258266594; // UnityEngine.TextAsset struct TextAsset_t3022178571; // XLuaTest.Injection[] struct InjectionU5BU5D_t3549262654; // XLuaTest.IExchanger struct IExchanger_t3886744350; // XLua.LuaFunction struct LuaFunction_t431395339; // System.Double[] struct DoubleU5BU5D_t3413330114; // XLuaTest.MyStruct[] struct MyStructU5BU5D_t224763702; // XLuaTest.MyEnum[] struct MyEnumU5BU5D_t3063337185; // System.Decimal[] struct DecimalU5BU5D_t1145110141; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t2103276063; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t3410588191; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t1253391633; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t1590246893; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t2897559021; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t2451549449; // 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_t487868235; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t2576148903; // 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_t835568657; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t3321825548; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t2480340187; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t1899025727; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t3206337855; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t3542497879; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t3061825141; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t74169973; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t1371845967; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t2298482528; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t3605794656; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t281541932; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_t1140062978; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t2447375106; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t420566061; // UnityEngine.UI.Scrollbar struct Scrollbar_t1494447233; // UnityEngine.UI.ScrollRect/ScrollRectEvent struct ScrollRectEvent_t343079324; // UnityEngine.Texture2D struct Texture2D_t3840446185; // UnityEngine.CanvasRenderer struct CanvasRenderer_t2598313366; // UnityEngine.Canvas struct Canvas_t3310196443; // UnityEngine.Mesh struct Mesh_t3648964284; // UnityEngine.UI.VertexHelper struct VertexHelper_t2453304189; // UnityEngine.UI.CoroutineTween.TweenRunner`1 struct TweenRunner_1_t3055525458; // System.Collections.Generic.List`1 struct List_1_t427135887; // UnityEngine.UI.AnimationTriggers struct AnimationTriggers_t2532145056; // System.Collections.Generic.List`1 struct List_1_t1260619206; // UnityEngine.UI.Slider/SliderEvent struct SliderEvent_t3180273144; // UnityEngine.UI.RectMask2D struct RectMask2D_t3474889437; // UnityEngine.UI.MaskableGraphic/CullStateChangedEvent struct CullStateChangedEvent_t3661388177; // UnityEngine.Vector2[] struct Vector2U5BU5D_t1457185986; // System.Collections.Generic.List`1 struct List_1_t4142344393; // System.Action`1 struct Action_1_t819399007; // UnityEngine.UI.FontData struct FontData_t746620069; // UnityEngine.TextGenerator struct TextGenerator_t3211863866; // UnityEngine.UIVertex[] struct UIVertexU5BU5D_t1981460040; extern RuntimeClass* XLuaTestInvokeLuaICalcBridge_t4005527277_il2cpp_TypeInfo_var; extern const uint32_t XLuaTestInvokeLuaICalcBridge___Create_m4080166185_MetadataUsageId; extern String_t* _stringLiteral3265744085; extern String_t* _stringLiteral3859003183; extern const uint32_t XLuaTestInvokeLuaICalcBridge_XLuaTest_InvokeLua_ICalc_Add_m1502296111_MetadataUsageId; extern String_t* _stringLiteral2731976705; extern const uint32_t XLuaTestInvokeLuaICalcBridge_XLuaTest_InvokeLua_ICalc_get_Mult_m1538823155_MetadataUsageId; extern const uint32_t XLuaTestInvokeLuaICalcBridge_XLuaTest_InvokeLua_ICalc_set_Mult_m4425823_MetadataUsageId; extern String_t* _stringLiteral889687344; extern String_t* _stringLiteral1032698012; extern const uint32_t XLuaTestInvokeLuaICalcBridge_XLuaTest_InvokeLua_ICalc_add_PropertyChanged_m3167169420_MetadataUsageId; extern String_t* _stringLiteral3669296135; extern String_t* _stringLiteral1924745039; extern const uint32_t XLuaTestInvokeLuaICalcBridge_XLuaTest_InvokeLua_ICalc_remove_PropertyChanged_m2409679045_MetadataUsageId; extern const RuntimeType* RuntimeObject_0_0_0_var; extern RuntimeClass* Type_t_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1734148091; extern String_t* _stringLiteral2010348878; extern const uint32_t XLuaTestInvokeLuaICalcBridge_XLuaTest_InvokeLua_ICalc_get_Item_m2287558001_MetadataUsageId; extern String_t* _stringLiteral1734148607; extern String_t* _stringLiteral3437722958; extern const uint32_t XLuaTestInvokeLuaICalcBridge_XLuaTest_InvokeLua_ICalc_set_Item_m1926777231_MetadataUsageId; extern const RuntimeType* LuaBehaviour_t310118987_0_0_0_var; extern RuntimeClass* XLuaTestLuaBehaviourWrap_t2270440042_il2cpp_TypeInfo_var; extern RuntimeClass* lua_CSFunction_t883524059_il2cpp_TypeInfo_var; extern const RuntimeMethod* XLuaTestLuaBehaviourWrap__g_get_luaScript_m3732224857_RuntimeMethod_var; extern const RuntimeMethod* XLuaTestLuaBehaviourWrap__g_get_injections_m3725516623_RuntimeMethod_var; extern const RuntimeMethod* XLuaTestLuaBehaviourWrap__s_set_luaScript_m463433033_RuntimeMethod_var; extern const RuntimeMethod* XLuaTestLuaBehaviourWrap__s_set_injections_m2009462354_RuntimeMethod_var; extern const RuntimeMethod* XLuaTestLuaBehaviourWrap___CreateInstance_m3479641678_RuntimeMethod_var; extern String_t* _stringLiteral2683907373; extern String_t* _stringLiteral249932204; extern const uint32_t XLuaTestLuaBehaviourWrap___Register_m965180973_MetadataUsageId; extern RuntimeClass* LuaBehaviour_t310118987_il2cpp_TypeInfo_var; extern RuntimeClass* Exception_t_il2cpp_TypeInfo_var; extern RuntimeClass* String_t_il2cpp_TypeInfo_var; extern String_t* _stringLiteral632665612; extern String_t* _stringLiteral2524405626; extern const uint32_t XLuaTestLuaBehaviourWrap___CreateInstance_m3479641678_MetadataUsageId; extern const uint32_t XLuaTestLuaBehaviourWrap__g_get_luaScript_m3732224857_MetadataUsageId; extern const uint32_t XLuaTestLuaBehaviourWrap__g_get_injections_m3725516623_MetadataUsageId; extern const RuntimeType* TextAsset_t3022178571_0_0_0_var; extern RuntimeClass* TextAsset_t3022178571_il2cpp_TypeInfo_var; extern const uint32_t XLuaTestLuaBehaviourWrap__s_set_luaScript_m463433033_MetadataUsageId; extern const RuntimeType* InjectionU5BU5D_t3549262654_0_0_0_var; extern RuntimeClass* InjectionU5BU5D_t3549262654_il2cpp_TypeInfo_var; extern const uint32_t XLuaTestLuaBehaviourWrap__s_set_injections_m2009462354_MetadataUsageId; extern const RuntimeType* MyEnum_t4134377632_0_0_0_var; extern RuntimeClass* MyEnum_t4134377632_il2cpp_TypeInfo_var; extern RuntimeClass* XLuaTestMyEnumWrap_t450139710_il2cpp_TypeInfo_var; extern const RuntimeMethod* XLuaTestMyEnumWrap___CastFrom_m2284301432_RuntimeMethod_var; extern String_t* _stringLiteral3451500507; extern String_t* _stringLiteral3451434971; extern String_t* _stringLiteral1368670512; extern const uint32_t XLuaTestMyEnumWrap___Register_m2663552146_MetadataUsageId; extern RuntimeClass* LuaTypes_t3572446928_il2cpp_TypeInfo_var; extern String_t* _stringLiteral233182325; extern String_t* _stringLiteral2314343793; extern const uint32_t XLuaTestMyEnumWrap___CastFrom_m2284301432_MetadataUsageId; extern const RuntimeType* MyStruct_t514849583_0_0_0_var; extern RuntimeClass* XLuaTestMyStructWrap_t1006490053_il2cpp_TypeInfo_var; extern const RuntimeMethod* XLuaTestMyStructWrap__g_get_a_m1199221102_RuntimeMethod_var; extern const RuntimeMethod* XLuaTestMyStructWrap__g_get_b_m1200685459_RuntimeMethod_var; extern const RuntimeMethod* XLuaTestMyStructWrap__g_get_c_m1200722320_RuntimeMethod_var; extern const RuntimeMethod* XLuaTestMyStructWrap__g_get_e_m1200649394_RuntimeMethod_var; extern const RuntimeMethod* XLuaTestMyStructWrap__s_set_a_m417700796_RuntimeMethod_var; extern const RuntimeMethod* XLuaTestMyStructWrap__s_set_b_m417347777_RuntimeMethod_var; extern const RuntimeMethod* XLuaTestMyStructWrap__s_set_c_m417383678_RuntimeMethod_var; extern const RuntimeMethod* XLuaTestMyStructWrap__s_set_e_m417319992_RuntimeMethod_var; extern const RuntimeMethod* XLuaTestMyStructWrap___CreateInstance_m1186156191_RuntimeMethod_var; extern String_t* _stringLiteral3452614591; extern String_t* _stringLiteral3452614590; extern String_t* _stringLiteral3452614589; extern String_t* _stringLiteral3452614587; extern const uint32_t XLuaTestMyStructWrap___Register_m2665286465_MetadataUsageId; extern String_t* _stringLiteral3365995175; extern const uint32_t XLuaTestMyStructWrap___CreateInstance_m1186156191_MetadataUsageId; extern const uint32_t XLuaTestMyStructWrap__g_get_a_m1199221102_MetadataUsageId; extern const uint32_t XLuaTestMyStructWrap__g_get_b_m1200685459_MetadataUsageId; extern const uint32_t XLuaTestMyStructWrap__g_get_c_m1200722320_MetadataUsageId; extern const uint32_t XLuaTestMyStructWrap__g_get_e_m1200649394_MetadataUsageId; extern const uint32_t XLuaTestMyStructWrap__s_set_a_m417700796_MetadataUsageId; extern const uint32_t XLuaTestMyStructWrap__s_set_b_m417347777_MetadataUsageId; extern const uint32_t XLuaTestMyStructWrap__s_set_c_m417383678_MetadataUsageId; extern const uint32_t XLuaTestMyStructWrap__s_set_e_m417319992_MetadataUsageId; extern const RuntimeType* NoGc_t2304347923_0_0_0_var; extern RuntimeClass* XLuaTestNoGcWrap_t595560218_il2cpp_TypeInfo_var; extern const RuntimeMethod* XLuaTestNoGcWrap__m_FloatParamMethod_m3908939749_RuntimeMethod_var; extern const RuntimeMethod* XLuaTestNoGcWrap__m_Vector3ParamMethod_m3568622066_RuntimeMethod_var; extern const RuntimeMethod* XLuaTestNoGcWrap__m_StructParamMethod_m3004193333_RuntimeMethod_var; extern const RuntimeMethod* XLuaTestNoGcWrap__m_EnumParamMethod_m789145946_RuntimeMethod_var; extern const RuntimeMethod* XLuaTestNoGcWrap__m_DecimalParamMethod_m2980011864_RuntimeMethod_var; extern const RuntimeMethod* XLuaTestNoGcWrap__g_get_a1_m3287832906_RuntimeMethod_var; extern const RuntimeMethod* XLuaTestNoGcWrap__g_get_a2_m878401896_RuntimeMethod_var; extern const RuntimeMethod* XLuaTestNoGcWrap__g_get_a3_m2371509451_RuntimeMethod_var; extern const RuntimeMethod* XLuaTestNoGcWrap__g_get_a4_m98916345_RuntimeMethod_var; extern const RuntimeMethod* XLuaTestNoGcWrap__g_get_a5_m4225521659_RuntimeMethod_var; extern const RuntimeMethod* XLuaTestNoGcWrap__s_set_a1_m504015346_RuntimeMethod_var; extern const RuntimeMethod* XLuaTestNoGcWrap__s_set_a2_m4111051168_RuntimeMethod_var; extern const RuntimeMethod* XLuaTestNoGcWrap__s_set_a3_m1317834370_RuntimeMethod_var; extern const RuntimeMethod* XLuaTestNoGcWrap__s_set_a4_m3400772289_RuntimeMethod_var; extern const RuntimeMethod* XLuaTestNoGcWrap__s_set_a5_m3725503155_RuntimeMethod_var; extern const RuntimeMethod* XLuaTestNoGcWrap___CreateInstance_m2092874601_RuntimeMethod_var; extern String_t* _stringLiteral4072725128; extern String_t* _stringLiteral1624797299; extern String_t* _stringLiteral3475611660; extern String_t* _stringLiteral3431960275; extern String_t* _stringLiteral3622426477; extern String_t* _stringLiteral3451500479; extern String_t* _stringLiteral3451434943; extern String_t* _stringLiteral3451369407; extern String_t* _stringLiteral3451303871; extern String_t* _stringLiteral3451238335; extern const uint32_t XLuaTestNoGcWrap___Register_m3445664043_MetadataUsageId; extern RuntimeClass* NoGc_t2304347923_il2cpp_TypeInfo_var; extern String_t* _stringLiteral803299962; extern const uint32_t XLuaTestNoGcWrap___CreateInstance_m2092874601_MetadataUsageId; extern const uint32_t XLuaTestNoGcWrap__m_FloatParamMethod_m3908939749_MetadataUsageId; extern const uint32_t XLuaTestNoGcWrap__m_Vector3ParamMethod_m3568622066_MetadataUsageId; extern const uint32_t XLuaTestNoGcWrap__m_StructParamMethod_m3004193333_MetadataUsageId; extern const uint32_t XLuaTestNoGcWrap__m_EnumParamMethod_m789145946_MetadataUsageId; extern const uint32_t XLuaTestNoGcWrap__m_DecimalParamMethod_m2980011864_MetadataUsageId; extern const uint32_t XLuaTestNoGcWrap__g_get_a1_m3287832906_MetadataUsageId; extern const uint32_t XLuaTestNoGcWrap__g_get_a2_m878401896_MetadataUsageId; extern const uint32_t XLuaTestNoGcWrap__g_get_a3_m2371509451_MetadataUsageId; extern const uint32_t XLuaTestNoGcWrap__g_get_a4_m98916345_MetadataUsageId; extern const uint32_t XLuaTestNoGcWrap__g_get_a5_m4225521659_MetadataUsageId; extern const RuntimeType* DoubleU5BU5D_t3413330114_0_0_0_var; extern RuntimeClass* DoubleU5BU5D_t3413330114_il2cpp_TypeInfo_var; extern const uint32_t XLuaTestNoGcWrap__s_set_a1_m504015346_MetadataUsageId; extern const RuntimeType* Vector3U5BU5D_t1718750761_0_0_0_var; extern RuntimeClass* Vector3U5BU5D_t1718750761_il2cpp_TypeInfo_var; extern const uint32_t XLuaTestNoGcWrap__s_set_a2_m4111051168_MetadataUsageId; extern const RuntimeType* MyStructU5BU5D_t224763702_0_0_0_var; extern RuntimeClass* MyStructU5BU5D_t224763702_il2cpp_TypeInfo_var; extern const uint32_t XLuaTestNoGcWrap__s_set_a3_m1317834370_MetadataUsageId; extern const RuntimeType* MyEnumU5BU5D_t3063337185_0_0_0_var; extern RuntimeClass* MyEnumU5BU5D_t3063337185_il2cpp_TypeInfo_var; extern const uint32_t XLuaTestNoGcWrap__s_set_a4_m3400772289_MetadataUsageId; extern const RuntimeType* DecimalU5BU5D_t1145110141_0_0_0_var; extern RuntimeClass* DecimalU5BU5D_t1145110141_il2cpp_TypeInfo_var; extern const uint32_t XLuaTestNoGcWrap__s_set_a5_m3725503155_MetadataUsageId; extern const RuntimeType* Pedding_t3796070799_0_0_0_var; extern RuntimeClass* XLuaTestPeddingWrap_t128877870_il2cpp_TypeInfo_var; extern const RuntimeMethod* XLuaTestPeddingWrap__g_get_c_m1476339303_RuntimeMethod_var; extern const RuntimeMethod* XLuaTestPeddingWrap__s_set_c_m3842728882_RuntimeMethod_var; extern const RuntimeMethod* XLuaTestPeddingWrap___CreateInstance_m154687645_RuntimeMethod_var; extern const uint32_t XLuaTestPeddingWrap___Register_m453966664_MetadataUsageId; extern String_t* _stringLiteral2517737117; extern const uint32_t XLuaTestPeddingWrap___CreateInstance_m154687645_MetadataUsageId; extern const uint32_t XLuaTestPeddingWrap__g_get_c_m1476339303_MetadataUsageId; extern const uint32_t XLuaTestPeddingWrap__s_set_c_m3842728882_MetadataUsageId; extern RuntimeClass* DelegateBridgeU5BU5D_t3509475594_il2cpp_TypeInfo_var; extern RuntimeClass* DelegateBridge_t811511531_il2cpp_TypeInfo_var; extern const uint32_t DelegateBridge__cctor_m4131707045_MetadataUsageId; extern const RuntimeType* ICalc_t3351541889_0_0_0_var; extern RuntimeClass* ICalc_t3351541889_il2cpp_TypeInfo_var; extern const uint32_t DelegateBridge___Gen_Delegate_Imp12_m2758389524_MetadataUsageId; extern const RuntimeType* GameObject_t1113636619_0_0_0_var; extern RuntimeClass* StructTest_t3768119842_il2cpp_TypeInfo_var; extern RuntimeClass* GameObject_t1113636619_il2cpp_TypeInfo_var; extern const uint32_t DelegateBridge___Gen_Delegate_Imp27_m1101059882_MetadataUsageId; extern const uint32_t DelegateBridge___Gen_Delegate_Imp28_m4149204967_MetadataUsageId; extern const uint32_t DelegateBridge___Gen_Delegate_Imp29_m2263850456_MetadataUsageId; extern const RuntimeType* Action_2_t304146730_0_0_0_var; extern const RuntimeType* Action_t1264377477_0_0_0_var; extern const RuntimeType* TweenCallback_t3727756325_0_0_0_var; extern const RuntimeType* UnityAction_t3245792599_0_0_0_var; extern const RuntimeType* Func_3_t1810338832_0_0_0_var; extern const RuntimeType* Action_1_t2019918284_0_0_0_var; extern const RuntimeType* Action_1_t767132958_0_0_0_var; extern const RuntimeType* Action_1_t3123413348_0_0_0_var; extern const RuntimeType* UnityAction_1_t3535781894_0_0_0_var; extern const RuntimeType* Action_2_t4177122770_0_0_0_var; extern const RuntimeType* Action_1_t4289115252_0_0_0_var; extern const RuntimeType* Action_1_t1569734369_0_0_0_var; extern const RuntimeType* UnityAction_1_t12182309_0_0_0_var; extern const RuntimeType* Action_2_t3560029198_0_0_0_var; extern const RuntimeType* Action_2_t1290832230_0_0_0_var; extern const RuntimeType* CalcNew_t680260847_0_0_0_var; extern const RuntimeType* IntParam_t1872826946_0_0_0_var; extern const RuntimeType* Vector3Param_t2925075643_0_0_0_var; extern const RuntimeType* CustomValueTypeParam_t1524517362_0_0_0_var; extern const RuntimeType* EnumParam_t1711860956_0_0_0_var; extern const RuntimeType* DecimalParam_t4056261327_0_0_0_var; extern const RuntimeType* ArrayAccess_t1010732446_0_0_0_var; extern const RuntimeType* Action_1_t269755560_0_0_0_var; extern RuntimeClass* Action_2_t304146730_il2cpp_TypeInfo_var; extern RuntimeClass* Action_t1264377477_il2cpp_TypeInfo_var; extern RuntimeClass* TweenCallback_t3727756325_il2cpp_TypeInfo_var; extern RuntimeClass* UnityAction_t3245792599_il2cpp_TypeInfo_var; extern RuntimeClass* Func_3_t1810338832_il2cpp_TypeInfo_var; extern RuntimeClass* Action_1_t2019918284_il2cpp_TypeInfo_var; extern RuntimeClass* Action_1_t767132958_il2cpp_TypeInfo_var; extern RuntimeClass* Action_1_t3123413348_il2cpp_TypeInfo_var; extern RuntimeClass* UnityAction_1_t3535781894_il2cpp_TypeInfo_var; extern RuntimeClass* Action_2_t4177122770_il2cpp_TypeInfo_var; extern RuntimeClass* Action_1_t4289115252_il2cpp_TypeInfo_var; extern RuntimeClass* Action_1_t1569734369_il2cpp_TypeInfo_var; extern RuntimeClass* UnityAction_1_t12182309_il2cpp_TypeInfo_var; extern RuntimeClass* Action_2_t3560029198_il2cpp_TypeInfo_var; extern RuntimeClass* Action_2_t1290832230_il2cpp_TypeInfo_var; extern RuntimeClass* CalcNew_t680260847_il2cpp_TypeInfo_var; extern RuntimeClass* IntParam_t1872826946_il2cpp_TypeInfo_var; extern RuntimeClass* Vector3Param_t2925075643_il2cpp_TypeInfo_var; extern RuntimeClass* CustomValueTypeParam_t1524517362_il2cpp_TypeInfo_var; extern RuntimeClass* EnumParam_t1711860956_il2cpp_TypeInfo_var; extern RuntimeClass* DecimalParam_t4056261327_il2cpp_TypeInfo_var; extern RuntimeClass* ArrayAccess_t1010732446_il2cpp_TypeInfo_var; extern RuntimeClass* Action_1_t269755560_il2cpp_TypeInfo_var; extern const RuntimeMethod* DelegateBridge___Gen_Delegate_Imp0_m2276739744_RuntimeMethod_var; extern const RuntimeMethod* Action_2__ctor_m467134630_RuntimeMethod_var; extern const RuntimeMethod* DelegateBridge___Gen_Delegate_Imp1_m3750314986_RuntimeMethod_var; extern const RuntimeMethod* DelegateBridge___Gen_Delegate_Imp2_m781361026_RuntimeMethod_var; extern const RuntimeMethod* Func_3__ctor_m4019600304_RuntimeMethod_var; extern const RuntimeMethod* DelegateBridge___Gen_Delegate_Imp3_m4055368818_RuntimeMethod_var; extern const RuntimeMethod* Action_1__ctor_m838414602_RuntimeMethod_var; extern const RuntimeMethod* DelegateBridge___Gen_Delegate_Imp4_m2774973382_RuntimeMethod_var; extern const RuntimeMethod* Action_1__ctor_m4144119920_RuntimeMethod_var; extern const RuntimeMethod* DelegateBridge___Gen_Delegate_Imp5_m3430322149_RuntimeMethod_var; extern const RuntimeMethod* Action_1__ctor_m4058363731_RuntimeMethod_var; extern const RuntimeMethod* UnityAction_1__ctor_m3081378164_RuntimeMethod_var; extern const RuntimeMethod* DelegateBridge___Gen_Delegate_Imp6_m266105878_RuntimeMethod_var; extern const RuntimeMethod* Action_2__ctor_m2116231154_RuntimeMethod_var; extern const RuntimeMethod* DelegateBridge___Gen_Delegate_Imp7_m4241493310_RuntimeMethod_var; extern const RuntimeMethod* Action_1__ctor_m2320146603_RuntimeMethod_var; extern const RuntimeMethod* DelegateBridge___Gen_Delegate_Imp8_m3125169496_RuntimeMethod_var; extern const RuntimeMethod* Action_1__ctor_m4059354831_RuntimeMethod_var; extern const RuntimeMethod* DelegateBridge___Gen_Delegate_Imp9_m1756042211_RuntimeMethod_var; extern const RuntimeMethod* UnityAction_1__ctor_m4251943150_RuntimeMethod_var; extern const RuntimeMethod* DelegateBridge___Gen_Delegate_Imp10_m1879871980_RuntimeMethod_var; extern const RuntimeMethod* Action_2__ctor_m3755722343_RuntimeMethod_var; extern const RuntimeMethod* DelegateBridge___Gen_Delegate_Imp11_m3241263018_RuntimeMethod_var; extern const RuntimeMethod* Action_2__ctor_m2019043113_RuntimeMethod_var; extern const RuntimeMethod* DelegateBridge___Gen_Delegate_Imp12_m2758389524_RuntimeMethod_var; extern const RuntimeMethod* DelegateBridge___Gen_Delegate_Imp13_m4088328807_RuntimeMethod_var; extern const RuntimeMethod* DelegateBridge___Gen_Delegate_Imp14_m2048716012_RuntimeMethod_var; extern const RuntimeMethod* DelegateBridge___Gen_Delegate_Imp15_m2518957742_RuntimeMethod_var; extern const RuntimeMethod* DelegateBridge___Gen_Delegate_Imp16_m3769394114_RuntimeMethod_var; extern const RuntimeMethod* DelegateBridge___Gen_Delegate_Imp17_m3954379488_RuntimeMethod_var; extern const RuntimeMethod* DelegateBridge___Gen_Delegate_Imp18_m3035025891_RuntimeMethod_var; extern const RuntimeMethod* DelegateBridge___Gen_Delegate_Imp19_m97626652_RuntimeMethod_var; extern const RuntimeMethod* Action_1__ctor_m1363151734_RuntimeMethod_var; extern const uint32_t DelegateBridge_GetDelegateByType_m3077220568_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_TryGetValue_m871469651_RuntimeMethod_var; extern const uint32_t DelegateBridgeBase_TryGetDelegate_m1530942293_MetadataUsageId; extern RuntimeClass* ArgumentException_t132251570_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t3632739877_il2cpp_TypeInfo_var; extern const RuntimeMethod* DelegateBridgeBase_AddDelegate_m765226622_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2__ctor_m3930009399_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m1655988432_RuntimeMethod_var; extern String_t* _stringLiteral3189027530; extern const uint32_t DelegateBridgeBase_AddDelegate_m765226622_MetadataUsageId; extern const uint32_t HotfixDelegateBridge_Get_m1891909407_MetadataUsageId; extern const uint32_t HotfixDelegateBridge_Set_m506981695_MetadataUsageId; extern const RuntimeType* Tween_t2342918553_0_0_0_var; extern const RuntimeType* Sequence_t2050373119_0_0_0_var; extern const RuntimeType* Tweener_t436044680_0_0_0_var; extern const RuntimeType* TweenerCore_3_t745532282_0_0_0_var; extern const RuntimeType* TweenerCore_3_t2944330537_0_0_0_var; extern const RuntimeType* TweenerCore_3_t884556411_0_0_0_var; extern const RuntimeType* TweenerCore_3_t4006488229_0_0_0_var; extern const RuntimeType* TweenerCore_3_t1835836317_0_0_0_var; extern const RuntimeType* TweenerCore_3_t1299559007_0_0_0_var; extern const RuntimeType* TweenerCore_3_t1717381983_0_0_0_var; extern const RuntimeType* TweenerCore_3_t2915539799_0_0_0_var; extern const RuntimeType* TweenerCore_3_t951858585_0_0_0_var; extern const RuntimeType* TweenerCore_3_t3040139253_0_0_0_var; extern const RuntimeType* Camera_t4157153871_0_0_0_var; extern const RuntimeType* Light_t3756812086_0_0_0_var; extern const RuntimeType* LineRenderer_t3154350270_0_0_0_var; extern const RuntimeType* Material_t340375123_0_0_0_var; extern const RuntimeType* TrailRenderer_t1820797054_0_0_0_var; extern const RuntimeType* Transform_t3600365921_0_0_0_var; extern const RuntimeType* Component_t1923634451_0_0_0_var; extern const RuntimeType* CanvasGroup_t4083511760_0_0_0_var; extern const RuntimeType* Graphic_t1660335611_0_0_0_var; extern const RuntimeType* Image_t2670269651_0_0_0_var; extern const RuntimeType* LayoutElement_t1785403678_0_0_0_var; extern const RuntimeType* Outline_t2536100125_0_0_0_var; extern const RuntimeType* RectTransform_t3704657025_0_0_0_var; extern const RuntimeType* ScrollRect_t4137855814_0_0_0_var; extern const RuntimeType* Slider_t3903728902_0_0_0_var; extern const RuntimeType* Text_t1901882714_0_0_0_var; extern const RuntimeType* Object_t631007953_0_0_0_var; extern RuntimeClass* ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var; extern RuntimeClass* InternalGlobals_t381021467_il2cpp_TypeInfo_var; extern RuntimeClass* ObjectTranslatorPool_t158158286_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t1632706988_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t3301826201_il2cpp_TypeInfo_var; extern RuntimeClass* List_1_t3349700990_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE0_t195997268_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE1_t2534649428_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE2_t578334292_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE3_t2916986452_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE4_t3726290516_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE5_t1769975380_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE6_t4108627540_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE7_t2152312404_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE8_t2961616468_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE9_t1005301332_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE10_t654749200_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE11_t654749201_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE12_t654749202_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE13_t654749203_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE14_t654749204_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE15_t654749205_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE16_t654749206_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE17_t654749207_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE18_t654749192_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE19_t654749193_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE20_t2993401360_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE21_t2993401361_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE22_t2993401362_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE23_t2993401363_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE24_t2993401364_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE25_t2993401365_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE26_t2993401366_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE27_t2993401367_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE28_t2993401352_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE29_t2993401353_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE30_t1037086224_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE31_t1037086225_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE32_t1037086226_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE33_t1037086227_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE34_t1037086228_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE35_t1037086229_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE36_t1037086230_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE37_t1037086231_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE38_t1037086216_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE39_t1037086217_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE40_t1846390288_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE41_t1846390289_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE42_t1846390290_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE43_t1846390291_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE44_t1846390292_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE45_t1846390293_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE46_t1846390294_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE47_t1846390295_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE48_t1846390280_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE49_t1846390281_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE50_t4185042448_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE51_t4185042449_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE52_t4185042450_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE53_t4185042451_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE54_t4185042452_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE55_t4185042453_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE56_t4185042454_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE57_t4185042455_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE58_t4185042440_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE59_t4185042441_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE60_t2228727312_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE61_t2228727313_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE62_t2228727314_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE63_t2228727315_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE64_t2228727316_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE65_t2228727317_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE66_t2228727318_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE80_t1081716240_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE81_t1081716241_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE82_t1081716242_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE83_t1081716243_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE84_t1081716244_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE168_t652127766_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE67_t2228727319_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE68_t2228727304_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE69_t2228727305_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE70_t272412176_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE71_t272412177_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE72_t272412178_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE73_t272412179_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE74_t272412180_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE75_t272412181_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE76_t272412182_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE77_t272412183_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE78_t272412168_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE93_t3420368403_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE244_t2990517780_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE251_t2990321173_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE79_t272412169_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE88_t1081716232_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE89_t1081716233_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE85_t1081716245_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE245_t2990583316_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE86_t1081716246_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE87_t1081716247_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE246_t2990386708_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE247_t2990452244_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE90_t3420368400_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE91_t3420368401_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE248_t2990779924_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE249_t2990845460_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE92_t3420368402_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE250_t2990255637_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE94_t3420368404_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE252_t2990124565_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE95_t3420368405_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE253_t2990190101_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE96_t3420368406_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE97_t3420368407_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE254_t2990517781_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE255_t2990583317_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE98_t3420368392_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE99_t3420368393_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE100_t651603472_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE101_t651669008_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE102_t651472400_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE256_t2990386709_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE257_t2990452245_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE258_t2990779925_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE259_t2990845461_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE260_t2990255638_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE103_t651537936_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE104_t651865616_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE105_t651931152_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE106_t651734544_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE107_t651800080_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE108_t652127760_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE109_t652193296_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE110_t651603473_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE111_t651669009_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE112_t651472401_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE113_t651537937_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE114_t651865617_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE115_t651931153_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE116_t651734545_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE117_t651800081_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE169_t652193302_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE118_t652127761_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE119_t652193297_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE120_t651603474_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE121_t651669010_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE122_t651472402_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE123_t651537938_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE124_t651865618_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE125_t651931154_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE126_t651734546_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE127_t651800082_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE128_t652127762_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE129_t652193298_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE130_t651603475_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE131_t651669011_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE132_t651472403_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE170_t651603479_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE171_t651669015_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE172_t651472407_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE180_t651603464_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE182_t651472392_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE184_t651865608_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE186_t651734536_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE188_t652127752_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE190_t651603465_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE192_t651472393_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE194_t651865609_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE196_t651734537_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE198_t652127753_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE200_t2990255632_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE202_t2990124560_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE261_t2990321174_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE262_t2990124566_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE263_t2990190102_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE264_t2990517782_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE265_t2990583318_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE266_t2990386710_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE267_t2990452246_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE268_t2990779926_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE269_t2990845462_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE270_t2990255639_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE271_t2990321175_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE272_t2990124567_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE273_t2990190103_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE274_t2990517783_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE277_t2990452247_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE278_t2990779927_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE279_t2990845463_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE280_t2990255624_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE281_t2990321160_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE282_t2990124552_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE283_t2990190088_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE284_t2990517768_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE285_t2990583304_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE286_t2990386696_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE287_t2990452232_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE288_t2990779912_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE289_t2990845448_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE290_t2990255625_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE291_t2990321161_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE133_t651537939_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE134_t651865619_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE275_t2990583319_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE276_t2990386711_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE135_t651931155_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE136_t651734547_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE137_t651800083_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE138_t652127763_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE139_t652193299_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE140_t651603476_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE141_t651669012_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE142_t651472404_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE143_t651537940_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE144_t651865620_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE145_t651931156_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE146_t651734548_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE147_t651800084_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE148_t652127764_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE149_t652193300_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE150_t651603477_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE151_t651669013_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE152_t651472405_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE153_t651537941_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE154_t651865621_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE155_t651931157_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE156_t651734549_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE157_t651800085_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE158_t652127765_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE159_t652193301_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE160_t651603478_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE161_t651669014_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE162_t651472406_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE163_t651537942_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE164_t651865622_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE165_t651931158_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE166_t651734550_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE167_t651800086_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE173_t651537943_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE174_t651865623_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE175_t651931159_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE176_t651734551_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE177_t651800087_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE178_t652127767_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE179_t652193303_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE181_t651669000_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE183_t651537928_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE185_t651931144_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE187_t651800072_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE189_t652193288_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE191_t651669001_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE193_t651537929_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE195_t651931145_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE197_t651800073_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE199_t652193289_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE201_t2990321168_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE203_t2990190096_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE292_t2990124553_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE204_t2990517776_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE205_t2990583312_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE240_t2990255636_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE293_t2990190089_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE294_t2990517769_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE312_t1033809425_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE206_t2990386704_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE207_t2990452240_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE208_t2990779920_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE209_t2990845456_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE241_t2990321172_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE295_t2990583305_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE296_t2990386697_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE297_t2990452233_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE298_t2990779913_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE313_t1033874961_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE210_t2990255633_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE211_t2990321169_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE212_t2990124561_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE299_t2990845449_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE300_t1033940496_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE301_t1034006032_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE213_t2990190097_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE214_t2990517777_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE215_t2990583313_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE302_t1033809424_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE303_t1033874960_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE304_t1034202640_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE216_t2990386705_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE217_t2990452241_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE218_t2990779921_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE219_t2990845457_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE220_t2990255634_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE221_t2990321170_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE222_t2990124562_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE223_t2990190098_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE224_t2990517778_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE225_t2990583314_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE226_t2990386706_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE227_t2990452242_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE228_t2990779922_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE229_t2990845458_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE230_t2990255635_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE231_t2990321171_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE232_t2990124563_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE233_t2990190099_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE234_t2990517779_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE235_t2990583315_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE305_t1034268176_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE306_t1034071568_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE307_t1034137104_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE236_t2990386707_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE308_t1034464784_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE237_t2990452243_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE238_t2990779923_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE239_t2990845459_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE242_t2990124564_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE309_t1034530320_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE310_t1033940497_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE311_t1034006033_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE314_t1034202641_il2cpp_TypeInfo_var; extern RuntimeClass* __GEN_DELEGATE243_t2990190100_il2cpp_TypeInfo_var; extern RuntimeClass* TryArrayGet_t1731576616_il2cpp_TypeInfo_var; extern RuntimeClass* TryArraySet_t1732363048_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m3302800229_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m633427275_RuntimeMethod_var; extern const RuntimeMethod* Utils_LazyReflectionCall_m1164776198_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2__ctor_m2960191261_RuntimeMethod_var; extern const RuntimeMethod* List_1__ctor_m2345422666_RuntimeMethod_var; extern const RuntimeMethod* TweenExtensions_Complete_m1826451228_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m14048474_RuntimeMethod_var; extern const RuntimeMethod* TweenExtensions_Complete_m3318268838_RuntimeMethod_var; extern const RuntimeMethod* TweenExtensions_Flip_m924584236_RuntimeMethod_var; extern const RuntimeMethod* TweenExtensions_ForceInit_m405411878_RuntimeMethod_var; extern const RuntimeMethod* TweenExtensions_Goto_m2694549880_RuntimeMethod_var; extern const RuntimeMethod* TweenExtensions_Kill_m1633104976_RuntimeMethod_var; extern const RuntimeMethod* TweenExtensions_Pause_TisTween_t2342918553_m1759043349_RuntimeMethod_var; extern const RuntimeMethod* TweenExtensions_Play_TisTween_t2342918553_m1902296975_RuntimeMethod_var; extern const RuntimeMethod* TweenExtensions_PlayBackwards_m3827745165_RuntimeMethod_var; extern const RuntimeMethod* TweenExtensions_PlayForward_m685237463_RuntimeMethod_var; extern const RuntimeMethod* TweenExtensions_Restart_m4193702017_RuntimeMethod_var; extern const RuntimeMethod* TweenExtensions_Rewind_m3650664630_RuntimeMethod_var; extern const RuntimeMethod* TweenExtensions_SmoothRewind_m3155331570_RuntimeMethod_var; extern const RuntimeMethod* TweenExtensions_TogglePause_m3442996308_RuntimeMethod_var; extern const RuntimeMethod* TweenExtensions_GotoWaypoint_m4292117439_RuntimeMethod_var; extern const RuntimeMethod* TweenExtensions_WaitForCompletion_m1929790408_RuntimeMethod_var; extern const RuntimeMethod* TweenExtensions_WaitForRewind_m3663203282_RuntimeMethod_var; extern const RuntimeMethod* TweenExtensions_WaitForKill_m1066952100_RuntimeMethod_var; extern const RuntimeMethod* TweenExtensions_WaitForElapsedLoops_m840621206_RuntimeMethod_var; extern const RuntimeMethod* TweenExtensions_WaitForPosition_m2934666468_RuntimeMethod_var; extern const RuntimeMethod* TweenExtensions_WaitForStart_m1234170175_RuntimeMethod_var; extern const RuntimeMethod* TweenExtensions_CompletedLoops_m3563023805_RuntimeMethod_var; extern const RuntimeMethod* TweenExtensions_Delay_m3942197520_RuntimeMethod_var; extern const RuntimeMethod* TweenExtensions_Duration_m4084455533_RuntimeMethod_var; extern const RuntimeMethod* TweenExtensions_Elapsed_m2535223290_RuntimeMethod_var; extern const RuntimeMethod* TweenExtensions_ElapsedPercentage_m2668424543_RuntimeMethod_var; extern const RuntimeMethod* TweenExtensions_ElapsedDirectionalPercentage_m2617485611_RuntimeMethod_var; extern const RuntimeMethod* TweenExtensions_IsActive_m3570866154_RuntimeMethod_var; extern const RuntimeMethod* TweenExtensions_IsBackwards_m1488072814_RuntimeMethod_var; extern const RuntimeMethod* TweenExtensions_IsComplete_m1062472263_RuntimeMethod_var; extern const RuntimeMethod* TweenExtensions_IsInitialized_m1679055076_RuntimeMethod_var; extern const RuntimeMethod* TweenExtensions_IsPlaying_m3694610509_RuntimeMethod_var; extern const RuntimeMethod* TweenExtensions_Loops_m2418076320_RuntimeMethod_var; extern const RuntimeMethod* TweenExtensions_PathGetPoint_m3829092391_RuntimeMethod_var; extern const RuntimeMethod* TweenExtensions_PathGetDrawPoints_m3897590791_RuntimeMethod_var; extern const RuntimeMethod* TweenExtensions_PathLength_m3119500814_RuntimeMethod_var; extern const RuntimeMethod* TweenSettingsExtensions_SetAutoKill_TisTween_t2342918553_m2957344304_RuntimeMethod_var; extern const RuntimeMethod* TweenSettingsExtensions_SetAutoKill_TisTween_t2342918553_m745867642_RuntimeMethod_var; extern const RuntimeMethod* TweenSettingsExtensions_SetId_TisTween_t2342918553_m3100192084_RuntimeMethod_var; extern const RuntimeMethod* TweenSettingsExtensions_SetId_TisTween_t2342918553_m3441275179_RuntimeMethod_var; extern const RuntimeMethod* TweenSettingsExtensions_SetId_TisTween_t2342918553_m3428288685_RuntimeMethod_var; extern const RuntimeMethod* TweenSettingsExtensions_SetLink_TisTween_t2342918553_m655206621_RuntimeMethod_var; extern const RuntimeMethod* TweenSettingsExtensions_SetLink_TisTween_t2342918553_m2546892261_RuntimeMethod_var; extern const RuntimeMethod* TweenSettingsExtensions_SetTarget_TisTween_t2342918553_m133736280_RuntimeMethod_var; extern const RuntimeMethod* TweenSettingsExtensions_SetLoops_TisTween_t2342918553_m992761912_RuntimeMethod_var; extern const RuntimeMethod* TweenSettingsExtensions_SetLoops_TisTween_t2342918553_m2682154916_RuntimeMethod_var; extern const RuntimeMethod* TweenSettingsExtensions_SetEase_TisTween_t2342918553_m3989025765_RuntimeMethod_var; extern const RuntimeMethod* TweenSettingsExtensions_SetEase_TisTween_t2342918553_m2954237904_RuntimeMethod_var; extern const RuntimeMethod* TweenSettingsExtensions_SetEase_TisTween_t2342918553_m1696611172_RuntimeMethod_var; extern const RuntimeMethod* TweenSettingsExtensions_SetEase_TisTween_t2342918553_m2228469767_RuntimeMethod_var; extern const RuntimeMethod* TweenSettingsExtensions_SetEase_TisTween_t2342918553_m3188047606_RuntimeMethod_var; extern const RuntimeMethod* TweenSettingsExtensions_SetRecyclable_TisTween_t2342918553_m765903891_RuntimeMethod_var; extern const RuntimeMethod* TweenSettingsExtensions_SetRecyclable_TisTween_t2342918553_m516386476_RuntimeMethod_var; extern const RuntimeMethod* TweenSettingsExtensions_SetUpdate_TisTween_t2342918553_m2828499233_RuntimeMethod_var; extern const RuntimeMethod* TweenSettingsExtensions_SetUpdate_TisTween_t2342918553_m1275942452_RuntimeMethod_var; extern const RuntimeMethod* TweenSettingsExtensions_SetUpdate_TisTween_t2342918553_m3981757015_RuntimeMethod_var; extern const RuntimeMethod* TweenSettingsExtensions_OnStart_TisTween_t2342918553_m4030713019_RuntimeMethod_var; extern const RuntimeMethod* TweenSettingsExtensions_OnPlay_TisTween_t2342918553_m2365879723_RuntimeMethod_var; extern const RuntimeMethod* TweenSettingsExtensions_OnPause_TisTween_t2342918553_m3926976238_RuntimeMethod_var; extern const RuntimeMethod* TweenSettingsExtensions_OnRewind_TisTween_t2342918553_m1950155676_RuntimeMethod_var; extern const RuntimeMethod* TweenSettingsExtensions_OnUpdate_TisTween_t2342918553_m708388315_RuntimeMethod_var; extern const RuntimeMethod* TweenSettingsExtensions_OnStepComplete_TisTween_t2342918553_m681360050_RuntimeMethod_var; extern const RuntimeMethod* TweenSettingsExtensions_OnComplete_TisTween_t2342918553_m1652625332_RuntimeMethod_var; extern const RuntimeMethod* TweenSettingsExtensions_OnKill_TisTween_t2342918553_m4042560312_RuntimeMethod_var; extern const RuntimeMethod* TweenSettingsExtensions_OnWaypointChange_TisTween_t2342918553_m1125628120_RuntimeMethod_var; extern const RuntimeMethod* TweenSettingsExtensions_SetAs_TisTween_t2342918553_m1097259991_RuntimeMethod_var; extern const RuntimeMethod* TweenSettingsExtensions_SetAs_TisTween_t2342918553_m14657721_RuntimeMethod_var; extern const RuntimeMethod* TweenSettingsExtensions_SetDelay_TisTween_t2342918553_m1482565306_RuntimeMethod_var; extern const RuntimeMethod* TweenSettingsExtensions_SetRelative_TisTween_t2342918553_m1828727035_RuntimeMethod_var; extern const RuntimeMethod* TweenSettingsExtensions_SetRelative_TisTween_t2342918553_m2709078457_RuntimeMethod_var; extern const RuntimeMethod* TweenSettingsExtensions_SetSpeedBased_TisTween_t2342918553_m1519705035_RuntimeMethod_var; extern const RuntimeMethod* TweenSettingsExtensions_SetSpeedBased_TisTween_t2342918553_m1479414832_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DOTimeScale_m2126310251_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m2534058333_RuntimeMethod_var; extern const RuntimeMethod* TweenSettingsExtensions_Append_m650649794_RuntimeMethod_var; extern const RuntimeMethod* TweenSettingsExtensions_Prepend_m2275824237_RuntimeMethod_var; extern const RuntimeMethod* TweenSettingsExtensions_Join_m505346047_RuntimeMethod_var; extern const RuntimeMethod* TweenSettingsExtensions_Insert_m1143107253_RuntimeMethod_var; extern const RuntimeMethod* TweenSettingsExtensions_AppendInterval_m4093776299_RuntimeMethod_var; extern const RuntimeMethod* TweenSettingsExtensions_PrependInterval_m1922747584_RuntimeMethod_var; extern const RuntimeMethod* TweenSettingsExtensions_AppendCallback_m3627003055_RuntimeMethod_var; extern const RuntimeMethod* TweenSettingsExtensions_PrependCallback_m837105778_RuntimeMethod_var; extern const RuntimeMethod* TweenSettingsExtensions_InsertCallback_m2218637835_RuntimeMethod_var; extern const RuntimeMethod* TweenSettingsExtensions_From_TisTweener_t436044680_m3123850042_RuntimeMethod_var; extern const RuntimeMethod* TweenSettingsExtensions_From_TisTweener_t436044680_m1310755099_RuntimeMethod_var; extern const RuntimeMethod* TweenSettingsExtensions_From_m609746854_RuntimeMethod_var; extern const RuntimeMethod* TweenSettingsExtensions_SetOptions_m3224359937_RuntimeMethod_var; extern const RuntimeMethod* TweenSettingsExtensions_From_m276848510_RuntimeMethod_var; extern const RuntimeMethod* TweenSettingsExtensions_SetOptions_m1078069392_RuntimeMethod_var; extern const RuntimeMethod* TweenSettingsExtensions_SetOptions_m3941667690_RuntimeMethod_var; extern const RuntimeMethod* TweenSettingsExtensions_SetOptions_m3317341397_RuntimeMethod_var; extern const RuntimeMethod* TweenSettingsExtensions_SetOptions_m2879183578_RuntimeMethod_var; extern const RuntimeMethod* TweenSettingsExtensions_SetOptions_m1469518134_RuntimeMethod_var; extern const RuntimeMethod* TweenSettingsExtensions_SetOptions_m2778893314_RuntimeMethod_var; extern const RuntimeMethod* TweenSettingsExtensions_SetOptions_m2281436137_RuntimeMethod_var; extern const RuntimeMethod* TweenSettingsExtensions_SetOptions_m2494033218_RuntimeMethod_var; extern const RuntimeMethod* TweenSettingsExtensions_SetOptions_m2741781937_RuntimeMethod_var; extern const RuntimeMethod* TweenSettingsExtensions_SetOptions_m3956807361_RuntimeMethod_var; extern const RuntimeMethod* TweenSettingsExtensions_SetOptions_m288553191_RuntimeMethod_var; extern const RuntimeMethod* TweenSettingsExtensions_SetOptions_m2865469364_RuntimeMethod_var; extern const RuntimeMethod* TweenSettingsExtensions_SetOptions_m159898515_RuntimeMethod_var; extern const RuntimeMethod* TweenSettingsExtensions_SetOptions_m2229198199_RuntimeMethod_var; extern const RuntimeMethod* TweenSettingsExtensions_SetLookAt_m1165050034_RuntimeMethod_var; extern const RuntimeMethod* TweenSettingsExtensions_SetLookAt_m2541161551_RuntimeMethod_var; extern const RuntimeMethod* TweenSettingsExtensions_SetLookAt_m3381879294_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DOAspect_m849311195_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DOColor_m1003169107_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DOFarClipPlane_m2124803394_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DOFieldOfView_m2087815652_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DONearClipPlane_m3485281897_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DOOrthoSize_m2183947826_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DOPixelRect_m3230208009_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DORect_m1214659430_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DOShakePosition_m4137693921_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DOShakePosition_m1736213370_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DOShakeRotation_m2879662379_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DOShakeRotation_m2288259745_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DOColor_m3348433491_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DOIntensity_m114597751_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DOShadowStrength_m2810347536_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DOBlendableColor_m1069765863_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DOColor_m144397961_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DOColor_m3269919048_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DOColor_m1045748493_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DOColor_m1808774400_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DOFade_m2418324641_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DOFade_m4089272100_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DOFade_m3529509311_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DOFloat_m4153651732_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DOFloat_m2598447555_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DOOffset_m1045228967_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DOOffset_m338686001_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DOTiling_m1293303581_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DOTiling_m1781466038_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DOVector_m189322187_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DOVector_m200013053_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DOBlendableColor_m2780402084_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DOBlendableColor_m4234028358_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DOBlendableColor_m2988823872_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DOComplete_m3642005210_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DOKill_m937534977_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DOFlip_m3981677559_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DOGoto_m3127401555_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DOPause_m528461991_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DOPlay_m489718770_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DOPlayBackwards_m1111773106_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DOPlayForward_m3376866725_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DORestart_m700973270_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DORewind_m1618712138_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DOSmoothRewind_m3934522526_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DOTogglePause_m1588663920_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DOResize_m3651916820_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DOTime_m2706692464_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DOMove_m2811406016_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DOMoveX_m2454328326_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DOMoveY_m3448206952_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DOMoveZ_m96258396_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DOLocalMove_m1613685430_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DOLocalMoveX_m2461473870_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DOLocalMoveY_m2924342502_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DOLocalMoveZ_m1503641773_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DORotate_m1865406243_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DORotateQuaternion_m3329673556_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DOLocalRotate_m2010640997_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DOLocalRotateQuaternion_m3341936535_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DOScale_m495885115_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DOScale_m3402774733_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DOScaleX_m44278897_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DOScaleY_m3341920956_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DOScaleZ_m3535152065_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DOLookAt_m735541971_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DOPunchPosition_m2646086740_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DOPunchScale_m4912217_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DOPunchRotation_m3077511679_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DOShakePosition_m1859704350_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DOShakePosition_m3797325453_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DOShakeRotation_m4209883749_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DOShakeRotation_m2216829550_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DOShakeScale_m1145516565_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DOShakeScale_m2697446006_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DOJump_m2824502518_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DOLocalJump_m2308167039_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DOPath_m1170749557_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DOLocalPath_m3183460192_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DOPath_m1737185059_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DOLocalPath_m3367906890_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DOBlendableMoveBy_m533616323_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DOBlendableLocalMoveBy_m150910410_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DOBlendableRotateBy_m899197017_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DOBlendableLocalRotateBy_m1249688942_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DOBlendablePunchRotation_m2677664895_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DOBlendableScaleBy_m209393549_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DOComplete_m2915401275_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DOKill_m2136743479_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DOFlip_m1656519700_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DOGoto_m1097588655_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DOPause_m3266864898_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DOPlay_m2882555019_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DOPlayBackwards_m3841179932_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DOPlayForward_m637268399_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DORestart_m4044415899_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DORewind_m3993575966_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DOSmoothRewind_m3872965263_RuntimeMethod_var; extern const RuntimeMethod* ShortcutExtensions_DOTogglePause_m2214137361_RuntimeMethod_var; extern const RuntimeMethod* DOTweenModuleUI_DOFade_m651778628_RuntimeMethod_var; extern const RuntimeMethod* DOTweenModuleUI_DOColor_m3620380505_RuntimeMethod_var; extern const RuntimeMethod* DOTweenModuleUI_DOFade_m1384333539_RuntimeMethod_var; extern const RuntimeMethod* DOTweenModuleUI_DOBlendableColor_m3113630717_RuntimeMethod_var; extern const RuntimeMethod* DOTweenModuleUI_DOColor_m3527339265_RuntimeMethod_var; extern const RuntimeMethod* DOTweenModuleUI_DOFade_m4204019165_RuntimeMethod_var; extern const RuntimeMethod* DOTweenModuleUI_DOFillAmount_m962075916_RuntimeMethod_var; extern const RuntimeMethod* DOTweenModuleUI_DOGradientColor_m314016813_RuntimeMethod_var; extern const RuntimeMethod* DOTweenModuleUI_DOBlendableColor_m2930794423_RuntimeMethod_var; extern const RuntimeMethod* DOTweenModuleUI_DOFlexibleSize_m2588813345_RuntimeMethod_var; extern const RuntimeMethod* DOTweenModuleUI_DOMinSize_m712411209_RuntimeMethod_var; extern const RuntimeMethod* DOTweenModuleUI_DOPreferredSize_m846046992_RuntimeMethod_var; extern const RuntimeMethod* DOTweenModuleUI_DOColor_m3512643906_RuntimeMethod_var; extern const RuntimeMethod* DOTweenModuleUI_DOFade_m3786955602_RuntimeMethod_var; extern const RuntimeMethod* DOTweenModuleUI_DOScale_m2235301402_RuntimeMethod_var; extern const RuntimeMethod* DOTweenModuleUI_DOAnchorPos_m3535000760_RuntimeMethod_var; extern const RuntimeMethod* DOTweenModuleUI_DOAnchorPosX_m1156892184_RuntimeMethod_var; extern const RuntimeMethod* DOTweenModuleUI_DOAnchorPosY_m1748431735_RuntimeMethod_var; extern const RuntimeMethod* DOTweenModuleUI_DOAnchorPos3D_m3680995110_RuntimeMethod_var; extern const RuntimeMethod* DOTweenModuleUI_DOAnchorPos3DX_m2315626816_RuntimeMethod_var; extern const RuntimeMethod* DOTweenModuleUI_DOAnchorPos3DY_m2975863139_RuntimeMethod_var; extern const RuntimeMethod* DOTweenModuleUI_DOAnchorPos3DZ_m2649183153_RuntimeMethod_var; extern const RuntimeMethod* DOTweenModuleUI_DOAnchorMax_m336876176_RuntimeMethod_var; extern const RuntimeMethod* DOTweenModuleUI_DOAnchorMin_m1150045326_RuntimeMethod_var; extern const RuntimeMethod* DOTweenModuleUI_DOPivot_m1353360279_RuntimeMethod_var; extern const RuntimeMethod* DOTweenModuleUI_DOPivotX_m2538921414_RuntimeMethod_var; extern const RuntimeMethod* DOTweenModuleUI_DOPivotY_m3115210005_RuntimeMethod_var; extern const RuntimeMethod* DOTweenModuleUI_DOSizeDelta_m2789653348_RuntimeMethod_var; extern const RuntimeMethod* DOTweenModuleUI_DOPunchAnchorPos_m920533289_RuntimeMethod_var; extern const RuntimeMethod* DOTweenModuleUI_DOShakeAnchorPos_m3645985526_RuntimeMethod_var; extern const RuntimeMethod* DOTweenModuleUI_DOShakeAnchorPos_m2504266158_RuntimeMethod_var; extern const RuntimeMethod* DOTweenModuleUI_DOJumpAnchorPos_m2478605686_RuntimeMethod_var; extern const RuntimeMethod* DOTweenModuleUI_DONormalizedPos_m3645905541_RuntimeMethod_var; extern const RuntimeMethod* DOTweenModuleUI_DOHorizontalNormalizedPos_m3761866019_RuntimeMethod_var; extern const RuntimeMethod* DOTweenModuleUI_DOVerticalNormalizedPos_m2833085146_RuntimeMethod_var; extern const RuntimeMethod* DOTweenModuleUI_DOValue_m2465606534_RuntimeMethod_var; extern const RuntimeMethod* DOTweenModuleUI_DOColor_m1922165954_RuntimeMethod_var; extern const RuntimeMethod* DOTweenModuleUI_DOFade_m3828379572_RuntimeMethod_var; extern const RuntimeMethod* DOTweenModuleUI_DOText_m3027691377_RuntimeMethod_var; extern const RuntimeMethod* DOTweenModuleUI_DOBlendableColor_m2014849098_RuntimeMethod_var; extern const RuntimeMethod* UnityEngineObjectExtention_IsNull_m1636349430_RuntimeMethod_var; extern const RuntimeMethod* StaticLuaCallbacks___tryArrayGet_m2413256706_RuntimeMethod_var; extern const RuntimeMethod* StaticLuaCallbacks___tryArraySet_m2173055635_RuntimeMethod_var; extern String_t* _stringLiteral964622056; extern String_t* _stringLiteral3641224616; extern String_t* _stringLiteral3897952179; extern String_t* _stringLiteral516640048; extern String_t* _stringLiteral4198891390; extern String_t* _stringLiteral2035669812; extern String_t* _stringLiteral946927187; extern String_t* _stringLiteral3193310087; extern String_t* _stringLiteral3482834024; extern String_t* _stringLiteral4245602690; extern String_t* _stringLiteral831415459; extern String_t* _stringLiteral2106406493; extern String_t* _stringLiteral2234161082; extern String_t* _stringLiteral2734467087; extern String_t* _stringLiteral2038133541; extern String_t* _stringLiteral1632086031; extern String_t* _stringLiteral152203953; extern String_t* _stringLiteral123984700; extern String_t* _stringLiteral1357986273; extern String_t* _stringLiteral507191865; extern String_t* _stringLiteral2260015710; extern String_t* _stringLiteral883499605; extern String_t* _stringLiteral1905736822; extern String_t* _stringLiteral3140100666; extern String_t* _stringLiteral1818253423; extern String_t* _stringLiteral3229229626; extern String_t* _stringLiteral967860007; extern String_t* _stringLiteral2090618150; extern String_t* _stringLiteral1600105539; extern String_t* _stringLiteral2090618176; extern const uint32_t InternalGlobals__cctor_m2494807652_MetadataUsageId; extern RuntimeClass* Boolean_t97287965_il2cpp_TypeInfo_var; extern const uint32_t __GEN_DELEGATE1_BeginInvoke_m2950439827_MetadataUsageId; extern RuntimeClass* Single_t1397266774_il2cpp_TypeInfo_var; extern const uint32_t __GEN_DELEGATE10_BeginInvoke_m2743350526_MetadataUsageId; extern RuntimeClass* Vector3_t3722313464_il2cpp_TypeInfo_var; extern RuntimeClass* Nullable_1_t1149908250_il2cpp_TypeInfo_var; extern const uint32_t __GEN_DELEGATE100_BeginInvoke_m3326294548_MetadataUsageId; extern const uint32_t __GEN_DELEGATE101_BeginInvoke_m3508027073_MetadataUsageId; extern const uint32_t __GEN_DELEGATE102_BeginInvoke_m2345004224_MetadataUsageId; extern const uint32_t __GEN_DELEGATE103_BeginInvoke_m2080287858_MetadataUsageId; extern RuntimeClass* Color_t2555686324_il2cpp_TypeInfo_var; extern const uint32_t __GEN_DELEGATE104_BeginInvoke_m487095263_MetadataUsageId; extern const uint32_t __GEN_DELEGATE105_BeginInvoke_m2201147569_MetadataUsageId; extern const uint32_t __GEN_DELEGATE106_BeginInvoke_m1996097738_MetadataUsageId; extern const uint32_t __GEN_DELEGATE107_BeginInvoke_m3043161460_MetadataUsageId; extern const uint32_t __GEN_DELEGATE108_BeginInvoke_m4062884264_MetadataUsageId; extern RuntimeClass* Rect_t2360479859_il2cpp_TypeInfo_var; extern const uint32_t __GEN_DELEGATE109_BeginInvoke_m2364589172_MetadataUsageId; extern const uint32_t __GEN_DELEGATE11_BeginInvoke_m1948853152_MetadataUsageId; extern const uint32_t __GEN_DELEGATE110_BeginInvoke_m3978804507_MetadataUsageId; extern RuntimeClass* Int32_t2950945753_il2cpp_TypeInfo_var; extern const uint32_t __GEN_DELEGATE111_BeginInvoke_m1638942863_MetadataUsageId; extern const uint32_t __GEN_DELEGATE112_BeginInvoke_m3807287837_MetadataUsageId; extern const uint32_t __GEN_DELEGATE113_BeginInvoke_m2179063348_MetadataUsageId; extern const uint32_t __GEN_DELEGATE114_BeginInvoke_m3429960321_MetadataUsageId; extern const uint32_t __GEN_DELEGATE115_BeginInvoke_m499974297_MetadataUsageId; extern const uint32_t __GEN_DELEGATE116_BeginInvoke_m496591889_MetadataUsageId; extern const uint32_t __GEN_DELEGATE117_BeginInvoke_m1303796718_MetadataUsageId; extern RuntimeClass* Color2_t3097643075_il2cpp_TypeInfo_var; extern const uint32_t __GEN_DELEGATE118_BeginInvoke_m3906148269_MetadataUsageId; extern const uint32_t __GEN_DELEGATE119_BeginInvoke_m362494598_MetadataUsageId; extern const uint32_t __GEN_DELEGATE120_BeginInvoke_m1208094962_MetadataUsageId; extern const uint32_t __GEN_DELEGATE121_BeginInvoke_m2626781347_MetadataUsageId; extern const uint32_t __GEN_DELEGATE122_BeginInvoke_m2532205586_MetadataUsageId; extern const uint32_t __GEN_DELEGATE123_BeginInvoke_m4146946904_MetadataUsageId; extern const uint32_t __GEN_DELEGATE124_BeginInvoke_m111248117_MetadataUsageId; extern const uint32_t __GEN_DELEGATE125_BeginInvoke_m811294356_MetadataUsageId; extern const uint32_t __GEN_DELEGATE126_BeginInvoke_m2736750117_MetadataUsageId; extern RuntimeClass* Vector2_t2156229523_il2cpp_TypeInfo_var; extern const uint32_t __GEN_DELEGATE127_BeginInvoke_m3895539283_MetadataUsageId; extern const uint32_t __GEN_DELEGATE128_BeginInvoke_m2406824745_MetadataUsageId; extern const uint32_t __GEN_DELEGATE129_BeginInvoke_m3889395411_MetadataUsageId; extern const uint32_t __GEN_DELEGATE130_BeginInvoke_m1825026066_MetadataUsageId; extern RuntimeClass* Vector4_t3319028937_il2cpp_TypeInfo_var; extern const uint32_t __GEN_DELEGATE131_BeginInvoke_m2440165188_MetadataUsageId; extern const uint32_t __GEN_DELEGATE132_BeginInvoke_m359501844_MetadataUsageId; extern const uint32_t __GEN_DELEGATE133_BeginInvoke_m1109760964_MetadataUsageId; extern const uint32_t __GEN_DELEGATE134_BeginInvoke_m3176918432_MetadataUsageId; extern const uint32_t __GEN_DELEGATE135_BeginInvoke_m3486475920_MetadataUsageId; extern const uint32_t __GEN_DELEGATE136_BeginInvoke_m580895694_MetadataUsageId; extern const uint32_t __GEN_DELEGATE137_BeginInvoke_m617177516_MetadataUsageId; extern const uint32_t __GEN_DELEGATE138_BeginInvoke_m349467833_MetadataUsageId; extern const uint32_t __GEN_DELEGATE139_BeginInvoke_m1725167791_MetadataUsageId; extern const uint32_t __GEN_DELEGATE14_BeginInvoke_m3669706755_MetadataUsageId; extern const uint32_t __GEN_DELEGATE140_BeginInvoke_m2837989393_MetadataUsageId; extern const uint32_t __GEN_DELEGATE141_BeginInvoke_m2827223407_MetadataUsageId; extern const uint32_t __GEN_DELEGATE142_BeginInvoke_m3780764624_MetadataUsageId; extern RuntimeClass* RotateMode_t2548570174_il2cpp_TypeInfo_var; extern const uint32_t __GEN_DELEGATE143_BeginInvoke_m2931788713_MetadataUsageId; extern RuntimeClass* Quaternion_t2301928331_il2cpp_TypeInfo_var; extern const uint32_t __GEN_DELEGATE144_BeginInvoke_m1833560757_MetadataUsageId; extern const uint32_t __GEN_DELEGATE145_BeginInvoke_m976304085_MetadataUsageId; extern const uint32_t __GEN_DELEGATE146_BeginInvoke_m74645780_MetadataUsageId; extern const uint32_t __GEN_DELEGATE147_BeginInvoke_m4003694298_MetadataUsageId; extern const uint32_t __GEN_DELEGATE148_BeginInvoke_m1603779561_MetadataUsageId; extern const uint32_t __GEN_DELEGATE149_BeginInvoke_m3552712693_MetadataUsageId; extern const uint32_t __GEN_DELEGATE150_BeginInvoke_m200763448_MetadataUsageId; extern const uint32_t __GEN_DELEGATE151_BeginInvoke_m2952900177_MetadataUsageId; extern RuntimeClass* AxisConstraint_t2771958344_il2cpp_TypeInfo_var; extern const uint32_t __GEN_DELEGATE152_BeginInvoke_m1776071582_MetadataUsageId; extern const uint32_t __GEN_DELEGATE153_BeginInvoke_m944650476_MetadataUsageId; extern const uint32_t __GEN_DELEGATE154_BeginInvoke_m118208315_MetadataUsageId; extern const uint32_t __GEN_DELEGATE155_BeginInvoke_m646296_MetadataUsageId; extern const uint32_t __GEN_DELEGATE156_BeginInvoke_m812522661_MetadataUsageId; extern const uint32_t __GEN_DELEGATE157_BeginInvoke_m1395262298_MetadataUsageId; extern const uint32_t __GEN_DELEGATE158_BeginInvoke_m1596514556_MetadataUsageId; extern const uint32_t __GEN_DELEGATE159_BeginInvoke_m255127601_MetadataUsageId; extern const uint32_t __GEN_DELEGATE160_BeginInvoke_m3819336702_MetadataUsageId; extern const uint32_t __GEN_DELEGATE161_BeginInvoke_m3645134250_MetadataUsageId; extern const uint32_t __GEN_DELEGATE162_BeginInvoke_m3131222705_MetadataUsageId; extern const uint32_t __GEN_DELEGATE163_BeginInvoke_m3784208748_MetadataUsageId; struct InjectionU5BU5D_t3549262654; struct DoubleU5BU5D_t3413330114; struct Vector3U5BU5D_t1718750761; struct MyStructU5BU5D_t224763702; struct MyEnumU5BU5D_t3063337185; struct DecimalU5BU5D_t1145110141; struct DelegateBridgeU5BU5D_t3509475594; struct ByteU5BU5D_t4116647657; struct StringU5BU5D_t1281789340; #ifndef RUNTIMEOBJECT_H #define RUNTIMEOBJECT_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEOBJECT_H struct Il2CppArrayBounds; #ifndef RUNTIMEARRAY_H #define RUNTIMEARRAY_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Array #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEARRAY_H #ifndef DICTIONARY_2_T3632739877_H #define DICTIONARY_2_T3632739877_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_t3632739877 : 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 DelegateU5BU5D_t1703627840* ___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_t3632739877, ___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_t3632739877, ___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_t3632739877, ___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_t3632739877, ___valueSlots_7)); } inline DelegateU5BU5D_t1703627840* get_valueSlots_7() const { return ___valueSlots_7; } inline DelegateU5BU5D_t1703627840** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(DelegateU5BU5D_t1703627840* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t3632739877, ___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_t3632739877, ___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_t3632739877, ___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_t3632739877, ___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_t3632739877, ___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_t3632739877, ___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_t3632739877, ___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_t3632739877_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t1984122851 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t3632739877_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t1984122851 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t1984122851 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t1984122851 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T3632739877_H #ifndef XLUATESTMYENUMWRAP_T450139710_H #define XLUATESTMYENUMWRAP_T450139710_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.CSObjectWrap.XLuaTestMyEnumWrap struct XLuaTestMyEnumWrap_t450139710 : public RuntimeObject { public: public: }; struct XLuaTestMyEnumWrap_t450139710_StaticFields { public: // XLua.LuaDLL.lua_CSFunction XLua.CSObjectWrap.XLuaTestMyEnumWrap::<>f__mg$cache0 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache0_0; public: inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_0() { return static_cast(offsetof(XLuaTestMyEnumWrap_t450139710_StaticFields, ___U3CU3Ef__mgU24cache0_0)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache0_0() const { return ___U3CU3Ef__mgU24cache0_0; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache0_0() { return &___U3CU3Ef__mgU24cache0_0; } inline void set_U3CU3Ef__mgU24cache0_0(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache0_0 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XLUATESTMYENUMWRAP_T450139710_H #ifndef INJECTION_T1663173063_H #define INJECTION_T1663173063_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLuaTest.Injection struct Injection_t1663173063 : public RuntimeObject { public: // System.String XLuaTest.Injection::name String_t* ___name_0; // UnityEngine.GameObject XLuaTest.Injection::value GameObject_t1113636619 * ___value_1; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(Injection_t1663173063, ___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_value_1() { return static_cast(offsetof(Injection_t1663173063, ___value_1)); } inline GameObject_t1113636619 * get_value_1() const { return ___value_1; } inline GameObject_t1113636619 ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(GameObject_t1113636619 * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INJECTION_T1663173063_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 ATTRIBUTE_T861562559_H #define ATTRIBUTE_T861562559_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Attribute struct Attribute_t861562559 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ATTRIBUTE_T861562559_H #ifndef XLUATESTMYSTRUCTWRAP_T1006490053_H #define XLUATESTMYSTRUCTWRAP_T1006490053_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.CSObjectWrap.XLuaTestMyStructWrap struct XLuaTestMyStructWrap_t1006490053 : public RuntimeObject { public: public: }; struct XLuaTestMyStructWrap_t1006490053_StaticFields { public: // XLua.LuaDLL.lua_CSFunction XLua.CSObjectWrap.XLuaTestMyStructWrap::<>f__mg$cache0 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache0_0; // XLua.LuaDLL.lua_CSFunction XLua.CSObjectWrap.XLuaTestMyStructWrap::<>f__mg$cache1 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache1_1; // XLua.LuaDLL.lua_CSFunction XLua.CSObjectWrap.XLuaTestMyStructWrap::<>f__mg$cache2 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache2_2; // XLua.LuaDLL.lua_CSFunction XLua.CSObjectWrap.XLuaTestMyStructWrap::<>f__mg$cache3 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache3_3; // XLua.LuaDLL.lua_CSFunction XLua.CSObjectWrap.XLuaTestMyStructWrap::<>f__mg$cache4 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache4_4; // XLua.LuaDLL.lua_CSFunction XLua.CSObjectWrap.XLuaTestMyStructWrap::<>f__mg$cache5 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache5_5; // XLua.LuaDLL.lua_CSFunction XLua.CSObjectWrap.XLuaTestMyStructWrap::<>f__mg$cache6 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache6_6; // XLua.LuaDLL.lua_CSFunction XLua.CSObjectWrap.XLuaTestMyStructWrap::<>f__mg$cache7 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache7_7; // XLua.LuaDLL.lua_CSFunction XLua.CSObjectWrap.XLuaTestMyStructWrap::<>f__mg$cache8 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache8_8; public: inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_0() { return static_cast(offsetof(XLuaTestMyStructWrap_t1006490053_StaticFields, ___U3CU3Ef__mgU24cache0_0)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache0_0() const { return ___U3CU3Ef__mgU24cache0_0; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache0_0() { return &___U3CU3Ef__mgU24cache0_0; } inline void set_U3CU3Ef__mgU24cache0_0(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache0_0 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_0), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache1_1() { return static_cast(offsetof(XLuaTestMyStructWrap_t1006490053_StaticFields, ___U3CU3Ef__mgU24cache1_1)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache1_1() const { return ___U3CU3Ef__mgU24cache1_1; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache1_1() { return &___U3CU3Ef__mgU24cache1_1; } inline void set_U3CU3Ef__mgU24cache1_1(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache1_1 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache1_1), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache2_2() { return static_cast(offsetof(XLuaTestMyStructWrap_t1006490053_StaticFields, ___U3CU3Ef__mgU24cache2_2)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache2_2() const { return ___U3CU3Ef__mgU24cache2_2; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache2_2() { return &___U3CU3Ef__mgU24cache2_2; } inline void set_U3CU3Ef__mgU24cache2_2(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache2_2 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache2_2), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache3_3() { return static_cast(offsetof(XLuaTestMyStructWrap_t1006490053_StaticFields, ___U3CU3Ef__mgU24cache3_3)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache3_3() const { return ___U3CU3Ef__mgU24cache3_3; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache3_3() { return &___U3CU3Ef__mgU24cache3_3; } inline void set_U3CU3Ef__mgU24cache3_3(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache3_3 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache3_3), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache4_4() { return static_cast(offsetof(XLuaTestMyStructWrap_t1006490053_StaticFields, ___U3CU3Ef__mgU24cache4_4)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache4_4() const { return ___U3CU3Ef__mgU24cache4_4; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache4_4() { return &___U3CU3Ef__mgU24cache4_4; } inline void set_U3CU3Ef__mgU24cache4_4(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache4_4 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache4_4), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache5_5() { return static_cast(offsetof(XLuaTestMyStructWrap_t1006490053_StaticFields, ___U3CU3Ef__mgU24cache5_5)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache5_5() const { return ___U3CU3Ef__mgU24cache5_5; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache5_5() { return &___U3CU3Ef__mgU24cache5_5; } inline void set_U3CU3Ef__mgU24cache5_5(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache5_5 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache5_5), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache6_6() { return static_cast(offsetof(XLuaTestMyStructWrap_t1006490053_StaticFields, ___U3CU3Ef__mgU24cache6_6)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache6_6() const { return ___U3CU3Ef__mgU24cache6_6; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache6_6() { return &___U3CU3Ef__mgU24cache6_6; } inline void set_U3CU3Ef__mgU24cache6_6(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache6_6 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache6_6), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache7_7() { return static_cast(offsetof(XLuaTestMyStructWrap_t1006490053_StaticFields, ___U3CU3Ef__mgU24cache7_7)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache7_7() const { return ___U3CU3Ef__mgU24cache7_7; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache7_7() { return &___U3CU3Ef__mgU24cache7_7; } inline void set_U3CU3Ef__mgU24cache7_7(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache7_7 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache7_7), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache8_8() { return static_cast(offsetof(XLuaTestMyStructWrap_t1006490053_StaticFields, ___U3CU3Ef__mgU24cache8_8)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache8_8() const { return ___U3CU3Ef__mgU24cache8_8; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache8_8() { return &___U3CU3Ef__mgU24cache8_8; } inline void set_U3CU3Ef__mgU24cache8_8(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache8_8 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache8_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XLUATESTMYSTRUCTWRAP_T1006490053_H #ifndef UNITYENGINEOBJECTEXTENTION_T1433393736_H #define UNITYENGINEOBJECTEXTENTION_T1433393736_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngineObjectExtention struct UnityEngineObjectExtention_t1433393736 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYENGINEOBJECTEXTENTION_T1433393736_H #ifndef DOTWEENMODULEUI_T3477205437_H #define DOTWEENMODULEUI_T3477205437_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.DOTweenModuleUI struct DOTweenModuleUI_t3477205437 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DOTWEENMODULEUI_T3477205437_H #ifndef XLUATESTNOGCWRAP_T595560218_H #define XLUATESTNOGCWRAP_T595560218_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.CSObjectWrap.XLuaTestNoGcWrap struct XLuaTestNoGcWrap_t595560218 : public RuntimeObject { public: public: }; struct XLuaTestNoGcWrap_t595560218_StaticFields { public: // XLua.LuaDLL.lua_CSFunction XLua.CSObjectWrap.XLuaTestNoGcWrap::<>f__mg$cache0 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache0_0; // XLua.LuaDLL.lua_CSFunction XLua.CSObjectWrap.XLuaTestNoGcWrap::<>f__mg$cache1 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache1_1; // XLua.LuaDLL.lua_CSFunction XLua.CSObjectWrap.XLuaTestNoGcWrap::<>f__mg$cache2 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache2_2; // XLua.LuaDLL.lua_CSFunction XLua.CSObjectWrap.XLuaTestNoGcWrap::<>f__mg$cache3 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache3_3; // XLua.LuaDLL.lua_CSFunction XLua.CSObjectWrap.XLuaTestNoGcWrap::<>f__mg$cache4 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache4_4; // XLua.LuaDLL.lua_CSFunction XLua.CSObjectWrap.XLuaTestNoGcWrap::<>f__mg$cache5 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache5_5; // XLua.LuaDLL.lua_CSFunction XLua.CSObjectWrap.XLuaTestNoGcWrap::<>f__mg$cache6 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache6_6; // XLua.LuaDLL.lua_CSFunction XLua.CSObjectWrap.XLuaTestNoGcWrap::<>f__mg$cache7 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache7_7; // XLua.LuaDLL.lua_CSFunction XLua.CSObjectWrap.XLuaTestNoGcWrap::<>f__mg$cache8 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache8_8; // XLua.LuaDLL.lua_CSFunction XLua.CSObjectWrap.XLuaTestNoGcWrap::<>f__mg$cache9 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache9_9; // XLua.LuaDLL.lua_CSFunction XLua.CSObjectWrap.XLuaTestNoGcWrap::<>f__mg$cacheA lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cacheA_10; // XLua.LuaDLL.lua_CSFunction XLua.CSObjectWrap.XLuaTestNoGcWrap::<>f__mg$cacheB lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cacheB_11; // XLua.LuaDLL.lua_CSFunction XLua.CSObjectWrap.XLuaTestNoGcWrap::<>f__mg$cacheC lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cacheC_12; // XLua.LuaDLL.lua_CSFunction XLua.CSObjectWrap.XLuaTestNoGcWrap::<>f__mg$cacheD lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cacheD_13; // XLua.LuaDLL.lua_CSFunction XLua.CSObjectWrap.XLuaTestNoGcWrap::<>f__mg$cacheE lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cacheE_14; // XLua.LuaDLL.lua_CSFunction XLua.CSObjectWrap.XLuaTestNoGcWrap::<>f__mg$cacheF lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cacheF_15; public: inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_0() { return static_cast(offsetof(XLuaTestNoGcWrap_t595560218_StaticFields, ___U3CU3Ef__mgU24cache0_0)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache0_0() const { return ___U3CU3Ef__mgU24cache0_0; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache0_0() { return &___U3CU3Ef__mgU24cache0_0; } inline void set_U3CU3Ef__mgU24cache0_0(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache0_0 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_0), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache1_1() { return static_cast(offsetof(XLuaTestNoGcWrap_t595560218_StaticFields, ___U3CU3Ef__mgU24cache1_1)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache1_1() const { return ___U3CU3Ef__mgU24cache1_1; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache1_1() { return &___U3CU3Ef__mgU24cache1_1; } inline void set_U3CU3Ef__mgU24cache1_1(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache1_1 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache1_1), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache2_2() { return static_cast(offsetof(XLuaTestNoGcWrap_t595560218_StaticFields, ___U3CU3Ef__mgU24cache2_2)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache2_2() const { return ___U3CU3Ef__mgU24cache2_2; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache2_2() { return &___U3CU3Ef__mgU24cache2_2; } inline void set_U3CU3Ef__mgU24cache2_2(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache2_2 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache2_2), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache3_3() { return static_cast(offsetof(XLuaTestNoGcWrap_t595560218_StaticFields, ___U3CU3Ef__mgU24cache3_3)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache3_3() const { return ___U3CU3Ef__mgU24cache3_3; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache3_3() { return &___U3CU3Ef__mgU24cache3_3; } inline void set_U3CU3Ef__mgU24cache3_3(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache3_3 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache3_3), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache4_4() { return static_cast(offsetof(XLuaTestNoGcWrap_t595560218_StaticFields, ___U3CU3Ef__mgU24cache4_4)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache4_4() const { return ___U3CU3Ef__mgU24cache4_4; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache4_4() { return &___U3CU3Ef__mgU24cache4_4; } inline void set_U3CU3Ef__mgU24cache4_4(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache4_4 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache4_4), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache5_5() { return static_cast(offsetof(XLuaTestNoGcWrap_t595560218_StaticFields, ___U3CU3Ef__mgU24cache5_5)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache5_5() const { return ___U3CU3Ef__mgU24cache5_5; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache5_5() { return &___U3CU3Ef__mgU24cache5_5; } inline void set_U3CU3Ef__mgU24cache5_5(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache5_5 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache5_5), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache6_6() { return static_cast(offsetof(XLuaTestNoGcWrap_t595560218_StaticFields, ___U3CU3Ef__mgU24cache6_6)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache6_6() const { return ___U3CU3Ef__mgU24cache6_6; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache6_6() { return &___U3CU3Ef__mgU24cache6_6; } inline void set_U3CU3Ef__mgU24cache6_6(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache6_6 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache6_6), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache7_7() { return static_cast(offsetof(XLuaTestNoGcWrap_t595560218_StaticFields, ___U3CU3Ef__mgU24cache7_7)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache7_7() const { return ___U3CU3Ef__mgU24cache7_7; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache7_7() { return &___U3CU3Ef__mgU24cache7_7; } inline void set_U3CU3Ef__mgU24cache7_7(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache7_7 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache7_7), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache8_8() { return static_cast(offsetof(XLuaTestNoGcWrap_t595560218_StaticFields, ___U3CU3Ef__mgU24cache8_8)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache8_8() const { return ___U3CU3Ef__mgU24cache8_8; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache8_8() { return &___U3CU3Ef__mgU24cache8_8; } inline void set_U3CU3Ef__mgU24cache8_8(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache8_8 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache8_8), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache9_9() { return static_cast(offsetof(XLuaTestNoGcWrap_t595560218_StaticFields, ___U3CU3Ef__mgU24cache9_9)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache9_9() const { return ___U3CU3Ef__mgU24cache9_9; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache9_9() { return &___U3CU3Ef__mgU24cache9_9; } inline void set_U3CU3Ef__mgU24cache9_9(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache9_9 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache9_9), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheA_10() { return static_cast(offsetof(XLuaTestNoGcWrap_t595560218_StaticFields, ___U3CU3Ef__mgU24cacheA_10)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cacheA_10() const { return ___U3CU3Ef__mgU24cacheA_10; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cacheA_10() { return &___U3CU3Ef__mgU24cacheA_10; } inline void set_U3CU3Ef__mgU24cacheA_10(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cacheA_10 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheA_10), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheB_11() { return static_cast(offsetof(XLuaTestNoGcWrap_t595560218_StaticFields, ___U3CU3Ef__mgU24cacheB_11)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cacheB_11() const { return ___U3CU3Ef__mgU24cacheB_11; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cacheB_11() { return &___U3CU3Ef__mgU24cacheB_11; } inline void set_U3CU3Ef__mgU24cacheB_11(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cacheB_11 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheB_11), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheC_12() { return static_cast(offsetof(XLuaTestNoGcWrap_t595560218_StaticFields, ___U3CU3Ef__mgU24cacheC_12)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cacheC_12() const { return ___U3CU3Ef__mgU24cacheC_12; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cacheC_12() { return &___U3CU3Ef__mgU24cacheC_12; } inline void set_U3CU3Ef__mgU24cacheC_12(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cacheC_12 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheC_12), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheD_13() { return static_cast(offsetof(XLuaTestNoGcWrap_t595560218_StaticFields, ___U3CU3Ef__mgU24cacheD_13)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cacheD_13() const { return ___U3CU3Ef__mgU24cacheD_13; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cacheD_13() { return &___U3CU3Ef__mgU24cacheD_13; } inline void set_U3CU3Ef__mgU24cacheD_13(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cacheD_13 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheD_13), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheE_14() { return static_cast(offsetof(XLuaTestNoGcWrap_t595560218_StaticFields, ___U3CU3Ef__mgU24cacheE_14)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cacheE_14() const { return ___U3CU3Ef__mgU24cacheE_14; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cacheE_14() { return &___U3CU3Ef__mgU24cacheE_14; } inline void set_U3CU3Ef__mgU24cacheE_14(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cacheE_14 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheE_14), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheF_15() { return static_cast(offsetof(XLuaTestNoGcWrap_t595560218_StaticFields, ___U3CU3Ef__mgU24cacheF_15)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cacheF_15() const { return ___U3CU3Ef__mgU24cacheF_15; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cacheF_15() { return &___U3CU3Ef__mgU24cacheF_15; } inline void set_U3CU3Ef__mgU24cacheF_15(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cacheF_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheF_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XLUATESTNOGCWRAP_T595560218_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 XLUATESTPEDDINGWRAP_T128877870_H #define XLUATESTPEDDINGWRAP_T128877870_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.CSObjectWrap.XLuaTestPeddingWrap struct XLuaTestPeddingWrap_t128877870 : public RuntimeObject { public: public: }; struct XLuaTestPeddingWrap_t128877870_StaticFields { public: // XLua.LuaDLL.lua_CSFunction XLua.CSObjectWrap.XLuaTestPeddingWrap::<>f__mg$cache0 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache0_0; // XLua.LuaDLL.lua_CSFunction XLua.CSObjectWrap.XLuaTestPeddingWrap::<>f__mg$cache1 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache1_1; // XLua.LuaDLL.lua_CSFunction XLua.CSObjectWrap.XLuaTestPeddingWrap::<>f__mg$cache2 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache2_2; public: inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_0() { return static_cast(offsetof(XLuaTestPeddingWrap_t128877870_StaticFields, ___U3CU3Ef__mgU24cache0_0)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache0_0() const { return ___U3CU3Ef__mgU24cache0_0; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache0_0() { return &___U3CU3Ef__mgU24cache0_0; } inline void set_U3CU3Ef__mgU24cache0_0(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache0_0 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_0), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache1_1() { return static_cast(offsetof(XLuaTestPeddingWrap_t128877870_StaticFields, ___U3CU3Ef__mgU24cache1_1)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache1_1() const { return ___U3CU3Ef__mgU24cache1_1; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache1_1() { return &___U3CU3Ef__mgU24cache1_1; } inline void set_U3CU3Ef__mgU24cache1_1(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache1_1 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache1_1), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache2_2() { return static_cast(offsetof(XLuaTestPeddingWrap_t128877870_StaticFields, ___U3CU3Ef__mgU24cache2_2)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache2_2() const { return ___U3CU3Ef__mgU24cache2_2; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache2_2() { return &___U3CU3Ef__mgU24cache2_2; } inline void set_U3CU3Ef__mgU24cache2_2(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache2_2 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache2_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XLUATESTPEDDINGWRAP_T128877870_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 SHORTCUTEXTENSIONS_T1665800578_H #define SHORTCUTEXTENSIONS_T1665800578_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.ShortcutExtensions struct ShortcutExtensions_t1665800578 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SHORTCUTEXTENSIONS_T1665800578_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 LIST_1_T3349700990_H #define LIST_1_T3349700990_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_t3349700990 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items MethodInfoU5BU5D_t2572182361* ____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_t3349700990, ____items_1)); } inline MethodInfoU5BU5D_t2572182361* get__items_1() const { return ____items_1; } inline MethodInfoU5BU5D_t2572182361** get_address_of__items_1() { return &____items_1; } inline void set__items_1(MethodInfoU5BU5D_t2572182361* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3349700990, ____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_t3349700990, ____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_t3349700990_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray MethodInfoU5BU5D_t2572182361* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t3349700990_StaticFields, ___EmptyArray_4)); } inline MethodInfoU5BU5D_t2572182361* get_EmptyArray_4() const { return ___EmptyArray_4; } inline MethodInfoU5BU5D_t2572182361** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(MethodInfoU5BU5D_t2572182361* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T3349700990_H #ifndef LUABASE_T1730675691_H #define LUABASE_T1730675691_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.LuaBase struct LuaBase_t1730675691 : public RuntimeObject { public: // System.Boolean XLua.LuaBase::disposed bool ___disposed_0; // System.Int32 XLua.LuaBase::luaReference int32_t ___luaReference_1; // XLua.LuaEnv XLua.LuaBase::luaEnv LuaEnv_t2152703515 * ___luaEnv_2; public: inline static int32_t get_offset_of_disposed_0() { return static_cast(offsetof(LuaBase_t1730675691, ___disposed_0)); } inline bool get_disposed_0() const { return ___disposed_0; } inline bool* get_address_of_disposed_0() { return &___disposed_0; } inline void set_disposed_0(bool value) { ___disposed_0 = value; } inline static int32_t get_offset_of_luaReference_1() { return static_cast(offsetof(LuaBase_t1730675691, ___luaReference_1)); } inline int32_t get_luaReference_1() const { return ___luaReference_1; } inline int32_t* get_address_of_luaReference_1() { return &___luaReference_1; } inline void set_luaReference_1(int32_t value) { ___luaReference_1 = value; } inline static int32_t get_offset_of_luaEnv_2() { return static_cast(offsetof(LuaBase_t1730675691, ___luaEnv_2)); } inline LuaEnv_t2152703515 * get_luaEnv_2() const { return ___luaEnv_2; } inline LuaEnv_t2152703515 ** get_address_of_luaEnv_2() { return &___luaEnv_2; } inline void set_luaEnv_2(LuaEnv_t2152703515 * value) { ___luaEnv_2 = value; Il2CppCodeGenWriteBarrier((&___luaEnv_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LUABASE_T1730675691_H #ifndef UTILS_T4231971476_H #define UTILS_T4231971476_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.Utils struct Utils_t4231971476 : public RuntimeObject { public: public: }; struct Utils_t4231971476_StaticFields { public: // System.Func`2 XLua.Utils::<>f__am$cache0 Func_2_t2377163032 * ___U3CU3Ef__amU24cache0_12; // System.Func`2 XLua.Utils::<>f__am$cache1 Func_2_t2377163032 * ___U3CU3Ef__amU24cache1_13; // System.Func`2 XLua.Utils::<>f__am$cache2 Func_2_t561252955 * ___U3CU3Ef__amU24cache2_14; // System.Func`2 XLua.Utils::<>f__am$cache3 Func_2_t561252955 * ___U3CU3Ef__amU24cache3_15; // System.Func`2> XLua.Utils::<>f__am$cache4 Func_2_t1321444127 * ___U3CU3Ef__amU24cache4_16; // System.Func`3__AnonType1`2> XLua.Utils::<>f__am$cache5 Func_3_t812472829 * ___U3CU3Ef__amU24cache5_17; // System.Func`2<<>__AnonType1`2,System.Boolean> XLua.Utils::<>f__am$cache6 Func_2_t40316471 * ___U3CU3Ef__amU24cache6_18; // System.Func`2<<>__AnonType1`2,System.Type> XLua.Utils::<>f__am$cache7 Func_2_t2426973266 * ___U3CU3Ef__amU24cache7_19; // System.Func`2<<>__AnonType1`2,System.Reflection.MethodInfo> XLua.Utils::<>f__am$cache8 Func_2_t1820654754 * ___U3CU3Ef__amU24cache8_20; // System.Func`2,System.Type> XLua.Utils::<>f__am$cache9 Func_2_t305537246 * ___U3CU3Ef__amU24cache9_21; // System.Func`2,System.Collections.Generic.IEnumerable`1> XLua.Utils::<>f__am$cacheA Func_2_t2974038919 * ___U3CU3Ef__amU24cacheA_22; // System.Func`2 XLua.Utils::<>f__am$cacheB Func_2_t942717935 * ___U3CU3Ef__amU24cacheB_23; // System.Func`2 XLua.Utils::<>f__am$cacheC Func_2_t942717935 * ___U3CU3Ef__amU24cacheC_24; // System.Func`3 XLua.Utils::<>f__am$cacheD Func_3_t145517001 * ___U3CU3Ef__amU24cacheD_25; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cache0_12() { return static_cast(offsetof(Utils_t4231971476_StaticFields, ___U3CU3Ef__amU24cache0_12)); } inline Func_2_t2377163032 * get_U3CU3Ef__amU24cache0_12() const { return ___U3CU3Ef__amU24cache0_12; } inline Func_2_t2377163032 ** get_address_of_U3CU3Ef__amU24cache0_12() { return &___U3CU3Ef__amU24cache0_12; } inline void set_U3CU3Ef__amU24cache0_12(Func_2_t2377163032 * value) { ___U3CU3Ef__amU24cache0_12 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache0_12), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache1_13() { return static_cast(offsetof(Utils_t4231971476_StaticFields, ___U3CU3Ef__amU24cache1_13)); } inline Func_2_t2377163032 * get_U3CU3Ef__amU24cache1_13() const { return ___U3CU3Ef__amU24cache1_13; } inline Func_2_t2377163032 ** get_address_of_U3CU3Ef__amU24cache1_13() { return &___U3CU3Ef__amU24cache1_13; } inline void set_U3CU3Ef__amU24cache1_13(Func_2_t2377163032 * value) { ___U3CU3Ef__amU24cache1_13 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache1_13), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache2_14() { return static_cast(offsetof(Utils_t4231971476_StaticFields, ___U3CU3Ef__amU24cache2_14)); } inline Func_2_t561252955 * get_U3CU3Ef__amU24cache2_14() const { return ___U3CU3Ef__amU24cache2_14; } inline Func_2_t561252955 ** get_address_of_U3CU3Ef__amU24cache2_14() { return &___U3CU3Ef__amU24cache2_14; } inline void set_U3CU3Ef__amU24cache2_14(Func_2_t561252955 * value) { ___U3CU3Ef__amU24cache2_14 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache2_14), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache3_15() { return static_cast(offsetof(Utils_t4231971476_StaticFields, ___U3CU3Ef__amU24cache3_15)); } inline Func_2_t561252955 * get_U3CU3Ef__amU24cache3_15() const { return ___U3CU3Ef__amU24cache3_15; } inline Func_2_t561252955 ** get_address_of_U3CU3Ef__amU24cache3_15() { return &___U3CU3Ef__amU24cache3_15; } inline void set_U3CU3Ef__amU24cache3_15(Func_2_t561252955 * value) { ___U3CU3Ef__amU24cache3_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache3_15), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache4_16() { return static_cast(offsetof(Utils_t4231971476_StaticFields, ___U3CU3Ef__amU24cache4_16)); } inline Func_2_t1321444127 * get_U3CU3Ef__amU24cache4_16() const { return ___U3CU3Ef__amU24cache4_16; } inline Func_2_t1321444127 ** get_address_of_U3CU3Ef__amU24cache4_16() { return &___U3CU3Ef__amU24cache4_16; } inline void set_U3CU3Ef__amU24cache4_16(Func_2_t1321444127 * value) { ___U3CU3Ef__amU24cache4_16 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache4_16), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache5_17() { return static_cast(offsetof(Utils_t4231971476_StaticFields, ___U3CU3Ef__amU24cache5_17)); } inline Func_3_t812472829 * get_U3CU3Ef__amU24cache5_17() const { return ___U3CU3Ef__amU24cache5_17; } inline Func_3_t812472829 ** get_address_of_U3CU3Ef__amU24cache5_17() { return &___U3CU3Ef__amU24cache5_17; } inline void set_U3CU3Ef__amU24cache5_17(Func_3_t812472829 * value) { ___U3CU3Ef__amU24cache5_17 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache5_17), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache6_18() { return static_cast(offsetof(Utils_t4231971476_StaticFields, ___U3CU3Ef__amU24cache6_18)); } inline Func_2_t40316471 * get_U3CU3Ef__amU24cache6_18() const { return ___U3CU3Ef__amU24cache6_18; } inline Func_2_t40316471 ** get_address_of_U3CU3Ef__amU24cache6_18() { return &___U3CU3Ef__amU24cache6_18; } inline void set_U3CU3Ef__amU24cache6_18(Func_2_t40316471 * value) { ___U3CU3Ef__amU24cache6_18 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache6_18), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache7_19() { return static_cast(offsetof(Utils_t4231971476_StaticFields, ___U3CU3Ef__amU24cache7_19)); } inline Func_2_t2426973266 * get_U3CU3Ef__amU24cache7_19() const { return ___U3CU3Ef__amU24cache7_19; } inline Func_2_t2426973266 ** get_address_of_U3CU3Ef__amU24cache7_19() { return &___U3CU3Ef__amU24cache7_19; } inline void set_U3CU3Ef__amU24cache7_19(Func_2_t2426973266 * value) { ___U3CU3Ef__amU24cache7_19 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache7_19), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache8_20() { return static_cast(offsetof(Utils_t4231971476_StaticFields, ___U3CU3Ef__amU24cache8_20)); } inline Func_2_t1820654754 * get_U3CU3Ef__amU24cache8_20() const { return ___U3CU3Ef__amU24cache8_20; } inline Func_2_t1820654754 ** get_address_of_U3CU3Ef__amU24cache8_20() { return &___U3CU3Ef__amU24cache8_20; } inline void set_U3CU3Ef__amU24cache8_20(Func_2_t1820654754 * value) { ___U3CU3Ef__amU24cache8_20 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache8_20), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache9_21() { return static_cast(offsetof(Utils_t4231971476_StaticFields, ___U3CU3Ef__amU24cache9_21)); } inline Func_2_t305537246 * get_U3CU3Ef__amU24cache9_21() const { return ___U3CU3Ef__amU24cache9_21; } inline Func_2_t305537246 ** get_address_of_U3CU3Ef__amU24cache9_21() { return &___U3CU3Ef__amU24cache9_21; } inline void set_U3CU3Ef__amU24cache9_21(Func_2_t305537246 * value) { ___U3CU3Ef__amU24cache9_21 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache9_21), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cacheA_22() { return static_cast(offsetof(Utils_t4231971476_StaticFields, ___U3CU3Ef__amU24cacheA_22)); } inline Func_2_t2974038919 * get_U3CU3Ef__amU24cacheA_22() const { return ___U3CU3Ef__amU24cacheA_22; } inline Func_2_t2974038919 ** get_address_of_U3CU3Ef__amU24cacheA_22() { return &___U3CU3Ef__amU24cacheA_22; } inline void set_U3CU3Ef__amU24cacheA_22(Func_2_t2974038919 * value) { ___U3CU3Ef__amU24cacheA_22 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheA_22), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_23() { return static_cast(offsetof(Utils_t4231971476_StaticFields, ___U3CU3Ef__amU24cacheB_23)); } inline Func_2_t942717935 * get_U3CU3Ef__amU24cacheB_23() const { return ___U3CU3Ef__amU24cacheB_23; } inline Func_2_t942717935 ** get_address_of_U3CU3Ef__amU24cacheB_23() { return &___U3CU3Ef__amU24cacheB_23; } inline void set_U3CU3Ef__amU24cacheB_23(Func_2_t942717935 * value) { ___U3CU3Ef__amU24cacheB_23 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_23), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cacheC_24() { return static_cast(offsetof(Utils_t4231971476_StaticFields, ___U3CU3Ef__amU24cacheC_24)); } inline Func_2_t942717935 * get_U3CU3Ef__amU24cacheC_24() const { return ___U3CU3Ef__amU24cacheC_24; } inline Func_2_t942717935 ** get_address_of_U3CU3Ef__amU24cacheC_24() { return &___U3CU3Ef__amU24cacheC_24; } inline void set_U3CU3Ef__amU24cacheC_24(Func_2_t942717935 * value) { ___U3CU3Ef__amU24cacheC_24 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheC_24), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cacheD_25() { return static_cast(offsetof(Utils_t4231971476_StaticFields, ___U3CU3Ef__amU24cacheD_25)); } inline Func_3_t145517001 * get_U3CU3Ef__amU24cacheD_25() const { return ___U3CU3Ef__amU24cacheD_25; } inline Func_3_t145517001 ** get_address_of_U3CU3Ef__amU24cacheD_25() { return &___U3CU3Ef__amU24cacheD_25; } inline void set_U3CU3Ef__amU24cacheD_25(Func_3_t145517001 * value) { ___U3CU3Ef__amU24cacheD_25 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheD_25), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UTILS_T4231971476_H #ifndef TWEENEXTENSIONS_T3641337881_H #define TWEENEXTENSIONS_T3641337881_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.TweenExtensions struct TweenExtensions_t3641337881 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TWEENEXTENSIONS_T3641337881_H #ifndef TWEENSETTINGSEXTENSIONS_T101259202_H #define TWEENSETTINGSEXTENSIONS_T101259202_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.TweenSettingsExtensions struct TweenSettingsExtensions_t101259202 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TWEENSETTINGSEXTENSIONS_T101259202_H #ifndef YIELDINSTRUCTION_T403091072_H #define YIELDINSTRUCTION_T403091072_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.YieldInstruction struct YieldInstruction_t403091072 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.YieldInstruction struct YieldInstruction_t403091072_marshaled_pinvoke { }; // Native definition for COM marshalling of UnityEngine.YieldInstruction struct YieldInstruction_t403091072_marshaled_com { }; #endif // YIELDINSTRUCTION_T403091072_H #ifndef DICTIONARY_2_T3301826201_H #define DICTIONARY_2_T3301826201_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_t3301826201 : 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 IEnumerable_1U5BU5D_t1843318652* ___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_t3301826201, ___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_t3301826201, ___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_t3301826201, ___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_t3301826201, ___valueSlots_7)); } inline IEnumerable_1U5BU5D_t1843318652* get_valueSlots_7() const { return ___valueSlots_7; } inline IEnumerable_1U5BU5D_t1843318652** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(IEnumerable_1U5BU5D_t1843318652* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t3301826201, ___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_t3301826201, ___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_t3301826201, ___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_t3301826201, ___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_t3301826201, ___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_t3301826201, ___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_t3301826201, ___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_t3301826201_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t2123813663 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t3301826201_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t2123813663 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t2123813663 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t2123813663 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T3301826201_H #ifndef XLUATESTLUABEHAVIOURWRAP_T2270440042_H #define XLUATESTLUABEHAVIOURWRAP_T2270440042_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.CSObjectWrap.XLuaTestLuaBehaviourWrap struct XLuaTestLuaBehaviourWrap_t2270440042 : public RuntimeObject { public: public: }; struct XLuaTestLuaBehaviourWrap_t2270440042_StaticFields { public: // XLua.LuaDLL.lua_CSFunction XLua.CSObjectWrap.XLuaTestLuaBehaviourWrap::<>f__mg$cache0 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache0_0; // XLua.LuaDLL.lua_CSFunction XLua.CSObjectWrap.XLuaTestLuaBehaviourWrap::<>f__mg$cache1 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache1_1; // XLua.LuaDLL.lua_CSFunction XLua.CSObjectWrap.XLuaTestLuaBehaviourWrap::<>f__mg$cache2 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache2_2; // XLua.LuaDLL.lua_CSFunction XLua.CSObjectWrap.XLuaTestLuaBehaviourWrap::<>f__mg$cache3 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache3_3; // XLua.LuaDLL.lua_CSFunction XLua.CSObjectWrap.XLuaTestLuaBehaviourWrap::<>f__mg$cache4 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache4_4; public: inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_0() { return static_cast(offsetof(XLuaTestLuaBehaviourWrap_t2270440042_StaticFields, ___U3CU3Ef__mgU24cache0_0)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache0_0() const { return ___U3CU3Ef__mgU24cache0_0; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache0_0() { return &___U3CU3Ef__mgU24cache0_0; } inline void set_U3CU3Ef__mgU24cache0_0(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache0_0 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_0), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache1_1() { return static_cast(offsetof(XLuaTestLuaBehaviourWrap_t2270440042_StaticFields, ___U3CU3Ef__mgU24cache1_1)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache1_1() const { return ___U3CU3Ef__mgU24cache1_1; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache1_1() { return &___U3CU3Ef__mgU24cache1_1; } inline void set_U3CU3Ef__mgU24cache1_1(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache1_1 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache1_1), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache2_2() { return static_cast(offsetof(XLuaTestLuaBehaviourWrap_t2270440042_StaticFields, ___U3CU3Ef__mgU24cache2_2)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache2_2() const { return ___U3CU3Ef__mgU24cache2_2; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache2_2() { return &___U3CU3Ef__mgU24cache2_2; } inline void set_U3CU3Ef__mgU24cache2_2(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache2_2 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache2_2), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache3_3() { return static_cast(offsetof(XLuaTestLuaBehaviourWrap_t2270440042_StaticFields, ___U3CU3Ef__mgU24cache3_3)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache3_3() const { return ___U3CU3Ef__mgU24cache3_3; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache3_3() { return &___U3CU3Ef__mgU24cache3_3; } inline void set_U3CU3Ef__mgU24cache3_3(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache3_3 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache3_3), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache4_4() { return static_cast(offsetof(XLuaTestLuaBehaviourWrap_t2270440042_StaticFields, ___U3CU3Ef__mgU24cache4_4)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache4_4() const { return ___U3CU3Ef__mgU24cache4_4; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache4_4() { return &___U3CU3Ef__mgU24cache4_4; } inline void set_U3CU3Ef__mgU24cache4_4(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache4_4 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache4_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XLUATESTLUABEHAVIOURWRAP_T2270440042_H #ifndef HOTFIXDELEGATEBRIDGE_T3069359147_H #define HOTFIXDELEGATEBRIDGE_T3069359147_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.HotfixDelegateBridge struct HotfixDelegateBridge_t3069359147 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HOTFIXDELEGATEBRIDGE_T3069359147_H #ifndef STATICLUACALLBACKS_T3406648379_H #define STATICLUACALLBACKS_T3406648379_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.StaticLuaCallbacks struct StaticLuaCallbacks_t3406648379 : public RuntimeObject { public: // XLua.LuaDLL.lua_CSFunction XLua.StaticLuaCallbacks::GcMeta lua_CSFunction_t883524059 * ___GcMeta_0; // XLua.LuaDLL.lua_CSFunction XLua.StaticLuaCallbacks::ToStringMeta lua_CSFunction_t883524059 * ___ToStringMeta_1; // XLua.LuaDLL.lua_CSFunction XLua.StaticLuaCallbacks::EnumAndMeta lua_CSFunction_t883524059 * ___EnumAndMeta_2; // XLua.LuaDLL.lua_CSFunction XLua.StaticLuaCallbacks::EnumOrMeta lua_CSFunction_t883524059 * ___EnumOrMeta_3; // XLua.LuaDLL.lua_CSFunction XLua.StaticLuaCallbacks::StaticCSFunctionWraper lua_CSFunction_t883524059 * ___StaticCSFunctionWraper_4; // XLua.LuaDLL.lua_CSFunction XLua.StaticLuaCallbacks::FixCSFunctionWraper lua_CSFunction_t883524059 * ___FixCSFunctionWraper_5; // XLua.LuaDLL.lua_CSFunction XLua.StaticLuaCallbacks::DelegateCtor lua_CSFunction_t883524059 * ___DelegateCtor_6; public: inline static int32_t get_offset_of_GcMeta_0() { return static_cast(offsetof(StaticLuaCallbacks_t3406648379, ___GcMeta_0)); } inline lua_CSFunction_t883524059 * get_GcMeta_0() const { return ___GcMeta_0; } inline lua_CSFunction_t883524059 ** get_address_of_GcMeta_0() { return &___GcMeta_0; } inline void set_GcMeta_0(lua_CSFunction_t883524059 * value) { ___GcMeta_0 = value; Il2CppCodeGenWriteBarrier((&___GcMeta_0), value); } inline static int32_t get_offset_of_ToStringMeta_1() { return static_cast(offsetof(StaticLuaCallbacks_t3406648379, ___ToStringMeta_1)); } inline lua_CSFunction_t883524059 * get_ToStringMeta_1() const { return ___ToStringMeta_1; } inline lua_CSFunction_t883524059 ** get_address_of_ToStringMeta_1() { return &___ToStringMeta_1; } inline void set_ToStringMeta_1(lua_CSFunction_t883524059 * value) { ___ToStringMeta_1 = value; Il2CppCodeGenWriteBarrier((&___ToStringMeta_1), value); } inline static int32_t get_offset_of_EnumAndMeta_2() { return static_cast(offsetof(StaticLuaCallbacks_t3406648379, ___EnumAndMeta_2)); } inline lua_CSFunction_t883524059 * get_EnumAndMeta_2() const { return ___EnumAndMeta_2; } inline lua_CSFunction_t883524059 ** get_address_of_EnumAndMeta_2() { return &___EnumAndMeta_2; } inline void set_EnumAndMeta_2(lua_CSFunction_t883524059 * value) { ___EnumAndMeta_2 = value; Il2CppCodeGenWriteBarrier((&___EnumAndMeta_2), value); } inline static int32_t get_offset_of_EnumOrMeta_3() { return static_cast(offsetof(StaticLuaCallbacks_t3406648379, ___EnumOrMeta_3)); } inline lua_CSFunction_t883524059 * get_EnumOrMeta_3() const { return ___EnumOrMeta_3; } inline lua_CSFunction_t883524059 ** get_address_of_EnumOrMeta_3() { return &___EnumOrMeta_3; } inline void set_EnumOrMeta_3(lua_CSFunction_t883524059 * value) { ___EnumOrMeta_3 = value; Il2CppCodeGenWriteBarrier((&___EnumOrMeta_3), value); } inline static int32_t get_offset_of_StaticCSFunctionWraper_4() { return static_cast(offsetof(StaticLuaCallbacks_t3406648379, ___StaticCSFunctionWraper_4)); } inline lua_CSFunction_t883524059 * get_StaticCSFunctionWraper_4() const { return ___StaticCSFunctionWraper_4; } inline lua_CSFunction_t883524059 ** get_address_of_StaticCSFunctionWraper_4() { return &___StaticCSFunctionWraper_4; } inline void set_StaticCSFunctionWraper_4(lua_CSFunction_t883524059 * value) { ___StaticCSFunctionWraper_4 = value; Il2CppCodeGenWriteBarrier((&___StaticCSFunctionWraper_4), value); } inline static int32_t get_offset_of_FixCSFunctionWraper_5() { return static_cast(offsetof(StaticLuaCallbacks_t3406648379, ___FixCSFunctionWraper_5)); } inline lua_CSFunction_t883524059 * get_FixCSFunctionWraper_5() const { return ___FixCSFunctionWraper_5; } inline lua_CSFunction_t883524059 ** get_address_of_FixCSFunctionWraper_5() { return &___FixCSFunctionWraper_5; } inline void set_FixCSFunctionWraper_5(lua_CSFunction_t883524059 * value) { ___FixCSFunctionWraper_5 = value; Il2CppCodeGenWriteBarrier((&___FixCSFunctionWraper_5), value); } inline static int32_t get_offset_of_DelegateCtor_6() { return static_cast(offsetof(StaticLuaCallbacks_t3406648379, ___DelegateCtor_6)); } inline lua_CSFunction_t883524059 * get_DelegateCtor_6() const { return ___DelegateCtor_6; } inline lua_CSFunction_t883524059 ** get_address_of_DelegateCtor_6() { return &___DelegateCtor_6; } inline void set_DelegateCtor_6(lua_CSFunction_t883524059 * value) { ___DelegateCtor_6 = value; Il2CppCodeGenWriteBarrier((&___DelegateCtor_6), value); } }; struct StaticLuaCallbacks_t3406648379_StaticFields { public: // XLua.LuaDLL.lua_CSFunction XLua.StaticLuaCallbacks::<>f__mg$cache0 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache0_7; public: inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_7() { return static_cast(offsetof(StaticLuaCallbacks_t3406648379_StaticFields, ___U3CU3Ef__mgU24cache0_7)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache0_7() const { return ___U3CU3Ef__mgU24cache0_7; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache0_7() { return &___U3CU3Ef__mgU24cache0_7; } inline void set_U3CU3Ef__mgU24cache0_7(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache0_7 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STATICLUACALLBACKS_T3406648379_H #ifndef OBJECTTRANSLATOR_T2020767555_H #define OBJECTTRANSLATOR_T2020767555_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator struct ObjectTranslator_t2020767555 : public RuntimeObject { public: // XLua.MethodWrapsCache XLua.ObjectTranslator::methodWrapsCache MethodWrapsCache_t113059333 * ___methodWrapsCache_0; // XLua.ObjectCheckers XLua.ObjectTranslator::objectCheckers ObjectCheckers_t1922409879 * ___objectCheckers_1; // XLua.ObjectCasters XLua.ObjectTranslator::objectCasters ObjectCasters_t3722364209 * ___objectCasters_2; // XLua.ObjectPool XLua.ObjectTranslator::objects ObjectPool_t1928582859 * ___objects_3; // System.Collections.Generic.Dictionary`2 XLua.ObjectTranslator::reverseMap Dictionary_2_t3384741 * ___reverseMap_4; // XLua.LuaEnv XLua.ObjectTranslator::luaEnv LuaEnv_t2152703515 * ___luaEnv_5; // XLua.StaticLuaCallbacks XLua.ObjectTranslator::metaFunctions StaticLuaCallbacks_t3406648379 * ___metaFunctions_6; // System.Collections.Generic.List`1 XLua.ObjectTranslator::assemblies List_1_t1279540245 * ___assemblies_7; // XLua.LuaDLL.lua_CSFunction XLua.ObjectTranslator::importTypeFunction lua_CSFunction_t883524059 * ___importTypeFunction_8; // XLua.LuaDLL.lua_CSFunction XLua.ObjectTranslator::loadAssemblyFunction lua_CSFunction_t883524059 * ___loadAssemblyFunction_9; // XLua.LuaDLL.lua_CSFunction XLua.ObjectTranslator::castFunction lua_CSFunction_t883524059 * ___castFunction_10; // System.Collections.Generic.Dictionary`2> XLua.ObjectTranslator::delayWrap Dictionary_2_t3456964840 * ___delayWrap_11; // System.Collections.Generic.Dictionary`2> XLua.ObjectTranslator::interfaceBridgeCreators Dictionary_2_t1325155278 * ___interfaceBridgeCreators_12; // System.Collections.Generic.Dictionary`2 XLua.ObjectTranslator::aliasCfg Dictionary_2_t633324528 * ___aliasCfg_13; // System.Collections.Generic.Dictionary`2 XLua.ObjectTranslator::loaded_types Dictionary_2_t2541635029 * ___loaded_types_14; // System.Int32 XLua.ObjectTranslator::cacheRef int32_t ___cacheRef_15; // System.Reflection.MethodInfo[] XLua.ObjectTranslator::genericAction MethodInfoU5BU5D_t2572182361* ___genericAction_16; // System.Reflection.MethodInfo[] XLua.ObjectTranslator::genericFunc MethodInfoU5BU5D_t2572182361* ___genericFunc_17; // System.Collections.Generic.Dictionary`2> XLua.ObjectTranslator::delegateCreatorCache Dictionary_2_t3427006295 * ___delegateCreatorCache_18; // System.Collections.Generic.Dictionary`2 XLua.ObjectTranslator::delegate_bridges Dictionary_2_t223600047 * ___delegate_bridges_19; // System.Int32 XLua.ObjectTranslator::common_array_meta int32_t ___common_array_meta_20; // System.Int32 XLua.ObjectTranslator::common_delegate_meta int32_t ___common_delegate_meta_21; // System.Int32 XLua.ObjectTranslator::enumerable_pairs_func int32_t ___enumerable_pairs_func_22; // System.Collections.Generic.Dictionary`2 XLua.ObjectTranslator::typeIdMap Dictionary_2_t1100325521 * ___typeIdMap_23; // System.Collections.Generic.Dictionary`2 XLua.ObjectTranslator::typeMap Dictionary_2_t1372658091 * ___typeMap_24; // System.Collections.Generic.HashSet`1 XLua.ObjectTranslator::privateAccessibleFlags HashSet_1_t1048894234 * ___privateAccessibleFlags_25; // System.Collections.Generic.Dictionary`2 XLua.ObjectTranslator::enumMap Dictionary_2_t3384741 * ___enumMap_26; // System.Collections.Generic.List`1 XLua.ObjectTranslator::fix_cs_functions List_1_t2355598801 * ___fix_cs_functions_27; // System.Collections.Generic.Dictionary`2 XLua.ObjectTranslator::custom_push_funcs Dictionary_2_t974727102 * ___custom_push_funcs_28; // System.Collections.Generic.Dictionary`2 XLua.ObjectTranslator::custom_get_funcs Dictionary_2_t3199299591 * ___custom_get_funcs_29; // System.Collections.Generic.Dictionary`2 XLua.ObjectTranslator::custom_update_funcs Dictionary_2_t2411574205 * ___custom_update_funcs_30; // System.Collections.Generic.Dictionary`2 XLua.ObjectTranslator::push_func_with_type Dictionary_2_t3632739877 * ___push_func_with_type_31; // System.Collections.Generic.Dictionary`2 XLua.ObjectTranslator::get_func_with_type Dictionary_2_t3632739877 * ___get_func_with_type_32; // System.Int32 XLua.ObjectTranslator::decimal_type_id int32_t ___decimal_type_id_33; // System.Int32 XLua.ObjectTranslator::XLuaTestPedding_TypeID int32_t ___XLuaTestPedding_TypeID_35; // System.Int32 XLua.ObjectTranslator::XLuaTestMyStruct_TypeID int32_t ___XLuaTestMyStruct_TypeID_36; // System.Int32 XLua.ObjectTranslator::XLuaTestPushAsTableStruct_TypeID int32_t ___XLuaTestPushAsTableStruct_TypeID_37; // System.Int32 XLua.ObjectTranslator::UnityEngineVector2_TypeID int32_t ___UnityEngineVector2_TypeID_38; // System.Int32 XLua.ObjectTranslator::UnityEngineVector3_TypeID int32_t ___UnityEngineVector3_TypeID_39; // System.Int32 XLua.ObjectTranslator::UnityEngineVector4_TypeID int32_t ___UnityEngineVector4_TypeID_40; // System.Int32 XLua.ObjectTranslator::UnityEngineColor_TypeID int32_t ___UnityEngineColor_TypeID_41; // System.Int32 XLua.ObjectTranslator::UnityEngineQuaternion_TypeID int32_t ___UnityEngineQuaternion_TypeID_42; // System.Int32 XLua.ObjectTranslator::UnityEngineRay_TypeID int32_t ___UnityEngineRay_TypeID_43; // System.Int32 XLua.ObjectTranslator::UnityEngineBounds_TypeID int32_t ___UnityEngineBounds_TypeID_44; // System.Int32 XLua.ObjectTranslator::UnityEngineRay2D_TypeID int32_t ___UnityEngineRay2D_TypeID_45; // System.Int32 XLua.ObjectTranslator::DGTweeningAutoPlay_TypeID int32_t ___DGTweeningAutoPlay_TypeID_46; // System.Int32 XLua.ObjectTranslator::DGTweeningAutoPlay_EnumRef int32_t ___DGTweeningAutoPlay_EnumRef_47; // System.Int32 XLua.ObjectTranslator::DGTweeningAxisConstraint_TypeID int32_t ___DGTweeningAxisConstraint_TypeID_48; // System.Int32 XLua.ObjectTranslator::DGTweeningAxisConstraint_EnumRef int32_t ___DGTweeningAxisConstraint_EnumRef_49; // System.Int32 XLua.ObjectTranslator::DGTweeningEase_TypeID int32_t ___DGTweeningEase_TypeID_50; // System.Int32 XLua.ObjectTranslator::DGTweeningEase_EnumRef int32_t ___DGTweeningEase_EnumRef_51; // System.Int32 XLua.ObjectTranslator::DGTweeningLogBehaviour_TypeID int32_t ___DGTweeningLogBehaviour_TypeID_52; // System.Int32 XLua.ObjectTranslator::DGTweeningLogBehaviour_EnumRef int32_t ___DGTweeningLogBehaviour_EnumRef_53; // System.Int32 XLua.ObjectTranslator::DGTweeningLoopType_TypeID int32_t ___DGTweeningLoopType_TypeID_54; // System.Int32 XLua.ObjectTranslator::DGTweeningLoopType_EnumRef int32_t ___DGTweeningLoopType_EnumRef_55; // System.Int32 XLua.ObjectTranslator::DGTweeningPathMode_TypeID int32_t ___DGTweeningPathMode_TypeID_56; // System.Int32 XLua.ObjectTranslator::DGTweeningPathMode_EnumRef int32_t ___DGTweeningPathMode_EnumRef_57; // System.Int32 XLua.ObjectTranslator::DGTweeningPathType_TypeID int32_t ___DGTweeningPathType_TypeID_58; // System.Int32 XLua.ObjectTranslator::DGTweeningPathType_EnumRef int32_t ___DGTweeningPathType_EnumRef_59; // System.Int32 XLua.ObjectTranslator::DGTweeningRotateMode_TypeID int32_t ___DGTweeningRotateMode_TypeID_60; // System.Int32 XLua.ObjectTranslator::DGTweeningRotateMode_EnumRef int32_t ___DGTweeningRotateMode_EnumRef_61; // System.Int32 XLua.ObjectTranslator::DGTweeningScrambleMode_TypeID int32_t ___DGTweeningScrambleMode_TypeID_62; // System.Int32 XLua.ObjectTranslator::DGTweeningScrambleMode_EnumRef int32_t ___DGTweeningScrambleMode_EnumRef_63; // System.Int32 XLua.ObjectTranslator::DGTweeningTweenType_TypeID int32_t ___DGTweeningTweenType_TypeID_64; // System.Int32 XLua.ObjectTranslator::DGTweeningTweenType_EnumRef int32_t ___DGTweeningTweenType_EnumRef_65; // System.Int32 XLua.ObjectTranslator::DGTweeningUpdateType_TypeID int32_t ___DGTweeningUpdateType_TypeID_66; // System.Int32 XLua.ObjectTranslator::DGTweeningUpdateType_EnumRef int32_t ___DGTweeningUpdateType_EnumRef_67; // System.Int32 XLua.ObjectTranslator::XLuaTestMyEnum_TypeID int32_t ___XLuaTestMyEnum_TypeID_68; // System.Int32 XLua.ObjectTranslator::XLuaTestMyEnum_EnumRef int32_t ___XLuaTestMyEnum_EnumRef_69; public: inline static int32_t get_offset_of_methodWrapsCache_0() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___methodWrapsCache_0)); } inline MethodWrapsCache_t113059333 * get_methodWrapsCache_0() const { return ___methodWrapsCache_0; } inline MethodWrapsCache_t113059333 ** get_address_of_methodWrapsCache_0() { return &___methodWrapsCache_0; } inline void set_methodWrapsCache_0(MethodWrapsCache_t113059333 * value) { ___methodWrapsCache_0 = value; Il2CppCodeGenWriteBarrier((&___methodWrapsCache_0), value); } inline static int32_t get_offset_of_objectCheckers_1() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___objectCheckers_1)); } inline ObjectCheckers_t1922409879 * get_objectCheckers_1() const { return ___objectCheckers_1; } inline ObjectCheckers_t1922409879 ** get_address_of_objectCheckers_1() { return &___objectCheckers_1; } inline void set_objectCheckers_1(ObjectCheckers_t1922409879 * value) { ___objectCheckers_1 = value; Il2CppCodeGenWriteBarrier((&___objectCheckers_1), value); } inline static int32_t get_offset_of_objectCasters_2() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___objectCasters_2)); } inline ObjectCasters_t3722364209 * get_objectCasters_2() const { return ___objectCasters_2; } inline ObjectCasters_t3722364209 ** get_address_of_objectCasters_2() { return &___objectCasters_2; } inline void set_objectCasters_2(ObjectCasters_t3722364209 * value) { ___objectCasters_2 = value; Il2CppCodeGenWriteBarrier((&___objectCasters_2), value); } inline static int32_t get_offset_of_objects_3() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___objects_3)); } inline ObjectPool_t1928582859 * get_objects_3() const { return ___objects_3; } inline ObjectPool_t1928582859 ** get_address_of_objects_3() { return &___objects_3; } inline void set_objects_3(ObjectPool_t1928582859 * value) { ___objects_3 = value; Il2CppCodeGenWriteBarrier((&___objects_3), value); } inline static int32_t get_offset_of_reverseMap_4() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___reverseMap_4)); } inline Dictionary_2_t3384741 * get_reverseMap_4() const { return ___reverseMap_4; } inline Dictionary_2_t3384741 ** get_address_of_reverseMap_4() { return &___reverseMap_4; } inline void set_reverseMap_4(Dictionary_2_t3384741 * value) { ___reverseMap_4 = value; Il2CppCodeGenWriteBarrier((&___reverseMap_4), value); } inline static int32_t get_offset_of_luaEnv_5() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___luaEnv_5)); } inline LuaEnv_t2152703515 * get_luaEnv_5() const { return ___luaEnv_5; } inline LuaEnv_t2152703515 ** get_address_of_luaEnv_5() { return &___luaEnv_5; } inline void set_luaEnv_5(LuaEnv_t2152703515 * value) { ___luaEnv_5 = value; Il2CppCodeGenWriteBarrier((&___luaEnv_5), value); } inline static int32_t get_offset_of_metaFunctions_6() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___metaFunctions_6)); } inline StaticLuaCallbacks_t3406648379 * get_metaFunctions_6() const { return ___metaFunctions_6; } inline StaticLuaCallbacks_t3406648379 ** get_address_of_metaFunctions_6() { return &___metaFunctions_6; } inline void set_metaFunctions_6(StaticLuaCallbacks_t3406648379 * value) { ___metaFunctions_6 = value; Il2CppCodeGenWriteBarrier((&___metaFunctions_6), value); } inline static int32_t get_offset_of_assemblies_7() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___assemblies_7)); } inline List_1_t1279540245 * get_assemblies_7() const { return ___assemblies_7; } inline List_1_t1279540245 ** get_address_of_assemblies_7() { return &___assemblies_7; } inline void set_assemblies_7(List_1_t1279540245 * value) { ___assemblies_7 = value; Il2CppCodeGenWriteBarrier((&___assemblies_7), value); } inline static int32_t get_offset_of_importTypeFunction_8() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___importTypeFunction_8)); } inline lua_CSFunction_t883524059 * get_importTypeFunction_8() const { return ___importTypeFunction_8; } inline lua_CSFunction_t883524059 ** get_address_of_importTypeFunction_8() { return &___importTypeFunction_8; } inline void set_importTypeFunction_8(lua_CSFunction_t883524059 * value) { ___importTypeFunction_8 = value; Il2CppCodeGenWriteBarrier((&___importTypeFunction_8), value); } inline static int32_t get_offset_of_loadAssemblyFunction_9() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___loadAssemblyFunction_9)); } inline lua_CSFunction_t883524059 * get_loadAssemblyFunction_9() const { return ___loadAssemblyFunction_9; } inline lua_CSFunction_t883524059 ** get_address_of_loadAssemblyFunction_9() { return &___loadAssemblyFunction_9; } inline void set_loadAssemblyFunction_9(lua_CSFunction_t883524059 * value) { ___loadAssemblyFunction_9 = value; Il2CppCodeGenWriteBarrier((&___loadAssemblyFunction_9), value); } inline static int32_t get_offset_of_castFunction_10() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___castFunction_10)); } inline lua_CSFunction_t883524059 * get_castFunction_10() const { return ___castFunction_10; } inline lua_CSFunction_t883524059 ** get_address_of_castFunction_10() { return &___castFunction_10; } inline void set_castFunction_10(lua_CSFunction_t883524059 * value) { ___castFunction_10 = value; Il2CppCodeGenWriteBarrier((&___castFunction_10), value); } inline static int32_t get_offset_of_delayWrap_11() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___delayWrap_11)); } inline Dictionary_2_t3456964840 * get_delayWrap_11() const { return ___delayWrap_11; } inline Dictionary_2_t3456964840 ** get_address_of_delayWrap_11() { return &___delayWrap_11; } inline void set_delayWrap_11(Dictionary_2_t3456964840 * value) { ___delayWrap_11 = value; Il2CppCodeGenWriteBarrier((&___delayWrap_11), value); } inline static int32_t get_offset_of_interfaceBridgeCreators_12() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___interfaceBridgeCreators_12)); } inline Dictionary_2_t1325155278 * get_interfaceBridgeCreators_12() const { return ___interfaceBridgeCreators_12; } inline Dictionary_2_t1325155278 ** get_address_of_interfaceBridgeCreators_12() { return &___interfaceBridgeCreators_12; } inline void set_interfaceBridgeCreators_12(Dictionary_2_t1325155278 * value) { ___interfaceBridgeCreators_12 = value; Il2CppCodeGenWriteBarrier((&___interfaceBridgeCreators_12), value); } inline static int32_t get_offset_of_aliasCfg_13() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___aliasCfg_13)); } inline Dictionary_2_t633324528 * get_aliasCfg_13() const { return ___aliasCfg_13; } inline Dictionary_2_t633324528 ** get_address_of_aliasCfg_13() { return &___aliasCfg_13; } inline void set_aliasCfg_13(Dictionary_2_t633324528 * value) { ___aliasCfg_13 = value; Il2CppCodeGenWriteBarrier((&___aliasCfg_13), value); } inline static int32_t get_offset_of_loaded_types_14() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___loaded_types_14)); } inline Dictionary_2_t2541635029 * get_loaded_types_14() const { return ___loaded_types_14; } inline Dictionary_2_t2541635029 ** get_address_of_loaded_types_14() { return &___loaded_types_14; } inline void set_loaded_types_14(Dictionary_2_t2541635029 * value) { ___loaded_types_14 = value; Il2CppCodeGenWriteBarrier((&___loaded_types_14), value); } inline static int32_t get_offset_of_cacheRef_15() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___cacheRef_15)); } inline int32_t get_cacheRef_15() const { return ___cacheRef_15; } inline int32_t* get_address_of_cacheRef_15() { return &___cacheRef_15; } inline void set_cacheRef_15(int32_t value) { ___cacheRef_15 = value; } inline static int32_t get_offset_of_genericAction_16() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___genericAction_16)); } inline MethodInfoU5BU5D_t2572182361* get_genericAction_16() const { return ___genericAction_16; } inline MethodInfoU5BU5D_t2572182361** get_address_of_genericAction_16() { return &___genericAction_16; } inline void set_genericAction_16(MethodInfoU5BU5D_t2572182361* value) { ___genericAction_16 = value; Il2CppCodeGenWriteBarrier((&___genericAction_16), value); } inline static int32_t get_offset_of_genericFunc_17() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___genericFunc_17)); } inline MethodInfoU5BU5D_t2572182361* get_genericFunc_17() const { return ___genericFunc_17; } inline MethodInfoU5BU5D_t2572182361** get_address_of_genericFunc_17() { return &___genericFunc_17; } inline void set_genericFunc_17(MethodInfoU5BU5D_t2572182361* value) { ___genericFunc_17 = value; Il2CppCodeGenWriteBarrier((&___genericFunc_17), value); } inline static int32_t get_offset_of_delegateCreatorCache_18() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___delegateCreatorCache_18)); } inline Dictionary_2_t3427006295 * get_delegateCreatorCache_18() const { return ___delegateCreatorCache_18; } inline Dictionary_2_t3427006295 ** get_address_of_delegateCreatorCache_18() { return &___delegateCreatorCache_18; } inline void set_delegateCreatorCache_18(Dictionary_2_t3427006295 * value) { ___delegateCreatorCache_18 = value; Il2CppCodeGenWriteBarrier((&___delegateCreatorCache_18), value); } inline static int32_t get_offset_of_delegate_bridges_19() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___delegate_bridges_19)); } inline Dictionary_2_t223600047 * get_delegate_bridges_19() const { return ___delegate_bridges_19; } inline Dictionary_2_t223600047 ** get_address_of_delegate_bridges_19() { return &___delegate_bridges_19; } inline void set_delegate_bridges_19(Dictionary_2_t223600047 * value) { ___delegate_bridges_19 = value; Il2CppCodeGenWriteBarrier((&___delegate_bridges_19), value); } inline static int32_t get_offset_of_common_array_meta_20() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___common_array_meta_20)); } inline int32_t get_common_array_meta_20() const { return ___common_array_meta_20; } inline int32_t* get_address_of_common_array_meta_20() { return &___common_array_meta_20; } inline void set_common_array_meta_20(int32_t value) { ___common_array_meta_20 = value; } inline static int32_t get_offset_of_common_delegate_meta_21() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___common_delegate_meta_21)); } inline int32_t get_common_delegate_meta_21() const { return ___common_delegate_meta_21; } inline int32_t* get_address_of_common_delegate_meta_21() { return &___common_delegate_meta_21; } inline void set_common_delegate_meta_21(int32_t value) { ___common_delegate_meta_21 = value; } inline static int32_t get_offset_of_enumerable_pairs_func_22() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___enumerable_pairs_func_22)); } inline int32_t get_enumerable_pairs_func_22() const { return ___enumerable_pairs_func_22; } inline int32_t* get_address_of_enumerable_pairs_func_22() { return &___enumerable_pairs_func_22; } inline void set_enumerable_pairs_func_22(int32_t value) { ___enumerable_pairs_func_22 = value; } inline static int32_t get_offset_of_typeIdMap_23() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___typeIdMap_23)); } inline Dictionary_2_t1100325521 * get_typeIdMap_23() const { return ___typeIdMap_23; } inline Dictionary_2_t1100325521 ** get_address_of_typeIdMap_23() { return &___typeIdMap_23; } inline void set_typeIdMap_23(Dictionary_2_t1100325521 * value) { ___typeIdMap_23 = value; Il2CppCodeGenWriteBarrier((&___typeIdMap_23), value); } inline static int32_t get_offset_of_typeMap_24() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___typeMap_24)); } inline Dictionary_2_t1372658091 * get_typeMap_24() const { return ___typeMap_24; } inline Dictionary_2_t1372658091 ** get_address_of_typeMap_24() { return &___typeMap_24; } inline void set_typeMap_24(Dictionary_2_t1372658091 * value) { ___typeMap_24 = value; Il2CppCodeGenWriteBarrier((&___typeMap_24), value); } inline static int32_t get_offset_of_privateAccessibleFlags_25() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___privateAccessibleFlags_25)); } inline HashSet_1_t1048894234 * get_privateAccessibleFlags_25() const { return ___privateAccessibleFlags_25; } inline HashSet_1_t1048894234 ** get_address_of_privateAccessibleFlags_25() { return &___privateAccessibleFlags_25; } inline void set_privateAccessibleFlags_25(HashSet_1_t1048894234 * value) { ___privateAccessibleFlags_25 = value; Il2CppCodeGenWriteBarrier((&___privateAccessibleFlags_25), value); } inline static int32_t get_offset_of_enumMap_26() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___enumMap_26)); } inline Dictionary_2_t3384741 * get_enumMap_26() const { return ___enumMap_26; } inline Dictionary_2_t3384741 ** get_address_of_enumMap_26() { return &___enumMap_26; } inline void set_enumMap_26(Dictionary_2_t3384741 * value) { ___enumMap_26 = value; Il2CppCodeGenWriteBarrier((&___enumMap_26), value); } inline static int32_t get_offset_of_fix_cs_functions_27() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___fix_cs_functions_27)); } inline List_1_t2355598801 * get_fix_cs_functions_27() const { return ___fix_cs_functions_27; } inline List_1_t2355598801 ** get_address_of_fix_cs_functions_27() { return &___fix_cs_functions_27; } inline void set_fix_cs_functions_27(List_1_t2355598801 * value) { ___fix_cs_functions_27 = value; Il2CppCodeGenWriteBarrier((&___fix_cs_functions_27), value); } inline static int32_t get_offset_of_custom_push_funcs_28() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___custom_push_funcs_28)); } inline Dictionary_2_t974727102 * get_custom_push_funcs_28() const { return ___custom_push_funcs_28; } inline Dictionary_2_t974727102 ** get_address_of_custom_push_funcs_28() { return &___custom_push_funcs_28; } inline void set_custom_push_funcs_28(Dictionary_2_t974727102 * value) { ___custom_push_funcs_28 = value; Il2CppCodeGenWriteBarrier((&___custom_push_funcs_28), value); } inline static int32_t get_offset_of_custom_get_funcs_29() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___custom_get_funcs_29)); } inline Dictionary_2_t3199299591 * get_custom_get_funcs_29() const { return ___custom_get_funcs_29; } inline Dictionary_2_t3199299591 ** get_address_of_custom_get_funcs_29() { return &___custom_get_funcs_29; } inline void set_custom_get_funcs_29(Dictionary_2_t3199299591 * value) { ___custom_get_funcs_29 = value; Il2CppCodeGenWriteBarrier((&___custom_get_funcs_29), value); } inline static int32_t get_offset_of_custom_update_funcs_30() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___custom_update_funcs_30)); } inline Dictionary_2_t2411574205 * get_custom_update_funcs_30() const { return ___custom_update_funcs_30; } inline Dictionary_2_t2411574205 ** get_address_of_custom_update_funcs_30() { return &___custom_update_funcs_30; } inline void set_custom_update_funcs_30(Dictionary_2_t2411574205 * value) { ___custom_update_funcs_30 = value; Il2CppCodeGenWriteBarrier((&___custom_update_funcs_30), value); } inline static int32_t get_offset_of_push_func_with_type_31() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___push_func_with_type_31)); } inline Dictionary_2_t3632739877 * get_push_func_with_type_31() const { return ___push_func_with_type_31; } inline Dictionary_2_t3632739877 ** get_address_of_push_func_with_type_31() { return &___push_func_with_type_31; } inline void set_push_func_with_type_31(Dictionary_2_t3632739877 * value) { ___push_func_with_type_31 = value; Il2CppCodeGenWriteBarrier((&___push_func_with_type_31), value); } inline static int32_t get_offset_of_get_func_with_type_32() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___get_func_with_type_32)); } inline Dictionary_2_t3632739877 * get_get_func_with_type_32() const { return ___get_func_with_type_32; } inline Dictionary_2_t3632739877 ** get_address_of_get_func_with_type_32() { return &___get_func_with_type_32; } inline void set_get_func_with_type_32(Dictionary_2_t3632739877 * value) { ___get_func_with_type_32 = value; Il2CppCodeGenWriteBarrier((&___get_func_with_type_32), value); } inline static int32_t get_offset_of_decimal_type_id_33() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___decimal_type_id_33)); } inline int32_t get_decimal_type_id_33() const { return ___decimal_type_id_33; } inline int32_t* get_address_of_decimal_type_id_33() { return &___decimal_type_id_33; } inline void set_decimal_type_id_33(int32_t value) { ___decimal_type_id_33 = value; } inline static int32_t get_offset_of_XLuaTestPedding_TypeID_35() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___XLuaTestPedding_TypeID_35)); } inline int32_t get_XLuaTestPedding_TypeID_35() const { return ___XLuaTestPedding_TypeID_35; } inline int32_t* get_address_of_XLuaTestPedding_TypeID_35() { return &___XLuaTestPedding_TypeID_35; } inline void set_XLuaTestPedding_TypeID_35(int32_t value) { ___XLuaTestPedding_TypeID_35 = value; } inline static int32_t get_offset_of_XLuaTestMyStruct_TypeID_36() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___XLuaTestMyStruct_TypeID_36)); } inline int32_t get_XLuaTestMyStruct_TypeID_36() const { return ___XLuaTestMyStruct_TypeID_36; } inline int32_t* get_address_of_XLuaTestMyStruct_TypeID_36() { return &___XLuaTestMyStruct_TypeID_36; } inline void set_XLuaTestMyStruct_TypeID_36(int32_t value) { ___XLuaTestMyStruct_TypeID_36 = value; } inline static int32_t get_offset_of_XLuaTestPushAsTableStruct_TypeID_37() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___XLuaTestPushAsTableStruct_TypeID_37)); } inline int32_t get_XLuaTestPushAsTableStruct_TypeID_37() const { return ___XLuaTestPushAsTableStruct_TypeID_37; } inline int32_t* get_address_of_XLuaTestPushAsTableStruct_TypeID_37() { return &___XLuaTestPushAsTableStruct_TypeID_37; } inline void set_XLuaTestPushAsTableStruct_TypeID_37(int32_t value) { ___XLuaTestPushAsTableStruct_TypeID_37 = value; } inline static int32_t get_offset_of_UnityEngineVector2_TypeID_38() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___UnityEngineVector2_TypeID_38)); } inline int32_t get_UnityEngineVector2_TypeID_38() const { return ___UnityEngineVector2_TypeID_38; } inline int32_t* get_address_of_UnityEngineVector2_TypeID_38() { return &___UnityEngineVector2_TypeID_38; } inline void set_UnityEngineVector2_TypeID_38(int32_t value) { ___UnityEngineVector2_TypeID_38 = value; } inline static int32_t get_offset_of_UnityEngineVector3_TypeID_39() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___UnityEngineVector3_TypeID_39)); } inline int32_t get_UnityEngineVector3_TypeID_39() const { return ___UnityEngineVector3_TypeID_39; } inline int32_t* get_address_of_UnityEngineVector3_TypeID_39() { return &___UnityEngineVector3_TypeID_39; } inline void set_UnityEngineVector3_TypeID_39(int32_t value) { ___UnityEngineVector3_TypeID_39 = value; } inline static int32_t get_offset_of_UnityEngineVector4_TypeID_40() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___UnityEngineVector4_TypeID_40)); } inline int32_t get_UnityEngineVector4_TypeID_40() const { return ___UnityEngineVector4_TypeID_40; } inline int32_t* get_address_of_UnityEngineVector4_TypeID_40() { return &___UnityEngineVector4_TypeID_40; } inline void set_UnityEngineVector4_TypeID_40(int32_t value) { ___UnityEngineVector4_TypeID_40 = value; } inline static int32_t get_offset_of_UnityEngineColor_TypeID_41() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___UnityEngineColor_TypeID_41)); } inline int32_t get_UnityEngineColor_TypeID_41() const { return ___UnityEngineColor_TypeID_41; } inline int32_t* get_address_of_UnityEngineColor_TypeID_41() { return &___UnityEngineColor_TypeID_41; } inline void set_UnityEngineColor_TypeID_41(int32_t value) { ___UnityEngineColor_TypeID_41 = value; } inline static int32_t get_offset_of_UnityEngineQuaternion_TypeID_42() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___UnityEngineQuaternion_TypeID_42)); } inline int32_t get_UnityEngineQuaternion_TypeID_42() const { return ___UnityEngineQuaternion_TypeID_42; } inline int32_t* get_address_of_UnityEngineQuaternion_TypeID_42() { return &___UnityEngineQuaternion_TypeID_42; } inline void set_UnityEngineQuaternion_TypeID_42(int32_t value) { ___UnityEngineQuaternion_TypeID_42 = value; } inline static int32_t get_offset_of_UnityEngineRay_TypeID_43() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___UnityEngineRay_TypeID_43)); } inline int32_t get_UnityEngineRay_TypeID_43() const { return ___UnityEngineRay_TypeID_43; } inline int32_t* get_address_of_UnityEngineRay_TypeID_43() { return &___UnityEngineRay_TypeID_43; } inline void set_UnityEngineRay_TypeID_43(int32_t value) { ___UnityEngineRay_TypeID_43 = value; } inline static int32_t get_offset_of_UnityEngineBounds_TypeID_44() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___UnityEngineBounds_TypeID_44)); } inline int32_t get_UnityEngineBounds_TypeID_44() const { return ___UnityEngineBounds_TypeID_44; } inline int32_t* get_address_of_UnityEngineBounds_TypeID_44() { return &___UnityEngineBounds_TypeID_44; } inline void set_UnityEngineBounds_TypeID_44(int32_t value) { ___UnityEngineBounds_TypeID_44 = value; } inline static int32_t get_offset_of_UnityEngineRay2D_TypeID_45() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___UnityEngineRay2D_TypeID_45)); } inline int32_t get_UnityEngineRay2D_TypeID_45() const { return ___UnityEngineRay2D_TypeID_45; } inline int32_t* get_address_of_UnityEngineRay2D_TypeID_45() { return &___UnityEngineRay2D_TypeID_45; } inline void set_UnityEngineRay2D_TypeID_45(int32_t value) { ___UnityEngineRay2D_TypeID_45 = value; } inline static int32_t get_offset_of_DGTweeningAutoPlay_TypeID_46() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___DGTweeningAutoPlay_TypeID_46)); } inline int32_t get_DGTweeningAutoPlay_TypeID_46() const { return ___DGTweeningAutoPlay_TypeID_46; } inline int32_t* get_address_of_DGTweeningAutoPlay_TypeID_46() { return &___DGTweeningAutoPlay_TypeID_46; } inline void set_DGTweeningAutoPlay_TypeID_46(int32_t value) { ___DGTweeningAutoPlay_TypeID_46 = value; } inline static int32_t get_offset_of_DGTweeningAutoPlay_EnumRef_47() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___DGTweeningAutoPlay_EnumRef_47)); } inline int32_t get_DGTweeningAutoPlay_EnumRef_47() const { return ___DGTweeningAutoPlay_EnumRef_47; } inline int32_t* get_address_of_DGTweeningAutoPlay_EnumRef_47() { return &___DGTweeningAutoPlay_EnumRef_47; } inline void set_DGTweeningAutoPlay_EnumRef_47(int32_t value) { ___DGTweeningAutoPlay_EnumRef_47 = value; } inline static int32_t get_offset_of_DGTweeningAxisConstraint_TypeID_48() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___DGTweeningAxisConstraint_TypeID_48)); } inline int32_t get_DGTweeningAxisConstraint_TypeID_48() const { return ___DGTweeningAxisConstraint_TypeID_48; } inline int32_t* get_address_of_DGTweeningAxisConstraint_TypeID_48() { return &___DGTweeningAxisConstraint_TypeID_48; } inline void set_DGTweeningAxisConstraint_TypeID_48(int32_t value) { ___DGTweeningAxisConstraint_TypeID_48 = value; } inline static int32_t get_offset_of_DGTweeningAxisConstraint_EnumRef_49() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___DGTweeningAxisConstraint_EnumRef_49)); } inline int32_t get_DGTweeningAxisConstraint_EnumRef_49() const { return ___DGTweeningAxisConstraint_EnumRef_49; } inline int32_t* get_address_of_DGTweeningAxisConstraint_EnumRef_49() { return &___DGTweeningAxisConstraint_EnumRef_49; } inline void set_DGTweeningAxisConstraint_EnumRef_49(int32_t value) { ___DGTweeningAxisConstraint_EnumRef_49 = value; } inline static int32_t get_offset_of_DGTweeningEase_TypeID_50() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___DGTweeningEase_TypeID_50)); } inline int32_t get_DGTweeningEase_TypeID_50() const { return ___DGTweeningEase_TypeID_50; } inline int32_t* get_address_of_DGTweeningEase_TypeID_50() { return &___DGTweeningEase_TypeID_50; } inline void set_DGTweeningEase_TypeID_50(int32_t value) { ___DGTweeningEase_TypeID_50 = value; } inline static int32_t get_offset_of_DGTweeningEase_EnumRef_51() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___DGTweeningEase_EnumRef_51)); } inline int32_t get_DGTweeningEase_EnumRef_51() const { return ___DGTweeningEase_EnumRef_51; } inline int32_t* get_address_of_DGTweeningEase_EnumRef_51() { return &___DGTweeningEase_EnumRef_51; } inline void set_DGTweeningEase_EnumRef_51(int32_t value) { ___DGTweeningEase_EnumRef_51 = value; } inline static int32_t get_offset_of_DGTweeningLogBehaviour_TypeID_52() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___DGTweeningLogBehaviour_TypeID_52)); } inline int32_t get_DGTweeningLogBehaviour_TypeID_52() const { return ___DGTweeningLogBehaviour_TypeID_52; } inline int32_t* get_address_of_DGTweeningLogBehaviour_TypeID_52() { return &___DGTweeningLogBehaviour_TypeID_52; } inline void set_DGTweeningLogBehaviour_TypeID_52(int32_t value) { ___DGTweeningLogBehaviour_TypeID_52 = value; } inline static int32_t get_offset_of_DGTweeningLogBehaviour_EnumRef_53() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___DGTweeningLogBehaviour_EnumRef_53)); } inline int32_t get_DGTweeningLogBehaviour_EnumRef_53() const { return ___DGTweeningLogBehaviour_EnumRef_53; } inline int32_t* get_address_of_DGTweeningLogBehaviour_EnumRef_53() { return &___DGTweeningLogBehaviour_EnumRef_53; } inline void set_DGTweeningLogBehaviour_EnumRef_53(int32_t value) { ___DGTweeningLogBehaviour_EnumRef_53 = value; } inline static int32_t get_offset_of_DGTweeningLoopType_TypeID_54() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___DGTweeningLoopType_TypeID_54)); } inline int32_t get_DGTweeningLoopType_TypeID_54() const { return ___DGTweeningLoopType_TypeID_54; } inline int32_t* get_address_of_DGTweeningLoopType_TypeID_54() { return &___DGTweeningLoopType_TypeID_54; } inline void set_DGTweeningLoopType_TypeID_54(int32_t value) { ___DGTweeningLoopType_TypeID_54 = value; } inline static int32_t get_offset_of_DGTweeningLoopType_EnumRef_55() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___DGTweeningLoopType_EnumRef_55)); } inline int32_t get_DGTweeningLoopType_EnumRef_55() const { return ___DGTweeningLoopType_EnumRef_55; } inline int32_t* get_address_of_DGTweeningLoopType_EnumRef_55() { return &___DGTweeningLoopType_EnumRef_55; } inline void set_DGTweeningLoopType_EnumRef_55(int32_t value) { ___DGTweeningLoopType_EnumRef_55 = value; } inline static int32_t get_offset_of_DGTweeningPathMode_TypeID_56() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___DGTweeningPathMode_TypeID_56)); } inline int32_t get_DGTweeningPathMode_TypeID_56() const { return ___DGTweeningPathMode_TypeID_56; } inline int32_t* get_address_of_DGTweeningPathMode_TypeID_56() { return &___DGTweeningPathMode_TypeID_56; } inline void set_DGTweeningPathMode_TypeID_56(int32_t value) { ___DGTweeningPathMode_TypeID_56 = value; } inline static int32_t get_offset_of_DGTweeningPathMode_EnumRef_57() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___DGTweeningPathMode_EnumRef_57)); } inline int32_t get_DGTweeningPathMode_EnumRef_57() const { return ___DGTweeningPathMode_EnumRef_57; } inline int32_t* get_address_of_DGTweeningPathMode_EnumRef_57() { return &___DGTweeningPathMode_EnumRef_57; } inline void set_DGTweeningPathMode_EnumRef_57(int32_t value) { ___DGTweeningPathMode_EnumRef_57 = value; } inline static int32_t get_offset_of_DGTweeningPathType_TypeID_58() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___DGTweeningPathType_TypeID_58)); } inline int32_t get_DGTweeningPathType_TypeID_58() const { return ___DGTweeningPathType_TypeID_58; } inline int32_t* get_address_of_DGTweeningPathType_TypeID_58() { return &___DGTweeningPathType_TypeID_58; } inline void set_DGTweeningPathType_TypeID_58(int32_t value) { ___DGTweeningPathType_TypeID_58 = value; } inline static int32_t get_offset_of_DGTweeningPathType_EnumRef_59() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___DGTweeningPathType_EnumRef_59)); } inline int32_t get_DGTweeningPathType_EnumRef_59() const { return ___DGTweeningPathType_EnumRef_59; } inline int32_t* get_address_of_DGTweeningPathType_EnumRef_59() { return &___DGTweeningPathType_EnumRef_59; } inline void set_DGTweeningPathType_EnumRef_59(int32_t value) { ___DGTweeningPathType_EnumRef_59 = value; } inline static int32_t get_offset_of_DGTweeningRotateMode_TypeID_60() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___DGTweeningRotateMode_TypeID_60)); } inline int32_t get_DGTweeningRotateMode_TypeID_60() const { return ___DGTweeningRotateMode_TypeID_60; } inline int32_t* get_address_of_DGTweeningRotateMode_TypeID_60() { return &___DGTweeningRotateMode_TypeID_60; } inline void set_DGTweeningRotateMode_TypeID_60(int32_t value) { ___DGTweeningRotateMode_TypeID_60 = value; } inline static int32_t get_offset_of_DGTweeningRotateMode_EnumRef_61() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___DGTweeningRotateMode_EnumRef_61)); } inline int32_t get_DGTweeningRotateMode_EnumRef_61() const { return ___DGTweeningRotateMode_EnumRef_61; } inline int32_t* get_address_of_DGTweeningRotateMode_EnumRef_61() { return &___DGTweeningRotateMode_EnumRef_61; } inline void set_DGTweeningRotateMode_EnumRef_61(int32_t value) { ___DGTweeningRotateMode_EnumRef_61 = value; } inline static int32_t get_offset_of_DGTweeningScrambleMode_TypeID_62() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___DGTweeningScrambleMode_TypeID_62)); } inline int32_t get_DGTweeningScrambleMode_TypeID_62() const { return ___DGTweeningScrambleMode_TypeID_62; } inline int32_t* get_address_of_DGTweeningScrambleMode_TypeID_62() { return &___DGTweeningScrambleMode_TypeID_62; } inline void set_DGTweeningScrambleMode_TypeID_62(int32_t value) { ___DGTweeningScrambleMode_TypeID_62 = value; } inline static int32_t get_offset_of_DGTweeningScrambleMode_EnumRef_63() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___DGTweeningScrambleMode_EnumRef_63)); } inline int32_t get_DGTweeningScrambleMode_EnumRef_63() const { return ___DGTweeningScrambleMode_EnumRef_63; } inline int32_t* get_address_of_DGTweeningScrambleMode_EnumRef_63() { return &___DGTweeningScrambleMode_EnumRef_63; } inline void set_DGTweeningScrambleMode_EnumRef_63(int32_t value) { ___DGTweeningScrambleMode_EnumRef_63 = value; } inline static int32_t get_offset_of_DGTweeningTweenType_TypeID_64() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___DGTweeningTweenType_TypeID_64)); } inline int32_t get_DGTweeningTweenType_TypeID_64() const { return ___DGTweeningTweenType_TypeID_64; } inline int32_t* get_address_of_DGTweeningTweenType_TypeID_64() { return &___DGTweeningTweenType_TypeID_64; } inline void set_DGTweeningTweenType_TypeID_64(int32_t value) { ___DGTweeningTweenType_TypeID_64 = value; } inline static int32_t get_offset_of_DGTweeningTweenType_EnumRef_65() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___DGTweeningTweenType_EnumRef_65)); } inline int32_t get_DGTweeningTweenType_EnumRef_65() const { return ___DGTweeningTweenType_EnumRef_65; } inline int32_t* get_address_of_DGTweeningTweenType_EnumRef_65() { return &___DGTweeningTweenType_EnumRef_65; } inline void set_DGTweeningTweenType_EnumRef_65(int32_t value) { ___DGTweeningTweenType_EnumRef_65 = value; } inline static int32_t get_offset_of_DGTweeningUpdateType_TypeID_66() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___DGTweeningUpdateType_TypeID_66)); } inline int32_t get_DGTweeningUpdateType_TypeID_66() const { return ___DGTweeningUpdateType_TypeID_66; } inline int32_t* get_address_of_DGTweeningUpdateType_TypeID_66() { return &___DGTweeningUpdateType_TypeID_66; } inline void set_DGTweeningUpdateType_TypeID_66(int32_t value) { ___DGTweeningUpdateType_TypeID_66 = value; } inline static int32_t get_offset_of_DGTweeningUpdateType_EnumRef_67() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___DGTweeningUpdateType_EnumRef_67)); } inline int32_t get_DGTweeningUpdateType_EnumRef_67() const { return ___DGTweeningUpdateType_EnumRef_67; } inline int32_t* get_address_of_DGTweeningUpdateType_EnumRef_67() { return &___DGTweeningUpdateType_EnumRef_67; } inline void set_DGTweeningUpdateType_EnumRef_67(int32_t value) { ___DGTweeningUpdateType_EnumRef_67 = value; } inline static int32_t get_offset_of_XLuaTestMyEnum_TypeID_68() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___XLuaTestMyEnum_TypeID_68)); } inline int32_t get_XLuaTestMyEnum_TypeID_68() const { return ___XLuaTestMyEnum_TypeID_68; } inline int32_t* get_address_of_XLuaTestMyEnum_TypeID_68() { return &___XLuaTestMyEnum_TypeID_68; } inline void set_XLuaTestMyEnum_TypeID_68(int32_t value) { ___XLuaTestMyEnum_TypeID_68 = value; } inline static int32_t get_offset_of_XLuaTestMyEnum_EnumRef_69() { return static_cast(offsetof(ObjectTranslator_t2020767555, ___XLuaTestMyEnum_EnumRef_69)); } inline int32_t get_XLuaTestMyEnum_EnumRef_69() const { return ___XLuaTestMyEnum_EnumRef_69; } inline int32_t* get_address_of_XLuaTestMyEnum_EnumRef_69() { return &___XLuaTestMyEnum_EnumRef_69; } inline void set_XLuaTestMyEnum_EnumRef_69(int32_t value) { ___XLuaTestMyEnum_EnumRef_69 = value; } }; struct ObjectTranslator_t2020767555_StaticFields { public: // XLua.ObjectTranslator/IniterAdderXLuaTestPedding XLua.ObjectTranslator::s_IniterAdderXLuaTestPedding_dumb_obj IniterAdderXLuaTestPedding_t2424681114 * ___s_IniterAdderXLuaTestPedding_dumb_obj_34; // XLua.CSObjectWrap.XLua_Gen_Initer_Register__ XLua.ObjectTranslator::s_gen_reg_dumb_obj XLua_Gen_Initer_Register___t560736047 * ___s_gen_reg_dumb_obj_70; // System.Func`2 XLua.ObjectTranslator::<>f__am$cache0 Func_2_t3487522507 * ___U3CU3Ef__amU24cache0_71; // System.Func`2 XLua.ObjectTranslator::<>f__am$cache1 Func_2_t2046212999 * ___U3CU3Ef__amU24cache1_72; // System.Func`2 XLua.ObjectTranslator::<>f__am$cache2 Func_2_t3487522507 * ___U3CU3Ef__amU24cache2_73; // System.Func`2 XLua.ObjectTranslator::<>f__am$cache3 Func_2_t2046212999 * ___U3CU3Ef__amU24cache3_74; // System.Func`2 XLua.ObjectTranslator::<>f__am$cache4 Func_2_t982659231 * ___U3CU3Ef__amU24cache4_75; // System.Func`2 XLua.ObjectTranslator::<>f__am$cache5 Func_2_t982659231 * ___U3CU3Ef__amU24cache5_76; // System.Func`2 XLua.ObjectTranslator::<>f__am$cache6 Func_2_t3692615456 * ___U3CU3Ef__amU24cache6_77; // System.Func`2 XLua.ObjectTranslator::<>f__am$cache7 Func_2_t3487522507 * ___U3CU3Ef__amU24cache7_78; // XLua.LuaDLL.lua_CSFunction XLua.ObjectTranslator::<>f__mg$cache0 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache0_79; // XLua.LuaDLL.lua_CSFunction XLua.ObjectTranslator::<>f__mg$cache1 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache1_80; // XLua.LuaDLL.lua_CSFunction XLua.ObjectTranslator::<>f__mg$cache2 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache2_81; // XLua.LuaDLL.lua_CSFunction XLua.ObjectTranslator::<>f__mg$cache3 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache3_82; // XLua.LuaDLL.lua_CSFunction XLua.ObjectTranslator::<>f__mg$cache4 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache4_83; // XLua.LuaDLL.lua_CSFunction XLua.ObjectTranslator::<>f__mg$cache5 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache5_84; // XLua.LuaDLL.lua_CSFunction XLua.ObjectTranslator::<>f__mg$cache6 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache6_85; // XLua.LuaDLL.lua_CSFunction XLua.ObjectTranslator::<>f__mg$cache7 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache7_86; // XLua.LuaDLL.lua_CSFunction XLua.ObjectTranslator::<>f__mg$cache8 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache8_87; // XLua.LuaDLL.lua_CSFunction XLua.ObjectTranslator::<>f__mg$cache9 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache9_88; // XLua.LuaDLL.lua_CSFunction XLua.ObjectTranslator::<>f__mg$cacheA lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cacheA_89; // XLua.LuaDLL.lua_CSFunction XLua.ObjectTranslator::<>f__mg$cacheB lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cacheB_90; // XLua.LuaDLL.lua_CSFunction XLua.ObjectTranslator::<>f__mg$cacheC lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cacheC_91; public: inline static int32_t get_offset_of_s_IniterAdderXLuaTestPedding_dumb_obj_34() { return static_cast(offsetof(ObjectTranslator_t2020767555_StaticFields, ___s_IniterAdderXLuaTestPedding_dumb_obj_34)); } inline IniterAdderXLuaTestPedding_t2424681114 * get_s_IniterAdderXLuaTestPedding_dumb_obj_34() const { return ___s_IniterAdderXLuaTestPedding_dumb_obj_34; } inline IniterAdderXLuaTestPedding_t2424681114 ** get_address_of_s_IniterAdderXLuaTestPedding_dumb_obj_34() { return &___s_IniterAdderXLuaTestPedding_dumb_obj_34; } inline void set_s_IniterAdderXLuaTestPedding_dumb_obj_34(IniterAdderXLuaTestPedding_t2424681114 * value) { ___s_IniterAdderXLuaTestPedding_dumb_obj_34 = value; Il2CppCodeGenWriteBarrier((&___s_IniterAdderXLuaTestPedding_dumb_obj_34), value); } inline static int32_t get_offset_of_s_gen_reg_dumb_obj_70() { return static_cast(offsetof(ObjectTranslator_t2020767555_StaticFields, ___s_gen_reg_dumb_obj_70)); } inline XLua_Gen_Initer_Register___t560736047 * get_s_gen_reg_dumb_obj_70() const { return ___s_gen_reg_dumb_obj_70; } inline XLua_Gen_Initer_Register___t560736047 ** get_address_of_s_gen_reg_dumb_obj_70() { return &___s_gen_reg_dumb_obj_70; } inline void set_s_gen_reg_dumb_obj_70(XLua_Gen_Initer_Register___t560736047 * value) { ___s_gen_reg_dumb_obj_70 = value; Il2CppCodeGenWriteBarrier((&___s_gen_reg_dumb_obj_70), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache0_71() { return static_cast(offsetof(ObjectTranslator_t2020767555_StaticFields, ___U3CU3Ef__amU24cache0_71)); } inline Func_2_t3487522507 * get_U3CU3Ef__amU24cache0_71() const { return ___U3CU3Ef__amU24cache0_71; } inline Func_2_t3487522507 ** get_address_of_U3CU3Ef__amU24cache0_71() { return &___U3CU3Ef__amU24cache0_71; } inline void set_U3CU3Ef__amU24cache0_71(Func_2_t3487522507 * value) { ___U3CU3Ef__amU24cache0_71 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache0_71), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache1_72() { return static_cast(offsetof(ObjectTranslator_t2020767555_StaticFields, ___U3CU3Ef__amU24cache1_72)); } inline Func_2_t2046212999 * get_U3CU3Ef__amU24cache1_72() const { return ___U3CU3Ef__amU24cache1_72; } inline Func_2_t2046212999 ** get_address_of_U3CU3Ef__amU24cache1_72() { return &___U3CU3Ef__amU24cache1_72; } inline void set_U3CU3Ef__amU24cache1_72(Func_2_t2046212999 * value) { ___U3CU3Ef__amU24cache1_72 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache1_72), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache2_73() { return static_cast(offsetof(ObjectTranslator_t2020767555_StaticFields, ___U3CU3Ef__amU24cache2_73)); } inline Func_2_t3487522507 * get_U3CU3Ef__amU24cache2_73() const { return ___U3CU3Ef__amU24cache2_73; } inline Func_2_t3487522507 ** get_address_of_U3CU3Ef__amU24cache2_73() { return &___U3CU3Ef__amU24cache2_73; } inline void set_U3CU3Ef__amU24cache2_73(Func_2_t3487522507 * value) { ___U3CU3Ef__amU24cache2_73 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache2_73), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache3_74() { return static_cast(offsetof(ObjectTranslator_t2020767555_StaticFields, ___U3CU3Ef__amU24cache3_74)); } inline Func_2_t2046212999 * get_U3CU3Ef__amU24cache3_74() const { return ___U3CU3Ef__amU24cache3_74; } inline Func_2_t2046212999 ** get_address_of_U3CU3Ef__amU24cache3_74() { return &___U3CU3Ef__amU24cache3_74; } inline void set_U3CU3Ef__amU24cache3_74(Func_2_t2046212999 * value) { ___U3CU3Ef__amU24cache3_74 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache3_74), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache4_75() { return static_cast(offsetof(ObjectTranslator_t2020767555_StaticFields, ___U3CU3Ef__amU24cache4_75)); } inline Func_2_t982659231 * get_U3CU3Ef__amU24cache4_75() const { return ___U3CU3Ef__amU24cache4_75; } inline Func_2_t982659231 ** get_address_of_U3CU3Ef__amU24cache4_75() { return &___U3CU3Ef__amU24cache4_75; } inline void set_U3CU3Ef__amU24cache4_75(Func_2_t982659231 * value) { ___U3CU3Ef__amU24cache4_75 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache4_75), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache5_76() { return static_cast(offsetof(ObjectTranslator_t2020767555_StaticFields, ___U3CU3Ef__amU24cache5_76)); } inline Func_2_t982659231 * get_U3CU3Ef__amU24cache5_76() const { return ___U3CU3Ef__amU24cache5_76; } inline Func_2_t982659231 ** get_address_of_U3CU3Ef__amU24cache5_76() { return &___U3CU3Ef__amU24cache5_76; } inline void set_U3CU3Ef__amU24cache5_76(Func_2_t982659231 * value) { ___U3CU3Ef__amU24cache5_76 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache5_76), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache6_77() { return static_cast(offsetof(ObjectTranslator_t2020767555_StaticFields, ___U3CU3Ef__amU24cache6_77)); } inline Func_2_t3692615456 * get_U3CU3Ef__amU24cache6_77() const { return ___U3CU3Ef__amU24cache6_77; } inline Func_2_t3692615456 ** get_address_of_U3CU3Ef__amU24cache6_77() { return &___U3CU3Ef__amU24cache6_77; } inline void set_U3CU3Ef__amU24cache6_77(Func_2_t3692615456 * value) { ___U3CU3Ef__amU24cache6_77 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache6_77), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache7_78() { return static_cast(offsetof(ObjectTranslator_t2020767555_StaticFields, ___U3CU3Ef__amU24cache7_78)); } inline Func_2_t3487522507 * get_U3CU3Ef__amU24cache7_78() const { return ___U3CU3Ef__amU24cache7_78; } inline Func_2_t3487522507 ** get_address_of_U3CU3Ef__amU24cache7_78() { return &___U3CU3Ef__amU24cache7_78; } inline void set_U3CU3Ef__amU24cache7_78(Func_2_t3487522507 * value) { ___U3CU3Ef__amU24cache7_78 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache7_78), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_79() { return static_cast(offsetof(ObjectTranslator_t2020767555_StaticFields, ___U3CU3Ef__mgU24cache0_79)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache0_79() const { return ___U3CU3Ef__mgU24cache0_79; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache0_79() { return &___U3CU3Ef__mgU24cache0_79; } inline void set_U3CU3Ef__mgU24cache0_79(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache0_79 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_79), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache1_80() { return static_cast(offsetof(ObjectTranslator_t2020767555_StaticFields, ___U3CU3Ef__mgU24cache1_80)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache1_80() const { return ___U3CU3Ef__mgU24cache1_80; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache1_80() { return &___U3CU3Ef__mgU24cache1_80; } inline void set_U3CU3Ef__mgU24cache1_80(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache1_80 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache1_80), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache2_81() { return static_cast(offsetof(ObjectTranslator_t2020767555_StaticFields, ___U3CU3Ef__mgU24cache2_81)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache2_81() const { return ___U3CU3Ef__mgU24cache2_81; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache2_81() { return &___U3CU3Ef__mgU24cache2_81; } inline void set_U3CU3Ef__mgU24cache2_81(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache2_81 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache2_81), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache3_82() { return static_cast(offsetof(ObjectTranslator_t2020767555_StaticFields, ___U3CU3Ef__mgU24cache3_82)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache3_82() const { return ___U3CU3Ef__mgU24cache3_82; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache3_82() { return &___U3CU3Ef__mgU24cache3_82; } inline void set_U3CU3Ef__mgU24cache3_82(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache3_82 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache3_82), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache4_83() { return static_cast(offsetof(ObjectTranslator_t2020767555_StaticFields, ___U3CU3Ef__mgU24cache4_83)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache4_83() const { return ___U3CU3Ef__mgU24cache4_83; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache4_83() { return &___U3CU3Ef__mgU24cache4_83; } inline void set_U3CU3Ef__mgU24cache4_83(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache4_83 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache4_83), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache5_84() { return static_cast(offsetof(ObjectTranslator_t2020767555_StaticFields, ___U3CU3Ef__mgU24cache5_84)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache5_84() const { return ___U3CU3Ef__mgU24cache5_84; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache5_84() { return &___U3CU3Ef__mgU24cache5_84; } inline void set_U3CU3Ef__mgU24cache5_84(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache5_84 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache5_84), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache6_85() { return static_cast(offsetof(ObjectTranslator_t2020767555_StaticFields, ___U3CU3Ef__mgU24cache6_85)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache6_85() const { return ___U3CU3Ef__mgU24cache6_85; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache6_85() { return &___U3CU3Ef__mgU24cache6_85; } inline void set_U3CU3Ef__mgU24cache6_85(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache6_85 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache6_85), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache7_86() { return static_cast(offsetof(ObjectTranslator_t2020767555_StaticFields, ___U3CU3Ef__mgU24cache7_86)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache7_86() const { return ___U3CU3Ef__mgU24cache7_86; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache7_86() { return &___U3CU3Ef__mgU24cache7_86; } inline void set_U3CU3Ef__mgU24cache7_86(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache7_86 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache7_86), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache8_87() { return static_cast(offsetof(ObjectTranslator_t2020767555_StaticFields, ___U3CU3Ef__mgU24cache8_87)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache8_87() const { return ___U3CU3Ef__mgU24cache8_87; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache8_87() { return &___U3CU3Ef__mgU24cache8_87; } inline void set_U3CU3Ef__mgU24cache8_87(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache8_87 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache8_87), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache9_88() { return static_cast(offsetof(ObjectTranslator_t2020767555_StaticFields, ___U3CU3Ef__mgU24cache9_88)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache9_88() const { return ___U3CU3Ef__mgU24cache9_88; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache9_88() { return &___U3CU3Ef__mgU24cache9_88; } inline void set_U3CU3Ef__mgU24cache9_88(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache9_88 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache9_88), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheA_89() { return static_cast(offsetof(ObjectTranslator_t2020767555_StaticFields, ___U3CU3Ef__mgU24cacheA_89)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cacheA_89() const { return ___U3CU3Ef__mgU24cacheA_89; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cacheA_89() { return &___U3CU3Ef__mgU24cacheA_89; } inline void set_U3CU3Ef__mgU24cacheA_89(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cacheA_89 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheA_89), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheB_90() { return static_cast(offsetof(ObjectTranslator_t2020767555_StaticFields, ___U3CU3Ef__mgU24cacheB_90)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cacheB_90() const { return ___U3CU3Ef__mgU24cacheB_90; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cacheB_90() { return &___U3CU3Ef__mgU24cacheB_90; } inline void set_U3CU3Ef__mgU24cacheB_90(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cacheB_90 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheB_90), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheC_91() { return static_cast(offsetof(ObjectTranslator_t2020767555_StaticFields, ___U3CU3Ef__mgU24cacheC_91)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cacheC_91() const { return ___U3CU3Ef__mgU24cacheC_91; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cacheC_91() { return &___U3CU3Ef__mgU24cacheC_91; } inline void set_U3CU3Ef__mgU24cacheC_91(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cacheC_91 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheC_91), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // OBJECTTRANSLATOR_T2020767555_H #ifndef DICTIONARY_2_T1632706988_H #define DICTIONARY_2_T1632706988_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_t1632706988 : 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 StringU5BU5D_t1281789340* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots StringU5BU5D_t1281789340* ___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_t1632706988, ___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_t1632706988, ___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_t1632706988, ___keySlots_6)); } inline StringU5BU5D_t1281789340* get_keySlots_6() const { return ___keySlots_6; } inline StringU5BU5D_t1281789340** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(StringU5BU5D_t1281789340* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t1632706988, ___valueSlots_7)); } inline StringU5BU5D_t1281789340* get_valueSlots_7() const { return ___valueSlots_7; } inline StringU5BU5D_t1281789340** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(StringU5BU5D_t1281789340* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t1632706988, ___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_t1632706988, ___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_t1632706988, ___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_t1632706988, ___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_t1632706988, ___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_t1632706988, ___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_t1632706988, ___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_t1632706988_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t132201056 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t1632706988_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t132201056 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t132201056 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t132201056 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T1632706988_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 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 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 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 HOTFIXDELEGATEATTRIBUTE_T1498077041_H #define HOTFIXDELEGATEATTRIBUTE_T1498077041_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.HotfixDelegateAttribute struct HotfixDelegateAttribute_t1498077041 : public Attribute_t861562559 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HOTFIXDELEGATEATTRIBUTE_T1498077041_H #ifndef DONOTGENATTRIBUTE_T2745209486_H #define DONOTGENATTRIBUTE_T2745209486_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.DoNotGenAttribute struct DoNotGenAttribute_t2745209486 : public Attribute_t861562559 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DONOTGENATTRIBUTE_T2745209486_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 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 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 VECTOR4_T3319028937_H #define VECTOR4_T3319028937_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Vector4 struct Vector4_t3319028937 { public: // System.Single UnityEngine.Vector4::x float ___x_1; // System.Single UnityEngine.Vector4::y float ___y_2; // System.Single UnityEngine.Vector4::z float ___z_3; // System.Single UnityEngine.Vector4::w float ___w_4; public: inline static int32_t get_offset_of_x_1() { return static_cast(offsetof(Vector4_t3319028937, ___x_1)); } inline float get_x_1() const { return ___x_1; } inline float* get_address_of_x_1() { return &___x_1; } inline void set_x_1(float value) { ___x_1 = value; } inline static int32_t get_offset_of_y_2() { return static_cast(offsetof(Vector4_t3319028937, ___y_2)); } inline float get_y_2() const { return ___y_2; } inline float* get_address_of_y_2() { return &___y_2; } inline void set_y_2(float value) { ___y_2 = value; } inline static int32_t get_offset_of_z_3() { return static_cast(offsetof(Vector4_t3319028937, ___z_3)); } inline float get_z_3() const { return ___z_3; } inline float* get_address_of_z_3() { return &___z_3; } inline void set_z_3(float value) { ___z_3 = value; } inline static int32_t get_offset_of_w_4() { return static_cast(offsetof(Vector4_t3319028937, ___w_4)); } inline float get_w_4() const { return ___w_4; } inline float* get_address_of_w_4() { return &___w_4; } inline void set_w_4(float value) { ___w_4 = value; } }; struct Vector4_t3319028937_StaticFields { public: // UnityEngine.Vector4 UnityEngine.Vector4::zeroVector Vector4_t3319028937 ___zeroVector_5; // UnityEngine.Vector4 UnityEngine.Vector4::oneVector Vector4_t3319028937 ___oneVector_6; // UnityEngine.Vector4 UnityEngine.Vector4::positiveInfinityVector Vector4_t3319028937 ___positiveInfinityVector_7; // UnityEngine.Vector4 UnityEngine.Vector4::negativeInfinityVector Vector4_t3319028937 ___negativeInfinityVector_8; public: inline static int32_t get_offset_of_zeroVector_5() { return static_cast(offsetof(Vector4_t3319028937_StaticFields, ___zeroVector_5)); } inline Vector4_t3319028937 get_zeroVector_5() const { return ___zeroVector_5; } inline Vector4_t3319028937 * get_address_of_zeroVector_5() { return &___zeroVector_5; } inline void set_zeroVector_5(Vector4_t3319028937 value) { ___zeroVector_5 = value; } inline static int32_t get_offset_of_oneVector_6() { return static_cast(offsetof(Vector4_t3319028937_StaticFields, ___oneVector_6)); } inline Vector4_t3319028937 get_oneVector_6() const { return ___oneVector_6; } inline Vector4_t3319028937 * get_address_of_oneVector_6() { return &___oneVector_6; } inline void set_oneVector_6(Vector4_t3319028937 value) { ___oneVector_6 = value; } inline static int32_t get_offset_of_positiveInfinityVector_7() { return static_cast(offsetof(Vector4_t3319028937_StaticFields, ___positiveInfinityVector_7)); } inline Vector4_t3319028937 get_positiveInfinityVector_7() const { return ___positiveInfinityVector_7; } inline Vector4_t3319028937 * get_address_of_positiveInfinityVector_7() { return &___positiveInfinityVector_7; } inline void set_positiveInfinityVector_7(Vector4_t3319028937 value) { ___positiveInfinityVector_7 = value; } inline static int32_t get_offset_of_negativeInfinityVector_8() { return static_cast(offsetof(Vector4_t3319028937_StaticFields, ___negativeInfinityVector_8)); } inline Vector4_t3319028937 get_negativeInfinityVector_8() const { return ___negativeInfinityVector_8; } inline Vector4_t3319028937 * get_address_of_negativeInfinityVector_8() { return &___negativeInfinityVector_8; } inline void set_negativeInfinityVector_8(Vector4_t3319028937 value) { ___negativeInfinityVector_8 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VECTOR4_T3319028937_H #ifndef QUATERNION_T2301928331_H #define QUATERNION_T2301928331_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Quaternion struct Quaternion_t2301928331 { public: // System.Single UnityEngine.Quaternion::x float ___x_0; // System.Single UnityEngine.Quaternion::y float ___y_1; // System.Single UnityEngine.Quaternion::z float ___z_2; // System.Single UnityEngine.Quaternion::w float ___w_3; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Quaternion_t2301928331, ___x_0)); } inline float get_x_0() const { return ___x_0; } inline float* get_address_of_x_0() { return &___x_0; } inline void set_x_0(float value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(Quaternion_t2301928331, ___y_1)); } inline float get_y_1() const { return ___y_1; } inline float* get_address_of_y_1() { return &___y_1; } inline void set_y_1(float value) { ___y_1 = value; } inline static int32_t get_offset_of_z_2() { return static_cast(offsetof(Quaternion_t2301928331, ___z_2)); } inline float get_z_2() const { return ___z_2; } inline float* get_address_of_z_2() { return &___z_2; } inline void set_z_2(float value) { ___z_2 = value; } inline static int32_t get_offset_of_w_3() { return static_cast(offsetof(Quaternion_t2301928331, ___w_3)); } inline float get_w_3() const { return ___w_3; } inline float* get_address_of_w_3() { return &___w_3; } inline void set_w_3(float value) { ___w_3 = value; } }; struct Quaternion_t2301928331_StaticFields { public: // UnityEngine.Quaternion UnityEngine.Quaternion::identityQuaternion Quaternion_t2301928331 ___identityQuaternion_4; public: inline static int32_t get_offset_of_identityQuaternion_4() { return static_cast(offsetof(Quaternion_t2301928331_StaticFields, ___identityQuaternion_4)); } inline Quaternion_t2301928331 get_identityQuaternion_4() const { return ___identityQuaternion_4; } inline Quaternion_t2301928331 * get_address_of_identityQuaternion_4() { return &___identityQuaternion_4; } inline void set_identityQuaternion_4(Quaternion_t2301928331 value) { ___identityQuaternion_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // QUATERNION_T2301928331_H #ifndef COLOROPTIONS_T1487297155_H #define COLOROPTIONS_T1487297155_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Plugins.Options.ColorOptions struct ColorOptions_t1487297155 { public: // System.Boolean DG.Tweening.Plugins.Options.ColorOptions::alphaOnly bool ___alphaOnly_0; public: inline static int32_t get_offset_of_alphaOnly_0() { return static_cast(offsetof(ColorOptions_t1487297155, ___alphaOnly_0)); } inline bool get_alphaOnly_0() const { return ___alphaOnly_0; } inline bool* get_address_of_alphaOnly_0() { return &___alphaOnly_0; } inline void set_alphaOnly_0(bool value) { ___alphaOnly_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of DG.Tweening.Plugins.Options.ColorOptions struct ColorOptions_t1487297155_marshaled_pinvoke { int32_t ___alphaOnly_0; }; // Native definition for COM marshalling of DG.Tweening.Plugins.Options.ColorOptions struct ColorOptions_t1487297155_marshaled_com { int32_t ___alphaOnly_0; }; #endif // COLOROPTIONS_T1487297155_H #ifndef VOID_T1185182177_H #define VOID_T1185182177_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void struct Void_t1185182177 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VOID_T1185182177_H #ifndef SINGLE_T1397266774_H #define SINGLE_T1397266774_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Single struct Single_t1397266774 { public: // System.Single System.Single::m_value float ___m_value_7; public: inline static int32_t get_offset_of_m_value_7() { return static_cast(offsetof(Single_t1397266774, ___m_value_7)); } inline float get_m_value_7() const { return ___m_value_7; } inline float* get_address_of_m_value_7() { return &___m_value_7; } inline void set_m_value_7(float value) { ___m_value_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SINGLE_T1397266774_H #ifndef 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 DRIVENRECTTRANSFORMTRACKER_T2562230146_H #define DRIVENRECTTRANSFORMTRACKER_T2562230146_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.DrivenRectTransformTracker struct DrivenRectTransformTracker_t2562230146 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DRIVENRECTTRANSFORMTRACKER_T2562230146_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 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 PEDDING_T3796070799_H #define PEDDING_T3796070799_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLuaTest.Pedding struct Pedding_t3796070799 { public: // System.Byte XLuaTest.Pedding::c uint8_t ___c_0; public: inline static int32_t get_offset_of_c_0() { return static_cast(offsetof(Pedding_t3796070799, ___c_0)); } inline uint8_t get_c_0() const { return ___c_0; } inline uint8_t* get_address_of_c_0() { return &___c_0; } inline void set_c_0(uint8_t value) { ___c_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PEDDING_T3796070799_H #ifndef SPRITESTATE_T1362986479_H #define SPRITESTATE_T1362986479_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.SpriteState struct SpriteState_t1362986479 { public: // UnityEngine.Sprite UnityEngine.UI.SpriteState::m_HighlightedSprite Sprite_t280657092 * ___m_HighlightedSprite_0; // UnityEngine.Sprite UnityEngine.UI.SpriteState::m_PressedSprite Sprite_t280657092 * ___m_PressedSprite_1; // UnityEngine.Sprite UnityEngine.UI.SpriteState::m_DisabledSprite Sprite_t280657092 * ___m_DisabledSprite_2; public: inline static int32_t get_offset_of_m_HighlightedSprite_0() { return static_cast(offsetof(SpriteState_t1362986479, ___m_HighlightedSprite_0)); } inline Sprite_t280657092 * get_m_HighlightedSprite_0() const { return ___m_HighlightedSprite_0; } inline Sprite_t280657092 ** get_address_of_m_HighlightedSprite_0() { return &___m_HighlightedSprite_0; } inline void set_m_HighlightedSprite_0(Sprite_t280657092 * value) { ___m_HighlightedSprite_0 = value; Il2CppCodeGenWriteBarrier((&___m_HighlightedSprite_0), value); } inline static int32_t get_offset_of_m_PressedSprite_1() { return static_cast(offsetof(SpriteState_t1362986479, ___m_PressedSprite_1)); } inline Sprite_t280657092 * get_m_PressedSprite_1() const { return ___m_PressedSprite_1; } inline Sprite_t280657092 ** get_address_of_m_PressedSprite_1() { return &___m_PressedSprite_1; } inline void set_m_PressedSprite_1(Sprite_t280657092 * value) { ___m_PressedSprite_1 = value; Il2CppCodeGenWriteBarrier((&___m_PressedSprite_1), value); } inline static int32_t get_offset_of_m_DisabledSprite_2() { return static_cast(offsetof(SpriteState_t1362986479, ___m_DisabledSprite_2)); } inline Sprite_t280657092 * get_m_DisabledSprite_2() const { return ___m_DisabledSprite_2; } inline Sprite_t280657092 ** get_address_of_m_DisabledSprite_2() { return &___m_DisabledSprite_2; } inline void set_m_DisabledSprite_2(Sprite_t280657092 * value) { ___m_DisabledSprite_2 = value; Il2CppCodeGenWriteBarrier((&___m_DisabledSprite_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.UI.SpriteState struct SpriteState_t1362986479_marshaled_pinvoke { Sprite_t280657092 * ___m_HighlightedSprite_0; Sprite_t280657092 * ___m_PressedSprite_1; Sprite_t280657092 * ___m_DisabledSprite_2; }; // Native definition for COM marshalling of UnityEngine.UI.SpriteState struct SpriteState_t1362986479_marshaled_com { Sprite_t280657092 * ___m_HighlightedSprite_0; Sprite_t280657092 * ___m_PressedSprite_1; Sprite_t280657092 * ___m_DisabledSprite_2; }; #endif // SPRITESTATE_T1362986479_H #ifndef 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 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 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 STRUCTTEST_T3768119842_H #define STRUCTTEST_T3768119842_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLuaTest.StructTest struct StructTest_t3768119842 { public: // UnityEngine.GameObject XLuaTest.StructTest::go GameObject_t1113636619 * ___go_0; public: inline static int32_t get_offset_of_go_0() { return static_cast(offsetof(StructTest_t3768119842, ___go_0)); } inline GameObject_t1113636619 * get_go_0() const { return ___go_0; } inline GameObject_t1113636619 ** get_address_of_go_0() { return &___go_0; } inline void set_go_0(GameObject_t1113636619 * value) { ___go_0 = value; Il2CppCodeGenWriteBarrier((&___go_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of XLuaTest.StructTest struct StructTest_t3768119842_marshaled_pinvoke { GameObject_t1113636619 * ___go_0; }; // Native definition for COM marshalling of XLuaTest.StructTest struct StructTest_t3768119842_marshaled_com { GameObject_t1113636619 * ___go_0; }; #endif // STRUCTTEST_T3768119842_H #ifndef XLUATESTINVOKELUAICALCBRIDGE_T4005527277_H #define XLUATESTINVOKELUAICALCBRIDGE_T4005527277_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.CSObjectWrap.XLuaTestInvokeLuaICalcBridge struct XLuaTestInvokeLuaICalcBridge_t4005527277 : public LuaBase_t1730675691 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XLUATESTINVOKELUAICALCBRIDGE_T4005527277_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 DELEGATEBRIDGEBASE_T3577089876_H #define DELEGATEBRIDGEBASE_T3577089876_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.DelegateBridgeBase struct DelegateBridgeBase_t3577089876 : public LuaBase_t1730675691 { public: // System.Type XLua.DelegateBridgeBase::firstKey Type_t * ___firstKey_3; // System.Delegate XLua.DelegateBridgeBase::firstValue Delegate_t1188392813 * ___firstValue_4; // System.Collections.Generic.Dictionary`2 XLua.DelegateBridgeBase::bindTo Dictionary_2_t3632739877 * ___bindTo_5; // System.Int32 XLua.DelegateBridgeBase::errorFuncRef int32_t ___errorFuncRef_6; public: inline static int32_t get_offset_of_firstKey_3() { return static_cast(offsetof(DelegateBridgeBase_t3577089876, ___firstKey_3)); } inline Type_t * get_firstKey_3() const { return ___firstKey_3; } inline Type_t ** get_address_of_firstKey_3() { return &___firstKey_3; } inline void set_firstKey_3(Type_t * value) { ___firstKey_3 = value; Il2CppCodeGenWriteBarrier((&___firstKey_3), value); } inline static int32_t get_offset_of_firstValue_4() { return static_cast(offsetof(DelegateBridgeBase_t3577089876, ___firstValue_4)); } inline Delegate_t1188392813 * get_firstValue_4() const { return ___firstValue_4; } inline Delegate_t1188392813 ** get_address_of_firstValue_4() { return &___firstValue_4; } inline void set_firstValue_4(Delegate_t1188392813 * value) { ___firstValue_4 = value; Il2CppCodeGenWriteBarrier((&___firstValue_4), value); } inline static int32_t get_offset_of_bindTo_5() { return static_cast(offsetof(DelegateBridgeBase_t3577089876, ___bindTo_5)); } inline Dictionary_2_t3632739877 * get_bindTo_5() const { return ___bindTo_5; } inline Dictionary_2_t3632739877 ** get_address_of_bindTo_5() { return &___bindTo_5; } inline void set_bindTo_5(Dictionary_2_t3632739877 * value) { ___bindTo_5 = value; Il2CppCodeGenWriteBarrier((&___bindTo_5), value); } inline static int32_t get_offset_of_errorFuncRef_6() { return static_cast(offsetof(DelegateBridgeBase_t3577089876, ___errorFuncRef_6)); } inline int32_t get_errorFuncRef_6() const { return ___errorFuncRef_6; } inline int32_t* get_address_of_errorFuncRef_6() { return &___errorFuncRef_6; } inline void set_errorFuncRef_6(int32_t value) { ___errorFuncRef_6 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DELEGATEBRIDGEBASE_T3577089876_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 BYTE_T1134296376_H #define BYTE_T1134296376_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Byte struct Byte_t1134296376 { public: // System.Byte System.Byte::m_value uint8_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Byte_t1134296376, ___m_value_2)); } inline uint8_t get_m_value_2() const { return ___m_value_2; } inline uint8_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(uint8_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BYTE_T1134296376_H #ifndef TRANSITION_T1769908631_H #define TRANSITION_T1769908631_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.Selectable/Transition struct Transition_t1769908631 { public: // System.Int32 UnityEngine.UI.Selectable/Transition::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Transition_t1769908631, ___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 // TRANSITION_T1769908631_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 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 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 COLORBLOCK_T2139031574_H #define COLORBLOCK_T2139031574_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.ColorBlock struct ColorBlock_t2139031574 { public: // UnityEngine.Color UnityEngine.UI.ColorBlock::m_NormalColor Color_t2555686324 ___m_NormalColor_0; // UnityEngine.Color UnityEngine.UI.ColorBlock::m_HighlightedColor Color_t2555686324 ___m_HighlightedColor_1; // UnityEngine.Color UnityEngine.UI.ColorBlock::m_PressedColor Color_t2555686324 ___m_PressedColor_2; // UnityEngine.Color UnityEngine.UI.ColorBlock::m_DisabledColor Color_t2555686324 ___m_DisabledColor_3; // System.Single UnityEngine.UI.ColorBlock::m_ColorMultiplier float ___m_ColorMultiplier_4; // System.Single UnityEngine.UI.ColorBlock::m_FadeDuration float ___m_FadeDuration_5; public: inline static int32_t get_offset_of_m_NormalColor_0() { return static_cast(offsetof(ColorBlock_t2139031574, ___m_NormalColor_0)); } inline Color_t2555686324 get_m_NormalColor_0() const { return ___m_NormalColor_0; } inline Color_t2555686324 * get_address_of_m_NormalColor_0() { return &___m_NormalColor_0; } inline void set_m_NormalColor_0(Color_t2555686324 value) { ___m_NormalColor_0 = value; } inline static int32_t get_offset_of_m_HighlightedColor_1() { return static_cast(offsetof(ColorBlock_t2139031574, ___m_HighlightedColor_1)); } inline Color_t2555686324 get_m_HighlightedColor_1() const { return ___m_HighlightedColor_1; } inline Color_t2555686324 * get_address_of_m_HighlightedColor_1() { return &___m_HighlightedColor_1; } inline void set_m_HighlightedColor_1(Color_t2555686324 value) { ___m_HighlightedColor_1 = value; } inline static int32_t get_offset_of_m_PressedColor_2() { return static_cast(offsetof(ColorBlock_t2139031574, ___m_PressedColor_2)); } inline Color_t2555686324 get_m_PressedColor_2() const { return ___m_PressedColor_2; } inline Color_t2555686324 * get_address_of_m_PressedColor_2() { return &___m_PressedColor_2; } inline void set_m_PressedColor_2(Color_t2555686324 value) { ___m_PressedColor_2 = value; } inline static int32_t get_offset_of_m_DisabledColor_3() { return static_cast(offsetof(ColorBlock_t2139031574, ___m_DisabledColor_3)); } inline Color_t2555686324 get_m_DisabledColor_3() const { return ___m_DisabledColor_3; } inline Color_t2555686324 * get_address_of_m_DisabledColor_3() { return &___m_DisabledColor_3; } inline void set_m_DisabledColor_3(Color_t2555686324 value) { ___m_DisabledColor_3 = value; } inline static int32_t get_offset_of_m_ColorMultiplier_4() { return static_cast(offsetof(ColorBlock_t2139031574, ___m_ColorMultiplier_4)); } inline float get_m_ColorMultiplier_4() const { return ___m_ColorMultiplier_4; } inline float* get_address_of_m_ColorMultiplier_4() { return &___m_ColorMultiplier_4; } inline void set_m_ColorMultiplier_4(float value) { ___m_ColorMultiplier_4 = value; } inline static int32_t get_offset_of_m_FadeDuration_5() { return static_cast(offsetof(ColorBlock_t2139031574, ___m_FadeDuration_5)); } inline float get_m_FadeDuration_5() const { return ___m_FadeDuration_5; } inline float* get_address_of_m_FadeDuration_5() { return &___m_FadeDuration_5; } inline void set_m_FadeDuration_5(float value) { ___m_FadeDuration_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COLORBLOCK_T2139031574_H #ifndef COROUTINE_T3829159415_H #define COROUTINE_T3829159415_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Coroutine struct Coroutine_t3829159415 : public YieldInstruction_t403091072 { public: // System.IntPtr UnityEngine.Coroutine::m_Ptr intptr_t ___m_Ptr_0; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(Coroutine_t3829159415, ___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.Coroutine struct Coroutine_t3829159415_marshaled_pinvoke : public YieldInstruction_t403091072_marshaled_pinvoke { intptr_t ___m_Ptr_0; }; // Native definition for COM marshalling of UnityEngine.Coroutine struct Coroutine_t3829159415_marshaled_com : public YieldInstruction_t403091072_marshaled_com { intptr_t ___m_Ptr_0; }; #endif // COROUTINE_T3829159415_H #ifndef SELECTIONSTATE_T2656606514_H #define SELECTIONSTATE_T2656606514_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.Selectable/SelectionState struct SelectionState_t2656606514 { public: // System.Int32 UnityEngine.UI.Selectable/SelectionState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(SelectionState_t2656606514, ___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 // SELECTIONSTATE_T2656606514_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 LOOPTYPE_T3049802818_H #define LOOPTYPE_T3049802818_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.LoopType struct LoopType_t3049802818 { public: // System.Int32 DG.Tweening.LoopType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(LoopType_t3049802818, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LOOPTYPE_T3049802818_H #ifndef EASE_T4010715394_H #define EASE_T4010715394_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Ease struct Ease_t4010715394 { public: // System.Int32 DG.Tweening.Ease::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Ease_t4010715394, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EASE_T4010715394_H #ifndef 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 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 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 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 FILLMETHOD_T1167457570_H #define FILLMETHOD_T1167457570_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.Image/FillMethod struct FillMethod_t1167457570 { public: // System.Int32 UnityEngine.UI.Image/FillMethod::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(FillMethod_t1167457570, ___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 // FILLMETHOD_T1167457570_H #ifndef GRADIENT_T3067099924_H #define GRADIENT_T3067099924_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Gradient struct Gradient_t3067099924 : public RuntimeObject { public: // System.IntPtr UnityEngine.Gradient::m_Ptr intptr_t ___m_Ptr_0; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(Gradient_t3067099924, ___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.Gradient struct Gradient_t3067099924_marshaled_pinvoke { intptr_t ___m_Ptr_0; }; // Native definition for COM marshalling of UnityEngine.Gradient struct Gradient_t3067099924_marshaled_com { intptr_t ___m_Ptr_0; }; #endif // GRADIENT_T3067099924_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 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 TYPE_T1152881528_H #define TYPE_T1152881528_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.Image/Type struct Type_t1152881528 { public: // System.Int32 UnityEngine.UI.Image/Type::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Type_t1152881528, ___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 // TYPE_T1152881528_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 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 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 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 DIRECTION_T337909235_H #define DIRECTION_T337909235_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.Slider/Direction struct Direction_t337909235 { public: // System.Int32 UnityEngine.UI.Slider/Direction::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Direction_t337909235, ___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 // DIRECTION_T337909235_H #ifndef BOUNDS_T2266837910_H #define BOUNDS_T2266837910_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Bounds struct Bounds_t2266837910 { public: // UnityEngine.Vector3 UnityEngine.Bounds::m_Center Vector3_t3722313464 ___m_Center_0; // UnityEngine.Vector3 UnityEngine.Bounds::m_Extents Vector3_t3722313464 ___m_Extents_1; public: inline static int32_t get_offset_of_m_Center_0() { return static_cast(offsetof(Bounds_t2266837910, ___m_Center_0)); } inline Vector3_t3722313464 get_m_Center_0() const { return ___m_Center_0; } inline Vector3_t3722313464 * get_address_of_m_Center_0() { return &___m_Center_0; } inline void set_m_Center_0(Vector3_t3722313464 value) { ___m_Center_0 = value; } inline static int32_t get_offset_of_m_Extents_1() { return static_cast(offsetof(Bounds_t2266837910, ___m_Extents_1)); } inline Vector3_t3722313464 get_m_Extents_1() const { return ___m_Extents_1; } inline Vector3_t3722313464 * get_address_of_m_Extents_1() { return &___m_Extents_1; } inline void set_m_Extents_1(Vector3_t3722313464 value) { ___m_Extents_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BOUNDS_T2266837910_H #ifndef SCROLLBARVISIBILITY_T705693775_H #define SCROLLBARVISIBILITY_T705693775_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.ScrollRect/ScrollbarVisibility struct ScrollbarVisibility_t705693775 { public: // System.Int32 UnityEngine.UI.ScrollRect/ScrollbarVisibility::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ScrollbarVisibility_t705693775, ___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 // SCROLLBARVISIBILITY_T705693775_H #ifndef MODE_T1066900953_H #define MODE_T1066900953_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.Navigation/Mode struct Mode_t1066900953 { public: // System.Int32 UnityEngine.UI.Navigation/Mode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Mode_t1066900953, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MODE_T1066900953_H #ifndef 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 MOVEMENTTYPE_T4072922106_H #define MOVEMENTTYPE_T4072922106_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.ScrollRect/MovementType struct MovementType_t4072922106 { public: // System.Int32 UnityEngine.UI.ScrollRect/MovementType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(MovementType_t4072922106, ___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 // MOVEMENTTYPE_T4072922106_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 LUATYPES_T3572446928_H #define LUATYPES_T3572446928_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.LuaTypes struct LuaTypes_t3572446928 { public: // System.Int32 XLua.LuaTypes::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(LuaTypes_t3572446928, ___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 // LUATYPES_T3572446928_H #ifndef MYENUM_T4134377632_H #define MYENUM_T4134377632_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLuaTest.MyEnum struct MyEnum_t4134377632 { public: // System.Int32 XLuaTest.MyEnum::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(MyEnum_t4134377632, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MYENUM_T4134377632_H #ifndef MYSTRUCT_T514849583_H #define MYSTRUCT_T514849583_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLuaTest.MyStruct struct MyStruct_t514849583 { public: // System.Int32 XLuaTest.MyStruct::a int32_t ___a_0; // System.Int32 XLuaTest.MyStruct::b int32_t ___b_1; // System.Decimal XLuaTest.MyStruct::c Decimal_t2948259380 ___c_2; // XLuaTest.Pedding XLuaTest.MyStruct::e Pedding_t3796070799 ___e_3; public: inline static int32_t get_offset_of_a_0() { return static_cast(offsetof(MyStruct_t514849583, ___a_0)); } inline int32_t get_a_0() const { return ___a_0; } inline int32_t* get_address_of_a_0() { return &___a_0; } inline void set_a_0(int32_t value) { ___a_0 = value; } inline static int32_t get_offset_of_b_1() { return static_cast(offsetof(MyStruct_t514849583, ___b_1)); } inline int32_t get_b_1() const { return ___b_1; } inline int32_t* get_address_of_b_1() { return &___b_1; } inline void set_b_1(int32_t value) { ___b_1 = value; } inline static int32_t get_offset_of_c_2() { return static_cast(offsetof(MyStruct_t514849583, ___c_2)); } inline Decimal_t2948259380 get_c_2() const { return ___c_2; } inline Decimal_t2948259380 * get_address_of_c_2() { return &___c_2; } inline void set_c_2(Decimal_t2948259380 value) { ___c_2 = value; } inline static int32_t get_offset_of_e_3() { return static_cast(offsetof(MyStruct_t514849583, ___e_3)); } inline Pedding_t3796070799 get_e_3() const { return ___e_3; } inline Pedding_t3796070799 * get_address_of_e_3() { return &___e_3; } inline void set_e_3(Pedding_t3796070799 value) { ___e_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MYSTRUCT_T514849583_H #ifndef DELEGATEBRIDGE_T811511531_H #define DELEGATEBRIDGE_T811511531_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.DelegateBridge struct DelegateBridge_t811511531 : public DelegateBridgeBase_t3577089876 { public: public: }; struct DelegateBridge_t811511531_StaticFields { public: // XLua.DelegateBridge[] XLua.DelegateBridge::DelegateBridgeList DelegateBridgeU5BU5D_t3509475594* ___DelegateBridgeList_7; // System.Boolean XLua.DelegateBridge::Gen_Flag bool ___Gen_Flag_8; public: inline static int32_t get_offset_of_DelegateBridgeList_7() { return static_cast(offsetof(DelegateBridge_t811511531_StaticFields, ___DelegateBridgeList_7)); } inline DelegateBridgeU5BU5D_t3509475594* get_DelegateBridgeList_7() const { return ___DelegateBridgeList_7; } inline DelegateBridgeU5BU5D_t3509475594** get_address_of_DelegateBridgeList_7() { return &___DelegateBridgeList_7; } inline void set_DelegateBridgeList_7(DelegateBridgeU5BU5D_t3509475594* value) { ___DelegateBridgeList_7 = value; Il2CppCodeGenWriteBarrier((&___DelegateBridgeList_7), value); } inline static int32_t get_offset_of_Gen_Flag_8() { return static_cast(offsetof(DelegateBridge_t811511531_StaticFields, ___Gen_Flag_8)); } inline bool get_Gen_Flag_8() const { return ___Gen_Flag_8; } inline bool* get_address_of_Gen_Flag_8() { return &___Gen_Flag_8; } inline void set_Gen_Flag_8(bool value) { ___Gen_Flag_8 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DELEGATEBRIDGE_T811511531_H #ifndef GENFLAG_T3607280985_H #define GENFLAG_T3607280985_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.GenFlag struct GenFlag_t3607280985 { public: // System.Int32 XLua.GenFlag::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(GenFlag_t3607280985, ___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 // GENFLAG_T3607280985_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 HOTFIXFLAG_T3343413763_H #define HOTFIXFLAG_T3343413763_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.HotfixFlag struct HotfixFlag_t3343413763 { public: // System.Int32 XLua.HotfixFlag::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(HotfixFlag_t3343413763, ___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 // HOTFIXFLAG_T3343413763_H #ifndef ARGUMENTEXCEPTION_T132251570_H #define ARGUMENTEXCEPTION_T132251570_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ArgumentException struct ArgumentException_t132251570 : public SystemException_t176217640 { public: // System.String System.ArgumentException::param_name String_t* ___param_name_12; public: inline static int32_t get_offset_of_param_name_12() { return static_cast(offsetof(ArgumentException_t132251570, ___param_name_12)); } inline String_t* get_param_name_12() const { return ___param_name_12; } inline String_t** get_address_of_param_name_12() { return &___param_name_12; } inline void set_param_name_12(String_t* value) { ___param_name_12 = value; Il2CppCodeGenWriteBarrier((&___param_name_12), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARGUMENTEXCEPTION_T132251570_H #ifndef LUAENV_T2152703515_H #define LUAENV_T2152703515_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.LuaEnv struct LuaEnv_t2152703515 : public RuntimeObject { public: // System.IntPtr XLua.LuaEnv::rawL intptr_t ___rawL_2; // XLua.LuaTable XLua.LuaEnv::_G LuaTable_t1631611336 * ____G_3; // XLua.ObjectTranslator XLua.LuaEnv::translator ObjectTranslator_t2020767555 * ___translator_4; // System.Int32 XLua.LuaEnv::errorFuncRef int32_t ___errorFuncRef_5; // System.Int32 XLua.LuaEnv::last_check_point int32_t ___last_check_point_8; // System.Int32 XLua.LuaEnv::max_check_per_tick int32_t ___max_check_per_tick_9; // System.Func`2 XLua.LuaEnv::object_valid_checker Func_2_t3759279471 * ___object_valid_checker_10; // System.Boolean XLua.LuaEnv::disposed bool ___disposed_11; // System.Collections.Generic.Queue`1 XLua.LuaEnv::refQueue Queue_1_t1426481692 * ___refQueue_12; // System.String XLua.LuaEnv::init_xlua String_t* ___init_xlua_13; // System.Collections.Generic.List`1 XLua.LuaEnv::customLoaders List_1_t1937904963 * ___customLoaders_14; // System.Collections.Generic.Dictionary`2 XLua.LuaEnv::buildin_initer Dictionary_2_t668780358 * ___buildin_initer_15; public: inline static int32_t get_offset_of_rawL_2() { return static_cast(offsetof(LuaEnv_t2152703515, ___rawL_2)); } inline intptr_t get_rawL_2() const { return ___rawL_2; } inline intptr_t* get_address_of_rawL_2() { return &___rawL_2; } inline void set_rawL_2(intptr_t value) { ___rawL_2 = value; } inline static int32_t get_offset_of__G_3() { return static_cast(offsetof(LuaEnv_t2152703515, ____G_3)); } inline LuaTable_t1631611336 * get__G_3() const { return ____G_3; } inline LuaTable_t1631611336 ** get_address_of__G_3() { return &____G_3; } inline void set__G_3(LuaTable_t1631611336 * value) { ____G_3 = value; Il2CppCodeGenWriteBarrier((&____G_3), value); } inline static int32_t get_offset_of_translator_4() { return static_cast(offsetof(LuaEnv_t2152703515, ___translator_4)); } inline ObjectTranslator_t2020767555 * get_translator_4() const { return ___translator_4; } inline ObjectTranslator_t2020767555 ** get_address_of_translator_4() { return &___translator_4; } inline void set_translator_4(ObjectTranslator_t2020767555 * value) { ___translator_4 = value; Il2CppCodeGenWriteBarrier((&___translator_4), value); } inline static int32_t get_offset_of_errorFuncRef_5() { return static_cast(offsetof(LuaEnv_t2152703515, ___errorFuncRef_5)); } inline int32_t get_errorFuncRef_5() const { return ___errorFuncRef_5; } inline int32_t* get_address_of_errorFuncRef_5() { return &___errorFuncRef_5; } inline void set_errorFuncRef_5(int32_t value) { ___errorFuncRef_5 = value; } inline static int32_t get_offset_of_last_check_point_8() { return static_cast(offsetof(LuaEnv_t2152703515, ___last_check_point_8)); } inline int32_t get_last_check_point_8() const { return ___last_check_point_8; } inline int32_t* get_address_of_last_check_point_8() { return &___last_check_point_8; } inline void set_last_check_point_8(int32_t value) { ___last_check_point_8 = value; } inline static int32_t get_offset_of_max_check_per_tick_9() { return static_cast(offsetof(LuaEnv_t2152703515, ___max_check_per_tick_9)); } inline int32_t get_max_check_per_tick_9() const { return ___max_check_per_tick_9; } inline int32_t* get_address_of_max_check_per_tick_9() { return &___max_check_per_tick_9; } inline void set_max_check_per_tick_9(int32_t value) { ___max_check_per_tick_9 = value; } inline static int32_t get_offset_of_object_valid_checker_10() { return static_cast(offsetof(LuaEnv_t2152703515, ___object_valid_checker_10)); } inline Func_2_t3759279471 * get_object_valid_checker_10() const { return ___object_valid_checker_10; } inline Func_2_t3759279471 ** get_address_of_object_valid_checker_10() { return &___object_valid_checker_10; } inline void set_object_valid_checker_10(Func_2_t3759279471 * value) { ___object_valid_checker_10 = value; Il2CppCodeGenWriteBarrier((&___object_valid_checker_10), value); } inline static int32_t get_offset_of_disposed_11() { return static_cast(offsetof(LuaEnv_t2152703515, ___disposed_11)); } inline bool get_disposed_11() const { return ___disposed_11; } inline bool* get_address_of_disposed_11() { return &___disposed_11; } inline void set_disposed_11(bool value) { ___disposed_11 = value; } inline static int32_t get_offset_of_refQueue_12() { return static_cast(offsetof(LuaEnv_t2152703515, ___refQueue_12)); } inline Queue_1_t1426481692 * get_refQueue_12() const { return ___refQueue_12; } inline Queue_1_t1426481692 ** get_address_of_refQueue_12() { return &___refQueue_12; } inline void set_refQueue_12(Queue_1_t1426481692 * value) { ___refQueue_12 = value; Il2CppCodeGenWriteBarrier((&___refQueue_12), value); } inline static int32_t get_offset_of_init_xlua_13() { return static_cast(offsetof(LuaEnv_t2152703515, ___init_xlua_13)); } inline String_t* get_init_xlua_13() const { return ___init_xlua_13; } inline String_t** get_address_of_init_xlua_13() { return &___init_xlua_13; } inline void set_init_xlua_13(String_t* value) { ___init_xlua_13 = value; Il2CppCodeGenWriteBarrier((&___init_xlua_13), value); } inline static int32_t get_offset_of_customLoaders_14() { return static_cast(offsetof(LuaEnv_t2152703515, ___customLoaders_14)); } inline List_1_t1937904963 * get_customLoaders_14() const { return ___customLoaders_14; } inline List_1_t1937904963 ** get_address_of_customLoaders_14() { return &___customLoaders_14; } inline void set_customLoaders_14(List_1_t1937904963 * value) { ___customLoaders_14 = value; Il2CppCodeGenWriteBarrier((&___customLoaders_14), value); } inline static int32_t get_offset_of_buildin_initer_15() { return static_cast(offsetof(LuaEnv_t2152703515, ___buildin_initer_15)); } inline Dictionary_2_t668780358 * get_buildin_initer_15() const { return ___buildin_initer_15; } inline Dictionary_2_t668780358 ** get_address_of_buildin_initer_15() { return &___buildin_initer_15; } inline void set_buildin_initer_15(Dictionary_2_t668780358 * value) { ___buildin_initer_15 = value; Il2CppCodeGenWriteBarrier((&___buildin_initer_15), value); } }; struct LuaEnv_t2152703515_StaticFields { public: // System.Collections.Generic.List`1> XLua.LuaEnv::initers List_1_t1475235752 * ___initers_7; // XLua.LuaDLL.lua_CSFunction XLua.LuaEnv::<>f__mg$cache0 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache0_16; // XLua.LuaDLL.lua_CSFunction XLua.LuaEnv::<>f__mg$cache1 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache1_17; // XLua.LuaDLL.lua_CSFunction XLua.LuaEnv::<>f__mg$cache2 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache2_18; // XLua.LuaDLL.lua_CSFunction XLua.LuaEnv::<>f__mg$cache3 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache3_19; // XLua.LuaDLL.lua_CSFunction XLua.LuaEnv::<>f__mg$cache4 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache4_20; // XLua.LuaDLL.lua_CSFunction XLua.LuaEnv::<>f__mg$cache5 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache5_21; // XLua.LuaDLL.lua_CSFunction XLua.LuaEnv::<>f__mg$cache6 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache6_22; // XLua.LuaDLL.lua_CSFunction XLua.LuaEnv::<>f__mg$cache7 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache7_23; // XLua.LuaDLL.lua_CSFunction XLua.LuaEnv::<>f__mg$cache8 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache8_24; // XLua.LuaDLL.lua_CSFunction XLua.LuaEnv::<>f__mg$cache9 lua_CSFunction_t883524059 * ___U3CU3Ef__mgU24cache9_25; public: inline static int32_t get_offset_of_initers_7() { return static_cast(offsetof(LuaEnv_t2152703515_StaticFields, ___initers_7)); } inline List_1_t1475235752 * get_initers_7() const { return ___initers_7; } inline List_1_t1475235752 ** get_address_of_initers_7() { return &___initers_7; } inline void set_initers_7(List_1_t1475235752 * value) { ___initers_7 = value; Il2CppCodeGenWriteBarrier((&___initers_7), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_16() { return static_cast(offsetof(LuaEnv_t2152703515_StaticFields, ___U3CU3Ef__mgU24cache0_16)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache0_16() const { return ___U3CU3Ef__mgU24cache0_16; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache0_16() { return &___U3CU3Ef__mgU24cache0_16; } inline void set_U3CU3Ef__mgU24cache0_16(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache0_16 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_16), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache1_17() { return static_cast(offsetof(LuaEnv_t2152703515_StaticFields, ___U3CU3Ef__mgU24cache1_17)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache1_17() const { return ___U3CU3Ef__mgU24cache1_17; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache1_17() { return &___U3CU3Ef__mgU24cache1_17; } inline void set_U3CU3Ef__mgU24cache1_17(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache1_17 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache1_17), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache2_18() { return static_cast(offsetof(LuaEnv_t2152703515_StaticFields, ___U3CU3Ef__mgU24cache2_18)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache2_18() const { return ___U3CU3Ef__mgU24cache2_18; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache2_18() { return &___U3CU3Ef__mgU24cache2_18; } inline void set_U3CU3Ef__mgU24cache2_18(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache2_18 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache2_18), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache3_19() { return static_cast(offsetof(LuaEnv_t2152703515_StaticFields, ___U3CU3Ef__mgU24cache3_19)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache3_19() const { return ___U3CU3Ef__mgU24cache3_19; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache3_19() { return &___U3CU3Ef__mgU24cache3_19; } inline void set_U3CU3Ef__mgU24cache3_19(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache3_19 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache3_19), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache4_20() { return static_cast(offsetof(LuaEnv_t2152703515_StaticFields, ___U3CU3Ef__mgU24cache4_20)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache4_20() const { return ___U3CU3Ef__mgU24cache4_20; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache4_20() { return &___U3CU3Ef__mgU24cache4_20; } inline void set_U3CU3Ef__mgU24cache4_20(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache4_20 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache4_20), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache5_21() { return static_cast(offsetof(LuaEnv_t2152703515_StaticFields, ___U3CU3Ef__mgU24cache5_21)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache5_21() const { return ___U3CU3Ef__mgU24cache5_21; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache5_21() { return &___U3CU3Ef__mgU24cache5_21; } inline void set_U3CU3Ef__mgU24cache5_21(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache5_21 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache5_21), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache6_22() { return static_cast(offsetof(LuaEnv_t2152703515_StaticFields, ___U3CU3Ef__mgU24cache6_22)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache6_22() const { return ___U3CU3Ef__mgU24cache6_22; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache6_22() { return &___U3CU3Ef__mgU24cache6_22; } inline void set_U3CU3Ef__mgU24cache6_22(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache6_22 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache6_22), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache7_23() { return static_cast(offsetof(LuaEnv_t2152703515_StaticFields, ___U3CU3Ef__mgU24cache7_23)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache7_23() const { return ___U3CU3Ef__mgU24cache7_23; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache7_23() { return &___U3CU3Ef__mgU24cache7_23; } inline void set_U3CU3Ef__mgU24cache7_23(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache7_23 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache7_23), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache8_24() { return static_cast(offsetof(LuaEnv_t2152703515_StaticFields, ___U3CU3Ef__mgU24cache8_24)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache8_24() const { return ___U3CU3Ef__mgU24cache8_24; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache8_24() { return &___U3CU3Ef__mgU24cache8_24; } inline void set_U3CU3Ef__mgU24cache8_24(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache8_24 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache8_24), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache9_25() { return static_cast(offsetof(LuaEnv_t2152703515_StaticFields, ___U3CU3Ef__mgU24cache9_25)); } inline lua_CSFunction_t883524059 * get_U3CU3Ef__mgU24cache9_25() const { return ___U3CU3Ef__mgU24cache9_25; } inline lua_CSFunction_t883524059 ** get_address_of_U3CU3Ef__mgU24cache9_25() { return &___U3CU3Ef__mgU24cache9_25; } inline void set_U3CU3Ef__mgU24cache9_25(lua_CSFunction_t883524059 * value) { ___U3CU3Ef__mgU24cache9_25 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache9_25), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LUAENV_T2152703515_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 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 INTERNALGLOBALS_T381021467_H #define INTERNALGLOBALS_T381021467_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals struct InternalGlobals_t381021467 : public RuntimeObject { public: public: }; struct InternalGlobals_t381021467_StaticFields { public: // System.Byte[] XLua.InternalGlobals::strBuff ByteU5BU5D_t4116647657* ___strBuff_0; // XLua.InternalGlobals/TryArrayGet modreq(System.Runtime.CompilerServices.IsVolatile) XLua.InternalGlobals::genTryArrayGetPtr TryArrayGet_t1731576616 * ___genTryArrayGetPtr_1; // XLua.InternalGlobals/TryArraySet modreq(System.Runtime.CompilerServices.IsVolatile) XLua.InternalGlobals::genTryArraySetPtr TryArraySet_t1732363048 * ___genTryArraySetPtr_2; // XLua.ObjectTranslatorPool modreq(System.Runtime.CompilerServices.IsVolatile) XLua.InternalGlobals::objectTranslatorPool ObjectTranslatorPool_t158158286 * ___objectTranslatorPool_3; // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) XLua.InternalGlobals::LUA_REGISTRYINDEX int32_t ___LUA_REGISTRYINDEX_4; // System.Collections.Generic.Dictionary`2 modreq(System.Runtime.CompilerServices.IsVolatile) XLua.InternalGlobals::supportOp Dictionary_2_t1632706988 * ___supportOp_5; // System.Collections.Generic.Dictionary`2> modreq(System.Runtime.CompilerServices.IsVolatile) XLua.InternalGlobals::extensionMethodMap Dictionary_2_t3301826201 * ___extensionMethodMap_6; // XLua.LuaDLL.lua_CSFunction modreq(System.Runtime.CompilerServices.IsVolatile) XLua.InternalGlobals::LazyReflectionWrap lua_CSFunction_t883524059 * ___LazyReflectionWrap_7; // XLua.InternalGlobals/TryArrayGet XLua.InternalGlobals::<>f__mg$cache0 TryArrayGet_t1731576616 * ___U3CU3Ef__mgU24cache0_8; // XLua.InternalGlobals/TryArraySet XLua.InternalGlobals::<>f__mg$cache1 TryArraySet_t1732363048 * ___U3CU3Ef__mgU24cache1_9; public: inline static int32_t get_offset_of_strBuff_0() { return static_cast(offsetof(InternalGlobals_t381021467_StaticFields, ___strBuff_0)); } inline ByteU5BU5D_t4116647657* get_strBuff_0() const { return ___strBuff_0; } inline ByteU5BU5D_t4116647657** get_address_of_strBuff_0() { return &___strBuff_0; } inline void set_strBuff_0(ByteU5BU5D_t4116647657* value) { ___strBuff_0 = value; Il2CppCodeGenWriteBarrier((&___strBuff_0), value); } inline static int32_t get_offset_of_genTryArrayGetPtr_1() { return static_cast(offsetof(InternalGlobals_t381021467_StaticFields, ___genTryArrayGetPtr_1)); } inline TryArrayGet_t1731576616 * get_genTryArrayGetPtr_1() const { return ___genTryArrayGetPtr_1; } inline TryArrayGet_t1731576616 ** get_address_of_genTryArrayGetPtr_1() { return &___genTryArrayGetPtr_1; } inline void set_genTryArrayGetPtr_1(TryArrayGet_t1731576616 * value) { ___genTryArrayGetPtr_1 = value; Il2CppCodeGenWriteBarrier((&___genTryArrayGetPtr_1), value); } inline static int32_t get_offset_of_genTryArraySetPtr_2() { return static_cast(offsetof(InternalGlobals_t381021467_StaticFields, ___genTryArraySetPtr_2)); } inline TryArraySet_t1732363048 * get_genTryArraySetPtr_2() const { return ___genTryArraySetPtr_2; } inline TryArraySet_t1732363048 ** get_address_of_genTryArraySetPtr_2() { return &___genTryArraySetPtr_2; } inline void set_genTryArraySetPtr_2(TryArraySet_t1732363048 * value) { ___genTryArraySetPtr_2 = value; Il2CppCodeGenWriteBarrier((&___genTryArraySetPtr_2), value); } inline static int32_t get_offset_of_objectTranslatorPool_3() { return static_cast(offsetof(InternalGlobals_t381021467_StaticFields, ___objectTranslatorPool_3)); } inline ObjectTranslatorPool_t158158286 * get_objectTranslatorPool_3() const { return ___objectTranslatorPool_3; } inline ObjectTranslatorPool_t158158286 ** get_address_of_objectTranslatorPool_3() { return &___objectTranslatorPool_3; } inline void set_objectTranslatorPool_3(ObjectTranslatorPool_t158158286 * value) { ___objectTranslatorPool_3 = value; Il2CppCodeGenWriteBarrier((&___objectTranslatorPool_3), value); } inline static int32_t get_offset_of_LUA_REGISTRYINDEX_4() { return static_cast(offsetof(InternalGlobals_t381021467_StaticFields, ___LUA_REGISTRYINDEX_4)); } inline int32_t get_LUA_REGISTRYINDEX_4() const { return ___LUA_REGISTRYINDEX_4; } inline int32_t* get_address_of_LUA_REGISTRYINDEX_4() { return &___LUA_REGISTRYINDEX_4; } inline void set_LUA_REGISTRYINDEX_4(int32_t value) { ___LUA_REGISTRYINDEX_4 = value; } inline static int32_t get_offset_of_supportOp_5() { return static_cast(offsetof(InternalGlobals_t381021467_StaticFields, ___supportOp_5)); } inline Dictionary_2_t1632706988 * get_supportOp_5() const { return ___supportOp_5; } inline Dictionary_2_t1632706988 ** get_address_of_supportOp_5() { return &___supportOp_5; } inline void set_supportOp_5(Dictionary_2_t1632706988 * value) { ___supportOp_5 = value; Il2CppCodeGenWriteBarrier((&___supportOp_5), value); } inline static int32_t get_offset_of_extensionMethodMap_6() { return static_cast(offsetof(InternalGlobals_t381021467_StaticFields, ___extensionMethodMap_6)); } inline Dictionary_2_t3301826201 * get_extensionMethodMap_6() const { return ___extensionMethodMap_6; } inline Dictionary_2_t3301826201 ** get_address_of_extensionMethodMap_6() { return &___extensionMethodMap_6; } inline void set_extensionMethodMap_6(Dictionary_2_t3301826201 * value) { ___extensionMethodMap_6 = value; Il2CppCodeGenWriteBarrier((&___extensionMethodMap_6), value); } inline static int32_t get_offset_of_LazyReflectionWrap_7() { return static_cast(offsetof(InternalGlobals_t381021467_StaticFields, ___LazyReflectionWrap_7)); } inline lua_CSFunction_t883524059 * get_LazyReflectionWrap_7() const { return ___LazyReflectionWrap_7; } inline lua_CSFunction_t883524059 ** get_address_of_LazyReflectionWrap_7() { return &___LazyReflectionWrap_7; } inline void set_LazyReflectionWrap_7(lua_CSFunction_t883524059 * value) { ___LazyReflectionWrap_7 = value; Il2CppCodeGenWriteBarrier((&___LazyReflectionWrap_7), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_8() { return static_cast(offsetof(InternalGlobals_t381021467_StaticFields, ___U3CU3Ef__mgU24cache0_8)); } inline TryArrayGet_t1731576616 * get_U3CU3Ef__mgU24cache0_8() const { return ___U3CU3Ef__mgU24cache0_8; } inline TryArrayGet_t1731576616 ** get_address_of_U3CU3Ef__mgU24cache0_8() { return &___U3CU3Ef__mgU24cache0_8; } inline void set_U3CU3Ef__mgU24cache0_8(TryArrayGet_t1731576616 * value) { ___U3CU3Ef__mgU24cache0_8 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_8), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache1_9() { return static_cast(offsetof(InternalGlobals_t381021467_StaticFields, ___U3CU3Ef__mgU24cache1_9)); } inline TryArraySet_t1732363048 * get_U3CU3Ef__mgU24cache1_9() const { return ___U3CU3Ef__mgU24cache1_9; } inline TryArraySet_t1732363048 ** get_address_of_U3CU3Ef__mgU24cache1_9() { return &___U3CU3Ef__mgU24cache1_9; } inline void set_U3CU3Ef__mgU24cache1_9(TryArraySet_t1732363048 * value) { ___U3CU3Ef__mgU24cache1_9 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache1_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INTERNALGLOBALS_T381021467_H #ifndef OPTIMIZEFLAG_T2369007292_H #define OPTIMIZEFLAG_T2369007292_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.OptimizeFlag struct OptimizeFlag_t2369007292 { public: // System.Int32 XLua.OptimizeFlag::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(OptimizeFlag_t2369007292, ___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 // OPTIMIZEFLAG_T2369007292_H #ifndef OBJECTTRANSLATORPOOL_T158158286_H #define OBJECTTRANSLATORPOOL_T158158286_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslatorPool struct ObjectTranslatorPool_t158158286 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 XLua.ObjectTranslatorPool::translators Dictionary_2_t3851719731 * ___translators_0; // System.IntPtr XLua.ObjectTranslatorPool::lastPtr intptr_t ___lastPtr_1; // XLua.ObjectTranslator XLua.ObjectTranslatorPool::lastTranslator ObjectTranslator_t2020767555 * ___lastTranslator_2; public: inline static int32_t get_offset_of_translators_0() { return static_cast(offsetof(ObjectTranslatorPool_t158158286, ___translators_0)); } inline Dictionary_2_t3851719731 * get_translators_0() const { return ___translators_0; } inline Dictionary_2_t3851719731 ** get_address_of_translators_0() { return &___translators_0; } inline void set_translators_0(Dictionary_2_t3851719731 * value) { ___translators_0 = value; Il2CppCodeGenWriteBarrier((&___translators_0), value); } inline static int32_t get_offset_of_lastPtr_1() { return static_cast(offsetof(ObjectTranslatorPool_t158158286, ___lastPtr_1)); } inline intptr_t get_lastPtr_1() const { return ___lastPtr_1; } inline intptr_t* get_address_of_lastPtr_1() { return &___lastPtr_1; } inline void set_lastPtr_1(intptr_t value) { ___lastPtr_1 = value; } inline static int32_t get_offset_of_lastTranslator_2() { return static_cast(offsetof(ObjectTranslatorPool_t158158286, ___lastTranslator_2)); } inline ObjectTranslator_t2020767555 * get_lastTranslator_2() const { return ___lastTranslator_2; } inline ObjectTranslator_t2020767555 ** get_address_of_lastTranslator_2() { return &___lastTranslator_2; } inline void set_lastTranslator_2(ObjectTranslator_t2020767555 * value) { ___lastTranslator_2 = value; Il2CppCodeGenWriteBarrier((&___lastTranslator_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // OBJECTTRANSLATORPOOL_T158158286_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 HOTFIXATTRIBUTE_T1092748519_H #define HOTFIXATTRIBUTE_T1092748519_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.HotfixAttribute struct HotfixAttribute_t1092748519 : public Attribute_t861562559 { public: // XLua.HotfixFlag XLua.HotfixAttribute::flag int32_t ___flag_0; public: inline static int32_t get_offset_of_flag_0() { return static_cast(offsetof(HotfixAttribute_t1092748519, ___flag_0)); } inline int32_t get_flag_0() const { return ___flag_0; } inline int32_t* get_address_of_flag_0() { return &___flag_0; } inline void set_flag_0(int32_t value) { ___flag_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HOTFIXATTRIBUTE_T1092748519_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 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 TWEENPARAMS_T4171191025_H #define TWEENPARAMS_T4171191025_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.TweenParams struct TweenParams_t4171191025 : public RuntimeObject { public: // System.Object DG.Tweening.TweenParams::id RuntimeObject * ___id_1; // System.Object DG.Tweening.TweenParams::target RuntimeObject * ___target_2; // DG.Tweening.UpdateType DG.Tweening.TweenParams::updateType int32_t ___updateType_3; // System.Boolean DG.Tweening.TweenParams::isIndependentUpdate bool ___isIndependentUpdate_4; // DG.Tweening.TweenCallback DG.Tweening.TweenParams::onStart TweenCallback_t3727756325 * ___onStart_5; // DG.Tweening.TweenCallback DG.Tweening.TweenParams::onPlay TweenCallback_t3727756325 * ___onPlay_6; // DG.Tweening.TweenCallback DG.Tweening.TweenParams::onRewind TweenCallback_t3727756325 * ___onRewind_7; // DG.Tweening.TweenCallback DG.Tweening.TweenParams::onUpdate TweenCallback_t3727756325 * ___onUpdate_8; // DG.Tweening.TweenCallback DG.Tweening.TweenParams::onStepComplete TweenCallback_t3727756325 * ___onStepComplete_9; // DG.Tweening.TweenCallback DG.Tweening.TweenParams::onComplete TweenCallback_t3727756325 * ___onComplete_10; // DG.Tweening.TweenCallback DG.Tweening.TweenParams::onKill TweenCallback_t3727756325 * ___onKill_11; // DG.Tweening.TweenCallback`1 DG.Tweening.TweenParams::onWaypointChange TweenCallback_1_t3009965658 * ___onWaypointChange_12; // System.Boolean DG.Tweening.TweenParams::isRecyclable bool ___isRecyclable_13; // System.Boolean DG.Tweening.TweenParams::isSpeedBased bool ___isSpeedBased_14; // System.Boolean DG.Tweening.TweenParams::autoKill bool ___autoKill_15; // System.Int32 DG.Tweening.TweenParams::loops int32_t ___loops_16; // DG.Tweening.LoopType DG.Tweening.TweenParams::loopType int32_t ___loopType_17; // System.Single DG.Tweening.TweenParams::delay float ___delay_18; // System.Boolean DG.Tweening.TweenParams::isRelative bool ___isRelative_19; // DG.Tweening.Ease DG.Tweening.TweenParams::easeType int32_t ___easeType_20; // DG.Tweening.EaseFunction DG.Tweening.TweenParams::customEase EaseFunction_t3531141372 * ___customEase_21; // System.Single DG.Tweening.TweenParams::easeOvershootOrAmplitude float ___easeOvershootOrAmplitude_22; // System.Single DG.Tweening.TweenParams::easePeriod float ___easePeriod_23; public: inline static int32_t get_offset_of_id_1() { return static_cast(offsetof(TweenParams_t4171191025, ___id_1)); } inline RuntimeObject * get_id_1() const { return ___id_1; } inline RuntimeObject ** get_address_of_id_1() { return &___id_1; } inline void set_id_1(RuntimeObject * value) { ___id_1 = value; Il2CppCodeGenWriteBarrier((&___id_1), value); } inline static int32_t get_offset_of_target_2() { return static_cast(offsetof(TweenParams_t4171191025, ___target_2)); } inline RuntimeObject * get_target_2() const { return ___target_2; } inline RuntimeObject ** get_address_of_target_2() { return &___target_2; } inline void set_target_2(RuntimeObject * value) { ___target_2 = value; Il2CppCodeGenWriteBarrier((&___target_2), value); } inline static int32_t get_offset_of_updateType_3() { return static_cast(offsetof(TweenParams_t4171191025, ___updateType_3)); } inline int32_t get_updateType_3() const { return ___updateType_3; } inline int32_t* get_address_of_updateType_3() { return &___updateType_3; } inline void set_updateType_3(int32_t value) { ___updateType_3 = value; } inline static int32_t get_offset_of_isIndependentUpdate_4() { return static_cast(offsetof(TweenParams_t4171191025, ___isIndependentUpdate_4)); } inline bool get_isIndependentUpdate_4() const { return ___isIndependentUpdate_4; } inline bool* get_address_of_isIndependentUpdate_4() { return &___isIndependentUpdate_4; } inline void set_isIndependentUpdate_4(bool value) { ___isIndependentUpdate_4 = value; } inline static int32_t get_offset_of_onStart_5() { return static_cast(offsetof(TweenParams_t4171191025, ___onStart_5)); } inline TweenCallback_t3727756325 * get_onStart_5() const { return ___onStart_5; } inline TweenCallback_t3727756325 ** get_address_of_onStart_5() { return &___onStart_5; } inline void set_onStart_5(TweenCallback_t3727756325 * value) { ___onStart_5 = value; Il2CppCodeGenWriteBarrier((&___onStart_5), value); } inline static int32_t get_offset_of_onPlay_6() { return static_cast(offsetof(TweenParams_t4171191025, ___onPlay_6)); } inline TweenCallback_t3727756325 * get_onPlay_6() const { return ___onPlay_6; } inline TweenCallback_t3727756325 ** get_address_of_onPlay_6() { return &___onPlay_6; } inline void set_onPlay_6(TweenCallback_t3727756325 * value) { ___onPlay_6 = value; Il2CppCodeGenWriteBarrier((&___onPlay_6), value); } inline static int32_t get_offset_of_onRewind_7() { return static_cast(offsetof(TweenParams_t4171191025, ___onRewind_7)); } inline TweenCallback_t3727756325 * get_onRewind_7() const { return ___onRewind_7; } inline TweenCallback_t3727756325 ** get_address_of_onRewind_7() { return &___onRewind_7; } inline void set_onRewind_7(TweenCallback_t3727756325 * value) { ___onRewind_7 = value; Il2CppCodeGenWriteBarrier((&___onRewind_7), value); } inline static int32_t get_offset_of_onUpdate_8() { return static_cast(offsetof(TweenParams_t4171191025, ___onUpdate_8)); } inline TweenCallback_t3727756325 * get_onUpdate_8() const { return ___onUpdate_8; } inline TweenCallback_t3727756325 ** get_address_of_onUpdate_8() { return &___onUpdate_8; } inline void set_onUpdate_8(TweenCallback_t3727756325 * value) { ___onUpdate_8 = value; Il2CppCodeGenWriteBarrier((&___onUpdate_8), value); } inline static int32_t get_offset_of_onStepComplete_9() { return static_cast(offsetof(TweenParams_t4171191025, ___onStepComplete_9)); } inline TweenCallback_t3727756325 * get_onStepComplete_9() const { return ___onStepComplete_9; } inline TweenCallback_t3727756325 ** get_address_of_onStepComplete_9() { return &___onStepComplete_9; } inline void set_onStepComplete_9(TweenCallback_t3727756325 * value) { ___onStepComplete_9 = value; Il2CppCodeGenWriteBarrier((&___onStepComplete_9), value); } inline static int32_t get_offset_of_onComplete_10() { return static_cast(offsetof(TweenParams_t4171191025, ___onComplete_10)); } inline TweenCallback_t3727756325 * get_onComplete_10() const { return ___onComplete_10; } inline TweenCallback_t3727756325 ** get_address_of_onComplete_10() { return &___onComplete_10; } inline void set_onComplete_10(TweenCallback_t3727756325 * value) { ___onComplete_10 = value; Il2CppCodeGenWriteBarrier((&___onComplete_10), value); } inline static int32_t get_offset_of_onKill_11() { return static_cast(offsetof(TweenParams_t4171191025, ___onKill_11)); } inline TweenCallback_t3727756325 * get_onKill_11() const { return ___onKill_11; } inline TweenCallback_t3727756325 ** get_address_of_onKill_11() { return &___onKill_11; } inline void set_onKill_11(TweenCallback_t3727756325 * value) { ___onKill_11 = value; Il2CppCodeGenWriteBarrier((&___onKill_11), value); } inline static int32_t get_offset_of_onWaypointChange_12() { return static_cast(offsetof(TweenParams_t4171191025, ___onWaypointChange_12)); } inline TweenCallback_1_t3009965658 * get_onWaypointChange_12() const { return ___onWaypointChange_12; } inline TweenCallback_1_t3009965658 ** get_address_of_onWaypointChange_12() { return &___onWaypointChange_12; } inline void set_onWaypointChange_12(TweenCallback_1_t3009965658 * value) { ___onWaypointChange_12 = value; Il2CppCodeGenWriteBarrier((&___onWaypointChange_12), value); } inline static int32_t get_offset_of_isRecyclable_13() { return static_cast(offsetof(TweenParams_t4171191025, ___isRecyclable_13)); } inline bool get_isRecyclable_13() const { return ___isRecyclable_13; } inline bool* get_address_of_isRecyclable_13() { return &___isRecyclable_13; } inline void set_isRecyclable_13(bool value) { ___isRecyclable_13 = value; } inline static int32_t get_offset_of_isSpeedBased_14() { return static_cast(offsetof(TweenParams_t4171191025, ___isSpeedBased_14)); } inline bool get_isSpeedBased_14() const { return ___isSpeedBased_14; } inline bool* get_address_of_isSpeedBased_14() { return &___isSpeedBased_14; } inline void set_isSpeedBased_14(bool value) { ___isSpeedBased_14 = value; } inline static int32_t get_offset_of_autoKill_15() { return static_cast(offsetof(TweenParams_t4171191025, ___autoKill_15)); } inline bool get_autoKill_15() const { return ___autoKill_15; } inline bool* get_address_of_autoKill_15() { return &___autoKill_15; } inline void set_autoKill_15(bool value) { ___autoKill_15 = value; } inline static int32_t get_offset_of_loops_16() { return static_cast(offsetof(TweenParams_t4171191025, ___loops_16)); } inline int32_t get_loops_16() const { return ___loops_16; } inline int32_t* get_address_of_loops_16() { return &___loops_16; } inline void set_loops_16(int32_t value) { ___loops_16 = value; } inline static int32_t get_offset_of_loopType_17() { return static_cast(offsetof(TweenParams_t4171191025, ___loopType_17)); } inline int32_t get_loopType_17() const { return ___loopType_17; } inline int32_t* get_address_of_loopType_17() { return &___loopType_17; } inline void set_loopType_17(int32_t value) { ___loopType_17 = value; } inline static int32_t get_offset_of_delay_18() { return static_cast(offsetof(TweenParams_t4171191025, ___delay_18)); } inline float get_delay_18() const { return ___delay_18; } inline float* get_address_of_delay_18() { return &___delay_18; } inline void set_delay_18(float value) { ___delay_18 = value; } inline static int32_t get_offset_of_isRelative_19() { return static_cast(offsetof(TweenParams_t4171191025, ___isRelative_19)); } inline bool get_isRelative_19() const { return ___isRelative_19; } inline bool* get_address_of_isRelative_19() { return &___isRelative_19; } inline void set_isRelative_19(bool value) { ___isRelative_19 = value; } inline static int32_t get_offset_of_easeType_20() { return static_cast(offsetof(TweenParams_t4171191025, ___easeType_20)); } inline int32_t get_easeType_20() const { return ___easeType_20; } inline int32_t* get_address_of_easeType_20() { return &___easeType_20; } inline void set_easeType_20(int32_t value) { ___easeType_20 = value; } inline static int32_t get_offset_of_customEase_21() { return static_cast(offsetof(TweenParams_t4171191025, ___customEase_21)); } inline EaseFunction_t3531141372 * get_customEase_21() const { return ___customEase_21; } inline EaseFunction_t3531141372 ** get_address_of_customEase_21() { return &___customEase_21; } inline void set_customEase_21(EaseFunction_t3531141372 * value) { ___customEase_21 = value; Il2CppCodeGenWriteBarrier((&___customEase_21), value); } inline static int32_t get_offset_of_easeOvershootOrAmplitude_22() { return static_cast(offsetof(TweenParams_t4171191025, ___easeOvershootOrAmplitude_22)); } inline float get_easeOvershootOrAmplitude_22() const { return ___easeOvershootOrAmplitude_22; } inline float* get_address_of_easeOvershootOrAmplitude_22() { return &___easeOvershootOrAmplitude_22; } inline void set_easeOvershootOrAmplitude_22(float value) { ___easeOvershootOrAmplitude_22 = value; } inline static int32_t get_offset_of_easePeriod_23() { return static_cast(offsetof(TweenParams_t4171191025, ___easePeriod_23)); } inline float get_easePeriod_23() const { return ___easePeriod_23; } inline float* get_address_of_easePeriod_23() { return &___easePeriod_23; } inline void set_easePeriod_23(float value) { ___easePeriod_23 = value; } }; struct TweenParams_t4171191025_StaticFields { public: // DG.Tweening.TweenParams DG.Tweening.TweenParams::Params TweenParams_t4171191025 * ___Params_0; public: inline static int32_t get_offset_of_Params_0() { return static_cast(offsetof(TweenParams_t4171191025_StaticFields, ___Params_0)); } inline TweenParams_t4171191025 * get_Params_0() const { return ___Params_0; } inline TweenParams_t4171191025 ** get_address_of_Params_0() { return &___Params_0; } inline void set_Params_0(TweenParams_t4171191025 * value) { ___Params_0 = value; Il2CppCodeGenWriteBarrier((&___Params_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TWEENPARAMS_T4171191025_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 MATERIAL_T340375123_H #define MATERIAL_T340375123_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Material struct Material_t340375123 : public Object_t631007953 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MATERIAL_T340375123_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 TEXTASSET_T3022178571_H #define TEXTASSET_T3022178571_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.TextAsset struct TextAsset_t3022178571 : public Object_t631007953 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TEXTASSET_T3022178571_H #ifndef GCOPTIMIZEATTRIBUTE_T1482179628_H #define GCOPTIMIZEATTRIBUTE_T1482179628_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.GCOptimizeAttribute struct GCOptimizeAttribute_t1482179628 : public Attribute_t861562559 { public: // XLua.OptimizeFlag XLua.GCOptimizeAttribute::flag int32_t ___flag_0; public: inline static int32_t get_offset_of_flag_0() { return static_cast(offsetof(GCOptimizeAttribute_t1482179628, ___flag_0)); } inline int32_t get_flag_0() const { return ___flag_0; } inline int32_t* get_address_of_flag_0() { return &___flag_0; } inline void set_flag_0(int32_t value) { ___flag_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GCOPTIMIZEATTRIBUTE_T1482179628_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 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 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 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 NAVIGATION_T3049316579_H #define NAVIGATION_T3049316579_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.Navigation struct Navigation_t3049316579 { public: // UnityEngine.UI.Navigation/Mode UnityEngine.UI.Navigation::m_Mode int32_t ___m_Mode_0; // UnityEngine.UI.Selectable UnityEngine.UI.Navigation::m_SelectOnUp Selectable_t3250028441 * ___m_SelectOnUp_1; // UnityEngine.UI.Selectable UnityEngine.UI.Navigation::m_SelectOnDown Selectable_t3250028441 * ___m_SelectOnDown_2; // UnityEngine.UI.Selectable UnityEngine.UI.Navigation::m_SelectOnLeft Selectable_t3250028441 * ___m_SelectOnLeft_3; // UnityEngine.UI.Selectable UnityEngine.UI.Navigation::m_SelectOnRight Selectable_t3250028441 * ___m_SelectOnRight_4; public: inline static int32_t get_offset_of_m_Mode_0() { return static_cast(offsetof(Navigation_t3049316579, ___m_Mode_0)); } inline int32_t get_m_Mode_0() const { return ___m_Mode_0; } inline int32_t* get_address_of_m_Mode_0() { return &___m_Mode_0; } inline void set_m_Mode_0(int32_t value) { ___m_Mode_0 = value; } inline static int32_t get_offset_of_m_SelectOnUp_1() { return static_cast(offsetof(Navigation_t3049316579, ___m_SelectOnUp_1)); } inline Selectable_t3250028441 * get_m_SelectOnUp_1() const { return ___m_SelectOnUp_1; } inline Selectable_t3250028441 ** get_address_of_m_SelectOnUp_1() { return &___m_SelectOnUp_1; } inline void set_m_SelectOnUp_1(Selectable_t3250028441 * value) { ___m_SelectOnUp_1 = value; Il2CppCodeGenWriteBarrier((&___m_SelectOnUp_1), value); } inline static int32_t get_offset_of_m_SelectOnDown_2() { return static_cast(offsetof(Navigation_t3049316579, ___m_SelectOnDown_2)); } inline Selectable_t3250028441 * get_m_SelectOnDown_2() const { return ___m_SelectOnDown_2; } inline Selectable_t3250028441 ** get_address_of_m_SelectOnDown_2() { return &___m_SelectOnDown_2; } inline void set_m_SelectOnDown_2(Selectable_t3250028441 * value) { ___m_SelectOnDown_2 = value; Il2CppCodeGenWriteBarrier((&___m_SelectOnDown_2), value); } inline static int32_t get_offset_of_m_SelectOnLeft_3() { return static_cast(offsetof(Navigation_t3049316579, ___m_SelectOnLeft_3)); } inline Selectable_t3250028441 * get_m_SelectOnLeft_3() const { return ___m_SelectOnLeft_3; } inline Selectable_t3250028441 ** get_address_of_m_SelectOnLeft_3() { return &___m_SelectOnLeft_3; } inline void set_m_SelectOnLeft_3(Selectable_t3250028441 * value) { ___m_SelectOnLeft_3 = value; Il2CppCodeGenWriteBarrier((&___m_SelectOnLeft_3), value); } inline static int32_t get_offset_of_m_SelectOnRight_4() { return static_cast(offsetof(Navigation_t3049316579, ___m_SelectOnRight_4)); } inline Selectable_t3250028441 * get_m_SelectOnRight_4() const { return ___m_SelectOnRight_4; } inline Selectable_t3250028441 ** get_address_of_m_SelectOnRight_4() { return &___m_SelectOnRight_4; } inline void set_m_SelectOnRight_4(Selectable_t3250028441 * value) { ___m_SelectOnRight_4 = value; Il2CppCodeGenWriteBarrier((&___m_SelectOnRight_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.UI.Navigation struct Navigation_t3049316579_marshaled_pinvoke { int32_t ___m_Mode_0; Selectable_t3250028441 * ___m_SelectOnUp_1; Selectable_t3250028441 * ___m_SelectOnDown_2; Selectable_t3250028441 * ___m_SelectOnLeft_3; Selectable_t3250028441 * ___m_SelectOnRight_4; }; // Native definition for COM marshalling of UnityEngine.UI.Navigation struct Navigation_t3049316579_marshaled_com { int32_t ___m_Mode_0; Selectable_t3250028441 * ___m_SelectOnUp_1; Selectable_t3250028441 * ___m_SelectOnDown_2; Selectable_t3250028441 * ___m_SelectOnLeft_3; Selectable_t3250028441 * ___m_SelectOnRight_4; }; #endif // NAVIGATION_T3049316579_H #ifndef __GEN_DELEGATE161_T651669014_H #define __GEN_DELEGATE161_T651669014_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE161 struct __GEN_DELEGATE161_t651669014 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE161_T651669014_H #ifndef __GEN_DELEGATE160_T651603478_H #define __GEN_DELEGATE160_T651603478_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE160 struct __GEN_DELEGATE160_t651603478 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE160_T651603478_H #ifndef __GEN_DELEGATE159_T652193301_H #define __GEN_DELEGATE159_T652193301_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE159 struct __GEN_DELEGATE159_t652193301 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE159_T652193301_H #ifndef __GEN_DELEGATE158_T652127765_H #define __GEN_DELEGATE158_T652127765_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE158 struct __GEN_DELEGATE158_t652127765 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE158_T652127765_H #ifndef __GEN_DELEGATE157_T651800085_H #define __GEN_DELEGATE157_T651800085_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE157 struct __GEN_DELEGATE157_t651800085 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE157_T651800085_H #ifndef __GEN_DELEGATE148_T652127764_H #define __GEN_DELEGATE148_T652127764_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE148 struct __GEN_DELEGATE148_t652127764 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE148_T652127764_H #ifndef __GEN_DELEGATE149_T652193300_H #define __GEN_DELEGATE149_T652193300_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE149 struct __GEN_DELEGATE149_t652193300 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE149_T652193300_H #ifndef __GEN_DELEGATE150_T651603477_H #define __GEN_DELEGATE150_T651603477_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE150 struct __GEN_DELEGATE150_t651603477 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE150_T651603477_H #ifndef __GEN_DELEGATE151_T651669013_H #define __GEN_DELEGATE151_T651669013_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE151 struct __GEN_DELEGATE151_t651669013 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE151_T651669013_H #ifndef __GEN_DELEGATE152_T651472405_H #define __GEN_DELEGATE152_T651472405_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE152 struct __GEN_DELEGATE152_t651472405 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE152_T651472405_H #ifndef __GEN_DELEGATE2_T578334292_H #define __GEN_DELEGATE2_T578334292_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE2 struct __GEN_DELEGATE2_t578334292 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE2_T578334292_H #ifndef __GEN_DELEGATE153_T651537941_H #define __GEN_DELEGATE153_T651537941_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE153 struct __GEN_DELEGATE153_t651537941 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE153_T651537941_H #ifndef __GEN_DELEGATE154_T651865621_H #define __GEN_DELEGATE154_T651865621_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE154 struct __GEN_DELEGATE154_t651865621 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE154_T651865621_H #ifndef __GEN_DELEGATE155_T651931157_H #define __GEN_DELEGATE155_T651931157_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE155 struct __GEN_DELEGATE155_t651931157 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE155_T651931157_H #ifndef __GEN_DELEGATE156_T651734549_H #define __GEN_DELEGATE156_T651734549_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE156 struct __GEN_DELEGATE156_t651734549 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE156_T651734549_H #ifndef __GEN_DELEGATE162_T651472406_H #define __GEN_DELEGATE162_T651472406_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE162 struct __GEN_DELEGATE162_t651472406 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE162_T651472406_H #ifndef __GEN_DELEGATE176_T651734551_H #define __GEN_DELEGATE176_T651734551_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE176 struct __GEN_DELEGATE176_t651734551 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE176_T651734551_H #ifndef __GEN_DELEGATE177_T651800087_H #define __GEN_DELEGATE177_T651800087_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE177 struct __GEN_DELEGATE177_t651800087 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE177_T651800087_H #ifndef __GEN_DELEGATE178_T652127767_H #define __GEN_DELEGATE178_T652127767_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE178 struct __GEN_DELEGATE178_t652127767 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE178_T652127767_H #ifndef __GEN_DELEGATE179_T652193303_H #define __GEN_DELEGATE179_T652193303_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE179 struct __GEN_DELEGATE179_t652193303 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE179_T652193303_H #ifndef __GEN_DELEGATE181_T651669000_H #define __GEN_DELEGATE181_T651669000_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE181 struct __GEN_DELEGATE181_t651669000 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE181_T651669000_H #ifndef __GEN_DELEGATE183_T651537928_H #define __GEN_DELEGATE183_T651537928_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE183 struct __GEN_DELEGATE183_t651537928 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE183_T651537928_H #ifndef __GEN_DELEGATE185_T651931144_H #define __GEN_DELEGATE185_T651931144_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE185 struct __GEN_DELEGATE185_t651931144 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE185_T651931144_H #ifndef __GEN_DELEGATE187_T651800072_H #define __GEN_DELEGATE187_T651800072_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE187 struct __GEN_DELEGATE187_t651800072 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE187_T651800072_H #ifndef __GEN_DELEGATE189_T652193288_H #define __GEN_DELEGATE189_T652193288_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE189 struct __GEN_DELEGATE189_t652193288 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE189_T652193288_H #ifndef __GEN_DELEGATE191_T651669001_H #define __GEN_DELEGATE191_T651669001_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE191 struct __GEN_DELEGATE191_t651669001 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE191_T651669001_H #ifndef __GEN_DELEGATE175_T651931159_H #define __GEN_DELEGATE175_T651931159_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE175 struct __GEN_DELEGATE175_t651931159 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE175_T651931159_H #ifndef __GEN_DELEGATE163_T651537942_H #define __GEN_DELEGATE163_T651537942_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE163 struct __GEN_DELEGATE163_t651537942 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE163_T651537942_H #ifndef CALCNEW_T680260847_H #define CALCNEW_T680260847_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLuaTest.InvokeLua/CalcNew struct CalcNew_t680260847 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CALCNEW_T680260847_H #ifndef ACTION_2_T1290832230_H #define ACTION_2_T1290832230_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t1290832230 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T1290832230_H #ifndef ACTION_2_T3560029198_H #define ACTION_2_T3560029198_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t3560029198 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T3560029198_H #ifndef __GEN_DELEGATE164_T651865622_H #define __GEN_DELEGATE164_T651865622_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE164 struct __GEN_DELEGATE164_t651865622 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE164_T651865622_H #ifndef __GEN_DELEGATE165_T651931158_H #define __GEN_DELEGATE165_T651931158_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE165 struct __GEN_DELEGATE165_t651931158 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE165_T651931158_H #ifndef __GEN_DELEGATE166_T651734550_H #define __GEN_DELEGATE166_T651734550_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE166 struct __GEN_DELEGATE166_t651734550 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE166_T651734550_H #ifndef __GEN_DELEGATE167_T651800086_H #define __GEN_DELEGATE167_T651800086_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE167 struct __GEN_DELEGATE167_t651800086 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE167_T651800086_H #ifndef __GEN_DELEGATE173_T651537943_H #define __GEN_DELEGATE173_T651537943_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE173 struct __GEN_DELEGATE173_t651537943 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE173_T651537943_H #ifndef __GEN_DELEGATE174_T651865623_H #define __GEN_DELEGATE174_T651865623_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE174 struct __GEN_DELEGATE174_t651865623 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE174_T651865623_H #ifndef __GEN_DELEGATE147_T651800084_H #define __GEN_DELEGATE147_T651800084_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE147 struct __GEN_DELEGATE147_t651800084 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE147_T651800084_H #ifndef __GEN_DELEGATE277_T2990452247_H #define __GEN_DELEGATE277_T2990452247_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE277 struct __GEN_DELEGATE277_t2990452247 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE277_T2990452247_H #ifndef __GEN_DELEGATE278_T2990779927_H #define __GEN_DELEGATE278_T2990779927_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE278 struct __GEN_DELEGATE278_t2990779927 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE278_T2990779927_H #ifndef __GEN_DELEGATE279_T2990845463_H #define __GEN_DELEGATE279_T2990845463_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE279 struct __GEN_DELEGATE279_t2990845463 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE279_T2990845463_H #ifndef __GEN_DELEGATE280_T2990255624_H #define __GEN_DELEGATE280_T2990255624_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE280 struct __GEN_DELEGATE280_t2990255624 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE280_T2990255624_H #ifndef __GEN_DELEGATE281_T2990321160_H #define __GEN_DELEGATE281_T2990321160_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE281 struct __GEN_DELEGATE281_t2990321160 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE281_T2990321160_H #ifndef __GEN_DELEGATE282_T2990124552_H #define __GEN_DELEGATE282_T2990124552_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE282 struct __GEN_DELEGATE282_t2990124552 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE282_T2990124552_H #ifndef __GEN_DELEGATE283_T2990190088_H #define __GEN_DELEGATE283_T2990190088_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE283 struct __GEN_DELEGATE283_t2990190088 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE283_T2990190088_H #ifndef __GEN_DELEGATE284_T2990517768_H #define __GEN_DELEGATE284_T2990517768_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE284 struct __GEN_DELEGATE284_t2990517768 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE284_T2990517768_H #ifndef __GEN_DELEGATE285_T2990583304_H #define __GEN_DELEGATE285_T2990583304_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE285 struct __GEN_DELEGATE285_t2990583304 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE285_T2990583304_H #ifndef __GEN_DELEGATE286_T2990386696_H #define __GEN_DELEGATE286_T2990386696_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE286 struct __GEN_DELEGATE286_t2990386696 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE286_T2990386696_H #ifndef __GEN_DELEGATE274_T2990517783_H #define __GEN_DELEGATE274_T2990517783_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE274 struct __GEN_DELEGATE274_t2990517783 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE274_T2990517783_H #ifndef __GEN_DELEGATE264_T2990517782_H #define __GEN_DELEGATE264_T2990517782_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE264 struct __GEN_DELEGATE264_t2990517782 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE264_T2990517782_H #ifndef __GEN_DELEGATE265_T2990583318_H #define __GEN_DELEGATE265_T2990583318_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE265 struct __GEN_DELEGATE265_t2990583318 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE265_T2990583318_H #ifndef __GEN_DELEGATE266_T2990386710_H #define __GEN_DELEGATE266_T2990386710_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE266 struct __GEN_DELEGATE266_t2990386710 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE266_T2990386710_H #ifndef __GEN_DELEGATE267_T2990452246_H #define __GEN_DELEGATE267_T2990452246_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE267 struct __GEN_DELEGATE267_t2990452246 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE267_T2990452246_H #ifndef __GEN_DELEGATE268_T2990779926_H #define __GEN_DELEGATE268_T2990779926_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE268 struct __GEN_DELEGATE268_t2990779926 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE268_T2990779926_H #ifndef __GEN_DELEGATE269_T2990845462_H #define __GEN_DELEGATE269_T2990845462_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE269 struct __GEN_DELEGATE269_t2990845462 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE269_T2990845462_H #ifndef __GEN_DELEGATE270_T2990255639_H #define __GEN_DELEGATE270_T2990255639_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE270 struct __GEN_DELEGATE270_t2990255639 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE270_T2990255639_H #ifndef __GEN_DELEGATE271_T2990321175_H #define __GEN_DELEGATE271_T2990321175_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE271 struct __GEN_DELEGATE271_t2990321175 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE271_T2990321175_H #ifndef __GEN_DELEGATE272_T2990124567_H #define __GEN_DELEGATE272_T2990124567_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE272 struct __GEN_DELEGATE272_t2990124567 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE272_T2990124567_H #ifndef __GEN_DELEGATE273_T2990190103_H #define __GEN_DELEGATE273_T2990190103_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE273 struct __GEN_DELEGATE273_t2990190103 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE273_T2990190103_H #ifndef __GEN_DELEGATE287_T2990452232_H #define __GEN_DELEGATE287_T2990452232_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE287 struct __GEN_DELEGATE287_t2990452232 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE287_T2990452232_H #ifndef __GEN_DELEGATE139_T652193299_H #define __GEN_DELEGATE139_T652193299_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE139 struct __GEN_DELEGATE139_t652193299 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE139_T652193299_H #ifndef __GEN_DELEGATE140_T651603476_H #define __GEN_DELEGATE140_T651603476_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE140 struct __GEN_DELEGATE140_t651603476 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE140_T651603476_H #ifndef __GEN_DELEGATE141_T651669012_H #define __GEN_DELEGATE141_T651669012_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE141 struct __GEN_DELEGATE141_t651669012 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE141_T651669012_H #ifndef __GEN_DELEGATE142_T651472404_H #define __GEN_DELEGATE142_T651472404_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE142 struct __GEN_DELEGATE142_t651472404 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE142_T651472404_H #ifndef VECTOR3PARAM_T2925075643_H #define VECTOR3PARAM_T2925075643_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLuaTest.Vector3Param struct Vector3Param_t2925075643 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VECTOR3PARAM_T2925075643_H #ifndef __GEN_DELEGATE143_T651537940_H #define __GEN_DELEGATE143_T651537940_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE143 struct __GEN_DELEGATE143_t651537940 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE143_T651537940_H #ifndef INTPARAM_T1872826946_H #define INTPARAM_T1872826946_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLuaTest.IntParam struct IntParam_t1872826946 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INTPARAM_T1872826946_H #ifndef __GEN_DELEGATE144_T651865620_H #define __GEN_DELEGATE144_T651865620_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE144 struct __GEN_DELEGATE144_t651865620 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE144_T651865620_H #ifndef __GEN_DELEGATE145_T651931156_H #define __GEN_DELEGATE145_T651931156_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE145 struct __GEN_DELEGATE145_t651931156 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE145_T651931156_H #ifndef __GEN_DELEGATE146_T651734548_H #define __GEN_DELEGATE146_T651734548_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE146 struct __GEN_DELEGATE146_t651734548 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE146_T651734548_H #ifndef __GEN_DELEGATE138_T652127763_H #define __GEN_DELEGATE138_T652127763_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE138 struct __GEN_DELEGATE138_t652127763 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE138_T652127763_H #ifndef __GEN_DELEGATE288_T2990779912_H #define __GEN_DELEGATE288_T2990779912_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE288 struct __GEN_DELEGATE288_t2990779912 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE288_T2990779912_H #ifndef __GEN_DELEGATE289_T2990845448_H #define __GEN_DELEGATE289_T2990845448_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE289 struct __GEN_DELEGATE289_t2990845448 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE289_T2990845448_H #ifndef __GEN_DELEGATE290_T2990255625_H #define __GEN_DELEGATE290_T2990255625_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE290 struct __GEN_DELEGATE290_t2990255625 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE290_T2990255625_H #ifndef __GEN_DELEGATE291_T2990321161_H #define __GEN_DELEGATE291_T2990321161_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE291 struct __GEN_DELEGATE291_t2990321161 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE291_T2990321161_H #ifndef __GEN_DELEGATE133_T651537939_H #define __GEN_DELEGATE133_T651537939_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE133 struct __GEN_DELEGATE133_t651537939 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE133_T651537939_H #ifndef __GEN_DELEGATE134_T651865619_H #define __GEN_DELEGATE134_T651865619_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE134 struct __GEN_DELEGATE134_t651865619 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE134_T651865619_H #ifndef __GEN_DELEGATE275_T2990583319_H #define __GEN_DELEGATE275_T2990583319_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE275 struct __GEN_DELEGATE275_t2990583319 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE275_T2990583319_H #ifndef __GEN_DELEGATE276_T2990386711_H #define __GEN_DELEGATE276_T2990386711_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE276 struct __GEN_DELEGATE276_t2990386711 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE276_T2990386711_H #ifndef __GEN_DELEGATE135_T651931155_H #define __GEN_DELEGATE135_T651931155_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE135 struct __GEN_DELEGATE135_t651931155 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE135_T651931155_H #ifndef __GEN_DELEGATE136_T651734547_H #define __GEN_DELEGATE136_T651734547_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE136 struct __GEN_DELEGATE136_t651734547 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE136_T651734547_H #ifndef __GEN_DELEGATE137_T651800083_H #define __GEN_DELEGATE137_T651800083_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE137 struct __GEN_DELEGATE137_t651800083 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE137_T651800083_H #ifndef __GEN_DELEGATE193_T651537929_H #define __GEN_DELEGATE193_T651537929_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE193 struct __GEN_DELEGATE193_t651537929 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE193_T651537929_H #ifndef __GEN_DELEGATE235_T2990583315_H #define __GEN_DELEGATE235_T2990583315_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE235 struct __GEN_DELEGATE235_t2990583315 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE235_T2990583315_H #ifndef __GEN_DELEGATE305_T1034268176_H #define __GEN_DELEGATE305_T1034268176_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE305 struct __GEN_DELEGATE305_t1034268176 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE305_T1034268176_H #ifndef __GEN_DELEGATE306_T1034071568_H #define __GEN_DELEGATE306_T1034071568_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE306 struct __GEN_DELEGATE306_t1034071568 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE306_T1034071568_H #ifndef __GEN_DELEGATE307_T1034137104_H #define __GEN_DELEGATE307_T1034137104_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE307 struct __GEN_DELEGATE307_t1034137104 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE307_T1034137104_H #ifndef __GEN_DELEGATE236_T2990386707_H #define __GEN_DELEGATE236_T2990386707_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE236 struct __GEN_DELEGATE236_t2990386707 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE236_T2990386707_H #ifndef __GEN_DELEGATE308_T1034464784_H #define __GEN_DELEGATE308_T1034464784_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE308 struct __GEN_DELEGATE308_t1034464784 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE308_T1034464784_H #ifndef __GEN_DELEGATE237_T2990452243_H #define __GEN_DELEGATE237_T2990452243_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE237 struct __GEN_DELEGATE237_t2990452243 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE237_T2990452243_H #ifndef __GEN_DELEGATE238_T2990779923_H #define __GEN_DELEGATE238_T2990779923_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE238 struct __GEN_DELEGATE238_t2990779923 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE238_T2990779923_H #ifndef __GEN_DELEGATE239_T2990845459_H #define __GEN_DELEGATE239_T2990845459_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE239 struct __GEN_DELEGATE239_t2990845459 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE239_T2990845459_H #ifndef __GEN_DELEGATE242_T2990124564_H #define __GEN_DELEGATE242_T2990124564_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE242 struct __GEN_DELEGATE242_t2990124564 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE242_T2990124564_H #ifndef __GEN_DELEGATE234_T2990517779_H #define __GEN_DELEGATE234_T2990517779_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE234 struct __GEN_DELEGATE234_t2990517779 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE234_T2990517779_H #ifndef __GEN_DELEGATE224_T2990517778_H #define __GEN_DELEGATE224_T2990517778_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE224 struct __GEN_DELEGATE224_t2990517778 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE224_T2990517778_H #ifndef __GEN_DELEGATE225_T2990583314_H #define __GEN_DELEGATE225_T2990583314_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE225 struct __GEN_DELEGATE225_t2990583314 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE225_T2990583314_H #ifndef __GEN_DELEGATE226_T2990386706_H #define __GEN_DELEGATE226_T2990386706_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE226 struct __GEN_DELEGATE226_t2990386706 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE226_T2990386706_H #ifndef __GEN_DELEGATE227_T2990452242_H #define __GEN_DELEGATE227_T2990452242_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE227 struct __GEN_DELEGATE227_t2990452242 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE227_T2990452242_H #ifndef __GEN_DELEGATE228_T2990779922_H #define __GEN_DELEGATE228_T2990779922_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE228 struct __GEN_DELEGATE228_t2990779922 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE228_T2990779922_H #ifndef __GEN_DELEGATE229_T2990845458_H #define __GEN_DELEGATE229_T2990845458_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE229 struct __GEN_DELEGATE229_t2990845458 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE229_T2990845458_H #ifndef __GEN_DELEGATE230_T2990255635_H #define __GEN_DELEGATE230_T2990255635_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE230 struct __GEN_DELEGATE230_t2990255635 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE230_T2990255635_H #ifndef __GEN_DELEGATE231_T2990321171_H #define __GEN_DELEGATE231_T2990321171_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE231 struct __GEN_DELEGATE231_t2990321171 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE231_T2990321171_H #ifndef __GEN_DELEGATE232_T2990124563_H #define __GEN_DELEGATE232_T2990124563_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE232 struct __GEN_DELEGATE232_t2990124563 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE232_T2990124563_H #ifndef __GEN_DELEGATE233_T2990190099_H #define __GEN_DELEGATE233_T2990190099_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE233 struct __GEN_DELEGATE233_t2990190099 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE233_T2990190099_H #ifndef __GEN_DELEGATE309_T1034530320_H #define __GEN_DELEGATE309_T1034530320_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE309 struct __GEN_DELEGATE309_t1034530320 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE309_T1034530320_H #ifndef FUNC_3_T1810338832_H #define FUNC_3_T1810338832_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_t1810338832 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FUNC_3_T1810338832_H #ifndef UNITYACTION_T3245792599_H #define UNITYACTION_T3245792599_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Events.UnityAction struct UnityAction_t3245792599 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYACTION_T3245792599_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 ACTION_T1264377477_H #define ACTION_T1264377477_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action struct Action_t1264377477 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_T1264377477_H #ifndef ACTION_2_T304146730_H #define ACTION_2_T304146730_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t304146730 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T304146730_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 RENDERER_T2627027031_H #define RENDERER_T2627027031_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Renderer struct Renderer_t2627027031 : public Component_t1923634451 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RENDERER_T2627027031_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 LUA_CSFUNCTION_T883524059_H #define LUA_CSFUNCTION_T883524059_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.LuaDLL.lua_CSFunction struct lua_CSFunction_t883524059 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LUA_CSFUNCTION_T883524059_H #ifndef EVENTHANDLER_1_T2907339746_H #define EVENTHANDLER_1_T2907339746_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.EventHandler`1 struct EventHandler_1_t2907339746 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EVENTHANDLER_1_T2907339746_H #ifndef ACTION_1_T2019918284_H #define ACTION_1_T2019918284_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`1 struct Action_1_t2019918284 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T2019918284_H #ifndef __GEN_DELEGATE310_T1033940497_H #define __GEN_DELEGATE310_T1033940497_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE310 struct __GEN_DELEGATE310_t1033940497 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE310_T1033940497_H #ifndef __GEN_DELEGATE311_T1034006033_H #define __GEN_DELEGATE311_T1034006033_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE311 struct __GEN_DELEGATE311_t1034006033 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE311_T1034006033_H #ifndef __GEN_DELEGATE314_T1034202641_H #define __GEN_DELEGATE314_T1034202641_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE314 struct __GEN_DELEGATE314_t1034202641 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE314_T1034202641_H #ifndef ACTION_1_T4289115252_H #define ACTION_1_T4289115252_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`1 struct Action_1_t4289115252 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T4289115252_H #ifndef ACTION_2_T4177122770_H #define ACTION_2_T4177122770_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`2 struct Action_2_t4177122770 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T4177122770_H #ifndef __GEN_DELEGATE243_T2990190100_H #define __GEN_DELEGATE243_T2990190100_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE243 struct __GEN_DELEGATE243_t2990190100 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE243_T2990190100_H #ifndef UNITYACTION_1_T3535781894_H #define UNITYACTION_1_T3535781894_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Events.UnityAction`1 struct UnityAction_1_t3535781894 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYACTION_1_T3535781894_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 ACTION_1_T3123413348_H #define ACTION_1_T3123413348_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`1 struct Action_1_t3123413348 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T3123413348_H #ifndef ACTION_1_T767132958_H #define ACTION_1_T767132958_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`1 struct Action_1_t767132958 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T767132958_H #ifndef __GEN_DELEGATE223_T2990190098_H #define __GEN_DELEGATE223_T2990190098_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE223 struct __GEN_DELEGATE223_t2990190098 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE223_T2990190098_H #ifndef __GEN_DELEGATE293_T2990190089_H #define __GEN_DELEGATE293_T2990190089_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE293 struct __GEN_DELEGATE293_t2990190089 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE293_T2990190089_H #ifndef __GEN_DELEGATE294_T2990517769_H #define __GEN_DELEGATE294_T2990517769_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE294 struct __GEN_DELEGATE294_t2990517769 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE294_T2990517769_H #ifndef __GEN_DELEGATE312_T1033809425_H #define __GEN_DELEGATE312_T1033809425_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE312 struct __GEN_DELEGATE312_t1033809425 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE312_T1033809425_H #ifndef __GEN_DELEGATE206_T2990386704_H #define __GEN_DELEGATE206_T2990386704_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE206 struct __GEN_DELEGATE206_t2990386704 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE206_T2990386704_H #ifndef __GEN_DELEGATE207_T2990452240_H #define __GEN_DELEGATE207_T2990452240_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE207 struct __GEN_DELEGATE207_t2990452240 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE207_T2990452240_H #ifndef __GEN_DELEGATE208_T2990779920_H #define __GEN_DELEGATE208_T2990779920_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE208 struct __GEN_DELEGATE208_t2990779920 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE208_T2990779920_H #ifndef ACTION_1_T1569734369_H #define ACTION_1_T1569734369_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`1 struct Action_1_t1569734369 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T1569734369_H #ifndef __GEN_DELEGATE209_T2990845456_H #define __GEN_DELEGATE209_T2990845456_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE209 struct __GEN_DELEGATE209_t2990845456 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE209_T2990845456_H #ifndef __GEN_DELEGATE241_T2990321172_H #define __GEN_DELEGATE241_T2990321172_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE241 struct __GEN_DELEGATE241_t2990321172 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE241_T2990321172_H #ifndef __GEN_DELEGATE295_T2990583305_H #define __GEN_DELEGATE295_T2990583305_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE295 struct __GEN_DELEGATE295_t2990583305 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE295_T2990583305_H #ifndef __GEN_DELEGATE240_T2990255636_H #define __GEN_DELEGATE240_T2990255636_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE240 struct __GEN_DELEGATE240_t2990255636 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE240_T2990255636_H #ifndef __GEN_DELEGATE195_T651931145_H #define __GEN_DELEGATE195_T651931145_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE195 struct __GEN_DELEGATE195_t651931145 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE195_T651931145_H #ifndef __GEN_DELEGATE197_T651800073_H #define __GEN_DELEGATE197_T651800073_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE197 struct __GEN_DELEGATE197_t651800073 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE197_T651800073_H #ifndef __GEN_DELEGATE199_T652193289_H #define __GEN_DELEGATE199_T652193289_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE199 struct __GEN_DELEGATE199_t652193289 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE199_T652193289_H #ifndef __GEN_DELEGATE201_T2990321168_H #define __GEN_DELEGATE201_T2990321168_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE201 struct __GEN_DELEGATE201_t2990321168 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE201_T2990321168_H #ifndef UNITYACTION_1_T12182309_H #define UNITYACTION_1_T12182309_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Events.UnityAction`1 struct UnityAction_1_t12182309 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYACTION_1_T12182309_H #ifndef CANVASGROUP_T4083511760_H #define CANVASGROUP_T4083511760_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.CanvasGroup struct CanvasGroup_t4083511760 : public Component_t1923634451 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CANVASGROUP_T4083511760_H #ifndef __GEN_DELEGATE203_T2990190096_H #define __GEN_DELEGATE203_T2990190096_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE203 struct __GEN_DELEGATE203_t2990190096 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE203_T2990190096_H #ifndef __GEN_DELEGATE292_T2990124553_H #define __GEN_DELEGATE292_T2990124553_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE292 struct __GEN_DELEGATE292_t2990124553 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE292_T2990124553_H #ifndef __GEN_DELEGATE204_T2990517776_H #define __GEN_DELEGATE204_T2990517776_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE204 struct __GEN_DELEGATE204_t2990517776 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE204_T2990517776_H #ifndef __GEN_DELEGATE205_T2990583312_H #define __GEN_DELEGATE205_T2990583312_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE205 struct __GEN_DELEGATE205_t2990583312 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE205_T2990583312_H #ifndef __GEN_DELEGATE296_T2990386697_H #define __GEN_DELEGATE296_T2990386697_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE296 struct __GEN_DELEGATE296_t2990386697 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE296_T2990386697_H #ifndef __GEN_DELEGATE302_T1033809424_H #define __GEN_DELEGATE302_T1033809424_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE302 struct __GEN_DELEGATE302_t1033809424 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE302_T1033809424_H #ifndef __GEN_DELEGATE303_T1033874960_H #define __GEN_DELEGATE303_T1033874960_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE303 struct __GEN_DELEGATE303_t1033874960 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE303_T1033874960_H #ifndef __GEN_DELEGATE304_T1034202640_H #define __GEN_DELEGATE304_T1034202640_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE304 struct __GEN_DELEGATE304_t1034202640 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE304_T1034202640_H #ifndef __GEN_DELEGATE216_T2990386705_H #define __GEN_DELEGATE216_T2990386705_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE216 struct __GEN_DELEGATE216_t2990386705 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE216_T2990386705_H #ifndef __GEN_DELEGATE217_T2990452241_H #define __GEN_DELEGATE217_T2990452241_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE217 struct __GEN_DELEGATE217_t2990452241 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE217_T2990452241_H #ifndef __GEN_DELEGATE218_T2990779921_H #define __GEN_DELEGATE218_T2990779921_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE218 struct __GEN_DELEGATE218_t2990779921 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE218_T2990779921_H #ifndef __GEN_DELEGATE219_T2990845457_H #define __GEN_DELEGATE219_T2990845457_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE219 struct __GEN_DELEGATE219_t2990845457 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE219_T2990845457_H #ifndef __GEN_DELEGATE220_T2990255634_H #define __GEN_DELEGATE220_T2990255634_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE220 struct __GEN_DELEGATE220_t2990255634 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE220_T2990255634_H #ifndef __GEN_DELEGATE221_T2990321170_H #define __GEN_DELEGATE221_T2990321170_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE221 struct __GEN_DELEGATE221_t2990321170 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE221_T2990321170_H #ifndef __GEN_DELEGATE222_T2990124562_H #define __GEN_DELEGATE222_T2990124562_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE222 struct __GEN_DELEGATE222_t2990124562 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE222_T2990124562_H #ifndef __GEN_DELEGATE215_T2990583313_H #define __GEN_DELEGATE215_T2990583313_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE215 struct __GEN_DELEGATE215_t2990583313 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE215_T2990583313_H #ifndef __GEN_DELEGATE297_T2990452233_H #define __GEN_DELEGATE297_T2990452233_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE297 struct __GEN_DELEGATE297_t2990452233 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE297_T2990452233_H #ifndef __GEN_DELEGATE298_T2990779913_H #define __GEN_DELEGATE298_T2990779913_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE298 struct __GEN_DELEGATE298_t2990779913 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE298_T2990779913_H #ifndef __GEN_DELEGATE313_T1033874961_H #define __GEN_DELEGATE313_T1033874961_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE313 struct __GEN_DELEGATE313_t1033874961 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE313_T1033874961_H #ifndef __GEN_DELEGATE210_T2990255633_H #define __GEN_DELEGATE210_T2990255633_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE210 struct __GEN_DELEGATE210_t2990255633 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE210_T2990255633_H #ifndef __GEN_DELEGATE211_T2990321169_H #define __GEN_DELEGATE211_T2990321169_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE211 struct __GEN_DELEGATE211_t2990321169 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE211_T2990321169_H #ifndef __GEN_DELEGATE212_T2990124561_H #define __GEN_DELEGATE212_T2990124561_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE212 struct __GEN_DELEGATE212_t2990124561 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE212_T2990124561_H #ifndef __GEN_DELEGATE299_T2990845449_H #define __GEN_DELEGATE299_T2990845449_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE299 struct __GEN_DELEGATE299_t2990845449 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE299_T2990845449_H #ifndef __GEN_DELEGATE300_T1033940496_H #define __GEN_DELEGATE300_T1033940496_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE300 struct __GEN_DELEGATE300_t1033940496 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE300_T1033940496_H #ifndef __GEN_DELEGATE301_T1034006032_H #define __GEN_DELEGATE301_T1034006032_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE301 struct __GEN_DELEGATE301_t1034006032 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE301_T1034006032_H #ifndef __GEN_DELEGATE213_T2990190097_H #define __GEN_DELEGATE213_T2990190097_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE213 struct __GEN_DELEGATE213_t2990190097 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE213_T2990190097_H #ifndef __GEN_DELEGATE214_T2990517777_H #define __GEN_DELEGATE214_T2990517777_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE214 struct __GEN_DELEGATE214_t2990517777 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE214_T2990517777_H #ifndef __GEN_DELEGATE263_T2990190102_H #define __GEN_DELEGATE263_T2990190102_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE263 struct __GEN_DELEGATE263_t2990190102 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE263_T2990190102_H #ifndef __GEN_DELEGATE57_T4185042455_H #define __GEN_DELEGATE57_T4185042455_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE57 struct __GEN_DELEGATE57_t4185042455 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE57_T4185042455_H #ifndef __GEN_DELEGATE58_T4185042440_H #define __GEN_DELEGATE58_T4185042440_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE58 struct __GEN_DELEGATE58_t4185042440 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE58_T4185042440_H #ifndef __GEN_DELEGATE59_T4185042441_H #define __GEN_DELEGATE59_T4185042441_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE59 struct __GEN_DELEGATE59_t4185042441 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE59_T4185042441_H #ifndef __GEN_DELEGATE60_T2228727312_H #define __GEN_DELEGATE60_T2228727312_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE60 struct __GEN_DELEGATE60_t2228727312 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE60_T2228727312_H #ifndef __GEN_DELEGATE61_T2228727313_H #define __GEN_DELEGATE61_T2228727313_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE61 struct __GEN_DELEGATE61_t2228727313 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE61_T2228727313_H #ifndef __GEN_DELEGATE62_T2228727314_H #define __GEN_DELEGATE62_T2228727314_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE62 struct __GEN_DELEGATE62_t2228727314 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE62_T2228727314_H #ifndef __GEN_DELEGATE63_T2228727315_H #define __GEN_DELEGATE63_T2228727315_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE63 struct __GEN_DELEGATE63_t2228727315 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE63_T2228727315_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 __GEN_DELEGATE64_T2228727316_H #define __GEN_DELEGATE64_T2228727316_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE64 struct __GEN_DELEGATE64_t2228727316 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE64_T2228727316_H #ifndef __GEN_DELEGATE65_T2228727317_H #define __GEN_DELEGATE65_T2228727317_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE65 struct __GEN_DELEGATE65_t2228727317 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE65_T2228727317_H #ifndef __GEN_DELEGATE66_T2228727318_H #define __GEN_DELEGATE66_T2228727318_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE66 struct __GEN_DELEGATE66_t2228727318 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE66_T2228727318_H #ifndef __GEN_DELEGATE56_T4185042454_H #define __GEN_DELEGATE56_T4185042454_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE56 struct __GEN_DELEGATE56_t4185042454 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE56_T4185042454_H #ifndef __GEN_DELEGATE46_T1846390294_H #define __GEN_DELEGATE46_T1846390294_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE46 struct __GEN_DELEGATE46_t1846390294 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE46_T1846390294_H #ifndef __GEN_DELEGATE47_T1846390295_H #define __GEN_DELEGATE47_T1846390295_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE47 struct __GEN_DELEGATE47_t1846390295 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE47_T1846390295_H #ifndef __GEN_DELEGATE48_T1846390280_H #define __GEN_DELEGATE48_T1846390280_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE48 struct __GEN_DELEGATE48_t1846390280 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE48_T1846390280_H #ifndef __GEN_DELEGATE49_T1846390281_H #define __GEN_DELEGATE49_T1846390281_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE49 struct __GEN_DELEGATE49_t1846390281 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE49_T1846390281_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 __GEN_DELEGATE50_T4185042448_H #define __GEN_DELEGATE50_T4185042448_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE50 struct __GEN_DELEGATE50_t4185042448 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE50_T4185042448_H #ifndef __GEN_DELEGATE51_T4185042449_H #define __GEN_DELEGATE51_T4185042449_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE51 struct __GEN_DELEGATE51_t4185042449 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE51_T4185042449_H #ifndef __GEN_DELEGATE52_T4185042450_H #define __GEN_DELEGATE52_T4185042450_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE52 struct __GEN_DELEGATE52_t4185042450 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE52_T4185042450_H #ifndef __GEN_DELEGATE53_T4185042451_H #define __GEN_DELEGATE53_T4185042451_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE53 struct __GEN_DELEGATE53_t4185042451 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE53_T4185042451_H #ifndef __GEN_DELEGATE54_T4185042452_H #define __GEN_DELEGATE54_T4185042452_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE54 struct __GEN_DELEGATE54_t4185042452 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE54_T4185042452_H #ifndef __GEN_DELEGATE55_T4185042453_H #define __GEN_DELEGATE55_T4185042453_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE55 struct __GEN_DELEGATE55_t4185042453 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE55_T4185042453_H #ifndef __GEN_DELEGATE80_T1081716240_H #define __GEN_DELEGATE80_T1081716240_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE80 struct __GEN_DELEGATE80_t1081716240 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE80_T1081716240_H #ifndef __GEN_DELEGATE74_T272412180_H #define __GEN_DELEGATE74_T272412180_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE74 struct __GEN_DELEGATE74_t272412180 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE74_T272412180_H #ifndef __GEN_DELEGATE75_T272412181_H #define __GEN_DELEGATE75_T272412181_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE75 struct __GEN_DELEGATE75_t272412181 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE75_T272412181_H #ifndef __GEN_DELEGATE76_T272412182_H #define __GEN_DELEGATE76_T272412182_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE76 struct __GEN_DELEGATE76_t272412182 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE76_T272412182_H #ifndef __GEN_DELEGATE77_T272412183_H #define __GEN_DELEGATE77_T272412183_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE77 struct __GEN_DELEGATE77_t272412183 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE77_T272412183_H #ifndef __GEN_DELEGATE116_T651734545_H #define __GEN_DELEGATE116_T651734545_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE116 struct __GEN_DELEGATE116_t651734545 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE116_T651734545_H #ifndef __GEN_DELEGATE78_T272412168_H #define __GEN_DELEGATE78_T272412168_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE78 struct __GEN_DELEGATE78_t272412168 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE78_T272412168_H #ifndef __GEN_DELEGATE93_T3420368403_H #define __GEN_DELEGATE93_T3420368403_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE93 struct __GEN_DELEGATE93_t3420368403 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE93_T3420368403_H #ifndef __GEN_DELEGATE244_T2990517780_H #define __GEN_DELEGATE244_T2990517780_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE244 struct __GEN_DELEGATE244_t2990517780 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE244_T2990517780_H #ifndef __GEN_DELEGATE251_T2990321173_H #define __GEN_DELEGATE251_T2990321173_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE251 struct __GEN_DELEGATE251_t2990321173 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE251_T2990321173_H #ifndef __GEN_DELEGATE79_T272412169_H #define __GEN_DELEGATE79_T272412169_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE79 struct __GEN_DELEGATE79_t272412169 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE79_T272412169_H #ifndef __GEN_DELEGATE88_T1081716232_H #define __GEN_DELEGATE88_T1081716232_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE88 struct __GEN_DELEGATE88_t1081716232 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE88_T1081716232_H #ifndef __GEN_DELEGATE73_T272412179_H #define __GEN_DELEGATE73_T272412179_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE73 struct __GEN_DELEGATE73_t272412179 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE73_T272412179_H #ifndef __GEN_DELEGATE81_T1081716241_H #define __GEN_DELEGATE81_T1081716241_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE81 struct __GEN_DELEGATE81_t1081716241 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE81_T1081716241_H #ifndef __GEN_DELEGATE82_T1081716242_H #define __GEN_DELEGATE82_T1081716242_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE82 struct __GEN_DELEGATE82_t1081716242 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE82_T1081716242_H #ifndef __GEN_DELEGATE83_T1081716243_H #define __GEN_DELEGATE83_T1081716243_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE83 struct __GEN_DELEGATE83_t1081716243 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE83_T1081716243_H #ifndef __GEN_DELEGATE84_T1081716244_H #define __GEN_DELEGATE84_T1081716244_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE84 struct __GEN_DELEGATE84_t1081716244 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE84_T1081716244_H #ifndef __GEN_DELEGATE168_T652127766_H #define __GEN_DELEGATE168_T652127766_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE168 struct __GEN_DELEGATE168_t652127766 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE168_T652127766_H #ifndef __GEN_DELEGATE67_T2228727319_H #define __GEN_DELEGATE67_T2228727319_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE67 struct __GEN_DELEGATE67_t2228727319 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE67_T2228727319_H #ifndef __GEN_DELEGATE68_T2228727304_H #define __GEN_DELEGATE68_T2228727304_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE68 struct __GEN_DELEGATE68_t2228727304 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE68_T2228727304_H #ifndef __GEN_DELEGATE69_T2228727305_H #define __GEN_DELEGATE69_T2228727305_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE69 struct __GEN_DELEGATE69_t2228727305 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE69_T2228727305_H #ifndef __GEN_DELEGATE70_T272412176_H #define __GEN_DELEGATE70_T272412176_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE70 struct __GEN_DELEGATE70_t272412176 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE70_T272412176_H #ifndef __GEN_DELEGATE71_T272412177_H #define __GEN_DELEGATE71_T272412177_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE71 struct __GEN_DELEGATE71_t272412177 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE71_T272412177_H #ifndef __GEN_DELEGATE72_T272412178_H #define __GEN_DELEGATE72_T272412178_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE72 struct __GEN_DELEGATE72_t272412178 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE72_T272412178_H #ifndef __GEN_DELEGATE45_T1846390293_H #define __GEN_DELEGATE45_T1846390293_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE45 struct __GEN_DELEGATE45_t1846390293 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE45_T1846390293_H #ifndef __GEN_DELEGATE1_T2534649428_H #define __GEN_DELEGATE1_T2534649428_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE1 struct __GEN_DELEGATE1_t2534649428 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE1_T2534649428_H #ifndef __GEN_DELEGATE15_T654749205_H #define __GEN_DELEGATE15_T654749205_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE15 struct __GEN_DELEGATE15_t654749205 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE15_T654749205_H #ifndef __GEN_DELEGATE16_T654749206_H #define __GEN_DELEGATE16_T654749206_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE16 struct __GEN_DELEGATE16_t654749206 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE16_T654749206_H #ifndef __GEN_DELEGATE17_T654749207_H #define __GEN_DELEGATE17_T654749207_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE17 struct __GEN_DELEGATE17_t654749207 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE17_T654749207_H #ifndef __GEN_DELEGATE18_T654749192_H #define __GEN_DELEGATE18_T654749192_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE18 struct __GEN_DELEGATE18_t654749192 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE18_T654749192_H #ifndef __GEN_DELEGATE19_T654749193_H #define __GEN_DELEGATE19_T654749193_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE19 struct __GEN_DELEGATE19_t654749193 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE19_T654749193_H #ifndef __GEN_DELEGATE0_T195997268_H #define __GEN_DELEGATE0_T195997268_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE0 struct __GEN_DELEGATE0_t195997268 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE0_T195997268_H #ifndef __GEN_DELEGATE20_T2993401360_H #define __GEN_DELEGATE20_T2993401360_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE20 struct __GEN_DELEGATE20_t2993401360 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE20_T2993401360_H #ifndef __GEN_DELEGATE21_T2993401361_H #define __GEN_DELEGATE21_T2993401361_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE21 struct __GEN_DELEGATE21_t2993401361 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE21_T2993401361_H #ifndef __GEN_DELEGATE22_T2993401362_H #define __GEN_DELEGATE22_T2993401362_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE22 struct __GEN_DELEGATE22_t2993401362 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE22_T2993401362_H #ifndef __GEN_DELEGATE23_T2993401363_H #define __GEN_DELEGATE23_T2993401363_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE23 struct __GEN_DELEGATE23_t2993401363 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE23_T2993401363_H #ifndef __GEN_DELEGATE14_T654749204_H #define __GEN_DELEGATE14_T654749204_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE14 struct __GEN_DELEGATE14_t654749204 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE14_T654749204_H #ifndef __GEN_DELEGATE3_T2916986452_H #define __GEN_DELEGATE3_T2916986452_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE3 struct __GEN_DELEGATE3_t2916986452 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE3_T2916986452_H #ifndef __GEN_DELEGATE4_T3726290516_H #define __GEN_DELEGATE4_T3726290516_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE4 struct __GEN_DELEGATE4_t3726290516 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE4_T3726290516_H #ifndef __GEN_DELEGATE5_T1769975380_H #define __GEN_DELEGATE5_T1769975380_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE5 struct __GEN_DELEGATE5_t1769975380 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE5_T1769975380_H #ifndef __GEN_DELEGATE6_T4108627540_H #define __GEN_DELEGATE6_T4108627540_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE6 struct __GEN_DELEGATE6_t4108627540 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE6_T4108627540_H #ifndef __GEN_DELEGATE7_T2152312404_H #define __GEN_DELEGATE7_T2152312404_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE7 struct __GEN_DELEGATE7_t2152312404 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE7_T2152312404_H #ifndef __GEN_DELEGATE8_T2961616468_H #define __GEN_DELEGATE8_T2961616468_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE8 struct __GEN_DELEGATE8_t2961616468 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE8_T2961616468_H #ifndef __GEN_DELEGATE9_T1005301332_H #define __GEN_DELEGATE9_T1005301332_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE9 struct __GEN_DELEGATE9_t1005301332 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE9_T1005301332_H #ifndef __GEN_DELEGATE10_T654749200_H #define __GEN_DELEGATE10_T654749200_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE10 struct __GEN_DELEGATE10_t654749200 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE10_T654749200_H #ifndef __GEN_DELEGATE11_T654749201_H #define __GEN_DELEGATE11_T654749201_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE11 struct __GEN_DELEGATE11_t654749201 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE11_T654749201_H #ifndef __GEN_DELEGATE12_T654749202_H #define __GEN_DELEGATE12_T654749202_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE12 struct __GEN_DELEGATE12_t654749202 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE12_T654749202_H #ifndef __GEN_DELEGATE13_T654749203_H #define __GEN_DELEGATE13_T654749203_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE13 struct __GEN_DELEGATE13_t654749203 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE13_T654749203_H #ifndef __GEN_DELEGATE24_T2993401364_H #define __GEN_DELEGATE24_T2993401364_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE24 struct __GEN_DELEGATE24_t2993401364 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE24_T2993401364_H #ifndef __GEN_DELEGATE36_T1037086230_H #define __GEN_DELEGATE36_T1037086230_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE36 struct __GEN_DELEGATE36_t1037086230 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE36_T1037086230_H #ifndef __GEN_DELEGATE37_T1037086231_H #define __GEN_DELEGATE37_T1037086231_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE37 struct __GEN_DELEGATE37_t1037086231 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE37_T1037086231_H #ifndef __GEN_DELEGATE38_T1037086216_H #define __GEN_DELEGATE38_T1037086216_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE38 struct __GEN_DELEGATE38_t1037086216 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE38_T1037086216_H #ifndef __GEN_DELEGATE39_T1037086217_H #define __GEN_DELEGATE39_T1037086217_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE39 struct __GEN_DELEGATE39_t1037086217 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE39_T1037086217_H #ifndef __GEN_DELEGATE40_T1846390288_H #define __GEN_DELEGATE40_T1846390288_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE40 struct __GEN_DELEGATE40_t1846390288 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE40_T1846390288_H #ifndef __GEN_DELEGATE41_T1846390289_H #define __GEN_DELEGATE41_T1846390289_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE41 struct __GEN_DELEGATE41_t1846390289 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE41_T1846390289_H #ifndef TRYARRAYSET_T1732363048_H #define TRYARRAYSET_T1732363048_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/TryArraySet struct TryArraySet_t1732363048 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TRYARRAYSET_T1732363048_H #ifndef __GEN_DELEGATE42_T1846390290_H #define __GEN_DELEGATE42_T1846390290_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE42 struct __GEN_DELEGATE42_t1846390290 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE42_T1846390290_H #ifndef __GEN_DELEGATE43_T1846390291_H #define __GEN_DELEGATE43_T1846390291_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE43 struct __GEN_DELEGATE43_t1846390291 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE43_T1846390291_H #ifndef __GEN_DELEGATE44_T1846390292_H #define __GEN_DELEGATE44_T1846390292_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE44 struct __GEN_DELEGATE44_t1846390292 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE44_T1846390292_H #ifndef TRYARRAYGET_T1731576616_H #define TRYARRAYGET_T1731576616_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/TryArrayGet struct TryArrayGet_t1731576616 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TRYARRAYGET_T1731576616_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 __GEN_DELEGATE25_T2993401365_H #define __GEN_DELEGATE25_T2993401365_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE25 struct __GEN_DELEGATE25_t2993401365 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE25_T2993401365_H #ifndef __GEN_DELEGATE26_T2993401366_H #define __GEN_DELEGATE26_T2993401366_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE26 struct __GEN_DELEGATE26_t2993401366 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE26_T2993401366_H #ifndef __GEN_DELEGATE27_T2993401367_H #define __GEN_DELEGATE27_T2993401367_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE27 struct __GEN_DELEGATE27_t2993401367 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE27_T2993401367_H #ifndef __GEN_DELEGATE28_T2993401352_H #define __GEN_DELEGATE28_T2993401352_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE28 struct __GEN_DELEGATE28_t2993401352 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE28_T2993401352_H #ifndef __GEN_DELEGATE29_T2993401353_H #define __GEN_DELEGATE29_T2993401353_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE29 struct __GEN_DELEGATE29_t2993401353 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE29_T2993401353_H #ifndef __GEN_DELEGATE30_T1037086224_H #define __GEN_DELEGATE30_T1037086224_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE30 struct __GEN_DELEGATE30_t1037086224 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE30_T1037086224_H #ifndef __GEN_DELEGATE31_T1037086225_H #define __GEN_DELEGATE31_T1037086225_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE31 struct __GEN_DELEGATE31_t1037086225 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE31_T1037086225_H #ifndef __GEN_DELEGATE32_T1037086226_H #define __GEN_DELEGATE32_T1037086226_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE32 struct __GEN_DELEGATE32_t1037086226 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE32_T1037086226_H #ifndef __GEN_DELEGATE33_T1037086227_H #define __GEN_DELEGATE33_T1037086227_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE33 struct __GEN_DELEGATE33_t1037086227 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE33_T1037086227_H #ifndef __GEN_DELEGATE34_T1037086228_H #define __GEN_DELEGATE34_T1037086228_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE34 struct __GEN_DELEGATE34_t1037086228 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE34_T1037086228_H #ifndef __GEN_DELEGATE35_T1037086229_H #define __GEN_DELEGATE35_T1037086229_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE35 struct __GEN_DELEGATE35_t1037086229 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE35_T1037086229_H #ifndef __GEN_DELEGATE110_T651603473_H #define __GEN_DELEGATE110_T651603473_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE110 struct __GEN_DELEGATE110_t651603473 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE110_T651603473_H #ifndef __GEN_DELEGATE184_T651865608_H #define __GEN_DELEGATE184_T651865608_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE184 struct __GEN_DELEGATE184_t651865608 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE184_T651865608_H #ifndef __GEN_DELEGATE111_T651669009_H #define __GEN_DELEGATE111_T651669009_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE111 struct __GEN_DELEGATE111_t651669009 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE111_T651669009_H #ifndef __GEN_DELEGATE112_T651472401_H #define __GEN_DELEGATE112_T651472401_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE112 struct __GEN_DELEGATE112_t651472401 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE112_T651472401_H #ifndef __GEN_DELEGATE182_T651472392_H #define __GEN_DELEGATE182_T651472392_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE182 struct __GEN_DELEGATE182_t651472392 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE182_T651472392_H #ifndef __GEN_DELEGATE113_T651537937_H #define __GEN_DELEGATE113_T651537937_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE113 struct __GEN_DELEGATE113_t651537937 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE113_T651537937_H #ifndef __GEN_DELEGATE114_T651865617_H #define __GEN_DELEGATE114_T651865617_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE114 struct __GEN_DELEGATE114_t651865617 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE114_T651865617_H #ifndef __GEN_DELEGATE180_T651603464_H #define __GEN_DELEGATE180_T651603464_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE180 struct __GEN_DELEGATE180_t651603464 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE180_T651603464_H #ifndef __GEN_DELEGATE115_T651931153_H #define __GEN_DELEGATE115_T651931153_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE115 struct __GEN_DELEGATE115_t651931153 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE115_T651931153_H #ifndef ARRAYACCESS_T1010732446_H #define ARRAYACCESS_T1010732446_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLuaTest.ArrayAccess struct ArrayAccess_t1010732446 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARRAYACCESS_T1010732446_H #ifndef __GEN_DELEGATE109_T652193296_H #define __GEN_DELEGATE109_T652193296_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE109 struct __GEN_DELEGATE109_t652193296 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE109_T652193296_H #ifndef __GEN_DELEGATE258_T2990779925_H #define __GEN_DELEGATE258_T2990779925_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE258 struct __GEN_DELEGATE258_t2990779925 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE258_T2990779925_H #ifndef __GEN_DELEGATE259_T2990845461_H #define __GEN_DELEGATE259_T2990845461_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE259 struct __GEN_DELEGATE259_t2990845461 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE259_T2990845461_H #ifndef __GEN_DELEGATE260_T2990255638_H #define __GEN_DELEGATE260_T2990255638_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE260 struct __GEN_DELEGATE260_t2990255638 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE260_T2990255638_H #ifndef __GEN_DELEGATE103_T651537936_H #define __GEN_DELEGATE103_T651537936_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE103 struct __GEN_DELEGATE103_t651537936 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE103_T651537936_H #ifndef __GEN_DELEGATE104_T651865616_H #define __GEN_DELEGATE104_T651865616_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE104 struct __GEN_DELEGATE104_t651865616 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE104_T651865616_H #ifndef __GEN_DELEGATE105_T651931152_H #define __GEN_DELEGATE105_T651931152_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE105 struct __GEN_DELEGATE105_t651931152 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE105_T651931152_H #ifndef __GEN_DELEGATE106_T651734544_H #define __GEN_DELEGATE106_T651734544_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE106 struct __GEN_DELEGATE106_t651734544 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE106_T651734544_H #ifndef __GEN_DELEGATE107_T651800080_H #define __GEN_DELEGATE107_T651800080_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE107 struct __GEN_DELEGATE107_t651800080 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE107_T651800080_H #ifndef __GEN_DELEGATE108_T652127760_H #define __GEN_DELEGATE108_T652127760_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE108 struct __GEN_DELEGATE108_t652127760 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE108_T652127760_H #ifndef ACTION_1_T269755560_H #define ACTION_1_T269755560_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Action`1 struct Action_1_t269755560 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T269755560_H #ifndef __GEN_DELEGATE117_T651800081_H #define __GEN_DELEGATE117_T651800081_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE117 struct __GEN_DELEGATE117_t651800081 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE117_T651800081_H #ifndef ENUMPARAM_T1711860956_H #define ENUMPARAM_T1711860956_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLuaTest.EnumParam struct EnumParam_t1711860956 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMPARAM_T1711860956_H #ifndef __GEN_DELEGATE127_T651800082_H #define __GEN_DELEGATE127_T651800082_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE127 struct __GEN_DELEGATE127_t651800082 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE127_T651800082_H #ifndef __GEN_DELEGATE128_T652127762_H #define __GEN_DELEGATE128_T652127762_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE128 struct __GEN_DELEGATE128_t652127762 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE128_T652127762_H #ifndef __GEN_DELEGATE129_T652193298_H #define __GEN_DELEGATE129_T652193298_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE129 struct __GEN_DELEGATE129_t652193298 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE129_T652193298_H #ifndef __GEN_DELEGATE130_T651603475_H #define __GEN_DELEGATE130_T651603475_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE130 struct __GEN_DELEGATE130_t651603475 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE130_T651603475_H #ifndef CUSTOMVALUETYPEPARAM_T1524517362_H #define CUSTOMVALUETYPEPARAM_T1524517362_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLuaTest.CustomValueTypeParam struct CustomValueTypeParam_t1524517362 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CUSTOMVALUETYPEPARAM_T1524517362_H #ifndef __GEN_DELEGATE131_T651669011_H #define __GEN_DELEGATE131_T651669011_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE131 struct __GEN_DELEGATE131_t651669011 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE131_T651669011_H #ifndef __GEN_DELEGATE132_T651472403_H #define __GEN_DELEGATE132_T651472403_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE132 struct __GEN_DELEGATE132_t651472403 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE132_T651472403_H #ifndef __GEN_DELEGATE170_T651603479_H #define __GEN_DELEGATE170_T651603479_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE170 struct __GEN_DELEGATE170_t651603479 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE170_T651603479_H #ifndef __GEN_DELEGATE171_T651669015_H #define __GEN_DELEGATE171_T651669015_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE171 struct __GEN_DELEGATE171_t651669015 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE171_T651669015_H #ifndef __GEN_DELEGATE126_T651734546_H #define __GEN_DELEGATE126_T651734546_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE126 struct __GEN_DELEGATE126_t651734546 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE126_T651734546_H #ifndef __GEN_DELEGATE169_T652193302_H #define __GEN_DELEGATE169_T652193302_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE169 struct __GEN_DELEGATE169_t652193302 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE169_T652193302_H #ifndef DECIMALPARAM_T4056261327_H #define DECIMALPARAM_T4056261327_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLuaTest.DecimalParam struct DecimalParam_t4056261327 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DECIMALPARAM_T4056261327_H #ifndef __GEN_DELEGATE118_T652127761_H #define __GEN_DELEGATE118_T652127761_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE118 struct __GEN_DELEGATE118_t652127761 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE118_T652127761_H #ifndef __GEN_DELEGATE119_T652193297_H #define __GEN_DELEGATE119_T652193297_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE119 struct __GEN_DELEGATE119_t652193297 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE119_T652193297_H #ifndef __GEN_DELEGATE120_T651603474_H #define __GEN_DELEGATE120_T651603474_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE120 struct __GEN_DELEGATE120_t651603474 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE120_T651603474_H #ifndef __GEN_DELEGATE121_T651669010_H #define __GEN_DELEGATE121_T651669010_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE121 struct __GEN_DELEGATE121_t651669010 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE121_T651669010_H #ifndef __GEN_DELEGATE122_T651472402_H #define __GEN_DELEGATE122_T651472402_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE122 struct __GEN_DELEGATE122_t651472402 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE122_T651472402_H #ifndef __GEN_DELEGATE123_T651537938_H #define __GEN_DELEGATE123_T651537938_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE123 struct __GEN_DELEGATE123_t651537938 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE123_T651537938_H #ifndef __GEN_DELEGATE124_T651865618_H #define __GEN_DELEGATE124_T651865618_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE124 struct __GEN_DELEGATE124_t651865618 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE124_T651865618_H #ifndef __GEN_DELEGATE125_T651931154_H #define __GEN_DELEGATE125_T651931154_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE125 struct __GEN_DELEGATE125_t651931154 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE125_T651931154_H #ifndef __GEN_DELEGATE257_T2990452245_H #define __GEN_DELEGATE257_T2990452245_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE257 struct __GEN_DELEGATE257_t2990452245 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE257_T2990452245_H #ifndef __GEN_DELEGATE90_T3420368400_H #define __GEN_DELEGATE90_T3420368400_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE90 struct __GEN_DELEGATE90_t3420368400 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE90_T3420368400_H #ifndef __GEN_DELEGATE91_T3420368401_H #define __GEN_DELEGATE91_T3420368401_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE91 struct __GEN_DELEGATE91_t3420368401 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE91_T3420368401_H #ifndef __GEN_DELEGATE248_T2990779924_H #define __GEN_DELEGATE248_T2990779924_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE248 struct __GEN_DELEGATE248_t2990779924 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE248_T2990779924_H #ifndef __GEN_DELEGATE249_T2990845460_H #define __GEN_DELEGATE249_T2990845460_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE249 struct __GEN_DELEGATE249_t2990845460 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE249_T2990845460_H #ifndef __GEN_DELEGATE198_T652127753_H #define __GEN_DELEGATE198_T652127753_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE198 struct __GEN_DELEGATE198_t652127753 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE198_T652127753_H #ifndef __GEN_DELEGATE92_T3420368402_H #define __GEN_DELEGATE92_T3420368402_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE92 struct __GEN_DELEGATE92_t3420368402 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE92_T3420368402_H #ifndef __GEN_DELEGATE196_T651734537_H #define __GEN_DELEGATE196_T651734537_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE196 struct __GEN_DELEGATE196_t651734537 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE196_T651734537_H #ifndef __GEN_DELEGATE250_T2990255637_H #define __GEN_DELEGATE250_T2990255637_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE250 struct __GEN_DELEGATE250_t2990255637 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE250_T2990255637_H #ifndef __GEN_DELEGATE194_T651865609_H #define __GEN_DELEGATE194_T651865609_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE194 struct __GEN_DELEGATE194_t651865609 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE194_T651865609_H #ifndef __GEN_DELEGATE94_T3420368404_H #define __GEN_DELEGATE94_T3420368404_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE94 struct __GEN_DELEGATE94_t3420368404 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE94_T3420368404_H #ifndef __GEN_DELEGATE200_T2990255632_H #define __GEN_DELEGATE200_T2990255632_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE200 struct __GEN_DELEGATE200_t2990255632 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE200_T2990255632_H #ifndef __GEN_DELEGATE89_T1081716233_H #define __GEN_DELEGATE89_T1081716233_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE89 struct __GEN_DELEGATE89_t1081716233 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE89_T1081716233_H #ifndef __GEN_DELEGATE85_T1081716245_H #define __GEN_DELEGATE85_T1081716245_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE85 struct __GEN_DELEGATE85_t1081716245 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE85_T1081716245_H #ifndef __GEN_DELEGATE262_T2990124566_H #define __GEN_DELEGATE262_T2990124566_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE262 struct __GEN_DELEGATE262_t2990124566 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE262_T2990124566_H #ifndef __GEN_DELEGATE245_T2990583316_H #define __GEN_DELEGATE245_T2990583316_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE245 struct __GEN_DELEGATE245_t2990583316 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE245_T2990583316_H #ifndef __GEN_DELEGATE261_T2990321174_H #define __GEN_DELEGATE261_T2990321174_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE261 struct __GEN_DELEGATE261_t2990321174 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE261_T2990321174_H #ifndef __GEN_DELEGATE86_T1081716246_H #define __GEN_DELEGATE86_T1081716246_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE86 struct __GEN_DELEGATE86_t1081716246 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE86_T1081716246_H #ifndef __GEN_DELEGATE202_T2990124560_H #define __GEN_DELEGATE202_T2990124560_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE202 struct __GEN_DELEGATE202_t2990124560 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE202_T2990124560_H #ifndef __GEN_DELEGATE87_T1081716247_H #define __GEN_DELEGATE87_T1081716247_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE87 struct __GEN_DELEGATE87_t1081716247 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE87_T1081716247_H #ifndef __GEN_DELEGATE246_T2990386708_H #define __GEN_DELEGATE246_T2990386708_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE246 struct __GEN_DELEGATE246_t2990386708 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE246_T2990386708_H #ifndef __GEN_DELEGATE247_T2990452244_H #define __GEN_DELEGATE247_T2990452244_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE247 struct __GEN_DELEGATE247_t2990452244 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE247_T2990452244_H #ifndef __GEN_DELEGATE252_T2990124565_H #define __GEN_DELEGATE252_T2990124565_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE252 struct __GEN_DELEGATE252_t2990124565 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE252_T2990124565_H #ifndef __GEN_DELEGATE172_T651472407_H #define __GEN_DELEGATE172_T651472407_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE172 struct __GEN_DELEGATE172_t651472407 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE172_T651472407_H #ifndef __GEN_DELEGATE254_T2990517781_H #define __GEN_DELEGATE254_T2990517781_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE254 struct __GEN_DELEGATE254_t2990517781 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE254_T2990517781_H #ifndef __GEN_DELEGATE255_T2990583317_H #define __GEN_DELEGATE255_T2990583317_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE255 struct __GEN_DELEGATE255_t2990583317 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE255_T2990583317_H #ifndef __GEN_DELEGATE186_T651734536_H #define __GEN_DELEGATE186_T651734536_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE186 struct __GEN_DELEGATE186_t651734536 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE186_T651734536_H #ifndef __GEN_DELEGATE98_T3420368392_H #define __GEN_DELEGATE98_T3420368392_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE98 struct __GEN_DELEGATE98_t3420368392 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE98_T3420368392_H #ifndef __GEN_DELEGATE99_T3420368393_H #define __GEN_DELEGATE99_T3420368393_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE99 struct __GEN_DELEGATE99_t3420368393 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE99_T3420368393_H #ifndef __GEN_DELEGATE100_T651603472_H #define __GEN_DELEGATE100_T651603472_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE100 struct __GEN_DELEGATE100_t651603472 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE100_T651603472_H #ifndef __GEN_DELEGATE101_T651669008_H #define __GEN_DELEGATE101_T651669008_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE101 struct __GEN_DELEGATE101_t651669008 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE101_T651669008_H #ifndef __GEN_DELEGATE102_T651472400_H #define __GEN_DELEGATE102_T651472400_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE102 struct __GEN_DELEGATE102_t651472400 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE102_T651472400_H #ifndef __GEN_DELEGATE256_T2990386709_H #define __GEN_DELEGATE256_T2990386709_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE256 struct __GEN_DELEGATE256_t2990386709 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE256_T2990386709_H #ifndef __GEN_DELEGATE97_T3420368407_H #define __GEN_DELEGATE97_T3420368407_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE97 struct __GEN_DELEGATE97_t3420368407 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE97_T3420368407_H #ifndef __GEN_DELEGATE192_T651472393_H #define __GEN_DELEGATE192_T651472393_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE192 struct __GEN_DELEGATE192_t651472393 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE192_T651472393_H #ifndef __GEN_DELEGATE190_T651603465_H #define __GEN_DELEGATE190_T651603465_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE190 struct __GEN_DELEGATE190_t651603465 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE190_T651603465_H #ifndef __GEN_DELEGATE95_T3420368405_H #define __GEN_DELEGATE95_T3420368405_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE95 struct __GEN_DELEGATE95_t3420368405 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE95_T3420368405_H #ifndef __GEN_DELEGATE253_T2990190101_H #define __GEN_DELEGATE253_T2990190101_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE253 struct __GEN_DELEGATE253_t2990190101 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE253_T2990190101_H #ifndef __GEN_DELEGATE188_T652127752_H #define __GEN_DELEGATE188_T652127752_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE188 struct __GEN_DELEGATE188_t652127752 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE188_T652127752_H #ifndef __GEN_DELEGATE96_T3420368406_H #define __GEN_DELEGATE96_T3420368406_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.InternalGlobals/__GEN_DELEGATE96 struct __GEN_DELEGATE96_t3420368406 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // __GEN_DELEGATE96_T3420368406_H #ifndef LIGHT_T3756812086_H #define LIGHT_T3756812086_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Light struct Light_t3756812086 : public Behaviour_t1437897464 { public: // System.Int32 UnityEngine.Light::m_BakedIndex int32_t ___m_BakedIndex_2; public: inline static int32_t get_offset_of_m_BakedIndex_2() { return static_cast(offsetof(Light_t3756812086, ___m_BakedIndex_2)); } inline int32_t get_m_BakedIndex_2() const { return ___m_BakedIndex_2; } inline int32_t* get_address_of_m_BakedIndex_2() { return &___m_BakedIndex_2; } inline void set_m_BakedIndex_2(int32_t value) { ___m_BakedIndex_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIGHT_T3756812086_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 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 LINERENDERER_T3154350270_H #define LINERENDERER_T3154350270_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.LineRenderer struct LineRenderer_t3154350270 : public Renderer_t2627027031 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LINERENDERER_T3154350270_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 TRAILRENDERER_T1820797054_H #define TRAILRENDERER_T1820797054_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.TrailRenderer struct TrailRenderer_t1820797054 : public Renderer_t2627027031 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TRAILRENDERER_T1820797054_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 RECTTRANSFORM_T3704657025_H #define RECTTRANSFORM_T3704657025_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.RectTransform struct RectTransform_t3704657025 : public Transform_t3600365921 { public: public: }; struct RectTransform_t3704657025_StaticFields { public: // UnityEngine.RectTransform/ReapplyDrivenProperties UnityEngine.RectTransform::reapplyDrivenProperties ReapplyDrivenProperties_t1258266594 * ___reapplyDrivenProperties_2; public: inline static int32_t get_offset_of_reapplyDrivenProperties_2() { return static_cast(offsetof(RectTransform_t3704657025_StaticFields, ___reapplyDrivenProperties_2)); } inline ReapplyDrivenProperties_t1258266594 * get_reapplyDrivenProperties_2() const { return ___reapplyDrivenProperties_2; } inline ReapplyDrivenProperties_t1258266594 ** get_address_of_reapplyDrivenProperties_2() { return &___reapplyDrivenProperties_2; } inline void set_reapplyDrivenProperties_2(ReapplyDrivenProperties_t1258266594 * value) { ___reapplyDrivenProperties_2 = value; Il2CppCodeGenWriteBarrier((&___reapplyDrivenProperties_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RECTTRANSFORM_T3704657025_H #ifndef LUABEHAVIOUR_T310118987_H #define LUABEHAVIOUR_T310118987_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLuaTest.LuaBehaviour struct LuaBehaviour_t310118987 : public MonoBehaviour_t3962482529 { public: // UnityEngine.TextAsset XLuaTest.LuaBehaviour::luaScript TextAsset_t3022178571 * ___luaScript_2; // XLuaTest.Injection[] XLuaTest.LuaBehaviour::injections InjectionU5BU5D_t3549262654* ___injections_3; // System.Action XLuaTest.LuaBehaviour::luaStart Action_t1264377477 * ___luaStart_7; // System.Action XLuaTest.LuaBehaviour::luaUpdate Action_t1264377477 * ___luaUpdate_8; // System.Action XLuaTest.LuaBehaviour::luaOnDestroy Action_t1264377477 * ___luaOnDestroy_9; // XLua.LuaTable XLuaTest.LuaBehaviour::scriptEnv LuaTable_t1631611336 * ___scriptEnv_10; public: inline static int32_t get_offset_of_luaScript_2() { return static_cast(offsetof(LuaBehaviour_t310118987, ___luaScript_2)); } inline TextAsset_t3022178571 * get_luaScript_2() const { return ___luaScript_2; } inline TextAsset_t3022178571 ** get_address_of_luaScript_2() { return &___luaScript_2; } inline void set_luaScript_2(TextAsset_t3022178571 * value) { ___luaScript_2 = value; Il2CppCodeGenWriteBarrier((&___luaScript_2), value); } inline static int32_t get_offset_of_injections_3() { return static_cast(offsetof(LuaBehaviour_t310118987, ___injections_3)); } inline InjectionU5BU5D_t3549262654* get_injections_3() const { return ___injections_3; } inline InjectionU5BU5D_t3549262654** get_address_of_injections_3() { return &___injections_3; } inline void set_injections_3(InjectionU5BU5D_t3549262654* value) { ___injections_3 = value; Il2CppCodeGenWriteBarrier((&___injections_3), value); } inline static int32_t get_offset_of_luaStart_7() { return static_cast(offsetof(LuaBehaviour_t310118987, ___luaStart_7)); } inline Action_t1264377477 * get_luaStart_7() const { return ___luaStart_7; } inline Action_t1264377477 ** get_address_of_luaStart_7() { return &___luaStart_7; } inline void set_luaStart_7(Action_t1264377477 * value) { ___luaStart_7 = value; Il2CppCodeGenWriteBarrier((&___luaStart_7), value); } inline static int32_t get_offset_of_luaUpdate_8() { return static_cast(offsetof(LuaBehaviour_t310118987, ___luaUpdate_8)); } inline Action_t1264377477 * get_luaUpdate_8() const { return ___luaUpdate_8; } inline Action_t1264377477 ** get_address_of_luaUpdate_8() { return &___luaUpdate_8; } inline void set_luaUpdate_8(Action_t1264377477 * value) { ___luaUpdate_8 = value; Il2CppCodeGenWriteBarrier((&___luaUpdate_8), value); } inline static int32_t get_offset_of_luaOnDestroy_9() { return static_cast(offsetof(LuaBehaviour_t310118987, ___luaOnDestroy_9)); } inline Action_t1264377477 * get_luaOnDestroy_9() const { return ___luaOnDestroy_9; } inline Action_t1264377477 ** get_address_of_luaOnDestroy_9() { return &___luaOnDestroy_9; } inline void set_luaOnDestroy_9(Action_t1264377477 * value) { ___luaOnDestroy_9 = value; Il2CppCodeGenWriteBarrier((&___luaOnDestroy_9), value); } inline static int32_t get_offset_of_scriptEnv_10() { return static_cast(offsetof(LuaBehaviour_t310118987, ___scriptEnv_10)); } inline LuaTable_t1631611336 * get_scriptEnv_10() const { return ___scriptEnv_10; } inline LuaTable_t1631611336 ** get_address_of_scriptEnv_10() { return &___scriptEnv_10; } inline void set_scriptEnv_10(LuaTable_t1631611336 * value) { ___scriptEnv_10 = value; Il2CppCodeGenWriteBarrier((&___scriptEnv_10), value); } }; struct LuaBehaviour_t310118987_StaticFields { public: // XLua.LuaEnv XLuaTest.LuaBehaviour::luaEnv LuaEnv_t2152703515 * ___luaEnv_4; // System.Single XLuaTest.LuaBehaviour::lastGCTime float ___lastGCTime_5; public: inline static int32_t get_offset_of_luaEnv_4() { return static_cast(offsetof(LuaBehaviour_t310118987_StaticFields, ___luaEnv_4)); } inline LuaEnv_t2152703515 * get_luaEnv_4() const { return ___luaEnv_4; } inline LuaEnv_t2152703515 ** get_address_of_luaEnv_4() { return &___luaEnv_4; } inline void set_luaEnv_4(LuaEnv_t2152703515 * value) { ___luaEnv_4 = value; Il2CppCodeGenWriteBarrier((&___luaEnv_4), value); } inline static int32_t get_offset_of_lastGCTime_5() { return static_cast(offsetof(LuaBehaviour_t310118987_StaticFields, ___lastGCTime_5)); } inline float get_lastGCTime_5() const { return ___lastGCTime_5; } inline float* get_address_of_lastGCTime_5() { return &___lastGCTime_5; } inline void set_lastGCTime_5(float value) { ___lastGCTime_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LUABEHAVIOUR_T310118987_H #ifndef NOGC_T2304347923_H #define NOGC_T2304347923_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLuaTest.NoGc struct NoGc_t2304347923 : public MonoBehaviour_t3962482529 { public: // XLua.LuaEnv XLuaTest.NoGc::luaenv LuaEnv_t2152703515 * ___luaenv_2; // XLuaTest.IntParam XLuaTest.NoGc::f1 IntParam_t1872826946 * ___f1_3; // XLuaTest.Vector3Param XLuaTest.NoGc::f2 Vector3Param_t2925075643 * ___f2_4; // XLuaTest.CustomValueTypeParam XLuaTest.NoGc::f3 CustomValueTypeParam_t1524517362 * ___f3_5; // XLuaTest.EnumParam XLuaTest.NoGc::f4 EnumParam_t1711860956 * ___f4_6; // XLuaTest.DecimalParam XLuaTest.NoGc::f5 DecimalParam_t4056261327 * ___f5_7; // XLuaTest.ArrayAccess XLuaTest.NoGc::farr ArrayAccess_t1010732446 * ___farr_8; // System.Action XLuaTest.NoGc::flua Action_t1264377477 * ___flua_9; // XLuaTest.IExchanger XLuaTest.NoGc::ie RuntimeObject* ___ie_10; // XLua.LuaFunction XLuaTest.NoGc::add LuaFunction_t431395339 * ___add_11; // System.Double[] XLuaTest.NoGc::a1 DoubleU5BU5D_t3413330114* ___a1_12; // UnityEngine.Vector3[] XLuaTest.NoGc::a2 Vector3U5BU5D_t1718750761* ___a2_13; // XLuaTest.MyStruct[] XLuaTest.NoGc::a3 MyStructU5BU5D_t224763702* ___a3_14; // XLuaTest.MyEnum[] XLuaTest.NoGc::a4 MyEnumU5BU5D_t3063337185* ___a4_15; // System.Decimal[] XLuaTest.NoGc::a5 DecimalU5BU5D_t1145110141* ___a5_16; public: inline static int32_t get_offset_of_luaenv_2() { return static_cast(offsetof(NoGc_t2304347923, ___luaenv_2)); } inline LuaEnv_t2152703515 * get_luaenv_2() const { return ___luaenv_2; } inline LuaEnv_t2152703515 ** get_address_of_luaenv_2() { return &___luaenv_2; } inline void set_luaenv_2(LuaEnv_t2152703515 * value) { ___luaenv_2 = value; Il2CppCodeGenWriteBarrier((&___luaenv_2), value); } inline static int32_t get_offset_of_f1_3() { return static_cast(offsetof(NoGc_t2304347923, ___f1_3)); } inline IntParam_t1872826946 * get_f1_3() const { return ___f1_3; } inline IntParam_t1872826946 ** get_address_of_f1_3() { return &___f1_3; } inline void set_f1_3(IntParam_t1872826946 * value) { ___f1_3 = value; Il2CppCodeGenWriteBarrier((&___f1_3), value); } inline static int32_t get_offset_of_f2_4() { return static_cast(offsetof(NoGc_t2304347923, ___f2_4)); } inline Vector3Param_t2925075643 * get_f2_4() const { return ___f2_4; } inline Vector3Param_t2925075643 ** get_address_of_f2_4() { return &___f2_4; } inline void set_f2_4(Vector3Param_t2925075643 * value) { ___f2_4 = value; Il2CppCodeGenWriteBarrier((&___f2_4), value); } inline static int32_t get_offset_of_f3_5() { return static_cast(offsetof(NoGc_t2304347923, ___f3_5)); } inline CustomValueTypeParam_t1524517362 * get_f3_5() const { return ___f3_5; } inline CustomValueTypeParam_t1524517362 ** get_address_of_f3_5() { return &___f3_5; } inline void set_f3_5(CustomValueTypeParam_t1524517362 * value) { ___f3_5 = value; Il2CppCodeGenWriteBarrier((&___f3_5), value); } inline static int32_t get_offset_of_f4_6() { return static_cast(offsetof(NoGc_t2304347923, ___f4_6)); } inline EnumParam_t1711860956 * get_f4_6() const { return ___f4_6; } inline EnumParam_t1711860956 ** get_address_of_f4_6() { return &___f4_6; } inline void set_f4_6(EnumParam_t1711860956 * value) { ___f4_6 = value; Il2CppCodeGenWriteBarrier((&___f4_6), value); } inline static int32_t get_offset_of_f5_7() { return static_cast(offsetof(NoGc_t2304347923, ___f5_7)); } inline DecimalParam_t4056261327 * get_f5_7() const { return ___f5_7; } inline DecimalParam_t4056261327 ** get_address_of_f5_7() { return &___f5_7; } inline void set_f5_7(DecimalParam_t4056261327 * value) { ___f5_7 = value; Il2CppCodeGenWriteBarrier((&___f5_7), value); } inline static int32_t get_offset_of_farr_8() { return static_cast(offsetof(NoGc_t2304347923, ___farr_8)); } inline ArrayAccess_t1010732446 * get_farr_8() const { return ___farr_8; } inline ArrayAccess_t1010732446 ** get_address_of_farr_8() { return &___farr_8; } inline void set_farr_8(ArrayAccess_t1010732446 * value) { ___farr_8 = value; Il2CppCodeGenWriteBarrier((&___farr_8), value); } inline static int32_t get_offset_of_flua_9() { return static_cast(offsetof(NoGc_t2304347923, ___flua_9)); } inline Action_t1264377477 * get_flua_9() const { return ___flua_9; } inline Action_t1264377477 ** get_address_of_flua_9() { return &___flua_9; } inline void set_flua_9(Action_t1264377477 * value) { ___flua_9 = value; Il2CppCodeGenWriteBarrier((&___flua_9), value); } inline static int32_t get_offset_of_ie_10() { return static_cast(offsetof(NoGc_t2304347923, ___ie_10)); } inline RuntimeObject* get_ie_10() const { return ___ie_10; } inline RuntimeObject** get_address_of_ie_10() { return &___ie_10; } inline void set_ie_10(RuntimeObject* value) { ___ie_10 = value; Il2CppCodeGenWriteBarrier((&___ie_10), value); } inline static int32_t get_offset_of_add_11() { return static_cast(offsetof(NoGc_t2304347923, ___add_11)); } inline LuaFunction_t431395339 * get_add_11() const { return ___add_11; } inline LuaFunction_t431395339 ** get_address_of_add_11() { return &___add_11; } inline void set_add_11(LuaFunction_t431395339 * value) { ___add_11 = value; Il2CppCodeGenWriteBarrier((&___add_11), value); } inline static int32_t get_offset_of_a1_12() { return static_cast(offsetof(NoGc_t2304347923, ___a1_12)); } inline DoubleU5BU5D_t3413330114* get_a1_12() const { return ___a1_12; } inline DoubleU5BU5D_t3413330114** get_address_of_a1_12() { return &___a1_12; } inline void set_a1_12(DoubleU5BU5D_t3413330114* value) { ___a1_12 = value; Il2CppCodeGenWriteBarrier((&___a1_12), value); } inline static int32_t get_offset_of_a2_13() { return static_cast(offsetof(NoGc_t2304347923, ___a2_13)); } inline Vector3U5BU5D_t1718750761* get_a2_13() const { return ___a2_13; } inline Vector3U5BU5D_t1718750761** get_address_of_a2_13() { return &___a2_13; } inline void set_a2_13(Vector3U5BU5D_t1718750761* value) { ___a2_13 = value; Il2CppCodeGenWriteBarrier((&___a2_13), value); } inline static int32_t get_offset_of_a3_14() { return static_cast(offsetof(NoGc_t2304347923, ___a3_14)); } inline MyStructU5BU5D_t224763702* get_a3_14() const { return ___a3_14; } inline MyStructU5BU5D_t224763702** get_address_of_a3_14() { return &___a3_14; } inline void set_a3_14(MyStructU5BU5D_t224763702* value) { ___a3_14 = value; Il2CppCodeGenWriteBarrier((&___a3_14), value); } inline static int32_t get_offset_of_a4_15() { return static_cast(offsetof(NoGc_t2304347923, ___a4_15)); } inline MyEnumU5BU5D_t3063337185* get_a4_15() const { return ___a4_15; } inline MyEnumU5BU5D_t3063337185** get_address_of_a4_15() { return &___a4_15; } inline void set_a4_15(MyEnumU5BU5D_t3063337185* value) { ___a4_15 = value; Il2CppCodeGenWriteBarrier((&___a4_15), value); } inline static int32_t get_offset_of_a5_16() { return static_cast(offsetof(NoGc_t2304347923, ___a5_16)); } inline DecimalU5BU5D_t1145110141* get_a5_16() const { return ___a5_16; } inline DecimalU5BU5D_t1145110141** get_address_of_a5_16() { return &___a5_16; } inline void set_a5_16(DecimalU5BU5D_t1145110141* value) { ___a5_16 = value; Il2CppCodeGenWriteBarrier((&___a5_16), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NOGC_T2304347923_H #ifndef UIBEHAVIOUR_T3495933518_H #define UIBEHAVIOUR_T3495933518_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.EventSystems.UIBehaviour struct UIBehaviour_t3495933518 : public MonoBehaviour_t3962482529 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UIBEHAVIOUR_T3495933518_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_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_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_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_T1299559007_H #define TWEENERCORE_3_T1299559007_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t1299559007 : public Tweener_t436044680 { public: // T2 DG.Tweening.Core.TweenerCore`3::startValue Vector3_t3722313464 ___startValue_55; // T2 DG.Tweening.Core.TweenerCore`3::endValue Vector3_t3722313464 ___endValue_56; // T2 DG.Tweening.Core.TweenerCore`3::changeValue Vector3_t3722313464 ___changeValue_57; // TPlugOptions DG.Tweening.Core.TweenerCore`3::plugOptions QuaternionOptions_t2974423933 ___plugOptions_58; // DG.Tweening.Core.DOGetter`1 DG.Tweening.Core.TweenerCore`3::getter DOGetter_1_t2044724535 * ___getter_59; // DG.Tweening.Core.DOSetter`1 DG.Tweening.Core.TweenerCore`3::setter DOSetter_1_t3352036663 * ___setter_60; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 DG.Tweening.Core.TweenerCore`3::tweenPlugin ABSTweenPlugin_3_t835568657 * ___tweenPlugin_61; public: inline static int32_t get_offset_of_startValue_55() { return static_cast(offsetof(TweenerCore_3_t1299559007, ___startValue_55)); } inline Vector3_t3722313464 get_startValue_55() const { return ___startValue_55; } inline Vector3_t3722313464 * get_address_of_startValue_55() { return &___startValue_55; } inline void set_startValue_55(Vector3_t3722313464 value) { ___startValue_55 = value; } inline static int32_t get_offset_of_endValue_56() { return static_cast(offsetof(TweenerCore_3_t1299559007, ___endValue_56)); } inline Vector3_t3722313464 get_endValue_56() const { return ___endValue_56; } inline Vector3_t3722313464 * get_address_of_endValue_56() { return &___endValue_56; } inline void set_endValue_56(Vector3_t3722313464 value) { ___endValue_56 = value; } inline static int32_t get_offset_of_changeValue_57() { return static_cast(offsetof(TweenerCore_3_t1299559007, ___changeValue_57)); } inline Vector3_t3722313464 get_changeValue_57() const { return ___changeValue_57; } inline Vector3_t3722313464 * get_address_of_changeValue_57() { return &___changeValue_57; } inline void set_changeValue_57(Vector3_t3722313464 value) { ___changeValue_57 = value; } inline static int32_t get_offset_of_plugOptions_58() { return static_cast(offsetof(TweenerCore_3_t1299559007, ___plugOptions_58)); } inline QuaternionOptions_t2974423933 get_plugOptions_58() const { return ___plugOptions_58; } inline QuaternionOptions_t2974423933 * get_address_of_plugOptions_58() { return &___plugOptions_58; } inline void set_plugOptions_58(QuaternionOptions_t2974423933 value) { ___plugOptions_58 = value; } inline static int32_t get_offset_of_getter_59() { return static_cast(offsetof(TweenerCore_3_t1299559007, ___getter_59)); } inline DOGetter_1_t2044724535 * get_getter_59() const { return ___getter_59; } inline DOGetter_1_t2044724535 ** get_address_of_getter_59() { return &___getter_59; } inline void set_getter_59(DOGetter_1_t2044724535 * value) { ___getter_59 = value; Il2CppCodeGenWriteBarrier((&___getter_59), value); } inline static int32_t get_offset_of_setter_60() { return static_cast(offsetof(TweenerCore_3_t1299559007, ___setter_60)); } inline DOSetter_1_t3352036663 * get_setter_60() const { return ___setter_60; } inline DOSetter_1_t3352036663 ** get_address_of_setter_60() { return &___setter_60; } inline void set_setter_60(DOSetter_1_t3352036663 * value) { ___setter_60 = value; Il2CppCodeGenWriteBarrier((&___setter_60), value); } inline static int32_t get_offset_of_tweenPlugin_61() { return static_cast(offsetof(TweenerCore_3_t1299559007, ___tweenPlugin_61)); } inline ABSTweenPlugin_3_t835568657 * get_tweenPlugin_61() const { return ___tweenPlugin_61; } inline ABSTweenPlugin_3_t835568657 ** get_address_of_tweenPlugin_61() { return &___tweenPlugin_61; } inline void set_tweenPlugin_61(ABSTweenPlugin_3_t835568657 * value) { ___tweenPlugin_61 = value; Il2CppCodeGenWriteBarrier((&___tweenPlugin_61), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TWEENERCORE_3_T1299559007_H #ifndef TWEENERCORE_3_T3785815898_H #define TWEENERCORE_3_T3785815898_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t3785815898 : public Tweener_t436044680 { public: // T2 DG.Tweening.Core.TweenerCore`3::startValue Quaternion_t2301928331 ___startValue_55; // T2 DG.Tweening.Core.TweenerCore`3::endValue Quaternion_t2301928331 ___endValue_56; // T2 DG.Tweening.Core.TweenerCore`3::changeValue Quaternion_t2301928331 ___changeValue_57; // TPlugOptions DG.Tweening.Core.TweenerCore`3::plugOptions NoOptions_t313102519 ___plugOptions_58; // DG.Tweening.Core.DOGetter`1 DG.Tweening.Core.TweenerCore`3::getter DOGetter_1_t2044724535 * ___getter_59; // DG.Tweening.Core.DOSetter`1 DG.Tweening.Core.TweenerCore`3::setter DOSetter_1_t3352036663 * ___setter_60; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 DG.Tweening.Core.TweenerCore`3::tweenPlugin ABSTweenPlugin_3_t3321825548 * ___tweenPlugin_61; public: inline static int32_t get_offset_of_startValue_55() { return static_cast(offsetof(TweenerCore_3_t3785815898, ___startValue_55)); } inline Quaternion_t2301928331 get_startValue_55() const { return ___startValue_55; } inline Quaternion_t2301928331 * get_address_of_startValue_55() { return &___startValue_55; } inline void set_startValue_55(Quaternion_t2301928331 value) { ___startValue_55 = value; } inline static int32_t get_offset_of_endValue_56() { return static_cast(offsetof(TweenerCore_3_t3785815898, ___endValue_56)); } inline Quaternion_t2301928331 get_endValue_56() const { return ___endValue_56; } inline Quaternion_t2301928331 * get_address_of_endValue_56() { return &___endValue_56; } inline void set_endValue_56(Quaternion_t2301928331 value) { ___endValue_56 = value; } inline static int32_t get_offset_of_changeValue_57() { return static_cast(offsetof(TweenerCore_3_t3785815898, ___changeValue_57)); } inline Quaternion_t2301928331 get_changeValue_57() const { return ___changeValue_57; } inline Quaternion_t2301928331 * get_address_of_changeValue_57() { return &___changeValue_57; } inline void set_changeValue_57(Quaternion_t2301928331 value) { ___changeValue_57 = value; } inline static int32_t get_offset_of_plugOptions_58() { return static_cast(offsetof(TweenerCore_3_t3785815898, ___plugOptions_58)); } inline NoOptions_t313102519 get_plugOptions_58() const { return ___plugOptions_58; } inline NoOptions_t313102519 * get_address_of_plugOptions_58() { return &___plugOptions_58; } inline void set_plugOptions_58(NoOptions_t313102519 value) { ___plugOptions_58 = value; } inline static int32_t get_offset_of_getter_59() { return static_cast(offsetof(TweenerCore_3_t3785815898, ___getter_59)); } inline DOGetter_1_t2044724535 * get_getter_59() const { return ___getter_59; } inline DOGetter_1_t2044724535 ** get_address_of_getter_59() { return &___getter_59; } inline void set_getter_59(DOGetter_1_t2044724535 * value) { ___getter_59 = value; Il2CppCodeGenWriteBarrier((&___getter_59), value); } inline static int32_t get_offset_of_setter_60() { return static_cast(offsetof(TweenerCore_3_t3785815898, ___setter_60)); } inline DOSetter_1_t3352036663 * get_setter_60() const { return ___setter_60; } inline DOSetter_1_t3352036663 ** get_address_of_setter_60() { return &___setter_60; } inline void set_setter_60(DOSetter_1_t3352036663 * value) { ___setter_60 = value; Il2CppCodeGenWriteBarrier((&___setter_60), value); } inline static int32_t get_offset_of_tweenPlugin_61() { return static_cast(offsetof(TweenerCore_3_t3785815898, ___tweenPlugin_61)); } inline ABSTweenPlugin_3_t3321825548 * get_tweenPlugin_61() const { return ___tweenPlugin_61; } inline ABSTweenPlugin_3_t3321825548 ** get_address_of_tweenPlugin_61() { return &___tweenPlugin_61; } inline void set_tweenPlugin_61(ABSTweenPlugin_3_t3321825548 * value) { ___tweenPlugin_61 = value; Il2CppCodeGenWriteBarrier((&___tweenPlugin_61), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TWEENERCORE_3_T3785815898_H #ifndef TWEENERCORE_3_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_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_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_T745532282_H #define TWEENERCORE_3_T745532282_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t745532282 : public Tweener_t436044680 { public: // T2 DG.Tweening.Core.TweenerCore`3::startValue Color_t2555686324 ___startValue_55; // T2 DG.Tweening.Core.TweenerCore`3::endValue Color_t2555686324 ___endValue_56; // T2 DG.Tweening.Core.TweenerCore`3::changeValue Color_t2555686324 ___changeValue_57; // TPlugOptions DG.Tweening.Core.TweenerCore`3::plugOptions ColorOptions_t1487297155 ___plugOptions_58; // DG.Tweening.Core.DOGetter`1 DG.Tweening.Core.TweenerCore`3::getter DOGetter_1_t2298482528 * ___getter_59; // DG.Tweening.Core.DOSetter`1 DG.Tweening.Core.TweenerCore`3::setter DOSetter_1_t3605794656 * ___setter_60; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 DG.Tweening.Core.TweenerCore`3::tweenPlugin ABSTweenPlugin_3_t281541932 * ___tweenPlugin_61; public: inline static int32_t get_offset_of_startValue_55() { return static_cast(offsetof(TweenerCore_3_t745532282, ___startValue_55)); } inline Color_t2555686324 get_startValue_55() const { return ___startValue_55; } inline Color_t2555686324 * get_address_of_startValue_55() { return &___startValue_55; } inline void set_startValue_55(Color_t2555686324 value) { ___startValue_55 = value; } inline static int32_t get_offset_of_endValue_56() { return static_cast(offsetof(TweenerCore_3_t745532282, ___endValue_56)); } inline Color_t2555686324 get_endValue_56() const { return ___endValue_56; } inline Color_t2555686324 * get_address_of_endValue_56() { return &___endValue_56; } inline void set_endValue_56(Color_t2555686324 value) { ___endValue_56 = value; } inline static int32_t get_offset_of_changeValue_57() { return static_cast(offsetof(TweenerCore_3_t745532282, ___changeValue_57)); } inline Color_t2555686324 get_changeValue_57() const { return ___changeValue_57; } inline Color_t2555686324 * get_address_of_changeValue_57() { return &___changeValue_57; } inline void set_changeValue_57(Color_t2555686324 value) { ___changeValue_57 = value; } inline static int32_t get_offset_of_plugOptions_58() { return static_cast(offsetof(TweenerCore_3_t745532282, ___plugOptions_58)); } inline ColorOptions_t1487297155 get_plugOptions_58() const { return ___plugOptions_58; } inline ColorOptions_t1487297155 * get_address_of_plugOptions_58() { return &___plugOptions_58; } inline void set_plugOptions_58(ColorOptions_t1487297155 value) { ___plugOptions_58 = value; } inline static int32_t get_offset_of_getter_59() { return static_cast(offsetof(TweenerCore_3_t745532282, ___getter_59)); } inline DOGetter_1_t2298482528 * get_getter_59() const { return ___getter_59; } inline DOGetter_1_t2298482528 ** get_address_of_getter_59() { return &___getter_59; } inline void set_getter_59(DOGetter_1_t2298482528 * value) { ___getter_59 = value; Il2CppCodeGenWriteBarrier((&___getter_59), value); } inline static int32_t get_offset_of_setter_60() { return static_cast(offsetof(TweenerCore_3_t745532282, ___setter_60)); } inline DOSetter_1_t3605794656 * get_setter_60() const { return ___setter_60; } inline DOSetter_1_t3605794656 ** get_address_of_setter_60() { return &___setter_60; } inline void set_setter_60(DOSetter_1_t3605794656 * value) { ___setter_60 = value; Il2CppCodeGenWriteBarrier((&___setter_60), value); } inline static int32_t get_offset_of_tweenPlugin_61() { return static_cast(offsetof(TweenerCore_3_t745532282, ___tweenPlugin_61)); } inline ABSTweenPlugin_3_t281541932 * get_tweenPlugin_61() const { return ___tweenPlugin_61; } inline ABSTweenPlugin_3_t281541932 ** get_address_of_tweenPlugin_61() { return &___tweenPlugin_61; } inline void set_tweenPlugin_61(ABSTweenPlugin_3_t281541932 * value) { ___tweenPlugin_61 = value; Il2CppCodeGenWriteBarrier((&___tweenPlugin_61), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TWEENERCORE_3_T745532282_H #ifndef TWEENERCORE_3_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 BASEMESHEFFECT_T2440176439_H #define BASEMESHEFFECT_T2440176439_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.BaseMeshEffect struct BaseMeshEffect_t2440176439 : public UIBehaviour_t3495933518 { public: // UnityEngine.UI.Graphic UnityEngine.UI.BaseMeshEffect::m_Graphic Graphic_t1660335611 * ___m_Graphic_2; public: inline static int32_t get_offset_of_m_Graphic_2() { return static_cast(offsetof(BaseMeshEffect_t2440176439, ___m_Graphic_2)); } inline Graphic_t1660335611 * get_m_Graphic_2() const { return ___m_Graphic_2; } inline Graphic_t1660335611 ** get_address_of_m_Graphic_2() { return &___m_Graphic_2; } inline void set_m_Graphic_2(Graphic_t1660335611 * value) { ___m_Graphic_2 = value; Il2CppCodeGenWriteBarrier((&___m_Graphic_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BASEMESHEFFECT_T2440176439_H #ifndef LAYOUTELEMENT_T1785403678_H #define LAYOUTELEMENT_T1785403678_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.LayoutElement struct LayoutElement_t1785403678 : public UIBehaviour_t3495933518 { public: // System.Boolean UnityEngine.UI.LayoutElement::m_IgnoreLayout bool ___m_IgnoreLayout_2; // System.Single UnityEngine.UI.LayoutElement::m_MinWidth float ___m_MinWidth_3; // System.Single UnityEngine.UI.LayoutElement::m_MinHeight float ___m_MinHeight_4; // System.Single UnityEngine.UI.LayoutElement::m_PreferredWidth float ___m_PreferredWidth_5; // System.Single UnityEngine.UI.LayoutElement::m_PreferredHeight float ___m_PreferredHeight_6; // System.Single UnityEngine.UI.LayoutElement::m_FlexibleWidth float ___m_FlexibleWidth_7; // System.Single UnityEngine.UI.LayoutElement::m_FlexibleHeight float ___m_FlexibleHeight_8; // System.Int32 UnityEngine.UI.LayoutElement::m_LayoutPriority int32_t ___m_LayoutPriority_9; public: inline static int32_t get_offset_of_m_IgnoreLayout_2() { return static_cast(offsetof(LayoutElement_t1785403678, ___m_IgnoreLayout_2)); } inline bool get_m_IgnoreLayout_2() const { return ___m_IgnoreLayout_2; } inline bool* get_address_of_m_IgnoreLayout_2() { return &___m_IgnoreLayout_2; } inline void set_m_IgnoreLayout_2(bool value) { ___m_IgnoreLayout_2 = value; } inline static int32_t get_offset_of_m_MinWidth_3() { return static_cast(offsetof(LayoutElement_t1785403678, ___m_MinWidth_3)); } inline float get_m_MinWidth_3() const { return ___m_MinWidth_3; } inline float* get_address_of_m_MinWidth_3() { return &___m_MinWidth_3; } inline void set_m_MinWidth_3(float value) { ___m_MinWidth_3 = value; } inline static int32_t get_offset_of_m_MinHeight_4() { return static_cast(offsetof(LayoutElement_t1785403678, ___m_MinHeight_4)); } inline float get_m_MinHeight_4() const { return ___m_MinHeight_4; } inline float* get_address_of_m_MinHeight_4() { return &___m_MinHeight_4; } inline void set_m_MinHeight_4(float value) { ___m_MinHeight_4 = value; } inline static int32_t get_offset_of_m_PreferredWidth_5() { return static_cast(offsetof(LayoutElement_t1785403678, ___m_PreferredWidth_5)); } inline float get_m_PreferredWidth_5() const { return ___m_PreferredWidth_5; } inline float* get_address_of_m_PreferredWidth_5() { return &___m_PreferredWidth_5; } inline void set_m_PreferredWidth_5(float value) { ___m_PreferredWidth_5 = value; } inline static int32_t get_offset_of_m_PreferredHeight_6() { return static_cast(offsetof(LayoutElement_t1785403678, ___m_PreferredHeight_6)); } inline float get_m_PreferredHeight_6() const { return ___m_PreferredHeight_6; } inline float* get_address_of_m_PreferredHeight_6() { return &___m_PreferredHeight_6; } inline void set_m_PreferredHeight_6(float value) { ___m_PreferredHeight_6 = value; } inline static int32_t get_offset_of_m_FlexibleWidth_7() { return static_cast(offsetof(LayoutElement_t1785403678, ___m_FlexibleWidth_7)); } inline float get_m_FlexibleWidth_7() const { return ___m_FlexibleWidth_7; } inline float* get_address_of_m_FlexibleWidth_7() { return &___m_FlexibleWidth_7; } inline void set_m_FlexibleWidth_7(float value) { ___m_FlexibleWidth_7 = value; } inline static int32_t get_offset_of_m_FlexibleHeight_8() { return static_cast(offsetof(LayoutElement_t1785403678, ___m_FlexibleHeight_8)); } inline float get_m_FlexibleHeight_8() const { return ___m_FlexibleHeight_8; } inline float* get_address_of_m_FlexibleHeight_8() { return &___m_FlexibleHeight_8; } inline void set_m_FlexibleHeight_8(float value) { ___m_FlexibleHeight_8 = value; } inline static int32_t get_offset_of_m_LayoutPriority_9() { return static_cast(offsetof(LayoutElement_t1785403678, ___m_LayoutPriority_9)); } inline int32_t get_m_LayoutPriority_9() const { return ___m_LayoutPriority_9; } inline int32_t* get_address_of_m_LayoutPriority_9() { return &___m_LayoutPriority_9; } inline void set_m_LayoutPriority_9(int32_t value) { ___m_LayoutPriority_9 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LAYOUTELEMENT_T1785403678_H #ifndef SCROLLRECT_T4137855814_H #define SCROLLRECT_T4137855814_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.ScrollRect struct ScrollRect_t4137855814 : public UIBehaviour_t3495933518 { public: // UnityEngine.RectTransform UnityEngine.UI.ScrollRect::m_Content RectTransform_t3704657025 * ___m_Content_2; // System.Boolean UnityEngine.UI.ScrollRect::m_Horizontal bool ___m_Horizontal_3; // System.Boolean UnityEngine.UI.ScrollRect::m_Vertical bool ___m_Vertical_4; // UnityEngine.UI.ScrollRect/MovementType UnityEngine.UI.ScrollRect::m_MovementType int32_t ___m_MovementType_5; // System.Single UnityEngine.UI.ScrollRect::m_Elasticity float ___m_Elasticity_6; // System.Boolean UnityEngine.UI.ScrollRect::m_Inertia bool ___m_Inertia_7; // System.Single UnityEngine.UI.ScrollRect::m_DecelerationRate float ___m_DecelerationRate_8; // System.Single UnityEngine.UI.ScrollRect::m_ScrollSensitivity float ___m_ScrollSensitivity_9; // UnityEngine.RectTransform UnityEngine.UI.ScrollRect::m_Viewport RectTransform_t3704657025 * ___m_Viewport_10; // UnityEngine.UI.Scrollbar UnityEngine.UI.ScrollRect::m_HorizontalScrollbar Scrollbar_t1494447233 * ___m_HorizontalScrollbar_11; // UnityEngine.UI.Scrollbar UnityEngine.UI.ScrollRect::m_VerticalScrollbar Scrollbar_t1494447233 * ___m_VerticalScrollbar_12; // UnityEngine.UI.ScrollRect/ScrollbarVisibility UnityEngine.UI.ScrollRect::m_HorizontalScrollbarVisibility int32_t ___m_HorizontalScrollbarVisibility_13; // UnityEngine.UI.ScrollRect/ScrollbarVisibility UnityEngine.UI.ScrollRect::m_VerticalScrollbarVisibility int32_t ___m_VerticalScrollbarVisibility_14; // System.Single UnityEngine.UI.ScrollRect::m_HorizontalScrollbarSpacing float ___m_HorizontalScrollbarSpacing_15; // System.Single UnityEngine.UI.ScrollRect::m_VerticalScrollbarSpacing float ___m_VerticalScrollbarSpacing_16; // UnityEngine.UI.ScrollRect/ScrollRectEvent UnityEngine.UI.ScrollRect::m_OnValueChanged ScrollRectEvent_t343079324 * ___m_OnValueChanged_17; // UnityEngine.Vector2 UnityEngine.UI.ScrollRect::m_PointerStartLocalCursor Vector2_t2156229523 ___m_PointerStartLocalCursor_18; // UnityEngine.Vector2 UnityEngine.UI.ScrollRect::m_ContentStartPosition Vector2_t2156229523 ___m_ContentStartPosition_19; // UnityEngine.RectTransform UnityEngine.UI.ScrollRect::m_ViewRect RectTransform_t3704657025 * ___m_ViewRect_20; // UnityEngine.Bounds UnityEngine.UI.ScrollRect::m_ContentBounds Bounds_t2266837910 ___m_ContentBounds_21; // UnityEngine.Bounds UnityEngine.UI.ScrollRect::m_ViewBounds Bounds_t2266837910 ___m_ViewBounds_22; // UnityEngine.Vector2 UnityEngine.UI.ScrollRect::m_Velocity Vector2_t2156229523 ___m_Velocity_23; // System.Boolean UnityEngine.UI.ScrollRect::m_Dragging bool ___m_Dragging_24; // UnityEngine.Vector2 UnityEngine.UI.ScrollRect::m_PrevPosition Vector2_t2156229523 ___m_PrevPosition_25; // UnityEngine.Bounds UnityEngine.UI.ScrollRect::m_PrevContentBounds Bounds_t2266837910 ___m_PrevContentBounds_26; // UnityEngine.Bounds UnityEngine.UI.ScrollRect::m_PrevViewBounds Bounds_t2266837910 ___m_PrevViewBounds_27; // System.Boolean UnityEngine.UI.ScrollRect::m_HasRebuiltLayout bool ___m_HasRebuiltLayout_28; // System.Boolean UnityEngine.UI.ScrollRect::m_HSliderExpand bool ___m_HSliderExpand_29; // System.Boolean UnityEngine.UI.ScrollRect::m_VSliderExpand bool ___m_VSliderExpand_30; // System.Single UnityEngine.UI.ScrollRect::m_HSliderHeight float ___m_HSliderHeight_31; // System.Single UnityEngine.UI.ScrollRect::m_VSliderWidth float ___m_VSliderWidth_32; // UnityEngine.RectTransform UnityEngine.UI.ScrollRect::m_Rect RectTransform_t3704657025 * ___m_Rect_33; // UnityEngine.RectTransform UnityEngine.UI.ScrollRect::m_HorizontalScrollbarRect RectTransform_t3704657025 * ___m_HorizontalScrollbarRect_34; // UnityEngine.RectTransform UnityEngine.UI.ScrollRect::m_VerticalScrollbarRect RectTransform_t3704657025 * ___m_VerticalScrollbarRect_35; // UnityEngine.DrivenRectTransformTracker UnityEngine.UI.ScrollRect::m_Tracker DrivenRectTransformTracker_t2562230146 ___m_Tracker_36; // UnityEngine.Vector3[] UnityEngine.UI.ScrollRect::m_Corners Vector3U5BU5D_t1718750761* ___m_Corners_37; public: inline static int32_t get_offset_of_m_Content_2() { return static_cast(offsetof(ScrollRect_t4137855814, ___m_Content_2)); } inline RectTransform_t3704657025 * get_m_Content_2() const { return ___m_Content_2; } inline RectTransform_t3704657025 ** get_address_of_m_Content_2() { return &___m_Content_2; } inline void set_m_Content_2(RectTransform_t3704657025 * value) { ___m_Content_2 = value; Il2CppCodeGenWriteBarrier((&___m_Content_2), value); } inline static int32_t get_offset_of_m_Horizontal_3() { return static_cast(offsetof(ScrollRect_t4137855814, ___m_Horizontal_3)); } inline bool get_m_Horizontal_3() const { return ___m_Horizontal_3; } inline bool* get_address_of_m_Horizontal_3() { return &___m_Horizontal_3; } inline void set_m_Horizontal_3(bool value) { ___m_Horizontal_3 = value; } inline static int32_t get_offset_of_m_Vertical_4() { return static_cast(offsetof(ScrollRect_t4137855814, ___m_Vertical_4)); } inline bool get_m_Vertical_4() const { return ___m_Vertical_4; } inline bool* get_address_of_m_Vertical_4() { return &___m_Vertical_4; } inline void set_m_Vertical_4(bool value) { ___m_Vertical_4 = value; } inline static int32_t get_offset_of_m_MovementType_5() { return static_cast(offsetof(ScrollRect_t4137855814, ___m_MovementType_5)); } inline int32_t get_m_MovementType_5() const { return ___m_MovementType_5; } inline int32_t* get_address_of_m_MovementType_5() { return &___m_MovementType_5; } inline void set_m_MovementType_5(int32_t value) { ___m_MovementType_5 = value; } inline static int32_t get_offset_of_m_Elasticity_6() { return static_cast(offsetof(ScrollRect_t4137855814, ___m_Elasticity_6)); } inline float get_m_Elasticity_6() const { return ___m_Elasticity_6; } inline float* get_address_of_m_Elasticity_6() { return &___m_Elasticity_6; } inline void set_m_Elasticity_6(float value) { ___m_Elasticity_6 = value; } inline static int32_t get_offset_of_m_Inertia_7() { return static_cast(offsetof(ScrollRect_t4137855814, ___m_Inertia_7)); } inline bool get_m_Inertia_7() const { return ___m_Inertia_7; } inline bool* get_address_of_m_Inertia_7() { return &___m_Inertia_7; } inline void set_m_Inertia_7(bool value) { ___m_Inertia_7 = value; } inline static int32_t get_offset_of_m_DecelerationRate_8() { return static_cast(offsetof(ScrollRect_t4137855814, ___m_DecelerationRate_8)); } inline float get_m_DecelerationRate_8() const { return ___m_DecelerationRate_8; } inline float* get_address_of_m_DecelerationRate_8() { return &___m_DecelerationRate_8; } inline void set_m_DecelerationRate_8(float value) { ___m_DecelerationRate_8 = value; } inline static int32_t get_offset_of_m_ScrollSensitivity_9() { return static_cast(offsetof(ScrollRect_t4137855814, ___m_ScrollSensitivity_9)); } inline float get_m_ScrollSensitivity_9() const { return ___m_ScrollSensitivity_9; } inline float* get_address_of_m_ScrollSensitivity_9() { return &___m_ScrollSensitivity_9; } inline void set_m_ScrollSensitivity_9(float value) { ___m_ScrollSensitivity_9 = value; } inline static int32_t get_offset_of_m_Viewport_10() { return static_cast(offsetof(ScrollRect_t4137855814, ___m_Viewport_10)); } inline RectTransform_t3704657025 * get_m_Viewport_10() const { return ___m_Viewport_10; } inline RectTransform_t3704657025 ** get_address_of_m_Viewport_10() { return &___m_Viewport_10; } inline void set_m_Viewport_10(RectTransform_t3704657025 * value) { ___m_Viewport_10 = value; Il2CppCodeGenWriteBarrier((&___m_Viewport_10), value); } inline static int32_t get_offset_of_m_HorizontalScrollbar_11() { return static_cast(offsetof(ScrollRect_t4137855814, ___m_HorizontalScrollbar_11)); } inline Scrollbar_t1494447233 * get_m_HorizontalScrollbar_11() const { return ___m_HorizontalScrollbar_11; } inline Scrollbar_t1494447233 ** get_address_of_m_HorizontalScrollbar_11() { return &___m_HorizontalScrollbar_11; } inline void set_m_HorizontalScrollbar_11(Scrollbar_t1494447233 * value) { ___m_HorizontalScrollbar_11 = value; Il2CppCodeGenWriteBarrier((&___m_HorizontalScrollbar_11), value); } inline static int32_t get_offset_of_m_VerticalScrollbar_12() { return static_cast(offsetof(ScrollRect_t4137855814, ___m_VerticalScrollbar_12)); } inline Scrollbar_t1494447233 * get_m_VerticalScrollbar_12() const { return ___m_VerticalScrollbar_12; } inline Scrollbar_t1494447233 ** get_address_of_m_VerticalScrollbar_12() { return &___m_VerticalScrollbar_12; } inline void set_m_VerticalScrollbar_12(Scrollbar_t1494447233 * value) { ___m_VerticalScrollbar_12 = value; Il2CppCodeGenWriteBarrier((&___m_VerticalScrollbar_12), value); } inline static int32_t get_offset_of_m_HorizontalScrollbarVisibility_13() { return static_cast(offsetof(ScrollRect_t4137855814, ___m_HorizontalScrollbarVisibility_13)); } inline int32_t get_m_HorizontalScrollbarVisibility_13() const { return ___m_HorizontalScrollbarVisibility_13; } inline int32_t* get_address_of_m_HorizontalScrollbarVisibility_13() { return &___m_HorizontalScrollbarVisibility_13; } inline void set_m_HorizontalScrollbarVisibility_13(int32_t value) { ___m_HorizontalScrollbarVisibility_13 = value; } inline static int32_t get_offset_of_m_VerticalScrollbarVisibility_14() { return static_cast(offsetof(ScrollRect_t4137855814, ___m_VerticalScrollbarVisibility_14)); } inline int32_t get_m_VerticalScrollbarVisibility_14() const { return ___m_VerticalScrollbarVisibility_14; } inline int32_t* get_address_of_m_VerticalScrollbarVisibility_14() { return &___m_VerticalScrollbarVisibility_14; } inline void set_m_VerticalScrollbarVisibility_14(int32_t value) { ___m_VerticalScrollbarVisibility_14 = value; } inline static int32_t get_offset_of_m_HorizontalScrollbarSpacing_15() { return static_cast(offsetof(ScrollRect_t4137855814, ___m_HorizontalScrollbarSpacing_15)); } inline float get_m_HorizontalScrollbarSpacing_15() const { return ___m_HorizontalScrollbarSpacing_15; } inline float* get_address_of_m_HorizontalScrollbarSpacing_15() { return &___m_HorizontalScrollbarSpacing_15; } inline void set_m_HorizontalScrollbarSpacing_15(float value) { ___m_HorizontalScrollbarSpacing_15 = value; } inline static int32_t get_offset_of_m_VerticalScrollbarSpacing_16() { return static_cast(offsetof(ScrollRect_t4137855814, ___m_VerticalScrollbarSpacing_16)); } inline float get_m_VerticalScrollbarSpacing_16() const { return ___m_VerticalScrollbarSpacing_16; } inline float* get_address_of_m_VerticalScrollbarSpacing_16() { return &___m_VerticalScrollbarSpacing_16; } inline void set_m_VerticalScrollbarSpacing_16(float value) { ___m_VerticalScrollbarSpacing_16 = value; } inline static int32_t get_offset_of_m_OnValueChanged_17() { return static_cast(offsetof(ScrollRect_t4137855814, ___m_OnValueChanged_17)); } inline ScrollRectEvent_t343079324 * get_m_OnValueChanged_17() const { return ___m_OnValueChanged_17; } inline ScrollRectEvent_t343079324 ** get_address_of_m_OnValueChanged_17() { return &___m_OnValueChanged_17; } inline void set_m_OnValueChanged_17(ScrollRectEvent_t343079324 * value) { ___m_OnValueChanged_17 = value; Il2CppCodeGenWriteBarrier((&___m_OnValueChanged_17), value); } inline static int32_t get_offset_of_m_PointerStartLocalCursor_18() { return static_cast(offsetof(ScrollRect_t4137855814, ___m_PointerStartLocalCursor_18)); } inline Vector2_t2156229523 get_m_PointerStartLocalCursor_18() const { return ___m_PointerStartLocalCursor_18; } inline Vector2_t2156229523 * get_address_of_m_PointerStartLocalCursor_18() { return &___m_PointerStartLocalCursor_18; } inline void set_m_PointerStartLocalCursor_18(Vector2_t2156229523 value) { ___m_PointerStartLocalCursor_18 = value; } inline static int32_t get_offset_of_m_ContentStartPosition_19() { return static_cast(offsetof(ScrollRect_t4137855814, ___m_ContentStartPosition_19)); } inline Vector2_t2156229523 get_m_ContentStartPosition_19() const { return ___m_ContentStartPosition_19; } inline Vector2_t2156229523 * get_address_of_m_ContentStartPosition_19() { return &___m_ContentStartPosition_19; } inline void set_m_ContentStartPosition_19(Vector2_t2156229523 value) { ___m_ContentStartPosition_19 = value; } inline static int32_t get_offset_of_m_ViewRect_20() { return static_cast(offsetof(ScrollRect_t4137855814, ___m_ViewRect_20)); } inline RectTransform_t3704657025 * get_m_ViewRect_20() const { return ___m_ViewRect_20; } inline RectTransform_t3704657025 ** get_address_of_m_ViewRect_20() { return &___m_ViewRect_20; } inline void set_m_ViewRect_20(RectTransform_t3704657025 * value) { ___m_ViewRect_20 = value; Il2CppCodeGenWriteBarrier((&___m_ViewRect_20), value); } inline static int32_t get_offset_of_m_ContentBounds_21() { return static_cast(offsetof(ScrollRect_t4137855814, ___m_ContentBounds_21)); } inline Bounds_t2266837910 get_m_ContentBounds_21() const { return ___m_ContentBounds_21; } inline Bounds_t2266837910 * get_address_of_m_ContentBounds_21() { return &___m_ContentBounds_21; } inline void set_m_ContentBounds_21(Bounds_t2266837910 value) { ___m_ContentBounds_21 = value; } inline static int32_t get_offset_of_m_ViewBounds_22() { return static_cast(offsetof(ScrollRect_t4137855814, ___m_ViewBounds_22)); } inline Bounds_t2266837910 get_m_ViewBounds_22() const { return ___m_ViewBounds_22; } inline Bounds_t2266837910 * get_address_of_m_ViewBounds_22() { return &___m_ViewBounds_22; } inline void set_m_ViewBounds_22(Bounds_t2266837910 value) { ___m_ViewBounds_22 = value; } inline static int32_t get_offset_of_m_Velocity_23() { return static_cast(offsetof(ScrollRect_t4137855814, ___m_Velocity_23)); } inline Vector2_t2156229523 get_m_Velocity_23() const { return ___m_Velocity_23; } inline Vector2_t2156229523 * get_address_of_m_Velocity_23() { return &___m_Velocity_23; } inline void set_m_Velocity_23(Vector2_t2156229523 value) { ___m_Velocity_23 = value; } inline static int32_t get_offset_of_m_Dragging_24() { return static_cast(offsetof(ScrollRect_t4137855814, ___m_Dragging_24)); } inline bool get_m_Dragging_24() const { return ___m_Dragging_24; } inline bool* get_address_of_m_Dragging_24() { return &___m_Dragging_24; } inline void set_m_Dragging_24(bool value) { ___m_Dragging_24 = value; } inline static int32_t get_offset_of_m_PrevPosition_25() { return static_cast(offsetof(ScrollRect_t4137855814, ___m_PrevPosition_25)); } inline Vector2_t2156229523 get_m_PrevPosition_25() const { return ___m_PrevPosition_25; } inline Vector2_t2156229523 * get_address_of_m_PrevPosition_25() { return &___m_PrevPosition_25; } inline void set_m_PrevPosition_25(Vector2_t2156229523 value) { ___m_PrevPosition_25 = value; } inline static int32_t get_offset_of_m_PrevContentBounds_26() { return static_cast(offsetof(ScrollRect_t4137855814, ___m_PrevContentBounds_26)); } inline Bounds_t2266837910 get_m_PrevContentBounds_26() const { return ___m_PrevContentBounds_26; } inline Bounds_t2266837910 * get_address_of_m_PrevContentBounds_26() { return &___m_PrevContentBounds_26; } inline void set_m_PrevContentBounds_26(Bounds_t2266837910 value) { ___m_PrevContentBounds_26 = value; } inline static int32_t get_offset_of_m_PrevViewBounds_27() { return static_cast(offsetof(ScrollRect_t4137855814, ___m_PrevViewBounds_27)); } inline Bounds_t2266837910 get_m_PrevViewBounds_27() const { return ___m_PrevViewBounds_27; } inline Bounds_t2266837910 * get_address_of_m_PrevViewBounds_27() { return &___m_PrevViewBounds_27; } inline void set_m_PrevViewBounds_27(Bounds_t2266837910 value) { ___m_PrevViewBounds_27 = value; } inline static int32_t get_offset_of_m_HasRebuiltLayout_28() { return static_cast(offsetof(ScrollRect_t4137855814, ___m_HasRebuiltLayout_28)); } inline bool get_m_HasRebuiltLayout_28() const { return ___m_HasRebuiltLayout_28; } inline bool* get_address_of_m_HasRebuiltLayout_28() { return &___m_HasRebuiltLayout_28; } inline void set_m_HasRebuiltLayout_28(bool value) { ___m_HasRebuiltLayout_28 = value; } inline static int32_t get_offset_of_m_HSliderExpand_29() { return static_cast(offsetof(ScrollRect_t4137855814, ___m_HSliderExpand_29)); } inline bool get_m_HSliderExpand_29() const { return ___m_HSliderExpand_29; } inline bool* get_address_of_m_HSliderExpand_29() { return &___m_HSliderExpand_29; } inline void set_m_HSliderExpand_29(bool value) { ___m_HSliderExpand_29 = value; } inline static int32_t get_offset_of_m_VSliderExpand_30() { return static_cast(offsetof(ScrollRect_t4137855814, ___m_VSliderExpand_30)); } inline bool get_m_VSliderExpand_30() const { return ___m_VSliderExpand_30; } inline bool* get_address_of_m_VSliderExpand_30() { return &___m_VSliderExpand_30; } inline void set_m_VSliderExpand_30(bool value) { ___m_VSliderExpand_30 = value; } inline static int32_t get_offset_of_m_HSliderHeight_31() { return static_cast(offsetof(ScrollRect_t4137855814, ___m_HSliderHeight_31)); } inline float get_m_HSliderHeight_31() const { return ___m_HSliderHeight_31; } inline float* get_address_of_m_HSliderHeight_31() { return &___m_HSliderHeight_31; } inline void set_m_HSliderHeight_31(float value) { ___m_HSliderHeight_31 = value; } inline static int32_t get_offset_of_m_VSliderWidth_32() { return static_cast(offsetof(ScrollRect_t4137855814, ___m_VSliderWidth_32)); } inline float get_m_VSliderWidth_32() const { return ___m_VSliderWidth_32; } inline float* get_address_of_m_VSliderWidth_32() { return &___m_VSliderWidth_32; } inline void set_m_VSliderWidth_32(float value) { ___m_VSliderWidth_32 = value; } inline static int32_t get_offset_of_m_Rect_33() { return static_cast(offsetof(ScrollRect_t4137855814, ___m_Rect_33)); } inline RectTransform_t3704657025 * get_m_Rect_33() const { return ___m_Rect_33; } inline RectTransform_t3704657025 ** get_address_of_m_Rect_33() { return &___m_Rect_33; } inline void set_m_Rect_33(RectTransform_t3704657025 * value) { ___m_Rect_33 = value; Il2CppCodeGenWriteBarrier((&___m_Rect_33), value); } inline static int32_t get_offset_of_m_HorizontalScrollbarRect_34() { return static_cast(offsetof(ScrollRect_t4137855814, ___m_HorizontalScrollbarRect_34)); } inline RectTransform_t3704657025 * get_m_HorizontalScrollbarRect_34() const { return ___m_HorizontalScrollbarRect_34; } inline RectTransform_t3704657025 ** get_address_of_m_HorizontalScrollbarRect_34() { return &___m_HorizontalScrollbarRect_34; } inline void set_m_HorizontalScrollbarRect_34(RectTransform_t3704657025 * value) { ___m_HorizontalScrollbarRect_34 = value; Il2CppCodeGenWriteBarrier((&___m_HorizontalScrollbarRect_34), value); } inline static int32_t get_offset_of_m_VerticalScrollbarRect_35() { return static_cast(offsetof(ScrollRect_t4137855814, ___m_VerticalScrollbarRect_35)); } inline RectTransform_t3704657025 * get_m_VerticalScrollbarRect_35() const { return ___m_VerticalScrollbarRect_35; } inline RectTransform_t3704657025 ** get_address_of_m_VerticalScrollbarRect_35() { return &___m_VerticalScrollbarRect_35; } inline void set_m_VerticalScrollbarRect_35(RectTransform_t3704657025 * value) { ___m_VerticalScrollbarRect_35 = value; Il2CppCodeGenWriteBarrier((&___m_VerticalScrollbarRect_35), value); } inline static int32_t get_offset_of_m_Tracker_36() { return static_cast(offsetof(ScrollRect_t4137855814, ___m_Tracker_36)); } inline DrivenRectTransformTracker_t2562230146 get_m_Tracker_36() const { return ___m_Tracker_36; } inline DrivenRectTransformTracker_t2562230146 * get_address_of_m_Tracker_36() { return &___m_Tracker_36; } inline void set_m_Tracker_36(DrivenRectTransformTracker_t2562230146 value) { ___m_Tracker_36 = value; } inline static int32_t get_offset_of_m_Corners_37() { return static_cast(offsetof(ScrollRect_t4137855814, ___m_Corners_37)); } inline Vector3U5BU5D_t1718750761* get_m_Corners_37() const { return ___m_Corners_37; } inline Vector3U5BU5D_t1718750761** get_address_of_m_Corners_37() { return &___m_Corners_37; } inline void set_m_Corners_37(Vector3U5BU5D_t1718750761* value) { ___m_Corners_37 = value; Il2CppCodeGenWriteBarrier((&___m_Corners_37), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SCROLLRECT_T4137855814_H #ifndef GRAPHIC_T1660335611_H #define GRAPHIC_T1660335611_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.Graphic struct Graphic_t1660335611 : public UIBehaviour_t3495933518 { public: // UnityEngine.Material UnityEngine.UI.Graphic::m_Material Material_t340375123 * ___m_Material_4; // UnityEngine.Color UnityEngine.UI.Graphic::m_Color Color_t2555686324 ___m_Color_5; // System.Boolean UnityEngine.UI.Graphic::m_RaycastTarget bool ___m_RaycastTarget_6; // UnityEngine.RectTransform UnityEngine.UI.Graphic::m_RectTransform RectTransform_t3704657025 * ___m_RectTransform_7; // UnityEngine.CanvasRenderer UnityEngine.UI.Graphic::m_CanvasRenderer CanvasRenderer_t2598313366 * ___m_CanvasRenderer_8; // UnityEngine.Canvas UnityEngine.UI.Graphic::m_Canvas Canvas_t3310196443 * ___m_Canvas_9; // System.Boolean UnityEngine.UI.Graphic::m_VertsDirty bool ___m_VertsDirty_10; // System.Boolean UnityEngine.UI.Graphic::m_MaterialDirty bool ___m_MaterialDirty_11; // UnityEngine.Events.UnityAction UnityEngine.UI.Graphic::m_OnDirtyLayoutCallback UnityAction_t3245792599 * ___m_OnDirtyLayoutCallback_12; // UnityEngine.Events.UnityAction UnityEngine.UI.Graphic::m_OnDirtyVertsCallback UnityAction_t3245792599 * ___m_OnDirtyVertsCallback_13; // UnityEngine.Events.UnityAction UnityEngine.UI.Graphic::m_OnDirtyMaterialCallback UnityAction_t3245792599 * ___m_OnDirtyMaterialCallback_14; // UnityEngine.UI.CoroutineTween.TweenRunner`1 UnityEngine.UI.Graphic::m_ColorTweenRunner TweenRunner_1_t3055525458 * ___m_ColorTweenRunner_17; // System.Boolean UnityEngine.UI.Graphic::k__BackingField bool ___U3CuseLegacyMeshGenerationU3Ek__BackingField_18; public: inline static int32_t get_offset_of_m_Material_4() { return static_cast(offsetof(Graphic_t1660335611, ___m_Material_4)); } inline Material_t340375123 * get_m_Material_4() const { return ___m_Material_4; } inline Material_t340375123 ** get_address_of_m_Material_4() { return &___m_Material_4; } inline void set_m_Material_4(Material_t340375123 * value) { ___m_Material_4 = value; Il2CppCodeGenWriteBarrier((&___m_Material_4), value); } inline static int32_t get_offset_of_m_Color_5() { return static_cast(offsetof(Graphic_t1660335611, ___m_Color_5)); } inline Color_t2555686324 get_m_Color_5() const { return ___m_Color_5; } inline Color_t2555686324 * get_address_of_m_Color_5() { return &___m_Color_5; } inline void set_m_Color_5(Color_t2555686324 value) { ___m_Color_5 = value; } inline static int32_t get_offset_of_m_RaycastTarget_6() { return static_cast(offsetof(Graphic_t1660335611, ___m_RaycastTarget_6)); } inline bool get_m_RaycastTarget_6() const { return ___m_RaycastTarget_6; } inline bool* get_address_of_m_RaycastTarget_6() { return &___m_RaycastTarget_6; } inline void set_m_RaycastTarget_6(bool value) { ___m_RaycastTarget_6 = value; } inline static int32_t get_offset_of_m_RectTransform_7() { return static_cast(offsetof(Graphic_t1660335611, ___m_RectTransform_7)); } inline RectTransform_t3704657025 * get_m_RectTransform_7() const { return ___m_RectTransform_7; } inline RectTransform_t3704657025 ** get_address_of_m_RectTransform_7() { return &___m_RectTransform_7; } inline void set_m_RectTransform_7(RectTransform_t3704657025 * value) { ___m_RectTransform_7 = value; Il2CppCodeGenWriteBarrier((&___m_RectTransform_7), value); } inline static int32_t get_offset_of_m_CanvasRenderer_8() { return static_cast(offsetof(Graphic_t1660335611, ___m_CanvasRenderer_8)); } inline CanvasRenderer_t2598313366 * get_m_CanvasRenderer_8() const { return ___m_CanvasRenderer_8; } inline CanvasRenderer_t2598313366 ** get_address_of_m_CanvasRenderer_8() { return &___m_CanvasRenderer_8; } inline void set_m_CanvasRenderer_8(CanvasRenderer_t2598313366 * value) { ___m_CanvasRenderer_8 = value; Il2CppCodeGenWriteBarrier((&___m_CanvasRenderer_8), value); } inline static int32_t get_offset_of_m_Canvas_9() { return static_cast(offsetof(Graphic_t1660335611, ___m_Canvas_9)); } inline Canvas_t3310196443 * get_m_Canvas_9() const { return ___m_Canvas_9; } inline Canvas_t3310196443 ** get_address_of_m_Canvas_9() { return &___m_Canvas_9; } inline void set_m_Canvas_9(Canvas_t3310196443 * value) { ___m_Canvas_9 = value; Il2CppCodeGenWriteBarrier((&___m_Canvas_9), value); } inline static int32_t get_offset_of_m_VertsDirty_10() { return static_cast(offsetof(Graphic_t1660335611, ___m_VertsDirty_10)); } inline bool get_m_VertsDirty_10() const { return ___m_VertsDirty_10; } inline bool* get_address_of_m_VertsDirty_10() { return &___m_VertsDirty_10; } inline void set_m_VertsDirty_10(bool value) { ___m_VertsDirty_10 = value; } inline static int32_t get_offset_of_m_MaterialDirty_11() { return static_cast(offsetof(Graphic_t1660335611, ___m_MaterialDirty_11)); } inline bool get_m_MaterialDirty_11() const { return ___m_MaterialDirty_11; } inline bool* get_address_of_m_MaterialDirty_11() { return &___m_MaterialDirty_11; } inline void set_m_MaterialDirty_11(bool value) { ___m_MaterialDirty_11 = value; } inline static int32_t get_offset_of_m_OnDirtyLayoutCallback_12() { return static_cast(offsetof(Graphic_t1660335611, ___m_OnDirtyLayoutCallback_12)); } inline UnityAction_t3245792599 * get_m_OnDirtyLayoutCallback_12() const { return ___m_OnDirtyLayoutCallback_12; } inline UnityAction_t3245792599 ** get_address_of_m_OnDirtyLayoutCallback_12() { return &___m_OnDirtyLayoutCallback_12; } inline void set_m_OnDirtyLayoutCallback_12(UnityAction_t3245792599 * value) { ___m_OnDirtyLayoutCallback_12 = value; Il2CppCodeGenWriteBarrier((&___m_OnDirtyLayoutCallback_12), value); } inline static int32_t get_offset_of_m_OnDirtyVertsCallback_13() { return static_cast(offsetof(Graphic_t1660335611, ___m_OnDirtyVertsCallback_13)); } inline UnityAction_t3245792599 * get_m_OnDirtyVertsCallback_13() const { return ___m_OnDirtyVertsCallback_13; } inline UnityAction_t3245792599 ** get_address_of_m_OnDirtyVertsCallback_13() { return &___m_OnDirtyVertsCallback_13; } inline void set_m_OnDirtyVertsCallback_13(UnityAction_t3245792599 * value) { ___m_OnDirtyVertsCallback_13 = value; Il2CppCodeGenWriteBarrier((&___m_OnDirtyVertsCallback_13), value); } inline static int32_t get_offset_of_m_OnDirtyMaterialCallback_14() { return static_cast(offsetof(Graphic_t1660335611, ___m_OnDirtyMaterialCallback_14)); } inline UnityAction_t3245792599 * get_m_OnDirtyMaterialCallback_14() const { return ___m_OnDirtyMaterialCallback_14; } inline UnityAction_t3245792599 ** get_address_of_m_OnDirtyMaterialCallback_14() { return &___m_OnDirtyMaterialCallback_14; } inline void set_m_OnDirtyMaterialCallback_14(UnityAction_t3245792599 * value) { ___m_OnDirtyMaterialCallback_14 = value; Il2CppCodeGenWriteBarrier((&___m_OnDirtyMaterialCallback_14), value); } inline static int32_t get_offset_of_m_ColorTweenRunner_17() { return static_cast(offsetof(Graphic_t1660335611, ___m_ColorTweenRunner_17)); } inline TweenRunner_1_t3055525458 * get_m_ColorTweenRunner_17() const { return ___m_ColorTweenRunner_17; } inline TweenRunner_1_t3055525458 ** get_address_of_m_ColorTweenRunner_17() { return &___m_ColorTweenRunner_17; } inline void set_m_ColorTweenRunner_17(TweenRunner_1_t3055525458 * value) { ___m_ColorTweenRunner_17 = value; Il2CppCodeGenWriteBarrier((&___m_ColorTweenRunner_17), value); } inline static int32_t get_offset_of_U3CuseLegacyMeshGenerationU3Ek__BackingField_18() { return static_cast(offsetof(Graphic_t1660335611, ___U3CuseLegacyMeshGenerationU3Ek__BackingField_18)); } inline bool get_U3CuseLegacyMeshGenerationU3Ek__BackingField_18() const { return ___U3CuseLegacyMeshGenerationU3Ek__BackingField_18; } inline bool* get_address_of_U3CuseLegacyMeshGenerationU3Ek__BackingField_18() { return &___U3CuseLegacyMeshGenerationU3Ek__BackingField_18; } inline void set_U3CuseLegacyMeshGenerationU3Ek__BackingField_18(bool value) { ___U3CuseLegacyMeshGenerationU3Ek__BackingField_18 = value; } }; struct Graphic_t1660335611_StaticFields { public: // UnityEngine.Material UnityEngine.UI.Graphic::s_DefaultUI Material_t340375123 * ___s_DefaultUI_2; // UnityEngine.Texture2D UnityEngine.UI.Graphic::s_WhiteTexture Texture2D_t3840446185 * ___s_WhiteTexture_3; // UnityEngine.Mesh UnityEngine.UI.Graphic::s_Mesh Mesh_t3648964284 * ___s_Mesh_15; // UnityEngine.UI.VertexHelper UnityEngine.UI.Graphic::s_VertexHelper VertexHelper_t2453304189 * ___s_VertexHelper_16; public: inline static int32_t get_offset_of_s_DefaultUI_2() { return static_cast(offsetof(Graphic_t1660335611_StaticFields, ___s_DefaultUI_2)); } inline Material_t340375123 * get_s_DefaultUI_2() const { return ___s_DefaultUI_2; } inline Material_t340375123 ** get_address_of_s_DefaultUI_2() { return &___s_DefaultUI_2; } inline void set_s_DefaultUI_2(Material_t340375123 * value) { ___s_DefaultUI_2 = value; Il2CppCodeGenWriteBarrier((&___s_DefaultUI_2), value); } inline static int32_t get_offset_of_s_WhiteTexture_3() { return static_cast(offsetof(Graphic_t1660335611_StaticFields, ___s_WhiteTexture_3)); } inline Texture2D_t3840446185 * get_s_WhiteTexture_3() const { return ___s_WhiteTexture_3; } inline Texture2D_t3840446185 ** get_address_of_s_WhiteTexture_3() { return &___s_WhiteTexture_3; } inline void set_s_WhiteTexture_3(Texture2D_t3840446185 * value) { ___s_WhiteTexture_3 = value; Il2CppCodeGenWriteBarrier((&___s_WhiteTexture_3), value); } inline static int32_t get_offset_of_s_Mesh_15() { return static_cast(offsetof(Graphic_t1660335611_StaticFields, ___s_Mesh_15)); } inline Mesh_t3648964284 * get_s_Mesh_15() const { return ___s_Mesh_15; } inline Mesh_t3648964284 ** get_address_of_s_Mesh_15() { return &___s_Mesh_15; } inline void set_s_Mesh_15(Mesh_t3648964284 * value) { ___s_Mesh_15 = value; Il2CppCodeGenWriteBarrier((&___s_Mesh_15), value); } inline static int32_t get_offset_of_s_VertexHelper_16() { return static_cast(offsetof(Graphic_t1660335611_StaticFields, ___s_VertexHelper_16)); } inline VertexHelper_t2453304189 * get_s_VertexHelper_16() const { return ___s_VertexHelper_16; } inline VertexHelper_t2453304189 ** get_address_of_s_VertexHelper_16() { return &___s_VertexHelper_16; } inline void set_s_VertexHelper_16(VertexHelper_t2453304189 * value) { ___s_VertexHelper_16 = value; Il2CppCodeGenWriteBarrier((&___s_VertexHelper_16), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GRAPHIC_T1660335611_H #ifndef SELECTABLE_T3250028441_H #define SELECTABLE_T3250028441_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.Selectable struct Selectable_t3250028441 : public UIBehaviour_t3495933518 { public: // UnityEngine.UI.Navigation UnityEngine.UI.Selectable::m_Navigation Navigation_t3049316579 ___m_Navigation_3; // UnityEngine.UI.Selectable/Transition UnityEngine.UI.Selectable::m_Transition int32_t ___m_Transition_4; // UnityEngine.UI.ColorBlock UnityEngine.UI.Selectable::m_Colors ColorBlock_t2139031574 ___m_Colors_5; // UnityEngine.UI.SpriteState UnityEngine.UI.Selectable::m_SpriteState SpriteState_t1362986479 ___m_SpriteState_6; // UnityEngine.UI.AnimationTriggers UnityEngine.UI.Selectable::m_AnimationTriggers AnimationTriggers_t2532145056 * ___m_AnimationTriggers_7; // System.Boolean UnityEngine.UI.Selectable::m_Interactable bool ___m_Interactable_8; // UnityEngine.UI.Graphic UnityEngine.UI.Selectable::m_TargetGraphic Graphic_t1660335611 * ___m_TargetGraphic_9; // System.Boolean UnityEngine.UI.Selectable::m_GroupsAllowInteraction bool ___m_GroupsAllowInteraction_10; // UnityEngine.UI.Selectable/SelectionState UnityEngine.UI.Selectable::m_CurrentSelectionState int32_t ___m_CurrentSelectionState_11; // System.Boolean UnityEngine.UI.Selectable::k__BackingField bool ___U3CisPointerInsideU3Ek__BackingField_12; // System.Boolean UnityEngine.UI.Selectable::k__BackingField bool ___U3CisPointerDownU3Ek__BackingField_13; // System.Boolean UnityEngine.UI.Selectable::k__BackingField bool ___U3ChasSelectionU3Ek__BackingField_14; // System.Collections.Generic.List`1 UnityEngine.UI.Selectable::m_CanvasGroupCache List_1_t1260619206 * ___m_CanvasGroupCache_15; public: inline static int32_t get_offset_of_m_Navigation_3() { return static_cast(offsetof(Selectable_t3250028441, ___m_Navigation_3)); } inline Navigation_t3049316579 get_m_Navigation_3() const { return ___m_Navigation_3; } inline Navigation_t3049316579 * get_address_of_m_Navigation_3() { return &___m_Navigation_3; } inline void set_m_Navigation_3(Navigation_t3049316579 value) { ___m_Navigation_3 = value; } inline static int32_t get_offset_of_m_Transition_4() { return static_cast(offsetof(Selectable_t3250028441, ___m_Transition_4)); } inline int32_t get_m_Transition_4() const { return ___m_Transition_4; } inline int32_t* get_address_of_m_Transition_4() { return &___m_Transition_4; } inline void set_m_Transition_4(int32_t value) { ___m_Transition_4 = value; } inline static int32_t get_offset_of_m_Colors_5() { return static_cast(offsetof(Selectable_t3250028441, ___m_Colors_5)); } inline ColorBlock_t2139031574 get_m_Colors_5() const { return ___m_Colors_5; } inline ColorBlock_t2139031574 * get_address_of_m_Colors_5() { return &___m_Colors_5; } inline void set_m_Colors_5(ColorBlock_t2139031574 value) { ___m_Colors_5 = value; } inline static int32_t get_offset_of_m_SpriteState_6() { return static_cast(offsetof(Selectable_t3250028441, ___m_SpriteState_6)); } inline SpriteState_t1362986479 get_m_SpriteState_6() const { return ___m_SpriteState_6; } inline SpriteState_t1362986479 * get_address_of_m_SpriteState_6() { return &___m_SpriteState_6; } inline void set_m_SpriteState_6(SpriteState_t1362986479 value) { ___m_SpriteState_6 = value; } inline static int32_t get_offset_of_m_AnimationTriggers_7() { return static_cast(offsetof(Selectable_t3250028441, ___m_AnimationTriggers_7)); } inline AnimationTriggers_t2532145056 * get_m_AnimationTriggers_7() const { return ___m_AnimationTriggers_7; } inline AnimationTriggers_t2532145056 ** get_address_of_m_AnimationTriggers_7() { return &___m_AnimationTriggers_7; } inline void set_m_AnimationTriggers_7(AnimationTriggers_t2532145056 * value) { ___m_AnimationTriggers_7 = value; Il2CppCodeGenWriteBarrier((&___m_AnimationTriggers_7), value); } inline static int32_t get_offset_of_m_Interactable_8() { return static_cast(offsetof(Selectable_t3250028441, ___m_Interactable_8)); } inline bool get_m_Interactable_8() const { return ___m_Interactable_8; } inline bool* get_address_of_m_Interactable_8() { return &___m_Interactable_8; } inline void set_m_Interactable_8(bool value) { ___m_Interactable_8 = value; } inline static int32_t get_offset_of_m_TargetGraphic_9() { return static_cast(offsetof(Selectable_t3250028441, ___m_TargetGraphic_9)); } inline Graphic_t1660335611 * get_m_TargetGraphic_9() const { return ___m_TargetGraphic_9; } inline Graphic_t1660335611 ** get_address_of_m_TargetGraphic_9() { return &___m_TargetGraphic_9; } inline void set_m_TargetGraphic_9(Graphic_t1660335611 * value) { ___m_TargetGraphic_9 = value; Il2CppCodeGenWriteBarrier((&___m_TargetGraphic_9), value); } inline static int32_t get_offset_of_m_GroupsAllowInteraction_10() { return static_cast(offsetof(Selectable_t3250028441, ___m_GroupsAllowInteraction_10)); } inline bool get_m_GroupsAllowInteraction_10() const { return ___m_GroupsAllowInteraction_10; } inline bool* get_address_of_m_GroupsAllowInteraction_10() { return &___m_GroupsAllowInteraction_10; } inline void set_m_GroupsAllowInteraction_10(bool value) { ___m_GroupsAllowInteraction_10 = value; } inline static int32_t get_offset_of_m_CurrentSelectionState_11() { return static_cast(offsetof(Selectable_t3250028441, ___m_CurrentSelectionState_11)); } inline int32_t get_m_CurrentSelectionState_11() const { return ___m_CurrentSelectionState_11; } inline int32_t* get_address_of_m_CurrentSelectionState_11() { return &___m_CurrentSelectionState_11; } inline void set_m_CurrentSelectionState_11(int32_t value) { ___m_CurrentSelectionState_11 = value; } inline static int32_t get_offset_of_U3CisPointerInsideU3Ek__BackingField_12() { return static_cast(offsetof(Selectable_t3250028441, ___U3CisPointerInsideU3Ek__BackingField_12)); } inline bool get_U3CisPointerInsideU3Ek__BackingField_12() const { return ___U3CisPointerInsideU3Ek__BackingField_12; } inline bool* get_address_of_U3CisPointerInsideU3Ek__BackingField_12() { return &___U3CisPointerInsideU3Ek__BackingField_12; } inline void set_U3CisPointerInsideU3Ek__BackingField_12(bool value) { ___U3CisPointerInsideU3Ek__BackingField_12 = value; } inline static int32_t get_offset_of_U3CisPointerDownU3Ek__BackingField_13() { return static_cast(offsetof(Selectable_t3250028441, ___U3CisPointerDownU3Ek__BackingField_13)); } inline bool get_U3CisPointerDownU3Ek__BackingField_13() const { return ___U3CisPointerDownU3Ek__BackingField_13; } inline bool* get_address_of_U3CisPointerDownU3Ek__BackingField_13() { return &___U3CisPointerDownU3Ek__BackingField_13; } inline void set_U3CisPointerDownU3Ek__BackingField_13(bool value) { ___U3CisPointerDownU3Ek__BackingField_13 = value; } inline static int32_t get_offset_of_U3ChasSelectionU3Ek__BackingField_14() { return static_cast(offsetof(Selectable_t3250028441, ___U3ChasSelectionU3Ek__BackingField_14)); } inline bool get_U3ChasSelectionU3Ek__BackingField_14() const { return ___U3ChasSelectionU3Ek__BackingField_14; } inline bool* get_address_of_U3ChasSelectionU3Ek__BackingField_14() { return &___U3ChasSelectionU3Ek__BackingField_14; } inline void set_U3ChasSelectionU3Ek__BackingField_14(bool value) { ___U3ChasSelectionU3Ek__BackingField_14 = value; } inline static int32_t get_offset_of_m_CanvasGroupCache_15() { return static_cast(offsetof(Selectable_t3250028441, ___m_CanvasGroupCache_15)); } inline List_1_t1260619206 * get_m_CanvasGroupCache_15() const { return ___m_CanvasGroupCache_15; } inline List_1_t1260619206 ** get_address_of_m_CanvasGroupCache_15() { return &___m_CanvasGroupCache_15; } inline void set_m_CanvasGroupCache_15(List_1_t1260619206 * value) { ___m_CanvasGroupCache_15 = value; Il2CppCodeGenWriteBarrier((&___m_CanvasGroupCache_15), value); } }; struct Selectable_t3250028441_StaticFields { public: // System.Collections.Generic.List`1 UnityEngine.UI.Selectable::s_List List_1_t427135887 * ___s_List_2; public: inline static int32_t get_offset_of_s_List_2() { return static_cast(offsetof(Selectable_t3250028441_StaticFields, ___s_List_2)); } inline List_1_t427135887 * get_s_List_2() const { return ___s_List_2; } inline List_1_t427135887 ** get_address_of_s_List_2() { return &___s_List_2; } inline void set_s_List_2(List_1_t427135887 * value) { ___s_List_2 = value; Il2CppCodeGenWriteBarrier((&___s_List_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SELECTABLE_T3250028441_H #ifndef SLIDER_T3903728902_H #define SLIDER_T3903728902_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.Slider struct Slider_t3903728902 : public Selectable_t3250028441 { public: // UnityEngine.RectTransform UnityEngine.UI.Slider::m_FillRect RectTransform_t3704657025 * ___m_FillRect_16; // UnityEngine.RectTransform UnityEngine.UI.Slider::m_HandleRect RectTransform_t3704657025 * ___m_HandleRect_17; // UnityEngine.UI.Slider/Direction UnityEngine.UI.Slider::m_Direction int32_t ___m_Direction_18; // System.Single UnityEngine.UI.Slider::m_MinValue float ___m_MinValue_19; // System.Single UnityEngine.UI.Slider::m_MaxValue float ___m_MaxValue_20; // System.Boolean UnityEngine.UI.Slider::m_WholeNumbers bool ___m_WholeNumbers_21; // System.Single UnityEngine.UI.Slider::m_Value float ___m_Value_22; // UnityEngine.UI.Slider/SliderEvent UnityEngine.UI.Slider::m_OnValueChanged SliderEvent_t3180273144 * ___m_OnValueChanged_23; // UnityEngine.UI.Image UnityEngine.UI.Slider::m_FillImage Image_t2670269651 * ___m_FillImage_24; // UnityEngine.Transform UnityEngine.UI.Slider::m_FillTransform Transform_t3600365921 * ___m_FillTransform_25; // UnityEngine.RectTransform UnityEngine.UI.Slider::m_FillContainerRect RectTransform_t3704657025 * ___m_FillContainerRect_26; // UnityEngine.Transform UnityEngine.UI.Slider::m_HandleTransform Transform_t3600365921 * ___m_HandleTransform_27; // UnityEngine.RectTransform UnityEngine.UI.Slider::m_HandleContainerRect RectTransform_t3704657025 * ___m_HandleContainerRect_28; // UnityEngine.Vector2 UnityEngine.UI.Slider::m_Offset Vector2_t2156229523 ___m_Offset_29; // UnityEngine.DrivenRectTransformTracker UnityEngine.UI.Slider::m_Tracker DrivenRectTransformTracker_t2562230146 ___m_Tracker_30; public: inline static int32_t get_offset_of_m_FillRect_16() { return static_cast(offsetof(Slider_t3903728902, ___m_FillRect_16)); } inline RectTransform_t3704657025 * get_m_FillRect_16() const { return ___m_FillRect_16; } inline RectTransform_t3704657025 ** get_address_of_m_FillRect_16() { return &___m_FillRect_16; } inline void set_m_FillRect_16(RectTransform_t3704657025 * value) { ___m_FillRect_16 = value; Il2CppCodeGenWriteBarrier((&___m_FillRect_16), value); } inline static int32_t get_offset_of_m_HandleRect_17() { return static_cast(offsetof(Slider_t3903728902, ___m_HandleRect_17)); } inline RectTransform_t3704657025 * get_m_HandleRect_17() const { return ___m_HandleRect_17; } inline RectTransform_t3704657025 ** get_address_of_m_HandleRect_17() { return &___m_HandleRect_17; } inline void set_m_HandleRect_17(RectTransform_t3704657025 * value) { ___m_HandleRect_17 = value; Il2CppCodeGenWriteBarrier((&___m_HandleRect_17), value); } inline static int32_t get_offset_of_m_Direction_18() { return static_cast(offsetof(Slider_t3903728902, ___m_Direction_18)); } inline int32_t get_m_Direction_18() const { return ___m_Direction_18; } inline int32_t* get_address_of_m_Direction_18() { return &___m_Direction_18; } inline void set_m_Direction_18(int32_t value) { ___m_Direction_18 = value; } inline static int32_t get_offset_of_m_MinValue_19() { return static_cast(offsetof(Slider_t3903728902, ___m_MinValue_19)); } inline float get_m_MinValue_19() const { return ___m_MinValue_19; } inline float* get_address_of_m_MinValue_19() { return &___m_MinValue_19; } inline void set_m_MinValue_19(float value) { ___m_MinValue_19 = value; } inline static int32_t get_offset_of_m_MaxValue_20() { return static_cast(offsetof(Slider_t3903728902, ___m_MaxValue_20)); } inline float get_m_MaxValue_20() const { return ___m_MaxValue_20; } inline float* get_address_of_m_MaxValue_20() { return &___m_MaxValue_20; } inline void set_m_MaxValue_20(float value) { ___m_MaxValue_20 = value; } inline static int32_t get_offset_of_m_WholeNumbers_21() { return static_cast(offsetof(Slider_t3903728902, ___m_WholeNumbers_21)); } inline bool get_m_WholeNumbers_21() const { return ___m_WholeNumbers_21; } inline bool* get_address_of_m_WholeNumbers_21() { return &___m_WholeNumbers_21; } inline void set_m_WholeNumbers_21(bool value) { ___m_WholeNumbers_21 = value; } inline static int32_t get_offset_of_m_Value_22() { return static_cast(offsetof(Slider_t3903728902, ___m_Value_22)); } inline float get_m_Value_22() const { return ___m_Value_22; } inline float* get_address_of_m_Value_22() { return &___m_Value_22; } inline void set_m_Value_22(float value) { ___m_Value_22 = value; } inline static int32_t get_offset_of_m_OnValueChanged_23() { return static_cast(offsetof(Slider_t3903728902, ___m_OnValueChanged_23)); } inline SliderEvent_t3180273144 * get_m_OnValueChanged_23() const { return ___m_OnValueChanged_23; } inline SliderEvent_t3180273144 ** get_address_of_m_OnValueChanged_23() { return &___m_OnValueChanged_23; } inline void set_m_OnValueChanged_23(SliderEvent_t3180273144 * value) { ___m_OnValueChanged_23 = value; Il2CppCodeGenWriteBarrier((&___m_OnValueChanged_23), value); } inline static int32_t get_offset_of_m_FillImage_24() { return static_cast(offsetof(Slider_t3903728902, ___m_FillImage_24)); } inline Image_t2670269651 * get_m_FillImage_24() const { return ___m_FillImage_24; } inline Image_t2670269651 ** get_address_of_m_FillImage_24() { return &___m_FillImage_24; } inline void set_m_FillImage_24(Image_t2670269651 * value) { ___m_FillImage_24 = value; Il2CppCodeGenWriteBarrier((&___m_FillImage_24), value); } inline static int32_t get_offset_of_m_FillTransform_25() { return static_cast(offsetof(Slider_t3903728902, ___m_FillTransform_25)); } inline Transform_t3600365921 * get_m_FillTransform_25() const { return ___m_FillTransform_25; } inline Transform_t3600365921 ** get_address_of_m_FillTransform_25() { return &___m_FillTransform_25; } inline void set_m_FillTransform_25(Transform_t3600365921 * value) { ___m_FillTransform_25 = value; Il2CppCodeGenWriteBarrier((&___m_FillTransform_25), value); } inline static int32_t get_offset_of_m_FillContainerRect_26() { return static_cast(offsetof(Slider_t3903728902, ___m_FillContainerRect_26)); } inline RectTransform_t3704657025 * get_m_FillContainerRect_26() const { return ___m_FillContainerRect_26; } inline RectTransform_t3704657025 ** get_address_of_m_FillContainerRect_26() { return &___m_FillContainerRect_26; } inline void set_m_FillContainerRect_26(RectTransform_t3704657025 * value) { ___m_FillContainerRect_26 = value; Il2CppCodeGenWriteBarrier((&___m_FillContainerRect_26), value); } inline static int32_t get_offset_of_m_HandleTransform_27() { return static_cast(offsetof(Slider_t3903728902, ___m_HandleTransform_27)); } inline Transform_t3600365921 * get_m_HandleTransform_27() const { return ___m_HandleTransform_27; } inline Transform_t3600365921 ** get_address_of_m_HandleTransform_27() { return &___m_HandleTransform_27; } inline void set_m_HandleTransform_27(Transform_t3600365921 * value) { ___m_HandleTransform_27 = value; Il2CppCodeGenWriteBarrier((&___m_HandleTransform_27), value); } inline static int32_t get_offset_of_m_HandleContainerRect_28() { return static_cast(offsetof(Slider_t3903728902, ___m_HandleContainerRect_28)); } inline RectTransform_t3704657025 * get_m_HandleContainerRect_28() const { return ___m_HandleContainerRect_28; } inline RectTransform_t3704657025 ** get_address_of_m_HandleContainerRect_28() { return &___m_HandleContainerRect_28; } inline void set_m_HandleContainerRect_28(RectTransform_t3704657025 * value) { ___m_HandleContainerRect_28 = value; Il2CppCodeGenWriteBarrier((&___m_HandleContainerRect_28), value); } inline static int32_t get_offset_of_m_Offset_29() { return static_cast(offsetof(Slider_t3903728902, ___m_Offset_29)); } inline Vector2_t2156229523 get_m_Offset_29() const { return ___m_Offset_29; } inline Vector2_t2156229523 * get_address_of_m_Offset_29() { return &___m_Offset_29; } inline void set_m_Offset_29(Vector2_t2156229523 value) { ___m_Offset_29 = value; } inline static int32_t get_offset_of_m_Tracker_30() { return static_cast(offsetof(Slider_t3903728902, ___m_Tracker_30)); } inline DrivenRectTransformTracker_t2562230146 get_m_Tracker_30() const { return ___m_Tracker_30; } inline DrivenRectTransformTracker_t2562230146 * get_address_of_m_Tracker_30() { return &___m_Tracker_30; } inline void set_m_Tracker_30(DrivenRectTransformTracker_t2562230146 value) { ___m_Tracker_30 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SLIDER_T3903728902_H #ifndef MASKABLEGRAPHIC_T3839221559_H #define MASKABLEGRAPHIC_T3839221559_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.MaskableGraphic struct MaskableGraphic_t3839221559 : public Graphic_t1660335611 { public: // System.Boolean UnityEngine.UI.MaskableGraphic::m_ShouldRecalculateStencil bool ___m_ShouldRecalculateStencil_19; // UnityEngine.Material UnityEngine.UI.MaskableGraphic::m_MaskMaterial Material_t340375123 * ___m_MaskMaterial_20; // UnityEngine.UI.RectMask2D UnityEngine.UI.MaskableGraphic::m_ParentMask RectMask2D_t3474889437 * ___m_ParentMask_21; // System.Boolean UnityEngine.UI.MaskableGraphic::m_Maskable bool ___m_Maskable_22; // System.Boolean UnityEngine.UI.MaskableGraphic::m_IncludeForMasking bool ___m_IncludeForMasking_23; // UnityEngine.UI.MaskableGraphic/CullStateChangedEvent UnityEngine.UI.MaskableGraphic::m_OnCullStateChanged CullStateChangedEvent_t3661388177 * ___m_OnCullStateChanged_24; // System.Boolean UnityEngine.UI.MaskableGraphic::m_ShouldRecalculate bool ___m_ShouldRecalculate_25; // System.Int32 UnityEngine.UI.MaskableGraphic::m_StencilValue int32_t ___m_StencilValue_26; // UnityEngine.Vector3[] UnityEngine.UI.MaskableGraphic::m_Corners Vector3U5BU5D_t1718750761* ___m_Corners_27; public: inline static int32_t get_offset_of_m_ShouldRecalculateStencil_19() { return static_cast(offsetof(MaskableGraphic_t3839221559, ___m_ShouldRecalculateStencil_19)); } inline bool get_m_ShouldRecalculateStencil_19() const { return ___m_ShouldRecalculateStencil_19; } inline bool* get_address_of_m_ShouldRecalculateStencil_19() { return &___m_ShouldRecalculateStencil_19; } inline void set_m_ShouldRecalculateStencil_19(bool value) { ___m_ShouldRecalculateStencil_19 = value; } inline static int32_t get_offset_of_m_MaskMaterial_20() { return static_cast(offsetof(MaskableGraphic_t3839221559, ___m_MaskMaterial_20)); } inline Material_t340375123 * get_m_MaskMaterial_20() const { return ___m_MaskMaterial_20; } inline Material_t340375123 ** get_address_of_m_MaskMaterial_20() { return &___m_MaskMaterial_20; } inline void set_m_MaskMaterial_20(Material_t340375123 * value) { ___m_MaskMaterial_20 = value; Il2CppCodeGenWriteBarrier((&___m_MaskMaterial_20), value); } inline static int32_t get_offset_of_m_ParentMask_21() { return static_cast(offsetof(MaskableGraphic_t3839221559, ___m_ParentMask_21)); } inline RectMask2D_t3474889437 * get_m_ParentMask_21() const { return ___m_ParentMask_21; } inline RectMask2D_t3474889437 ** get_address_of_m_ParentMask_21() { return &___m_ParentMask_21; } inline void set_m_ParentMask_21(RectMask2D_t3474889437 * value) { ___m_ParentMask_21 = value; Il2CppCodeGenWriteBarrier((&___m_ParentMask_21), value); } inline static int32_t get_offset_of_m_Maskable_22() { return static_cast(offsetof(MaskableGraphic_t3839221559, ___m_Maskable_22)); } inline bool get_m_Maskable_22() const { return ___m_Maskable_22; } inline bool* get_address_of_m_Maskable_22() { return &___m_Maskable_22; } inline void set_m_Maskable_22(bool value) { ___m_Maskable_22 = value; } inline static int32_t get_offset_of_m_IncludeForMasking_23() { return static_cast(offsetof(MaskableGraphic_t3839221559, ___m_IncludeForMasking_23)); } inline bool get_m_IncludeForMasking_23() const { return ___m_IncludeForMasking_23; } inline bool* get_address_of_m_IncludeForMasking_23() { return &___m_IncludeForMasking_23; } inline void set_m_IncludeForMasking_23(bool value) { ___m_IncludeForMasking_23 = value; } inline static int32_t get_offset_of_m_OnCullStateChanged_24() { return static_cast(offsetof(MaskableGraphic_t3839221559, ___m_OnCullStateChanged_24)); } inline CullStateChangedEvent_t3661388177 * get_m_OnCullStateChanged_24() const { return ___m_OnCullStateChanged_24; } inline CullStateChangedEvent_t3661388177 ** get_address_of_m_OnCullStateChanged_24() { return &___m_OnCullStateChanged_24; } inline void set_m_OnCullStateChanged_24(CullStateChangedEvent_t3661388177 * value) { ___m_OnCullStateChanged_24 = value; Il2CppCodeGenWriteBarrier((&___m_OnCullStateChanged_24), value); } inline static int32_t get_offset_of_m_ShouldRecalculate_25() { return static_cast(offsetof(MaskableGraphic_t3839221559, ___m_ShouldRecalculate_25)); } inline bool get_m_ShouldRecalculate_25() const { return ___m_ShouldRecalculate_25; } inline bool* get_address_of_m_ShouldRecalculate_25() { return &___m_ShouldRecalculate_25; } inline void set_m_ShouldRecalculate_25(bool value) { ___m_ShouldRecalculate_25 = value; } inline static int32_t get_offset_of_m_StencilValue_26() { return static_cast(offsetof(MaskableGraphic_t3839221559, ___m_StencilValue_26)); } inline int32_t get_m_StencilValue_26() const { return ___m_StencilValue_26; } inline int32_t* get_address_of_m_StencilValue_26() { return &___m_StencilValue_26; } inline void set_m_StencilValue_26(int32_t value) { ___m_StencilValue_26 = value; } inline static int32_t get_offset_of_m_Corners_27() { return static_cast(offsetof(MaskableGraphic_t3839221559, ___m_Corners_27)); } inline Vector3U5BU5D_t1718750761* get_m_Corners_27() const { return ___m_Corners_27; } inline Vector3U5BU5D_t1718750761** get_address_of_m_Corners_27() { return &___m_Corners_27; } inline void set_m_Corners_27(Vector3U5BU5D_t1718750761* value) { ___m_Corners_27 = value; Il2CppCodeGenWriteBarrier((&___m_Corners_27), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MASKABLEGRAPHIC_T3839221559_H #ifndef SHADOW_T773074319_H #define SHADOW_T773074319_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.Shadow struct Shadow_t773074319 : public BaseMeshEffect_t2440176439 { public: // UnityEngine.Color UnityEngine.UI.Shadow::m_EffectColor Color_t2555686324 ___m_EffectColor_3; // UnityEngine.Vector2 UnityEngine.UI.Shadow::m_EffectDistance Vector2_t2156229523 ___m_EffectDistance_4; // System.Boolean UnityEngine.UI.Shadow::m_UseGraphicAlpha bool ___m_UseGraphicAlpha_5; public: inline static int32_t get_offset_of_m_EffectColor_3() { return static_cast(offsetof(Shadow_t773074319, ___m_EffectColor_3)); } inline Color_t2555686324 get_m_EffectColor_3() const { return ___m_EffectColor_3; } inline Color_t2555686324 * get_address_of_m_EffectColor_3() { return &___m_EffectColor_3; } inline void set_m_EffectColor_3(Color_t2555686324 value) { ___m_EffectColor_3 = value; } inline static int32_t get_offset_of_m_EffectDistance_4() { return static_cast(offsetof(Shadow_t773074319, ___m_EffectDistance_4)); } inline Vector2_t2156229523 get_m_EffectDistance_4() const { return ___m_EffectDistance_4; } inline Vector2_t2156229523 * get_address_of_m_EffectDistance_4() { return &___m_EffectDistance_4; } inline void set_m_EffectDistance_4(Vector2_t2156229523 value) { ___m_EffectDistance_4 = value; } inline static int32_t get_offset_of_m_UseGraphicAlpha_5() { return static_cast(offsetof(Shadow_t773074319, ___m_UseGraphicAlpha_5)); } inline bool get_m_UseGraphicAlpha_5() const { return ___m_UseGraphicAlpha_5; } inline bool* get_address_of_m_UseGraphicAlpha_5() { return &___m_UseGraphicAlpha_5; } inline void set_m_UseGraphicAlpha_5(bool value) { ___m_UseGraphicAlpha_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SHADOW_T773074319_H #ifndef IMAGE_T2670269651_H #define IMAGE_T2670269651_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.Image struct Image_t2670269651 : public MaskableGraphic_t3839221559 { public: // UnityEngine.Sprite UnityEngine.UI.Image::m_Sprite Sprite_t280657092 * ___m_Sprite_29; // UnityEngine.Sprite UnityEngine.UI.Image::m_OverrideSprite Sprite_t280657092 * ___m_OverrideSprite_30; // UnityEngine.UI.Image/Type UnityEngine.UI.Image::m_Type int32_t ___m_Type_31; // System.Boolean UnityEngine.UI.Image::m_PreserveAspect bool ___m_PreserveAspect_32; // System.Boolean UnityEngine.UI.Image::m_FillCenter bool ___m_FillCenter_33; // UnityEngine.UI.Image/FillMethod UnityEngine.UI.Image::m_FillMethod int32_t ___m_FillMethod_34; // System.Single UnityEngine.UI.Image::m_FillAmount float ___m_FillAmount_35; // System.Boolean UnityEngine.UI.Image::m_FillClockwise bool ___m_FillClockwise_36; // System.Int32 UnityEngine.UI.Image::m_FillOrigin int32_t ___m_FillOrigin_37; // System.Single UnityEngine.UI.Image::m_AlphaHitTestMinimumThreshold float ___m_AlphaHitTestMinimumThreshold_38; // System.Boolean UnityEngine.UI.Image::m_Tracked bool ___m_Tracked_39; public: inline static int32_t get_offset_of_m_Sprite_29() { return static_cast(offsetof(Image_t2670269651, ___m_Sprite_29)); } inline Sprite_t280657092 * get_m_Sprite_29() const { return ___m_Sprite_29; } inline Sprite_t280657092 ** get_address_of_m_Sprite_29() { return &___m_Sprite_29; } inline void set_m_Sprite_29(Sprite_t280657092 * value) { ___m_Sprite_29 = value; Il2CppCodeGenWriteBarrier((&___m_Sprite_29), value); } inline static int32_t get_offset_of_m_OverrideSprite_30() { return static_cast(offsetof(Image_t2670269651, ___m_OverrideSprite_30)); } inline Sprite_t280657092 * get_m_OverrideSprite_30() const { return ___m_OverrideSprite_30; } inline Sprite_t280657092 ** get_address_of_m_OverrideSprite_30() { return &___m_OverrideSprite_30; } inline void set_m_OverrideSprite_30(Sprite_t280657092 * value) { ___m_OverrideSprite_30 = value; Il2CppCodeGenWriteBarrier((&___m_OverrideSprite_30), value); } inline static int32_t get_offset_of_m_Type_31() { return static_cast(offsetof(Image_t2670269651, ___m_Type_31)); } inline int32_t get_m_Type_31() const { return ___m_Type_31; } inline int32_t* get_address_of_m_Type_31() { return &___m_Type_31; } inline void set_m_Type_31(int32_t value) { ___m_Type_31 = value; } inline static int32_t get_offset_of_m_PreserveAspect_32() { return static_cast(offsetof(Image_t2670269651, ___m_PreserveAspect_32)); } inline bool get_m_PreserveAspect_32() const { return ___m_PreserveAspect_32; } inline bool* get_address_of_m_PreserveAspect_32() { return &___m_PreserveAspect_32; } inline void set_m_PreserveAspect_32(bool value) { ___m_PreserveAspect_32 = value; } inline static int32_t get_offset_of_m_FillCenter_33() { return static_cast(offsetof(Image_t2670269651, ___m_FillCenter_33)); } inline bool get_m_FillCenter_33() const { return ___m_FillCenter_33; } inline bool* get_address_of_m_FillCenter_33() { return &___m_FillCenter_33; } inline void set_m_FillCenter_33(bool value) { ___m_FillCenter_33 = value; } inline static int32_t get_offset_of_m_FillMethod_34() { return static_cast(offsetof(Image_t2670269651, ___m_FillMethod_34)); } inline int32_t get_m_FillMethod_34() const { return ___m_FillMethod_34; } inline int32_t* get_address_of_m_FillMethod_34() { return &___m_FillMethod_34; } inline void set_m_FillMethod_34(int32_t value) { ___m_FillMethod_34 = value; } inline static int32_t get_offset_of_m_FillAmount_35() { return static_cast(offsetof(Image_t2670269651, ___m_FillAmount_35)); } inline float get_m_FillAmount_35() const { return ___m_FillAmount_35; } inline float* get_address_of_m_FillAmount_35() { return &___m_FillAmount_35; } inline void set_m_FillAmount_35(float value) { ___m_FillAmount_35 = value; } inline static int32_t get_offset_of_m_FillClockwise_36() { return static_cast(offsetof(Image_t2670269651, ___m_FillClockwise_36)); } inline bool get_m_FillClockwise_36() const { return ___m_FillClockwise_36; } inline bool* get_address_of_m_FillClockwise_36() { return &___m_FillClockwise_36; } inline void set_m_FillClockwise_36(bool value) { ___m_FillClockwise_36 = value; } inline static int32_t get_offset_of_m_FillOrigin_37() { return static_cast(offsetof(Image_t2670269651, ___m_FillOrigin_37)); } inline int32_t get_m_FillOrigin_37() const { return ___m_FillOrigin_37; } inline int32_t* get_address_of_m_FillOrigin_37() { return &___m_FillOrigin_37; } inline void set_m_FillOrigin_37(int32_t value) { ___m_FillOrigin_37 = value; } inline static int32_t get_offset_of_m_AlphaHitTestMinimumThreshold_38() { return static_cast(offsetof(Image_t2670269651, ___m_AlphaHitTestMinimumThreshold_38)); } inline float get_m_AlphaHitTestMinimumThreshold_38() const { return ___m_AlphaHitTestMinimumThreshold_38; } inline float* get_address_of_m_AlphaHitTestMinimumThreshold_38() { return &___m_AlphaHitTestMinimumThreshold_38; } inline void set_m_AlphaHitTestMinimumThreshold_38(float value) { ___m_AlphaHitTestMinimumThreshold_38 = value; } inline static int32_t get_offset_of_m_Tracked_39() { return static_cast(offsetof(Image_t2670269651, ___m_Tracked_39)); } inline bool get_m_Tracked_39() const { return ___m_Tracked_39; } inline bool* get_address_of_m_Tracked_39() { return &___m_Tracked_39; } inline void set_m_Tracked_39(bool value) { ___m_Tracked_39 = value; } }; struct Image_t2670269651_StaticFields { public: // UnityEngine.Material UnityEngine.UI.Image::s_ETC1DefaultUI Material_t340375123 * ___s_ETC1DefaultUI_28; // UnityEngine.Vector2[] UnityEngine.UI.Image::s_VertScratch Vector2U5BU5D_t1457185986* ___s_VertScratch_40; // UnityEngine.Vector2[] UnityEngine.UI.Image::s_UVScratch Vector2U5BU5D_t1457185986* ___s_UVScratch_41; // UnityEngine.Vector3[] UnityEngine.UI.Image::s_Xy Vector3U5BU5D_t1718750761* ___s_Xy_42; // UnityEngine.Vector3[] UnityEngine.UI.Image::s_Uv Vector3U5BU5D_t1718750761* ___s_Uv_43; // System.Collections.Generic.List`1 UnityEngine.UI.Image::m_TrackedTexturelessImages List_1_t4142344393 * ___m_TrackedTexturelessImages_44; // System.Boolean UnityEngine.UI.Image::s_Initialized bool ___s_Initialized_45; // System.Action`1 UnityEngine.UI.Image::<>f__mg$cache0 Action_1_t819399007 * ___U3CU3Ef__mgU24cache0_46; public: inline static int32_t get_offset_of_s_ETC1DefaultUI_28() { return static_cast(offsetof(Image_t2670269651_StaticFields, ___s_ETC1DefaultUI_28)); } inline Material_t340375123 * get_s_ETC1DefaultUI_28() const { return ___s_ETC1DefaultUI_28; } inline Material_t340375123 ** get_address_of_s_ETC1DefaultUI_28() { return &___s_ETC1DefaultUI_28; } inline void set_s_ETC1DefaultUI_28(Material_t340375123 * value) { ___s_ETC1DefaultUI_28 = value; Il2CppCodeGenWriteBarrier((&___s_ETC1DefaultUI_28), value); } inline static int32_t get_offset_of_s_VertScratch_40() { return static_cast(offsetof(Image_t2670269651_StaticFields, ___s_VertScratch_40)); } inline Vector2U5BU5D_t1457185986* get_s_VertScratch_40() const { return ___s_VertScratch_40; } inline Vector2U5BU5D_t1457185986** get_address_of_s_VertScratch_40() { return &___s_VertScratch_40; } inline void set_s_VertScratch_40(Vector2U5BU5D_t1457185986* value) { ___s_VertScratch_40 = value; Il2CppCodeGenWriteBarrier((&___s_VertScratch_40), value); } inline static int32_t get_offset_of_s_UVScratch_41() { return static_cast(offsetof(Image_t2670269651_StaticFields, ___s_UVScratch_41)); } inline Vector2U5BU5D_t1457185986* get_s_UVScratch_41() const { return ___s_UVScratch_41; } inline Vector2U5BU5D_t1457185986** get_address_of_s_UVScratch_41() { return &___s_UVScratch_41; } inline void set_s_UVScratch_41(Vector2U5BU5D_t1457185986* value) { ___s_UVScratch_41 = value; Il2CppCodeGenWriteBarrier((&___s_UVScratch_41), value); } inline static int32_t get_offset_of_s_Xy_42() { return static_cast(offsetof(Image_t2670269651_StaticFields, ___s_Xy_42)); } inline Vector3U5BU5D_t1718750761* get_s_Xy_42() const { return ___s_Xy_42; } inline Vector3U5BU5D_t1718750761** get_address_of_s_Xy_42() { return &___s_Xy_42; } inline void set_s_Xy_42(Vector3U5BU5D_t1718750761* value) { ___s_Xy_42 = value; Il2CppCodeGenWriteBarrier((&___s_Xy_42), value); } inline static int32_t get_offset_of_s_Uv_43() { return static_cast(offsetof(Image_t2670269651_StaticFields, ___s_Uv_43)); } inline Vector3U5BU5D_t1718750761* get_s_Uv_43() const { return ___s_Uv_43; } inline Vector3U5BU5D_t1718750761** get_address_of_s_Uv_43() { return &___s_Uv_43; } inline void set_s_Uv_43(Vector3U5BU5D_t1718750761* value) { ___s_Uv_43 = value; Il2CppCodeGenWriteBarrier((&___s_Uv_43), value); } inline static int32_t get_offset_of_m_TrackedTexturelessImages_44() { return static_cast(offsetof(Image_t2670269651_StaticFields, ___m_TrackedTexturelessImages_44)); } inline List_1_t4142344393 * get_m_TrackedTexturelessImages_44() const { return ___m_TrackedTexturelessImages_44; } inline List_1_t4142344393 ** get_address_of_m_TrackedTexturelessImages_44() { return &___m_TrackedTexturelessImages_44; } inline void set_m_TrackedTexturelessImages_44(List_1_t4142344393 * value) { ___m_TrackedTexturelessImages_44 = value; Il2CppCodeGenWriteBarrier((&___m_TrackedTexturelessImages_44), value); } inline static int32_t get_offset_of_s_Initialized_45() { return static_cast(offsetof(Image_t2670269651_StaticFields, ___s_Initialized_45)); } inline bool get_s_Initialized_45() const { return ___s_Initialized_45; } inline bool* get_address_of_s_Initialized_45() { return &___s_Initialized_45; } inline void set_s_Initialized_45(bool value) { ___s_Initialized_45 = value; } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_46() { return static_cast(offsetof(Image_t2670269651_StaticFields, ___U3CU3Ef__mgU24cache0_46)); } inline Action_1_t819399007 * get_U3CU3Ef__mgU24cache0_46() const { return ___U3CU3Ef__mgU24cache0_46; } inline Action_1_t819399007 ** get_address_of_U3CU3Ef__mgU24cache0_46() { return &___U3CU3Ef__mgU24cache0_46; } inline void set_U3CU3Ef__mgU24cache0_46(Action_1_t819399007 * value) { ___U3CU3Ef__mgU24cache0_46 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_46), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IMAGE_T2670269651_H #ifndef TEXT_T1901882714_H #define TEXT_T1901882714_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.Text struct Text_t1901882714 : public MaskableGraphic_t3839221559 { public: // UnityEngine.UI.FontData UnityEngine.UI.Text::m_FontData FontData_t746620069 * ___m_FontData_28; // System.String UnityEngine.UI.Text::m_Text String_t* ___m_Text_29; // UnityEngine.TextGenerator UnityEngine.UI.Text::m_TextCache TextGenerator_t3211863866 * ___m_TextCache_30; // UnityEngine.TextGenerator UnityEngine.UI.Text::m_TextCacheForLayout TextGenerator_t3211863866 * ___m_TextCacheForLayout_31; // System.Boolean UnityEngine.UI.Text::m_DisableFontTextureRebuiltCallback bool ___m_DisableFontTextureRebuiltCallback_33; // UnityEngine.UIVertex[] UnityEngine.UI.Text::m_TempVerts UIVertexU5BU5D_t1981460040* ___m_TempVerts_34; public: inline static int32_t get_offset_of_m_FontData_28() { return static_cast(offsetof(Text_t1901882714, ___m_FontData_28)); } inline FontData_t746620069 * get_m_FontData_28() const { return ___m_FontData_28; } inline FontData_t746620069 ** get_address_of_m_FontData_28() { return &___m_FontData_28; } inline void set_m_FontData_28(FontData_t746620069 * value) { ___m_FontData_28 = value; Il2CppCodeGenWriteBarrier((&___m_FontData_28), value); } inline static int32_t get_offset_of_m_Text_29() { return static_cast(offsetof(Text_t1901882714, ___m_Text_29)); } inline String_t* get_m_Text_29() const { return ___m_Text_29; } inline String_t** get_address_of_m_Text_29() { return &___m_Text_29; } inline void set_m_Text_29(String_t* value) { ___m_Text_29 = value; Il2CppCodeGenWriteBarrier((&___m_Text_29), value); } inline static int32_t get_offset_of_m_TextCache_30() { return static_cast(offsetof(Text_t1901882714, ___m_TextCache_30)); } inline TextGenerator_t3211863866 * get_m_TextCache_30() const { return ___m_TextCache_30; } inline TextGenerator_t3211863866 ** get_address_of_m_TextCache_30() { return &___m_TextCache_30; } inline void set_m_TextCache_30(TextGenerator_t3211863866 * value) { ___m_TextCache_30 = value; Il2CppCodeGenWriteBarrier((&___m_TextCache_30), value); } inline static int32_t get_offset_of_m_TextCacheForLayout_31() { return static_cast(offsetof(Text_t1901882714, ___m_TextCacheForLayout_31)); } inline TextGenerator_t3211863866 * get_m_TextCacheForLayout_31() const { return ___m_TextCacheForLayout_31; } inline TextGenerator_t3211863866 ** get_address_of_m_TextCacheForLayout_31() { return &___m_TextCacheForLayout_31; } inline void set_m_TextCacheForLayout_31(TextGenerator_t3211863866 * value) { ___m_TextCacheForLayout_31 = value; Il2CppCodeGenWriteBarrier((&___m_TextCacheForLayout_31), value); } inline static int32_t get_offset_of_m_DisableFontTextureRebuiltCallback_33() { return static_cast(offsetof(Text_t1901882714, ___m_DisableFontTextureRebuiltCallback_33)); } inline bool get_m_DisableFontTextureRebuiltCallback_33() const { return ___m_DisableFontTextureRebuiltCallback_33; } inline bool* get_address_of_m_DisableFontTextureRebuiltCallback_33() { return &___m_DisableFontTextureRebuiltCallback_33; } inline void set_m_DisableFontTextureRebuiltCallback_33(bool value) { ___m_DisableFontTextureRebuiltCallback_33 = value; } inline static int32_t get_offset_of_m_TempVerts_34() { return static_cast(offsetof(Text_t1901882714, ___m_TempVerts_34)); } inline UIVertexU5BU5D_t1981460040* get_m_TempVerts_34() const { return ___m_TempVerts_34; } inline UIVertexU5BU5D_t1981460040** get_address_of_m_TempVerts_34() { return &___m_TempVerts_34; } inline void set_m_TempVerts_34(UIVertexU5BU5D_t1981460040* value) { ___m_TempVerts_34 = value; Il2CppCodeGenWriteBarrier((&___m_TempVerts_34), value); } }; struct Text_t1901882714_StaticFields { public: // UnityEngine.Material UnityEngine.UI.Text::s_DefaultText Material_t340375123 * ___s_DefaultText_32; public: inline static int32_t get_offset_of_s_DefaultText_32() { return static_cast(offsetof(Text_t1901882714_StaticFields, ___s_DefaultText_32)); } inline Material_t340375123 * get_s_DefaultText_32() const { return ___s_DefaultText_32; } inline Material_t340375123 ** get_address_of_s_DefaultText_32() { return &___s_DefaultText_32; } inline void set_s_DefaultText_32(Material_t340375123 * value) { ___s_DefaultText_32 = value; Il2CppCodeGenWriteBarrier((&___s_DefaultText_32), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TEXT_T1901882714_H #ifndef OUTLINE_T2536100125_H #define OUTLINE_T2536100125_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.Outline struct Outline_t2536100125 : public Shadow_t773074319 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // OUTLINE_T2536100125_H // XLuaTest.Injection[] struct InjectionU5BU5D_t3549262654 : public RuntimeArray { public: ALIGN_FIELD (8) Injection_t1663173063 * m_Items[1]; public: inline Injection_t1663173063 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Injection_t1663173063 ** 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, Injection_t1663173063 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline Injection_t1663173063 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Injection_t1663173063 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Injection_t1663173063 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Double[] struct DoubleU5BU5D_t3413330114 : public RuntimeArray { public: ALIGN_FIELD (8) double m_Items[1]; public: inline double GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline double* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, double value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline double GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline double* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, double value) { m_Items[index] = value; } }; // 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; } }; // XLuaTest.MyStruct[] struct MyStructU5BU5D_t224763702 : public RuntimeArray { public: ALIGN_FIELD (8) MyStruct_t514849583 m_Items[1]; public: inline MyStruct_t514849583 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline MyStruct_t514849583 * 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, MyStruct_t514849583 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline MyStruct_t514849583 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline MyStruct_t514849583 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, MyStruct_t514849583 value) { m_Items[index] = value; } }; // XLuaTest.MyEnum[] struct MyEnumU5BU5D_t3063337185 : public RuntimeArray { public: ALIGN_FIELD (8) int32_t m_Items[1]; public: inline int32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value) { m_Items[index] = value; } }; // System.Decimal[] struct DecimalU5BU5D_t1145110141 : public RuntimeArray { public: ALIGN_FIELD (8) Decimal_t2948259380 m_Items[1]; public: inline Decimal_t2948259380 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Decimal_t2948259380 * 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, Decimal_t2948259380 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Decimal_t2948259380 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Decimal_t2948259380 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Decimal_t2948259380 value) { m_Items[index] = value; } }; // XLua.DelegateBridge[] struct DelegateBridgeU5BU5D_t3509475594 : public RuntimeArray { public: ALIGN_FIELD (8) DelegateBridge_t811511531 * m_Items[1]; public: inline DelegateBridge_t811511531 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline DelegateBridge_t811511531 ** 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, DelegateBridge_t811511531 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline DelegateBridge_t811511531 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline DelegateBridge_t811511531 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, DelegateBridge_t811511531 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Byte[] struct ByteU5BU5D_t4116647657 : public RuntimeArray { public: ALIGN_FIELD (8) uint8_t m_Items[1]; public: inline uint8_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint8_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint8_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value) { m_Items[index] = value; } }; // System.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.Void System.Action`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_2__ctor_m1095989290_gshared (Action_2_t2340848427 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void System.Func`3::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Func_3__ctor_m4019600304_gshared (Func_3_t1810338832 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_1__ctor_m118522912_gshared (Action_1_t3252573759 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_1__ctor_m4144119920_gshared (Action_1_t767132958 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_1__ctor_m4058363731_gshared (Action_1_t3123413348 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void UnityEngine.Events.UnityAction`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void UnityAction_1__ctor_m3081378164_gshared (UnityAction_1_t3535781894 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_2__ctor_m2116231154_gshared (Action_2_t4177122770 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_1__ctor_m4059354831_gshared (Action_1_t1569734369 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void UnityEngine.Events.UnityAction`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void UnityAction_1__ctor_m4251943150_gshared (UnityAction_1_t12182309 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_2__ctor_m1520833393_gshared (Action_2_t2523487705 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action_1__ctor_m1363151734_gshared (Action_1_t269755560 * __this, RuntimeObject * p0, intptr_t p1, 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.Void System.Collections.Generic.Dictionary`2::.ctor() extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m518943619_gshared (Dictionary_2_t132545152 * __this, 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.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 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.Void XLua.LuaBase::.ctor(System.Int32,XLua.LuaEnv) extern "C" IL2CPP_METHOD_ATTR void LuaBase__ctor_m4144541441 (LuaBase_t1730675691 * __this, int32_t ___reference0, LuaEnv_t2152703515 * ___luaenv1, const RuntimeMethod* method); // System.Void XLua.CSObjectWrap.XLuaTestInvokeLuaICalcBridge::.ctor(System.Int32,XLua.LuaEnv) extern "C" IL2CPP_METHOD_ATTR void XLuaTestInvokeLuaICalcBridge__ctor_m2516198478 (XLuaTestInvokeLuaICalcBridge_t4005527277 * __this, int32_t ___reference0, LuaEnv_t2152703515 * ___luaenv1, const RuntimeMethod* method); // System.IntPtr XLua.LuaEnv::get_L() extern "C" IL2CPP_METHOD_ATTR intptr_t LuaEnv_get_L_m820602397 (LuaEnv_t2152703515 * __this, const RuntimeMethod* method); // System.Int32 XLua.LuaDLL.Lua::load_error_func(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Lua_load_error_func_m900418168 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___Ref1, const RuntimeMethod* method); // System.Void XLua.LuaDLL.Lua::lua_getref(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Lua_lua_getref_m387649952 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___reference1, const RuntimeMethod* method); // System.Void XLua.LuaDLL.Lua::xlua_pushasciistring(System.IntPtr,System.String) extern "C" IL2CPP_METHOD_ATTR void Lua_xlua_pushasciistring_m246597761 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, String_t* ___str1, const RuntimeMethod* method); // System.Int32 XLua.LuaDLL.Lua::xlua_pgettable(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Lua_xlua_pgettable_m895294724 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method); // System.Void XLua.LuaEnv::ThrowExceptionFromError(System.Int32) extern "C" IL2CPP_METHOD_ATTR void LuaEnv_ThrowExceptionFromError_m1685544561 (LuaEnv_t2152703515 * __this, int32_t ___oldTop0, const RuntimeMethod* method); // System.Boolean XLua.LuaDLL.Lua::lua_isfunction(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool Lua_lua_isfunction_m2911708774 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method); // System.Void XLua.LuaDLL.Lua::lua_pushvalue(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Lua_lua_pushvalue_m425062527 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___index1, const RuntimeMethod* method); // System.Void XLua.LuaDLL.Lua::lua_remove(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Lua_lua_remove_m1793624660 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___index1, const RuntimeMethod* method); // System.Void XLua.LuaDLL.Lua::xlua_pushinteger(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Lua_xlua_pushinteger_m3473749366 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___value1, const RuntimeMethod* method); // System.Int32 XLua.LuaDLL.Lua::lua_pcall(System.IntPtr,System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Lua_lua_pcall_m4060699747 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___nArgs1, int32_t ___nResults2, int32_t ___errfunc3, const RuntimeMethod* method); // System.Int32 XLua.LuaDLL.Lua::xlua_tointeger(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Lua_xlua_tointeger_m2263761157 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___index1, const RuntimeMethod* method); // System.Void XLua.LuaDLL.Lua::lua_settop(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Lua_lua_settop_m2822720422 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___newTop1, const RuntimeMethod* method); // System.Int32 XLua.LuaDLL.Lua::lua_gettop(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t Lua_lua_gettop_m2394536141 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // System.Void XLua.LuaDLL.Lua::lua_pop(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Lua_lua_pop_m1434696172 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___amount1, const RuntimeMethod* method); // System.Int32 XLua.LuaDLL.Lua::xlua_psettable(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Lua_xlua_psettable_m2431125661 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::Push(System.IntPtr,System.Object) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_Push_m105918116 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, RuntimeObject * ___o1, const RuntimeMethod* method); // System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle) extern "C" IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m1620074514 (RuntimeObject * __this /* static, unused */, RuntimeTypeHandle_t3027515415 p0, const RuntimeMethod* method); // System.Object XLua.ObjectTranslator::GetObject(System.IntPtr,System.Int32,System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ObjectTranslator_GetObject_m805173647 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, Type_t * ___type2, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::PushAny(System.IntPtr,System.Object) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_PushAny_m2595410231 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, RuntimeObject * ___o1, const RuntimeMethod* method); // System.Int32 XLua.CSObjectWrap.XLuaTestLuaBehaviourWrap::__CreateInstance(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t XLuaTestLuaBehaviourWrap___CreateInstance_m3479641678 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // System.Int32 XLua.CSObjectWrap.XLuaTestLuaBehaviourWrap::_g_get_luaScript(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t XLuaTestLuaBehaviourWrap__g_get_luaScript_m3732224857 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // System.Int32 XLua.CSObjectWrap.XLuaTestLuaBehaviourWrap::_g_get_injections(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t XLuaTestLuaBehaviourWrap__g_get_injections_m3725516623 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // System.Int32 XLua.CSObjectWrap.XLuaTestLuaBehaviourWrap::_s_set_luaScript(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t XLuaTestLuaBehaviourWrap__s_set_luaScript_m463433033 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // System.Int32 XLua.CSObjectWrap.XLuaTestLuaBehaviourWrap::_s_set_injections(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t XLuaTestLuaBehaviourWrap__s_set_injections_m2009462354 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // System.Void System.Object::.ctor() extern "C" IL2CPP_METHOD_ATTR void Object__ctor_m297566312 (RuntimeObject * __this, const RuntimeMethod* method); // XLua.ObjectTranslatorPool XLua.ObjectTranslatorPool::get_Instance() extern "C" IL2CPP_METHOD_ATTR ObjectTranslatorPool_t158158286 * ObjectTranslatorPool_get_Instance_m842665354 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // XLua.ObjectTranslator XLua.ObjectTranslatorPool::Find(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR ObjectTranslator_t2020767555 * ObjectTranslatorPool_Find_m2808149378 (ObjectTranslatorPool_t158158286 * __this, intptr_t ___L0, const RuntimeMethod* method); // System.Void XLua.Utils::BeginObjectRegister(System.Type,System.IntPtr,XLua.ObjectTranslator,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Utils_BeginObjectRegister_m972381667 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, intptr_t ___L1, ObjectTranslator_t2020767555 * ___translator2, int32_t ___meta_count3, int32_t ___method_count4, int32_t ___getter_count5, int32_t ___setter_count6, int32_t ___type_id7, const RuntimeMethod* method); // System.Void XLua.LuaDLL.lua_CSFunction::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void lua_CSFunction__ctor_m2895663127 (lua_CSFunction_t883524059 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.Utils::RegisterFunc(System.IntPtr,System.Int32,System.String,XLua.LuaDLL.lua_CSFunction) extern "C" IL2CPP_METHOD_ATTR void Utils_RegisterFunc_m1228226546 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___idx1, String_t* ___name2, lua_CSFunction_t883524059 * ___func3, const RuntimeMethod* method); // System.Void XLua.Utils::EndObjectRegister(System.Type,System.IntPtr,XLua.ObjectTranslator,XLua.LuaDLL.lua_CSFunction,XLua.LuaDLL.lua_CSFunction,System.Type,XLua.LuaDLL.lua_CSFunction,XLua.LuaDLL.lua_CSFunction) extern "C" IL2CPP_METHOD_ATTR void Utils_EndObjectRegister_m3642684994 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, intptr_t ___L1, ObjectTranslator_t2020767555 * ___translator2, lua_CSFunction_t883524059 * ___csIndexer3, lua_CSFunction_t883524059 * ___csNewIndexer4, Type_t * ___base_type5, lua_CSFunction_t883524059 * ___arrayIndexer6, lua_CSFunction_t883524059 * ___arrayNewIndexer7, const RuntimeMethod* method); // System.Void XLua.Utils::BeginClassRegister(System.Type,System.IntPtr,XLua.LuaDLL.lua_CSFunction,System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Utils_BeginClassRegister_m3630094254 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, intptr_t ___L1, lua_CSFunction_t883524059 * ___creator2, int32_t ___class_field_count3, int32_t ___static_getter_count4, int32_t ___static_setter_count5, const RuntimeMethod* method); // System.Void XLua.Utils::EndClassRegister(System.Type,System.IntPtr,XLua.ObjectTranslator) extern "C" IL2CPP_METHOD_ATTR void Utils_EndClassRegister_m1460189367 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, intptr_t ___L1, ObjectTranslator_t2020767555 * ___translator2, const RuntimeMethod* method); // System.Void XLuaTest.LuaBehaviour::.ctor() extern "C" IL2CPP_METHOD_ATTR void LuaBehaviour__ctor_m476799127 (LuaBehaviour_t310118987 * __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); // System.Int32 XLua.LuaDLL.Lua::luaL_error(System.IntPtr,System.String) extern "C" IL2CPP_METHOD_ATTR int32_t Lua_luaL_error_m1118924357 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, String_t* ___message1, const RuntimeMethod* method); // System.Object XLua.ObjectTranslator::FastGetCSObj(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ObjectTranslator_FastGetCSObj_m66620763 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, const RuntimeMethod* method); // System.Int32 XLua.CSObjectWrap.XLuaTestMyEnumWrap::__CastFrom(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t XLuaTestMyEnumWrap___CastFrom_m2284301432 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // System.Void XLua.Utils::RegisterObject(System.IntPtr,XLua.ObjectTranslator,System.Int32,System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR void Utils_RegisterObject_m691522261 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, ObjectTranslator_t2020767555 * ___translator1, int32_t ___idx2, String_t* ___name3, RuntimeObject * ___obj4, const RuntimeMethod* method); // XLua.LuaTypes XLua.LuaDLL.Lua::lua_type(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Lua_lua_type_m1302598900 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___index1, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::PushXLuaTestMyEnum(System.IntPtr,XLuaTest.MyEnum) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_PushXLuaTestMyEnum_m329911794 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___val1, const RuntimeMethod* method); // System.Boolean XLua.LuaDLL.Lua::xlua_is_eq_str(System.IntPtr,System.Int32,System.String) extern "C" IL2CPP_METHOD_ATTR bool Lua_xlua_is_eq_str_m474906296 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___index1, String_t* ___str2, const RuntimeMethod* method); // System.Int32 XLua.CSObjectWrap.XLuaTestMyStructWrap::__CreateInstance(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t XLuaTestMyStructWrap___CreateInstance_m1186156191 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // System.Int32 XLua.CSObjectWrap.XLuaTestMyStructWrap::_g_get_a(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t XLuaTestMyStructWrap__g_get_a_m1199221102 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // System.Int32 XLua.CSObjectWrap.XLuaTestMyStructWrap::_g_get_b(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t XLuaTestMyStructWrap__g_get_b_m1200685459 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // System.Int32 XLua.CSObjectWrap.XLuaTestMyStructWrap::_g_get_c(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t XLuaTestMyStructWrap__g_get_c_m1200722320 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // System.Int32 XLua.CSObjectWrap.XLuaTestMyStructWrap::_g_get_e(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t XLuaTestMyStructWrap__g_get_e_m1200649394 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // System.Int32 XLua.CSObjectWrap.XLuaTestMyStructWrap::_s_set_a(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t XLuaTestMyStructWrap__s_set_a_m417700796 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // System.Int32 XLua.CSObjectWrap.XLuaTestMyStructWrap::_s_set_b(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t XLuaTestMyStructWrap__s_set_b_m417347777 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // System.Int32 XLua.CSObjectWrap.XLuaTestMyStructWrap::_s_set_c(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t XLuaTestMyStructWrap__s_set_c_m417383678 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // System.Int32 XLua.CSObjectWrap.XLuaTestMyStructWrap::_s_set_e(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t XLuaTestMyStructWrap__s_set_e_m417319992 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // System.Void XLuaTest.MyStruct::.ctor(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void MyStruct__ctor_m2406578381 (MyStruct_t514849583 * __this, int32_t ___p10, int32_t ___p21, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::PushXLuaTestMyStruct(System.IntPtr,XLuaTest.MyStruct) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_PushXLuaTestMyStruct_m284684668 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, MyStruct_t514849583 ___val1, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::Get(System.IntPtr,System.Int32,XLuaTest.MyStruct&) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_Get_m94430953 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, MyStruct_t514849583 * ___val2, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::PushDecimal(System.IntPtr,System.Decimal) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_PushDecimal_m48535725 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, Decimal_t2948259380 ___val1, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::PushXLuaTestPedding(System.IntPtr,XLuaTest.Pedding) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_PushXLuaTestPedding_m1041412546 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, Pedding_t3796070799 ___val1, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::UpdateXLuaTestMyStruct(System.IntPtr,System.Int32,XLuaTest.MyStruct) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_UpdateXLuaTestMyStruct_m2112189277 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, MyStruct_t514849583 ___val2, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::Get(System.IntPtr,System.Int32,System.Decimal&) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_Get_m3855786213 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, Decimal_t2948259380 * ___val2, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::Get(System.IntPtr,System.Int32,XLuaTest.Pedding&) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_Get_m3350086819 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, Pedding_t3796070799 * ___val2, const RuntimeMethod* method); // System.Int32 XLua.CSObjectWrap.XLuaTestNoGcWrap::__CreateInstance(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t XLuaTestNoGcWrap___CreateInstance_m2092874601 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // System.Int32 XLua.CSObjectWrap.XLuaTestNoGcWrap::_m_FloatParamMethod(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t XLuaTestNoGcWrap__m_FloatParamMethod_m3908939749 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // System.Int32 XLua.CSObjectWrap.XLuaTestNoGcWrap::_m_Vector3ParamMethod(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t XLuaTestNoGcWrap__m_Vector3ParamMethod_m3568622066 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // System.Int32 XLua.CSObjectWrap.XLuaTestNoGcWrap::_m_StructParamMethod(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t XLuaTestNoGcWrap__m_StructParamMethod_m3004193333 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // System.Int32 XLua.CSObjectWrap.XLuaTestNoGcWrap::_m_EnumParamMethod(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t XLuaTestNoGcWrap__m_EnumParamMethod_m789145946 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // System.Int32 XLua.CSObjectWrap.XLuaTestNoGcWrap::_m_DecimalParamMethod(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t XLuaTestNoGcWrap__m_DecimalParamMethod_m2980011864 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // System.Int32 XLua.CSObjectWrap.XLuaTestNoGcWrap::_g_get_a1(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t XLuaTestNoGcWrap__g_get_a1_m3287832906 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // System.Int32 XLua.CSObjectWrap.XLuaTestNoGcWrap::_g_get_a2(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t XLuaTestNoGcWrap__g_get_a2_m878401896 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // System.Int32 XLua.CSObjectWrap.XLuaTestNoGcWrap::_g_get_a3(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t XLuaTestNoGcWrap__g_get_a3_m2371509451 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // System.Int32 XLua.CSObjectWrap.XLuaTestNoGcWrap::_g_get_a4(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t XLuaTestNoGcWrap__g_get_a4_m98916345 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // System.Int32 XLua.CSObjectWrap.XLuaTestNoGcWrap::_g_get_a5(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t XLuaTestNoGcWrap__g_get_a5_m4225521659 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // System.Int32 XLua.CSObjectWrap.XLuaTestNoGcWrap::_s_set_a1(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t XLuaTestNoGcWrap__s_set_a1_m504015346 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // System.Int32 XLua.CSObjectWrap.XLuaTestNoGcWrap::_s_set_a2(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t XLuaTestNoGcWrap__s_set_a2_m4111051168 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // System.Int32 XLua.CSObjectWrap.XLuaTestNoGcWrap::_s_set_a3(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t XLuaTestNoGcWrap__s_set_a3_m1317834370 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // System.Int32 XLua.CSObjectWrap.XLuaTestNoGcWrap::_s_set_a4(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t XLuaTestNoGcWrap__s_set_a4_m3400772289 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // System.Int32 XLua.CSObjectWrap.XLuaTestNoGcWrap::_s_set_a5(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t XLuaTestNoGcWrap__s_set_a5_m3725503155 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // System.Void XLuaTest.NoGc::.ctor() extern "C" IL2CPP_METHOD_ATTR void NoGc__ctor_m2177427014 (NoGc_t2304347923 * __this, const RuntimeMethod* method); // System.Double XLua.LuaDLL.Lua::lua_tonumber(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR double Lua_lua_tonumber_m3087017991 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___index1, const RuntimeMethod* method); // System.Single XLuaTest.NoGc::FloatParamMethod(System.Single) extern "C" IL2CPP_METHOD_ATTR float NoGc_FloatParamMethod_m1199664835 (NoGc_t2304347923 * __this, float ___p0, const RuntimeMethod* method); // System.Void XLua.LuaDLL.Lua::lua_pushnumber(System.IntPtr,System.Double) extern "C" IL2CPP_METHOD_ATTR void Lua_lua_pushnumber_m3190857213 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, double ___number1, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::Get(System.IntPtr,System.Int32,UnityEngine.Vector3&) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_Get_m1627229423 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, Vector3_t3722313464 * ___val2, const RuntimeMethod* method); // UnityEngine.Vector3 XLuaTest.NoGc::Vector3ParamMethod(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 NoGc_Vector3ParamMethod_m3881446403 (NoGc_t2304347923 * __this, Vector3_t3722313464 ___p0, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::PushUnityEngineVector3(System.IntPtr,UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_PushUnityEngineVector3_m82247743 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, Vector3_t3722313464 ___val1, const RuntimeMethod* method); // XLuaTest.MyStruct XLuaTest.NoGc::StructParamMethod(XLuaTest.MyStruct) extern "C" IL2CPP_METHOD_ATTR MyStruct_t514849583 NoGc_StructParamMethod_m397791558 (NoGc_t2304347923 * __this, MyStruct_t514849583 ___p0, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::Get(System.IntPtr,System.Int32,XLuaTest.MyEnum&) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_Get_m3404519673 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, int32_t* ___val2, const RuntimeMethod* method); // XLuaTest.MyEnum XLuaTest.NoGc::EnumParamMethod(XLuaTest.MyEnum) extern "C" IL2CPP_METHOD_ATTR int32_t NoGc_EnumParamMethod_m734900675 (NoGc_t2304347923 * __this, int32_t ___p0, const RuntimeMethod* method); // System.Decimal XLuaTest.NoGc::DecimalParamMethod(System.Decimal) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 NoGc_DecimalParamMethod_m3881289635 (NoGc_t2304347923 * __this, Decimal_t2948259380 ___p0, const RuntimeMethod* method); // System.Int32 XLua.CSObjectWrap.XLuaTestPeddingWrap::__CreateInstance(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t XLuaTestPeddingWrap___CreateInstance_m154687645 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // System.Int32 XLua.CSObjectWrap.XLuaTestPeddingWrap::_g_get_c(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t XLuaTestPeddingWrap__g_get_c_m1476339303 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // System.Int32 XLua.CSObjectWrap.XLuaTestPeddingWrap::_s_set_c(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t XLuaTestPeddingWrap__s_set_c_m3842728882 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::UpdateXLuaTestPedding(System.IntPtr,System.Int32,XLuaTest.Pedding) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_UpdateXLuaTestPedding_m384667550 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, Pedding_t3796070799 ___val2, const RuntimeMethod* method); // System.Void XLua.DelegateBridgeBase::.ctor(System.Int32,XLua.LuaEnv) extern "C" IL2CPP_METHOD_ATTR void DelegateBridgeBase__ctor_m3910126678 (DelegateBridgeBase_t3577089876 * __this, int32_t ___reference0, LuaEnv_t2152703515 * ___luaenv1, const RuntimeMethod* method); // System.Int32 XLua.LuaDLL.Lua::pcall_prepare(System.IntPtr,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Lua_pcall_prepare_m4174548231 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___error_func_ref1, int32_t ___func_ref2, const RuntimeMethod* method); // System.Void XLua.DelegateBridge::PCall(System.IntPtr,System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void DelegateBridge_PCall_m1001588338 (DelegateBridge_t811511531 * __this, intptr_t ___L0, int32_t ___nArgs1, int32_t ___nResults2, int32_t ___errFunc3, const RuntimeMethod* method); // System.Void XLua.LuaDLL.Lua::lua_pushstring(System.IntPtr,System.String) extern "C" IL2CPP_METHOD_ATTR void Lua_lua_pushstring_m4067524778 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, String_t* ___str1, const RuntimeMethod* method); // System.Void XLua.LuaDLL.Lua::lua_pushstring(System.IntPtr,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void Lua_lua_pushstring_m3272202343 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, ByteU5BU5D_t4116647657* ___str1, const RuntimeMethod* method); // System.Void XLua.LuaDLL.Lua::lua_pushboolean(System.IntPtr,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Lua_lua_pushboolean_m2404392622 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, bool ___value1, const RuntimeMethod* method); // System.String XLua.LuaDLL.Lua::lua_tostring(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* Lua_lua_tostring_m2201066917 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___index1, const RuntimeMethod* method); // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) #define Action_2__ctor_m467134630(__this, p0, p1, method) (( void (*) (Action_2_t304146730 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_2__ctor_m1095989290_gshared)(__this, p0, p1, method) // System.Void System.Action::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Action__ctor_m2994342681 (Action_t1264377477 * __this, RuntimeObject * p0, intptr_t p1, 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 * p0, intptr_t p1, const RuntimeMethod* method); // System.Void UnityEngine.Events.UnityAction::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void UnityAction__ctor_m772160306 (UnityAction_t3245792599 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void System.Func`3::.ctor(System.Object,System.IntPtr) #define Func_3__ctor_m4019600304(__this, p0, p1, method) (( void (*) (Func_3_t1810338832 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_3__ctor_m4019600304_gshared)(__this, p0, p1, method) // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) #define Action_1__ctor_m838414602(__this, p0, p1, method) (( void (*) (Action_1_t2019918284 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_1__ctor_m118522912_gshared)(__this, p0, p1, method) // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) #define Action_1__ctor_m4144119920(__this, p0, p1, method) (( void (*) (Action_1_t767132958 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_1__ctor_m4144119920_gshared)(__this, p0, p1, method) // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) #define Action_1__ctor_m4058363731(__this, p0, p1, method) (( void (*) (Action_1_t3123413348 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_1__ctor_m4058363731_gshared)(__this, p0, p1, method) // System.Void UnityEngine.Events.UnityAction`1::.ctor(System.Object,System.IntPtr) #define UnityAction_1__ctor_m3081378164(__this, p0, p1, method) (( void (*) (UnityAction_1_t3535781894 *, RuntimeObject *, intptr_t, const RuntimeMethod*))UnityAction_1__ctor_m3081378164_gshared)(__this, p0, p1, method) // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) #define Action_2__ctor_m2116231154(__this, p0, p1, method) (( void (*) (Action_2_t4177122770 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_2__ctor_m2116231154_gshared)(__this, p0, p1, method) // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) #define Action_1__ctor_m2320146603(__this, p0, p1, method) (( void (*) (Action_1_t4289115252 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_1__ctor_m118522912_gshared)(__this, p0, p1, method) // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) #define Action_1__ctor_m4059354831(__this, p0, p1, method) (( void (*) (Action_1_t1569734369 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_1__ctor_m4059354831_gshared)(__this, p0, p1, method) // System.Void UnityEngine.Events.UnityAction`1::.ctor(System.Object,System.IntPtr) #define UnityAction_1__ctor_m4251943150(__this, p0, p1, method) (( void (*) (UnityAction_1_t12182309 *, RuntimeObject *, intptr_t, const RuntimeMethod*))UnityAction_1__ctor_m4251943150_gshared)(__this, p0, p1, method) // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) #define Action_2__ctor_m3755722343(__this, p0, p1, method) (( void (*) (Action_2_t3560029198 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_2__ctor_m1520833393_gshared)(__this, p0, p1, method) // System.Void System.Action`2::.ctor(System.Object,System.IntPtr) #define Action_2__ctor_m2019043113(__this, p0, p1, method) (( void (*) (Action_2_t1290832230 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_2__ctor_m1520833393_gshared)(__this, p0, p1, method) // System.Void XLuaTest.InvokeLua/CalcNew::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void CalcNew__ctor_m3380571527 (CalcNew_t680260847 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLuaTest.IntParam::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void IntParam__ctor_m858381922 (IntParam_t1872826946 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLuaTest.Vector3Param::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Vector3Param__ctor_m3404274100 (Vector3Param_t2925075643 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLuaTest.CustomValueTypeParam::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void CustomValueTypeParam__ctor_m3838340361 (CustomValueTypeParam_t1524517362 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLuaTest.EnumParam::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void EnumParam__ctor_m1375771229 (EnumParam_t1711860956 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLuaTest.DecimalParam::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void DecimalParam__ctor_m1658855414 (DecimalParam_t4056261327 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLuaTest.ArrayAccess::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void ArrayAccess__ctor_m3116420301 (ArrayAccess_t1010732446 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) #define Action_1__ctor_m1363151734(__this, p0, p1, method) (( void (*) (Action_1_t269755560 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_1__ctor_m1363151734_gshared)(__this, p0, p1, method) // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m871469651(__this, p0, p1, method) (( bool (*) (Dictionary_2_t3632739877 *, Type_t *, Delegate_t1188392813 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3280774074_gshared)(__this, p0, p1, method) // System.Void System.ArgumentException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentException__ctor_m1312628991 (ArgumentException_t132251570 * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m3930009399(__this, method) (( void (*) (Dictionary_2_t3632739877 *, const RuntimeMethod*))Dictionary_2__ctor_m518943619_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) #define Dictionary_2_Add_m1655988432(__this, p0, p1, method) (( void (*) (Dictionary_2_t3632739877 *, Type_t *, Delegate_t1188392813 *, const RuntimeMethod*))Dictionary_2_Add_m2387223709_gshared)(__this, p0, p1, method) // System.Void System.Attribute::.ctor() extern "C" IL2CPP_METHOD_ATTR void Attribute__ctor_m1529526131 (Attribute_t861562559 * __this, const RuntimeMethod* method); // System.Void XLua.HotfixDelegateBridge::xlua_set_hotfix_flag(System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void HotfixDelegateBridge_xlua_set_hotfix_flag_m3885627275 (RuntimeObject * __this /* static, unused */, int32_t ___idx0, bool ___flag1, const RuntimeMethod* method); // System.Void XLua.ObjectTranslatorPool::.ctor() extern "C" IL2CPP_METHOD_ATTR void ObjectTranslatorPool__ctor_m3211583880 (ObjectTranslatorPool_t158158286 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m3302800229(__this, method) (( void (*) (Dictionary_2_t1632706988 *, const RuntimeMethod*))Dictionary_2__ctor_m518943619_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) #define Dictionary_2_Add_m633427275(__this, p0, p1, method) (( void (*) (Dictionary_2_t1632706988 *, String_t*, String_t*, const RuntimeMethod*))Dictionary_2_Add_m2387223709_gshared)(__this, p0, p1, method) // System.Void System.Collections.Generic.Dictionary`2>::.ctor() #define Dictionary_2__ctor_m2960191261(__this, method) (( void (*) (Dictionary_2_t3301826201 *, const RuntimeMethod*))Dictionary_2__ctor_m518943619_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m2345422666(__this, method) (( void (*) (List_1_t3349700990 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void XLua.InternalGlobals/__GEN_DELEGATE0::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE0__ctor_m1211961726 (__GEN_DELEGATE0_t195997268 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Reflection.MethodInfo System.Delegate::get_Method() extern "C" IL2CPP_METHOD_ATTR MethodInfo_t * Delegate_get_Method_m3071622864 (Delegate_t1188392813 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m14048474(__this, p0, method) (( void (*) (List_1_t3349700990 *, MethodInfo_t *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Void XLua.InternalGlobals/__GEN_DELEGATE1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE1__ctor_m2813050061 (__GEN_DELEGATE1_t2534649428 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE2__ctor_m288766046 (__GEN_DELEGATE2_t578334292 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE3::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE3__ctor_m2804154778 (__GEN_DELEGATE3_t2916986452 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE4::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE4__ctor_m2087237089 (__GEN_DELEGATE4_t3726290516 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE5::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE5__ctor_m3611503995 (__GEN_DELEGATE5_t1769975380 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE6::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE6__ctor_m1077139856 (__GEN_DELEGATE6_t4108627540 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE7::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE7__ctor_m1218331280 (__GEN_DELEGATE7_t2152312404 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE8::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE8__ctor_m861012115 (__GEN_DELEGATE8_t2961616468 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE9::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE9__ctor_m2010298608 (__GEN_DELEGATE9_t1005301332 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE10::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE10__ctor_m1744060321 (__GEN_DELEGATE10_t654749200 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE11::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE11__ctor_m1331970534 (__GEN_DELEGATE11_t654749201 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE12::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE12__ctor_m577321412 (__GEN_DELEGATE12_t654749202 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE13::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE13__ctor_m1606101651 (__GEN_DELEGATE13_t654749203 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE14::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE14__ctor_m3508757621 (__GEN_DELEGATE14_t654749204 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE15::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE15__ctor_m3020189218 (__GEN_DELEGATE15_t654749205 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE16::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE16__ctor_m4233554266 (__GEN_DELEGATE16_t654749206 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE17::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE17__ctor_m658523018 (__GEN_DELEGATE17_t654749207 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE18::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE18__ctor_m353078136 (__GEN_DELEGATE18_t654749192 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE19::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE19__ctor_m1315849901 (__GEN_DELEGATE19_t654749193 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE20::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE20__ctor_m3155527457 (__GEN_DELEGATE20_t2993401360 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE21::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE21__ctor_m2743437670 (__GEN_DELEGATE21_t2993401361 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE22::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE22__ctor_m1988788548 (__GEN_DELEGATE22_t2993401362 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE23::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE23__ctor_m3017568787 (__GEN_DELEGATE23_t2993401363 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE24::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE24__ctor_m625257461 (__GEN_DELEGATE24_t2993401364 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE25::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE25__ctor_m136689058 (__GEN_DELEGATE25_t2993401365 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE26::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE26__ctor_m1350054106 (__GEN_DELEGATE26_t2993401366 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE27::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE27__ctor_m2069990154 (__GEN_DELEGATE27_t2993401367 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE28::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE28__ctor_m1764545272 (__GEN_DELEGATE28_t2993401352 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE29::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE29__ctor_m2727317037 (__GEN_DELEGATE29_t2993401353 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE30::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE30__ctor_m4270979651 (__GEN_DELEGATE30_t1037086224 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE31::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE31__ctor_m3858889864 (__GEN_DELEGATE31_t1037086225 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE32::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE32__ctor_m3104240742 (__GEN_DELEGATE32_t1037086226 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE33::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE33__ctor_m4133020981 (__GEN_DELEGATE33_t1037086227 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE34::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE34__ctor_m1740709655 (__GEN_DELEGATE34_t1037086228 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE35::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE35__ctor_m1252141252 (__GEN_DELEGATE35_t1037086229 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE36::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE36__ctor_m2465506300 (__GEN_DELEGATE36_t1037086230 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE37::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE37__ctor_m3185442348 (__GEN_DELEGATE37_t1037086231 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE38::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE38__ctor_m2879997466 (__GEN_DELEGATE38_t1037086216 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE39::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE39__ctor_m3842769231 (__GEN_DELEGATE39_t1037086217 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE40::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE40__ctor_m4025250164 (__GEN_DELEGATE40_t1846390288 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE41::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE41__ctor_m3613160377 (__GEN_DELEGATE41_t1846390289 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE42::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE42__ctor_m2858511255 (__GEN_DELEGATE42_t1846390290 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE43::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE43__ctor_m3887291494 (__GEN_DELEGATE43_t1846390291 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE44::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE44__ctor_m1494980168 (__GEN_DELEGATE44_t1846390292 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE45::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE45__ctor_m1006411765 (__GEN_DELEGATE45_t1846390293 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE46::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE46__ctor_m2219776813 (__GEN_DELEGATE46_t1846390294 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE47::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE47__ctor_m2939712861 (__GEN_DELEGATE47_t1846390295 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE48::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE48__ctor_m2634267979 (__GEN_DELEGATE48_t1846390280 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE49::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE49__ctor_m3597039744 (__GEN_DELEGATE49_t1846390281 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE50::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE50__ctor_m1921076724 (__GEN_DELEGATE50_t4185042448 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE51::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE51__ctor_m1508986937 (__GEN_DELEGATE51_t4185042449 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE52::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE52__ctor_m754337815 (__GEN_DELEGATE52_t4185042450 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE53::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE53__ctor_m1783118054 (__GEN_DELEGATE53_t4185042451 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE54::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE54__ctor_m3685774024 (__GEN_DELEGATE54_t4185042452 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE55::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE55__ctor_m3197205621 (__GEN_DELEGATE55_t4185042453 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE56::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE56__ctor_m115603373 (__GEN_DELEGATE56_t4185042454 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE57::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE57__ctor_m835539421 (__GEN_DELEGATE57_t4185042455 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE58::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE58__ctor_m530094539 (__GEN_DELEGATE58_t4185042440 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE59::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE59__ctor_m1492866304 (__GEN_DELEGATE59_t4185042441 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE60::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE60__ctor_m288954941 (__GEN_DELEGATE60_t2228727312 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE61::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE61__ctor_m4171832450 (__GEN_DELEGATE61_t2228727313 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE62::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE62__ctor_m3417183328 (__GEN_DELEGATE62_t2228727314 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE63::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE63__ctor_m150996271 (__GEN_DELEGATE63_t2228727315 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE64::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE64__ctor_m2053652241 (__GEN_DELEGATE64_t2228727316 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE65::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE65__ctor_m1565083838 (__GEN_DELEGATE65_t2228727317 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE66::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE66__ctor_m2778448886 (__GEN_DELEGATE66_t2228727318 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE80::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE80__ctor_m922645726 (__GEN_DELEGATE80_t1081716240 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE81::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE81__ctor_m510555939 (__GEN_DELEGATE81_t1081716241 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE82::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE82__ctor_m4050874113 (__GEN_DELEGATE82_t1081716242 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE83::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE83__ctor_m784687056 (__GEN_DELEGATE83_t1081716243 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE84::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE84__ctor_m2687343026 (__GEN_DELEGATE84_t1081716244 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE168::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE168__ctor_m1045025620 (__GEN_DELEGATE168_t652127766 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2>::Add(!0,!1) #define Dictionary_2_Add_m2534058333(__this, p0, p1, method) (( void (*) (Dictionary_2_t3301826201 *, Type_t *, RuntimeObject*, const RuntimeMethod*))Dictionary_2_Add_m2387223709_gshared)(__this, p0, p1, method) // System.Void XLua.InternalGlobals/__GEN_DELEGATE67::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE67__ctor_m3498384934 (__GEN_DELEGATE67_t2228727319 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE68::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE68__ctor_m3192940052 (__GEN_DELEGATE68_t2228727304 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE69::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE69__ctor_m4155711817 (__GEN_DELEGATE69_t2228727305 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE70::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE70__ctor_m418041507 (__GEN_DELEGATE70_t272412176 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE71::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE71__ctor_m5951720 (__GEN_DELEGATE71_t272412177 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE72::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE72__ctor_m3546269894 (__GEN_DELEGATE72_t272412178 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE73::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE73__ctor_m280082837 (__GEN_DELEGATE73_t272412179 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE74::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE74__ctor_m2182738807 (__GEN_DELEGATE74_t272412180 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE75::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE75__ctor_m1694170404 (__GEN_DELEGATE75_t272412181 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE76::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE76__ctor_m2907535452 (__GEN_DELEGATE76_t272412182 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE77::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE77__ctor_m3627471500 (__GEN_DELEGATE77_t272412183 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE78::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE78__ctor_m3322026618 (__GEN_DELEGATE78_t272412168 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE93::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE93__ctor_m1752241282 (__GEN_DELEGATE93_t3420368403 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE244::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE244__ctor_m1153199722 (__GEN_DELEGATE244_t2990517780 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE251::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE251__ctor_m2116054824 (__GEN_DELEGATE251_t2990321173 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE79::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE79__ctor_m4284798383 (__GEN_DELEGATE79_t272412169 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE88::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE88__ctor_m3826630837 (__GEN_DELEGATE88_t1081716232 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE89::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE89__ctor_m494435306 (__GEN_DELEGATE89_t1081716233 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE85::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE85__ctor_m2198774623 (__GEN_DELEGATE85_t1081716245 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE245::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE245__ctor_m1143353184 (__GEN_DELEGATE245_t2990583316 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE86::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE86__ctor_m3412139671 (__GEN_DELEGATE86_t1081716246 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE87::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE87__ctor_m4132075719 (__GEN_DELEGATE87_t1081716247 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE246::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE246__ctor_m2080318000 (__GEN_DELEGATE246_t2990386708 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE247::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE247__ctor_m1421575591 (__GEN_DELEGATE247_t2990452244 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE90::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE90__ctor_m1890199952 (__GEN_DELEGATE90_t3420368400 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE91::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE91__ctor_m1478110165 (__GEN_DELEGATE91_t3420368401 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE248::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE248__ctor_m620055588 (__GEN_DELEGATE248_t2990779924 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE249::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE249__ctor_m2781411802 (__GEN_DELEGATE249_t2990845460 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE92::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE92__ctor_m723461043 (__GEN_DELEGATE92_t3420368402 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE250::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE250__ctor_m4023527769 (__GEN_DELEGATE250_t2990255637 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE94::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE94__ctor_m3654897252 (__GEN_DELEGATE94_t3420368404 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE252::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE252__ctor_m971608581 (__GEN_DELEGATE252_t2990124565 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE95::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE95__ctor_m3166328849 (__GEN_DELEGATE95_t3420368405 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE253::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE253__ctor_m2708316587 (__GEN_DELEGATE253_t2990190101 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE96::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE96__ctor_m84726601 (__GEN_DELEGATE96_t3420368406 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE97::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE97__ctor_m804662649 (__GEN_DELEGATE97_t3420368407 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE254::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE254__ctor_m4057468163 (__GEN_DELEGATE254_t2990517781 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE255::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE255__ctor_m2991655024 (__GEN_DELEGATE255_t2990583317 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE98::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE98__ctor_m499217767 (__GEN_DELEGATE98_t3420368392 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE99::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE99__ctor_m1461989532 (__GEN_DELEGATE99_t3420368393 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE100::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE100__ctor_m1560296716 (__GEN_DELEGATE100_t651603472 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE101::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE101__ctor_m229186236 (__GEN_DELEGATE101_t651669008 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE102::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE102__ctor_m149581097 (__GEN_DELEGATE102_t651472400 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE256::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE256__ctor_m3306081561 (__GEN_DELEGATE256_t2990386709 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE257::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE257__ctor_m4049754072 (__GEN_DELEGATE257_t2990452245 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE258::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE258__ctor_m2806779823 (__GEN_DELEGATE258_t2990779925 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE259::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE259__ctor_m1430871242 (__GEN_DELEGATE259_t2990845461 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE260::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE260__ctor_m1576183021 (__GEN_DELEGATE260_t2990255638 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE103::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE103__ctor_m2436749758 (__GEN_DELEGATE103_t651537936 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE104::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE104__ctor_m4246613521 (__GEN_DELEGATE104_t651865616 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE105::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE105__ctor_m3376686911 (__GEN_DELEGATE105_t651931152 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE106::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE106__ctor_m3575200752 (__GEN_DELEGATE106_t651734544 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE107::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE107__ctor_m1113731030 (__GEN_DELEGATE107_t651800080 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE108::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE108__ctor_m1184917635 (__GEN_DELEGATE108_t652127760 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE109::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE109__ctor_m3520607447 (__GEN_DELEGATE109_t652193296 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE110::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE110__ctor_m1031128537 (__GEN_DELEGATE110_t651603473 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE111::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE111__ctor_m647217437 (__GEN_DELEGATE111_t651669009 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE112::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE112__ctor_m3981343230 (__GEN_DELEGATE112_t651472401 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE113::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE113__ctor_m522693848 (__GEN_DELEGATE113_t651537937 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE114::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE114__ctor_m2222759304 (__GEN_DELEGATE114_t651865617 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE115::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE115__ctor_m1731741541 (__GEN_DELEGATE115_t651931153 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE116::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE116__ctor_m2048418568 (__GEN_DELEGATE116_t651734545 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE117::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE117__ctor_m826576988 (__GEN_DELEGATE117_t651800081 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE169::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE169__ctor_m846555116 (__GEN_DELEGATE169_t652193302 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE118::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE118__ctor_m449588649 (__GEN_DELEGATE118_t652127761 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE119::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE119__ctor_m2625053467 (__GEN_DELEGATE119_t652193297 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE120::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE120__ctor_m3545614307 (__GEN_DELEGATE120_t651603474 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE121::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE121__ctor_m3538630525 (__GEN_DELEGATE121_t651669010 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE122::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE122__ctor_m3019775361 (__GEN_DELEGATE122_t651472402 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE123::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE123__ctor_m1968376220 (__GEN_DELEGATE123_t651537938 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE124::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE124__ctor_m3075843029 (__GEN_DELEGATE124_t651865618 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE125::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE125__ctor_m1705603229 (__GEN_DELEGATE125_t651931154 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE126::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE126__ctor_m1118837622 (__GEN_DELEGATE126_t651734546 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE127::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE127__ctor_m3066794860 (__GEN_DELEGATE127_t651800082 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE128::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE128__ctor_m993255946 (__GEN_DELEGATE128_t652127762 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE129::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE129__ctor_m1623567787 (__GEN_DELEGATE129_t652193298 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE130::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE130__ctor_m1681048133 (__GEN_DELEGATE130_t651603475 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE131::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE131__ctor_m1805108689 (__GEN_DELEGATE131_t651669011 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE132::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE132__ctor_m579978470 (__GEN_DELEGATE132_t651472403 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE170::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE170__ctor_m3672767232 (__GEN_DELEGATE170_t651603479 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE171::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE171__ctor_m3844774245 (__GEN_DELEGATE171_t651669015 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE172::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE172__ctor_m3648796090 (__GEN_DELEGATE172_t651472407 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE180::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE180__ctor_m2244947510 (__GEN_DELEGATE180_t651603464 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE182::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE182__ctor_m1184783720 (__GEN_DELEGATE182_t651472392 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE184::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE184__ctor_m3480432704 (__GEN_DELEGATE184_t651865608 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE186::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE186__ctor_m2565023110 (__GEN_DELEGATE186_t651734536 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE188::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE188__ctor_m2985251245 (__GEN_DELEGATE188_t652127752 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE190::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE190__ctor_m1690973899 (__GEN_DELEGATE190_t651603465 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE192::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE192__ctor_m1848528123 (__GEN_DELEGATE192_t651472393 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE194::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE194__ctor_m1288433105 (__GEN_DELEGATE194_t651865609 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE196::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE196__ctor_m1585588859 (__GEN_DELEGATE196_t651734537 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE198::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE198__ctor_m2543801612 (__GEN_DELEGATE198_t652127753 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE200::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE200__ctor_m545882234 (__GEN_DELEGATE200_t2990255632 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE202::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE202__ctor_m3430133911 (__GEN_DELEGATE202_t2990124560 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE261::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE261__ctor_m3202837904 (__GEN_DELEGATE261_t2990321174 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE262::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE262__ctor_m2856578843 (__GEN_DELEGATE262_t2990124566 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE263::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE263__ctor_m2988555753 (__GEN_DELEGATE263_t2990190102 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE264::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE264__ctor_m2968683663 (__GEN_DELEGATE264_t2990517782 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE265::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE265__ctor_m1571077384 (__GEN_DELEGATE265_t2990583318 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE266::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE266__ctor_m3132172474 (__GEN_DELEGATE266_t2990386710 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE267::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE267__ctor_m3639729532 (__GEN_DELEGATE267_t2990452246 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE268::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE268__ctor_m30611138 (__GEN_DELEGATE268_t2990779926 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE269::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE269__ctor_m4127107930 (__GEN_DELEGATE269_t2990845462 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE270::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE270__ctor_m2658352750 (__GEN_DELEGATE270_t2990255639 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE271::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE271__ctor_m2830359763 (__GEN_DELEGATE271_t2990321175 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE272::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE272__ctor_m2634381608 (__GEN_DELEGATE272_t2990124567 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE273::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE273__ctor_m2058418030 (__GEN_DELEGATE273_t2990190103 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE274::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE274__ctor_m3751526488 (__GEN_DELEGATE274_t2990517783 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE277::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE277__ctor_m470355897 (__GEN_DELEGATE277_t2990452247 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE278::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE278__ctor_m2807802666 (__GEN_DELEGATE278_t2990779927 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE279::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE279__ctor_m2403778635 (__GEN_DELEGATE279_t2990845463 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE280::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE280__ctor_m1230533028 (__GEN_DELEGATE280_t2990255624 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE281::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE281__ctor_m127733835 (__GEN_DELEGATE281_t2990321160 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE282::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE282__ctor_m170369238 (__GEN_DELEGATE282_t2990124552 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE283::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE283__ctor_m1565479770 (__GEN_DELEGATE283_t2990190088 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE284::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE284__ctor_m2466018222 (__GEN_DELEGATE284_t2990517768 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE285::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE285__ctor_m2692056264 (__GEN_DELEGATE285_t2990583304 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE286::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE286__ctor_m1550608628 (__GEN_DELEGATE286_t2990386696 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE287::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE287__ctor_m2163442415 (__GEN_DELEGATE287_t2990452232 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE288::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE288__ctor_m1970836763 (__GEN_DELEGATE288_t2990779912 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE289::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE289__ctor_m2549500080 (__GEN_DELEGATE289_t2990845448 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE290::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE290__ctor_m676559417 (__GEN_DELEGATE290_t2990255625 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE291::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE291__ctor_m45496490 (__GEN_DELEGATE291_t2990321161 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE133::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE133__ctor_m2036606228 (__GEN_DELEGATE133_t651537939 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE134::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE134__ctor_m1256908409 (__GEN_DELEGATE134_t651865619 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE275::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE275__ctor_m419190737 (__GEN_DELEGATE275_t2990583319 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE276::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE276__ctor_m848962892 (__GEN_DELEGATE276_t2990386711 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE135::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE135__ctor_m1339392751 (__GEN_DELEGATE135_t651931155 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE136::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE136__ctor_m2348678324 (__GEN_DELEGATE136_t651734547 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE137::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE137__ctor_m2752635456 (__GEN_DELEGATE137_t651800083 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE138::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE138__ctor_m619761600 (__GEN_DELEGATE138_t652127763 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE139::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE139__ctor_m620686397 (__GEN_DELEGATE139_t652193299 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE140::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE140__ctor_m936673110 (__GEN_DELEGATE140_t651603476 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE141::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE141__ctor_m1700573294 (__GEN_DELEGATE141_t651669012 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE142::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE142__ctor_m1845599940 (__GEN_DELEGATE142_t651472404 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE143::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE143__ctor_m115618425 (__GEN_DELEGATE143_t651537940 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE144::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE144__ctor_m2167614204 (__GEN_DELEGATE144_t651865620 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE145::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE145__ctor_m2157767666 (__GEN_DELEGATE145_t651931156 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE146::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE146__ctor_m3094732482 (__GEN_DELEGATE146_t651734548 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE147::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE147__ctor_m2435990073 (__GEN_DELEGATE147_t651800084 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE148::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE148__ctor_m1634470070 (__GEN_DELEGATE148_t652127764 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE149::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE149__ctor_m3795826284 (__GEN_DELEGATE149_t652193300 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE150::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE150__ctor_m742974955 (__GEN_DELEGATE150_t651603477 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE151::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE151__ctor_m3130469306 (__GEN_DELEGATE151_t651669013 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE152::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE152__ctor_m1986023063 (__GEN_DELEGATE152_t651472405 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE153::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE153__ctor_m3722731069 (__GEN_DELEGATE153_t651537941 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE154::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE154__ctor_m776915349 (__GEN_DELEGATE154_t651865621 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE155::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE155__ctor_m4006069506 (__GEN_DELEGATE155_t651931157 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE156::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE156__ctor_m25528747 (__GEN_DELEGATE156_t651734549 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE157::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE157__ctor_m769201258 (__GEN_DELEGATE157_t651800085 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE158::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE158__ctor_m3821194305 (__GEN_DELEGATE158_t652127765 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE159::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE159__ctor_m2445285724 (__GEN_DELEGATE159_t652193301 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE160::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE160__ctor_m2590597503 (__GEN_DELEGATE160_t651603478 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE161::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE161__ctor_m4217252386 (__GEN_DELEGATE161_t651669014 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE162::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE162__ctor_m3870993325 (__GEN_DELEGATE162_t651472406 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE163::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE163__ctor_m4002970235 (__GEN_DELEGATE163_t651537942 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE164::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE164__ctor_m3983098145 (__GEN_DELEGATE164_t651865622 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE165::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE165__ctor_m2585491866 (__GEN_DELEGATE165_t651931158 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE166::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE166__ctor_m4146586956 (__GEN_DELEGATE166_t651734550 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE167::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE167__ctor_m359176718 (__GEN_DELEGATE167_t651800086 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE173::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE173__ctor_m3072832512 (__GEN_DELEGATE173_t651537943 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE174::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE174__ctor_m470973674 (__GEN_DELEGATE174_t651865623 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE175::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE175__ctor_m1433605219 (__GEN_DELEGATE175_t651931159 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE176::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE176__ctor_m1863377374 (__GEN_DELEGATE176_t651734551 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE177::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE177__ctor_m1484770379 (__GEN_DELEGATE177_t651800087 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE178::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE178__ctor_m3822217148 (__GEN_DELEGATE178_t652127767 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE179::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE179__ctor_m3418193117 (__GEN_DELEGATE179_t652193303 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE181::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE181__ctor_m1142148317 (__GEN_DELEGATE181_t651669000 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE183::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE183__ctor_m2579894252 (__GEN_DELEGATE183_t651537928 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE185::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE185__ctor_m3706470746 (__GEN_DELEGATE185_t651931144 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE187::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE187__ctor_m3177856897 (__GEN_DELEGATE187_t651800072 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE189::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE189__ctor_m3563914562 (__GEN_DELEGATE189_t652193288 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE191::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE191__ctor_m1059910972 (__GEN_DELEGATE191_t651669001 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE193::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE193__ctor_m125172831 (__GEN_DELEGATE193_t651537929 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE195::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE195__ctor_m158376912 (__GEN_DELEGATE195_t651931145 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE197::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE197__ctor_m1139834945 (__GEN_DELEGATE197_t651800073 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE199::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE199__ctor_m4063318155 (__GEN_DELEGATE199_t652193289 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE201::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE201__ctor_m3509739050 (__GEN_DELEGATE201_t2990321168 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE203::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE203__ctor_m1422335276 (__GEN_DELEGATE203_t2990190096 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE292::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE292__ctor_m834113641 (__GEN_DELEGATE292_t2990124553 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE204::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE204__ctor_m3232199039 (__GEN_DELEGATE204_t2990517776 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE205::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE205__ctor_m2362272429 (__GEN_DELEGATE205_t2990583312 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE240::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE240__ctor_m4217225924 (__GEN_DELEGATE240_t2990255636 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE293::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE293__ctor_m3405725645 (__GEN_DELEGATE293_t2990190089 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE294::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE294__ctor_m274018623 (__GEN_DELEGATE294_t2990517769 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE312::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE312__ctor_m127165995 (__GEN_DELEGATE312_t1033809425 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE206::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE206__ctor_m2560786270 (__GEN_DELEGATE206_t2990386704 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE207::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE207__ctor_m99316548 (__GEN_DELEGATE207_t2990452240 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE208::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE208__ctor_m170503153 (__GEN_DELEGATE208_t2990779920 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE209::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE209__ctor_m2506192965 (__GEN_DELEGATE209_t2990845456 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE241::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE241__ctor_m686158812 (__GEN_DELEGATE241_t2990321172 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE295::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE295__ctor_m3438929726 (__GEN_DELEGATE295_t2990583305 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE296::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE296__ctor_m571174377 (__GEN_DELEGATE296_t2990386697 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE297::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE297__ctor_m125420463 (__GEN_DELEGATE297_t2990452233 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE298::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE298__ctor_m1529387130 (__GEN_DELEGATE298_t2990779913 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE313::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE313__ctor_m963483909 (__GEN_DELEGATE313_t1033874961 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE210::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE210__ctor_m16714055 (__GEN_DELEGATE210_t2990255633 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE211::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE211__ctor_m3927770251 (__GEN_DELEGATE211_t2990321169 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE212::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE212__ctor_m2966928748 (__GEN_DELEGATE212_t2990124561 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE299::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE299__ctor_m3048903673 (__GEN_DELEGATE299_t2990845449 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE300::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE300__ctor_m2001086777 (__GEN_DELEGATE300_t1033940496 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE301::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE301__ctor_m669976297 (__GEN_DELEGATE301_t1034006032 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE213::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE213__ctor_m3803246662 (__GEN_DELEGATE213_t2990190097 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE214::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE214__ctor_m1208344822 (__GEN_DELEGATE214_t2990517777 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE215::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE215__ctor_m717327059 (__GEN_DELEGATE215_t2990583313 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE302::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE302__ctor_m590371158 (__GEN_DELEGATE302_t1033809424 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE303::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE303__ctor_m2877539819 (__GEN_DELEGATE303_t1033874960 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE304::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE304__ctor_m392436286 (__GEN_DELEGATE304_t1034202640 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE216::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE216__ctor_m1034004086 (__GEN_DELEGATE216_t2990386705 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE217::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE217__ctor_m4107129802 (__GEN_DELEGATE217_t2990452241 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE218::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE218__ctor_m3730141463 (__GEN_DELEGATE218_t2990779921 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE219::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE219__ctor_m1610638985 (__GEN_DELEGATE219_t2990845457 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE220::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE220__ctor_m2531199825 (__GEN_DELEGATE220_t2990255634 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE221::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE221__ctor_m2524216043 (__GEN_DELEGATE221_t2990321170 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE222::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE222__ctor_m2005360879 (__GEN_DELEGATE222_t2990124562 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE223::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE223__ctor_m953961738 (__GEN_DELEGATE223_t2990190098 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE224::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE224__ctor_m2061428547 (__GEN_DELEGATE224_t2990517778 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE225::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE225__ctor_m691188747 (__GEN_DELEGATE225_t2990583314 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE226::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE226__ctor_m104423140 (__GEN_DELEGATE226_t2990386706 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE227::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE227__ctor_m2052380378 (__GEN_DELEGATE227_t2990452242 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE228::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE228__ctor_m4273808760 (__GEN_DELEGATE228_t2990779922 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE229::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE229__ctor_m609153305 (__GEN_DELEGATE229_t2990845458 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE230::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE230__ctor_m666633651 (__GEN_DELEGATE230_t2990255635 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE231::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE231__ctor_m790694207 (__GEN_DELEGATE231_t2990321171 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE232::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE232__ctor_m3860531284 (__GEN_DELEGATE232_t2990124563 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE233::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE233__ctor_m1022191746 (__GEN_DELEGATE233_t2990190099 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE234::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE234__ctor_m242493927 (__GEN_DELEGATE234_t2990517779 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE235::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE235__ctor_m324978269 (__GEN_DELEGATE235_t2990583315 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE305::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE305__ctor_m3817476972 (__GEN_DELEGATE305_t1034268176 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE306::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE306__ctor_m4015990813 (__GEN_DELEGATE306_t1034071568 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE307::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE307__ctor_m1554521091 (__GEN_DELEGATE307_t1034137104 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE236::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE236__ctor_m1334263842 (__GEN_DELEGATE236_t2990386707 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE308::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE308__ctor_m1625707696 (__GEN_DELEGATE308_t1034464784 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE237::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE237__ctor_m1738220974 (__GEN_DELEGATE237_t2990452243 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE238::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE238__ctor_m3900314414 (__GEN_DELEGATE238_t2990779923 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE239::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE239__ctor_m3901239211 (__GEN_DELEGATE239_t2990845459 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE242::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE242__ctor_m831185458 (__GEN_DELEGATE242_t2990124564 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE309::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE309__ctor_m3961397508 (__GEN_DELEGATE309_t1034530320 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE310::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE310__ctor_m1471918598 (__GEN_DELEGATE310_t1033940497 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE311::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE311__ctor_m1088007498 (__GEN_DELEGATE311_t1034006033 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE314::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE314__ctor_m2663549365 (__GEN_DELEGATE314_t1034202641 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE243::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE243__ctor_m3396171239 (__GEN_DELEGATE243_t2990190100 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/TryArrayGet::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void TryArrayGet__ctor_m937426303 (TryArrayGet_t1731576616 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/TryArraySet::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void TryArraySet__ctor_m1511929615 (TryArraySet_t1732363048 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE0::Invoke(DG.Tweening.Tween) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE0_Invoke_m1203498302 (__GEN_DELEGATE0_t195997268 * __this, Tween_t2342918553 * ___t0, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE1::Invoke(DG.Tweening.Tween,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE1_Invoke_m2020630915 (__GEN_DELEGATE1_t2534649428 * __this, Tween_t2342918553 * ___t0, bool ___withCallbacks1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE10::Invoke(DG.Tweening.Tween,System.Boolean,System.Single) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE10_Invoke_m434632411 (__GEN_DELEGATE10_t654749200 * __this, Tween_t2342918553 * ___t0, bool ___includeDelay1, float ___changeDelayTo2, const RuntimeMethod* method); // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE100::Invoke(DG.Tweening.Core.TweenerCore`3,UnityEngine.Vector3,System.Nullable`1,System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t3040139253 * __GEN_DELEGATE100_Invoke_m3646889690 (__GEN_DELEGATE100_t651603472 * __this, TweenerCore_3_t3040139253 * ___t0, Vector3_t3722313464 ___lookAtPosition1, Nullable_1_t1149908250 ___forwardDirection2, Nullable_1_t1149908250 ___up3, const RuntimeMethod* method); // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE101::Invoke(DG.Tweening.Core.TweenerCore`3,UnityEngine.Transform,System.Nullable`1,System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t3040139253 * __GEN_DELEGATE101_Invoke_m307706227 (__GEN_DELEGATE101_t651669008 * __this, TweenerCore_3_t3040139253 * ___t0, Transform_t3600365921 * ___lookAtTransform1, Nullable_1_t1149908250 ___forwardDirection2, Nullable_1_t1149908250 ___up3, const RuntimeMethod* method); // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE102::Invoke(DG.Tweening.Core.TweenerCore`3,System.Single,System.Nullable`1,System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t3040139253 * __GEN_DELEGATE102_Invoke_m3801362985 (__GEN_DELEGATE102_t651472400 * __this, TweenerCore_3_t3040139253 * ___t0, float ___lookAhead1, Nullable_1_t1149908250 ___forwardDirection2, Nullable_1_t1149908250 ___up3, const RuntimeMethod* method); // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE103::Invoke(UnityEngine.Camera,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t884556411 * __GEN_DELEGATE103_Invoke_m1985036519 (__GEN_DELEGATE103_t651537936 * __this, Camera_t4157153871 * ___target0, float ___endValue1, float ___duration2, const RuntimeMethod* method); // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE104::Invoke(UnityEngine.Camera,UnityEngine.Color,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t745532282 * __GEN_DELEGATE104_Invoke_m813063136 (__GEN_DELEGATE104_t651865616 * __this, Camera_t4157153871 * ___target0, Color_t2555686324 ___endValue1, float ___duration2, const RuntimeMethod* method); // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE105::Invoke(UnityEngine.Camera,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t884556411 * __GEN_DELEGATE105_Invoke_m4259567416 (__GEN_DELEGATE105_t651931152 * __this, Camera_t4157153871 * ___target0, float ___endValue1, float ___duration2, const RuntimeMethod* method); // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE106::Invoke(UnityEngine.Camera,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t884556411 * __GEN_DELEGATE106_Invoke_m1546936268 (__GEN_DELEGATE106_t651734544 * __this, Camera_t4157153871 * ___target0, float ___endValue1, float ___duration2, const RuntimeMethod* method); // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE107::Invoke(UnityEngine.Camera,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t884556411 * __GEN_DELEGATE107_Invoke_m1471502675 (__GEN_DELEGATE107_t651800080 * __this, Camera_t4157153871 * ___target0, float ___endValue1, float ___duration2, const RuntimeMethod* method); // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE108::Invoke(UnityEngine.Camera,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t884556411 * __GEN_DELEGATE108_Invoke_m2277691608 (__GEN_DELEGATE108_t652127760 * __this, Camera_t4157153871 * ___target0, float ___endValue1, float ___duration2, const RuntimeMethod* method); // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE109::Invoke(UnityEngine.Camera,UnityEngine.Rect,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t1717381983 * __GEN_DELEGATE109_Invoke_m2898919950 (__GEN_DELEGATE109_t652193296 * __this, Camera_t4157153871 * ___target0, Rect_t2360479859 ___endValue1, float ___duration2, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE11::Invoke(DG.Tweening.Tween,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE11_Invoke_m2344808136 (__GEN_DELEGATE11_t654749201 * __this, Tween_t2342918553 * ___t0, bool ___includeDelay1, const RuntimeMethod* method); // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE110::Invoke(UnityEngine.Camera,UnityEngine.Rect,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t1717381983 * __GEN_DELEGATE110_Invoke_m1220111385 (__GEN_DELEGATE110_t651603473 * __this, Camera_t4157153871 * ___target0, Rect_t2360479859 ___endValue1, float ___duration2, const RuntimeMethod* method); // DG.Tweening.Tweener XLua.InternalGlobals/__GEN_DELEGATE111::Invoke(UnityEngine.Camera,System.Single,System.Single,System.Int32,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE111_Invoke_m329270800 (__GEN_DELEGATE111_t651669009 * __this, Camera_t4157153871 * ___target0, float ___duration1, float ___strength2, int32_t ___vibrato3, float ___randomness4, bool ___fadeOut5, const RuntimeMethod* method); // DG.Tweening.Tweener XLua.InternalGlobals/__GEN_DELEGATE112::Invoke(UnityEngine.Camera,System.Single,UnityEngine.Vector3,System.Int32,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE112_Invoke_m2500168924 (__GEN_DELEGATE112_t651472401 * __this, Camera_t4157153871 * ___target0, float ___duration1, Vector3_t3722313464 ___strength2, int32_t ___vibrato3, float ___randomness4, bool ___fadeOut5, const RuntimeMethod* method); // DG.Tweening.Tweener XLua.InternalGlobals/__GEN_DELEGATE113::Invoke(UnityEngine.Camera,System.Single,System.Single,System.Int32,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE113_Invoke_m987161995 (__GEN_DELEGATE113_t651537937 * __this, Camera_t4157153871 * ___target0, float ___duration1, float ___strength2, int32_t ___vibrato3, float ___randomness4, bool ___fadeOut5, const RuntimeMethod* method); // DG.Tweening.Tweener XLua.InternalGlobals/__GEN_DELEGATE114::Invoke(UnityEngine.Camera,System.Single,UnityEngine.Vector3,System.Int32,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE114_Invoke_m3714678735 (__GEN_DELEGATE114_t651865617 * __this, Camera_t4157153871 * ___target0, float ___duration1, Vector3_t3722313464 ___strength2, int32_t ___vibrato3, float ___randomness4, bool ___fadeOut5, const RuntimeMethod* method); // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE115::Invoke(UnityEngine.Light,UnityEngine.Color,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t745532282 * __GEN_DELEGATE115_Invoke_m814009007 (__GEN_DELEGATE115_t651931153 * __this, Light_t3756812086 * ___target0, Color_t2555686324 ___endValue1, float ___duration2, const RuntimeMethod* method); // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE116::Invoke(UnityEngine.Light,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t884556411 * __GEN_DELEGATE116_Invoke_m359506917 (__GEN_DELEGATE116_t651734545 * __this, Light_t3756812086 * ___target0, float ___endValue1, float ___duration2, const RuntimeMethod* method); // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE117::Invoke(UnityEngine.Light,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t884556411 * __GEN_DELEGATE117_Invoke_m2016540233 (__GEN_DELEGATE117_t651800081 * __this, Light_t3756812086 * ___target0, float ___endValue1, float ___duration2, const RuntimeMethod* method); // DG.Tweening.Tweener XLua.InternalGlobals/__GEN_DELEGATE118::Invoke(UnityEngine.LineRenderer,DG.Tweening.Color2,DG.Tweening.Color2,System.Single) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE118_Invoke_m68718618 (__GEN_DELEGATE118_t652127761 * __this, LineRenderer_t3154350270 * ___target0, Color2_t3097643075 ___startValue1, Color2_t3097643075 ___endValue2, float ___duration3, const RuntimeMethod* method); // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE119::Invoke(UnityEngine.Material,UnityEngine.Color,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t745532282 * __GEN_DELEGATE119_Invoke_m857680924 (__GEN_DELEGATE119_t652193297 * __this, Material_t340375123 * ___target0, Color_t2555686324 ___endValue1, float ___duration2, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE12::Invoke(DG.Tweening.Tween) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE12_Invoke_m2214607504 (__GEN_DELEGATE12_t654749202 * __this, Tween_t2342918553 * ___t0, const RuntimeMethod* method); // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE120::Invoke(UnityEngine.Material,UnityEngine.Color,System.String,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t745532282 * __GEN_DELEGATE120_Invoke_m1284535440 (__GEN_DELEGATE120_t651603474 * __this, Material_t340375123 * ___target0, Color_t2555686324 ___endValue1, String_t* ___property2, float ___duration3, const RuntimeMethod* method); // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE121::Invoke(UnityEngine.Material,UnityEngine.Color,System.Int32,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t745532282 * __GEN_DELEGATE121_Invoke_m3446246890 (__GEN_DELEGATE121_t651669010 * __this, Material_t340375123 * ___target0, Color_t2555686324 ___endValue1, int32_t ___propertyID2, float ___duration3, const RuntimeMethod* method); // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE122::Invoke(UnityEngine.Material,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t745532282 * __GEN_DELEGATE122_Invoke_m570239084 (__GEN_DELEGATE122_t651472402 * __this, Material_t340375123 * ___target0, float ___endValue1, float ___duration2, const RuntimeMethod* method); // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE123::Invoke(UnityEngine.Material,System.Single,System.String,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t745532282 * __GEN_DELEGATE123_Invoke_m3267785580 (__GEN_DELEGATE123_t651537938 * __this, Material_t340375123 * ___target0, float ___endValue1, String_t* ___property2, float ___duration3, const RuntimeMethod* method); // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE124::Invoke(UnityEngine.Material,System.Single,System.Int32,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t745532282 * __GEN_DELEGATE124_Invoke_m2853328532 (__GEN_DELEGATE124_t651865618 * __this, Material_t340375123 * ___target0, float ___endValue1, int32_t ___propertyID2, float ___duration3, const RuntimeMethod* method); // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE125::Invoke(UnityEngine.Material,System.Single,System.String,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t884556411 * __GEN_DELEGATE125_Invoke_m3874005766 (__GEN_DELEGATE125_t651931154 * __this, Material_t340375123 * ___target0, float ___endValue1, String_t* ___property2, float ___duration3, const RuntimeMethod* method); // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE126::Invoke(UnityEngine.Material,System.Single,System.Int32,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t884556411 * __GEN_DELEGATE126_Invoke_m2071864806 (__GEN_DELEGATE126_t651734546 * __this, Material_t340375123 * ___target0, float ___endValue1, int32_t ___propertyID2, float ___duration3, const RuntimeMethod* method); // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE127::Invoke(UnityEngine.Material,UnityEngine.Vector2,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t4006488229 * __GEN_DELEGATE127_Invoke_m2695768998 (__GEN_DELEGATE127_t651800082 * __this, Material_t340375123 * ___target0, Vector2_t2156229523 ___endValue1, float ___duration2, const RuntimeMethod* method); // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE128::Invoke(UnityEngine.Material,UnityEngine.Vector2,System.String,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t4006488229 * __GEN_DELEGATE128_Invoke_m3855900951 (__GEN_DELEGATE128_t652127762 * __this, Material_t340375123 * ___target0, Vector2_t2156229523 ___endValue1, String_t* ___property2, float ___duration3, const RuntimeMethod* method); // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE129::Invoke(UnityEngine.Material,UnityEngine.Vector2,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t4006488229 * __GEN_DELEGATE129_Invoke_m572936423 (__GEN_DELEGATE129_t652193298 * __this, Material_t340375123 * ___target0, Vector2_t2156229523 ___endValue1, float ___duration2, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE13::Invoke(DG.Tweening.Tween) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE13_Invoke_m778740224 (__GEN_DELEGATE13_t654749203 * __this, Tween_t2342918553 * ___t0, const RuntimeMethod* method); // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE130::Invoke(UnityEngine.Material,UnityEngine.Vector2,System.String,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t4006488229 * __GEN_DELEGATE130_Invoke_m3858029724 (__GEN_DELEGATE130_t651603475 * __this, Material_t340375123 * ___target0, Vector2_t2156229523 ___endValue1, String_t* ___property2, float ___duration3, const RuntimeMethod* method); // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE131::Invoke(UnityEngine.Material,UnityEngine.Vector4,System.String,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t1835836317 * __GEN_DELEGATE131_Invoke_m1258525408 (__GEN_DELEGATE131_t651669011 * __this, Material_t340375123 * ___target0, Vector4_t3319028937 ___endValue1, String_t* ___property2, float ___duration3, const RuntimeMethod* method); // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE132::Invoke(UnityEngine.Material,UnityEngine.Vector4,System.Int32,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t1835836317 * __GEN_DELEGATE132_Invoke_m988400942 (__GEN_DELEGATE132_t651472403 * __this, Material_t340375123 * ___target0, Vector4_t3319028937 ___endValue1, int32_t ___propertyID2, float ___duration3, const RuntimeMethod* method); // DG.Tweening.Tweener XLua.InternalGlobals/__GEN_DELEGATE133::Invoke(UnityEngine.TrailRenderer,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE133_Invoke_m1599768129 (__GEN_DELEGATE133_t651537939 * __this, TrailRenderer_t1820797054 * ___target0, float ___toStartWidth1, float ___toEndWidth2, float ___duration3, const RuntimeMethod* method); // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE134::Invoke(UnityEngine.TrailRenderer,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t884556411 * __GEN_DELEGATE134_Invoke_m1441427081 (__GEN_DELEGATE134_t651865619 * __this, TrailRenderer_t1820797054 * ___target0, float ___endValue1, float ___duration2, const RuntimeMethod* method); // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE135::Invoke(UnityEngine.Transform,UnityEngine.Vector3,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t2944330537 * __GEN_DELEGATE135_Invoke_m3053834789 (__GEN_DELEGATE135_t651931155 * __this, Transform_t3600365921 * ___target0, Vector3_t3722313464 ___endValue1, float ___duration2, bool ___snapping3, const RuntimeMethod* method); // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE136::Invoke(UnityEngine.Transform,System.Single,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t2944330537 * __GEN_DELEGATE136_Invoke_m3751486377 (__GEN_DELEGATE136_t651734547 * __this, Transform_t3600365921 * ___target0, float ___endValue1, float ___duration2, bool ___snapping3, const RuntimeMethod* method); // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE137::Invoke(UnityEngine.Transform,System.Single,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t2944330537 * __GEN_DELEGATE137_Invoke_m2283739646 (__GEN_DELEGATE137_t651800083 * __this, Transform_t3600365921 * ___target0, float ___endValue1, float ___duration2, bool ___snapping3, const RuntimeMethod* method); // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE138::Invoke(UnityEngine.Transform,System.Single,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t2944330537 * __GEN_DELEGATE138_Invoke_m4249884616 (__GEN_DELEGATE138_t652127763 * __this, Transform_t3600365921 * ___target0, float ___endValue1, float ___duration2, bool ___snapping3, const RuntimeMethod* method); // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE139::Invoke(UnityEngine.Transform,UnityEngine.Vector3,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t2944330537 * __GEN_DELEGATE139_Invoke_m1048025743 (__GEN_DELEGATE139_t652193299 * __this, Transform_t3600365921 * ___target0, Vector3_t3722313464 ___endValue1, float ___duration2, bool ___snapping3, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE14::Invoke(DG.Tweening.Tween,System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE14_Invoke_m2029161230 (__GEN_DELEGATE14_t654749204 * __this, Tween_t2342918553 * ___t0, int32_t ___waypointIndex1, bool ___andPlay2, const RuntimeMethod* method); // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE140::Invoke(UnityEngine.Transform,System.Single,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t2944330537 * __GEN_DELEGATE140_Invoke_m2348615269 (__GEN_DELEGATE140_t651603476 * __this, Transform_t3600365921 * ___target0, float ___endValue1, float ___duration2, bool ___snapping3, const RuntimeMethod* method); // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE141::Invoke(UnityEngine.Transform,System.Single,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t2944330537 * __GEN_DELEGATE141_Invoke_m277846893 (__GEN_DELEGATE141_t651669012 * __this, Transform_t3600365921 * ___target0, float ___endValue1, float ___duration2, bool ___snapping3, const RuntimeMethod* method); // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE142::Invoke(UnityEngine.Transform,System.Single,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t2944330537 * __GEN_DELEGATE142_Invoke_m4257752796 (__GEN_DELEGATE142_t651472404 * __this, Transform_t3600365921 * ___target0, float ___endValue1, float ___duration2, bool ___snapping3, const RuntimeMethod* method); // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE143::Invoke(UnityEngine.Transform,UnityEngine.Vector3,System.Single,DG.Tweening.RotateMode) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t1299559007 * __GEN_DELEGATE143_Invoke_m3364026863 (__GEN_DELEGATE143_t651537940 * __this, Transform_t3600365921 * ___target0, Vector3_t3722313464 ___endValue1, float ___duration2, int32_t ___mode3, const RuntimeMethod* method); // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE144::Invoke(UnityEngine.Transform,UnityEngine.Quaternion,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t3785815898 * __GEN_DELEGATE144_Invoke_m3596140278 (__GEN_DELEGATE144_t651865620 * __this, Transform_t3600365921 * ___target0, Quaternion_t2301928331 ___endValue1, float ___duration2, const RuntimeMethod* method); // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE145::Invoke(UnityEngine.Transform,UnityEngine.Vector3,System.Single,DG.Tweening.RotateMode) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t1299559007 * __GEN_DELEGATE145_Invoke_m18234305 (__GEN_DELEGATE145_t651931156 * __this, Transform_t3600365921 * ___target0, Vector3_t3722313464 ___endValue1, float ___duration2, int32_t ___mode3, const RuntimeMethod* method); // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE146::Invoke(UnityEngine.Transform,UnityEngine.Quaternion,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t3785815898 * __GEN_DELEGATE146_Invoke_m2551603583 (__GEN_DELEGATE146_t651734548 * __this, Transform_t3600365921 * ___target0, Quaternion_t2301928331 ___endValue1, float ___duration2, const RuntimeMethod* method); // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE147::Invoke(UnityEngine.Transform,UnityEngine.Vector3,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t2944330537 * __GEN_DELEGATE147_Invoke_m2348445602 (__GEN_DELEGATE147_t651800084 * __this, Transform_t3600365921 * ___target0, Vector3_t3722313464 ___endValue1, float ___duration2, const RuntimeMethod* method); // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE148::Invoke(UnityEngine.Transform,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t2944330537 * __GEN_DELEGATE148_Invoke_m678139060 (__GEN_DELEGATE148_t652127764 * __this, Transform_t3600365921 * ___target0, float ___endValue1, float ___duration2, const RuntimeMethod* method); // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE149::Invoke(UnityEngine.Transform,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t2944330537 * __GEN_DELEGATE149_Invoke_m1000362883 (__GEN_DELEGATE149_t652193300 * __this, Transform_t3600365921 * ___target0, float ___endValue1, float ___duration2, const RuntimeMethod* method); // UnityEngine.YieldInstruction XLua.InternalGlobals/__GEN_DELEGATE15::Invoke(DG.Tweening.Tween) extern "C" IL2CPP_METHOD_ATTR YieldInstruction_t403091072 * __GEN_DELEGATE15_Invoke_m3118191814 (__GEN_DELEGATE15_t654749205 * __this, Tween_t2342918553 * ___t0, const RuntimeMethod* method); // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE150::Invoke(UnityEngine.Transform,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t2944330537 * __GEN_DELEGATE150_Invoke_m2415617588 (__GEN_DELEGATE150_t651603477 * __this, Transform_t3600365921 * ___target0, float ___endValue1, float ___duration2, const RuntimeMethod* method); // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE151::Invoke(UnityEngine.Transform,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t2944330537 * __GEN_DELEGATE151_Invoke_m1186907541 (__GEN_DELEGATE151_t651669013 * __this, Transform_t3600365921 * ___target0, float ___endValue1, float ___duration2, const RuntimeMethod* method); // DG.Tweening.Tweener XLua.InternalGlobals/__GEN_DELEGATE152::Invoke(UnityEngine.Transform,UnityEngine.Vector3,System.Single,DG.Tweening.AxisConstraint,System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE152_Invoke_m1607026825 (__GEN_DELEGATE152_t651472405 * __this, Transform_t3600365921 * ___target0, Vector3_t3722313464 ___towards1, float ___duration2, int32_t ___axisConstraint3, Nullable_1_t1149908250 ___up4, const RuntimeMethod* method); // DG.Tweening.Tweener XLua.InternalGlobals/__GEN_DELEGATE153::Invoke(UnityEngine.Transform,UnityEngine.Vector3,System.Single,System.Int32,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE153_Invoke_m35779753 (__GEN_DELEGATE153_t651537941 * __this, Transform_t3600365921 * ___target0, Vector3_t3722313464 ___punch1, float ___duration2, int32_t ___vibrato3, float ___elasticity4, bool ___snapping5, const RuntimeMethod* method); // DG.Tweening.Tweener XLua.InternalGlobals/__GEN_DELEGATE154::Invoke(UnityEngine.Transform,UnityEngine.Vector3,System.Single,System.Int32,System.Single) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE154_Invoke_m2381020360 (__GEN_DELEGATE154_t651865621 * __this, Transform_t3600365921 * ___target0, Vector3_t3722313464 ___punch1, float ___duration2, int32_t ___vibrato3, float ___elasticity4, const RuntimeMethod* method); // DG.Tweening.Tweener XLua.InternalGlobals/__GEN_DELEGATE155::Invoke(UnityEngine.Transform,UnityEngine.Vector3,System.Single,System.Int32,System.Single) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE155_Invoke_m1410147936 (__GEN_DELEGATE155_t651931157 * __this, Transform_t3600365921 * ___target0, Vector3_t3722313464 ___punch1, float ___duration2, int32_t ___vibrato3, float ___elasticity4, const RuntimeMethod* method); // DG.Tweening.Tweener XLua.InternalGlobals/__GEN_DELEGATE156::Invoke(UnityEngine.Transform,System.Single,System.Single,System.Int32,System.Single,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE156_Invoke_m2687863541 (__GEN_DELEGATE156_t651734549 * __this, Transform_t3600365921 * ___target0, float ___duration1, float ___strength2, int32_t ___vibrato3, float ___randomness4, bool ___snapping5, bool ___fadeOut6, const RuntimeMethod* method); // DG.Tweening.Tweener XLua.InternalGlobals/__GEN_DELEGATE157::Invoke(UnityEngine.Transform,System.Single,UnityEngine.Vector3,System.Int32,System.Single,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE157_Invoke_m48786586 (__GEN_DELEGATE157_t651800085 * __this, Transform_t3600365921 * ___target0, float ___duration1, Vector3_t3722313464 ___strength2, int32_t ___vibrato3, float ___randomness4, bool ___snapping5, bool ___fadeOut6, const RuntimeMethod* method); // DG.Tweening.Tweener XLua.InternalGlobals/__GEN_DELEGATE158::Invoke(UnityEngine.Transform,System.Single,System.Single,System.Int32,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE158_Invoke_m3025194651 (__GEN_DELEGATE158_t652127765 * __this, Transform_t3600365921 * ___target0, float ___duration1, float ___strength2, int32_t ___vibrato3, float ___randomness4, bool ___fadeOut5, const RuntimeMethod* method); // DG.Tweening.Tweener XLua.InternalGlobals/__GEN_DELEGATE159::Invoke(UnityEngine.Transform,System.Single,UnityEngine.Vector3,System.Int32,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE159_Invoke_m2147910877 (__GEN_DELEGATE159_t652193301 * __this, Transform_t3600365921 * ___target0, float ___duration1, Vector3_t3722313464 ___strength2, int32_t ___vibrato3, float ___randomness4, bool ___fadeOut5, const RuntimeMethod* method); // UnityEngine.YieldInstruction XLua.InternalGlobals/__GEN_DELEGATE16::Invoke(DG.Tweening.Tween) extern "C" IL2CPP_METHOD_ATTR YieldInstruction_t403091072 * __GEN_DELEGATE16_Invoke_m3559014412 (__GEN_DELEGATE16_t654749206 * __this, Tween_t2342918553 * ___t0, const RuntimeMethod* method); // DG.Tweening.Tweener XLua.InternalGlobals/__GEN_DELEGATE160::Invoke(UnityEngine.Transform,System.Single,System.Single,System.Int32,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE160_Invoke_m2820083585 (__GEN_DELEGATE160_t651603478 * __this, Transform_t3600365921 * ___target0, float ___duration1, float ___strength2, int32_t ___vibrato3, float ___randomness4, bool ___fadeOut5, const RuntimeMethod* method); // DG.Tweening.Tweener XLua.InternalGlobals/__GEN_DELEGATE161::Invoke(UnityEngine.Transform,System.Single,UnityEngine.Vector3,System.Int32,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE161_Invoke_m2925718861 (__GEN_DELEGATE161_t651669014 * __this, Transform_t3600365921 * ___target0, float ___duration1, Vector3_t3722313464 ___strength2, int32_t ___vibrato3, float ___randomness4, bool ___fadeOut5, const RuntimeMethod* method); // DG.Tweening.Sequence XLua.InternalGlobals/__GEN_DELEGATE162::Invoke(UnityEngine.Transform,UnityEngine.Vector3,System.Single,System.Int32,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Sequence_t2050373119 * __GEN_DELEGATE162_Invoke_m3185957812 (__GEN_DELEGATE162_t651472406 * __this, Transform_t3600365921 * ___target0, Vector3_t3722313464 ___endValue1, float ___jumpPower2, int32_t ___numJumps3, float ___duration4, bool ___snapping5, const RuntimeMethod* method); // DG.Tweening.Sequence XLua.InternalGlobals/__GEN_DELEGATE163::Invoke(UnityEngine.Transform,UnityEngine.Vector3,System.Single,System.Int32,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Sequence_t2050373119 * __GEN_DELEGATE163_Invoke_m2141542135 (__GEN_DELEGATE163_t651537942 * __this, Transform_t3600365921 * ___target0, Vector3_t3722313464 ___endValue1, float ___jumpPower2, int32_t ___numJumps3, float ___duration4, bool ___snapping5, const RuntimeMethod* method); #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.CSObjectWrap.XLuaTestInvokeLuaICalcBridge::.ctor(System.Int32,XLua.LuaEnv) extern "C" IL2CPP_METHOD_ATTR void XLuaTestInvokeLuaICalcBridge__ctor_m2516198478 (XLuaTestInvokeLuaICalcBridge_t4005527277 * __this, int32_t ___reference0, LuaEnv_t2152703515 * ___luaenv1, const RuntimeMethod* method) { { int32_t L_0 = ___reference0; LuaEnv_t2152703515 * L_1 = ___luaenv1; LuaBase__ctor_m4144541441(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // XLua.LuaBase XLua.CSObjectWrap.XLuaTestInvokeLuaICalcBridge::__Create(System.Int32,XLua.LuaEnv) extern "C" IL2CPP_METHOD_ATTR LuaBase_t1730675691 * XLuaTestInvokeLuaICalcBridge___Create_m4080166185 (RuntimeObject * __this /* static, unused */, int32_t ___reference0, LuaEnv_t2152703515 * ___luaenv1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XLuaTestInvokeLuaICalcBridge___Create_m4080166185_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___reference0; LuaEnv_t2152703515 * L_1 = ___luaenv1; XLuaTestInvokeLuaICalcBridge_t4005527277 * L_2 = (XLuaTestInvokeLuaICalcBridge_t4005527277 *)il2cpp_codegen_object_new(XLuaTestInvokeLuaICalcBridge_t4005527277_il2cpp_TypeInfo_var); XLuaTestInvokeLuaICalcBridge__ctor_m2516198478(L_2, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Int32 XLua.CSObjectWrap.XLuaTestInvokeLuaICalcBridge::XLuaTest.InvokeLua.ICalc.Add(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t XLuaTestInvokeLuaICalcBridge_XLuaTest_InvokeLua_ICalc_Add_m1502296111 (XLuaTestInvokeLuaICalcBridge_t4005527277 * __this, int32_t ___a0, int32_t ___b1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XLuaTestInvokeLuaICalcBridge_XLuaTest_InvokeLua_ICalc_Add_m1502296111_MetadataUsageId); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset(&V_0, 0, sizeof(V_0)); int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { LuaEnv_t2152703515 * L_0 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); NullCheck(L_0); intptr_t L_1 = LuaEnv_get_L_m820602397(L_0, /*hidden argument*/NULL); V_0 = L_1; intptr_t L_2 = V_0; LuaEnv_t2152703515 * L_3 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); NullCheck(L_3); int32_t L_4 = L_3->get_errorFuncRef_5(); int32_t L_5 = Lua_load_error_func_m900418168(NULL /*static, unused*/, L_2, L_4, /*hidden argument*/NULL); V_1 = L_5; intptr_t L_6 = V_0; int32_t L_7 = ((LuaBase_t1730675691 *)__this)->get_luaReference_1(); Lua_lua_getref_m387649952(NULL /*static, unused*/, L_6, L_7, /*hidden argument*/NULL); intptr_t L_8 = V_0; Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_8, _stringLiteral3265744085, /*hidden argument*/NULL); intptr_t L_9 = V_0; int32_t L_10 = Lua_xlua_pgettable_m895294724(NULL /*static, unused*/, L_9, ((int32_t)-2), /*hidden argument*/NULL); if (!L_10) { goto IL_0050; } } { LuaEnv_t2152703515 * L_11 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); int32_t L_12 = V_1; NullCheck(L_11); LuaEnv_ThrowExceptionFromError_m1685544561(L_11, ((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1)), /*hidden argument*/NULL); } IL_0050: { intptr_t L_13 = V_0; bool L_14 = Lua_lua_isfunction_m2911708774(NULL /*static, unused*/, L_13, (-1), /*hidden argument*/NULL); if (L_14) { goto IL_0075; } } { intptr_t L_15 = V_0; Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_15, _stringLiteral3859003183, /*hidden argument*/NULL); LuaEnv_t2152703515 * L_16 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); int32_t L_17 = V_1; NullCheck(L_16); LuaEnv_ThrowExceptionFromError_m1685544561(L_16, ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)1)), /*hidden argument*/NULL); } IL_0075: { intptr_t L_18 = V_0; Lua_lua_pushvalue_m425062527(NULL /*static, unused*/, L_18, ((int32_t)-2), /*hidden argument*/NULL); intptr_t L_19 = V_0; Lua_lua_remove_m1793624660(NULL /*static, unused*/, L_19, ((int32_t)-3), /*hidden argument*/NULL); intptr_t L_20 = V_0; int32_t L_21 = ___a0; Lua_xlua_pushinteger_m3473749366(NULL /*static, unused*/, L_20, L_21, /*hidden argument*/NULL); intptr_t L_22 = V_0; int32_t L_23 = ___b1; Lua_xlua_pushinteger_m3473749366(NULL /*static, unused*/, L_22, L_23, /*hidden argument*/NULL); intptr_t L_24 = V_0; int32_t L_25 = V_1; int32_t L_26 = Lua_lua_pcall_m4060699747(NULL /*static, unused*/, L_24, 3, 1, L_25, /*hidden argument*/NULL); V_2 = L_26; int32_t L_27 = V_2; if (!L_27) { goto IL_00b1; } } { LuaEnv_t2152703515 * L_28 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); int32_t L_29 = V_1; NullCheck(L_28); LuaEnv_ThrowExceptionFromError_m1685544561(L_28, ((int32_t)il2cpp_codegen_subtract((int32_t)L_29, (int32_t)1)), /*hidden argument*/NULL); } IL_00b1: { intptr_t L_30 = V_0; int32_t L_31 = V_1; int32_t L_32 = Lua_xlua_tointeger_m2263761157(NULL /*static, unused*/, L_30, ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)), /*hidden argument*/NULL); V_3 = L_32; intptr_t L_33 = V_0; int32_t L_34 = V_1; Lua_lua_settop_m2822720422(NULL /*static, unused*/, L_33, ((int32_t)il2cpp_codegen_subtract((int32_t)L_34, (int32_t)1)), /*hidden argument*/NULL); int32_t L_35 = V_3; return L_35; } } // System.Int32 XLua.CSObjectWrap.XLuaTestInvokeLuaICalcBridge::XLuaTest.InvokeLua.ICalc.get_Mult() extern "C" IL2CPP_METHOD_ATTR int32_t XLuaTestInvokeLuaICalcBridge_XLuaTest_InvokeLua_ICalc_get_Mult_m1538823155 (XLuaTestInvokeLuaICalcBridge_t4005527277 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XLuaTestInvokeLuaICalcBridge_XLuaTest_InvokeLua_ICalc_get_Mult_m1538823155_MetadataUsageId); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset(&V_0, 0, sizeof(V_0)); int32_t V_1 = 0; int32_t V_2 = 0; { LuaEnv_t2152703515 * L_0 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); NullCheck(L_0); intptr_t L_1 = LuaEnv_get_L_m820602397(L_0, /*hidden argument*/NULL); V_0 = L_1; intptr_t L_2 = V_0; int32_t L_3 = Lua_lua_gettop_m2394536141(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); V_1 = L_3; intptr_t L_4 = V_0; int32_t L_5 = ((LuaBase_t1730675691 *)__this)->get_luaReference_1(); Lua_lua_getref_m387649952(NULL /*static, unused*/, L_4, L_5, /*hidden argument*/NULL); intptr_t L_6 = V_0; Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_6, _stringLiteral2731976705, /*hidden argument*/NULL); intptr_t L_7 = V_0; int32_t L_8 = Lua_xlua_pgettable_m895294724(NULL /*static, unused*/, L_7, ((int32_t)-2), /*hidden argument*/NULL); if (!L_8) { goto IL_0043; } } { LuaEnv_t2152703515 * L_9 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); int32_t L_10 = V_1; NullCheck(L_9); LuaEnv_ThrowExceptionFromError_m1685544561(L_9, L_10, /*hidden argument*/NULL); } IL_0043: { intptr_t L_11 = V_0; int32_t L_12 = Lua_xlua_tointeger_m2263761157(NULL /*static, unused*/, L_11, (-1), /*hidden argument*/NULL); V_2 = L_12; intptr_t L_13 = V_0; Lua_lua_pop_m1434696172(NULL /*static, unused*/, L_13, 2, /*hidden argument*/NULL); int32_t L_14 = V_2; return L_14; } } // System.Void XLua.CSObjectWrap.XLuaTestInvokeLuaICalcBridge::XLuaTest.InvokeLua.ICalc.set_Mult(System.Int32) extern "C" IL2CPP_METHOD_ATTR void XLuaTestInvokeLuaICalcBridge_XLuaTest_InvokeLua_ICalc_set_Mult_m4425823 (XLuaTestInvokeLuaICalcBridge_t4005527277 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XLuaTestInvokeLuaICalcBridge_XLuaTest_InvokeLua_ICalc_set_Mult_m4425823_MetadataUsageId); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset(&V_0, 0, sizeof(V_0)); int32_t V_1 = 0; { LuaEnv_t2152703515 * L_0 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); NullCheck(L_0); intptr_t L_1 = LuaEnv_get_L_m820602397(L_0, /*hidden argument*/NULL); V_0 = L_1; intptr_t L_2 = V_0; int32_t L_3 = Lua_lua_gettop_m2394536141(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); V_1 = L_3; intptr_t L_4 = V_0; int32_t L_5 = ((LuaBase_t1730675691 *)__this)->get_luaReference_1(); Lua_lua_getref_m387649952(NULL /*static, unused*/, L_4, L_5, /*hidden argument*/NULL); intptr_t L_6 = V_0; Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_6, _stringLiteral2731976705, /*hidden argument*/NULL); intptr_t L_7 = V_0; int32_t L_8 = ___value0; Lua_xlua_pushinteger_m3473749366(NULL /*static, unused*/, L_7, L_8, /*hidden argument*/NULL); intptr_t L_9 = V_0; int32_t L_10 = Lua_xlua_psettable_m2431125661(NULL /*static, unused*/, L_9, ((int32_t)-3), /*hidden argument*/NULL); if (!L_10) { goto IL_004a; } } { LuaEnv_t2152703515 * L_11 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); int32_t L_12 = V_1; NullCheck(L_11); LuaEnv_ThrowExceptionFromError_m1685544561(L_11, L_12, /*hidden argument*/NULL); } IL_004a: { intptr_t L_13 = V_0; Lua_lua_pop_m1434696172(NULL /*static, unused*/, L_13, 1, /*hidden argument*/NULL); return; } } // System.Void XLua.CSObjectWrap.XLuaTestInvokeLuaICalcBridge::XLuaTest.InvokeLua.ICalc.add_PropertyChanged(System.EventHandler`1) extern "C" IL2CPP_METHOD_ATTR void XLuaTestInvokeLuaICalcBridge_XLuaTest_InvokeLua_ICalc_add_PropertyChanged_m3167169420 (XLuaTestInvokeLuaICalcBridge_t4005527277 * __this, EventHandler_1_t2907339746 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XLuaTestInvokeLuaICalcBridge_XLuaTest_InvokeLua_ICalc_add_PropertyChanged_m3167169420_MetadataUsageId); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset(&V_0, 0, sizeof(V_0)); int32_t V_1 = 0; ObjectTranslator_t2020767555 * V_2 = NULL; int32_t V_3 = 0; { LuaEnv_t2152703515 * L_0 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); NullCheck(L_0); intptr_t L_1 = LuaEnv_get_L_m820602397(L_0, /*hidden argument*/NULL); V_0 = L_1; intptr_t L_2 = V_0; LuaEnv_t2152703515 * L_3 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); NullCheck(L_3); int32_t L_4 = L_3->get_errorFuncRef_5(); int32_t L_5 = Lua_load_error_func_m900418168(NULL /*static, unused*/, L_2, L_4, /*hidden argument*/NULL); V_1 = L_5; LuaEnv_t2152703515 * L_6 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); NullCheck(L_6); ObjectTranslator_t2020767555 * L_7 = L_6->get_translator_4(); V_2 = L_7; intptr_t L_8 = V_0; int32_t L_9 = ((LuaBase_t1730675691 *)__this)->get_luaReference_1(); Lua_lua_getref_m387649952(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL); intptr_t L_10 = V_0; Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_10, _stringLiteral889687344, /*hidden argument*/NULL); intptr_t L_11 = V_0; int32_t L_12 = Lua_xlua_pgettable_m895294724(NULL /*static, unused*/, L_11, ((int32_t)-2), /*hidden argument*/NULL); if (!L_12) { goto IL_005c; } } { LuaEnv_t2152703515 * L_13 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); int32_t L_14 = V_1; NullCheck(L_13); LuaEnv_ThrowExceptionFromError_m1685544561(L_13, ((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)1)), /*hidden argument*/NULL); } IL_005c: { intptr_t L_15 = V_0; bool L_16 = Lua_lua_isfunction_m2911708774(NULL /*static, unused*/, L_15, (-1), /*hidden argument*/NULL); if (L_16) { goto IL_0081; } } { intptr_t L_17 = V_0; Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_17, _stringLiteral1032698012, /*hidden argument*/NULL); LuaEnv_t2152703515 * L_18 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); int32_t L_19 = V_1; NullCheck(L_18); LuaEnv_ThrowExceptionFromError_m1685544561(L_18, ((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)1)), /*hidden argument*/NULL); } IL_0081: { intptr_t L_20 = V_0; Lua_lua_pushvalue_m425062527(NULL /*static, unused*/, L_20, ((int32_t)-2), /*hidden argument*/NULL); intptr_t L_21 = V_0; Lua_lua_remove_m1793624660(NULL /*static, unused*/, L_21, ((int32_t)-3), /*hidden argument*/NULL); ObjectTranslator_t2020767555 * L_22 = V_2; intptr_t L_23 = V_0; EventHandler_1_t2907339746 * L_24 = ___value0; NullCheck(L_22); ObjectTranslator_Push_m105918116(L_22, L_23, L_24, /*hidden argument*/NULL); intptr_t L_25 = V_0; int32_t L_26 = V_1; int32_t L_27 = Lua_lua_pcall_m4060699747(NULL /*static, unused*/, L_25, 2, 0, L_26, /*hidden argument*/NULL); V_3 = L_27; int32_t L_28 = V_3; if (!L_28) { goto IL_00b7; } } { LuaEnv_t2152703515 * L_29 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); int32_t L_30 = V_1; NullCheck(L_29); LuaEnv_ThrowExceptionFromError_m1685544561(L_29, ((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)1)), /*hidden argument*/NULL); } IL_00b7: { intptr_t L_31 = V_0; int32_t L_32 = V_1; Lua_lua_settop_m2822720422(NULL /*static, unused*/, L_31, ((int32_t)il2cpp_codegen_subtract((int32_t)L_32, (int32_t)1)), /*hidden argument*/NULL); return; } } // System.Void XLua.CSObjectWrap.XLuaTestInvokeLuaICalcBridge::XLuaTest.InvokeLua.ICalc.remove_PropertyChanged(System.EventHandler`1) extern "C" IL2CPP_METHOD_ATTR void XLuaTestInvokeLuaICalcBridge_XLuaTest_InvokeLua_ICalc_remove_PropertyChanged_m2409679045 (XLuaTestInvokeLuaICalcBridge_t4005527277 * __this, EventHandler_1_t2907339746 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XLuaTestInvokeLuaICalcBridge_XLuaTest_InvokeLua_ICalc_remove_PropertyChanged_m2409679045_MetadataUsageId); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset(&V_0, 0, sizeof(V_0)); int32_t V_1 = 0; ObjectTranslator_t2020767555 * V_2 = NULL; int32_t V_3 = 0; { LuaEnv_t2152703515 * L_0 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); NullCheck(L_0); intptr_t L_1 = LuaEnv_get_L_m820602397(L_0, /*hidden argument*/NULL); V_0 = L_1; intptr_t L_2 = V_0; LuaEnv_t2152703515 * L_3 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); NullCheck(L_3); int32_t L_4 = L_3->get_errorFuncRef_5(); int32_t L_5 = Lua_load_error_func_m900418168(NULL /*static, unused*/, L_2, L_4, /*hidden argument*/NULL); V_1 = L_5; LuaEnv_t2152703515 * L_6 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); NullCheck(L_6); ObjectTranslator_t2020767555 * L_7 = L_6->get_translator_4(); V_2 = L_7; intptr_t L_8 = V_0; int32_t L_9 = ((LuaBase_t1730675691 *)__this)->get_luaReference_1(); Lua_lua_getref_m387649952(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL); intptr_t L_10 = V_0; Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_10, _stringLiteral3669296135, /*hidden argument*/NULL); intptr_t L_11 = V_0; int32_t L_12 = Lua_xlua_pgettable_m895294724(NULL /*static, unused*/, L_11, ((int32_t)-2), /*hidden argument*/NULL); if (!L_12) { goto IL_005c; } } { LuaEnv_t2152703515 * L_13 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); int32_t L_14 = V_1; NullCheck(L_13); LuaEnv_ThrowExceptionFromError_m1685544561(L_13, ((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)1)), /*hidden argument*/NULL); } IL_005c: { intptr_t L_15 = V_0; bool L_16 = Lua_lua_isfunction_m2911708774(NULL /*static, unused*/, L_15, (-1), /*hidden argument*/NULL); if (L_16) { goto IL_0081; } } { intptr_t L_17 = V_0; Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_17, _stringLiteral1924745039, /*hidden argument*/NULL); LuaEnv_t2152703515 * L_18 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); int32_t L_19 = V_1; NullCheck(L_18); LuaEnv_ThrowExceptionFromError_m1685544561(L_18, ((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)1)), /*hidden argument*/NULL); } IL_0081: { intptr_t L_20 = V_0; Lua_lua_pushvalue_m425062527(NULL /*static, unused*/, L_20, ((int32_t)-2), /*hidden argument*/NULL); intptr_t L_21 = V_0; Lua_lua_remove_m1793624660(NULL /*static, unused*/, L_21, ((int32_t)-3), /*hidden argument*/NULL); ObjectTranslator_t2020767555 * L_22 = V_2; intptr_t L_23 = V_0; EventHandler_1_t2907339746 * L_24 = ___value0; NullCheck(L_22); ObjectTranslator_Push_m105918116(L_22, L_23, L_24, /*hidden argument*/NULL); intptr_t L_25 = V_0; int32_t L_26 = V_1; int32_t L_27 = Lua_lua_pcall_m4060699747(NULL /*static, unused*/, L_25, 2, 0, L_26, /*hidden argument*/NULL); V_3 = L_27; int32_t L_28 = V_3; if (!L_28) { goto IL_00b7; } } { LuaEnv_t2152703515 * L_29 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); int32_t L_30 = V_1; NullCheck(L_29); LuaEnv_ThrowExceptionFromError_m1685544561(L_29, ((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)1)), /*hidden argument*/NULL); } IL_00b7: { intptr_t L_31 = V_0; int32_t L_32 = V_1; Lua_lua_settop_m2822720422(NULL /*static, unused*/, L_31, ((int32_t)il2cpp_codegen_subtract((int32_t)L_32, (int32_t)1)), /*hidden argument*/NULL); return; } } // System.Object XLua.CSObjectWrap.XLuaTestInvokeLuaICalcBridge::XLuaTest.InvokeLua.ICalc.get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XLuaTestInvokeLuaICalcBridge_XLuaTest_InvokeLua_ICalc_get_Item_m2287558001 (XLuaTestInvokeLuaICalcBridge_t4005527277 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XLuaTestInvokeLuaICalcBridge_XLuaTest_InvokeLua_ICalc_get_Item_m2287558001_MetadataUsageId); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset(&V_0, 0, sizeof(V_0)); int32_t V_1 = 0; ObjectTranslator_t2020767555 * V_2 = NULL; int32_t V_3 = 0; RuntimeObject * V_4 = NULL; { LuaEnv_t2152703515 * L_0 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); NullCheck(L_0); intptr_t L_1 = LuaEnv_get_L_m820602397(L_0, /*hidden argument*/NULL); V_0 = L_1; intptr_t L_2 = V_0; LuaEnv_t2152703515 * L_3 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); NullCheck(L_3); int32_t L_4 = L_3->get_errorFuncRef_5(); int32_t L_5 = Lua_load_error_func_m900418168(NULL /*static, unused*/, L_2, L_4, /*hidden argument*/NULL); V_1 = L_5; LuaEnv_t2152703515 * L_6 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); NullCheck(L_6); ObjectTranslator_t2020767555 * L_7 = L_6->get_translator_4(); V_2 = L_7; intptr_t L_8 = V_0; int32_t L_9 = ((LuaBase_t1730675691 *)__this)->get_luaReference_1(); Lua_lua_getref_m387649952(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL); intptr_t L_10 = V_0; Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_10, _stringLiteral1734148091, /*hidden argument*/NULL); intptr_t L_11 = V_0; int32_t L_12 = Lua_xlua_pgettable_m895294724(NULL /*static, unused*/, L_11, ((int32_t)-2), /*hidden argument*/NULL); if (!L_12) { goto IL_005c; } } { LuaEnv_t2152703515 * L_13 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); int32_t L_14 = V_1; NullCheck(L_13); LuaEnv_ThrowExceptionFromError_m1685544561(L_13, ((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)1)), /*hidden argument*/NULL); } IL_005c: { intptr_t L_15 = V_0; bool L_16 = Lua_lua_isfunction_m2911708774(NULL /*static, unused*/, L_15, (-1), /*hidden argument*/NULL); if (L_16) { goto IL_0081; } } { intptr_t L_17 = V_0; Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_17, _stringLiteral2010348878, /*hidden argument*/NULL); LuaEnv_t2152703515 * L_18 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); int32_t L_19 = V_1; NullCheck(L_18); LuaEnv_ThrowExceptionFromError_m1685544561(L_18, ((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)1)), /*hidden argument*/NULL); } IL_0081: { intptr_t L_20 = V_0; Lua_lua_pushvalue_m425062527(NULL /*static, unused*/, L_20, ((int32_t)-2), /*hidden argument*/NULL); intptr_t L_21 = V_0; Lua_lua_remove_m1793624660(NULL /*static, unused*/, L_21, ((int32_t)-3), /*hidden argument*/NULL); intptr_t L_22 = V_0; int32_t L_23 = ___index0; Lua_xlua_pushinteger_m3473749366(NULL /*static, unused*/, L_22, L_23, /*hidden argument*/NULL); intptr_t L_24 = V_0; int32_t L_25 = V_1; int32_t L_26 = Lua_lua_pcall_m4060699747(NULL /*static, unused*/, L_24, 2, 1, L_25, /*hidden argument*/NULL); V_3 = L_26; int32_t L_27 = V_3; if (!L_27) { goto IL_00b6; } } { LuaEnv_t2152703515 * L_28 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); int32_t L_29 = V_1; NullCheck(L_28); LuaEnv_ThrowExceptionFromError_m1685544561(L_28, ((int32_t)il2cpp_codegen_subtract((int32_t)L_29, (int32_t)1)), /*hidden argument*/NULL); } IL_00b6: { ObjectTranslator_t2020767555 * L_30 = V_2; intptr_t L_31 = V_0; int32_t L_32 = V_1; RuntimeTypeHandle_t3027515415 L_33 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_34 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_33, /*hidden argument*/NULL); NullCheck(L_30); RuntimeObject * L_35 = ObjectTranslator_GetObject_m805173647(L_30, L_31, ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)), L_34, /*hidden argument*/NULL); V_4 = L_35; intptr_t L_36 = V_0; int32_t L_37 = V_1; Lua_lua_settop_m2822720422(NULL /*static, unused*/, L_36, ((int32_t)il2cpp_codegen_subtract((int32_t)L_37, (int32_t)1)), /*hidden argument*/NULL); RuntimeObject * L_38 = V_4; return L_38; } } // System.Void XLua.CSObjectWrap.XLuaTestInvokeLuaICalcBridge::XLuaTest.InvokeLua.ICalc.set_Item(System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR void XLuaTestInvokeLuaICalcBridge_XLuaTest_InvokeLua_ICalc_set_Item_m1926777231 (XLuaTestInvokeLuaICalcBridge_t4005527277 * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XLuaTestInvokeLuaICalcBridge_XLuaTest_InvokeLua_ICalc_set_Item_m1926777231_MetadataUsageId); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset(&V_0, 0, sizeof(V_0)); int32_t V_1 = 0; ObjectTranslator_t2020767555 * V_2 = NULL; int32_t V_3 = 0; { LuaEnv_t2152703515 * L_0 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); NullCheck(L_0); intptr_t L_1 = LuaEnv_get_L_m820602397(L_0, /*hidden argument*/NULL); V_0 = L_1; intptr_t L_2 = V_0; LuaEnv_t2152703515 * L_3 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); NullCheck(L_3); int32_t L_4 = L_3->get_errorFuncRef_5(); int32_t L_5 = Lua_load_error_func_m900418168(NULL /*static, unused*/, L_2, L_4, /*hidden argument*/NULL); V_1 = L_5; LuaEnv_t2152703515 * L_6 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); NullCheck(L_6); ObjectTranslator_t2020767555 * L_7 = L_6->get_translator_4(); V_2 = L_7; intptr_t L_8 = V_0; int32_t L_9 = ((LuaBase_t1730675691 *)__this)->get_luaReference_1(); Lua_lua_getref_m387649952(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL); intptr_t L_10 = V_0; Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_10, _stringLiteral1734148607, /*hidden argument*/NULL); intptr_t L_11 = V_0; int32_t L_12 = Lua_xlua_pgettable_m895294724(NULL /*static, unused*/, L_11, ((int32_t)-2), /*hidden argument*/NULL); if (!L_12) { goto IL_005c; } } { LuaEnv_t2152703515 * L_13 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); int32_t L_14 = V_1; NullCheck(L_13); LuaEnv_ThrowExceptionFromError_m1685544561(L_13, ((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)1)), /*hidden argument*/NULL); } IL_005c: { intptr_t L_15 = V_0; bool L_16 = Lua_lua_isfunction_m2911708774(NULL /*static, unused*/, L_15, (-1), /*hidden argument*/NULL); if (L_16) { goto IL_0081; } } { intptr_t L_17 = V_0; Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_17, _stringLiteral3437722958, /*hidden argument*/NULL); LuaEnv_t2152703515 * L_18 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); int32_t L_19 = V_1; NullCheck(L_18); LuaEnv_ThrowExceptionFromError_m1685544561(L_18, ((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)1)), /*hidden argument*/NULL); } IL_0081: { intptr_t L_20 = V_0; Lua_lua_pushvalue_m425062527(NULL /*static, unused*/, L_20, ((int32_t)-2), /*hidden argument*/NULL); intptr_t L_21 = V_0; Lua_lua_remove_m1793624660(NULL /*static, unused*/, L_21, ((int32_t)-3), /*hidden argument*/NULL); intptr_t L_22 = V_0; int32_t L_23 = ___index0; Lua_xlua_pushinteger_m3473749366(NULL /*static, unused*/, L_22, L_23, /*hidden argument*/NULL); ObjectTranslator_t2020767555 * L_24 = V_2; intptr_t L_25 = V_0; RuntimeObject * L_26 = ___value1; NullCheck(L_24); ObjectTranslator_PushAny_m2595410231(L_24, L_25, L_26, /*hidden argument*/NULL); intptr_t L_27 = V_0; int32_t L_28 = V_1; int32_t L_29 = Lua_lua_pcall_m4060699747(NULL /*static, unused*/, L_27, 3, 0, L_28, /*hidden argument*/NULL); V_3 = L_29; int32_t L_30 = V_3; if (!L_30) { goto IL_00be; } } { LuaEnv_t2152703515 * L_31 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); int32_t L_32 = V_1; NullCheck(L_31); LuaEnv_ThrowExceptionFromError_m1685544561(L_31, ((int32_t)il2cpp_codegen_subtract((int32_t)L_32, (int32_t)1)), /*hidden argument*/NULL); } IL_00be: { intptr_t L_33 = V_0; int32_t L_34 = V_1; Lua_lua_settop_m2822720422(NULL /*static, unused*/, L_33, ((int32_t)il2cpp_codegen_subtract((int32_t)L_34, (int32_t)1)), /*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 extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_XLuaTestLuaBehaviourWrap___CreateInstance_m3479641678(intptr_t ___L0) { il2cpp_native_wrapper_vm_thread_attacher _vmThreadHelper; // Managed method invocation int32_t returnValue = XLuaTestLuaBehaviourWrap___CreateInstance_m3479641678(NULL, ___L0, NULL); return returnValue; } extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_XLuaTestLuaBehaviourWrap__g_get_luaScript_m3732224857(intptr_t ___L0) { il2cpp_native_wrapper_vm_thread_attacher _vmThreadHelper; // Managed method invocation int32_t returnValue = XLuaTestLuaBehaviourWrap__g_get_luaScript_m3732224857(NULL, ___L0, NULL); return returnValue; } extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_XLuaTestLuaBehaviourWrap__g_get_injections_m3725516623(intptr_t ___L0) { il2cpp_native_wrapper_vm_thread_attacher _vmThreadHelper; // Managed method invocation int32_t returnValue = XLuaTestLuaBehaviourWrap__g_get_injections_m3725516623(NULL, ___L0, NULL); return returnValue; } extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_XLuaTestLuaBehaviourWrap__s_set_luaScript_m463433033(intptr_t ___L0) { il2cpp_native_wrapper_vm_thread_attacher _vmThreadHelper; // Managed method invocation int32_t returnValue = XLuaTestLuaBehaviourWrap__s_set_luaScript_m463433033(NULL, ___L0, NULL); return returnValue; } extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_XLuaTestLuaBehaviourWrap__s_set_injections_m2009462354(intptr_t ___L0) { il2cpp_native_wrapper_vm_thread_attacher _vmThreadHelper; // Managed method invocation int32_t returnValue = XLuaTestLuaBehaviourWrap__s_set_injections_m2009462354(NULL, ___L0, NULL); return returnValue; } // System.Void XLua.CSObjectWrap.XLuaTestLuaBehaviourWrap::.ctor() extern "C" IL2CPP_METHOD_ATTR void XLuaTestLuaBehaviourWrap__ctor_m1108098462 (XLuaTestLuaBehaviourWrap_t2270440042 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void XLua.CSObjectWrap.XLuaTestLuaBehaviourWrap::__Register(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void XLuaTestLuaBehaviourWrap___Register_m965180973 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XLuaTestLuaBehaviourWrap___Register_m965180973_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectTranslator_t2020767555 * V_0 = NULL; Type_t * V_1 = NULL; String_t* G_B2_0 = NULL; int32_t G_B2_1 = 0; intptr_t G_B2_2; memset(&G_B2_2, 0, sizeof(G_B2_2)); String_t* G_B1_0 = NULL; int32_t G_B1_1 = 0; intptr_t G_B1_2; memset(&G_B1_2, 0, sizeof(G_B1_2)); String_t* G_B4_0 = NULL; int32_t G_B4_1 = 0; intptr_t G_B4_2; memset(&G_B4_2, 0, sizeof(G_B4_2)); String_t* G_B3_0 = NULL; int32_t G_B3_1 = 0; intptr_t G_B3_2; memset(&G_B3_2, 0, sizeof(G_B3_2)); String_t* G_B6_0 = NULL; int32_t G_B6_1 = 0; intptr_t G_B6_2; memset(&G_B6_2, 0, sizeof(G_B6_2)); String_t* G_B5_0 = NULL; int32_t G_B5_1 = 0; intptr_t G_B5_2; memset(&G_B5_2, 0, sizeof(G_B5_2)); String_t* G_B8_0 = NULL; int32_t G_B8_1 = 0; intptr_t G_B8_2; memset(&G_B8_2, 0, sizeof(G_B8_2)); String_t* G_B7_0 = NULL; int32_t G_B7_1 = 0; intptr_t G_B7_2; memset(&G_B7_2, 0, sizeof(G_B7_2)); intptr_t G_B10_0; memset(&G_B10_0, 0, sizeof(G_B10_0)); Type_t * G_B10_1 = NULL; intptr_t G_B9_0; memset(&G_B9_0, 0, sizeof(G_B9_0)); Type_t * G_B9_1 = NULL; { ObjectTranslatorPool_t158158286 * L_0 = ObjectTranslatorPool_get_Instance_m842665354(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_1 = ___L0; NullCheck(L_0); ObjectTranslator_t2020767555 * L_2 = ObjectTranslatorPool_Find_m2808149378(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; RuntimeTypeHandle_t3027515415 L_3 = { reinterpret_cast (LuaBehaviour_t310118987_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_4 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); V_1 = L_4; Type_t * L_5 = V_1; intptr_t L_6 = ___L0; ObjectTranslator_t2020767555 * L_7 = V_0; Utils_BeginObjectRegister_m972381667(NULL /*static, unused*/, L_5, L_6, L_7, 0, 0, 2, 2, (-1), /*hidden argument*/NULL); intptr_t L_8 = ___L0; lua_CSFunction_t883524059 * L_9 = ((XLuaTestLuaBehaviourWrap_t2270440042_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestLuaBehaviourWrap_t2270440042_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache0_0(); G_B1_0 = _stringLiteral2683907373; G_B1_1 = ((int32_t)-2); G_B1_2 = L_8; if (L_9) { G_B2_0 = _stringLiteral2683907373; G_B2_1 = ((int32_t)-2); G_B2_2 = L_8; goto IL_0044; } } { intptr_t L_10 = (intptr_t)XLuaTestLuaBehaviourWrap__g_get_luaScript_m3732224857_RuntimeMethod_var; lua_CSFunction_t883524059 * L_11 = (lua_CSFunction_t883524059 *)il2cpp_codegen_object_new(lua_CSFunction_t883524059_il2cpp_TypeInfo_var); lua_CSFunction__ctor_m2895663127(L_11, NULL, L_10, /*hidden argument*/NULL); ((XLuaTestLuaBehaviourWrap_t2270440042_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestLuaBehaviourWrap_t2270440042_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache0_0(L_11); G_B2_0 = G_B1_0; G_B2_1 = G_B1_1; G_B2_2 = G_B1_2; } IL_0044: { lua_CSFunction_t883524059 * L_12 = ((XLuaTestLuaBehaviourWrap_t2270440042_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestLuaBehaviourWrap_t2270440042_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache0_0(); Utils_RegisterFunc_m1228226546(NULL /*static, unused*/, G_B2_2, G_B2_1, G_B2_0, L_12, /*hidden argument*/NULL); intptr_t L_13 = ___L0; lua_CSFunction_t883524059 * L_14 = ((XLuaTestLuaBehaviourWrap_t2270440042_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestLuaBehaviourWrap_t2270440042_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache1_1(); G_B3_0 = _stringLiteral249932204; G_B3_1 = ((int32_t)-2); G_B3_2 = L_13; if (L_14) { G_B4_0 = _stringLiteral249932204; G_B4_1 = ((int32_t)-2); G_B4_2 = L_13; goto IL_006e; } } { intptr_t L_15 = (intptr_t)XLuaTestLuaBehaviourWrap__g_get_injections_m3725516623_RuntimeMethod_var; lua_CSFunction_t883524059 * L_16 = (lua_CSFunction_t883524059 *)il2cpp_codegen_object_new(lua_CSFunction_t883524059_il2cpp_TypeInfo_var); lua_CSFunction__ctor_m2895663127(L_16, NULL, L_15, /*hidden argument*/NULL); ((XLuaTestLuaBehaviourWrap_t2270440042_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestLuaBehaviourWrap_t2270440042_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache1_1(L_16); G_B4_0 = G_B3_0; G_B4_1 = G_B3_1; G_B4_2 = G_B3_2; } IL_006e: { lua_CSFunction_t883524059 * L_17 = ((XLuaTestLuaBehaviourWrap_t2270440042_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestLuaBehaviourWrap_t2270440042_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache1_1(); Utils_RegisterFunc_m1228226546(NULL /*static, unused*/, G_B4_2, G_B4_1, G_B4_0, L_17, /*hidden argument*/NULL); intptr_t L_18 = ___L0; lua_CSFunction_t883524059 * L_19 = ((XLuaTestLuaBehaviourWrap_t2270440042_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestLuaBehaviourWrap_t2270440042_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache2_2(); G_B5_0 = _stringLiteral2683907373; G_B5_1 = (-1); G_B5_2 = L_18; if (L_19) { G_B6_0 = _stringLiteral2683907373; G_B6_1 = (-1); G_B6_2 = L_18; goto IL_0097; } } { intptr_t L_20 = (intptr_t)XLuaTestLuaBehaviourWrap__s_set_luaScript_m463433033_RuntimeMethod_var; lua_CSFunction_t883524059 * L_21 = (lua_CSFunction_t883524059 *)il2cpp_codegen_object_new(lua_CSFunction_t883524059_il2cpp_TypeInfo_var); lua_CSFunction__ctor_m2895663127(L_21, NULL, L_20, /*hidden argument*/NULL); ((XLuaTestLuaBehaviourWrap_t2270440042_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestLuaBehaviourWrap_t2270440042_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache2_2(L_21); G_B6_0 = G_B5_0; G_B6_1 = G_B5_1; G_B6_2 = G_B5_2; } IL_0097: { lua_CSFunction_t883524059 * L_22 = ((XLuaTestLuaBehaviourWrap_t2270440042_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestLuaBehaviourWrap_t2270440042_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache2_2(); Utils_RegisterFunc_m1228226546(NULL /*static, unused*/, G_B6_2, G_B6_1, G_B6_0, L_22, /*hidden argument*/NULL); intptr_t L_23 = ___L0; lua_CSFunction_t883524059 * L_24 = ((XLuaTestLuaBehaviourWrap_t2270440042_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestLuaBehaviourWrap_t2270440042_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache3_3(); G_B7_0 = _stringLiteral249932204; G_B7_1 = (-1); G_B7_2 = L_23; if (L_24) { G_B8_0 = _stringLiteral249932204; G_B8_1 = (-1); G_B8_2 = L_23; goto IL_00c0; } } { intptr_t L_25 = (intptr_t)XLuaTestLuaBehaviourWrap__s_set_injections_m2009462354_RuntimeMethod_var; lua_CSFunction_t883524059 * L_26 = (lua_CSFunction_t883524059 *)il2cpp_codegen_object_new(lua_CSFunction_t883524059_il2cpp_TypeInfo_var); lua_CSFunction__ctor_m2895663127(L_26, NULL, L_25, /*hidden argument*/NULL); ((XLuaTestLuaBehaviourWrap_t2270440042_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestLuaBehaviourWrap_t2270440042_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache3_3(L_26); G_B8_0 = G_B7_0; G_B8_1 = G_B7_1; G_B8_2 = G_B7_2; } IL_00c0: { lua_CSFunction_t883524059 * L_27 = ((XLuaTestLuaBehaviourWrap_t2270440042_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestLuaBehaviourWrap_t2270440042_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache3_3(); Utils_RegisterFunc_m1228226546(NULL /*static, unused*/, G_B8_2, G_B8_1, G_B8_0, L_27, /*hidden argument*/NULL); Type_t * L_28 = V_1; intptr_t L_29 = ___L0; ObjectTranslator_t2020767555 * L_30 = V_0; Utils_EndObjectRegister_m3642684994(NULL /*static, unused*/, L_28, L_29, L_30, (lua_CSFunction_t883524059 *)NULL, (lua_CSFunction_t883524059 *)NULL, (Type_t *)NULL, (lua_CSFunction_t883524059 *)NULL, (lua_CSFunction_t883524059 *)NULL, /*hidden argument*/NULL); Type_t * L_31 = V_1; intptr_t L_32 = ___L0; lua_CSFunction_t883524059 * L_33 = ((XLuaTestLuaBehaviourWrap_t2270440042_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestLuaBehaviourWrap_t2270440042_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache4_4(); G_B9_0 = L_32; G_B9_1 = L_31; if (L_33) { G_B10_0 = L_32; G_B10_1 = L_31; goto IL_00f1; } } { intptr_t L_34 = (intptr_t)XLuaTestLuaBehaviourWrap___CreateInstance_m3479641678_RuntimeMethod_var; lua_CSFunction_t883524059 * L_35 = (lua_CSFunction_t883524059 *)il2cpp_codegen_object_new(lua_CSFunction_t883524059_il2cpp_TypeInfo_var); lua_CSFunction__ctor_m2895663127(L_35, NULL, L_34, /*hidden argument*/NULL); ((XLuaTestLuaBehaviourWrap_t2270440042_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestLuaBehaviourWrap_t2270440042_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache4_4(L_35); G_B10_0 = G_B9_0; G_B10_1 = G_B9_1; } IL_00f1: { lua_CSFunction_t883524059 * L_36 = ((XLuaTestLuaBehaviourWrap_t2270440042_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestLuaBehaviourWrap_t2270440042_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache4_4(); Utils_BeginClassRegister_m3630094254(NULL /*static, unused*/, G_B10_1, G_B10_0, L_36, 1, 0, 0, /*hidden argument*/NULL); Type_t * L_37 = V_1; intptr_t L_38 = ___L0; ObjectTranslator_t2020767555 * L_39 = V_0; Utils_EndClassRegister_m1460189367(NULL /*static, unused*/, L_37, L_38, L_39, /*hidden argument*/NULL); return; } } // System.Int32 XLua.CSObjectWrap.XLuaTestLuaBehaviourWrap::__CreateInstance(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t XLuaTestLuaBehaviourWrap___CreateInstance_m3479641678 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XLuaTestLuaBehaviourWrap___CreateInstance_m3479641678_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectTranslator_t2020767555 * V_0 = NULL; LuaBehaviour_t310118987 * V_1 = NULL; int32_t V_2 = 0; Exception_t * V_3 = NULL; 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) { ObjectTranslatorPool_t158158286 * L_0 = ObjectTranslatorPool_get_Instance_m842665354(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_1 = ___L0; NullCheck(L_0); ObjectTranslator_t2020767555 * L_2 = ObjectTranslatorPool_Find_m2808149378(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; intptr_t L_3 = ___L0; int32_t L_4 = Lua_lua_gettop_m2394536141(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); if ((!(((uint32_t)L_4) == ((uint32_t)1)))) { goto IL_002d; } } IL_0018: { LuaBehaviour_t310118987 * L_5 = (LuaBehaviour_t310118987 *)il2cpp_codegen_object_new(LuaBehaviour_t310118987_il2cpp_TypeInfo_var); LuaBehaviour__ctor_m476799127(L_5, /*hidden argument*/NULL); V_1 = L_5; ObjectTranslator_t2020767555 * L_6 = V_0; intptr_t L_7 = ___L0; LuaBehaviour_t310118987 * L_8 = V_1; NullCheck(L_6); ObjectTranslator_Push_m105918116(L_6, L_7, L_8, /*hidden argument*/NULL); V_2 = 1; goto IL_0056; } IL_002d: { goto IL_004a; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0032; throw e; } CATCH_0032: { // begin catch(System.Exception) V_3 = ((Exception_t *)__exception_local); intptr_t L_9 = ___L0; Exception_t * L_10 = V_3; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_11 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral632665612, L_10, /*hidden argument*/NULL); int32_t L_12 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_9, L_11, /*hidden argument*/NULL); V_2 = L_12; goto IL_0056; } // end catch (depth: 1) IL_004a: { intptr_t L_13 = ___L0; int32_t L_14 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_13, _stringLiteral2524405626, /*hidden argument*/NULL); return L_14; } IL_0056: { int32_t L_15 = V_2; return L_15; } } // System.Int32 XLua.CSObjectWrap.XLuaTestLuaBehaviourWrap::_g_get_luaScript(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t XLuaTestLuaBehaviourWrap__g_get_luaScript_m3732224857 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XLuaTestLuaBehaviourWrap__g_get_luaScript_m3732224857_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectTranslator_t2020767555 * V_0 = NULL; LuaBehaviour_t310118987 * V_1 = NULL; Exception_t * V_2 = NULL; int32_t V_3 = 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) ObjectTranslatorPool_t158158286 * L_0 = ObjectTranslatorPool_get_Instance_m842665354(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_1 = ___L0; NullCheck(L_0); ObjectTranslator_t2020767555 * L_2 = ObjectTranslatorPool_Find_m2808149378(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; ObjectTranslator_t2020767555 * L_3 = V_0; intptr_t L_4 = ___L0; NullCheck(L_3); RuntimeObject * L_5 = ObjectTranslator_FastGetCSObj_m66620763(L_3, L_4, 1, /*hidden argument*/NULL); V_1 = ((LuaBehaviour_t310118987 *)CastclassClass((RuntimeObject*)L_5, LuaBehaviour_t310118987_il2cpp_TypeInfo_var)); ObjectTranslator_t2020767555 * L_6 = V_0; intptr_t L_7 = ___L0; LuaBehaviour_t310118987 * L_8 = V_1; NullCheck(L_8); TextAsset_t3022178571 * L_9 = L_8->get_luaScript_2(); NullCheck(L_6); ObjectTranslator_Push_m105918116(L_6, L_7, L_9, /*hidden argument*/NULL); goto IL_0044; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_002c; throw e; } CATCH_002c: { // begin catch(System.Exception) V_2 = ((Exception_t *)__exception_local); intptr_t L_10 = ___L0; Exception_t * L_11 = V_2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_12 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral632665612, L_11, /*hidden argument*/NULL); int32_t L_13 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_10, L_12, /*hidden argument*/NULL); V_3 = L_13; goto IL_0046; } // end catch (depth: 1) IL_0044: { return 1; } IL_0046: { int32_t L_14 = V_3; return L_14; } } // System.Int32 XLua.CSObjectWrap.XLuaTestLuaBehaviourWrap::_g_get_injections(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t XLuaTestLuaBehaviourWrap__g_get_injections_m3725516623 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XLuaTestLuaBehaviourWrap__g_get_injections_m3725516623_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectTranslator_t2020767555 * V_0 = NULL; LuaBehaviour_t310118987 * V_1 = NULL; Exception_t * V_2 = NULL; int32_t V_3 = 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) ObjectTranslatorPool_t158158286 * L_0 = ObjectTranslatorPool_get_Instance_m842665354(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_1 = ___L0; NullCheck(L_0); ObjectTranslator_t2020767555 * L_2 = ObjectTranslatorPool_Find_m2808149378(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; ObjectTranslator_t2020767555 * L_3 = V_0; intptr_t L_4 = ___L0; NullCheck(L_3); RuntimeObject * L_5 = ObjectTranslator_FastGetCSObj_m66620763(L_3, L_4, 1, /*hidden argument*/NULL); V_1 = ((LuaBehaviour_t310118987 *)CastclassClass((RuntimeObject*)L_5, LuaBehaviour_t310118987_il2cpp_TypeInfo_var)); ObjectTranslator_t2020767555 * L_6 = V_0; intptr_t L_7 = ___L0; LuaBehaviour_t310118987 * L_8 = V_1; NullCheck(L_8); InjectionU5BU5D_t3549262654* L_9 = L_8->get_injections_3(); NullCheck(L_6); ObjectTranslator_Push_m105918116(L_6, L_7, (RuntimeObject *)(RuntimeObject *)L_9, /*hidden argument*/NULL); goto IL_0044; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_002c; throw e; } CATCH_002c: { // begin catch(System.Exception) V_2 = ((Exception_t *)__exception_local); intptr_t L_10 = ___L0; Exception_t * L_11 = V_2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_12 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral632665612, L_11, /*hidden argument*/NULL); int32_t L_13 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_10, L_12, /*hidden argument*/NULL); V_3 = L_13; goto IL_0046; } // end catch (depth: 1) IL_0044: { return 1; } IL_0046: { int32_t L_14 = V_3; return L_14; } } // System.Int32 XLua.CSObjectWrap.XLuaTestLuaBehaviourWrap::_s_set_luaScript(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t XLuaTestLuaBehaviourWrap__s_set_luaScript_m463433033 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XLuaTestLuaBehaviourWrap__s_set_luaScript_m463433033_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectTranslator_t2020767555 * V_0 = NULL; LuaBehaviour_t310118987 * V_1 = NULL; Exception_t * V_2 = NULL; int32_t V_3 = 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) ObjectTranslatorPool_t158158286 * L_0 = ObjectTranslatorPool_get_Instance_m842665354(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_1 = ___L0; NullCheck(L_0); ObjectTranslator_t2020767555 * L_2 = ObjectTranslatorPool_Find_m2808149378(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; ObjectTranslator_t2020767555 * L_3 = V_0; intptr_t L_4 = ___L0; NullCheck(L_3); RuntimeObject * L_5 = ObjectTranslator_FastGetCSObj_m66620763(L_3, L_4, 1, /*hidden argument*/NULL); V_1 = ((LuaBehaviour_t310118987 *)CastclassClass((RuntimeObject*)L_5, LuaBehaviour_t310118987_il2cpp_TypeInfo_var)); LuaBehaviour_t310118987 * L_6 = V_1; ObjectTranslator_t2020767555 * L_7 = V_0; intptr_t L_8 = ___L0; RuntimeTypeHandle_t3027515415 L_9 = { reinterpret_cast (TextAsset_t3022178571_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_10 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); NullCheck(L_7); RuntimeObject * L_11 = ObjectTranslator_GetObject_m805173647(L_7, L_8, 2, L_10, /*hidden argument*/NULL); NullCheck(L_6); L_6->set_luaScript_2(((TextAsset_t3022178571 *)CastclassClass((RuntimeObject*)L_11, TextAsset_t3022178571_il2cpp_TypeInfo_var))); goto IL_0054; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_003c; throw e; } CATCH_003c: { // begin catch(System.Exception) V_2 = ((Exception_t *)__exception_local); intptr_t L_12 = ___L0; Exception_t * L_13 = V_2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral632665612, L_13, /*hidden argument*/NULL); int32_t L_15 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_12, L_14, /*hidden argument*/NULL); V_3 = L_15; goto IL_0056; } // end catch (depth: 1) IL_0054: { return 0; } IL_0056: { int32_t L_16 = V_3; return L_16; } } // System.Int32 XLua.CSObjectWrap.XLuaTestLuaBehaviourWrap::_s_set_injections(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t XLuaTestLuaBehaviourWrap__s_set_injections_m2009462354 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XLuaTestLuaBehaviourWrap__s_set_injections_m2009462354_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectTranslator_t2020767555 * V_0 = NULL; LuaBehaviour_t310118987 * V_1 = NULL; Exception_t * V_2 = NULL; int32_t V_3 = 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) ObjectTranslatorPool_t158158286 * L_0 = ObjectTranslatorPool_get_Instance_m842665354(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_1 = ___L0; NullCheck(L_0); ObjectTranslator_t2020767555 * L_2 = ObjectTranslatorPool_Find_m2808149378(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; ObjectTranslator_t2020767555 * L_3 = V_0; intptr_t L_4 = ___L0; NullCheck(L_3); RuntimeObject * L_5 = ObjectTranslator_FastGetCSObj_m66620763(L_3, L_4, 1, /*hidden argument*/NULL); V_1 = ((LuaBehaviour_t310118987 *)CastclassClass((RuntimeObject*)L_5, LuaBehaviour_t310118987_il2cpp_TypeInfo_var)); LuaBehaviour_t310118987 * L_6 = V_1; ObjectTranslator_t2020767555 * L_7 = V_0; intptr_t L_8 = ___L0; RuntimeTypeHandle_t3027515415 L_9 = { reinterpret_cast (InjectionU5BU5D_t3549262654_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_10 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); NullCheck(L_7); RuntimeObject * L_11 = ObjectTranslator_GetObject_m805173647(L_7, L_8, 2, L_10, /*hidden argument*/NULL); NullCheck(L_6); L_6->set_injections_3(((InjectionU5BU5D_t3549262654*)Castclass((RuntimeObject*)L_11, InjectionU5BU5D_t3549262654_il2cpp_TypeInfo_var))); goto IL_0054; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_003c; throw e; } CATCH_003c: { // begin catch(System.Exception) V_2 = ((Exception_t *)__exception_local); intptr_t L_12 = ___L0; Exception_t * L_13 = V_2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral632665612, L_13, /*hidden argument*/NULL); int32_t L_15 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_12, L_14, /*hidden argument*/NULL); V_3 = L_15; goto IL_0056; } // end catch (depth: 1) IL_0054: { return 0; } IL_0056: { int32_t L_16 = V_3; return L_16; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_XLuaTestMyEnumWrap___CastFrom_m2284301432(intptr_t ___L0) { il2cpp_native_wrapper_vm_thread_attacher _vmThreadHelper; // Managed method invocation int32_t returnValue = XLuaTestMyEnumWrap___CastFrom_m2284301432(NULL, ___L0, NULL); return returnValue; } // System.Void XLua.CSObjectWrap.XLuaTestMyEnumWrap::.ctor() extern "C" IL2CPP_METHOD_ATTR void XLuaTestMyEnumWrap__ctor_m3155953112 (XLuaTestMyEnumWrap_t450139710 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void XLua.CSObjectWrap.XLuaTestMyEnumWrap::__Register(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void XLuaTestMyEnumWrap___Register_m2663552146 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XLuaTestMyEnumWrap___Register_m2663552146_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectTranslator_t2020767555 * V_0 = NULL; String_t* G_B2_0 = NULL; int32_t G_B2_1 = 0; intptr_t G_B2_2; memset(&G_B2_2, 0, sizeof(G_B2_2)); String_t* G_B1_0 = NULL; int32_t G_B1_1 = 0; intptr_t G_B1_2; memset(&G_B1_2, 0, sizeof(G_B1_2)); { ObjectTranslatorPool_t158158286 * L_0 = ObjectTranslatorPool_get_Instance_m842665354(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_1 = ___L0; NullCheck(L_0); ObjectTranslator_t2020767555 * L_2 = ObjectTranslatorPool_Find_m2808149378(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; RuntimeTypeHandle_t3027515415 L_3 = { reinterpret_cast (MyEnum_t4134377632_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_4 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); intptr_t L_5 = ___L0; ObjectTranslator_t2020767555 * L_6 = V_0; Utils_BeginObjectRegister_m972381667(NULL /*static, unused*/, L_4, L_5, L_6, 0, 0, 0, 0, (-1), /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_7 = { reinterpret_cast (MyEnum_t4134377632_0_0_0_var) }; Type_t * L_8 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); intptr_t L_9 = ___L0; ObjectTranslator_t2020767555 * L_10 = V_0; Utils_EndObjectRegister_m3642684994(NULL /*static, unused*/, L_8, L_9, L_10, (lua_CSFunction_t883524059 *)NULL, (lua_CSFunction_t883524059 *)NULL, (Type_t *)NULL, (lua_CSFunction_t883524059 *)NULL, (lua_CSFunction_t883524059 *)NULL, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_11 = { reinterpret_cast (MyEnum_t4134377632_0_0_0_var) }; Type_t * L_12 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); intptr_t L_13 = ___L0; Utils_BeginClassRegister_m3630094254(NULL /*static, unused*/, L_12, L_13, (lua_CSFunction_t883524059 *)NULL, 3, 0, 0, /*hidden argument*/NULL); intptr_t L_14 = ___L0; ObjectTranslator_t2020767555 * L_15 = V_0; int32_t L_16 = ((int32_t)0); RuntimeObject * L_17 = Box(MyEnum_t4134377632_il2cpp_TypeInfo_var, &L_16); Utils_RegisterObject_m691522261(NULL /*static, unused*/, L_14, L_15, ((int32_t)-4), _stringLiteral3451500507, L_17, /*hidden argument*/NULL); intptr_t L_18 = ___L0; ObjectTranslator_t2020767555 * L_19 = V_0; int32_t L_20 = ((int32_t)1); RuntimeObject * L_21 = Box(MyEnum_t4134377632_il2cpp_TypeInfo_var, &L_20); Utils_RegisterObject_m691522261(NULL /*static, unused*/, L_18, L_19, ((int32_t)-4), _stringLiteral3451434971, L_21, /*hidden argument*/NULL); intptr_t L_22 = ___L0; lua_CSFunction_t883524059 * L_23 = ((XLuaTestMyEnumWrap_t450139710_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestMyEnumWrap_t450139710_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache0_0(); G_B1_0 = _stringLiteral1368670512; G_B1_1 = ((int32_t)-4); G_B1_2 = L_22; if (L_23) { G_B2_0 = _stringLiteral1368670512; G_B2_1 = ((int32_t)-4); G_B2_2 = L_22; goto IL_0094; } } { intptr_t L_24 = (intptr_t)XLuaTestMyEnumWrap___CastFrom_m2284301432_RuntimeMethod_var; lua_CSFunction_t883524059 * L_25 = (lua_CSFunction_t883524059 *)il2cpp_codegen_object_new(lua_CSFunction_t883524059_il2cpp_TypeInfo_var); lua_CSFunction__ctor_m2895663127(L_25, NULL, L_24, /*hidden argument*/NULL); ((XLuaTestMyEnumWrap_t450139710_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestMyEnumWrap_t450139710_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache0_0(L_25); G_B2_0 = G_B1_0; G_B2_1 = G_B1_1; G_B2_2 = G_B1_2; } IL_0094: { lua_CSFunction_t883524059 * L_26 = ((XLuaTestMyEnumWrap_t450139710_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestMyEnumWrap_t450139710_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache0_0(); Utils_RegisterFunc_m1228226546(NULL /*static, unused*/, G_B2_2, G_B2_1, G_B2_0, L_26, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_27 = { reinterpret_cast (MyEnum_t4134377632_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_28 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_27, /*hidden argument*/NULL); intptr_t L_29 = ___L0; ObjectTranslator_t2020767555 * L_30 = V_0; Utils_EndClassRegister_m1460189367(NULL /*static, unused*/, L_28, L_29, L_30, /*hidden argument*/NULL); return; } } // System.Int32 XLua.CSObjectWrap.XLuaTestMyEnumWrap::__CastFrom(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t XLuaTestMyEnumWrap___CastFrom_m2284301432 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XLuaTestMyEnumWrap___CastFrom_m2284301432_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectTranslator_t2020767555 * V_0 = NULL; int32_t V_1 = 0; { ObjectTranslatorPool_t158158286 * L_0 = ObjectTranslatorPool_get_Instance_m842665354(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_1 = ___L0; NullCheck(L_0); ObjectTranslator_t2020767555 * L_2 = ObjectTranslatorPool_Find_m2808149378(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; intptr_t L_3 = ___L0; int32_t L_4 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_3, 1, /*hidden argument*/NULL); V_1 = L_4; int32_t L_5 = V_1; if ((!(((uint32_t)L_5) == ((uint32_t)3)))) { goto IL_002e; } } { ObjectTranslator_t2020767555 * L_6 = V_0; intptr_t L_7 = ___L0; intptr_t L_8 = ___L0; int32_t L_9 = Lua_xlua_tointeger_m2263761157(NULL /*static, unused*/, L_8, 1, /*hidden argument*/NULL); NullCheck(L_6); ObjectTranslator_PushXLuaTestMyEnum_m329911794(L_6, L_7, L_9, /*hidden argument*/NULL); goto IL_0099; } IL_002e: { int32_t L_10 = V_1; if ((!(((uint32_t)L_10) == ((uint32_t)4)))) { goto IL_0082; } } { intptr_t L_11 = ___L0; bool L_12 = Lua_xlua_is_eq_str_m474906296(NULL /*static, unused*/, L_11, 1, _stringLiteral3451500507, /*hidden argument*/NULL); if (!L_12) { goto IL_0053; } } { ObjectTranslator_t2020767555 * L_13 = V_0; intptr_t L_14 = ___L0; NullCheck(L_13); ObjectTranslator_PushXLuaTestMyEnum_m329911794(L_13, L_14, 0, /*hidden argument*/NULL); goto IL_007d; } IL_0053: { intptr_t L_15 = ___L0; bool L_16 = Lua_xlua_is_eq_str_m474906296(NULL /*static, unused*/, L_15, 1, _stringLiteral3451434971, /*hidden argument*/NULL); if (!L_16) { goto IL_0071; } } { ObjectTranslator_t2020767555 * L_17 = V_0; intptr_t L_18 = ___L0; NullCheck(L_17); ObjectTranslator_PushXLuaTestMyEnum_m329911794(L_17, L_18, 1, /*hidden argument*/NULL); goto IL_007d; } IL_0071: { intptr_t L_19 = ___L0; int32_t L_20 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_19, _stringLiteral233182325, /*hidden argument*/NULL); return L_20; } IL_007d: { goto IL_0099; } IL_0082: { intptr_t L_21 = ___L0; int32_t L_22 = V_1; int32_t L_23 = L_22; RuntimeObject * L_24 = Box(LuaTypes_t3572446928_il2cpp_TypeInfo_var, &L_23); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_25 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2314343793, L_24, /*hidden argument*/NULL); int32_t L_26 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_21, L_25, /*hidden argument*/NULL); return L_26; } IL_0099: { return 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 extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_XLuaTestMyStructWrap___CreateInstance_m1186156191(intptr_t ___L0) { il2cpp_native_wrapper_vm_thread_attacher _vmThreadHelper; // Managed method invocation int32_t returnValue = XLuaTestMyStructWrap___CreateInstance_m1186156191(NULL, ___L0, NULL); return returnValue; } extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_XLuaTestMyStructWrap__g_get_a_m1199221102(intptr_t ___L0) { il2cpp_native_wrapper_vm_thread_attacher _vmThreadHelper; // Managed method invocation int32_t returnValue = XLuaTestMyStructWrap__g_get_a_m1199221102(NULL, ___L0, NULL); return returnValue; } extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_XLuaTestMyStructWrap__g_get_b_m1200685459(intptr_t ___L0) { il2cpp_native_wrapper_vm_thread_attacher _vmThreadHelper; // Managed method invocation int32_t returnValue = XLuaTestMyStructWrap__g_get_b_m1200685459(NULL, ___L0, NULL); return returnValue; } extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_XLuaTestMyStructWrap__g_get_c_m1200722320(intptr_t ___L0) { il2cpp_native_wrapper_vm_thread_attacher _vmThreadHelper; // Managed method invocation int32_t returnValue = XLuaTestMyStructWrap__g_get_c_m1200722320(NULL, ___L0, NULL); return returnValue; } extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_XLuaTestMyStructWrap__g_get_e_m1200649394(intptr_t ___L0) { il2cpp_native_wrapper_vm_thread_attacher _vmThreadHelper; // Managed method invocation int32_t returnValue = XLuaTestMyStructWrap__g_get_e_m1200649394(NULL, ___L0, NULL); return returnValue; } extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_XLuaTestMyStructWrap__s_set_a_m417700796(intptr_t ___L0) { il2cpp_native_wrapper_vm_thread_attacher _vmThreadHelper; // Managed method invocation int32_t returnValue = XLuaTestMyStructWrap__s_set_a_m417700796(NULL, ___L0, NULL); return returnValue; } extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_XLuaTestMyStructWrap__s_set_b_m417347777(intptr_t ___L0) { il2cpp_native_wrapper_vm_thread_attacher _vmThreadHelper; // Managed method invocation int32_t returnValue = XLuaTestMyStructWrap__s_set_b_m417347777(NULL, ___L0, NULL); return returnValue; } extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_XLuaTestMyStructWrap__s_set_c_m417383678(intptr_t ___L0) { il2cpp_native_wrapper_vm_thread_attacher _vmThreadHelper; // Managed method invocation int32_t returnValue = XLuaTestMyStructWrap__s_set_c_m417383678(NULL, ___L0, NULL); return returnValue; } extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_XLuaTestMyStructWrap__s_set_e_m417319992(intptr_t ___L0) { il2cpp_native_wrapper_vm_thread_attacher _vmThreadHelper; // Managed method invocation int32_t returnValue = XLuaTestMyStructWrap__s_set_e_m417319992(NULL, ___L0, NULL); return returnValue; } // System.Void XLua.CSObjectWrap.XLuaTestMyStructWrap::.ctor() extern "C" IL2CPP_METHOD_ATTR void XLuaTestMyStructWrap__ctor_m2301957542 (XLuaTestMyStructWrap_t1006490053 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void XLua.CSObjectWrap.XLuaTestMyStructWrap::__Register(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void XLuaTestMyStructWrap___Register_m2665286465 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XLuaTestMyStructWrap___Register_m2665286465_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectTranslator_t2020767555 * V_0 = NULL; Type_t * V_1 = NULL; String_t* G_B2_0 = NULL; int32_t G_B2_1 = 0; intptr_t G_B2_2; memset(&G_B2_2, 0, sizeof(G_B2_2)); String_t* G_B1_0 = NULL; int32_t G_B1_1 = 0; intptr_t G_B1_2; memset(&G_B1_2, 0, sizeof(G_B1_2)); String_t* G_B4_0 = NULL; int32_t G_B4_1 = 0; intptr_t G_B4_2; memset(&G_B4_2, 0, sizeof(G_B4_2)); String_t* G_B3_0 = NULL; int32_t G_B3_1 = 0; intptr_t G_B3_2; memset(&G_B3_2, 0, sizeof(G_B3_2)); String_t* G_B6_0 = NULL; int32_t G_B6_1 = 0; intptr_t G_B6_2; memset(&G_B6_2, 0, sizeof(G_B6_2)); String_t* G_B5_0 = NULL; int32_t G_B5_1 = 0; intptr_t G_B5_2; memset(&G_B5_2, 0, sizeof(G_B5_2)); String_t* G_B8_0 = NULL; int32_t G_B8_1 = 0; intptr_t G_B8_2; memset(&G_B8_2, 0, sizeof(G_B8_2)); String_t* G_B7_0 = NULL; int32_t G_B7_1 = 0; intptr_t G_B7_2; memset(&G_B7_2, 0, sizeof(G_B7_2)); String_t* G_B10_0 = NULL; int32_t G_B10_1 = 0; intptr_t G_B10_2; memset(&G_B10_2, 0, sizeof(G_B10_2)); String_t* G_B9_0 = NULL; int32_t G_B9_1 = 0; intptr_t G_B9_2; memset(&G_B9_2, 0, sizeof(G_B9_2)); String_t* G_B12_0 = NULL; int32_t G_B12_1 = 0; intptr_t G_B12_2; memset(&G_B12_2, 0, sizeof(G_B12_2)); String_t* G_B11_0 = NULL; int32_t G_B11_1 = 0; intptr_t G_B11_2; memset(&G_B11_2, 0, sizeof(G_B11_2)); String_t* G_B14_0 = NULL; int32_t G_B14_1 = 0; intptr_t G_B14_2; memset(&G_B14_2, 0, sizeof(G_B14_2)); String_t* G_B13_0 = NULL; int32_t G_B13_1 = 0; intptr_t G_B13_2; memset(&G_B13_2, 0, sizeof(G_B13_2)); String_t* G_B16_0 = NULL; int32_t G_B16_1 = 0; intptr_t G_B16_2; memset(&G_B16_2, 0, sizeof(G_B16_2)); String_t* G_B15_0 = NULL; int32_t G_B15_1 = 0; intptr_t G_B15_2; memset(&G_B15_2, 0, sizeof(G_B15_2)); intptr_t G_B18_0; memset(&G_B18_0, 0, sizeof(G_B18_0)); Type_t * G_B18_1 = NULL; intptr_t G_B17_0; memset(&G_B17_0, 0, sizeof(G_B17_0)); Type_t * G_B17_1 = NULL; { ObjectTranslatorPool_t158158286 * L_0 = ObjectTranslatorPool_get_Instance_m842665354(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_1 = ___L0; NullCheck(L_0); ObjectTranslator_t2020767555 * L_2 = ObjectTranslatorPool_Find_m2808149378(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; RuntimeTypeHandle_t3027515415 L_3 = { reinterpret_cast (MyStruct_t514849583_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_4 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); V_1 = L_4; Type_t * L_5 = V_1; intptr_t L_6 = ___L0; ObjectTranslator_t2020767555 * L_7 = V_0; Utils_BeginObjectRegister_m972381667(NULL /*static, unused*/, L_5, L_6, L_7, 0, 0, 4, 4, (-1), /*hidden argument*/NULL); intptr_t L_8 = ___L0; lua_CSFunction_t883524059 * L_9 = ((XLuaTestMyStructWrap_t1006490053_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestMyStructWrap_t1006490053_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache0_0(); G_B1_0 = _stringLiteral3452614591; G_B1_1 = ((int32_t)-2); G_B1_2 = L_8; if (L_9) { G_B2_0 = _stringLiteral3452614591; G_B2_1 = ((int32_t)-2); G_B2_2 = L_8; goto IL_0044; } } { intptr_t L_10 = (intptr_t)XLuaTestMyStructWrap__g_get_a_m1199221102_RuntimeMethod_var; lua_CSFunction_t883524059 * L_11 = (lua_CSFunction_t883524059 *)il2cpp_codegen_object_new(lua_CSFunction_t883524059_il2cpp_TypeInfo_var); lua_CSFunction__ctor_m2895663127(L_11, NULL, L_10, /*hidden argument*/NULL); ((XLuaTestMyStructWrap_t1006490053_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestMyStructWrap_t1006490053_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache0_0(L_11); G_B2_0 = G_B1_0; G_B2_1 = G_B1_1; G_B2_2 = G_B1_2; } IL_0044: { lua_CSFunction_t883524059 * L_12 = ((XLuaTestMyStructWrap_t1006490053_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestMyStructWrap_t1006490053_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache0_0(); Utils_RegisterFunc_m1228226546(NULL /*static, unused*/, G_B2_2, G_B2_1, G_B2_0, L_12, /*hidden argument*/NULL); intptr_t L_13 = ___L0; lua_CSFunction_t883524059 * L_14 = ((XLuaTestMyStructWrap_t1006490053_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestMyStructWrap_t1006490053_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache1_1(); G_B3_0 = _stringLiteral3452614590; G_B3_1 = ((int32_t)-2); G_B3_2 = L_13; if (L_14) { G_B4_0 = _stringLiteral3452614590; G_B4_1 = ((int32_t)-2); G_B4_2 = L_13; goto IL_006e; } } { intptr_t L_15 = (intptr_t)XLuaTestMyStructWrap__g_get_b_m1200685459_RuntimeMethod_var; lua_CSFunction_t883524059 * L_16 = (lua_CSFunction_t883524059 *)il2cpp_codegen_object_new(lua_CSFunction_t883524059_il2cpp_TypeInfo_var); lua_CSFunction__ctor_m2895663127(L_16, NULL, L_15, /*hidden argument*/NULL); ((XLuaTestMyStructWrap_t1006490053_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestMyStructWrap_t1006490053_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache1_1(L_16); G_B4_0 = G_B3_0; G_B4_1 = G_B3_1; G_B4_2 = G_B3_2; } IL_006e: { lua_CSFunction_t883524059 * L_17 = ((XLuaTestMyStructWrap_t1006490053_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestMyStructWrap_t1006490053_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache1_1(); Utils_RegisterFunc_m1228226546(NULL /*static, unused*/, G_B4_2, G_B4_1, G_B4_0, L_17, /*hidden argument*/NULL); intptr_t L_18 = ___L0; lua_CSFunction_t883524059 * L_19 = ((XLuaTestMyStructWrap_t1006490053_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestMyStructWrap_t1006490053_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache2_2(); G_B5_0 = _stringLiteral3452614589; G_B5_1 = ((int32_t)-2); G_B5_2 = L_18; if (L_19) { G_B6_0 = _stringLiteral3452614589; G_B6_1 = ((int32_t)-2); G_B6_2 = L_18; goto IL_0098; } } { intptr_t L_20 = (intptr_t)XLuaTestMyStructWrap__g_get_c_m1200722320_RuntimeMethod_var; lua_CSFunction_t883524059 * L_21 = (lua_CSFunction_t883524059 *)il2cpp_codegen_object_new(lua_CSFunction_t883524059_il2cpp_TypeInfo_var); lua_CSFunction__ctor_m2895663127(L_21, NULL, L_20, /*hidden argument*/NULL); ((XLuaTestMyStructWrap_t1006490053_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestMyStructWrap_t1006490053_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache2_2(L_21); G_B6_0 = G_B5_0; G_B6_1 = G_B5_1; G_B6_2 = G_B5_2; } IL_0098: { lua_CSFunction_t883524059 * L_22 = ((XLuaTestMyStructWrap_t1006490053_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestMyStructWrap_t1006490053_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache2_2(); Utils_RegisterFunc_m1228226546(NULL /*static, unused*/, G_B6_2, G_B6_1, G_B6_0, L_22, /*hidden argument*/NULL); intptr_t L_23 = ___L0; lua_CSFunction_t883524059 * L_24 = ((XLuaTestMyStructWrap_t1006490053_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestMyStructWrap_t1006490053_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache3_3(); G_B7_0 = _stringLiteral3452614587; G_B7_1 = ((int32_t)-2); G_B7_2 = L_23; if (L_24) { G_B8_0 = _stringLiteral3452614587; G_B8_1 = ((int32_t)-2); G_B8_2 = L_23; goto IL_00c2; } } { intptr_t L_25 = (intptr_t)XLuaTestMyStructWrap__g_get_e_m1200649394_RuntimeMethod_var; lua_CSFunction_t883524059 * L_26 = (lua_CSFunction_t883524059 *)il2cpp_codegen_object_new(lua_CSFunction_t883524059_il2cpp_TypeInfo_var); lua_CSFunction__ctor_m2895663127(L_26, NULL, L_25, /*hidden argument*/NULL); ((XLuaTestMyStructWrap_t1006490053_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestMyStructWrap_t1006490053_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache3_3(L_26); G_B8_0 = G_B7_0; G_B8_1 = G_B7_1; G_B8_2 = G_B7_2; } IL_00c2: { lua_CSFunction_t883524059 * L_27 = ((XLuaTestMyStructWrap_t1006490053_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestMyStructWrap_t1006490053_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache3_3(); Utils_RegisterFunc_m1228226546(NULL /*static, unused*/, G_B8_2, G_B8_1, G_B8_0, L_27, /*hidden argument*/NULL); intptr_t L_28 = ___L0; lua_CSFunction_t883524059 * L_29 = ((XLuaTestMyStructWrap_t1006490053_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestMyStructWrap_t1006490053_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache4_4(); G_B9_0 = _stringLiteral3452614591; G_B9_1 = (-1); G_B9_2 = L_28; if (L_29) { G_B10_0 = _stringLiteral3452614591; G_B10_1 = (-1); G_B10_2 = L_28; goto IL_00eb; } } { intptr_t L_30 = (intptr_t)XLuaTestMyStructWrap__s_set_a_m417700796_RuntimeMethod_var; lua_CSFunction_t883524059 * L_31 = (lua_CSFunction_t883524059 *)il2cpp_codegen_object_new(lua_CSFunction_t883524059_il2cpp_TypeInfo_var); lua_CSFunction__ctor_m2895663127(L_31, NULL, L_30, /*hidden argument*/NULL); ((XLuaTestMyStructWrap_t1006490053_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestMyStructWrap_t1006490053_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache4_4(L_31); G_B10_0 = G_B9_0; G_B10_1 = G_B9_1; G_B10_2 = G_B9_2; } IL_00eb: { lua_CSFunction_t883524059 * L_32 = ((XLuaTestMyStructWrap_t1006490053_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestMyStructWrap_t1006490053_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache4_4(); Utils_RegisterFunc_m1228226546(NULL /*static, unused*/, G_B10_2, G_B10_1, G_B10_0, L_32, /*hidden argument*/NULL); intptr_t L_33 = ___L0; lua_CSFunction_t883524059 * L_34 = ((XLuaTestMyStructWrap_t1006490053_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestMyStructWrap_t1006490053_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache5_5(); G_B11_0 = _stringLiteral3452614590; G_B11_1 = (-1); G_B11_2 = L_33; if (L_34) { G_B12_0 = _stringLiteral3452614590; G_B12_1 = (-1); G_B12_2 = L_33; goto IL_0114; } } { intptr_t L_35 = (intptr_t)XLuaTestMyStructWrap__s_set_b_m417347777_RuntimeMethod_var; lua_CSFunction_t883524059 * L_36 = (lua_CSFunction_t883524059 *)il2cpp_codegen_object_new(lua_CSFunction_t883524059_il2cpp_TypeInfo_var); lua_CSFunction__ctor_m2895663127(L_36, NULL, L_35, /*hidden argument*/NULL); ((XLuaTestMyStructWrap_t1006490053_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestMyStructWrap_t1006490053_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache5_5(L_36); G_B12_0 = G_B11_0; G_B12_1 = G_B11_1; G_B12_2 = G_B11_2; } IL_0114: { lua_CSFunction_t883524059 * L_37 = ((XLuaTestMyStructWrap_t1006490053_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestMyStructWrap_t1006490053_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache5_5(); Utils_RegisterFunc_m1228226546(NULL /*static, unused*/, G_B12_2, G_B12_1, G_B12_0, L_37, /*hidden argument*/NULL); intptr_t L_38 = ___L0; lua_CSFunction_t883524059 * L_39 = ((XLuaTestMyStructWrap_t1006490053_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestMyStructWrap_t1006490053_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache6_6(); G_B13_0 = _stringLiteral3452614589; G_B13_1 = (-1); G_B13_2 = L_38; if (L_39) { G_B14_0 = _stringLiteral3452614589; G_B14_1 = (-1); G_B14_2 = L_38; goto IL_013d; } } { intptr_t L_40 = (intptr_t)XLuaTestMyStructWrap__s_set_c_m417383678_RuntimeMethod_var; lua_CSFunction_t883524059 * L_41 = (lua_CSFunction_t883524059 *)il2cpp_codegen_object_new(lua_CSFunction_t883524059_il2cpp_TypeInfo_var); lua_CSFunction__ctor_m2895663127(L_41, NULL, L_40, /*hidden argument*/NULL); ((XLuaTestMyStructWrap_t1006490053_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestMyStructWrap_t1006490053_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache6_6(L_41); G_B14_0 = G_B13_0; G_B14_1 = G_B13_1; G_B14_2 = G_B13_2; } IL_013d: { lua_CSFunction_t883524059 * L_42 = ((XLuaTestMyStructWrap_t1006490053_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestMyStructWrap_t1006490053_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache6_6(); Utils_RegisterFunc_m1228226546(NULL /*static, unused*/, G_B14_2, G_B14_1, G_B14_0, L_42, /*hidden argument*/NULL); intptr_t L_43 = ___L0; lua_CSFunction_t883524059 * L_44 = ((XLuaTestMyStructWrap_t1006490053_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestMyStructWrap_t1006490053_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache7_7(); G_B15_0 = _stringLiteral3452614587; G_B15_1 = (-1); G_B15_2 = L_43; if (L_44) { G_B16_0 = _stringLiteral3452614587; G_B16_1 = (-1); G_B16_2 = L_43; goto IL_0166; } } { intptr_t L_45 = (intptr_t)XLuaTestMyStructWrap__s_set_e_m417319992_RuntimeMethod_var; lua_CSFunction_t883524059 * L_46 = (lua_CSFunction_t883524059 *)il2cpp_codegen_object_new(lua_CSFunction_t883524059_il2cpp_TypeInfo_var); lua_CSFunction__ctor_m2895663127(L_46, NULL, L_45, /*hidden argument*/NULL); ((XLuaTestMyStructWrap_t1006490053_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestMyStructWrap_t1006490053_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache7_7(L_46); G_B16_0 = G_B15_0; G_B16_1 = G_B15_1; G_B16_2 = G_B15_2; } IL_0166: { lua_CSFunction_t883524059 * L_47 = ((XLuaTestMyStructWrap_t1006490053_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestMyStructWrap_t1006490053_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache7_7(); Utils_RegisterFunc_m1228226546(NULL /*static, unused*/, G_B16_2, G_B16_1, G_B16_0, L_47, /*hidden argument*/NULL); Type_t * L_48 = V_1; intptr_t L_49 = ___L0; ObjectTranslator_t2020767555 * L_50 = V_0; Utils_EndObjectRegister_m3642684994(NULL /*static, unused*/, L_48, L_49, L_50, (lua_CSFunction_t883524059 *)NULL, (lua_CSFunction_t883524059 *)NULL, (Type_t *)NULL, (lua_CSFunction_t883524059 *)NULL, (lua_CSFunction_t883524059 *)NULL, /*hidden argument*/NULL); Type_t * L_51 = V_1; intptr_t L_52 = ___L0; lua_CSFunction_t883524059 * L_53 = ((XLuaTestMyStructWrap_t1006490053_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestMyStructWrap_t1006490053_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache8_8(); G_B17_0 = L_52; G_B17_1 = L_51; if (L_53) { G_B18_0 = L_52; G_B18_1 = L_51; goto IL_0197; } } { intptr_t L_54 = (intptr_t)XLuaTestMyStructWrap___CreateInstance_m1186156191_RuntimeMethod_var; lua_CSFunction_t883524059 * L_55 = (lua_CSFunction_t883524059 *)il2cpp_codegen_object_new(lua_CSFunction_t883524059_il2cpp_TypeInfo_var); lua_CSFunction__ctor_m2895663127(L_55, NULL, L_54, /*hidden argument*/NULL); ((XLuaTestMyStructWrap_t1006490053_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestMyStructWrap_t1006490053_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache8_8(L_55); G_B18_0 = G_B17_0; G_B18_1 = G_B17_1; } IL_0197: { lua_CSFunction_t883524059 * L_56 = ((XLuaTestMyStructWrap_t1006490053_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestMyStructWrap_t1006490053_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache8_8(); Utils_BeginClassRegister_m3630094254(NULL /*static, unused*/, G_B18_1, G_B18_0, L_56, 1, 0, 0, /*hidden argument*/NULL); Type_t * L_57 = V_1; intptr_t L_58 = ___L0; ObjectTranslator_t2020767555 * L_59 = V_0; Utils_EndClassRegister_m1460189367(NULL /*static, unused*/, L_57, L_58, L_59, /*hidden argument*/NULL); return; } } // System.Int32 XLua.CSObjectWrap.XLuaTestMyStructWrap::__CreateInstance(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t XLuaTestMyStructWrap___CreateInstance_m1186156191 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XLuaTestMyStructWrap___CreateInstance_m1186156191_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectTranslator_t2020767555 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; MyStruct_t514849583 V_3; memset(&V_3, 0, sizeof(V_3)); int32_t V_4 = 0; MyStruct_t514849583 V_5; memset(&V_5, 0, sizeof(V_5)); Exception_t * V_6 = NULL; 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) { ObjectTranslatorPool_t158158286 * L_0 = ObjectTranslatorPool_get_Instance_m842665354(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_1 = ___L0; NullCheck(L_0); ObjectTranslator_t2020767555 * L_2 = ObjectTranslatorPool_Find_m2808149378(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; intptr_t L_3 = ___L0; int32_t L_4 = Lua_lua_gettop_m2394536141(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); if ((!(((uint32_t)L_4) == ((uint32_t)3)))) { goto IL_005b; } } IL_0018: { intptr_t L_5 = ___L0; int32_t L_6 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_5, 2, /*hidden argument*/NULL); if ((!(((uint32_t)L_6) == ((uint32_t)3)))) { goto IL_005b; } } IL_0025: { intptr_t L_7 = ___L0; int32_t L_8 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_7, 3, /*hidden argument*/NULL); if ((!(((uint32_t)L_8) == ((uint32_t)3)))) { goto IL_005b; } } IL_0032: { intptr_t L_9 = ___L0; int32_t L_10 = Lua_xlua_tointeger_m2263761157(NULL /*static, unused*/, L_9, 2, /*hidden argument*/NULL); V_1 = L_10; intptr_t L_11 = ___L0; int32_t L_12 = Lua_xlua_tointeger_m2263761157(NULL /*static, unused*/, L_11, 3, /*hidden argument*/NULL); V_2 = L_12; int32_t L_13 = V_1; int32_t L_14 = V_2; MyStruct__ctor_m2406578381((&V_3), L_13, L_14, /*hidden argument*/NULL); ObjectTranslator_t2020767555 * L_15 = V_0; intptr_t L_16 = ___L0; MyStruct_t514849583 L_17 = V_3; NullCheck(L_15); ObjectTranslator_PushXLuaTestMyStruct_m284684668(L_15, L_16, L_17, /*hidden argument*/NULL); V_4 = 1; goto IL_00ac; } IL_005b: { intptr_t L_18 = ___L0; int32_t L_19 = Lua_lua_gettop_m2394536141(NULL /*static, unused*/, L_18, /*hidden argument*/NULL); if ((!(((uint32_t)L_19) == ((uint32_t)1)))) { goto IL_0080; } } IL_0067: { ObjectTranslator_t2020767555 * L_20 = V_0; intptr_t L_21 = ___L0; il2cpp_codegen_initobj((&V_5), sizeof(MyStruct_t514849583 )); MyStruct_t514849583 L_22 = V_5; NullCheck(L_20); ObjectTranslator_PushXLuaTestMyStruct_m284684668(L_20, L_21, L_22, /*hidden argument*/NULL); V_4 = 1; goto IL_00ac; } IL_0080: { goto IL_00a0; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0085; throw e; } CATCH_0085: { // begin catch(System.Exception) V_6 = ((Exception_t *)__exception_local); intptr_t L_23 = ___L0; Exception_t * L_24 = V_6; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_25 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral632665612, L_24, /*hidden argument*/NULL); int32_t L_26 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_23, L_25, /*hidden argument*/NULL); V_4 = L_26; goto IL_00ac; } // end catch (depth: 1) IL_00a0: { intptr_t L_27 = ___L0; int32_t L_28 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_27, _stringLiteral3365995175, /*hidden argument*/NULL); return L_28; } IL_00ac: { int32_t L_29 = V_4; return L_29; } } // System.Int32 XLua.CSObjectWrap.XLuaTestMyStructWrap::_g_get_a(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t XLuaTestMyStructWrap__g_get_a_m1199221102 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XLuaTestMyStructWrap__g_get_a_m1199221102_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectTranslator_t2020767555 * V_0 = NULL; MyStruct_t514849583 V_1; memset(&V_1, 0, sizeof(V_1)); Exception_t * V_2 = NULL; int32_t V_3 = 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) ObjectTranslatorPool_t158158286 * L_0 = ObjectTranslatorPool_get_Instance_m842665354(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_1 = ___L0; NullCheck(L_0); ObjectTranslator_t2020767555 * L_2 = ObjectTranslatorPool_Find_m2808149378(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; ObjectTranslator_t2020767555 * L_3 = V_0; intptr_t L_4 = ___L0; NullCheck(L_3); ObjectTranslator_Get_m94430953(L_3, L_4, 1, (&V_1), /*hidden argument*/NULL); intptr_t L_5 = ___L0; int32_t L_6 = (&V_1)->get_a_0(); Lua_xlua_pushinteger_m3473749366(NULL /*static, unused*/, L_5, L_6, /*hidden argument*/NULL); goto IL_0040; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0028; throw e; } CATCH_0028: { // begin catch(System.Exception) V_2 = ((Exception_t *)__exception_local); intptr_t L_7 = ___L0; Exception_t * L_8 = V_2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_9 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral632665612, L_8, /*hidden argument*/NULL); int32_t L_10 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_7, L_9, /*hidden argument*/NULL); V_3 = L_10; goto IL_0042; } // end catch (depth: 1) IL_0040: { return 1; } IL_0042: { int32_t L_11 = V_3; return L_11; } } // System.Int32 XLua.CSObjectWrap.XLuaTestMyStructWrap::_g_get_b(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t XLuaTestMyStructWrap__g_get_b_m1200685459 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XLuaTestMyStructWrap__g_get_b_m1200685459_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectTranslator_t2020767555 * V_0 = NULL; MyStruct_t514849583 V_1; memset(&V_1, 0, sizeof(V_1)); Exception_t * V_2 = NULL; int32_t V_3 = 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) ObjectTranslatorPool_t158158286 * L_0 = ObjectTranslatorPool_get_Instance_m842665354(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_1 = ___L0; NullCheck(L_0); ObjectTranslator_t2020767555 * L_2 = ObjectTranslatorPool_Find_m2808149378(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; ObjectTranslator_t2020767555 * L_3 = V_0; intptr_t L_4 = ___L0; NullCheck(L_3); ObjectTranslator_Get_m94430953(L_3, L_4, 1, (&V_1), /*hidden argument*/NULL); intptr_t L_5 = ___L0; int32_t L_6 = (&V_1)->get_b_1(); Lua_xlua_pushinteger_m3473749366(NULL /*static, unused*/, L_5, L_6, /*hidden argument*/NULL); goto IL_0040; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0028; throw e; } CATCH_0028: { // begin catch(System.Exception) V_2 = ((Exception_t *)__exception_local); intptr_t L_7 = ___L0; Exception_t * L_8 = V_2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_9 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral632665612, L_8, /*hidden argument*/NULL); int32_t L_10 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_7, L_9, /*hidden argument*/NULL); V_3 = L_10; goto IL_0042; } // end catch (depth: 1) IL_0040: { return 1; } IL_0042: { int32_t L_11 = V_3; return L_11; } } // System.Int32 XLua.CSObjectWrap.XLuaTestMyStructWrap::_g_get_c(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t XLuaTestMyStructWrap__g_get_c_m1200722320 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XLuaTestMyStructWrap__g_get_c_m1200722320_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectTranslator_t2020767555 * V_0 = NULL; MyStruct_t514849583 V_1; memset(&V_1, 0, sizeof(V_1)); Exception_t * V_2 = NULL; int32_t V_3 = 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) ObjectTranslatorPool_t158158286 * L_0 = ObjectTranslatorPool_get_Instance_m842665354(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_1 = ___L0; NullCheck(L_0); ObjectTranslator_t2020767555 * L_2 = ObjectTranslatorPool_Find_m2808149378(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; ObjectTranslator_t2020767555 * L_3 = V_0; intptr_t L_4 = ___L0; NullCheck(L_3); ObjectTranslator_Get_m94430953(L_3, L_4, 1, (&V_1), /*hidden argument*/NULL); ObjectTranslator_t2020767555 * L_5 = V_0; intptr_t L_6 = ___L0; Decimal_t2948259380 L_7 = (&V_1)->get_c_2(); NullCheck(L_5); ObjectTranslator_PushDecimal_m48535725(L_5, L_6, L_7, /*hidden argument*/NULL); goto IL_0041; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0029; throw e; } CATCH_0029: { // begin catch(System.Exception) V_2 = ((Exception_t *)__exception_local); intptr_t L_8 = ___L0; Exception_t * L_9 = V_2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_10 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral632665612, L_9, /*hidden argument*/NULL); int32_t L_11 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_8, L_10, /*hidden argument*/NULL); V_3 = L_11; goto IL_0043; } // end catch (depth: 1) IL_0041: { return 1; } IL_0043: { int32_t L_12 = V_3; return L_12; } } // System.Int32 XLua.CSObjectWrap.XLuaTestMyStructWrap::_g_get_e(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t XLuaTestMyStructWrap__g_get_e_m1200649394 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XLuaTestMyStructWrap__g_get_e_m1200649394_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectTranslator_t2020767555 * V_0 = NULL; MyStruct_t514849583 V_1; memset(&V_1, 0, sizeof(V_1)); Exception_t * V_2 = NULL; int32_t V_3 = 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) ObjectTranslatorPool_t158158286 * L_0 = ObjectTranslatorPool_get_Instance_m842665354(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_1 = ___L0; NullCheck(L_0); ObjectTranslator_t2020767555 * L_2 = ObjectTranslatorPool_Find_m2808149378(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; ObjectTranslator_t2020767555 * L_3 = V_0; intptr_t L_4 = ___L0; NullCheck(L_3); ObjectTranslator_Get_m94430953(L_3, L_4, 1, (&V_1), /*hidden argument*/NULL); ObjectTranslator_t2020767555 * L_5 = V_0; intptr_t L_6 = ___L0; Pedding_t3796070799 L_7 = (&V_1)->get_e_3(); NullCheck(L_5); ObjectTranslator_PushXLuaTestPedding_m1041412546(L_5, L_6, L_7, /*hidden argument*/NULL); goto IL_0041; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0029; throw e; } CATCH_0029: { // begin catch(System.Exception) V_2 = ((Exception_t *)__exception_local); intptr_t L_8 = ___L0; Exception_t * L_9 = V_2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_10 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral632665612, L_9, /*hidden argument*/NULL); int32_t L_11 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_8, L_10, /*hidden argument*/NULL); V_3 = L_11; goto IL_0043; } // end catch (depth: 1) IL_0041: { return 1; } IL_0043: { int32_t L_12 = V_3; return L_12; } } // System.Int32 XLua.CSObjectWrap.XLuaTestMyStructWrap::_s_set_a(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t XLuaTestMyStructWrap__s_set_a_m417700796 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XLuaTestMyStructWrap__s_set_a_m417700796_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectTranslator_t2020767555 * V_0 = NULL; MyStruct_t514849583 V_1; memset(&V_1, 0, sizeof(V_1)); Exception_t * V_2 = NULL; int32_t V_3 = 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) ObjectTranslatorPool_t158158286 * L_0 = ObjectTranslatorPool_get_Instance_m842665354(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_1 = ___L0; NullCheck(L_0); ObjectTranslator_t2020767555 * L_2 = ObjectTranslatorPool_Find_m2808149378(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; ObjectTranslator_t2020767555 * L_3 = V_0; intptr_t L_4 = ___L0; NullCheck(L_3); ObjectTranslator_Get_m94430953(L_3, L_4, 1, (&V_1), /*hidden argument*/NULL); intptr_t L_5 = ___L0; int32_t L_6 = Lua_xlua_tointeger_m2263761157(NULL /*static, unused*/, L_5, 2, /*hidden argument*/NULL); (&V_1)->set_a_0(L_6); ObjectTranslator_t2020767555 * L_7 = V_0; intptr_t L_8 = ___L0; MyStruct_t514849583 L_9 = V_1; NullCheck(L_7); ObjectTranslator_UpdateXLuaTestMyStruct_m2112189277(L_7, L_8, 1, L_9, /*hidden argument*/NULL); goto IL_004a; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0032; throw e; } CATCH_0032: { // begin catch(System.Exception) V_2 = ((Exception_t *)__exception_local); intptr_t L_10 = ___L0; Exception_t * L_11 = V_2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_12 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral632665612, L_11, /*hidden argument*/NULL); int32_t L_13 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_10, L_12, /*hidden argument*/NULL); V_3 = L_13; goto IL_004c; } // end catch (depth: 1) IL_004a: { return 0; } IL_004c: { int32_t L_14 = V_3; return L_14; } } // System.Int32 XLua.CSObjectWrap.XLuaTestMyStructWrap::_s_set_b(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t XLuaTestMyStructWrap__s_set_b_m417347777 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XLuaTestMyStructWrap__s_set_b_m417347777_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectTranslator_t2020767555 * V_0 = NULL; MyStruct_t514849583 V_1; memset(&V_1, 0, sizeof(V_1)); Exception_t * V_2 = NULL; int32_t V_3 = 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) ObjectTranslatorPool_t158158286 * L_0 = ObjectTranslatorPool_get_Instance_m842665354(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_1 = ___L0; NullCheck(L_0); ObjectTranslator_t2020767555 * L_2 = ObjectTranslatorPool_Find_m2808149378(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; ObjectTranslator_t2020767555 * L_3 = V_0; intptr_t L_4 = ___L0; NullCheck(L_3); ObjectTranslator_Get_m94430953(L_3, L_4, 1, (&V_1), /*hidden argument*/NULL); intptr_t L_5 = ___L0; int32_t L_6 = Lua_xlua_tointeger_m2263761157(NULL /*static, unused*/, L_5, 2, /*hidden argument*/NULL); (&V_1)->set_b_1(L_6); ObjectTranslator_t2020767555 * L_7 = V_0; intptr_t L_8 = ___L0; MyStruct_t514849583 L_9 = V_1; NullCheck(L_7); ObjectTranslator_UpdateXLuaTestMyStruct_m2112189277(L_7, L_8, 1, L_9, /*hidden argument*/NULL); goto IL_004a; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0032; throw e; } CATCH_0032: { // begin catch(System.Exception) V_2 = ((Exception_t *)__exception_local); intptr_t L_10 = ___L0; Exception_t * L_11 = V_2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_12 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral632665612, L_11, /*hidden argument*/NULL); int32_t L_13 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_10, L_12, /*hidden argument*/NULL); V_3 = L_13; goto IL_004c; } // end catch (depth: 1) IL_004a: { return 0; } IL_004c: { int32_t L_14 = V_3; return L_14; } } // System.Int32 XLua.CSObjectWrap.XLuaTestMyStructWrap::_s_set_c(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t XLuaTestMyStructWrap__s_set_c_m417383678 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XLuaTestMyStructWrap__s_set_c_m417383678_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectTranslator_t2020767555 * V_0 = NULL; MyStruct_t514849583 V_1; memset(&V_1, 0, sizeof(V_1)); Decimal_t2948259380 V_2; memset(&V_2, 0, sizeof(V_2)); Exception_t * V_3 = NULL; 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) ObjectTranslatorPool_t158158286 * L_0 = ObjectTranslatorPool_get_Instance_m842665354(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_1 = ___L0; NullCheck(L_0); ObjectTranslator_t2020767555 * L_2 = ObjectTranslatorPool_Find_m2808149378(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; ObjectTranslator_t2020767555 * L_3 = V_0; intptr_t L_4 = ___L0; NullCheck(L_3); ObjectTranslator_Get_m94430953(L_3, L_4, 1, (&V_1), /*hidden argument*/NULL); ObjectTranslator_t2020767555 * L_5 = V_0; intptr_t L_6 = ___L0; NullCheck(L_5); ObjectTranslator_Get_m3855786213(L_5, L_6, 2, (&V_2), /*hidden argument*/NULL); Decimal_t2948259380 L_7 = V_2; (&V_1)->set_c_2(L_7); ObjectTranslator_t2020767555 * L_8 = V_0; intptr_t L_9 = ___L0; MyStruct_t514849583 L_10 = V_1; NullCheck(L_8); ObjectTranslator_UpdateXLuaTestMyStruct_m2112189277(L_8, L_9, 1, L_10, /*hidden argument*/NULL); goto IL_004f; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0036; throw e; } CATCH_0036: { // begin catch(System.Exception) V_3 = ((Exception_t *)__exception_local); intptr_t L_11 = ___L0; Exception_t * L_12 = V_3; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_13 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral632665612, L_12, /*hidden argument*/NULL); int32_t L_14 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_11, L_13, /*hidden argument*/NULL); V_4 = L_14; goto IL_0051; } // end catch (depth: 1) IL_004f: { return 0; } IL_0051: { int32_t L_15 = V_4; return L_15; } } // System.Int32 XLua.CSObjectWrap.XLuaTestMyStructWrap::_s_set_e(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t XLuaTestMyStructWrap__s_set_e_m417319992 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XLuaTestMyStructWrap__s_set_e_m417319992_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectTranslator_t2020767555 * V_0 = NULL; MyStruct_t514849583 V_1; memset(&V_1, 0, sizeof(V_1)); Pedding_t3796070799 V_2; memset(&V_2, 0, sizeof(V_2)); Exception_t * V_3 = NULL; 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) ObjectTranslatorPool_t158158286 * L_0 = ObjectTranslatorPool_get_Instance_m842665354(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_1 = ___L0; NullCheck(L_0); ObjectTranslator_t2020767555 * L_2 = ObjectTranslatorPool_Find_m2808149378(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; ObjectTranslator_t2020767555 * L_3 = V_0; intptr_t L_4 = ___L0; NullCheck(L_3); ObjectTranslator_Get_m94430953(L_3, L_4, 1, (&V_1), /*hidden argument*/NULL); ObjectTranslator_t2020767555 * L_5 = V_0; intptr_t L_6 = ___L0; NullCheck(L_5); ObjectTranslator_Get_m3350086819(L_5, L_6, 2, (&V_2), /*hidden argument*/NULL); Pedding_t3796070799 L_7 = V_2; (&V_1)->set_e_3(L_7); ObjectTranslator_t2020767555 * L_8 = V_0; intptr_t L_9 = ___L0; MyStruct_t514849583 L_10 = V_1; NullCheck(L_8); ObjectTranslator_UpdateXLuaTestMyStruct_m2112189277(L_8, L_9, 1, L_10, /*hidden argument*/NULL); goto IL_004f; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0036; throw e; } CATCH_0036: { // begin catch(System.Exception) V_3 = ((Exception_t *)__exception_local); intptr_t L_11 = ___L0; Exception_t * L_12 = V_3; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_13 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral632665612, L_12, /*hidden argument*/NULL); int32_t L_14 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_11, L_13, /*hidden argument*/NULL); V_4 = L_14; goto IL_0051; } // end catch (depth: 1) IL_004f: { return 0; } IL_0051: { int32_t L_15 = V_4; return L_15; } } #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" int32_t DEFAULT_CALL ReversePInvokeWrapper_XLuaTestNoGcWrap___CreateInstance_m2092874601(intptr_t ___L0) { il2cpp_native_wrapper_vm_thread_attacher _vmThreadHelper; // Managed method invocation int32_t returnValue = XLuaTestNoGcWrap___CreateInstance_m2092874601(NULL, ___L0, NULL); return returnValue; } extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_XLuaTestNoGcWrap__m_FloatParamMethod_m3908939749(intptr_t ___L0) { il2cpp_native_wrapper_vm_thread_attacher _vmThreadHelper; // Managed method invocation int32_t returnValue = XLuaTestNoGcWrap__m_FloatParamMethod_m3908939749(NULL, ___L0, NULL); return returnValue; } extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_XLuaTestNoGcWrap__m_Vector3ParamMethod_m3568622066(intptr_t ___L0) { il2cpp_native_wrapper_vm_thread_attacher _vmThreadHelper; // Managed method invocation int32_t returnValue = XLuaTestNoGcWrap__m_Vector3ParamMethod_m3568622066(NULL, ___L0, NULL); return returnValue; } extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_XLuaTestNoGcWrap__m_StructParamMethod_m3004193333(intptr_t ___L0) { il2cpp_native_wrapper_vm_thread_attacher _vmThreadHelper; // Managed method invocation int32_t returnValue = XLuaTestNoGcWrap__m_StructParamMethod_m3004193333(NULL, ___L0, NULL); return returnValue; } extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_XLuaTestNoGcWrap__m_EnumParamMethod_m789145946(intptr_t ___L0) { il2cpp_native_wrapper_vm_thread_attacher _vmThreadHelper; // Managed method invocation int32_t returnValue = XLuaTestNoGcWrap__m_EnumParamMethod_m789145946(NULL, ___L0, NULL); return returnValue; } extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_XLuaTestNoGcWrap__m_DecimalParamMethod_m2980011864(intptr_t ___L0) { il2cpp_native_wrapper_vm_thread_attacher _vmThreadHelper; // Managed method invocation int32_t returnValue = XLuaTestNoGcWrap__m_DecimalParamMethod_m2980011864(NULL, ___L0, NULL); return returnValue; } extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_XLuaTestNoGcWrap__g_get_a1_m3287832906(intptr_t ___L0) { il2cpp_native_wrapper_vm_thread_attacher _vmThreadHelper; // Managed method invocation int32_t returnValue = XLuaTestNoGcWrap__g_get_a1_m3287832906(NULL, ___L0, NULL); return returnValue; } extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_XLuaTestNoGcWrap__g_get_a2_m878401896(intptr_t ___L0) { il2cpp_native_wrapper_vm_thread_attacher _vmThreadHelper; // Managed method invocation int32_t returnValue = XLuaTestNoGcWrap__g_get_a2_m878401896(NULL, ___L0, NULL); return returnValue; } extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_XLuaTestNoGcWrap__g_get_a3_m2371509451(intptr_t ___L0) { il2cpp_native_wrapper_vm_thread_attacher _vmThreadHelper; // Managed method invocation int32_t returnValue = XLuaTestNoGcWrap__g_get_a3_m2371509451(NULL, ___L0, NULL); return returnValue; } extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_XLuaTestNoGcWrap__g_get_a4_m98916345(intptr_t ___L0) { il2cpp_native_wrapper_vm_thread_attacher _vmThreadHelper; // Managed method invocation int32_t returnValue = XLuaTestNoGcWrap__g_get_a4_m98916345(NULL, ___L0, NULL); return returnValue; } extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_XLuaTestNoGcWrap__g_get_a5_m4225521659(intptr_t ___L0) { il2cpp_native_wrapper_vm_thread_attacher _vmThreadHelper; // Managed method invocation int32_t returnValue = XLuaTestNoGcWrap__g_get_a5_m4225521659(NULL, ___L0, NULL); return returnValue; } extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_XLuaTestNoGcWrap__s_set_a1_m504015346(intptr_t ___L0) { il2cpp_native_wrapper_vm_thread_attacher _vmThreadHelper; // Managed method invocation int32_t returnValue = XLuaTestNoGcWrap__s_set_a1_m504015346(NULL, ___L0, NULL); return returnValue; } extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_XLuaTestNoGcWrap__s_set_a2_m4111051168(intptr_t ___L0) { il2cpp_native_wrapper_vm_thread_attacher _vmThreadHelper; // Managed method invocation int32_t returnValue = XLuaTestNoGcWrap__s_set_a2_m4111051168(NULL, ___L0, NULL); return returnValue; } extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_XLuaTestNoGcWrap__s_set_a3_m1317834370(intptr_t ___L0) { il2cpp_native_wrapper_vm_thread_attacher _vmThreadHelper; // Managed method invocation int32_t returnValue = XLuaTestNoGcWrap__s_set_a3_m1317834370(NULL, ___L0, NULL); return returnValue; } extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_XLuaTestNoGcWrap__s_set_a4_m3400772289(intptr_t ___L0) { il2cpp_native_wrapper_vm_thread_attacher _vmThreadHelper; // Managed method invocation int32_t returnValue = XLuaTestNoGcWrap__s_set_a4_m3400772289(NULL, ___L0, NULL); return returnValue; } extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_XLuaTestNoGcWrap__s_set_a5_m3725503155(intptr_t ___L0) { il2cpp_native_wrapper_vm_thread_attacher _vmThreadHelper; // Managed method invocation int32_t returnValue = XLuaTestNoGcWrap__s_set_a5_m3725503155(NULL, ___L0, NULL); return returnValue; } // System.Void XLua.CSObjectWrap.XLuaTestNoGcWrap::.ctor() extern "C" IL2CPP_METHOD_ATTR void XLuaTestNoGcWrap__ctor_m1762569751 (XLuaTestNoGcWrap_t595560218 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void XLua.CSObjectWrap.XLuaTestNoGcWrap::__Register(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void XLuaTestNoGcWrap___Register_m3445664043 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XLuaTestNoGcWrap___Register_m3445664043_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectTranslator_t2020767555 * V_0 = NULL; Type_t * V_1 = NULL; String_t* G_B2_0 = NULL; int32_t G_B2_1 = 0; intptr_t G_B2_2; memset(&G_B2_2, 0, sizeof(G_B2_2)); String_t* G_B1_0 = NULL; int32_t G_B1_1 = 0; intptr_t G_B1_2; memset(&G_B1_2, 0, sizeof(G_B1_2)); String_t* G_B4_0 = NULL; int32_t G_B4_1 = 0; intptr_t G_B4_2; memset(&G_B4_2, 0, sizeof(G_B4_2)); String_t* G_B3_0 = NULL; int32_t G_B3_1 = 0; intptr_t G_B3_2; memset(&G_B3_2, 0, sizeof(G_B3_2)); String_t* G_B6_0 = NULL; int32_t G_B6_1 = 0; intptr_t G_B6_2; memset(&G_B6_2, 0, sizeof(G_B6_2)); String_t* G_B5_0 = NULL; int32_t G_B5_1 = 0; intptr_t G_B5_2; memset(&G_B5_2, 0, sizeof(G_B5_2)); String_t* G_B8_0 = NULL; int32_t G_B8_1 = 0; intptr_t G_B8_2; memset(&G_B8_2, 0, sizeof(G_B8_2)); String_t* G_B7_0 = NULL; int32_t G_B7_1 = 0; intptr_t G_B7_2; memset(&G_B7_2, 0, sizeof(G_B7_2)); String_t* G_B10_0 = NULL; int32_t G_B10_1 = 0; intptr_t G_B10_2; memset(&G_B10_2, 0, sizeof(G_B10_2)); String_t* G_B9_0 = NULL; int32_t G_B9_1 = 0; intptr_t G_B9_2; memset(&G_B9_2, 0, sizeof(G_B9_2)); String_t* G_B12_0 = NULL; int32_t G_B12_1 = 0; intptr_t G_B12_2; memset(&G_B12_2, 0, sizeof(G_B12_2)); String_t* G_B11_0 = NULL; int32_t G_B11_1 = 0; intptr_t G_B11_2; memset(&G_B11_2, 0, sizeof(G_B11_2)); String_t* G_B14_0 = NULL; int32_t G_B14_1 = 0; intptr_t G_B14_2; memset(&G_B14_2, 0, sizeof(G_B14_2)); String_t* G_B13_0 = NULL; int32_t G_B13_1 = 0; intptr_t G_B13_2; memset(&G_B13_2, 0, sizeof(G_B13_2)); String_t* G_B16_0 = NULL; int32_t G_B16_1 = 0; intptr_t G_B16_2; memset(&G_B16_2, 0, sizeof(G_B16_2)); String_t* G_B15_0 = NULL; int32_t G_B15_1 = 0; intptr_t G_B15_2; memset(&G_B15_2, 0, sizeof(G_B15_2)); String_t* G_B18_0 = NULL; int32_t G_B18_1 = 0; intptr_t G_B18_2; memset(&G_B18_2, 0, sizeof(G_B18_2)); String_t* G_B17_0 = NULL; int32_t G_B17_1 = 0; intptr_t G_B17_2; memset(&G_B17_2, 0, sizeof(G_B17_2)); String_t* G_B20_0 = NULL; int32_t G_B20_1 = 0; intptr_t G_B20_2; memset(&G_B20_2, 0, sizeof(G_B20_2)); String_t* G_B19_0 = NULL; int32_t G_B19_1 = 0; intptr_t G_B19_2; memset(&G_B19_2, 0, sizeof(G_B19_2)); String_t* G_B22_0 = NULL; int32_t G_B22_1 = 0; intptr_t G_B22_2; memset(&G_B22_2, 0, sizeof(G_B22_2)); String_t* G_B21_0 = NULL; int32_t G_B21_1 = 0; intptr_t G_B21_2; memset(&G_B21_2, 0, sizeof(G_B21_2)); String_t* G_B24_0 = NULL; int32_t G_B24_1 = 0; intptr_t G_B24_2; memset(&G_B24_2, 0, sizeof(G_B24_2)); String_t* G_B23_0 = NULL; int32_t G_B23_1 = 0; intptr_t G_B23_2; memset(&G_B23_2, 0, sizeof(G_B23_2)); String_t* G_B26_0 = NULL; int32_t G_B26_1 = 0; intptr_t G_B26_2; memset(&G_B26_2, 0, sizeof(G_B26_2)); String_t* G_B25_0 = NULL; int32_t G_B25_1 = 0; intptr_t G_B25_2; memset(&G_B25_2, 0, sizeof(G_B25_2)); String_t* G_B28_0 = NULL; int32_t G_B28_1 = 0; intptr_t G_B28_2; memset(&G_B28_2, 0, sizeof(G_B28_2)); String_t* G_B27_0 = NULL; int32_t G_B27_1 = 0; intptr_t G_B27_2; memset(&G_B27_2, 0, sizeof(G_B27_2)); String_t* G_B30_0 = NULL; int32_t G_B30_1 = 0; intptr_t G_B30_2; memset(&G_B30_2, 0, sizeof(G_B30_2)); String_t* G_B29_0 = NULL; int32_t G_B29_1 = 0; intptr_t G_B29_2; memset(&G_B29_2, 0, sizeof(G_B29_2)); intptr_t G_B32_0; memset(&G_B32_0, 0, sizeof(G_B32_0)); Type_t * G_B32_1 = NULL; intptr_t G_B31_0; memset(&G_B31_0, 0, sizeof(G_B31_0)); Type_t * G_B31_1 = NULL; { ObjectTranslatorPool_t158158286 * L_0 = ObjectTranslatorPool_get_Instance_m842665354(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_1 = ___L0; NullCheck(L_0); ObjectTranslator_t2020767555 * L_2 = ObjectTranslatorPool_Find_m2808149378(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; RuntimeTypeHandle_t3027515415 L_3 = { reinterpret_cast (NoGc_t2304347923_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_4 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); V_1 = L_4; Type_t * L_5 = V_1; intptr_t L_6 = ___L0; ObjectTranslator_t2020767555 * L_7 = V_0; Utils_BeginObjectRegister_m972381667(NULL /*static, unused*/, L_5, L_6, L_7, 0, 5, 5, 5, (-1), /*hidden argument*/NULL); intptr_t L_8 = ___L0; lua_CSFunction_t883524059 * L_9 = ((XLuaTestNoGcWrap_t595560218_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestNoGcWrap_t595560218_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache0_0(); G_B1_0 = _stringLiteral4072725128; G_B1_1 = ((int32_t)-3); G_B1_2 = L_8; if (L_9) { G_B2_0 = _stringLiteral4072725128; G_B2_1 = ((int32_t)-3); G_B2_2 = L_8; goto IL_0044; } } { intptr_t L_10 = (intptr_t)XLuaTestNoGcWrap__m_FloatParamMethod_m3908939749_RuntimeMethod_var; lua_CSFunction_t883524059 * L_11 = (lua_CSFunction_t883524059 *)il2cpp_codegen_object_new(lua_CSFunction_t883524059_il2cpp_TypeInfo_var); lua_CSFunction__ctor_m2895663127(L_11, NULL, L_10, /*hidden argument*/NULL); ((XLuaTestNoGcWrap_t595560218_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestNoGcWrap_t595560218_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache0_0(L_11); G_B2_0 = G_B1_0; G_B2_1 = G_B1_1; G_B2_2 = G_B1_2; } IL_0044: { lua_CSFunction_t883524059 * L_12 = ((XLuaTestNoGcWrap_t595560218_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestNoGcWrap_t595560218_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache0_0(); Utils_RegisterFunc_m1228226546(NULL /*static, unused*/, G_B2_2, G_B2_1, G_B2_0, L_12, /*hidden argument*/NULL); intptr_t L_13 = ___L0; lua_CSFunction_t883524059 * L_14 = ((XLuaTestNoGcWrap_t595560218_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestNoGcWrap_t595560218_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache1_1(); G_B3_0 = _stringLiteral1624797299; G_B3_1 = ((int32_t)-3); G_B3_2 = L_13; if (L_14) { G_B4_0 = _stringLiteral1624797299; G_B4_1 = ((int32_t)-3); G_B4_2 = L_13; goto IL_006e; } } { intptr_t L_15 = (intptr_t)XLuaTestNoGcWrap__m_Vector3ParamMethod_m3568622066_RuntimeMethod_var; lua_CSFunction_t883524059 * L_16 = (lua_CSFunction_t883524059 *)il2cpp_codegen_object_new(lua_CSFunction_t883524059_il2cpp_TypeInfo_var); lua_CSFunction__ctor_m2895663127(L_16, NULL, L_15, /*hidden argument*/NULL); ((XLuaTestNoGcWrap_t595560218_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestNoGcWrap_t595560218_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache1_1(L_16); G_B4_0 = G_B3_0; G_B4_1 = G_B3_1; G_B4_2 = G_B3_2; } IL_006e: { lua_CSFunction_t883524059 * L_17 = ((XLuaTestNoGcWrap_t595560218_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestNoGcWrap_t595560218_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache1_1(); Utils_RegisterFunc_m1228226546(NULL /*static, unused*/, G_B4_2, G_B4_1, G_B4_0, L_17, /*hidden argument*/NULL); intptr_t L_18 = ___L0; lua_CSFunction_t883524059 * L_19 = ((XLuaTestNoGcWrap_t595560218_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestNoGcWrap_t595560218_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache2_2(); G_B5_0 = _stringLiteral3475611660; G_B5_1 = ((int32_t)-3); G_B5_2 = L_18; if (L_19) { G_B6_0 = _stringLiteral3475611660; G_B6_1 = ((int32_t)-3); G_B6_2 = L_18; goto IL_0098; } } { intptr_t L_20 = (intptr_t)XLuaTestNoGcWrap__m_StructParamMethod_m3004193333_RuntimeMethod_var; lua_CSFunction_t883524059 * L_21 = (lua_CSFunction_t883524059 *)il2cpp_codegen_object_new(lua_CSFunction_t883524059_il2cpp_TypeInfo_var); lua_CSFunction__ctor_m2895663127(L_21, NULL, L_20, /*hidden argument*/NULL); ((XLuaTestNoGcWrap_t595560218_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestNoGcWrap_t595560218_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache2_2(L_21); G_B6_0 = G_B5_0; G_B6_1 = G_B5_1; G_B6_2 = G_B5_2; } IL_0098: { lua_CSFunction_t883524059 * L_22 = ((XLuaTestNoGcWrap_t595560218_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestNoGcWrap_t595560218_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache2_2(); Utils_RegisterFunc_m1228226546(NULL /*static, unused*/, G_B6_2, G_B6_1, G_B6_0, L_22, /*hidden argument*/NULL); intptr_t L_23 = ___L0; lua_CSFunction_t883524059 * L_24 = ((XLuaTestNoGcWrap_t595560218_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestNoGcWrap_t595560218_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache3_3(); G_B7_0 = _stringLiteral3431960275; G_B7_1 = ((int32_t)-3); G_B7_2 = L_23; if (L_24) { G_B8_0 = _stringLiteral3431960275; G_B8_1 = ((int32_t)-3); G_B8_2 = L_23; goto IL_00c2; } } { intptr_t L_25 = (intptr_t)XLuaTestNoGcWrap__m_EnumParamMethod_m789145946_RuntimeMethod_var; lua_CSFunction_t883524059 * L_26 = (lua_CSFunction_t883524059 *)il2cpp_codegen_object_new(lua_CSFunction_t883524059_il2cpp_TypeInfo_var); lua_CSFunction__ctor_m2895663127(L_26, NULL, L_25, /*hidden argument*/NULL); ((XLuaTestNoGcWrap_t595560218_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestNoGcWrap_t595560218_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache3_3(L_26); G_B8_0 = G_B7_0; G_B8_1 = G_B7_1; G_B8_2 = G_B7_2; } IL_00c2: { lua_CSFunction_t883524059 * L_27 = ((XLuaTestNoGcWrap_t595560218_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestNoGcWrap_t595560218_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache3_3(); Utils_RegisterFunc_m1228226546(NULL /*static, unused*/, G_B8_2, G_B8_1, G_B8_0, L_27, /*hidden argument*/NULL); intptr_t L_28 = ___L0; lua_CSFunction_t883524059 * L_29 = ((XLuaTestNoGcWrap_t595560218_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestNoGcWrap_t595560218_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache4_4(); G_B9_0 = _stringLiteral3622426477; G_B9_1 = ((int32_t)-3); G_B9_2 = L_28; if (L_29) { G_B10_0 = _stringLiteral3622426477; G_B10_1 = ((int32_t)-3); G_B10_2 = L_28; goto IL_00ec; } } { intptr_t L_30 = (intptr_t)XLuaTestNoGcWrap__m_DecimalParamMethod_m2980011864_RuntimeMethod_var; lua_CSFunction_t883524059 * L_31 = (lua_CSFunction_t883524059 *)il2cpp_codegen_object_new(lua_CSFunction_t883524059_il2cpp_TypeInfo_var); lua_CSFunction__ctor_m2895663127(L_31, NULL, L_30, /*hidden argument*/NULL); ((XLuaTestNoGcWrap_t595560218_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestNoGcWrap_t595560218_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache4_4(L_31); G_B10_0 = G_B9_0; G_B10_1 = G_B9_1; G_B10_2 = G_B9_2; } IL_00ec: { lua_CSFunction_t883524059 * L_32 = ((XLuaTestNoGcWrap_t595560218_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestNoGcWrap_t595560218_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache4_4(); Utils_RegisterFunc_m1228226546(NULL /*static, unused*/, G_B10_2, G_B10_1, G_B10_0, L_32, /*hidden argument*/NULL); intptr_t L_33 = ___L0; lua_CSFunction_t883524059 * L_34 = ((XLuaTestNoGcWrap_t595560218_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestNoGcWrap_t595560218_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache5_5(); G_B11_0 = _stringLiteral3451500479; G_B11_1 = ((int32_t)-2); G_B11_2 = L_33; if (L_34) { G_B12_0 = _stringLiteral3451500479; G_B12_1 = ((int32_t)-2); G_B12_2 = L_33; goto IL_0116; } } { intptr_t L_35 = (intptr_t)XLuaTestNoGcWrap__g_get_a1_m3287832906_RuntimeMethod_var; lua_CSFunction_t883524059 * L_36 = (lua_CSFunction_t883524059 *)il2cpp_codegen_object_new(lua_CSFunction_t883524059_il2cpp_TypeInfo_var); lua_CSFunction__ctor_m2895663127(L_36, NULL, L_35, /*hidden argument*/NULL); ((XLuaTestNoGcWrap_t595560218_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestNoGcWrap_t595560218_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache5_5(L_36); G_B12_0 = G_B11_0; G_B12_1 = G_B11_1; G_B12_2 = G_B11_2; } IL_0116: { lua_CSFunction_t883524059 * L_37 = ((XLuaTestNoGcWrap_t595560218_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestNoGcWrap_t595560218_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache5_5(); Utils_RegisterFunc_m1228226546(NULL /*static, unused*/, G_B12_2, G_B12_1, G_B12_0, L_37, /*hidden argument*/NULL); intptr_t L_38 = ___L0; lua_CSFunction_t883524059 * L_39 = ((XLuaTestNoGcWrap_t595560218_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestNoGcWrap_t595560218_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache6_6(); G_B13_0 = _stringLiteral3451434943; G_B13_1 = ((int32_t)-2); G_B13_2 = L_38; if (L_39) { G_B14_0 = _stringLiteral3451434943; G_B14_1 = ((int32_t)-2); G_B14_2 = L_38; goto IL_0140; } } { intptr_t L_40 = (intptr_t)XLuaTestNoGcWrap__g_get_a2_m878401896_RuntimeMethod_var; lua_CSFunction_t883524059 * L_41 = (lua_CSFunction_t883524059 *)il2cpp_codegen_object_new(lua_CSFunction_t883524059_il2cpp_TypeInfo_var); lua_CSFunction__ctor_m2895663127(L_41, NULL, L_40, /*hidden argument*/NULL); ((XLuaTestNoGcWrap_t595560218_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestNoGcWrap_t595560218_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache6_6(L_41); G_B14_0 = G_B13_0; G_B14_1 = G_B13_1; G_B14_2 = G_B13_2; } IL_0140: { lua_CSFunction_t883524059 * L_42 = ((XLuaTestNoGcWrap_t595560218_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestNoGcWrap_t595560218_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache6_6(); Utils_RegisterFunc_m1228226546(NULL /*static, unused*/, G_B14_2, G_B14_1, G_B14_0, L_42, /*hidden argument*/NULL); intptr_t L_43 = ___L0; lua_CSFunction_t883524059 * L_44 = ((XLuaTestNoGcWrap_t595560218_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestNoGcWrap_t595560218_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache7_7(); G_B15_0 = _stringLiteral3451369407; G_B15_1 = ((int32_t)-2); G_B15_2 = L_43; if (L_44) { G_B16_0 = _stringLiteral3451369407; G_B16_1 = ((int32_t)-2); G_B16_2 = L_43; goto IL_016a; } } { intptr_t L_45 = (intptr_t)XLuaTestNoGcWrap__g_get_a3_m2371509451_RuntimeMethod_var; lua_CSFunction_t883524059 * L_46 = (lua_CSFunction_t883524059 *)il2cpp_codegen_object_new(lua_CSFunction_t883524059_il2cpp_TypeInfo_var); lua_CSFunction__ctor_m2895663127(L_46, NULL, L_45, /*hidden argument*/NULL); ((XLuaTestNoGcWrap_t595560218_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestNoGcWrap_t595560218_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache7_7(L_46); G_B16_0 = G_B15_0; G_B16_1 = G_B15_1; G_B16_2 = G_B15_2; } IL_016a: { lua_CSFunction_t883524059 * L_47 = ((XLuaTestNoGcWrap_t595560218_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestNoGcWrap_t595560218_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache7_7(); Utils_RegisterFunc_m1228226546(NULL /*static, unused*/, G_B16_2, G_B16_1, G_B16_0, L_47, /*hidden argument*/NULL); intptr_t L_48 = ___L0; lua_CSFunction_t883524059 * L_49 = ((XLuaTestNoGcWrap_t595560218_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestNoGcWrap_t595560218_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache8_8(); G_B17_0 = _stringLiteral3451303871; G_B17_1 = ((int32_t)-2); G_B17_2 = L_48; if (L_49) { G_B18_0 = _stringLiteral3451303871; G_B18_1 = ((int32_t)-2); G_B18_2 = L_48; goto IL_0194; } } { intptr_t L_50 = (intptr_t)XLuaTestNoGcWrap__g_get_a4_m98916345_RuntimeMethod_var; lua_CSFunction_t883524059 * L_51 = (lua_CSFunction_t883524059 *)il2cpp_codegen_object_new(lua_CSFunction_t883524059_il2cpp_TypeInfo_var); lua_CSFunction__ctor_m2895663127(L_51, NULL, L_50, /*hidden argument*/NULL); ((XLuaTestNoGcWrap_t595560218_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestNoGcWrap_t595560218_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache8_8(L_51); G_B18_0 = G_B17_0; G_B18_1 = G_B17_1; G_B18_2 = G_B17_2; } IL_0194: { lua_CSFunction_t883524059 * L_52 = ((XLuaTestNoGcWrap_t595560218_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestNoGcWrap_t595560218_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache8_8(); Utils_RegisterFunc_m1228226546(NULL /*static, unused*/, G_B18_2, G_B18_1, G_B18_0, L_52, /*hidden argument*/NULL); intptr_t L_53 = ___L0; lua_CSFunction_t883524059 * L_54 = ((XLuaTestNoGcWrap_t595560218_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestNoGcWrap_t595560218_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache9_9(); G_B19_0 = _stringLiteral3451238335; G_B19_1 = ((int32_t)-2); G_B19_2 = L_53; if (L_54) { G_B20_0 = _stringLiteral3451238335; G_B20_1 = ((int32_t)-2); G_B20_2 = L_53; goto IL_01be; } } { intptr_t L_55 = (intptr_t)XLuaTestNoGcWrap__g_get_a5_m4225521659_RuntimeMethod_var; lua_CSFunction_t883524059 * L_56 = (lua_CSFunction_t883524059 *)il2cpp_codegen_object_new(lua_CSFunction_t883524059_il2cpp_TypeInfo_var); lua_CSFunction__ctor_m2895663127(L_56, NULL, L_55, /*hidden argument*/NULL); ((XLuaTestNoGcWrap_t595560218_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestNoGcWrap_t595560218_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache9_9(L_56); G_B20_0 = G_B19_0; G_B20_1 = G_B19_1; G_B20_2 = G_B19_2; } IL_01be: { lua_CSFunction_t883524059 * L_57 = ((XLuaTestNoGcWrap_t595560218_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestNoGcWrap_t595560218_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache9_9(); Utils_RegisterFunc_m1228226546(NULL /*static, unused*/, G_B20_2, G_B20_1, G_B20_0, L_57, /*hidden argument*/NULL); intptr_t L_58 = ___L0; lua_CSFunction_t883524059 * L_59 = ((XLuaTestNoGcWrap_t595560218_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestNoGcWrap_t595560218_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cacheA_10(); G_B21_0 = _stringLiteral3451500479; G_B21_1 = (-1); G_B21_2 = L_58; if (L_59) { G_B22_0 = _stringLiteral3451500479; G_B22_1 = (-1); G_B22_2 = L_58; goto IL_01e7; } } { intptr_t L_60 = (intptr_t)XLuaTestNoGcWrap__s_set_a1_m504015346_RuntimeMethod_var; lua_CSFunction_t883524059 * L_61 = (lua_CSFunction_t883524059 *)il2cpp_codegen_object_new(lua_CSFunction_t883524059_il2cpp_TypeInfo_var); lua_CSFunction__ctor_m2895663127(L_61, NULL, L_60, /*hidden argument*/NULL); ((XLuaTestNoGcWrap_t595560218_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestNoGcWrap_t595560218_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cacheA_10(L_61); G_B22_0 = G_B21_0; G_B22_1 = G_B21_1; G_B22_2 = G_B21_2; } IL_01e7: { lua_CSFunction_t883524059 * L_62 = ((XLuaTestNoGcWrap_t595560218_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestNoGcWrap_t595560218_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cacheA_10(); Utils_RegisterFunc_m1228226546(NULL /*static, unused*/, G_B22_2, G_B22_1, G_B22_0, L_62, /*hidden argument*/NULL); intptr_t L_63 = ___L0; lua_CSFunction_t883524059 * L_64 = ((XLuaTestNoGcWrap_t595560218_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestNoGcWrap_t595560218_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cacheB_11(); G_B23_0 = _stringLiteral3451434943; G_B23_1 = (-1); G_B23_2 = L_63; if (L_64) { G_B24_0 = _stringLiteral3451434943; G_B24_1 = (-1); G_B24_2 = L_63; goto IL_0210; } } { intptr_t L_65 = (intptr_t)XLuaTestNoGcWrap__s_set_a2_m4111051168_RuntimeMethod_var; lua_CSFunction_t883524059 * L_66 = (lua_CSFunction_t883524059 *)il2cpp_codegen_object_new(lua_CSFunction_t883524059_il2cpp_TypeInfo_var); lua_CSFunction__ctor_m2895663127(L_66, NULL, L_65, /*hidden argument*/NULL); ((XLuaTestNoGcWrap_t595560218_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestNoGcWrap_t595560218_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cacheB_11(L_66); G_B24_0 = G_B23_0; G_B24_1 = G_B23_1; G_B24_2 = G_B23_2; } IL_0210: { lua_CSFunction_t883524059 * L_67 = ((XLuaTestNoGcWrap_t595560218_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestNoGcWrap_t595560218_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cacheB_11(); Utils_RegisterFunc_m1228226546(NULL /*static, unused*/, G_B24_2, G_B24_1, G_B24_0, L_67, /*hidden argument*/NULL); intptr_t L_68 = ___L0; lua_CSFunction_t883524059 * L_69 = ((XLuaTestNoGcWrap_t595560218_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestNoGcWrap_t595560218_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cacheC_12(); G_B25_0 = _stringLiteral3451369407; G_B25_1 = (-1); G_B25_2 = L_68; if (L_69) { G_B26_0 = _stringLiteral3451369407; G_B26_1 = (-1); G_B26_2 = L_68; goto IL_0239; } } { intptr_t L_70 = (intptr_t)XLuaTestNoGcWrap__s_set_a3_m1317834370_RuntimeMethod_var; lua_CSFunction_t883524059 * L_71 = (lua_CSFunction_t883524059 *)il2cpp_codegen_object_new(lua_CSFunction_t883524059_il2cpp_TypeInfo_var); lua_CSFunction__ctor_m2895663127(L_71, NULL, L_70, /*hidden argument*/NULL); ((XLuaTestNoGcWrap_t595560218_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestNoGcWrap_t595560218_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cacheC_12(L_71); G_B26_0 = G_B25_0; G_B26_1 = G_B25_1; G_B26_2 = G_B25_2; } IL_0239: { lua_CSFunction_t883524059 * L_72 = ((XLuaTestNoGcWrap_t595560218_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestNoGcWrap_t595560218_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cacheC_12(); Utils_RegisterFunc_m1228226546(NULL /*static, unused*/, G_B26_2, G_B26_1, G_B26_0, L_72, /*hidden argument*/NULL); intptr_t L_73 = ___L0; lua_CSFunction_t883524059 * L_74 = ((XLuaTestNoGcWrap_t595560218_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestNoGcWrap_t595560218_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cacheD_13(); G_B27_0 = _stringLiteral3451303871; G_B27_1 = (-1); G_B27_2 = L_73; if (L_74) { G_B28_0 = _stringLiteral3451303871; G_B28_1 = (-1); G_B28_2 = L_73; goto IL_0262; } } { intptr_t L_75 = (intptr_t)XLuaTestNoGcWrap__s_set_a4_m3400772289_RuntimeMethod_var; lua_CSFunction_t883524059 * L_76 = (lua_CSFunction_t883524059 *)il2cpp_codegen_object_new(lua_CSFunction_t883524059_il2cpp_TypeInfo_var); lua_CSFunction__ctor_m2895663127(L_76, NULL, L_75, /*hidden argument*/NULL); ((XLuaTestNoGcWrap_t595560218_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestNoGcWrap_t595560218_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cacheD_13(L_76); G_B28_0 = G_B27_0; G_B28_1 = G_B27_1; G_B28_2 = G_B27_2; } IL_0262: { lua_CSFunction_t883524059 * L_77 = ((XLuaTestNoGcWrap_t595560218_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestNoGcWrap_t595560218_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cacheD_13(); Utils_RegisterFunc_m1228226546(NULL /*static, unused*/, G_B28_2, G_B28_1, G_B28_0, L_77, /*hidden argument*/NULL); intptr_t L_78 = ___L0; lua_CSFunction_t883524059 * L_79 = ((XLuaTestNoGcWrap_t595560218_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestNoGcWrap_t595560218_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cacheE_14(); G_B29_0 = _stringLiteral3451238335; G_B29_1 = (-1); G_B29_2 = L_78; if (L_79) { G_B30_0 = _stringLiteral3451238335; G_B30_1 = (-1); G_B30_2 = L_78; goto IL_028b; } } { intptr_t L_80 = (intptr_t)XLuaTestNoGcWrap__s_set_a5_m3725503155_RuntimeMethod_var; lua_CSFunction_t883524059 * L_81 = (lua_CSFunction_t883524059 *)il2cpp_codegen_object_new(lua_CSFunction_t883524059_il2cpp_TypeInfo_var); lua_CSFunction__ctor_m2895663127(L_81, NULL, L_80, /*hidden argument*/NULL); ((XLuaTestNoGcWrap_t595560218_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestNoGcWrap_t595560218_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cacheE_14(L_81); G_B30_0 = G_B29_0; G_B30_1 = G_B29_1; G_B30_2 = G_B29_2; } IL_028b: { lua_CSFunction_t883524059 * L_82 = ((XLuaTestNoGcWrap_t595560218_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestNoGcWrap_t595560218_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cacheE_14(); Utils_RegisterFunc_m1228226546(NULL /*static, unused*/, G_B30_2, G_B30_1, G_B30_0, L_82, /*hidden argument*/NULL); Type_t * L_83 = V_1; intptr_t L_84 = ___L0; ObjectTranslator_t2020767555 * L_85 = V_0; Utils_EndObjectRegister_m3642684994(NULL /*static, unused*/, L_83, L_84, L_85, (lua_CSFunction_t883524059 *)NULL, (lua_CSFunction_t883524059 *)NULL, (Type_t *)NULL, (lua_CSFunction_t883524059 *)NULL, (lua_CSFunction_t883524059 *)NULL, /*hidden argument*/NULL); Type_t * L_86 = V_1; intptr_t L_87 = ___L0; lua_CSFunction_t883524059 * L_88 = ((XLuaTestNoGcWrap_t595560218_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestNoGcWrap_t595560218_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cacheF_15(); G_B31_0 = L_87; G_B31_1 = L_86; if (L_88) { G_B32_0 = L_87; G_B32_1 = L_86; goto IL_02bc; } } { intptr_t L_89 = (intptr_t)XLuaTestNoGcWrap___CreateInstance_m2092874601_RuntimeMethod_var; lua_CSFunction_t883524059 * L_90 = (lua_CSFunction_t883524059 *)il2cpp_codegen_object_new(lua_CSFunction_t883524059_il2cpp_TypeInfo_var); lua_CSFunction__ctor_m2895663127(L_90, NULL, L_89, /*hidden argument*/NULL); ((XLuaTestNoGcWrap_t595560218_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestNoGcWrap_t595560218_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cacheF_15(L_90); G_B32_0 = G_B31_0; G_B32_1 = G_B31_1; } IL_02bc: { lua_CSFunction_t883524059 * L_91 = ((XLuaTestNoGcWrap_t595560218_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestNoGcWrap_t595560218_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cacheF_15(); Utils_BeginClassRegister_m3630094254(NULL /*static, unused*/, G_B32_1, G_B32_0, L_91, 1, 0, 0, /*hidden argument*/NULL); Type_t * L_92 = V_1; intptr_t L_93 = ___L0; ObjectTranslator_t2020767555 * L_94 = V_0; Utils_EndClassRegister_m1460189367(NULL /*static, unused*/, L_92, L_93, L_94, /*hidden argument*/NULL); return; } } // System.Int32 XLua.CSObjectWrap.XLuaTestNoGcWrap::__CreateInstance(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t XLuaTestNoGcWrap___CreateInstance_m2092874601 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XLuaTestNoGcWrap___CreateInstance_m2092874601_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectTranslator_t2020767555 * V_0 = NULL; NoGc_t2304347923 * V_1 = NULL; int32_t V_2 = 0; Exception_t * V_3 = NULL; 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) { ObjectTranslatorPool_t158158286 * L_0 = ObjectTranslatorPool_get_Instance_m842665354(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_1 = ___L0; NullCheck(L_0); ObjectTranslator_t2020767555 * L_2 = ObjectTranslatorPool_Find_m2808149378(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; intptr_t L_3 = ___L0; int32_t L_4 = Lua_lua_gettop_m2394536141(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); if ((!(((uint32_t)L_4) == ((uint32_t)1)))) { goto IL_002d; } } IL_0018: { NoGc_t2304347923 * L_5 = (NoGc_t2304347923 *)il2cpp_codegen_object_new(NoGc_t2304347923_il2cpp_TypeInfo_var); NoGc__ctor_m2177427014(L_5, /*hidden argument*/NULL); V_1 = L_5; ObjectTranslator_t2020767555 * L_6 = V_0; intptr_t L_7 = ___L0; NoGc_t2304347923 * L_8 = V_1; NullCheck(L_6); ObjectTranslator_Push_m105918116(L_6, L_7, L_8, /*hidden argument*/NULL); V_2 = 1; goto IL_0056; } IL_002d: { goto IL_004a; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0032; throw e; } CATCH_0032: { // begin catch(System.Exception) V_3 = ((Exception_t *)__exception_local); intptr_t L_9 = ___L0; Exception_t * L_10 = V_3; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_11 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral632665612, L_10, /*hidden argument*/NULL); int32_t L_12 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_9, L_11, /*hidden argument*/NULL); V_2 = L_12; goto IL_0056; } // end catch (depth: 1) IL_004a: { intptr_t L_13 = ___L0; int32_t L_14 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_13, _stringLiteral803299962, /*hidden argument*/NULL); return L_14; } IL_0056: { int32_t L_15 = V_2; return L_15; } } // System.Int32 XLua.CSObjectWrap.XLuaTestNoGcWrap::_m_FloatParamMethod(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t XLuaTestNoGcWrap__m_FloatParamMethod_m3908939749 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XLuaTestNoGcWrap__m_FloatParamMethod_m3908939749_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectTranslator_t2020767555 * V_0 = NULL; NoGc_t2304347923 * V_1 = NULL; float V_2 = 0.0f; float V_3 = 0.0f; int32_t V_4 = 0; Exception_t * V_5 = NULL; 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) ObjectTranslatorPool_t158158286 * L_0 = ObjectTranslatorPool_get_Instance_m842665354(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_1 = ___L0; NullCheck(L_0); ObjectTranslator_t2020767555 * L_2 = ObjectTranslatorPool_Find_m2808149378(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; ObjectTranslator_t2020767555 * L_3 = V_0; intptr_t L_4 = ___L0; NullCheck(L_3); RuntimeObject * L_5 = ObjectTranslator_FastGetCSObj_m66620763(L_3, L_4, 1, /*hidden argument*/NULL); V_1 = ((NoGc_t2304347923 *)CastclassClass((RuntimeObject*)L_5, NoGc_t2304347923_il2cpp_TypeInfo_var)); intptr_t L_6 = ___L0; double L_7 = Lua_lua_tonumber_m3087017991(NULL /*static, unused*/, L_6, 2, /*hidden argument*/NULL); V_2 = (((float)((float)L_7))); NoGc_t2304347923 * L_8 = V_1; float L_9 = V_2; NullCheck(L_8); float L_10 = NoGc_FloatParamMethod_m1199664835(L_8, L_9, /*hidden argument*/NULL); V_3 = L_10; intptr_t L_11 = ___L0; float L_12 = V_3; Lua_lua_pushnumber_m3190857213(NULL /*static, unused*/, L_11, (((double)((double)L_12))), /*hidden argument*/NULL); V_4 = 1; goto IL_0056; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_003b; throw e; } CATCH_003b: { // begin catch(System.Exception) V_5 = ((Exception_t *)__exception_local); intptr_t L_13 = ___L0; Exception_t * L_14 = V_5; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_15 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral632665612, L_14, /*hidden argument*/NULL); int32_t L_16 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_13, L_15, /*hidden argument*/NULL); V_4 = L_16; goto IL_0056; } // end catch (depth: 1) IL_0056: { int32_t L_17 = V_4; return L_17; } } // System.Int32 XLua.CSObjectWrap.XLuaTestNoGcWrap::_m_Vector3ParamMethod(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t XLuaTestNoGcWrap__m_Vector3ParamMethod_m3568622066 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XLuaTestNoGcWrap__m_Vector3ParamMethod_m3568622066_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectTranslator_t2020767555 * V_0 = NULL; NoGc_t2304347923 * V_1 = NULL; Vector3_t3722313464 V_2; memset(&V_2, 0, sizeof(V_2)); Vector3_t3722313464 V_3; memset(&V_3, 0, sizeof(V_3)); int32_t V_4 = 0; Exception_t * V_5 = NULL; 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) ObjectTranslatorPool_t158158286 * L_0 = ObjectTranslatorPool_get_Instance_m842665354(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_1 = ___L0; NullCheck(L_0); ObjectTranslator_t2020767555 * L_2 = ObjectTranslatorPool_Find_m2808149378(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; ObjectTranslator_t2020767555 * L_3 = V_0; intptr_t L_4 = ___L0; NullCheck(L_3); RuntimeObject * L_5 = ObjectTranslator_FastGetCSObj_m66620763(L_3, L_4, 1, /*hidden argument*/NULL); V_1 = ((NoGc_t2304347923 *)CastclassClass((RuntimeObject*)L_5, NoGc_t2304347923_il2cpp_TypeInfo_var)); ObjectTranslator_t2020767555 * L_6 = V_0; intptr_t L_7 = ___L0; NullCheck(L_6); ObjectTranslator_Get_m1627229423(L_6, L_7, 2, (&V_2), /*hidden argument*/NULL); NoGc_t2304347923 * L_8 = V_1; Vector3_t3722313464 L_9 = V_2; NullCheck(L_8); Vector3_t3722313464 L_10 = NoGc_Vector3ParamMethod_m3881446403(L_8, L_9, /*hidden argument*/NULL); V_3 = L_10; ObjectTranslator_t2020767555 * L_11 = V_0; intptr_t L_12 = ___L0; Vector3_t3722313464 L_13 = V_3; NullCheck(L_11); ObjectTranslator_PushUnityEngineVector3_m82247743(L_11, L_12, L_13, /*hidden argument*/NULL); V_4 = 1; goto IL_0057; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_003c; throw e; } CATCH_003c: { // begin catch(System.Exception) V_5 = ((Exception_t *)__exception_local); intptr_t L_14 = ___L0; Exception_t * L_15 = V_5; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_16 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral632665612, L_15, /*hidden argument*/NULL); int32_t L_17 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_14, L_16, /*hidden argument*/NULL); V_4 = L_17; goto IL_0057; } // end catch (depth: 1) IL_0057: { int32_t L_18 = V_4; return L_18; } } // System.Int32 XLua.CSObjectWrap.XLuaTestNoGcWrap::_m_StructParamMethod(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t XLuaTestNoGcWrap__m_StructParamMethod_m3004193333 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XLuaTestNoGcWrap__m_StructParamMethod_m3004193333_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectTranslator_t2020767555 * V_0 = NULL; NoGc_t2304347923 * V_1 = NULL; MyStruct_t514849583 V_2; memset(&V_2, 0, sizeof(V_2)); MyStruct_t514849583 V_3; memset(&V_3, 0, sizeof(V_3)); int32_t V_4 = 0; Exception_t * V_5 = NULL; 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) ObjectTranslatorPool_t158158286 * L_0 = ObjectTranslatorPool_get_Instance_m842665354(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_1 = ___L0; NullCheck(L_0); ObjectTranslator_t2020767555 * L_2 = ObjectTranslatorPool_Find_m2808149378(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; ObjectTranslator_t2020767555 * L_3 = V_0; intptr_t L_4 = ___L0; NullCheck(L_3); RuntimeObject * L_5 = ObjectTranslator_FastGetCSObj_m66620763(L_3, L_4, 1, /*hidden argument*/NULL); V_1 = ((NoGc_t2304347923 *)CastclassClass((RuntimeObject*)L_5, NoGc_t2304347923_il2cpp_TypeInfo_var)); ObjectTranslator_t2020767555 * L_6 = V_0; intptr_t L_7 = ___L0; NullCheck(L_6); ObjectTranslator_Get_m94430953(L_6, L_7, 2, (&V_2), /*hidden argument*/NULL); NoGc_t2304347923 * L_8 = V_1; MyStruct_t514849583 L_9 = V_2; NullCheck(L_8); MyStruct_t514849583 L_10 = NoGc_StructParamMethod_m397791558(L_8, L_9, /*hidden argument*/NULL); V_3 = L_10; ObjectTranslator_t2020767555 * L_11 = V_0; intptr_t L_12 = ___L0; MyStruct_t514849583 L_13 = V_3; NullCheck(L_11); ObjectTranslator_PushXLuaTestMyStruct_m284684668(L_11, L_12, L_13, /*hidden argument*/NULL); V_4 = 1; goto IL_0057; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_003c; throw e; } CATCH_003c: { // begin catch(System.Exception) V_5 = ((Exception_t *)__exception_local); intptr_t L_14 = ___L0; Exception_t * L_15 = V_5; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_16 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral632665612, L_15, /*hidden argument*/NULL); int32_t L_17 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_14, L_16, /*hidden argument*/NULL); V_4 = L_17; goto IL_0057; } // end catch (depth: 1) IL_0057: { int32_t L_18 = V_4; return L_18; } } // System.Int32 XLua.CSObjectWrap.XLuaTestNoGcWrap::_m_EnumParamMethod(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t XLuaTestNoGcWrap__m_EnumParamMethod_m789145946 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XLuaTestNoGcWrap__m_EnumParamMethod_m789145946_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectTranslator_t2020767555 * V_0 = NULL; NoGc_t2304347923 * V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; Exception_t * V_5 = NULL; 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) ObjectTranslatorPool_t158158286 * L_0 = ObjectTranslatorPool_get_Instance_m842665354(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_1 = ___L0; NullCheck(L_0); ObjectTranslator_t2020767555 * L_2 = ObjectTranslatorPool_Find_m2808149378(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; ObjectTranslator_t2020767555 * L_3 = V_0; intptr_t L_4 = ___L0; NullCheck(L_3); RuntimeObject * L_5 = ObjectTranslator_FastGetCSObj_m66620763(L_3, L_4, 1, /*hidden argument*/NULL); V_1 = ((NoGc_t2304347923 *)CastclassClass((RuntimeObject*)L_5, NoGc_t2304347923_il2cpp_TypeInfo_var)); ObjectTranslator_t2020767555 * L_6 = V_0; intptr_t L_7 = ___L0; NullCheck(L_6); ObjectTranslator_Get_m3404519673(L_6, L_7, 2, (&V_2), /*hidden argument*/NULL); NoGc_t2304347923 * L_8 = V_1; int32_t L_9 = V_2; NullCheck(L_8); int32_t L_10 = NoGc_EnumParamMethod_m734900675(L_8, L_9, /*hidden argument*/NULL); V_3 = L_10; ObjectTranslator_t2020767555 * L_11 = V_0; intptr_t L_12 = ___L0; int32_t L_13 = V_3; NullCheck(L_11); ObjectTranslator_PushXLuaTestMyEnum_m329911794(L_11, L_12, L_13, /*hidden argument*/NULL); V_4 = 1; goto IL_0057; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_003c; throw e; } CATCH_003c: { // begin catch(System.Exception) V_5 = ((Exception_t *)__exception_local); intptr_t L_14 = ___L0; Exception_t * L_15 = V_5; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_16 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral632665612, L_15, /*hidden argument*/NULL); int32_t L_17 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_14, L_16, /*hidden argument*/NULL); V_4 = L_17; goto IL_0057; } // end catch (depth: 1) IL_0057: { int32_t L_18 = V_4; return L_18; } } // System.Int32 XLua.CSObjectWrap.XLuaTestNoGcWrap::_m_DecimalParamMethod(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t XLuaTestNoGcWrap__m_DecimalParamMethod_m2980011864 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XLuaTestNoGcWrap__m_DecimalParamMethod_m2980011864_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectTranslator_t2020767555 * V_0 = NULL; NoGc_t2304347923 * V_1 = NULL; Decimal_t2948259380 V_2; memset(&V_2, 0, sizeof(V_2)); Decimal_t2948259380 V_3; memset(&V_3, 0, sizeof(V_3)); int32_t V_4 = 0; Exception_t * V_5 = NULL; 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) ObjectTranslatorPool_t158158286 * L_0 = ObjectTranslatorPool_get_Instance_m842665354(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_1 = ___L0; NullCheck(L_0); ObjectTranslator_t2020767555 * L_2 = ObjectTranslatorPool_Find_m2808149378(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; ObjectTranslator_t2020767555 * L_3 = V_0; intptr_t L_4 = ___L0; NullCheck(L_3); RuntimeObject * L_5 = ObjectTranslator_FastGetCSObj_m66620763(L_3, L_4, 1, /*hidden argument*/NULL); V_1 = ((NoGc_t2304347923 *)CastclassClass((RuntimeObject*)L_5, NoGc_t2304347923_il2cpp_TypeInfo_var)); ObjectTranslator_t2020767555 * L_6 = V_0; intptr_t L_7 = ___L0; NullCheck(L_6); ObjectTranslator_Get_m3855786213(L_6, L_7, 2, (&V_2), /*hidden argument*/NULL); NoGc_t2304347923 * L_8 = V_1; Decimal_t2948259380 L_9 = V_2; NullCheck(L_8); Decimal_t2948259380 L_10 = NoGc_DecimalParamMethod_m3881289635(L_8, L_9, /*hidden argument*/NULL); V_3 = L_10; ObjectTranslator_t2020767555 * L_11 = V_0; intptr_t L_12 = ___L0; Decimal_t2948259380 L_13 = V_3; NullCheck(L_11); ObjectTranslator_PushDecimal_m48535725(L_11, L_12, L_13, /*hidden argument*/NULL); V_4 = 1; goto IL_0057; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_003c; throw e; } CATCH_003c: { // begin catch(System.Exception) V_5 = ((Exception_t *)__exception_local); intptr_t L_14 = ___L0; Exception_t * L_15 = V_5; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_16 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral632665612, L_15, /*hidden argument*/NULL); int32_t L_17 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_14, L_16, /*hidden argument*/NULL); V_4 = L_17; goto IL_0057; } // end catch (depth: 1) IL_0057: { int32_t L_18 = V_4; return L_18; } } // System.Int32 XLua.CSObjectWrap.XLuaTestNoGcWrap::_g_get_a1(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t XLuaTestNoGcWrap__g_get_a1_m3287832906 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XLuaTestNoGcWrap__g_get_a1_m3287832906_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectTranslator_t2020767555 * V_0 = NULL; NoGc_t2304347923 * V_1 = NULL; Exception_t * V_2 = NULL; int32_t V_3 = 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) ObjectTranslatorPool_t158158286 * L_0 = ObjectTranslatorPool_get_Instance_m842665354(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_1 = ___L0; NullCheck(L_0); ObjectTranslator_t2020767555 * L_2 = ObjectTranslatorPool_Find_m2808149378(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; ObjectTranslator_t2020767555 * L_3 = V_0; intptr_t L_4 = ___L0; NullCheck(L_3); RuntimeObject * L_5 = ObjectTranslator_FastGetCSObj_m66620763(L_3, L_4, 1, /*hidden argument*/NULL); V_1 = ((NoGc_t2304347923 *)CastclassClass((RuntimeObject*)L_5, NoGc_t2304347923_il2cpp_TypeInfo_var)); ObjectTranslator_t2020767555 * L_6 = V_0; intptr_t L_7 = ___L0; NoGc_t2304347923 * L_8 = V_1; NullCheck(L_8); DoubleU5BU5D_t3413330114* L_9 = L_8->get_a1_12(); NullCheck(L_6); ObjectTranslator_Push_m105918116(L_6, L_7, (RuntimeObject *)(RuntimeObject *)L_9, /*hidden argument*/NULL); goto IL_0044; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_002c; throw e; } CATCH_002c: { // begin catch(System.Exception) V_2 = ((Exception_t *)__exception_local); intptr_t L_10 = ___L0; Exception_t * L_11 = V_2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_12 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral632665612, L_11, /*hidden argument*/NULL); int32_t L_13 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_10, L_12, /*hidden argument*/NULL); V_3 = L_13; goto IL_0046; } // end catch (depth: 1) IL_0044: { return 1; } IL_0046: { int32_t L_14 = V_3; return L_14; } } // System.Int32 XLua.CSObjectWrap.XLuaTestNoGcWrap::_g_get_a2(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t XLuaTestNoGcWrap__g_get_a2_m878401896 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XLuaTestNoGcWrap__g_get_a2_m878401896_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectTranslator_t2020767555 * V_0 = NULL; NoGc_t2304347923 * V_1 = NULL; Exception_t * V_2 = NULL; int32_t V_3 = 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) ObjectTranslatorPool_t158158286 * L_0 = ObjectTranslatorPool_get_Instance_m842665354(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_1 = ___L0; NullCheck(L_0); ObjectTranslator_t2020767555 * L_2 = ObjectTranslatorPool_Find_m2808149378(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; ObjectTranslator_t2020767555 * L_3 = V_0; intptr_t L_4 = ___L0; NullCheck(L_3); RuntimeObject * L_5 = ObjectTranslator_FastGetCSObj_m66620763(L_3, L_4, 1, /*hidden argument*/NULL); V_1 = ((NoGc_t2304347923 *)CastclassClass((RuntimeObject*)L_5, NoGc_t2304347923_il2cpp_TypeInfo_var)); ObjectTranslator_t2020767555 * L_6 = V_0; intptr_t L_7 = ___L0; NoGc_t2304347923 * L_8 = V_1; NullCheck(L_8); Vector3U5BU5D_t1718750761* L_9 = L_8->get_a2_13(); NullCheck(L_6); ObjectTranslator_Push_m105918116(L_6, L_7, (RuntimeObject *)(RuntimeObject *)L_9, /*hidden argument*/NULL); goto IL_0044; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_002c; throw e; } CATCH_002c: { // begin catch(System.Exception) V_2 = ((Exception_t *)__exception_local); intptr_t L_10 = ___L0; Exception_t * L_11 = V_2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_12 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral632665612, L_11, /*hidden argument*/NULL); int32_t L_13 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_10, L_12, /*hidden argument*/NULL); V_3 = L_13; goto IL_0046; } // end catch (depth: 1) IL_0044: { return 1; } IL_0046: { int32_t L_14 = V_3; return L_14; } } // System.Int32 XLua.CSObjectWrap.XLuaTestNoGcWrap::_g_get_a3(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t XLuaTestNoGcWrap__g_get_a3_m2371509451 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XLuaTestNoGcWrap__g_get_a3_m2371509451_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectTranslator_t2020767555 * V_0 = NULL; NoGc_t2304347923 * V_1 = NULL; Exception_t * V_2 = NULL; int32_t V_3 = 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) ObjectTranslatorPool_t158158286 * L_0 = ObjectTranslatorPool_get_Instance_m842665354(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_1 = ___L0; NullCheck(L_0); ObjectTranslator_t2020767555 * L_2 = ObjectTranslatorPool_Find_m2808149378(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; ObjectTranslator_t2020767555 * L_3 = V_0; intptr_t L_4 = ___L0; NullCheck(L_3); RuntimeObject * L_5 = ObjectTranslator_FastGetCSObj_m66620763(L_3, L_4, 1, /*hidden argument*/NULL); V_1 = ((NoGc_t2304347923 *)CastclassClass((RuntimeObject*)L_5, NoGc_t2304347923_il2cpp_TypeInfo_var)); ObjectTranslator_t2020767555 * L_6 = V_0; intptr_t L_7 = ___L0; NoGc_t2304347923 * L_8 = V_1; NullCheck(L_8); MyStructU5BU5D_t224763702* L_9 = L_8->get_a3_14(); NullCheck(L_6); ObjectTranslator_Push_m105918116(L_6, L_7, (RuntimeObject *)(RuntimeObject *)L_9, /*hidden argument*/NULL); goto IL_0044; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_002c; throw e; } CATCH_002c: { // begin catch(System.Exception) V_2 = ((Exception_t *)__exception_local); intptr_t L_10 = ___L0; Exception_t * L_11 = V_2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_12 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral632665612, L_11, /*hidden argument*/NULL); int32_t L_13 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_10, L_12, /*hidden argument*/NULL); V_3 = L_13; goto IL_0046; } // end catch (depth: 1) IL_0044: { return 1; } IL_0046: { int32_t L_14 = V_3; return L_14; } } // System.Int32 XLua.CSObjectWrap.XLuaTestNoGcWrap::_g_get_a4(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t XLuaTestNoGcWrap__g_get_a4_m98916345 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XLuaTestNoGcWrap__g_get_a4_m98916345_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectTranslator_t2020767555 * V_0 = NULL; NoGc_t2304347923 * V_1 = NULL; Exception_t * V_2 = NULL; int32_t V_3 = 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) ObjectTranslatorPool_t158158286 * L_0 = ObjectTranslatorPool_get_Instance_m842665354(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_1 = ___L0; NullCheck(L_0); ObjectTranslator_t2020767555 * L_2 = ObjectTranslatorPool_Find_m2808149378(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; ObjectTranslator_t2020767555 * L_3 = V_0; intptr_t L_4 = ___L0; NullCheck(L_3); RuntimeObject * L_5 = ObjectTranslator_FastGetCSObj_m66620763(L_3, L_4, 1, /*hidden argument*/NULL); V_1 = ((NoGc_t2304347923 *)CastclassClass((RuntimeObject*)L_5, NoGc_t2304347923_il2cpp_TypeInfo_var)); ObjectTranslator_t2020767555 * L_6 = V_0; intptr_t L_7 = ___L0; NoGc_t2304347923 * L_8 = V_1; NullCheck(L_8); MyEnumU5BU5D_t3063337185* L_9 = L_8->get_a4_15(); NullCheck(L_6); ObjectTranslator_Push_m105918116(L_6, L_7, (RuntimeObject *)(RuntimeObject *)L_9, /*hidden argument*/NULL); goto IL_0044; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_002c; throw e; } CATCH_002c: { // begin catch(System.Exception) V_2 = ((Exception_t *)__exception_local); intptr_t L_10 = ___L0; Exception_t * L_11 = V_2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_12 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral632665612, L_11, /*hidden argument*/NULL); int32_t L_13 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_10, L_12, /*hidden argument*/NULL); V_3 = L_13; goto IL_0046; } // end catch (depth: 1) IL_0044: { return 1; } IL_0046: { int32_t L_14 = V_3; return L_14; } } // System.Int32 XLua.CSObjectWrap.XLuaTestNoGcWrap::_g_get_a5(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t XLuaTestNoGcWrap__g_get_a5_m4225521659 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XLuaTestNoGcWrap__g_get_a5_m4225521659_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectTranslator_t2020767555 * V_0 = NULL; NoGc_t2304347923 * V_1 = NULL; Exception_t * V_2 = NULL; int32_t V_3 = 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) ObjectTranslatorPool_t158158286 * L_0 = ObjectTranslatorPool_get_Instance_m842665354(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_1 = ___L0; NullCheck(L_0); ObjectTranslator_t2020767555 * L_2 = ObjectTranslatorPool_Find_m2808149378(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; ObjectTranslator_t2020767555 * L_3 = V_0; intptr_t L_4 = ___L0; NullCheck(L_3); RuntimeObject * L_5 = ObjectTranslator_FastGetCSObj_m66620763(L_3, L_4, 1, /*hidden argument*/NULL); V_1 = ((NoGc_t2304347923 *)CastclassClass((RuntimeObject*)L_5, NoGc_t2304347923_il2cpp_TypeInfo_var)); ObjectTranslator_t2020767555 * L_6 = V_0; intptr_t L_7 = ___L0; NoGc_t2304347923 * L_8 = V_1; NullCheck(L_8); DecimalU5BU5D_t1145110141* L_9 = L_8->get_a5_16(); NullCheck(L_6); ObjectTranslator_Push_m105918116(L_6, L_7, (RuntimeObject *)(RuntimeObject *)L_9, /*hidden argument*/NULL); goto IL_0044; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_002c; throw e; } CATCH_002c: { // begin catch(System.Exception) V_2 = ((Exception_t *)__exception_local); intptr_t L_10 = ___L0; Exception_t * L_11 = V_2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_12 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral632665612, L_11, /*hidden argument*/NULL); int32_t L_13 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_10, L_12, /*hidden argument*/NULL); V_3 = L_13; goto IL_0046; } // end catch (depth: 1) IL_0044: { return 1; } IL_0046: { int32_t L_14 = V_3; return L_14; } } // System.Int32 XLua.CSObjectWrap.XLuaTestNoGcWrap::_s_set_a1(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t XLuaTestNoGcWrap__s_set_a1_m504015346 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XLuaTestNoGcWrap__s_set_a1_m504015346_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectTranslator_t2020767555 * V_0 = NULL; NoGc_t2304347923 * V_1 = NULL; Exception_t * V_2 = NULL; int32_t V_3 = 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) ObjectTranslatorPool_t158158286 * L_0 = ObjectTranslatorPool_get_Instance_m842665354(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_1 = ___L0; NullCheck(L_0); ObjectTranslator_t2020767555 * L_2 = ObjectTranslatorPool_Find_m2808149378(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; ObjectTranslator_t2020767555 * L_3 = V_0; intptr_t L_4 = ___L0; NullCheck(L_3); RuntimeObject * L_5 = ObjectTranslator_FastGetCSObj_m66620763(L_3, L_4, 1, /*hidden argument*/NULL); V_1 = ((NoGc_t2304347923 *)CastclassClass((RuntimeObject*)L_5, NoGc_t2304347923_il2cpp_TypeInfo_var)); NoGc_t2304347923 * L_6 = V_1; ObjectTranslator_t2020767555 * L_7 = V_0; intptr_t L_8 = ___L0; RuntimeTypeHandle_t3027515415 L_9 = { reinterpret_cast (DoubleU5BU5D_t3413330114_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_10 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); NullCheck(L_7); RuntimeObject * L_11 = ObjectTranslator_GetObject_m805173647(L_7, L_8, 2, L_10, /*hidden argument*/NULL); NullCheck(L_6); L_6->set_a1_12(((DoubleU5BU5D_t3413330114*)Castclass((RuntimeObject*)L_11, DoubleU5BU5D_t3413330114_il2cpp_TypeInfo_var))); goto IL_0054; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_003c; throw e; } CATCH_003c: { // begin catch(System.Exception) V_2 = ((Exception_t *)__exception_local); intptr_t L_12 = ___L0; Exception_t * L_13 = V_2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral632665612, L_13, /*hidden argument*/NULL); int32_t L_15 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_12, L_14, /*hidden argument*/NULL); V_3 = L_15; goto IL_0056; } // end catch (depth: 1) IL_0054: { return 0; } IL_0056: { int32_t L_16 = V_3; return L_16; } } // System.Int32 XLua.CSObjectWrap.XLuaTestNoGcWrap::_s_set_a2(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t XLuaTestNoGcWrap__s_set_a2_m4111051168 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XLuaTestNoGcWrap__s_set_a2_m4111051168_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectTranslator_t2020767555 * V_0 = NULL; NoGc_t2304347923 * V_1 = NULL; Exception_t * V_2 = NULL; int32_t V_3 = 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) ObjectTranslatorPool_t158158286 * L_0 = ObjectTranslatorPool_get_Instance_m842665354(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_1 = ___L0; NullCheck(L_0); ObjectTranslator_t2020767555 * L_2 = ObjectTranslatorPool_Find_m2808149378(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; ObjectTranslator_t2020767555 * L_3 = V_0; intptr_t L_4 = ___L0; NullCheck(L_3); RuntimeObject * L_5 = ObjectTranslator_FastGetCSObj_m66620763(L_3, L_4, 1, /*hidden argument*/NULL); V_1 = ((NoGc_t2304347923 *)CastclassClass((RuntimeObject*)L_5, NoGc_t2304347923_il2cpp_TypeInfo_var)); NoGc_t2304347923 * L_6 = V_1; ObjectTranslator_t2020767555 * L_7 = V_0; intptr_t L_8 = ___L0; RuntimeTypeHandle_t3027515415 L_9 = { reinterpret_cast (Vector3U5BU5D_t1718750761_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_10 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); NullCheck(L_7); RuntimeObject * L_11 = ObjectTranslator_GetObject_m805173647(L_7, L_8, 2, L_10, /*hidden argument*/NULL); NullCheck(L_6); L_6->set_a2_13(((Vector3U5BU5D_t1718750761*)Castclass((RuntimeObject*)L_11, Vector3U5BU5D_t1718750761_il2cpp_TypeInfo_var))); goto IL_0054; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_003c; throw e; } CATCH_003c: { // begin catch(System.Exception) V_2 = ((Exception_t *)__exception_local); intptr_t L_12 = ___L0; Exception_t * L_13 = V_2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral632665612, L_13, /*hidden argument*/NULL); int32_t L_15 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_12, L_14, /*hidden argument*/NULL); V_3 = L_15; goto IL_0056; } // end catch (depth: 1) IL_0054: { return 0; } IL_0056: { int32_t L_16 = V_3; return L_16; } } // System.Int32 XLua.CSObjectWrap.XLuaTestNoGcWrap::_s_set_a3(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t XLuaTestNoGcWrap__s_set_a3_m1317834370 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XLuaTestNoGcWrap__s_set_a3_m1317834370_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectTranslator_t2020767555 * V_0 = NULL; NoGc_t2304347923 * V_1 = NULL; Exception_t * V_2 = NULL; int32_t V_3 = 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) ObjectTranslatorPool_t158158286 * L_0 = ObjectTranslatorPool_get_Instance_m842665354(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_1 = ___L0; NullCheck(L_0); ObjectTranslator_t2020767555 * L_2 = ObjectTranslatorPool_Find_m2808149378(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; ObjectTranslator_t2020767555 * L_3 = V_0; intptr_t L_4 = ___L0; NullCheck(L_3); RuntimeObject * L_5 = ObjectTranslator_FastGetCSObj_m66620763(L_3, L_4, 1, /*hidden argument*/NULL); V_1 = ((NoGc_t2304347923 *)CastclassClass((RuntimeObject*)L_5, NoGc_t2304347923_il2cpp_TypeInfo_var)); NoGc_t2304347923 * L_6 = V_1; ObjectTranslator_t2020767555 * L_7 = V_0; intptr_t L_8 = ___L0; RuntimeTypeHandle_t3027515415 L_9 = { reinterpret_cast (MyStructU5BU5D_t224763702_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_10 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); NullCheck(L_7); RuntimeObject * L_11 = ObjectTranslator_GetObject_m805173647(L_7, L_8, 2, L_10, /*hidden argument*/NULL); NullCheck(L_6); L_6->set_a3_14(((MyStructU5BU5D_t224763702*)Castclass((RuntimeObject*)L_11, MyStructU5BU5D_t224763702_il2cpp_TypeInfo_var))); goto IL_0054; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_003c; throw e; } CATCH_003c: { // begin catch(System.Exception) V_2 = ((Exception_t *)__exception_local); intptr_t L_12 = ___L0; Exception_t * L_13 = V_2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral632665612, L_13, /*hidden argument*/NULL); int32_t L_15 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_12, L_14, /*hidden argument*/NULL); V_3 = L_15; goto IL_0056; } // end catch (depth: 1) IL_0054: { return 0; } IL_0056: { int32_t L_16 = V_3; return L_16; } } // System.Int32 XLua.CSObjectWrap.XLuaTestNoGcWrap::_s_set_a4(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t XLuaTestNoGcWrap__s_set_a4_m3400772289 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XLuaTestNoGcWrap__s_set_a4_m3400772289_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectTranslator_t2020767555 * V_0 = NULL; NoGc_t2304347923 * V_1 = NULL; Exception_t * V_2 = NULL; int32_t V_3 = 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) ObjectTranslatorPool_t158158286 * L_0 = ObjectTranslatorPool_get_Instance_m842665354(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_1 = ___L0; NullCheck(L_0); ObjectTranslator_t2020767555 * L_2 = ObjectTranslatorPool_Find_m2808149378(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; ObjectTranslator_t2020767555 * L_3 = V_0; intptr_t L_4 = ___L0; NullCheck(L_3); RuntimeObject * L_5 = ObjectTranslator_FastGetCSObj_m66620763(L_3, L_4, 1, /*hidden argument*/NULL); V_1 = ((NoGc_t2304347923 *)CastclassClass((RuntimeObject*)L_5, NoGc_t2304347923_il2cpp_TypeInfo_var)); NoGc_t2304347923 * L_6 = V_1; ObjectTranslator_t2020767555 * L_7 = V_0; intptr_t L_8 = ___L0; RuntimeTypeHandle_t3027515415 L_9 = { reinterpret_cast (MyEnumU5BU5D_t3063337185_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_10 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); NullCheck(L_7); RuntimeObject * L_11 = ObjectTranslator_GetObject_m805173647(L_7, L_8, 2, L_10, /*hidden argument*/NULL); NullCheck(L_6); L_6->set_a4_15(((MyEnumU5BU5D_t3063337185*)Castclass((RuntimeObject*)L_11, MyEnumU5BU5D_t3063337185_il2cpp_TypeInfo_var))); goto IL_0054; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_003c; throw e; } CATCH_003c: { // begin catch(System.Exception) V_2 = ((Exception_t *)__exception_local); intptr_t L_12 = ___L0; Exception_t * L_13 = V_2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral632665612, L_13, /*hidden argument*/NULL); int32_t L_15 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_12, L_14, /*hidden argument*/NULL); V_3 = L_15; goto IL_0056; } // end catch (depth: 1) IL_0054: { return 0; } IL_0056: { int32_t L_16 = V_3; return L_16; } } // System.Int32 XLua.CSObjectWrap.XLuaTestNoGcWrap::_s_set_a5(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t XLuaTestNoGcWrap__s_set_a5_m3725503155 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XLuaTestNoGcWrap__s_set_a5_m3725503155_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectTranslator_t2020767555 * V_0 = NULL; NoGc_t2304347923 * V_1 = NULL; Exception_t * V_2 = NULL; int32_t V_3 = 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) ObjectTranslatorPool_t158158286 * L_0 = ObjectTranslatorPool_get_Instance_m842665354(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_1 = ___L0; NullCheck(L_0); ObjectTranslator_t2020767555 * L_2 = ObjectTranslatorPool_Find_m2808149378(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; ObjectTranslator_t2020767555 * L_3 = V_0; intptr_t L_4 = ___L0; NullCheck(L_3); RuntimeObject * L_5 = ObjectTranslator_FastGetCSObj_m66620763(L_3, L_4, 1, /*hidden argument*/NULL); V_1 = ((NoGc_t2304347923 *)CastclassClass((RuntimeObject*)L_5, NoGc_t2304347923_il2cpp_TypeInfo_var)); NoGc_t2304347923 * L_6 = V_1; ObjectTranslator_t2020767555 * L_7 = V_0; intptr_t L_8 = ___L0; RuntimeTypeHandle_t3027515415 L_9 = { reinterpret_cast (DecimalU5BU5D_t1145110141_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_10 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); NullCheck(L_7); RuntimeObject * L_11 = ObjectTranslator_GetObject_m805173647(L_7, L_8, 2, L_10, /*hidden argument*/NULL); NullCheck(L_6); L_6->set_a5_16(((DecimalU5BU5D_t1145110141*)Castclass((RuntimeObject*)L_11, DecimalU5BU5D_t1145110141_il2cpp_TypeInfo_var))); goto IL_0054; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_003c; throw e; } CATCH_003c: { // begin catch(System.Exception) V_2 = ((Exception_t *)__exception_local); intptr_t L_12 = ___L0; Exception_t * L_13 = V_2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral632665612, L_13, /*hidden argument*/NULL); int32_t L_15 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_12, L_14, /*hidden argument*/NULL); V_3 = L_15; goto IL_0056; } // end catch (depth: 1) IL_0054: { return 0; } IL_0056: { int32_t L_16 = V_3; return L_16; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_XLuaTestPeddingWrap___CreateInstance_m154687645(intptr_t ___L0) { il2cpp_native_wrapper_vm_thread_attacher _vmThreadHelper; // Managed method invocation int32_t returnValue = XLuaTestPeddingWrap___CreateInstance_m154687645(NULL, ___L0, NULL); return returnValue; } extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_XLuaTestPeddingWrap__g_get_c_m1476339303(intptr_t ___L0) { il2cpp_native_wrapper_vm_thread_attacher _vmThreadHelper; // Managed method invocation int32_t returnValue = XLuaTestPeddingWrap__g_get_c_m1476339303(NULL, ___L0, NULL); return returnValue; } extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_XLuaTestPeddingWrap__s_set_c_m3842728882(intptr_t ___L0) { il2cpp_native_wrapper_vm_thread_attacher _vmThreadHelper; // Managed method invocation int32_t returnValue = XLuaTestPeddingWrap__s_set_c_m3842728882(NULL, ___L0, NULL); return returnValue; } // System.Void XLua.CSObjectWrap.XLuaTestPeddingWrap::.ctor() extern "C" IL2CPP_METHOD_ATTR void XLuaTestPeddingWrap__ctor_m1221251674 (XLuaTestPeddingWrap_t128877870 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void XLua.CSObjectWrap.XLuaTestPeddingWrap::__Register(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void XLuaTestPeddingWrap___Register_m453966664 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XLuaTestPeddingWrap___Register_m453966664_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectTranslator_t2020767555 * V_0 = NULL; Type_t * V_1 = NULL; String_t* G_B2_0 = NULL; int32_t G_B2_1 = 0; intptr_t G_B2_2; memset(&G_B2_2, 0, sizeof(G_B2_2)); String_t* G_B1_0 = NULL; int32_t G_B1_1 = 0; intptr_t G_B1_2; memset(&G_B1_2, 0, sizeof(G_B1_2)); String_t* G_B4_0 = NULL; int32_t G_B4_1 = 0; intptr_t G_B4_2; memset(&G_B4_2, 0, sizeof(G_B4_2)); String_t* G_B3_0 = NULL; int32_t G_B3_1 = 0; intptr_t G_B3_2; memset(&G_B3_2, 0, sizeof(G_B3_2)); intptr_t G_B6_0; memset(&G_B6_0, 0, sizeof(G_B6_0)); Type_t * G_B6_1 = NULL; intptr_t G_B5_0; memset(&G_B5_0, 0, sizeof(G_B5_0)); Type_t * G_B5_1 = NULL; { ObjectTranslatorPool_t158158286 * L_0 = ObjectTranslatorPool_get_Instance_m842665354(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_1 = ___L0; NullCheck(L_0); ObjectTranslator_t2020767555 * L_2 = ObjectTranslatorPool_Find_m2808149378(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; RuntimeTypeHandle_t3027515415 L_3 = { reinterpret_cast (Pedding_t3796070799_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_4 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); V_1 = L_4; Type_t * L_5 = V_1; intptr_t L_6 = ___L0; ObjectTranslator_t2020767555 * L_7 = V_0; Utils_BeginObjectRegister_m972381667(NULL /*static, unused*/, L_5, L_6, L_7, 0, 0, 1, 1, (-1), /*hidden argument*/NULL); intptr_t L_8 = ___L0; lua_CSFunction_t883524059 * L_9 = ((XLuaTestPeddingWrap_t128877870_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestPeddingWrap_t128877870_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache0_0(); G_B1_0 = _stringLiteral3452614589; G_B1_1 = ((int32_t)-2); G_B1_2 = L_8; if (L_9) { G_B2_0 = _stringLiteral3452614589; G_B2_1 = ((int32_t)-2); G_B2_2 = L_8; goto IL_0044; } } { intptr_t L_10 = (intptr_t)XLuaTestPeddingWrap__g_get_c_m1476339303_RuntimeMethod_var; lua_CSFunction_t883524059 * L_11 = (lua_CSFunction_t883524059 *)il2cpp_codegen_object_new(lua_CSFunction_t883524059_il2cpp_TypeInfo_var); lua_CSFunction__ctor_m2895663127(L_11, NULL, L_10, /*hidden argument*/NULL); ((XLuaTestPeddingWrap_t128877870_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestPeddingWrap_t128877870_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache0_0(L_11); G_B2_0 = G_B1_0; G_B2_1 = G_B1_1; G_B2_2 = G_B1_2; } IL_0044: { lua_CSFunction_t883524059 * L_12 = ((XLuaTestPeddingWrap_t128877870_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestPeddingWrap_t128877870_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache0_0(); Utils_RegisterFunc_m1228226546(NULL /*static, unused*/, G_B2_2, G_B2_1, G_B2_0, L_12, /*hidden argument*/NULL); intptr_t L_13 = ___L0; lua_CSFunction_t883524059 * L_14 = ((XLuaTestPeddingWrap_t128877870_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestPeddingWrap_t128877870_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache1_1(); G_B3_0 = _stringLiteral3452614589; G_B3_1 = (-1); G_B3_2 = L_13; if (L_14) { G_B4_0 = _stringLiteral3452614589; G_B4_1 = (-1); G_B4_2 = L_13; goto IL_006d; } } { intptr_t L_15 = (intptr_t)XLuaTestPeddingWrap__s_set_c_m3842728882_RuntimeMethod_var; lua_CSFunction_t883524059 * L_16 = (lua_CSFunction_t883524059 *)il2cpp_codegen_object_new(lua_CSFunction_t883524059_il2cpp_TypeInfo_var); lua_CSFunction__ctor_m2895663127(L_16, NULL, L_15, /*hidden argument*/NULL); ((XLuaTestPeddingWrap_t128877870_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestPeddingWrap_t128877870_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache1_1(L_16); G_B4_0 = G_B3_0; G_B4_1 = G_B3_1; G_B4_2 = G_B3_2; } IL_006d: { lua_CSFunction_t883524059 * L_17 = ((XLuaTestPeddingWrap_t128877870_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestPeddingWrap_t128877870_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache1_1(); Utils_RegisterFunc_m1228226546(NULL /*static, unused*/, G_B4_2, G_B4_1, G_B4_0, L_17, /*hidden argument*/NULL); Type_t * L_18 = V_1; intptr_t L_19 = ___L0; ObjectTranslator_t2020767555 * L_20 = V_0; Utils_EndObjectRegister_m3642684994(NULL /*static, unused*/, L_18, L_19, L_20, (lua_CSFunction_t883524059 *)NULL, (lua_CSFunction_t883524059 *)NULL, (Type_t *)NULL, (lua_CSFunction_t883524059 *)NULL, (lua_CSFunction_t883524059 *)NULL, /*hidden argument*/NULL); Type_t * L_21 = V_1; intptr_t L_22 = ___L0; lua_CSFunction_t883524059 * L_23 = ((XLuaTestPeddingWrap_t128877870_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestPeddingWrap_t128877870_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache2_2(); G_B5_0 = L_22; G_B5_1 = L_21; if (L_23) { G_B6_0 = L_22; G_B6_1 = L_21; goto IL_009e; } } { intptr_t L_24 = (intptr_t)XLuaTestPeddingWrap___CreateInstance_m154687645_RuntimeMethod_var; lua_CSFunction_t883524059 * L_25 = (lua_CSFunction_t883524059 *)il2cpp_codegen_object_new(lua_CSFunction_t883524059_il2cpp_TypeInfo_var); lua_CSFunction__ctor_m2895663127(L_25, NULL, L_24, /*hidden argument*/NULL); ((XLuaTestPeddingWrap_t128877870_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestPeddingWrap_t128877870_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache2_2(L_25); G_B6_0 = G_B5_0; G_B6_1 = G_B5_1; } IL_009e: { lua_CSFunction_t883524059 * L_26 = ((XLuaTestPeddingWrap_t128877870_StaticFields*)il2cpp_codegen_static_fields_for(XLuaTestPeddingWrap_t128877870_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache2_2(); Utils_BeginClassRegister_m3630094254(NULL /*static, unused*/, G_B6_1, G_B6_0, L_26, 1, 0, 0, /*hidden argument*/NULL); Type_t * L_27 = V_1; intptr_t L_28 = ___L0; ObjectTranslator_t2020767555 * L_29 = V_0; Utils_EndClassRegister_m1460189367(NULL /*static, unused*/, L_27, L_28, L_29, /*hidden argument*/NULL); return; } } // System.Int32 XLua.CSObjectWrap.XLuaTestPeddingWrap::__CreateInstance(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t XLuaTestPeddingWrap___CreateInstance_m154687645 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XLuaTestPeddingWrap___CreateInstance_m154687645_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectTranslator_t2020767555 * V_0 = NULL; Pedding_t3796070799 V_1; memset(&V_1, 0, sizeof(V_1)); int32_t V_2 = 0; Exception_t * V_3 = NULL; 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) { ObjectTranslatorPool_t158158286 * L_0 = ObjectTranslatorPool_get_Instance_m842665354(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_1 = ___L0; NullCheck(L_0); ObjectTranslator_t2020767555 * L_2 = ObjectTranslatorPool_Find_m2808149378(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; intptr_t L_3 = ___L0; int32_t L_4 = Lua_lua_gettop_m2394536141(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); if ((!(((uint32_t)L_4) == ((uint32_t)1)))) { goto IL_002f; } } IL_0018: { ObjectTranslator_t2020767555 * L_5 = V_0; intptr_t L_6 = ___L0; il2cpp_codegen_initobj((&V_1), sizeof(Pedding_t3796070799 )); Pedding_t3796070799 L_7 = V_1; NullCheck(L_5); ObjectTranslator_PushXLuaTestPedding_m1041412546(L_5, L_6, L_7, /*hidden argument*/NULL); V_2 = 1; goto IL_0058; } IL_002f: { goto IL_004c; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0034; throw e; } CATCH_0034: { // begin catch(System.Exception) V_3 = ((Exception_t *)__exception_local); intptr_t L_8 = ___L0; Exception_t * L_9 = V_3; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_10 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral632665612, L_9, /*hidden argument*/NULL); int32_t L_11 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_8, L_10, /*hidden argument*/NULL); V_2 = L_11; goto IL_0058; } // end catch (depth: 1) IL_004c: { intptr_t L_12 = ___L0; int32_t L_13 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_12, _stringLiteral2517737117, /*hidden argument*/NULL); return L_13; } IL_0058: { int32_t L_14 = V_2; return L_14; } } // System.Int32 XLua.CSObjectWrap.XLuaTestPeddingWrap::_g_get_c(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t XLuaTestPeddingWrap__g_get_c_m1476339303 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XLuaTestPeddingWrap__g_get_c_m1476339303_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectTranslator_t2020767555 * V_0 = NULL; Pedding_t3796070799 V_1; memset(&V_1, 0, sizeof(V_1)); Exception_t * V_2 = NULL; int32_t V_3 = 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) ObjectTranslatorPool_t158158286 * L_0 = ObjectTranslatorPool_get_Instance_m842665354(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_1 = ___L0; NullCheck(L_0); ObjectTranslator_t2020767555 * L_2 = ObjectTranslatorPool_Find_m2808149378(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; ObjectTranslator_t2020767555 * L_3 = V_0; intptr_t L_4 = ___L0; NullCheck(L_3); ObjectTranslator_Get_m3350086819(L_3, L_4, 1, (&V_1), /*hidden argument*/NULL); intptr_t L_5 = ___L0; uint8_t L_6 = (&V_1)->get_c_0(); Lua_xlua_pushinteger_m3473749366(NULL /*static, unused*/, L_5, L_6, /*hidden argument*/NULL); goto IL_0040; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0028; throw e; } CATCH_0028: { // begin catch(System.Exception) V_2 = ((Exception_t *)__exception_local); intptr_t L_7 = ___L0; Exception_t * L_8 = V_2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_9 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral632665612, L_8, /*hidden argument*/NULL); int32_t L_10 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_7, L_9, /*hidden argument*/NULL); V_3 = L_10; goto IL_0042; } // end catch (depth: 1) IL_0040: { return 1; } IL_0042: { int32_t L_11 = V_3; return L_11; } } // System.Int32 XLua.CSObjectWrap.XLuaTestPeddingWrap::_s_set_c(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t XLuaTestPeddingWrap__s_set_c_m3842728882 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XLuaTestPeddingWrap__s_set_c_m3842728882_MetadataUsageId); s_Il2CppMethodInitialized = true; } ObjectTranslator_t2020767555 * V_0 = NULL; Pedding_t3796070799 V_1; memset(&V_1, 0, sizeof(V_1)); Exception_t * V_2 = NULL; int32_t V_3 = 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) ObjectTranslatorPool_t158158286 * L_0 = ObjectTranslatorPool_get_Instance_m842665354(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_1 = ___L0; NullCheck(L_0); ObjectTranslator_t2020767555 * L_2 = ObjectTranslatorPool_Find_m2808149378(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; ObjectTranslator_t2020767555 * L_3 = V_0; intptr_t L_4 = ___L0; NullCheck(L_3); ObjectTranslator_Get_m3350086819(L_3, L_4, 1, (&V_1), /*hidden argument*/NULL); intptr_t L_5 = ___L0; int32_t L_6 = Lua_xlua_tointeger_m2263761157(NULL /*static, unused*/, L_5, 2, /*hidden argument*/NULL); (&V_1)->set_c_0((uint8_t)(((int32_t)((uint8_t)L_6)))); ObjectTranslator_t2020767555 * L_7 = V_0; intptr_t L_8 = ___L0; Pedding_t3796070799 L_9 = V_1; NullCheck(L_7); ObjectTranslator_UpdateXLuaTestPedding_m384667550(L_7, L_8, 1, L_9, /*hidden argument*/NULL); goto IL_004b; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0033; throw e; } CATCH_0033: { // begin catch(System.Exception) V_2 = ((Exception_t *)__exception_local); intptr_t L_10 = ___L0; Exception_t * L_11 = V_2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_12 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral632665612, L_11, /*hidden argument*/NULL); int32_t L_13 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_10, L_12, /*hidden argument*/NULL); V_3 = L_13; goto IL_004d; } // end catch (depth: 1) IL_004b: { return 0; } IL_004d: { int32_t L_14 = V_3; return L_14; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.DelegateBridge::.ctor(System.Int32,XLua.LuaEnv) extern "C" IL2CPP_METHOD_ATTR void DelegateBridge__ctor_m1381925296 (DelegateBridge_t811511531 * __this, int32_t ___reference0, LuaEnv_t2152703515 * ___luaenv1, const RuntimeMethod* method) { { int32_t L_0 = ___reference0; LuaEnv_t2152703515 * L_1 = ___luaenv1; DelegateBridgeBase__ctor_m3910126678(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void XLua.DelegateBridge::.cctor() extern "C" IL2CPP_METHOD_ATTR void DelegateBridge__cctor_m4131707045 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DelegateBridge__cctor_m4131707045_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ((DelegateBridge_t811511531_StaticFields*)il2cpp_codegen_static_fields_for(DelegateBridge_t811511531_il2cpp_TypeInfo_var))->set_DelegateBridgeList_7(((DelegateBridgeU5BU5D_t3509475594*)SZArrayNew(DelegateBridgeU5BU5D_t3509475594_il2cpp_TypeInfo_var, (uint32_t)0))); ((DelegateBridge_t811511531_StaticFields*)il2cpp_codegen_static_fields_for(DelegateBridge_t811511531_il2cpp_TypeInfo_var))->set_Gen_Flag_8((bool)0); ((DelegateBridge_t811511531_StaticFields*)il2cpp_codegen_static_fields_for(DelegateBridge_t811511531_il2cpp_TypeInfo_var))->set_Gen_Flag_8((bool)1); return; } } // System.Void XLua.DelegateBridge::PCall(System.IntPtr,System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void DelegateBridge_PCall_m1001588338 (DelegateBridge_t811511531 * __this, intptr_t ___L0, int32_t ___nArgs1, int32_t ___nResults2, int32_t ___errFunc3, const RuntimeMethod* method) { { intptr_t L_0 = ___L0; int32_t L_1 = ___nArgs1; int32_t L_2 = ___nResults2; int32_t L_3 = ___errFunc3; int32_t L_4 = Lua_lua_pcall_m4060699747(NULL /*static, unused*/, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_001e; } } { LuaEnv_t2152703515 * L_5 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); int32_t L_6 = ___errFunc3; NullCheck(L_5); LuaEnv_ThrowExceptionFromError_m1685544561(L_5, ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)), /*hidden argument*/NULL); } IL_001e: { return; } } // System.Void XLua.DelegateBridge::Action() extern "C" IL2CPP_METHOD_ATTR void DelegateBridge_Action_m2204998948 (DelegateBridge_t811511531 * __this, const RuntimeMethod* method) { intptr_t V_0; memset(&V_0, 0, sizeof(V_0)); int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { LuaEnv_t2152703515 * L_0 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); NullCheck(L_0); intptr_t L_1 = LuaEnv_get_L_m820602397(L_0, /*hidden argument*/NULL); V_0 = L_1; intptr_t L_2 = V_0; int32_t L_3 = Lua_lua_gettop_m2394536141(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); V_1 = L_3; intptr_t L_4 = V_0; LuaEnv_t2152703515 * L_5 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); NullCheck(L_5); int32_t L_6 = L_5->get_errorFuncRef_5(); int32_t L_7 = Lua_load_error_func_m900418168(NULL /*static, unused*/, L_4, L_6, /*hidden argument*/NULL); V_2 = L_7; intptr_t L_8 = V_0; int32_t L_9 = ((LuaBase_t1730675691 *)__this)->get_luaReference_1(); Lua_lua_getref_m387649952(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL); intptr_t L_10 = V_0; int32_t L_11 = V_2; int32_t L_12 = Lua_lua_pcall_m4060699747(NULL /*static, unused*/, L_10, 0, 0, L_11, /*hidden argument*/NULL); V_3 = L_12; int32_t L_13 = V_3; if (!L_13) { goto IL_004d; } } { LuaEnv_t2152703515 * L_14 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); int32_t L_15 = V_1; NullCheck(L_14); LuaEnv_ThrowExceptionFromError_m1685544561(L_14, L_15, /*hidden argument*/NULL); } IL_004d: { intptr_t L_16 = V_0; int32_t L_17 = V_1; Lua_lua_settop_m2822720422(NULL /*static, unused*/, L_16, L_17, /*hidden argument*/NULL); return; } } // System.Void XLua.DelegateBridge::__Gen_Delegate_Imp0(UnityEngine.Transform,System.Int32) extern "C" IL2CPP_METHOD_ATTR void DelegateBridge___Gen_Delegate_Imp0_m2276739744 (DelegateBridge_t811511531 * __this, Transform_t3600365921 * ___p00, int32_t ___p11, const RuntimeMethod* method) { intptr_t V_0; memset(&V_0, 0, sizeof(V_0)); int32_t V_1 = 0; ObjectTranslator_t2020767555 * V_2 = NULL; { LuaEnv_t2152703515 * L_0 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); NullCheck(L_0); intptr_t L_1 = L_0->get_rawL_2(); V_0 = L_1; intptr_t L_2 = V_0; int32_t L_3 = ((DelegateBridgeBase_t3577089876 *)__this)->get_errorFuncRef_6(); int32_t L_4 = ((LuaBase_t1730675691 *)__this)->get_luaReference_1(); int32_t L_5 = Lua_pcall_prepare_m4174548231(NULL /*static, unused*/, L_2, L_3, L_4, /*hidden argument*/NULL); V_1 = L_5; LuaEnv_t2152703515 * L_6 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); NullCheck(L_6); ObjectTranslator_t2020767555 * L_7 = L_6->get_translator_4(); V_2 = L_7; ObjectTranslator_t2020767555 * L_8 = V_2; intptr_t L_9 = V_0; Transform_t3600365921 * L_10 = ___p00; NullCheck(L_8); ObjectTranslator_Push_m105918116(L_8, L_9, L_10, /*hidden argument*/NULL); intptr_t L_11 = V_0; int32_t L_12 = ___p11; Lua_xlua_pushinteger_m3473749366(NULL /*static, unused*/, L_11, L_12, /*hidden argument*/NULL); intptr_t L_13 = V_0; int32_t L_14 = V_1; DelegateBridge_PCall_m1001588338(__this, L_13, 2, 0, L_14, /*hidden argument*/NULL); intptr_t L_15 = V_0; int32_t L_16 = V_1; Lua_lua_settop_m2822720422(NULL /*static, unused*/, L_15, ((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)1)), /*hidden argument*/NULL); return; } } // System.Void XLua.DelegateBridge::__Gen_Delegate_Imp1() extern "C" IL2CPP_METHOD_ATTR void DelegateBridge___Gen_Delegate_Imp1_m3750314986 (DelegateBridge_t811511531 * __this, const RuntimeMethod* method) { intptr_t V_0; memset(&V_0, 0, sizeof(V_0)); int32_t V_1 = 0; { LuaEnv_t2152703515 * L_0 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); NullCheck(L_0); intptr_t L_1 = L_0->get_rawL_2(); V_0 = L_1; intptr_t L_2 = V_0; int32_t L_3 = ((DelegateBridgeBase_t3577089876 *)__this)->get_errorFuncRef_6(); int32_t L_4 = ((LuaBase_t1730675691 *)__this)->get_luaReference_1(); int32_t L_5 = Lua_pcall_prepare_m4174548231(NULL /*static, unused*/, L_2, L_3, L_4, /*hidden argument*/NULL); V_1 = L_5; intptr_t L_6 = V_0; int32_t L_7 = V_1; DelegateBridge_PCall_m1001588338(__this, L_6, 0, 0, L_7, /*hidden argument*/NULL); intptr_t L_8 = V_0; int32_t L_9 = V_1; Lua_lua_settop_m2822720422(NULL /*static, unused*/, L_8, ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1)), /*hidden argument*/NULL); return; } } // System.Double XLua.DelegateBridge::__Gen_Delegate_Imp2(System.Double,System.Double) extern "C" IL2CPP_METHOD_ATTR double DelegateBridge___Gen_Delegate_Imp2_m781361026 (DelegateBridge_t811511531 * __this, double ___p00, double ___p11, const RuntimeMethod* method) { intptr_t V_0; memset(&V_0, 0, sizeof(V_0)); int32_t V_1 = 0; double V_2 = 0.0; { LuaEnv_t2152703515 * L_0 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); NullCheck(L_0); intptr_t L_1 = L_0->get_rawL_2(); V_0 = L_1; intptr_t L_2 = V_0; int32_t L_3 = ((DelegateBridgeBase_t3577089876 *)__this)->get_errorFuncRef_6(); int32_t L_4 = ((LuaBase_t1730675691 *)__this)->get_luaReference_1(); int32_t L_5 = Lua_pcall_prepare_m4174548231(NULL /*static, unused*/, L_2, L_3, L_4, /*hidden argument*/NULL); V_1 = L_5; intptr_t L_6 = V_0; double L_7 = ___p00; Lua_lua_pushnumber_m3190857213(NULL /*static, unused*/, L_6, L_7, /*hidden argument*/NULL); intptr_t L_8 = V_0; double L_9 = ___p11; Lua_lua_pushnumber_m3190857213(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL); intptr_t L_10 = V_0; int32_t L_11 = V_1; DelegateBridge_PCall_m1001588338(__this, L_10, 2, 1, L_11, /*hidden argument*/NULL); intptr_t L_12 = V_0; int32_t L_13 = V_1; double L_14 = Lua_lua_tonumber_m3087017991(NULL /*static, unused*/, L_12, ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)), /*hidden argument*/NULL); V_2 = L_14; intptr_t L_15 = V_0; int32_t L_16 = V_1; Lua_lua_settop_m2822720422(NULL /*static, unused*/, L_15, ((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)1)), /*hidden argument*/NULL); double L_17 = V_2; return L_17; } } // System.Void XLua.DelegateBridge::__Gen_Delegate_Imp3(System.String) extern "C" IL2CPP_METHOD_ATTR void DelegateBridge___Gen_Delegate_Imp3_m4055368818 (DelegateBridge_t811511531 * __this, String_t* ___p00, const RuntimeMethod* method) { intptr_t V_0; memset(&V_0, 0, sizeof(V_0)); int32_t V_1 = 0; { LuaEnv_t2152703515 * L_0 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); NullCheck(L_0); intptr_t L_1 = L_0->get_rawL_2(); V_0 = L_1; intptr_t L_2 = V_0; int32_t L_3 = ((DelegateBridgeBase_t3577089876 *)__this)->get_errorFuncRef_6(); int32_t L_4 = ((LuaBase_t1730675691 *)__this)->get_luaReference_1(); int32_t L_5 = Lua_pcall_prepare_m4174548231(NULL /*static, unused*/, L_2, L_3, L_4, /*hidden argument*/NULL); V_1 = L_5; intptr_t L_6 = V_0; String_t* L_7 = ___p00; Lua_lua_pushstring_m4067524778(NULL /*static, unused*/, L_6, L_7, /*hidden argument*/NULL); intptr_t L_8 = V_0; int32_t L_9 = V_1; DelegateBridge_PCall_m1001588338(__this, L_8, 1, 0, L_9, /*hidden argument*/NULL); intptr_t L_10 = V_0; int32_t L_11 = V_1; Lua_lua_settop_m2822720422(NULL /*static, unused*/, L_10, ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)1)), /*hidden argument*/NULL); return; } } // System.Void XLua.DelegateBridge::__Gen_Delegate_Imp4(System.Double) extern "C" IL2CPP_METHOD_ATTR void DelegateBridge___Gen_Delegate_Imp4_m2774973382 (DelegateBridge_t811511531 * __this, double ___p00, const RuntimeMethod* method) { intptr_t V_0; memset(&V_0, 0, sizeof(V_0)); int32_t V_1 = 0; { LuaEnv_t2152703515 * L_0 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); NullCheck(L_0); intptr_t L_1 = L_0->get_rawL_2(); V_0 = L_1; intptr_t L_2 = V_0; int32_t L_3 = ((DelegateBridgeBase_t3577089876 *)__this)->get_errorFuncRef_6(); int32_t L_4 = ((LuaBase_t1730675691 *)__this)->get_luaReference_1(); int32_t L_5 = Lua_pcall_prepare_m4174548231(NULL /*static, unused*/, L_2, L_3, L_4, /*hidden argument*/NULL); V_1 = L_5; intptr_t L_6 = V_0; double L_7 = ___p00; Lua_lua_pushnumber_m3190857213(NULL /*static, unused*/, L_6, L_7, /*hidden argument*/NULL); intptr_t L_8 = V_0; int32_t L_9 = V_1; DelegateBridge_PCall_m1001588338(__this, L_8, 1, 0, L_9, /*hidden argument*/NULL); intptr_t L_10 = V_0; int32_t L_11 = V_1; Lua_lua_settop_m2822720422(NULL /*static, unused*/, L_10, ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)1)), /*hidden argument*/NULL); return; } } // System.Void XLua.DelegateBridge::__Gen_Delegate_Imp5(System.Int32) extern "C" IL2CPP_METHOD_ATTR void DelegateBridge___Gen_Delegate_Imp5_m3430322149 (DelegateBridge_t811511531 * __this, int32_t ___p00, const RuntimeMethod* method) { intptr_t V_0; memset(&V_0, 0, sizeof(V_0)); int32_t V_1 = 0; { LuaEnv_t2152703515 * L_0 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); NullCheck(L_0); intptr_t L_1 = L_0->get_rawL_2(); V_0 = L_1; intptr_t L_2 = V_0; int32_t L_3 = ((DelegateBridgeBase_t3577089876 *)__this)->get_errorFuncRef_6(); int32_t L_4 = ((LuaBase_t1730675691 *)__this)->get_luaReference_1(); int32_t L_5 = Lua_pcall_prepare_m4174548231(NULL /*static, unused*/, L_2, L_3, L_4, /*hidden argument*/NULL); V_1 = L_5; intptr_t L_6 = V_0; int32_t L_7 = ___p00; Lua_xlua_pushinteger_m3473749366(NULL /*static, unused*/, L_6, L_7, /*hidden argument*/NULL); intptr_t L_8 = V_0; int32_t L_9 = V_1; DelegateBridge_PCall_m1001588338(__this, L_8, 1, 0, L_9, /*hidden argument*/NULL); intptr_t L_10 = V_0; int32_t L_11 = V_1; Lua_lua_settop_m2822720422(NULL /*static, unused*/, L_10, ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)1)), /*hidden argument*/NULL); return; } } // System.Void XLua.DelegateBridge::__Gen_Delegate_Imp6(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void DelegateBridge___Gen_Delegate_Imp6_m266105878 (DelegateBridge_t811511531 * __this, int32_t ___p00, int32_t ___p11, const RuntimeMethod* method) { intptr_t V_0; memset(&V_0, 0, sizeof(V_0)); int32_t V_1 = 0; { LuaEnv_t2152703515 * L_0 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); NullCheck(L_0); intptr_t L_1 = L_0->get_rawL_2(); V_0 = L_1; intptr_t L_2 = V_0; int32_t L_3 = ((DelegateBridgeBase_t3577089876 *)__this)->get_errorFuncRef_6(); int32_t L_4 = ((LuaBase_t1730675691 *)__this)->get_luaReference_1(); int32_t L_5 = Lua_pcall_prepare_m4174548231(NULL /*static, unused*/, L_2, L_3, L_4, /*hidden argument*/NULL); V_1 = L_5; intptr_t L_6 = V_0; int32_t L_7 = ___p00; Lua_xlua_pushinteger_m3473749366(NULL /*static, unused*/, L_6, L_7, /*hidden argument*/NULL); intptr_t L_8 = V_0; int32_t L_9 = ___p11; Lua_xlua_pushinteger_m3473749366(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL); intptr_t L_10 = V_0; int32_t L_11 = V_1; DelegateBridge_PCall_m1001588338(__this, L_10, 2, 0, L_11, /*hidden argument*/NULL); intptr_t L_12 = V_0; int32_t L_13 = V_1; Lua_lua_settop_m2822720422(NULL /*static, unused*/, L_12, ((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)1)), /*hidden argument*/NULL); return; } } // System.Void XLua.DelegateBridge::__Gen_Delegate_Imp7(System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void DelegateBridge___Gen_Delegate_Imp7_m4241493310 (DelegateBridge_t811511531 * __this, ByteU5BU5D_t4116647657* ___p00, const RuntimeMethod* method) { intptr_t V_0; memset(&V_0, 0, sizeof(V_0)); int32_t V_1 = 0; { LuaEnv_t2152703515 * L_0 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); NullCheck(L_0); intptr_t L_1 = L_0->get_rawL_2(); V_0 = L_1; intptr_t L_2 = V_0; int32_t L_3 = ((DelegateBridgeBase_t3577089876 *)__this)->get_errorFuncRef_6(); int32_t L_4 = ((LuaBase_t1730675691 *)__this)->get_luaReference_1(); int32_t L_5 = Lua_pcall_prepare_m4174548231(NULL /*static, unused*/, L_2, L_3, L_4, /*hidden argument*/NULL); V_1 = L_5; intptr_t L_6 = V_0; ByteU5BU5D_t4116647657* L_7 = ___p00; Lua_lua_pushstring_m3272202343(NULL /*static, unused*/, L_6, L_7, /*hidden argument*/NULL); intptr_t L_8 = V_0; int32_t L_9 = V_1; DelegateBridge_PCall_m1001588338(__this, L_8, 1, 0, L_9, /*hidden argument*/NULL); intptr_t L_10 = V_0; int32_t L_11 = V_1; Lua_lua_settop_m2822720422(NULL /*static, unused*/, L_10, ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)1)), /*hidden argument*/NULL); return; } } // System.Void XLua.DelegateBridge::__Gen_Delegate_Imp8(System.Single) extern "C" IL2CPP_METHOD_ATTR void DelegateBridge___Gen_Delegate_Imp8_m3125169496 (DelegateBridge_t811511531 * __this, float ___p00, const RuntimeMethod* method) { intptr_t V_0; memset(&V_0, 0, sizeof(V_0)); int32_t V_1 = 0; { LuaEnv_t2152703515 * L_0 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); NullCheck(L_0); intptr_t L_1 = L_0->get_rawL_2(); V_0 = L_1; intptr_t L_2 = V_0; int32_t L_3 = ((DelegateBridgeBase_t3577089876 *)__this)->get_errorFuncRef_6(); int32_t L_4 = ((LuaBase_t1730675691 *)__this)->get_luaReference_1(); int32_t L_5 = Lua_pcall_prepare_m4174548231(NULL /*static, unused*/, L_2, L_3, L_4, /*hidden argument*/NULL); V_1 = L_5; intptr_t L_6 = V_0; float L_7 = ___p00; Lua_lua_pushnumber_m3190857213(NULL /*static, unused*/, L_6, (((double)((double)L_7))), /*hidden argument*/NULL); intptr_t L_8 = V_0; int32_t L_9 = V_1; DelegateBridge_PCall_m1001588338(__this, L_8, 1, 0, L_9, /*hidden argument*/NULL); intptr_t L_10 = V_0; int32_t L_11 = V_1; Lua_lua_settop_m2822720422(NULL /*static, unused*/, L_10, ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)1)), /*hidden argument*/NULL); return; } } // System.Void XLua.DelegateBridge::__Gen_Delegate_Imp9(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void DelegateBridge___Gen_Delegate_Imp9_m1756042211 (DelegateBridge_t811511531 * __this, Vector3_t3722313464 ___p00, const RuntimeMethod* method) { intptr_t V_0; memset(&V_0, 0, sizeof(V_0)); int32_t V_1 = 0; ObjectTranslator_t2020767555 * V_2 = NULL; { LuaEnv_t2152703515 * L_0 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); NullCheck(L_0); intptr_t L_1 = L_0->get_rawL_2(); V_0 = L_1; intptr_t L_2 = V_0; int32_t L_3 = ((DelegateBridgeBase_t3577089876 *)__this)->get_errorFuncRef_6(); int32_t L_4 = ((LuaBase_t1730675691 *)__this)->get_luaReference_1(); int32_t L_5 = Lua_pcall_prepare_m4174548231(NULL /*static, unused*/, L_2, L_3, L_4, /*hidden argument*/NULL); V_1 = L_5; LuaEnv_t2152703515 * L_6 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); NullCheck(L_6); ObjectTranslator_t2020767555 * L_7 = L_6->get_translator_4(); V_2 = L_7; ObjectTranslator_t2020767555 * L_8 = V_2; intptr_t L_9 = V_0; Vector3_t3722313464 L_10 = ___p00; NullCheck(L_8); ObjectTranslator_PushUnityEngineVector3_m82247743(L_8, L_9, L_10, /*hidden argument*/NULL); intptr_t L_11 = V_0; int32_t L_12 = V_1; DelegateBridge_PCall_m1001588338(__this, L_11, 1, 0, L_12, /*hidden argument*/NULL); intptr_t L_13 = V_0; int32_t L_14 = V_1; Lua_lua_settop_m2822720422(NULL /*static, unused*/, L_13, ((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)1)), /*hidden argument*/NULL); return; } } // System.Void XLua.DelegateBridge::__Gen_Delegate_Imp10(System.Boolean,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR void DelegateBridge___Gen_Delegate_Imp10_m1879871980 (DelegateBridge_t811511531 * __this, bool ___p00, ByteU5BU5D_t4116647657* ___p11, const RuntimeMethod* method) { intptr_t V_0; memset(&V_0, 0, sizeof(V_0)); int32_t V_1 = 0; { LuaEnv_t2152703515 * L_0 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); NullCheck(L_0); intptr_t L_1 = L_0->get_rawL_2(); V_0 = L_1; intptr_t L_2 = V_0; int32_t L_3 = ((DelegateBridgeBase_t3577089876 *)__this)->get_errorFuncRef_6(); int32_t L_4 = ((LuaBase_t1730675691 *)__this)->get_luaReference_1(); int32_t L_5 = Lua_pcall_prepare_m4174548231(NULL /*static, unused*/, L_2, L_3, L_4, /*hidden argument*/NULL); V_1 = L_5; intptr_t L_6 = V_0; bool L_7 = ___p00; Lua_lua_pushboolean_m2404392622(NULL /*static, unused*/, L_6, L_7, /*hidden argument*/NULL); intptr_t L_8 = V_0; ByteU5BU5D_t4116647657* L_9 = ___p11; Lua_lua_pushstring_m3272202343(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL); intptr_t L_10 = V_0; int32_t L_11 = V_1; DelegateBridge_PCall_m1001588338(__this, L_10, 2, 0, L_11, /*hidden argument*/NULL); intptr_t L_12 = V_0; int32_t L_13 = V_1; Lua_lua_settop_m2822720422(NULL /*static, unused*/, L_12, ((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)1)), /*hidden argument*/NULL); return; } } // System.Void XLua.DelegateBridge::__Gen_Delegate_Imp11(System.Boolean,System.String) extern "C" IL2CPP_METHOD_ATTR void DelegateBridge___Gen_Delegate_Imp11_m3241263018 (DelegateBridge_t811511531 * __this, bool ___p00, String_t* ___p11, const RuntimeMethod* method) { intptr_t V_0; memset(&V_0, 0, sizeof(V_0)); int32_t V_1 = 0; { LuaEnv_t2152703515 * L_0 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); NullCheck(L_0); intptr_t L_1 = L_0->get_rawL_2(); V_0 = L_1; intptr_t L_2 = V_0; int32_t L_3 = ((DelegateBridgeBase_t3577089876 *)__this)->get_errorFuncRef_6(); int32_t L_4 = ((LuaBase_t1730675691 *)__this)->get_luaReference_1(); int32_t L_5 = Lua_pcall_prepare_m4174548231(NULL /*static, unused*/, L_2, L_3, L_4, /*hidden argument*/NULL); V_1 = L_5; intptr_t L_6 = V_0; bool L_7 = ___p00; Lua_lua_pushboolean_m2404392622(NULL /*static, unused*/, L_6, L_7, /*hidden argument*/NULL); intptr_t L_8 = V_0; String_t* L_9 = ___p11; Lua_lua_pushstring_m4067524778(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL); intptr_t L_10 = V_0; int32_t L_11 = V_1; DelegateBridge_PCall_m1001588338(__this, L_10, 2, 0, L_11, /*hidden argument*/NULL); intptr_t L_12 = V_0; int32_t L_13 = V_1; Lua_lua_settop_m2822720422(NULL /*static, unused*/, L_12, ((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)1)), /*hidden argument*/NULL); return; } } // XLuaTest.InvokeLua/ICalc XLua.DelegateBridge::__Gen_Delegate_Imp12(System.Int32,System.String[]) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* DelegateBridge___Gen_Delegate_Imp12_m2758389524 (DelegateBridge_t811511531 * __this, int32_t ___p00, StringU5BU5D_t1281789340* ___p11, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DelegateBridge___Gen_Delegate_Imp12_m2758389524_MetadataUsageId); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset(&V_0, 0, sizeof(V_0)); int32_t V_1 = 0; ObjectTranslator_t2020767555 * V_2 = NULL; int32_t V_3 = 0; RuntimeObject* V_4 = NULL; int32_t G_B6_0 = 0; intptr_t G_B6_1; memset(&G_B6_1, 0, sizeof(G_B6_1)); DelegateBridge_t811511531 * G_B6_2 = NULL; int32_t G_B5_0 = 0; intptr_t G_B5_1; memset(&G_B5_1, 0, sizeof(G_B5_1)); DelegateBridge_t811511531 * G_B5_2 = NULL; int32_t G_B7_0 = 0; int32_t G_B7_1 = 0; intptr_t G_B7_2; memset(&G_B7_2, 0, sizeof(G_B7_2)); DelegateBridge_t811511531 * G_B7_3 = NULL; { LuaEnv_t2152703515 * L_0 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); NullCheck(L_0); intptr_t L_1 = L_0->get_rawL_2(); V_0 = L_1; intptr_t L_2 = V_0; int32_t L_3 = ((DelegateBridgeBase_t3577089876 *)__this)->get_errorFuncRef_6(); int32_t L_4 = ((LuaBase_t1730675691 *)__this)->get_luaReference_1(); int32_t L_5 = Lua_pcall_prepare_m4174548231(NULL /*static, unused*/, L_2, L_3, L_4, /*hidden argument*/NULL); V_1 = L_5; LuaEnv_t2152703515 * L_6 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); NullCheck(L_6); ObjectTranslator_t2020767555 * L_7 = L_6->get_translator_4(); V_2 = L_7; intptr_t L_8 = V_0; int32_t L_9 = ___p00; Lua_xlua_pushinteger_m3473749366(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL); StringU5BU5D_t1281789340* L_10 = ___p11; if (!L_10) { goto IL_0055; } } { V_3 = 0; goto IL_004c; } IL_003f: { intptr_t L_11 = V_0; StringU5BU5D_t1281789340* L_12 = ___p11; int32_t L_13 = V_3; NullCheck(L_12); int32_t L_14 = L_13; String_t* L_15 = (L_12)->GetAt(static_cast(L_14)); Lua_lua_pushstring_m4067524778(NULL /*static, unused*/, L_11, L_15, /*hidden argument*/NULL); int32_t L_16 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_004c: { int32_t L_17 = V_3; StringU5BU5D_t1281789340* L_18 = ___p11; NullCheck(L_18); if ((((int32_t)L_17) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_18)->max_length))))))) { goto IL_003f; } } IL_0055: { intptr_t L_19 = V_0; StringU5BU5D_t1281789340* L_20 = ___p11; G_B5_0 = 1; G_B5_1 = L_19; G_B5_2 = __this; if (L_20) { G_B6_0 = 1; G_B6_1 = L_19; G_B6_2 = __this; goto IL_0064; } } { G_B7_0 = 0; G_B7_1 = G_B5_0; G_B7_2 = G_B5_1; G_B7_3 = G_B5_2; goto IL_0067; } IL_0064: { StringU5BU5D_t1281789340* L_21 = ___p11; NullCheck(L_21); G_B7_0 = (((int32_t)((int32_t)(((RuntimeArray *)L_21)->max_length)))); G_B7_1 = G_B6_0; G_B7_2 = G_B6_1; G_B7_3 = G_B6_2; } IL_0067: { int32_t L_22 = V_1; NullCheck(G_B7_3); DelegateBridge_PCall_m1001588338(G_B7_3, G_B7_2, ((int32_t)il2cpp_codegen_add((int32_t)G_B7_1, (int32_t)G_B7_0)), 1, L_22, /*hidden argument*/NULL); ObjectTranslator_t2020767555 * L_23 = V_2; intptr_t L_24 = V_0; int32_t L_25 = V_1; RuntimeTypeHandle_t3027515415 L_26 = { reinterpret_cast (ICalc_t3351541889_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_27 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_26, /*hidden argument*/NULL); NullCheck(L_23); RuntimeObject * L_28 = ObjectTranslator_GetObject_m805173647(L_23, L_24, ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)), L_27, /*hidden argument*/NULL); V_4 = ((RuntimeObject*)Castclass((RuntimeObject*)L_28, ICalc_t3351541889_il2cpp_TypeInfo_var)); intptr_t L_29 = V_0; int32_t L_30 = V_1; Lua_lua_settop_m2822720422(NULL /*static, unused*/, L_29, ((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)1)), /*hidden argument*/NULL); RuntimeObject* L_31 = V_4; return L_31; } } // System.Int32 XLua.DelegateBridge::__Gen_Delegate_Imp13(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t DelegateBridge___Gen_Delegate_Imp13_m4088328807 (DelegateBridge_t811511531 * __this, int32_t ___p00, const RuntimeMethod* method) { intptr_t V_0; memset(&V_0, 0, sizeof(V_0)); int32_t V_1 = 0; int32_t V_2 = 0; { LuaEnv_t2152703515 * L_0 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); NullCheck(L_0); intptr_t L_1 = L_0->get_rawL_2(); V_0 = L_1; intptr_t L_2 = V_0; int32_t L_3 = ((DelegateBridgeBase_t3577089876 *)__this)->get_errorFuncRef_6(); int32_t L_4 = ((LuaBase_t1730675691 *)__this)->get_luaReference_1(); int32_t L_5 = Lua_pcall_prepare_m4174548231(NULL /*static, unused*/, L_2, L_3, L_4, /*hidden argument*/NULL); V_1 = L_5; intptr_t L_6 = V_0; int32_t L_7 = ___p00; Lua_xlua_pushinteger_m3473749366(NULL /*static, unused*/, L_6, L_7, /*hidden argument*/NULL); intptr_t L_8 = V_0; int32_t L_9 = V_1; DelegateBridge_PCall_m1001588338(__this, L_8, 1, 1, L_9, /*hidden argument*/NULL); intptr_t L_10 = V_0; int32_t L_11 = V_1; int32_t L_12 = Lua_xlua_tointeger_m2263761157(NULL /*static, unused*/, L_10, ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)), /*hidden argument*/NULL); V_2 = L_12; intptr_t L_13 = V_0; int32_t L_14 = V_1; Lua_lua_settop_m2822720422(NULL /*static, unused*/, L_13, ((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)1)), /*hidden argument*/NULL); int32_t L_15 = V_2; return L_15; } } // UnityEngine.Vector3 XLua.DelegateBridge::__Gen_Delegate_Imp14(UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 DelegateBridge___Gen_Delegate_Imp14_m2048716012 (DelegateBridge_t811511531 * __this, Vector3_t3722313464 ___p00, const RuntimeMethod* method) { intptr_t V_0; memset(&V_0, 0, sizeof(V_0)); int32_t V_1 = 0; ObjectTranslator_t2020767555 * V_2 = NULL; Vector3_t3722313464 V_3; memset(&V_3, 0, sizeof(V_3)); { LuaEnv_t2152703515 * L_0 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); NullCheck(L_0); intptr_t L_1 = L_0->get_rawL_2(); V_0 = L_1; intptr_t L_2 = V_0; int32_t L_3 = ((DelegateBridgeBase_t3577089876 *)__this)->get_errorFuncRef_6(); int32_t L_4 = ((LuaBase_t1730675691 *)__this)->get_luaReference_1(); int32_t L_5 = Lua_pcall_prepare_m4174548231(NULL /*static, unused*/, L_2, L_3, L_4, /*hidden argument*/NULL); V_1 = L_5; LuaEnv_t2152703515 * L_6 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); NullCheck(L_6); ObjectTranslator_t2020767555 * L_7 = L_6->get_translator_4(); V_2 = L_7; ObjectTranslator_t2020767555 * L_8 = V_2; intptr_t L_9 = V_0; Vector3_t3722313464 L_10 = ___p00; NullCheck(L_8); ObjectTranslator_PushUnityEngineVector3_m82247743(L_8, L_9, L_10, /*hidden argument*/NULL); intptr_t L_11 = V_0; int32_t L_12 = V_1; DelegateBridge_PCall_m1001588338(__this, L_11, 1, 1, L_12, /*hidden argument*/NULL); ObjectTranslator_t2020767555 * L_13 = V_2; intptr_t L_14 = V_0; int32_t L_15 = V_1; NullCheck(L_13); ObjectTranslator_Get_m1627229423(L_13, L_14, ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)), (&V_3), /*hidden argument*/NULL); intptr_t L_16 = V_0; int32_t L_17 = V_1; Lua_lua_settop_m2822720422(NULL /*static, unused*/, L_16, ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)1)), /*hidden argument*/NULL); Vector3_t3722313464 L_18 = V_3; return L_18; } } // XLuaTest.MyStruct XLua.DelegateBridge::__Gen_Delegate_Imp15(XLuaTest.MyStruct) extern "C" IL2CPP_METHOD_ATTR MyStruct_t514849583 DelegateBridge___Gen_Delegate_Imp15_m2518957742 (DelegateBridge_t811511531 * __this, MyStruct_t514849583 ___p00, const RuntimeMethod* method) { intptr_t V_0; memset(&V_0, 0, sizeof(V_0)); int32_t V_1 = 0; ObjectTranslator_t2020767555 * V_2 = NULL; MyStruct_t514849583 V_3; memset(&V_3, 0, sizeof(V_3)); { LuaEnv_t2152703515 * L_0 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); NullCheck(L_0); intptr_t L_1 = L_0->get_rawL_2(); V_0 = L_1; intptr_t L_2 = V_0; int32_t L_3 = ((DelegateBridgeBase_t3577089876 *)__this)->get_errorFuncRef_6(); int32_t L_4 = ((LuaBase_t1730675691 *)__this)->get_luaReference_1(); int32_t L_5 = Lua_pcall_prepare_m4174548231(NULL /*static, unused*/, L_2, L_3, L_4, /*hidden argument*/NULL); V_1 = L_5; LuaEnv_t2152703515 * L_6 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); NullCheck(L_6); ObjectTranslator_t2020767555 * L_7 = L_6->get_translator_4(); V_2 = L_7; ObjectTranslator_t2020767555 * L_8 = V_2; intptr_t L_9 = V_0; MyStruct_t514849583 L_10 = ___p00; NullCheck(L_8); ObjectTranslator_PushXLuaTestMyStruct_m284684668(L_8, L_9, L_10, /*hidden argument*/NULL); intptr_t L_11 = V_0; int32_t L_12 = V_1; DelegateBridge_PCall_m1001588338(__this, L_11, 1, 1, L_12, /*hidden argument*/NULL); ObjectTranslator_t2020767555 * L_13 = V_2; intptr_t L_14 = V_0; int32_t L_15 = V_1; NullCheck(L_13); ObjectTranslator_Get_m94430953(L_13, L_14, ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)), (&V_3), /*hidden argument*/NULL); intptr_t L_16 = V_0; int32_t L_17 = V_1; Lua_lua_settop_m2822720422(NULL /*static, unused*/, L_16, ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)1)), /*hidden argument*/NULL); MyStruct_t514849583 L_18 = V_3; return L_18; } } // XLuaTest.MyEnum XLua.DelegateBridge::__Gen_Delegate_Imp16(XLuaTest.MyEnum) extern "C" IL2CPP_METHOD_ATTR int32_t DelegateBridge___Gen_Delegate_Imp16_m3769394114 (DelegateBridge_t811511531 * __this, int32_t ___p00, const RuntimeMethod* method) { intptr_t V_0; memset(&V_0, 0, sizeof(V_0)); int32_t V_1 = 0; ObjectTranslator_t2020767555 * V_2 = NULL; int32_t V_3 = 0; { LuaEnv_t2152703515 * L_0 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); NullCheck(L_0); intptr_t L_1 = L_0->get_rawL_2(); V_0 = L_1; intptr_t L_2 = V_0; int32_t L_3 = ((DelegateBridgeBase_t3577089876 *)__this)->get_errorFuncRef_6(); int32_t L_4 = ((LuaBase_t1730675691 *)__this)->get_luaReference_1(); int32_t L_5 = Lua_pcall_prepare_m4174548231(NULL /*static, unused*/, L_2, L_3, L_4, /*hidden argument*/NULL); V_1 = L_5; LuaEnv_t2152703515 * L_6 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); NullCheck(L_6); ObjectTranslator_t2020767555 * L_7 = L_6->get_translator_4(); V_2 = L_7; ObjectTranslator_t2020767555 * L_8 = V_2; intptr_t L_9 = V_0; int32_t L_10 = ___p00; NullCheck(L_8); ObjectTranslator_PushXLuaTestMyEnum_m329911794(L_8, L_9, L_10, /*hidden argument*/NULL); intptr_t L_11 = V_0; int32_t L_12 = V_1; DelegateBridge_PCall_m1001588338(__this, L_11, 1, 1, L_12, /*hidden argument*/NULL); ObjectTranslator_t2020767555 * L_13 = V_2; intptr_t L_14 = V_0; int32_t L_15 = V_1; NullCheck(L_13); ObjectTranslator_Get_m3404519673(L_13, L_14, ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)), (&V_3), /*hidden argument*/NULL); intptr_t L_16 = V_0; int32_t L_17 = V_1; Lua_lua_settop_m2822720422(NULL /*static, unused*/, L_16, ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)1)), /*hidden argument*/NULL); int32_t L_18 = V_3; return L_18; } } // System.Decimal XLua.DelegateBridge::__Gen_Delegate_Imp17(System.Decimal) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 DelegateBridge___Gen_Delegate_Imp17_m3954379488 (DelegateBridge_t811511531 * __this, Decimal_t2948259380 ___p00, const RuntimeMethod* method) { intptr_t V_0; memset(&V_0, 0, sizeof(V_0)); int32_t V_1 = 0; ObjectTranslator_t2020767555 * V_2 = NULL; Decimal_t2948259380 V_3; memset(&V_3, 0, sizeof(V_3)); { LuaEnv_t2152703515 * L_0 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); NullCheck(L_0); intptr_t L_1 = L_0->get_rawL_2(); V_0 = L_1; intptr_t L_2 = V_0; int32_t L_3 = ((DelegateBridgeBase_t3577089876 *)__this)->get_errorFuncRef_6(); int32_t L_4 = ((LuaBase_t1730675691 *)__this)->get_luaReference_1(); int32_t L_5 = Lua_pcall_prepare_m4174548231(NULL /*static, unused*/, L_2, L_3, L_4, /*hidden argument*/NULL); V_1 = L_5; LuaEnv_t2152703515 * L_6 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); NullCheck(L_6); ObjectTranslator_t2020767555 * L_7 = L_6->get_translator_4(); V_2 = L_7; ObjectTranslator_t2020767555 * L_8 = V_2; intptr_t L_9 = V_0; Decimal_t2948259380 L_10 = ___p00; NullCheck(L_8); ObjectTranslator_PushDecimal_m48535725(L_8, L_9, L_10, /*hidden argument*/NULL); intptr_t L_11 = V_0; int32_t L_12 = V_1; DelegateBridge_PCall_m1001588338(__this, L_11, 1, 1, L_12, /*hidden argument*/NULL); ObjectTranslator_t2020767555 * L_13 = V_2; intptr_t L_14 = V_0; int32_t L_15 = V_1; NullCheck(L_13); ObjectTranslator_Get_m3855786213(L_13, L_14, ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)), (&V_3), /*hidden argument*/NULL); intptr_t L_16 = V_0; int32_t L_17 = V_1; Lua_lua_settop_m2822720422(NULL /*static, unused*/, L_16, ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)1)), /*hidden argument*/NULL); Decimal_t2948259380 L_18 = V_3; return L_18; } } // System.Void XLua.DelegateBridge::__Gen_Delegate_Imp18(System.Array) extern "C" IL2CPP_METHOD_ATTR void DelegateBridge___Gen_Delegate_Imp18_m3035025891 (DelegateBridge_t811511531 * __this, RuntimeArray * ___p00, const RuntimeMethod* method) { intptr_t V_0; memset(&V_0, 0, sizeof(V_0)); int32_t V_1 = 0; ObjectTranslator_t2020767555 * V_2 = NULL; { LuaEnv_t2152703515 * L_0 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); NullCheck(L_0); intptr_t L_1 = L_0->get_rawL_2(); V_0 = L_1; intptr_t L_2 = V_0; int32_t L_3 = ((DelegateBridgeBase_t3577089876 *)__this)->get_errorFuncRef_6(); int32_t L_4 = ((LuaBase_t1730675691 *)__this)->get_luaReference_1(); int32_t L_5 = Lua_pcall_prepare_m4174548231(NULL /*static, unused*/, L_2, L_3, L_4, /*hidden argument*/NULL); V_1 = L_5; LuaEnv_t2152703515 * L_6 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); NullCheck(L_6); ObjectTranslator_t2020767555 * L_7 = L_6->get_translator_4(); V_2 = L_7; ObjectTranslator_t2020767555 * L_8 = V_2; intptr_t L_9 = V_0; RuntimeArray * L_10 = ___p00; NullCheck(L_8); ObjectTranslator_Push_m105918116(L_8, L_9, L_10, /*hidden argument*/NULL); intptr_t L_11 = V_0; int32_t L_12 = V_1; DelegateBridge_PCall_m1001588338(__this, L_11, 1, 0, L_12, /*hidden argument*/NULL); intptr_t L_13 = V_0; int32_t L_14 = V_1; Lua_lua_settop_m2822720422(NULL /*static, unused*/, L_13, ((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)1)), /*hidden argument*/NULL); return; } } // System.Void XLua.DelegateBridge::__Gen_Delegate_Imp19(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void DelegateBridge___Gen_Delegate_Imp19_m97626652 (DelegateBridge_t811511531 * __this, bool ___p00, const RuntimeMethod* method) { intptr_t V_0; memset(&V_0, 0, sizeof(V_0)); int32_t V_1 = 0; { LuaEnv_t2152703515 * L_0 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); NullCheck(L_0); intptr_t L_1 = L_0->get_rawL_2(); V_0 = L_1; intptr_t L_2 = V_0; int32_t L_3 = ((DelegateBridgeBase_t3577089876 *)__this)->get_errorFuncRef_6(); int32_t L_4 = ((LuaBase_t1730675691 *)__this)->get_luaReference_1(); int32_t L_5 = Lua_pcall_prepare_m4174548231(NULL /*static, unused*/, L_2, L_3, L_4, /*hidden argument*/NULL); V_1 = L_5; intptr_t L_6 = V_0; bool L_7 = ___p00; Lua_lua_pushboolean_m2404392622(NULL /*static, unused*/, L_6, L_7, /*hidden argument*/NULL); intptr_t L_8 = V_0; int32_t L_9 = V_1; DelegateBridge_PCall_m1001588338(__this, L_8, 1, 0, L_9, /*hidden argument*/NULL); intptr_t L_10 = V_0; int32_t L_11 = V_1; Lua_lua_settop_m2822720422(NULL /*static, unused*/, L_10, ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)1)), /*hidden argument*/NULL); return; } } // System.Void XLua.DelegateBridge::__Gen_Delegate_Imp20(System.Object) extern "C" IL2CPP_METHOD_ATTR void DelegateBridge___Gen_Delegate_Imp20_m2794726384 (DelegateBridge_t811511531 * __this, RuntimeObject * ___p00, const RuntimeMethod* method) { intptr_t V_0; memset(&V_0, 0, sizeof(V_0)); int32_t V_1 = 0; ObjectTranslator_t2020767555 * V_2 = NULL; { LuaEnv_t2152703515 * L_0 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); NullCheck(L_0); intptr_t L_1 = L_0->get_rawL_2(); V_0 = L_1; intptr_t L_2 = V_0; int32_t L_3 = ((DelegateBridgeBase_t3577089876 *)__this)->get_errorFuncRef_6(); int32_t L_4 = ((LuaBase_t1730675691 *)__this)->get_luaReference_1(); int32_t L_5 = Lua_pcall_prepare_m4174548231(NULL /*static, unused*/, L_2, L_3, L_4, /*hidden argument*/NULL); V_1 = L_5; LuaEnv_t2152703515 * L_6 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); NullCheck(L_6); ObjectTranslator_t2020767555 * L_7 = L_6->get_translator_4(); V_2 = L_7; ObjectTranslator_t2020767555 * L_8 = V_2; intptr_t L_9 = V_0; RuntimeObject * L_10 = ___p00; NullCheck(L_8); ObjectTranslator_PushAny_m2595410231(L_8, L_9, L_10, /*hidden argument*/NULL); intptr_t L_11 = V_0; int32_t L_12 = V_1; DelegateBridge_PCall_m1001588338(__this, L_11, 1, 0, L_12, /*hidden argument*/NULL); intptr_t L_13 = V_0; int32_t L_14 = V_1; Lua_lua_settop_m2822720422(NULL /*static, unused*/, L_13, ((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)1)), /*hidden argument*/NULL); return; } } // System.Int32 XLua.DelegateBridge::__Gen_Delegate_Imp21(System.Object,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t DelegateBridge___Gen_Delegate_Imp21_m4020341931 (DelegateBridge_t811511531 * __this, RuntimeObject * ___p00, int32_t ___p11, int32_t ___p22, const RuntimeMethod* method) { intptr_t V_0; memset(&V_0, 0, sizeof(V_0)); int32_t V_1 = 0; ObjectTranslator_t2020767555 * V_2 = NULL; int32_t V_3 = 0; { LuaEnv_t2152703515 * L_0 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); NullCheck(L_0); intptr_t L_1 = L_0->get_rawL_2(); V_0 = L_1; intptr_t L_2 = V_0; int32_t L_3 = ((DelegateBridgeBase_t3577089876 *)__this)->get_errorFuncRef_6(); int32_t L_4 = ((LuaBase_t1730675691 *)__this)->get_luaReference_1(); int32_t L_5 = Lua_pcall_prepare_m4174548231(NULL /*static, unused*/, L_2, L_3, L_4, /*hidden argument*/NULL); V_1 = L_5; LuaEnv_t2152703515 * L_6 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); NullCheck(L_6); ObjectTranslator_t2020767555 * L_7 = L_6->get_translator_4(); V_2 = L_7; ObjectTranslator_t2020767555 * L_8 = V_2; intptr_t L_9 = V_0; RuntimeObject * L_10 = ___p00; NullCheck(L_8); ObjectTranslator_PushAny_m2595410231(L_8, L_9, L_10, /*hidden argument*/NULL); intptr_t L_11 = V_0; int32_t L_12 = ___p11; Lua_xlua_pushinteger_m3473749366(NULL /*static, unused*/, L_11, L_12, /*hidden argument*/NULL); intptr_t L_13 = V_0; int32_t L_14 = ___p22; Lua_xlua_pushinteger_m3473749366(NULL /*static, unused*/, L_13, L_14, /*hidden argument*/NULL); intptr_t L_15 = V_0; int32_t L_16 = V_1; DelegateBridge_PCall_m1001588338(__this, L_15, 3, 1, L_16, /*hidden argument*/NULL); intptr_t L_17 = V_0; int32_t L_18 = V_1; int32_t L_19 = Lua_xlua_tointeger_m2263761157(NULL /*static, unused*/, L_17, ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)), /*hidden argument*/NULL); V_3 = L_19; intptr_t L_20 = V_0; int32_t L_21 = V_1; Lua_lua_settop_m2822720422(NULL /*static, unused*/, L_20, ((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)1)), /*hidden argument*/NULL); int32_t L_22 = V_3; return L_22; } } // UnityEngine.Vector3 XLua.DelegateBridge::__Gen_Delegate_Imp22(System.Object,UnityEngine.Vector3,UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 DelegateBridge___Gen_Delegate_Imp22_m316330189 (DelegateBridge_t811511531 * __this, RuntimeObject * ___p00, Vector3_t3722313464 ___p11, Vector3_t3722313464 ___p22, const RuntimeMethod* method) { intptr_t V_0; memset(&V_0, 0, sizeof(V_0)); int32_t V_1 = 0; ObjectTranslator_t2020767555 * V_2 = NULL; Vector3_t3722313464 V_3; memset(&V_3, 0, sizeof(V_3)); { LuaEnv_t2152703515 * L_0 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); NullCheck(L_0); intptr_t L_1 = L_0->get_rawL_2(); V_0 = L_1; intptr_t L_2 = V_0; int32_t L_3 = ((DelegateBridgeBase_t3577089876 *)__this)->get_errorFuncRef_6(); int32_t L_4 = ((LuaBase_t1730675691 *)__this)->get_luaReference_1(); int32_t L_5 = Lua_pcall_prepare_m4174548231(NULL /*static, unused*/, L_2, L_3, L_4, /*hidden argument*/NULL); V_1 = L_5; LuaEnv_t2152703515 * L_6 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); NullCheck(L_6); ObjectTranslator_t2020767555 * L_7 = L_6->get_translator_4(); V_2 = L_7; ObjectTranslator_t2020767555 * L_8 = V_2; intptr_t L_9 = V_0; RuntimeObject * L_10 = ___p00; NullCheck(L_8); ObjectTranslator_PushAny_m2595410231(L_8, L_9, L_10, /*hidden argument*/NULL); ObjectTranslator_t2020767555 * L_11 = V_2; intptr_t L_12 = V_0; Vector3_t3722313464 L_13 = ___p11; NullCheck(L_11); ObjectTranslator_PushUnityEngineVector3_m82247743(L_11, L_12, L_13, /*hidden argument*/NULL); ObjectTranslator_t2020767555 * L_14 = V_2; intptr_t L_15 = V_0; Vector3_t3722313464 L_16 = ___p22; NullCheck(L_14); ObjectTranslator_PushUnityEngineVector3_m82247743(L_14, L_15, L_16, /*hidden argument*/NULL); intptr_t L_17 = V_0; int32_t L_18 = V_1; DelegateBridge_PCall_m1001588338(__this, L_17, 3, 1, L_18, /*hidden argument*/NULL); ObjectTranslator_t2020767555 * L_19 = V_2; intptr_t L_20 = V_0; int32_t L_21 = V_1; NullCheck(L_19); ObjectTranslator_Get_m1627229423(L_19, L_20, ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)), (&V_3), /*hidden argument*/NULL); intptr_t L_22 = V_0; int32_t L_23 = V_1; Lua_lua_settop_m2822720422(NULL /*static, unused*/, L_22, ((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)1)), /*hidden argument*/NULL); Vector3_t3722313464 L_24 = V_3; return L_24; } } // System.Int32 XLua.DelegateBridge::__Gen_Delegate_Imp23(System.Object,System.Int32,System.Double&,System.String&) extern "C" IL2CPP_METHOD_ATTR int32_t DelegateBridge___Gen_Delegate_Imp23_m595325871 (DelegateBridge_t811511531 * __this, RuntimeObject * ___p00, int32_t ___p11, double* ___p22, String_t** ___p33, const RuntimeMethod* method) { intptr_t V_0; memset(&V_0, 0, sizeof(V_0)); int32_t V_1 = 0; ObjectTranslator_t2020767555 * V_2 = NULL; int32_t V_3 = 0; { LuaEnv_t2152703515 * L_0 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); NullCheck(L_0); intptr_t L_1 = L_0->get_rawL_2(); V_0 = L_1; intptr_t L_2 = V_0; int32_t L_3 = ((DelegateBridgeBase_t3577089876 *)__this)->get_errorFuncRef_6(); int32_t L_4 = ((LuaBase_t1730675691 *)__this)->get_luaReference_1(); int32_t L_5 = Lua_pcall_prepare_m4174548231(NULL /*static, unused*/, L_2, L_3, L_4, /*hidden argument*/NULL); V_1 = L_5; LuaEnv_t2152703515 * L_6 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); NullCheck(L_6); ObjectTranslator_t2020767555 * L_7 = L_6->get_translator_4(); V_2 = L_7; ObjectTranslator_t2020767555 * L_8 = V_2; intptr_t L_9 = V_0; RuntimeObject * L_10 = ___p00; NullCheck(L_8); ObjectTranslator_PushAny_m2595410231(L_8, L_9, L_10, /*hidden argument*/NULL); intptr_t L_11 = V_0; int32_t L_12 = ___p11; Lua_xlua_pushinteger_m3473749366(NULL /*static, unused*/, L_11, L_12, /*hidden argument*/NULL); intptr_t L_13 = V_0; String_t** L_14 = ___p33; String_t* L_15 = *((String_t**)L_14); Lua_lua_pushstring_m4067524778(NULL /*static, unused*/, L_13, L_15, /*hidden argument*/NULL); intptr_t L_16 = V_0; int32_t L_17 = V_1; DelegateBridge_PCall_m1001588338(__this, L_16, 3, 3, L_17, /*hidden argument*/NULL); double* L_18 = ___p22; intptr_t L_19 = V_0; int32_t L_20 = V_1; double L_21 = Lua_lua_tonumber_m3087017991(NULL /*static, unused*/, L_19, ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)2)), /*hidden argument*/NULL); *((double*)(L_18)) = (double)L_21; String_t** L_22 = ___p33; intptr_t L_23 = V_0; int32_t L_24 = V_1; String_t* L_25 = Lua_lua_tostring_m2201066917(NULL /*static, unused*/, L_23, ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)3)), /*hidden argument*/NULL); *((RuntimeObject **)(L_22)) = (RuntimeObject *)L_25; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_22), (RuntimeObject *)L_25); intptr_t L_26 = V_0; int32_t L_27 = V_1; int32_t L_28 = Lua_xlua_tointeger_m2263761157(NULL /*static, unused*/, L_26, ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)), /*hidden argument*/NULL); V_3 = L_28; intptr_t L_29 = V_0; int32_t L_30 = V_1; Lua_lua_settop_m2822720422(NULL /*static, unused*/, L_29, ((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)1)), /*hidden argument*/NULL); int32_t L_31 = V_3; return L_31; } } // System.Int32 XLua.DelegateBridge::__Gen_Delegate_Imp24(System.Object,System.Int32,System.Double&,System.String&,System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t DelegateBridge___Gen_Delegate_Imp24_m2327917420 (DelegateBridge_t811511531 * __this, RuntimeObject * ___p00, int32_t ___p11, double* ___p22, String_t** ___p33, RuntimeObject * ___p44, const RuntimeMethod* method) { intptr_t V_0; memset(&V_0, 0, sizeof(V_0)); int32_t V_1 = 0; ObjectTranslator_t2020767555 * V_2 = NULL; int32_t V_3 = 0; { LuaEnv_t2152703515 * L_0 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); NullCheck(L_0); intptr_t L_1 = L_0->get_rawL_2(); V_0 = L_1; intptr_t L_2 = V_0; int32_t L_3 = ((DelegateBridgeBase_t3577089876 *)__this)->get_errorFuncRef_6(); int32_t L_4 = ((LuaBase_t1730675691 *)__this)->get_luaReference_1(); int32_t L_5 = Lua_pcall_prepare_m4174548231(NULL /*static, unused*/, L_2, L_3, L_4, /*hidden argument*/NULL); V_1 = L_5; LuaEnv_t2152703515 * L_6 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); NullCheck(L_6); ObjectTranslator_t2020767555 * L_7 = L_6->get_translator_4(); V_2 = L_7; ObjectTranslator_t2020767555 * L_8 = V_2; intptr_t L_9 = V_0; RuntimeObject * L_10 = ___p00; NullCheck(L_8); ObjectTranslator_PushAny_m2595410231(L_8, L_9, L_10, /*hidden argument*/NULL); intptr_t L_11 = V_0; int32_t L_12 = ___p11; Lua_xlua_pushinteger_m3473749366(NULL /*static, unused*/, L_11, L_12, /*hidden argument*/NULL); intptr_t L_13 = V_0; String_t** L_14 = ___p33; String_t* L_15 = *((String_t**)L_14); Lua_lua_pushstring_m4067524778(NULL /*static, unused*/, L_13, L_15, /*hidden argument*/NULL); ObjectTranslator_t2020767555 * L_16 = V_2; intptr_t L_17 = V_0; RuntimeObject * L_18 = ___p44; NullCheck(L_16); ObjectTranslator_PushAny_m2595410231(L_16, L_17, L_18, /*hidden argument*/NULL); intptr_t L_19 = V_0; int32_t L_20 = V_1; DelegateBridge_PCall_m1001588338(__this, L_19, 4, 3, L_20, /*hidden argument*/NULL); double* L_21 = ___p22; intptr_t L_22 = V_0; int32_t L_23 = V_1; double L_24 = Lua_lua_tonumber_m3087017991(NULL /*static, unused*/, L_22, ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)2)), /*hidden argument*/NULL); *((double*)(L_21)) = (double)L_24; String_t** L_25 = ___p33; intptr_t L_26 = V_0; int32_t L_27 = V_1; String_t* L_28 = Lua_lua_tostring_m2201066917(NULL /*static, unused*/, L_26, ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)3)), /*hidden argument*/NULL); *((RuntimeObject **)(L_25)) = (RuntimeObject *)L_28; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_25), (RuntimeObject *)L_28); intptr_t L_29 = V_0; int32_t L_30 = V_1; int32_t L_31 = Lua_xlua_tointeger_m2263761157(NULL /*static, unused*/, L_29, ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)), /*hidden argument*/NULL); V_3 = L_31; intptr_t L_32 = V_0; int32_t L_33 = V_1; Lua_lua_settop_m2822720422(NULL /*static, unused*/, L_32, ((int32_t)il2cpp_codegen_subtract((int32_t)L_33, (int32_t)1)), /*hidden argument*/NULL); int32_t L_34 = V_3; return L_34; } } // System.Void XLua.DelegateBridge::__Gen_Delegate_Imp25(System.Object,System.Int32) extern "C" IL2CPP_METHOD_ATTR void DelegateBridge___Gen_Delegate_Imp25_m4084345170 (DelegateBridge_t811511531 * __this, RuntimeObject * ___p00, int32_t ___p11, const RuntimeMethod* method) { intptr_t V_0; memset(&V_0, 0, sizeof(V_0)); int32_t V_1 = 0; ObjectTranslator_t2020767555 * V_2 = NULL; { LuaEnv_t2152703515 * L_0 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); NullCheck(L_0); intptr_t L_1 = L_0->get_rawL_2(); V_0 = L_1; intptr_t L_2 = V_0; int32_t L_3 = ((DelegateBridgeBase_t3577089876 *)__this)->get_errorFuncRef_6(); int32_t L_4 = ((LuaBase_t1730675691 *)__this)->get_luaReference_1(); int32_t L_5 = Lua_pcall_prepare_m4174548231(NULL /*static, unused*/, L_2, L_3, L_4, /*hidden argument*/NULL); V_1 = L_5; LuaEnv_t2152703515 * L_6 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); NullCheck(L_6); ObjectTranslator_t2020767555 * L_7 = L_6->get_translator_4(); V_2 = L_7; ObjectTranslator_t2020767555 * L_8 = V_2; intptr_t L_9 = V_0; RuntimeObject * L_10 = ___p00; NullCheck(L_8); ObjectTranslator_PushAny_m2595410231(L_8, L_9, L_10, /*hidden argument*/NULL); intptr_t L_11 = V_0; int32_t L_12 = ___p11; Lua_xlua_pushinteger_m3473749366(NULL /*static, unused*/, L_11, L_12, /*hidden argument*/NULL); intptr_t L_13 = V_0; int32_t L_14 = V_1; DelegateBridge_PCall_m1001588338(__this, L_13, 2, 0, L_14, /*hidden argument*/NULL); intptr_t L_15 = V_0; int32_t L_16 = V_1; Lua_lua_settop_m2822720422(NULL /*static, unused*/, L_15, ((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)1)), /*hidden argument*/NULL); return; } } // System.String XLua.DelegateBridge::__Gen_Delegate_Imp26(System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* DelegateBridge___Gen_Delegate_Imp26_m2535907187 (DelegateBridge_t811511531 * __this, RuntimeObject * ___p00, const RuntimeMethod* method) { intptr_t V_0; memset(&V_0, 0, sizeof(V_0)); int32_t V_1 = 0; ObjectTranslator_t2020767555 * V_2 = NULL; String_t* V_3 = NULL; { LuaEnv_t2152703515 * L_0 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); NullCheck(L_0); intptr_t L_1 = L_0->get_rawL_2(); V_0 = L_1; intptr_t L_2 = V_0; int32_t L_3 = ((DelegateBridgeBase_t3577089876 *)__this)->get_errorFuncRef_6(); int32_t L_4 = ((LuaBase_t1730675691 *)__this)->get_luaReference_1(); int32_t L_5 = Lua_pcall_prepare_m4174548231(NULL /*static, unused*/, L_2, L_3, L_4, /*hidden argument*/NULL); V_1 = L_5; LuaEnv_t2152703515 * L_6 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); NullCheck(L_6); ObjectTranslator_t2020767555 * L_7 = L_6->get_translator_4(); V_2 = L_7; ObjectTranslator_t2020767555 * L_8 = V_2; intptr_t L_9 = V_0; RuntimeObject * L_10 = ___p00; NullCheck(L_8); ObjectTranslator_PushAny_m2595410231(L_8, L_9, L_10, /*hidden argument*/NULL); intptr_t L_11 = V_0; int32_t L_12 = V_1; DelegateBridge_PCall_m1001588338(__this, L_11, 1, 1, L_12, /*hidden argument*/NULL); intptr_t L_13 = V_0; int32_t L_14 = V_1; String_t* L_15 = Lua_lua_tostring_m2201066917(NULL /*static, unused*/, L_13, ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)), /*hidden argument*/NULL); V_3 = L_15; intptr_t L_16 = V_0; int32_t L_17 = V_1; Lua_lua_settop_m2822720422(NULL /*static, unused*/, L_16, ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)1)), /*hidden argument*/NULL); String_t* L_18 = V_3; return L_18; } } // UnityEngine.GameObject XLua.DelegateBridge::__Gen_Delegate_Imp27(XLuaTest.StructTest,System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR GameObject_t1113636619 * DelegateBridge___Gen_Delegate_Imp27_m1101059882 (DelegateBridge_t811511531 * __this, StructTest_t3768119842 ___p00, int32_t ___p11, RuntimeObject * ___p22, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DelegateBridge___Gen_Delegate_Imp27_m1101059882_MetadataUsageId); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset(&V_0, 0, sizeof(V_0)); int32_t V_1 = 0; ObjectTranslator_t2020767555 * V_2 = NULL; GameObject_t1113636619 * V_3 = NULL; { LuaEnv_t2152703515 * L_0 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); NullCheck(L_0); intptr_t L_1 = L_0->get_rawL_2(); V_0 = L_1; intptr_t L_2 = V_0; int32_t L_3 = ((DelegateBridgeBase_t3577089876 *)__this)->get_errorFuncRef_6(); int32_t L_4 = ((LuaBase_t1730675691 *)__this)->get_luaReference_1(); int32_t L_5 = Lua_pcall_prepare_m4174548231(NULL /*static, unused*/, L_2, L_3, L_4, /*hidden argument*/NULL); V_1 = L_5; LuaEnv_t2152703515 * L_6 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); NullCheck(L_6); ObjectTranslator_t2020767555 * L_7 = L_6->get_translator_4(); V_2 = L_7; ObjectTranslator_t2020767555 * L_8 = V_2; intptr_t L_9 = V_0; StructTest_t3768119842 L_10 = ___p00; StructTest_t3768119842 L_11 = L_10; RuntimeObject * L_12 = Box(StructTest_t3768119842_il2cpp_TypeInfo_var, &L_11); NullCheck(L_8); ObjectTranslator_Push_m105918116(L_8, L_9, L_12, /*hidden argument*/NULL); intptr_t L_13 = V_0; int32_t L_14 = ___p11; Lua_xlua_pushinteger_m3473749366(NULL /*static, unused*/, L_13, L_14, /*hidden argument*/NULL); ObjectTranslator_t2020767555 * L_15 = V_2; intptr_t L_16 = V_0; RuntimeObject * L_17 = ___p22; NullCheck(L_15); ObjectTranslator_PushAny_m2595410231(L_15, L_16, L_17, /*hidden argument*/NULL); intptr_t L_18 = V_0; int32_t L_19 = V_1; DelegateBridge_PCall_m1001588338(__this, L_18, 3, 1, L_19, /*hidden argument*/NULL); ObjectTranslator_t2020767555 * L_20 = V_2; intptr_t L_21 = V_0; int32_t L_22 = V_1; RuntimeTypeHandle_t3027515415 L_23 = { reinterpret_cast (GameObject_t1113636619_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_24 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_23, /*hidden argument*/NULL); NullCheck(L_20); RuntimeObject * L_25 = ObjectTranslator_GetObject_m805173647(L_20, L_21, ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)), L_24, /*hidden argument*/NULL); V_3 = ((GameObject_t1113636619 *)CastclassSealed((RuntimeObject*)L_25, GameObject_t1113636619_il2cpp_TypeInfo_var)); intptr_t L_26 = V_0; int32_t L_27 = V_1; Lua_lua_settop_m2822720422(NULL /*static, unused*/, L_26, ((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)1)), /*hidden argument*/NULL); GameObject_t1113636619 * L_28 = V_3; return L_28; } } // System.String XLua.DelegateBridge::__Gen_Delegate_Imp28(XLuaTest.StructTest) extern "C" IL2CPP_METHOD_ATTR String_t* DelegateBridge___Gen_Delegate_Imp28_m4149204967 (DelegateBridge_t811511531 * __this, StructTest_t3768119842 ___p00, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DelegateBridge___Gen_Delegate_Imp28_m4149204967_MetadataUsageId); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset(&V_0, 0, sizeof(V_0)); int32_t V_1 = 0; ObjectTranslator_t2020767555 * V_2 = NULL; String_t* V_3 = NULL; { LuaEnv_t2152703515 * L_0 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); NullCheck(L_0); intptr_t L_1 = L_0->get_rawL_2(); V_0 = L_1; intptr_t L_2 = V_0; int32_t L_3 = ((DelegateBridgeBase_t3577089876 *)__this)->get_errorFuncRef_6(); int32_t L_4 = ((LuaBase_t1730675691 *)__this)->get_luaReference_1(); int32_t L_5 = Lua_pcall_prepare_m4174548231(NULL /*static, unused*/, L_2, L_3, L_4, /*hidden argument*/NULL); V_1 = L_5; LuaEnv_t2152703515 * L_6 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); NullCheck(L_6); ObjectTranslator_t2020767555 * L_7 = L_6->get_translator_4(); V_2 = L_7; ObjectTranslator_t2020767555 * L_8 = V_2; intptr_t L_9 = V_0; StructTest_t3768119842 L_10 = ___p00; StructTest_t3768119842 L_11 = L_10; RuntimeObject * L_12 = Box(StructTest_t3768119842_il2cpp_TypeInfo_var, &L_11); NullCheck(L_8); ObjectTranslator_Push_m105918116(L_8, L_9, L_12, /*hidden argument*/NULL); intptr_t L_13 = V_0; int32_t L_14 = V_1; DelegateBridge_PCall_m1001588338(__this, L_13, 1, 1, L_14, /*hidden argument*/NULL); intptr_t L_15 = V_0; int32_t L_16 = V_1; String_t* L_17 = Lua_lua_tostring_m2201066917(NULL /*static, unused*/, L_15, ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)), /*hidden argument*/NULL); V_3 = L_17; intptr_t L_18 = V_0; int32_t L_19 = V_1; Lua_lua_settop_m2822720422(NULL /*static, unused*/, L_18, ((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)1)), /*hidden argument*/NULL); String_t* L_20 = V_3; return L_20; } } // System.Void XLua.DelegateBridge::__Gen_Delegate_Imp29(XLuaTest.StructTest,System.Object) extern "C" IL2CPP_METHOD_ATTR void DelegateBridge___Gen_Delegate_Imp29_m2263850456 (DelegateBridge_t811511531 * __this, StructTest_t3768119842 ___p00, RuntimeObject * ___p11, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DelegateBridge___Gen_Delegate_Imp29_m2263850456_MetadataUsageId); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset(&V_0, 0, sizeof(V_0)); int32_t V_1 = 0; ObjectTranslator_t2020767555 * V_2 = NULL; { LuaEnv_t2152703515 * L_0 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); NullCheck(L_0); intptr_t L_1 = L_0->get_rawL_2(); V_0 = L_1; intptr_t L_2 = V_0; int32_t L_3 = ((DelegateBridgeBase_t3577089876 *)__this)->get_errorFuncRef_6(); int32_t L_4 = ((LuaBase_t1730675691 *)__this)->get_luaReference_1(); int32_t L_5 = Lua_pcall_prepare_m4174548231(NULL /*static, unused*/, L_2, L_3, L_4, /*hidden argument*/NULL); V_1 = L_5; LuaEnv_t2152703515 * L_6 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); NullCheck(L_6); ObjectTranslator_t2020767555 * L_7 = L_6->get_translator_4(); V_2 = L_7; ObjectTranslator_t2020767555 * L_8 = V_2; intptr_t L_9 = V_0; StructTest_t3768119842 L_10 = ___p00; StructTest_t3768119842 L_11 = L_10; RuntimeObject * L_12 = Box(StructTest_t3768119842_il2cpp_TypeInfo_var, &L_11); NullCheck(L_8); ObjectTranslator_Push_m105918116(L_8, L_9, L_12, /*hidden argument*/NULL); ObjectTranslator_t2020767555 * L_13 = V_2; intptr_t L_14 = V_0; RuntimeObject * L_15 = ___p11; NullCheck(L_13); ObjectTranslator_PushAny_m2595410231(L_13, L_14, L_15, /*hidden argument*/NULL); intptr_t L_16 = V_0; int32_t L_17 = V_1; DelegateBridge_PCall_m1001588338(__this, L_16, 2, 0, L_17, /*hidden argument*/NULL); intptr_t L_18 = V_0; int32_t L_19 = V_1; Lua_lua_settop_m2822720422(NULL /*static, unused*/, L_18, ((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)1)), /*hidden argument*/NULL); return; } } // System.Int32 XLua.DelegateBridge::__Gen_Delegate_Imp30(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t DelegateBridge___Gen_Delegate_Imp30_m2425845383 (DelegateBridge_t811511531 * __this, RuntimeObject * ___p00, const RuntimeMethod* method) { intptr_t V_0; memset(&V_0, 0, sizeof(V_0)); int32_t V_1 = 0; ObjectTranslator_t2020767555 * V_2 = NULL; int32_t V_3 = 0; { LuaEnv_t2152703515 * L_0 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); NullCheck(L_0); intptr_t L_1 = L_0->get_rawL_2(); V_0 = L_1; intptr_t L_2 = V_0; int32_t L_3 = ((DelegateBridgeBase_t3577089876 *)__this)->get_errorFuncRef_6(); int32_t L_4 = ((LuaBase_t1730675691 *)__this)->get_luaReference_1(); int32_t L_5 = Lua_pcall_prepare_m4174548231(NULL /*static, unused*/, L_2, L_3, L_4, /*hidden argument*/NULL); V_1 = L_5; LuaEnv_t2152703515 * L_6 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); NullCheck(L_6); ObjectTranslator_t2020767555 * L_7 = L_6->get_translator_4(); V_2 = L_7; ObjectTranslator_t2020767555 * L_8 = V_2; intptr_t L_9 = V_0; RuntimeObject * L_10 = ___p00; NullCheck(L_8); ObjectTranslator_PushAny_m2595410231(L_8, L_9, L_10, /*hidden argument*/NULL); intptr_t L_11 = V_0; int32_t L_12 = V_1; DelegateBridge_PCall_m1001588338(__this, L_11, 1, 1, L_12, /*hidden argument*/NULL); intptr_t L_13 = V_0; int32_t L_14 = V_1; int32_t L_15 = Lua_xlua_tointeger_m2263761157(NULL /*static, unused*/, L_13, ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)), /*hidden argument*/NULL); V_3 = L_15; intptr_t L_16 = V_0; int32_t L_17 = V_1; Lua_lua_settop_m2822720422(NULL /*static, unused*/, L_16, ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)1)), /*hidden argument*/NULL); int32_t L_18 = V_3; return L_18; } } // System.Void XLua.DelegateBridge::__Gen_Delegate_Imp31(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR void DelegateBridge___Gen_Delegate_Imp31_m1108160722 (DelegateBridge_t811511531 * __this, RuntimeObject * ___p00, RuntimeObject * ___p11, const RuntimeMethod* method) { intptr_t V_0; memset(&V_0, 0, sizeof(V_0)); int32_t V_1 = 0; ObjectTranslator_t2020767555 * V_2 = NULL; { LuaEnv_t2152703515 * L_0 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); NullCheck(L_0); intptr_t L_1 = L_0->get_rawL_2(); V_0 = L_1; intptr_t L_2 = V_0; int32_t L_3 = ((DelegateBridgeBase_t3577089876 *)__this)->get_errorFuncRef_6(); int32_t L_4 = ((LuaBase_t1730675691 *)__this)->get_luaReference_1(); int32_t L_5 = Lua_pcall_prepare_m4174548231(NULL /*static, unused*/, L_2, L_3, L_4, /*hidden argument*/NULL); V_1 = L_5; LuaEnv_t2152703515 * L_6 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); NullCheck(L_6); ObjectTranslator_t2020767555 * L_7 = L_6->get_translator_4(); V_2 = L_7; ObjectTranslator_t2020767555 * L_8 = V_2; intptr_t L_9 = V_0; RuntimeObject * L_10 = ___p00; NullCheck(L_8); ObjectTranslator_PushAny_m2595410231(L_8, L_9, L_10, /*hidden argument*/NULL); ObjectTranslator_t2020767555 * L_11 = V_2; intptr_t L_12 = V_0; RuntimeObject * L_13 = ___p11; NullCheck(L_11); ObjectTranslator_PushAny_m2595410231(L_11, L_12, L_13, /*hidden argument*/NULL); intptr_t L_14 = V_0; int32_t L_15 = V_1; DelegateBridge_PCall_m1001588338(__this, L_14, 2, 0, L_15, /*hidden argument*/NULL); intptr_t L_16 = V_0; int32_t L_17 = V_1; Lua_lua_settop_m2822720422(NULL /*static, unused*/, L_16, ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)1)), /*hidden argument*/NULL); return; } } // System.Int32 XLua.DelegateBridge::__Gen_Delegate_Imp32(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t DelegateBridge___Gen_Delegate_Imp32_m2089363559 (DelegateBridge_t811511531 * __this, RuntimeObject * ___p00, RuntimeObject * ___p11, const RuntimeMethod* method) { intptr_t V_0; memset(&V_0, 0, sizeof(V_0)); int32_t V_1 = 0; ObjectTranslator_t2020767555 * V_2 = NULL; int32_t V_3 = 0; { LuaEnv_t2152703515 * L_0 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); NullCheck(L_0); intptr_t L_1 = L_0->get_rawL_2(); V_0 = L_1; intptr_t L_2 = V_0; int32_t L_3 = ((DelegateBridgeBase_t3577089876 *)__this)->get_errorFuncRef_6(); int32_t L_4 = ((LuaBase_t1730675691 *)__this)->get_luaReference_1(); int32_t L_5 = Lua_pcall_prepare_m4174548231(NULL /*static, unused*/, L_2, L_3, L_4, /*hidden argument*/NULL); V_1 = L_5; LuaEnv_t2152703515 * L_6 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); NullCheck(L_6); ObjectTranslator_t2020767555 * L_7 = L_6->get_translator_4(); V_2 = L_7; ObjectTranslator_t2020767555 * L_8 = V_2; intptr_t L_9 = V_0; RuntimeObject * L_10 = ___p00; NullCheck(L_8); ObjectTranslator_PushAny_m2595410231(L_8, L_9, L_10, /*hidden argument*/NULL); ObjectTranslator_t2020767555 * L_11 = V_2; intptr_t L_12 = V_0; RuntimeObject * L_13 = ___p11; NullCheck(L_11); ObjectTranslator_PushAny_m2595410231(L_11, L_12, L_13, /*hidden argument*/NULL); intptr_t L_14 = V_0; int32_t L_15 = V_1; DelegateBridge_PCall_m1001588338(__this, L_14, 2, 1, L_15, /*hidden argument*/NULL); intptr_t L_16 = V_0; int32_t L_17 = V_1; int32_t L_18 = Lua_xlua_tointeger_m2263761157(NULL /*static, unused*/, L_16, ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)), /*hidden argument*/NULL); V_3 = L_18; intptr_t L_19 = V_0; int32_t L_20 = V_1; Lua_lua_settop_m2822720422(NULL /*static, unused*/, L_19, ((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)1)), /*hidden argument*/NULL); int32_t L_21 = V_3; return L_21; } } // System.Void XLua.DelegateBridge::__Gen_Delegate_Imp33(System.Object,System.Object,System.Int32) extern "C" IL2CPP_METHOD_ATTR void DelegateBridge___Gen_Delegate_Imp33_m2194500040 (DelegateBridge_t811511531 * __this, RuntimeObject * ___p00, RuntimeObject * ___p11, int32_t ___p22, const RuntimeMethod* method) { intptr_t V_0; memset(&V_0, 0, sizeof(V_0)); int32_t V_1 = 0; ObjectTranslator_t2020767555 * V_2 = NULL; { LuaEnv_t2152703515 * L_0 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); NullCheck(L_0); intptr_t L_1 = L_0->get_rawL_2(); V_0 = L_1; intptr_t L_2 = V_0; int32_t L_3 = ((DelegateBridgeBase_t3577089876 *)__this)->get_errorFuncRef_6(); int32_t L_4 = ((LuaBase_t1730675691 *)__this)->get_luaReference_1(); int32_t L_5 = Lua_pcall_prepare_m4174548231(NULL /*static, unused*/, L_2, L_3, L_4, /*hidden argument*/NULL); V_1 = L_5; LuaEnv_t2152703515 * L_6 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); NullCheck(L_6); ObjectTranslator_t2020767555 * L_7 = L_6->get_translator_4(); V_2 = L_7; ObjectTranslator_t2020767555 * L_8 = V_2; intptr_t L_9 = V_0; RuntimeObject * L_10 = ___p00; NullCheck(L_8); ObjectTranslator_PushAny_m2595410231(L_8, L_9, L_10, /*hidden argument*/NULL); ObjectTranslator_t2020767555 * L_11 = V_2; intptr_t L_12 = V_0; RuntimeObject * L_13 = ___p11; NullCheck(L_11); ObjectTranslator_PushAny_m2595410231(L_11, L_12, L_13, /*hidden argument*/NULL); intptr_t L_14 = V_0; int32_t L_15 = ___p22; Lua_xlua_pushinteger_m3473749366(NULL /*static, unused*/, L_14, L_15, /*hidden argument*/NULL); intptr_t L_16 = V_0; int32_t L_17 = V_1; DelegateBridge_PCall_m1001588338(__this, L_16, 3, 0, L_17, /*hidden argument*/NULL); intptr_t L_18 = V_0; int32_t L_19 = V_1; Lua_lua_settop_m2822720422(NULL /*static, unused*/, L_18, ((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)1)), /*hidden argument*/NULL); return; } } // System.Void XLua.DelegateBridge::__Gen_Delegate_Imp34(System.Object,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void DelegateBridge___Gen_Delegate_Imp34_m62607343 (DelegateBridge_t811511531 * __this, RuntimeObject * ___p00, int32_t ___p11, int32_t ___p22, const RuntimeMethod* method) { intptr_t V_0; memset(&V_0, 0, sizeof(V_0)); int32_t V_1 = 0; ObjectTranslator_t2020767555 * V_2 = NULL; { LuaEnv_t2152703515 * L_0 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); NullCheck(L_0); intptr_t L_1 = L_0->get_rawL_2(); V_0 = L_1; intptr_t L_2 = V_0; int32_t L_3 = ((DelegateBridgeBase_t3577089876 *)__this)->get_errorFuncRef_6(); int32_t L_4 = ((LuaBase_t1730675691 *)__this)->get_luaReference_1(); int32_t L_5 = Lua_pcall_prepare_m4174548231(NULL /*static, unused*/, L_2, L_3, L_4, /*hidden argument*/NULL); V_1 = L_5; LuaEnv_t2152703515 * L_6 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); NullCheck(L_6); ObjectTranslator_t2020767555 * L_7 = L_6->get_translator_4(); V_2 = L_7; ObjectTranslator_t2020767555 * L_8 = V_2; intptr_t L_9 = V_0; RuntimeObject * L_10 = ___p00; NullCheck(L_8); ObjectTranslator_PushAny_m2595410231(L_8, L_9, L_10, /*hidden argument*/NULL); intptr_t L_11 = V_0; int32_t L_12 = ___p11; Lua_xlua_pushinteger_m3473749366(NULL /*static, unused*/, L_11, L_12, /*hidden argument*/NULL); intptr_t L_13 = V_0; int32_t L_14 = ___p22; Lua_xlua_pushinteger_m3473749366(NULL /*static, unused*/, L_13, L_14, /*hidden argument*/NULL); intptr_t L_15 = V_0; int32_t L_16 = V_1; DelegateBridge_PCall_m1001588338(__this, L_15, 3, 0, L_16, /*hidden argument*/NULL); intptr_t L_17 = V_0; int32_t L_18 = V_1; Lua_lua_settop_m2822720422(NULL /*static, unused*/, L_17, ((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)1)), /*hidden argument*/NULL); return; } } // System.Delegate XLua.DelegateBridge::GetDelegateByType(System.Type) extern "C" IL2CPP_METHOD_ATTR Delegate_t1188392813 * DelegateBridge_GetDelegateByType_m3077220568 (DelegateBridge_t811511531 * __this, Type_t * ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DelegateBridge_GetDelegateByType_m3077220568_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___type0; RuntimeTypeHandle_t3027515415 L_1 = { reinterpret_cast (Action_2_t304146730_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_0) == ((RuntimeObject*)(Type_t *)L_2)))) { goto IL_001d; } } { intptr_t L_3 = (intptr_t)DelegateBridge___Gen_Delegate_Imp0_m2276739744_RuntimeMethod_var; Action_2_t304146730 * L_4 = (Action_2_t304146730 *)il2cpp_codegen_object_new(Action_2_t304146730_il2cpp_TypeInfo_var); Action_2__ctor_m467134630(L_4, __this, L_3, /*hidden argument*/Action_2__ctor_m467134630_RuntimeMethod_var); return L_4; } IL_001d: { Type_t * L_5 = ___type0; RuntimeTypeHandle_t3027515415 L_6 = { reinterpret_cast (Action_t1264377477_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_5) == ((RuntimeObject*)(Type_t *)L_7)))) { goto IL_003a; } } { intptr_t L_8 = (intptr_t)DelegateBridge___Gen_Delegate_Imp1_m3750314986_RuntimeMethod_var; Action_t1264377477 * L_9 = (Action_t1264377477 *)il2cpp_codegen_object_new(Action_t1264377477_il2cpp_TypeInfo_var); Action__ctor_m2994342681(L_9, __this, L_8, /*hidden argument*/NULL); return L_9; } IL_003a: { Type_t * L_10 = ___type0; RuntimeTypeHandle_t3027515415 L_11 = { reinterpret_cast (TweenCallback_t3727756325_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_12 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_10) == ((RuntimeObject*)(Type_t *)L_12)))) { goto IL_0057; } } { intptr_t L_13 = (intptr_t)DelegateBridge___Gen_Delegate_Imp1_m3750314986_RuntimeMethod_var; TweenCallback_t3727756325 * L_14 = (TweenCallback_t3727756325 *)il2cpp_codegen_object_new(TweenCallback_t3727756325_il2cpp_TypeInfo_var); TweenCallback__ctor_m3086472496(L_14, __this, L_13, /*hidden argument*/NULL); return L_14; } IL_0057: { Type_t * L_15 = ___type0; RuntimeTypeHandle_t3027515415 L_16 = { reinterpret_cast (UnityAction_t3245792599_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_17 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_16, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_15) == ((RuntimeObject*)(Type_t *)L_17)))) { goto IL_0074; } } { intptr_t L_18 = (intptr_t)DelegateBridge___Gen_Delegate_Imp1_m3750314986_RuntimeMethod_var; UnityAction_t3245792599 * L_19 = (UnityAction_t3245792599 *)il2cpp_codegen_object_new(UnityAction_t3245792599_il2cpp_TypeInfo_var); UnityAction__ctor_m772160306(L_19, __this, L_18, /*hidden argument*/NULL); return L_19; } IL_0074: { Type_t * L_20 = ___type0; RuntimeTypeHandle_t3027515415 L_21 = { reinterpret_cast (Func_3_t1810338832_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_22 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_21, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_20) == ((RuntimeObject*)(Type_t *)L_22)))) { goto IL_0091; } } { intptr_t L_23 = (intptr_t)DelegateBridge___Gen_Delegate_Imp2_m781361026_RuntimeMethod_var; Func_3_t1810338832 * L_24 = (Func_3_t1810338832 *)il2cpp_codegen_object_new(Func_3_t1810338832_il2cpp_TypeInfo_var); Func_3__ctor_m4019600304(L_24, __this, L_23, /*hidden argument*/Func_3__ctor_m4019600304_RuntimeMethod_var); return L_24; } IL_0091: { Type_t * L_25 = ___type0; RuntimeTypeHandle_t3027515415 L_26 = { reinterpret_cast (Action_1_t2019918284_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_27 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_26, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_25) == ((RuntimeObject*)(Type_t *)L_27)))) { goto IL_00ae; } } { intptr_t L_28 = (intptr_t)DelegateBridge___Gen_Delegate_Imp3_m4055368818_RuntimeMethod_var; Action_1_t2019918284 * L_29 = (Action_1_t2019918284 *)il2cpp_codegen_object_new(Action_1_t2019918284_il2cpp_TypeInfo_var); Action_1__ctor_m838414602(L_29, __this, L_28, /*hidden argument*/Action_1__ctor_m838414602_RuntimeMethod_var); return L_29; } IL_00ae: { Type_t * L_30 = ___type0; RuntimeTypeHandle_t3027515415 L_31 = { reinterpret_cast (Action_1_t767132958_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_32 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_31, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_30) == ((RuntimeObject*)(Type_t *)L_32)))) { goto IL_00cb; } } { intptr_t L_33 = (intptr_t)DelegateBridge___Gen_Delegate_Imp4_m2774973382_RuntimeMethod_var; Action_1_t767132958 * L_34 = (Action_1_t767132958 *)il2cpp_codegen_object_new(Action_1_t767132958_il2cpp_TypeInfo_var); Action_1__ctor_m4144119920(L_34, __this, L_33, /*hidden argument*/Action_1__ctor_m4144119920_RuntimeMethod_var); return L_34; } IL_00cb: { Type_t * L_35 = ___type0; RuntimeTypeHandle_t3027515415 L_36 = { reinterpret_cast (Action_1_t3123413348_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_37 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_36, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_35) == ((RuntimeObject*)(Type_t *)L_37)))) { goto IL_00e8; } } { intptr_t L_38 = (intptr_t)DelegateBridge___Gen_Delegate_Imp5_m3430322149_RuntimeMethod_var; Action_1_t3123413348 * L_39 = (Action_1_t3123413348 *)il2cpp_codegen_object_new(Action_1_t3123413348_il2cpp_TypeInfo_var); Action_1__ctor_m4058363731(L_39, __this, L_38, /*hidden argument*/Action_1__ctor_m4058363731_RuntimeMethod_var); return L_39; } IL_00e8: { Type_t * L_40 = ___type0; RuntimeTypeHandle_t3027515415 L_41 = { reinterpret_cast (UnityAction_1_t3535781894_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_42 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_41, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_40) == ((RuntimeObject*)(Type_t *)L_42)))) { goto IL_0105; } } { intptr_t L_43 = (intptr_t)DelegateBridge___Gen_Delegate_Imp5_m3430322149_RuntimeMethod_var; UnityAction_1_t3535781894 * L_44 = (UnityAction_1_t3535781894 *)il2cpp_codegen_object_new(UnityAction_1_t3535781894_il2cpp_TypeInfo_var); UnityAction_1__ctor_m3081378164(L_44, __this, L_43, /*hidden argument*/UnityAction_1__ctor_m3081378164_RuntimeMethod_var); return L_44; } IL_0105: { Type_t * L_45 = ___type0; RuntimeTypeHandle_t3027515415 L_46 = { reinterpret_cast (Action_2_t4177122770_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_47 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_46, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_45) == ((RuntimeObject*)(Type_t *)L_47)))) { goto IL_0122; } } { intptr_t L_48 = (intptr_t)DelegateBridge___Gen_Delegate_Imp6_m266105878_RuntimeMethod_var; Action_2_t4177122770 * L_49 = (Action_2_t4177122770 *)il2cpp_codegen_object_new(Action_2_t4177122770_il2cpp_TypeInfo_var); Action_2__ctor_m2116231154(L_49, __this, L_48, /*hidden argument*/Action_2__ctor_m2116231154_RuntimeMethod_var); return L_49; } IL_0122: { Type_t * L_50 = ___type0; RuntimeTypeHandle_t3027515415 L_51 = { reinterpret_cast (Action_1_t4289115252_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_52 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_51, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_50) == ((RuntimeObject*)(Type_t *)L_52)))) { goto IL_013f; } } { intptr_t L_53 = (intptr_t)DelegateBridge___Gen_Delegate_Imp7_m4241493310_RuntimeMethod_var; Action_1_t4289115252 * L_54 = (Action_1_t4289115252 *)il2cpp_codegen_object_new(Action_1_t4289115252_il2cpp_TypeInfo_var); Action_1__ctor_m2320146603(L_54, __this, L_53, /*hidden argument*/Action_1__ctor_m2320146603_RuntimeMethod_var); return L_54; } IL_013f: { Type_t * L_55 = ___type0; RuntimeTypeHandle_t3027515415 L_56 = { reinterpret_cast (Action_1_t1569734369_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_57 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_56, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_55) == ((RuntimeObject*)(Type_t *)L_57)))) { goto IL_015c; } } { intptr_t L_58 = (intptr_t)DelegateBridge___Gen_Delegate_Imp8_m3125169496_RuntimeMethod_var; Action_1_t1569734369 * L_59 = (Action_1_t1569734369 *)il2cpp_codegen_object_new(Action_1_t1569734369_il2cpp_TypeInfo_var); Action_1__ctor_m4059354831(L_59, __this, L_58, /*hidden argument*/Action_1__ctor_m4059354831_RuntimeMethod_var); return L_59; } IL_015c: { Type_t * L_60 = ___type0; RuntimeTypeHandle_t3027515415 L_61 = { reinterpret_cast (UnityAction_1_t12182309_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_62 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_61, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_60) == ((RuntimeObject*)(Type_t *)L_62)))) { goto IL_0179; } } { intptr_t L_63 = (intptr_t)DelegateBridge___Gen_Delegate_Imp9_m1756042211_RuntimeMethod_var; UnityAction_1_t12182309 * L_64 = (UnityAction_1_t12182309 *)il2cpp_codegen_object_new(UnityAction_1_t12182309_il2cpp_TypeInfo_var); UnityAction_1__ctor_m4251943150(L_64, __this, L_63, /*hidden argument*/UnityAction_1__ctor_m4251943150_RuntimeMethod_var); return L_64; } IL_0179: { Type_t * L_65 = ___type0; RuntimeTypeHandle_t3027515415 L_66 = { reinterpret_cast (Action_2_t3560029198_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_67 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_66, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_65) == ((RuntimeObject*)(Type_t *)L_67)))) { goto IL_0196; } } { intptr_t L_68 = (intptr_t)DelegateBridge___Gen_Delegate_Imp10_m1879871980_RuntimeMethod_var; Action_2_t3560029198 * L_69 = (Action_2_t3560029198 *)il2cpp_codegen_object_new(Action_2_t3560029198_il2cpp_TypeInfo_var); Action_2__ctor_m3755722343(L_69, __this, L_68, /*hidden argument*/Action_2__ctor_m3755722343_RuntimeMethod_var); return L_69; } IL_0196: { Type_t * L_70 = ___type0; RuntimeTypeHandle_t3027515415 L_71 = { reinterpret_cast (Action_2_t1290832230_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_72 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_71, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_70) == ((RuntimeObject*)(Type_t *)L_72)))) { goto IL_01b3; } } { intptr_t L_73 = (intptr_t)DelegateBridge___Gen_Delegate_Imp11_m3241263018_RuntimeMethod_var; Action_2_t1290832230 * L_74 = (Action_2_t1290832230 *)il2cpp_codegen_object_new(Action_2_t1290832230_il2cpp_TypeInfo_var); Action_2__ctor_m2019043113(L_74, __this, L_73, /*hidden argument*/Action_2__ctor_m2019043113_RuntimeMethod_var); return L_74; } IL_01b3: { Type_t * L_75 = ___type0; RuntimeTypeHandle_t3027515415 L_76 = { reinterpret_cast (CalcNew_t680260847_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_77 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_76, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_75) == ((RuntimeObject*)(Type_t *)L_77)))) { goto IL_01d0; } } { intptr_t L_78 = (intptr_t)DelegateBridge___Gen_Delegate_Imp12_m2758389524_RuntimeMethod_var; CalcNew_t680260847 * L_79 = (CalcNew_t680260847 *)il2cpp_codegen_object_new(CalcNew_t680260847_il2cpp_TypeInfo_var); CalcNew__ctor_m3380571527(L_79, __this, L_78, /*hidden argument*/NULL); return L_79; } IL_01d0: { Type_t * L_80 = ___type0; RuntimeTypeHandle_t3027515415 L_81 = { reinterpret_cast (IntParam_t1872826946_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_82 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_81, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_80) == ((RuntimeObject*)(Type_t *)L_82)))) { goto IL_01ed; } } { intptr_t L_83 = (intptr_t)DelegateBridge___Gen_Delegate_Imp13_m4088328807_RuntimeMethod_var; IntParam_t1872826946 * L_84 = (IntParam_t1872826946 *)il2cpp_codegen_object_new(IntParam_t1872826946_il2cpp_TypeInfo_var); IntParam__ctor_m858381922(L_84, __this, L_83, /*hidden argument*/NULL); return L_84; } IL_01ed: { Type_t * L_85 = ___type0; RuntimeTypeHandle_t3027515415 L_86 = { reinterpret_cast (Vector3Param_t2925075643_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_87 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_86, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_85) == ((RuntimeObject*)(Type_t *)L_87)))) { goto IL_020a; } } { intptr_t L_88 = (intptr_t)DelegateBridge___Gen_Delegate_Imp14_m2048716012_RuntimeMethod_var; Vector3Param_t2925075643 * L_89 = (Vector3Param_t2925075643 *)il2cpp_codegen_object_new(Vector3Param_t2925075643_il2cpp_TypeInfo_var); Vector3Param__ctor_m3404274100(L_89, __this, L_88, /*hidden argument*/NULL); return L_89; } IL_020a: { Type_t * L_90 = ___type0; RuntimeTypeHandle_t3027515415 L_91 = { reinterpret_cast (CustomValueTypeParam_t1524517362_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_92 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_91, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_90) == ((RuntimeObject*)(Type_t *)L_92)))) { goto IL_0227; } } { intptr_t L_93 = (intptr_t)DelegateBridge___Gen_Delegate_Imp15_m2518957742_RuntimeMethod_var; CustomValueTypeParam_t1524517362 * L_94 = (CustomValueTypeParam_t1524517362 *)il2cpp_codegen_object_new(CustomValueTypeParam_t1524517362_il2cpp_TypeInfo_var); CustomValueTypeParam__ctor_m3838340361(L_94, __this, L_93, /*hidden argument*/NULL); return L_94; } IL_0227: { Type_t * L_95 = ___type0; RuntimeTypeHandle_t3027515415 L_96 = { reinterpret_cast (EnumParam_t1711860956_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_97 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_96, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_95) == ((RuntimeObject*)(Type_t *)L_97)))) { goto IL_0244; } } { intptr_t L_98 = (intptr_t)DelegateBridge___Gen_Delegate_Imp16_m3769394114_RuntimeMethod_var; EnumParam_t1711860956 * L_99 = (EnumParam_t1711860956 *)il2cpp_codegen_object_new(EnumParam_t1711860956_il2cpp_TypeInfo_var); EnumParam__ctor_m1375771229(L_99, __this, L_98, /*hidden argument*/NULL); return L_99; } IL_0244: { Type_t * L_100 = ___type0; RuntimeTypeHandle_t3027515415 L_101 = { reinterpret_cast (DecimalParam_t4056261327_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_102 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_101, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_100) == ((RuntimeObject*)(Type_t *)L_102)))) { goto IL_0261; } } { intptr_t L_103 = (intptr_t)DelegateBridge___Gen_Delegate_Imp17_m3954379488_RuntimeMethod_var; DecimalParam_t4056261327 * L_104 = (DecimalParam_t4056261327 *)il2cpp_codegen_object_new(DecimalParam_t4056261327_il2cpp_TypeInfo_var); DecimalParam__ctor_m1658855414(L_104, __this, L_103, /*hidden argument*/NULL); return L_104; } IL_0261: { Type_t * L_105 = ___type0; RuntimeTypeHandle_t3027515415 L_106 = { reinterpret_cast (ArrayAccess_t1010732446_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_107 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_106, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_105) == ((RuntimeObject*)(Type_t *)L_107)))) { goto IL_027e; } } { intptr_t L_108 = (intptr_t)DelegateBridge___Gen_Delegate_Imp18_m3035025891_RuntimeMethod_var; ArrayAccess_t1010732446 * L_109 = (ArrayAccess_t1010732446 *)il2cpp_codegen_object_new(ArrayAccess_t1010732446_il2cpp_TypeInfo_var); ArrayAccess__ctor_m3116420301(L_109, __this, L_108, /*hidden argument*/NULL); return L_109; } IL_027e: { Type_t * L_110 = ___type0; RuntimeTypeHandle_t3027515415 L_111 = { reinterpret_cast (Action_1_t269755560_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_112 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_111, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_110) == ((RuntimeObject*)(Type_t *)L_112)))) { goto IL_029b; } } { intptr_t L_113 = (intptr_t)DelegateBridge___Gen_Delegate_Imp19_m97626652_RuntimeMethod_var; Action_1_t269755560 * L_114 = (Action_1_t269755560 *)il2cpp_codegen_object_new(Action_1_t269755560_il2cpp_TypeInfo_var); Action_1__ctor_m1363151734(L_114, __this, L_113, /*hidden argument*/Action_1__ctor_m1363151734_RuntimeMethod_var); return L_114; } IL_029b: { return (Delegate_t1188392813 *)NULL; } } #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 XLua.DelegateBridgeBase::.ctor(System.Int32,XLua.LuaEnv) extern "C" IL2CPP_METHOD_ATTR void DelegateBridgeBase__ctor_m3910126678 (DelegateBridgeBase_t3577089876 * __this, int32_t ___reference0, LuaEnv_t2152703515 * ___luaenv1, const RuntimeMethod* method) { { int32_t L_0 = ___reference0; LuaEnv_t2152703515 * L_1 = ___luaenv1; LuaBase__ctor_m4144541441(__this, L_0, L_1, /*hidden argument*/NULL); LuaEnv_t2152703515 * L_2 = ___luaenv1; NullCheck(L_2); int32_t L_3 = L_2->get_errorFuncRef_5(); __this->set_errorFuncRef_6(L_3); return; } } // System.Boolean XLua.DelegateBridgeBase::TryGetDelegate(System.Type,System.Delegate&) extern "C" IL2CPP_METHOD_ATTR bool DelegateBridgeBase_TryGetDelegate_m1530942293 (DelegateBridgeBase_t3577089876 * __this, Type_t * ___key0, Delegate_t1188392813 ** ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DelegateBridgeBase_TryGetDelegate_m1530942293_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___key0; Type_t * L_1 = __this->get_firstKey_3(); if ((!(((RuntimeObject*)(Type_t *)L_0) == ((RuntimeObject*)(Type_t *)L_1)))) { goto IL_0016; } } { Delegate_t1188392813 ** L_2 = ___value1; Delegate_t1188392813 * L_3 = __this->get_firstValue_4(); *((RuntimeObject **)(L_2)) = (RuntimeObject *)L_3; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_2), (RuntimeObject *)L_3); return (bool)1; } IL_0016: { Dictionary_2_t3632739877 * L_4 = __this->get_bindTo_5(); if (!L_4) { goto IL_002f; } } { Dictionary_2_t3632739877 * L_5 = __this->get_bindTo_5(); Type_t * L_6 = ___key0; Delegate_t1188392813 ** L_7 = ___value1; NullCheck(L_5); bool L_8 = Dictionary_2_TryGetValue_m871469651(L_5, L_6, L_7, /*hidden argument*/Dictionary_2_TryGetValue_m871469651_RuntimeMethod_var); return L_8; } IL_002f: { Delegate_t1188392813 ** L_9 = ___value1; *((RuntimeObject **)(L_9)) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_9), (RuntimeObject *)NULL); return (bool)0; } } // System.Void XLua.DelegateBridgeBase::AddDelegate(System.Type,System.Delegate) extern "C" IL2CPP_METHOD_ATTR void DelegateBridgeBase_AddDelegate_m765226622 (DelegateBridgeBase_t3577089876 * __this, Type_t * ___key0, Delegate_t1188392813 * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DelegateBridgeBase_AddDelegate_m765226622_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___key0; Type_t * L_1 = __this->get_firstKey_3(); if ((!(((RuntimeObject*)(Type_t *)L_0) == ((RuntimeObject*)(Type_t *)L_1)))) { goto IL_0017; } } { ArgumentException_t132251570 * L_2 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_2, _stringLiteral3189027530, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,DelegateBridgeBase_AddDelegate_m765226622_RuntimeMethod_var); } IL_0017: { Type_t * L_3 = __this->get_firstKey_3(); if (L_3) { goto IL_0040; } } { Dictionary_2_t3632739877 * L_4 = __this->get_bindTo_5(); if (L_4) { goto IL_0040; } } { Type_t * L_5 = ___key0; __this->set_firstKey_3(L_5); Delegate_t1188392813 * L_6 = ___value1; __this->set_firstValue_4(L_6); goto IL_00a5; } IL_0040: { Type_t * L_7 = __this->get_firstKey_3(); if (!L_7) { goto IL_0098; } } { Dictionary_2_t3632739877 * L_8 = __this->get_bindTo_5(); if (L_8) { goto IL_0098; } } { Dictionary_2_t3632739877 * L_9 = (Dictionary_2_t3632739877 *)il2cpp_codegen_object_new(Dictionary_2_t3632739877_il2cpp_TypeInfo_var); Dictionary_2__ctor_m3930009399(L_9, /*hidden argument*/Dictionary_2__ctor_m3930009399_RuntimeMethod_var); __this->set_bindTo_5(L_9); Dictionary_2_t3632739877 * L_10 = __this->get_bindTo_5(); Type_t * L_11 = __this->get_firstKey_3(); Delegate_t1188392813 * L_12 = __this->get_firstValue_4(); NullCheck(L_10); Dictionary_2_Add_m1655988432(L_10, L_11, L_12, /*hidden argument*/Dictionary_2_Add_m1655988432_RuntimeMethod_var); __this->set_firstKey_3((Type_t *)NULL); __this->set_firstValue_4((Delegate_t1188392813 *)NULL); Dictionary_2_t3632739877 * L_13 = __this->get_bindTo_5(); Type_t * L_14 = ___key0; Delegate_t1188392813 * L_15 = ___value1; NullCheck(L_13); Dictionary_2_Add_m1655988432(L_13, L_14, L_15, /*hidden argument*/Dictionary_2_Add_m1655988432_RuntimeMethod_var); goto IL_00a5; } IL_0098: { Dictionary_2_t3632739877 * L_16 = __this->get_bindTo_5(); Type_t * L_17 = ___key0; Delegate_t1188392813 * L_18 = ___value1; NullCheck(L_16); Dictionary_2_Add_m1655988432(L_16, L_17, L_18, /*hidden argument*/Dictionary_2_Add_m1655988432_RuntimeMethod_var); } IL_00a5: { return; } } // System.Delegate XLua.DelegateBridgeBase::GetDelegateByType(System.Type) extern "C" IL2CPP_METHOD_ATTR Delegate_t1188392813 * DelegateBridgeBase_GetDelegateByType_m1618943872 (DelegateBridgeBase_t3577089876 * __this, Type_t * ___type0, const RuntimeMethod* method) { { return (Delegate_t1188392813 *)NULL; } } #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 XLua.DoNotGenAttribute::.ctor() extern "C" IL2CPP_METHOD_ATTR void DoNotGenAttribute__ctor_m3147981835 (DoNotGenAttribute_t2745209486 * __this, const RuntimeMethod* method) { { Attribute__ctor_m1529526131(__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 XLua.GCOptimizeAttribute::.ctor(XLua.OptimizeFlag) extern "C" IL2CPP_METHOD_ATTR void GCOptimizeAttribute__ctor_m303474870 (GCOptimizeAttribute_t1482179628 * __this, int32_t ___flag0, const RuntimeMethod* method) { { Attribute__ctor_m1529526131(__this, /*hidden argument*/NULL); int32_t L_0 = ___flag0; __this->set_flag_0(L_0); return; } } // XLua.OptimizeFlag XLua.GCOptimizeAttribute::get_Flag() extern "C" IL2CPP_METHOD_ATTR int32_t GCOptimizeAttribute_get_Flag_m294190753 (GCOptimizeAttribute_t1482179628 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_flag_0(); 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 #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 XLua.HotfixAttribute::.ctor(XLua.HotfixFlag) extern "C" IL2CPP_METHOD_ATTR void HotfixAttribute__ctor_m483162306 (HotfixAttribute_t1092748519 * __this, int32_t ___e0, const RuntimeMethod* method) { { Attribute__ctor_m1529526131(__this, /*hidden argument*/NULL); int32_t L_0 = ___e0; __this->set_flag_0(L_0); return; } } // XLua.HotfixFlag XLua.HotfixAttribute::get_Flag() extern "C" IL2CPP_METHOD_ATTR int32_t HotfixAttribute_get_Flag_m2477861468 (HotfixAttribute_t1092748519 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_flag_0(); 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 XLua.HotfixDelegateAttribute::.ctor() extern "C" IL2CPP_METHOD_ATTR void HotfixDelegateAttribute__ctor_m4118551572 (HotfixDelegateAttribute_t1498077041 * __this, const RuntimeMethod* method) { { Attribute__ctor_m1529526131(__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 extern "C" int32_t CDECL xlua_get_hotfix_flag(int32_t); // System.Boolean XLua.HotfixDelegateBridge::xlua_get_hotfix_flag(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool HotfixDelegateBridge_xlua_get_hotfix_flag_m4114418066 (RuntimeObject * __this /* static, unused */, int32_t ___idx0, const RuntimeMethod* method) { typedef int32_t (CDECL *PInvokeFunc) (int32_t); // Native function invocation int32_t returnValue = reinterpret_cast(xlua_get_hotfix_flag)(___idx0); return static_cast(returnValue); } extern "C" void CDECL xlua_set_hotfix_flag(int32_t, int32_t); // System.Void XLua.HotfixDelegateBridge::xlua_set_hotfix_flag(System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void HotfixDelegateBridge_xlua_set_hotfix_flag_m3885627275 (RuntimeObject * __this /* static, unused */, int32_t ___idx0, bool ___flag1, const RuntimeMethod* method) { typedef void (CDECL *PInvokeFunc) (int32_t, int32_t); // Native function invocation reinterpret_cast(xlua_set_hotfix_flag)(___idx0, static_cast(___flag1)); } // XLua.DelegateBridge XLua.HotfixDelegateBridge::Get(System.Int32) extern "C" IL2CPP_METHOD_ATTR DelegateBridge_t811511531 * HotfixDelegateBridge_Get_m1891909407 (RuntimeObject * __this /* static, unused */, int32_t ___idx0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HotfixDelegateBridge_Get_m1891909407_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DelegateBridge_t811511531_il2cpp_TypeInfo_var); DelegateBridgeU5BU5D_t3509475594* L_0 = ((DelegateBridge_t811511531_StaticFields*)il2cpp_codegen_static_fields_for(DelegateBridge_t811511531_il2cpp_TypeInfo_var))->get_DelegateBridgeList_7(); int32_t L_1 = ___idx0; NullCheck(L_0); int32_t L_2 = L_1; DelegateBridge_t811511531 * L_3 = (L_0)->GetAt(static_cast(L_2)); return L_3; } } // System.Void XLua.HotfixDelegateBridge::Set(System.Int32,XLua.DelegateBridge) extern "C" IL2CPP_METHOD_ATTR void HotfixDelegateBridge_Set_m506981695 (RuntimeObject * __this /* static, unused */, int32_t ___idx0, DelegateBridge_t811511531 * ___val1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (HotfixDelegateBridge_Set_m506981695_MetadataUsageId); s_Il2CppMethodInitialized = true; } DelegateBridgeU5BU5D_t3509475594* V_0 = NULL; int32_t V_1 = 0; { int32_t L_0 = ___idx0; IL2CPP_RUNTIME_CLASS_INIT(DelegateBridge_t811511531_il2cpp_TypeInfo_var); DelegateBridgeU5BU5D_t3509475594* L_1 = ((DelegateBridge_t811511531_StaticFields*)il2cpp_codegen_static_fields_for(DelegateBridge_t811511531_il2cpp_TypeInfo_var))->get_DelegateBridgeList_7(); NullCheck(L_1); if ((((int32_t)L_0) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))))))) { goto IL_003e; } } { int32_t L_2 = ___idx0; V_0 = ((DelegateBridgeU5BU5D_t3509475594*)SZArrayNew(DelegateBridgeU5BU5D_t3509475594_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)))); V_1 = 0; goto IL_002b; } IL_001d: { DelegateBridgeU5BU5D_t3509475594* L_3 = V_0; int32_t L_4 = V_1; IL2CPP_RUNTIME_CLASS_INIT(DelegateBridge_t811511531_il2cpp_TypeInfo_var); DelegateBridgeU5BU5D_t3509475594* L_5 = ((DelegateBridge_t811511531_StaticFields*)il2cpp_codegen_static_fields_for(DelegateBridge_t811511531_il2cpp_TypeInfo_var))->get_DelegateBridgeList_7(); int32_t L_6 = V_1; NullCheck(L_5); int32_t L_7 = L_6; DelegateBridge_t811511531 * L_8 = (L_5)->GetAt(static_cast(L_7)); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_8); (L_3)->SetAt(static_cast(L_4), (DelegateBridge_t811511531 *)L_8); int32_t L_9 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_002b: { int32_t L_10 = V_1; IL2CPP_RUNTIME_CLASS_INIT(DelegateBridge_t811511531_il2cpp_TypeInfo_var); DelegateBridgeU5BU5D_t3509475594* L_11 = ((DelegateBridge_t811511531_StaticFields*)il2cpp_codegen_static_fields_for(DelegateBridge_t811511531_il2cpp_TypeInfo_var))->get_DelegateBridgeList_7(); NullCheck(L_11); if ((((int32_t)L_10) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_11)->max_length))))))) { goto IL_001d; } } { DelegateBridgeU5BU5D_t3509475594* L_12 = V_0; IL2CPP_RUNTIME_CLASS_INIT(DelegateBridge_t811511531_il2cpp_TypeInfo_var); ((DelegateBridge_t811511531_StaticFields*)il2cpp_codegen_static_fields_for(DelegateBridge_t811511531_il2cpp_TypeInfo_var))->set_DelegateBridgeList_7(L_12); } IL_003e: { IL2CPP_RUNTIME_CLASS_INIT(DelegateBridge_t811511531_il2cpp_TypeInfo_var); DelegateBridgeU5BU5D_t3509475594* L_13 = ((DelegateBridge_t811511531_StaticFields*)il2cpp_codegen_static_fields_for(DelegateBridge_t811511531_il2cpp_TypeInfo_var))->get_DelegateBridgeList_7(); int32_t L_14 = ___idx0; DelegateBridge_t811511531 * L_15 = ___val1; NullCheck(L_13); ArrayElementTypeCheck (L_13, L_15); (L_13)->SetAt(static_cast(L_14), (DelegateBridge_t811511531 *)L_15); int32_t L_16 = ___idx0; DelegateBridge_t811511531 * L_17 = ___val1; HotfixDelegateBridge_xlua_set_hotfix_flag_m3885627275(NULL /*static, unused*/, L_16, (bool)((((int32_t)((((RuntimeObject*)(DelegateBridge_t811511531 *)L_17) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)) == ((int32_t)0))? 1 : 0), /*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.Void XLua.InternalGlobals::.cctor() extern "C" IL2CPP_METHOD_ATTR void InternalGlobals__cctor_m2494807652 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (InternalGlobals__cctor_m2494807652_MetadataUsageId); s_Il2CppMethodInitialized = true; } Dictionary_2_t1632706988 * V_0 = NULL; Dictionary_2_t3301826201 * V_1 = NULL; List_1_t3349700990 * V_2 = NULL; { ((InternalGlobals_t381021467_StaticFields*)il2cpp_codegen_static_fields_for(InternalGlobals_t381021467_il2cpp_TypeInfo_var))->set_strBuff_0(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256)))); il2cpp_codegen_memory_barrier(); ((InternalGlobals_t381021467_StaticFields*)il2cpp_codegen_static_fields_for(InternalGlobals_t381021467_il2cpp_TypeInfo_var))->set_genTryArrayGetPtr_1((TryArrayGet_t1731576616 *)NULL); il2cpp_codegen_memory_barrier(); ((InternalGlobals_t381021467_StaticFields*)il2cpp_codegen_static_fields_for(InternalGlobals_t381021467_il2cpp_TypeInfo_var))->set_genTryArraySetPtr_2((TryArraySet_t1732363048 *)NULL); ObjectTranslatorPool_t158158286 * L_0 = (ObjectTranslatorPool_t158158286 *)il2cpp_codegen_object_new(ObjectTranslatorPool_t158158286_il2cpp_TypeInfo_var); ObjectTranslatorPool__ctor_m3211583880(L_0, /*hidden argument*/NULL); il2cpp_codegen_memory_barrier(); ((InternalGlobals_t381021467_StaticFields*)il2cpp_codegen_static_fields_for(InternalGlobals_t381021467_il2cpp_TypeInfo_var))->set_objectTranslatorPool_3(L_0); il2cpp_codegen_memory_barrier(); ((InternalGlobals_t381021467_StaticFields*)il2cpp_codegen_static_fields_for(InternalGlobals_t381021467_il2cpp_TypeInfo_var))->set_LUA_REGISTRYINDEX_4(((int32_t)-10000)); Dictionary_2_t1632706988 * L_1 = (Dictionary_2_t1632706988 *)il2cpp_codegen_object_new(Dictionary_2_t1632706988_il2cpp_TypeInfo_var); Dictionary_2__ctor_m3302800229(L_1, /*hidden argument*/Dictionary_2__ctor_m3302800229_RuntimeMethod_var); V_0 = L_1; Dictionary_2_t1632706988 * L_2 = V_0; NullCheck(L_2); Dictionary_2_Add_m633427275(L_2, _stringLiteral964622056, _stringLiteral3641224616, /*hidden argument*/Dictionary_2_Add_m633427275_RuntimeMethod_var); Dictionary_2_t1632706988 * L_3 = V_0; NullCheck(L_3); Dictionary_2_Add_m633427275(L_3, _stringLiteral3897952179, _stringLiteral516640048, /*hidden argument*/Dictionary_2_Add_m633427275_RuntimeMethod_var); Dictionary_2_t1632706988 * L_4 = V_0; NullCheck(L_4); Dictionary_2_Add_m633427275(L_4, _stringLiteral4198891390, _stringLiteral2035669812, /*hidden argument*/Dictionary_2_Add_m633427275_RuntimeMethod_var); Dictionary_2_t1632706988 * L_5 = V_0; NullCheck(L_5); Dictionary_2_Add_m633427275(L_5, _stringLiteral946927187, _stringLiteral3193310087, /*hidden argument*/Dictionary_2_Add_m633427275_RuntimeMethod_var); Dictionary_2_t1632706988 * L_6 = V_0; NullCheck(L_6); Dictionary_2_Add_m633427275(L_6, _stringLiteral3482834024, _stringLiteral4245602690, /*hidden argument*/Dictionary_2_Add_m633427275_RuntimeMethod_var); Dictionary_2_t1632706988 * L_7 = V_0; NullCheck(L_7); Dictionary_2_Add_m633427275(L_7, _stringLiteral831415459, _stringLiteral2106406493, /*hidden argument*/Dictionary_2_Add_m633427275_RuntimeMethod_var); Dictionary_2_t1632706988 * L_8 = V_0; NullCheck(L_8); Dictionary_2_Add_m633427275(L_8, _stringLiteral2234161082, _stringLiteral2734467087, /*hidden argument*/Dictionary_2_Add_m633427275_RuntimeMethod_var); Dictionary_2_t1632706988 * L_9 = V_0; NullCheck(L_9); Dictionary_2_Add_m633427275(L_9, _stringLiteral2038133541, _stringLiteral1632086031, /*hidden argument*/Dictionary_2_Add_m633427275_RuntimeMethod_var); Dictionary_2_t1632706988 * L_10 = V_0; NullCheck(L_10); Dictionary_2_Add_m633427275(L_10, _stringLiteral152203953, _stringLiteral123984700, /*hidden argument*/Dictionary_2_Add_m633427275_RuntimeMethod_var); Dictionary_2_t1632706988 * L_11 = V_0; NullCheck(L_11); Dictionary_2_Add_m633427275(L_11, _stringLiteral1357986273, _stringLiteral507191865, /*hidden argument*/Dictionary_2_Add_m633427275_RuntimeMethod_var); Dictionary_2_t1632706988 * L_12 = V_0; NullCheck(L_12); Dictionary_2_Add_m633427275(L_12, _stringLiteral2260015710, _stringLiteral883499605, /*hidden argument*/Dictionary_2_Add_m633427275_RuntimeMethod_var); Dictionary_2_t1632706988 * L_13 = V_0; NullCheck(L_13); Dictionary_2_Add_m633427275(L_13, _stringLiteral1905736822, _stringLiteral3140100666, /*hidden argument*/Dictionary_2_Add_m633427275_RuntimeMethod_var); Dictionary_2_t1632706988 * L_14 = V_0; NullCheck(L_14); Dictionary_2_Add_m633427275(L_14, _stringLiteral1818253423, _stringLiteral3229229626, /*hidden argument*/Dictionary_2_Add_m633427275_RuntimeMethod_var); Dictionary_2_t1632706988 * L_15 = V_0; NullCheck(L_15); Dictionary_2_Add_m633427275(L_15, _stringLiteral967860007, _stringLiteral2090618150, /*hidden argument*/Dictionary_2_Add_m633427275_RuntimeMethod_var); Dictionary_2_t1632706988 * L_16 = V_0; NullCheck(L_16); Dictionary_2_Add_m633427275(L_16, _stringLiteral1600105539, _stringLiteral2090618176, /*hidden argument*/Dictionary_2_Add_m633427275_RuntimeMethod_var); Dictionary_2_t1632706988 * L_17 = V_0; il2cpp_codegen_memory_barrier(); ((InternalGlobals_t381021467_StaticFields*)il2cpp_codegen_static_fields_for(InternalGlobals_t381021467_il2cpp_TypeInfo_var))->set_supportOp_5(L_17); il2cpp_codegen_memory_barrier(); ((InternalGlobals_t381021467_StaticFields*)il2cpp_codegen_static_fields_for(InternalGlobals_t381021467_il2cpp_TypeInfo_var))->set_extensionMethodMap_6((Dictionary_2_t3301826201 *)NULL); intptr_t L_18 = (intptr_t)Utils_LazyReflectionCall_m1164776198_RuntimeMethod_var; lua_CSFunction_t883524059 * L_19 = (lua_CSFunction_t883524059 *)il2cpp_codegen_object_new(lua_CSFunction_t883524059_il2cpp_TypeInfo_var); lua_CSFunction__ctor_m2895663127(L_19, NULL, L_18, /*hidden argument*/NULL); il2cpp_codegen_memory_barrier(); ((InternalGlobals_t381021467_StaticFields*)il2cpp_codegen_static_fields_for(InternalGlobals_t381021467_il2cpp_TypeInfo_var))->set_LazyReflectionWrap_7(L_19); Dictionary_2_t3301826201 * L_20 = (Dictionary_2_t3301826201 *)il2cpp_codegen_object_new(Dictionary_2_t3301826201_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2960191261(L_20, /*hidden argument*/Dictionary_2__ctor_m2960191261_RuntimeMethod_var); V_1 = L_20; Dictionary_2_t3301826201 * L_21 = V_1; RuntimeTypeHandle_t3027515415 L_22 = { reinterpret_cast (Tween_t2342918553_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_23 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_22, /*hidden argument*/NULL); List_1_t3349700990 * L_24 = (List_1_t3349700990 *)il2cpp_codegen_object_new(List_1_t3349700990_il2cpp_TypeInfo_var); List_1__ctor_m2345422666(L_24, /*hidden argument*/List_1__ctor_m2345422666_RuntimeMethod_var); V_2 = L_24; List_1_t3349700990 * L_25 = V_2; intptr_t L_26 = (intptr_t)TweenExtensions_Complete_m1826451228_RuntimeMethod_var; __GEN_DELEGATE0_t195997268 * L_27 = (__GEN_DELEGATE0_t195997268 *)il2cpp_codegen_object_new(__GEN_DELEGATE0_t195997268_il2cpp_TypeInfo_var); __GEN_DELEGATE0__ctor_m1211961726(L_27, NULL, L_26, /*hidden argument*/NULL); NullCheck(L_27); MethodInfo_t * L_28 = Delegate_get_Method_m3071622864(L_27, /*hidden argument*/NULL); NullCheck(L_25); List_1_Add_m14048474(L_25, L_28, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_29 = V_2; intptr_t L_30 = (intptr_t)TweenExtensions_Complete_m3318268838_RuntimeMethod_var; __GEN_DELEGATE1_t2534649428 * L_31 = (__GEN_DELEGATE1_t2534649428 *)il2cpp_codegen_object_new(__GEN_DELEGATE1_t2534649428_il2cpp_TypeInfo_var); __GEN_DELEGATE1__ctor_m2813050061(L_31, NULL, L_30, /*hidden argument*/NULL); NullCheck(L_31); MethodInfo_t * L_32 = Delegate_get_Method_m3071622864(L_31, /*hidden argument*/NULL); NullCheck(L_29); List_1_Add_m14048474(L_29, L_32, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_33 = V_2; intptr_t L_34 = (intptr_t)TweenExtensions_Flip_m924584236_RuntimeMethod_var; __GEN_DELEGATE2_t578334292 * L_35 = (__GEN_DELEGATE2_t578334292 *)il2cpp_codegen_object_new(__GEN_DELEGATE2_t578334292_il2cpp_TypeInfo_var); __GEN_DELEGATE2__ctor_m288766046(L_35, NULL, L_34, /*hidden argument*/NULL); NullCheck(L_35); MethodInfo_t * L_36 = Delegate_get_Method_m3071622864(L_35, /*hidden argument*/NULL); NullCheck(L_33); List_1_Add_m14048474(L_33, L_36, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_37 = V_2; intptr_t L_38 = (intptr_t)TweenExtensions_ForceInit_m405411878_RuntimeMethod_var; __GEN_DELEGATE3_t2916986452 * L_39 = (__GEN_DELEGATE3_t2916986452 *)il2cpp_codegen_object_new(__GEN_DELEGATE3_t2916986452_il2cpp_TypeInfo_var); __GEN_DELEGATE3__ctor_m2804154778(L_39, NULL, L_38, /*hidden argument*/NULL); NullCheck(L_39); MethodInfo_t * L_40 = Delegate_get_Method_m3071622864(L_39, /*hidden argument*/NULL); NullCheck(L_37); List_1_Add_m14048474(L_37, L_40, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_41 = V_2; intptr_t L_42 = (intptr_t)TweenExtensions_Goto_m2694549880_RuntimeMethod_var; __GEN_DELEGATE4_t3726290516 * L_43 = (__GEN_DELEGATE4_t3726290516 *)il2cpp_codegen_object_new(__GEN_DELEGATE4_t3726290516_il2cpp_TypeInfo_var); __GEN_DELEGATE4__ctor_m2087237089(L_43, NULL, L_42, /*hidden argument*/NULL); NullCheck(L_43); MethodInfo_t * L_44 = Delegate_get_Method_m3071622864(L_43, /*hidden argument*/NULL); NullCheck(L_41); List_1_Add_m14048474(L_41, L_44, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_45 = V_2; intptr_t L_46 = (intptr_t)TweenExtensions_Kill_m1633104976_RuntimeMethod_var; __GEN_DELEGATE5_t1769975380 * L_47 = (__GEN_DELEGATE5_t1769975380 *)il2cpp_codegen_object_new(__GEN_DELEGATE5_t1769975380_il2cpp_TypeInfo_var); __GEN_DELEGATE5__ctor_m3611503995(L_47, NULL, L_46, /*hidden argument*/NULL); NullCheck(L_47); MethodInfo_t * L_48 = Delegate_get_Method_m3071622864(L_47, /*hidden argument*/NULL); NullCheck(L_45); List_1_Add_m14048474(L_45, L_48, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_49 = V_2; intptr_t L_50 = (intptr_t)TweenExtensions_Pause_TisTween_t2342918553_m1759043349_RuntimeMethod_var; __GEN_DELEGATE6_t4108627540 * L_51 = (__GEN_DELEGATE6_t4108627540 *)il2cpp_codegen_object_new(__GEN_DELEGATE6_t4108627540_il2cpp_TypeInfo_var); __GEN_DELEGATE6__ctor_m1077139856(L_51, NULL, L_50, /*hidden argument*/NULL); NullCheck(L_51); MethodInfo_t * L_52 = Delegate_get_Method_m3071622864(L_51, /*hidden argument*/NULL); NullCheck(L_49); List_1_Add_m14048474(L_49, L_52, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_53 = V_2; intptr_t L_54 = (intptr_t)TweenExtensions_Play_TisTween_t2342918553_m1902296975_RuntimeMethod_var; __GEN_DELEGATE7_t2152312404 * L_55 = (__GEN_DELEGATE7_t2152312404 *)il2cpp_codegen_object_new(__GEN_DELEGATE7_t2152312404_il2cpp_TypeInfo_var); __GEN_DELEGATE7__ctor_m1218331280(L_55, NULL, L_54, /*hidden argument*/NULL); NullCheck(L_55); MethodInfo_t * L_56 = Delegate_get_Method_m3071622864(L_55, /*hidden argument*/NULL); NullCheck(L_53); List_1_Add_m14048474(L_53, L_56, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_57 = V_2; intptr_t L_58 = (intptr_t)TweenExtensions_PlayBackwards_m3827745165_RuntimeMethod_var; __GEN_DELEGATE8_t2961616468 * L_59 = (__GEN_DELEGATE8_t2961616468 *)il2cpp_codegen_object_new(__GEN_DELEGATE8_t2961616468_il2cpp_TypeInfo_var); __GEN_DELEGATE8__ctor_m861012115(L_59, NULL, L_58, /*hidden argument*/NULL); NullCheck(L_59); MethodInfo_t * L_60 = Delegate_get_Method_m3071622864(L_59, /*hidden argument*/NULL); NullCheck(L_57); List_1_Add_m14048474(L_57, L_60, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_61 = V_2; intptr_t L_62 = (intptr_t)TweenExtensions_PlayForward_m685237463_RuntimeMethod_var; __GEN_DELEGATE9_t1005301332 * L_63 = (__GEN_DELEGATE9_t1005301332 *)il2cpp_codegen_object_new(__GEN_DELEGATE9_t1005301332_il2cpp_TypeInfo_var); __GEN_DELEGATE9__ctor_m2010298608(L_63, NULL, L_62, /*hidden argument*/NULL); NullCheck(L_63); MethodInfo_t * L_64 = Delegate_get_Method_m3071622864(L_63, /*hidden argument*/NULL); NullCheck(L_61); List_1_Add_m14048474(L_61, L_64, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_65 = V_2; intptr_t L_66 = (intptr_t)TweenExtensions_Restart_m4193702017_RuntimeMethod_var; __GEN_DELEGATE10_t654749200 * L_67 = (__GEN_DELEGATE10_t654749200 *)il2cpp_codegen_object_new(__GEN_DELEGATE10_t654749200_il2cpp_TypeInfo_var); __GEN_DELEGATE10__ctor_m1744060321(L_67, NULL, L_66, /*hidden argument*/NULL); NullCheck(L_67); MethodInfo_t * L_68 = Delegate_get_Method_m3071622864(L_67, /*hidden argument*/NULL); NullCheck(L_65); List_1_Add_m14048474(L_65, L_68, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_69 = V_2; intptr_t L_70 = (intptr_t)TweenExtensions_Rewind_m3650664630_RuntimeMethod_var; __GEN_DELEGATE11_t654749201 * L_71 = (__GEN_DELEGATE11_t654749201 *)il2cpp_codegen_object_new(__GEN_DELEGATE11_t654749201_il2cpp_TypeInfo_var); __GEN_DELEGATE11__ctor_m1331970534(L_71, NULL, L_70, /*hidden argument*/NULL); NullCheck(L_71); MethodInfo_t * L_72 = Delegate_get_Method_m3071622864(L_71, /*hidden argument*/NULL); NullCheck(L_69); List_1_Add_m14048474(L_69, L_72, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_73 = V_2; intptr_t L_74 = (intptr_t)TweenExtensions_SmoothRewind_m3155331570_RuntimeMethod_var; __GEN_DELEGATE12_t654749202 * L_75 = (__GEN_DELEGATE12_t654749202 *)il2cpp_codegen_object_new(__GEN_DELEGATE12_t654749202_il2cpp_TypeInfo_var); __GEN_DELEGATE12__ctor_m577321412(L_75, NULL, L_74, /*hidden argument*/NULL); NullCheck(L_75); MethodInfo_t * L_76 = Delegate_get_Method_m3071622864(L_75, /*hidden argument*/NULL); NullCheck(L_73); List_1_Add_m14048474(L_73, L_76, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_77 = V_2; intptr_t L_78 = (intptr_t)TweenExtensions_TogglePause_m3442996308_RuntimeMethod_var; __GEN_DELEGATE13_t654749203 * L_79 = (__GEN_DELEGATE13_t654749203 *)il2cpp_codegen_object_new(__GEN_DELEGATE13_t654749203_il2cpp_TypeInfo_var); __GEN_DELEGATE13__ctor_m1606101651(L_79, NULL, L_78, /*hidden argument*/NULL); NullCheck(L_79); MethodInfo_t * L_80 = Delegate_get_Method_m3071622864(L_79, /*hidden argument*/NULL); NullCheck(L_77); List_1_Add_m14048474(L_77, L_80, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_81 = V_2; intptr_t L_82 = (intptr_t)TweenExtensions_GotoWaypoint_m4292117439_RuntimeMethod_var; __GEN_DELEGATE14_t654749204 * L_83 = (__GEN_DELEGATE14_t654749204 *)il2cpp_codegen_object_new(__GEN_DELEGATE14_t654749204_il2cpp_TypeInfo_var); __GEN_DELEGATE14__ctor_m3508757621(L_83, NULL, L_82, /*hidden argument*/NULL); NullCheck(L_83); MethodInfo_t * L_84 = Delegate_get_Method_m3071622864(L_83, /*hidden argument*/NULL); NullCheck(L_81); List_1_Add_m14048474(L_81, L_84, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_85 = V_2; intptr_t L_86 = (intptr_t)TweenExtensions_WaitForCompletion_m1929790408_RuntimeMethod_var; __GEN_DELEGATE15_t654749205 * L_87 = (__GEN_DELEGATE15_t654749205 *)il2cpp_codegen_object_new(__GEN_DELEGATE15_t654749205_il2cpp_TypeInfo_var); __GEN_DELEGATE15__ctor_m3020189218(L_87, NULL, L_86, /*hidden argument*/NULL); NullCheck(L_87); MethodInfo_t * L_88 = Delegate_get_Method_m3071622864(L_87, /*hidden argument*/NULL); NullCheck(L_85); List_1_Add_m14048474(L_85, L_88, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_89 = V_2; intptr_t L_90 = (intptr_t)TweenExtensions_WaitForRewind_m3663203282_RuntimeMethod_var; __GEN_DELEGATE16_t654749206 * L_91 = (__GEN_DELEGATE16_t654749206 *)il2cpp_codegen_object_new(__GEN_DELEGATE16_t654749206_il2cpp_TypeInfo_var); __GEN_DELEGATE16__ctor_m4233554266(L_91, NULL, L_90, /*hidden argument*/NULL); NullCheck(L_91); MethodInfo_t * L_92 = Delegate_get_Method_m3071622864(L_91, /*hidden argument*/NULL); NullCheck(L_89); List_1_Add_m14048474(L_89, L_92, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_93 = V_2; intptr_t L_94 = (intptr_t)TweenExtensions_WaitForKill_m1066952100_RuntimeMethod_var; __GEN_DELEGATE17_t654749207 * L_95 = (__GEN_DELEGATE17_t654749207 *)il2cpp_codegen_object_new(__GEN_DELEGATE17_t654749207_il2cpp_TypeInfo_var); __GEN_DELEGATE17__ctor_m658523018(L_95, NULL, L_94, /*hidden argument*/NULL); NullCheck(L_95); MethodInfo_t * L_96 = Delegate_get_Method_m3071622864(L_95, /*hidden argument*/NULL); NullCheck(L_93); List_1_Add_m14048474(L_93, L_96, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_97 = V_2; intptr_t L_98 = (intptr_t)TweenExtensions_WaitForElapsedLoops_m840621206_RuntimeMethod_var; __GEN_DELEGATE18_t654749192 * L_99 = (__GEN_DELEGATE18_t654749192 *)il2cpp_codegen_object_new(__GEN_DELEGATE18_t654749192_il2cpp_TypeInfo_var); __GEN_DELEGATE18__ctor_m353078136(L_99, NULL, L_98, /*hidden argument*/NULL); NullCheck(L_99); MethodInfo_t * L_100 = Delegate_get_Method_m3071622864(L_99, /*hidden argument*/NULL); NullCheck(L_97); List_1_Add_m14048474(L_97, L_100, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_101 = V_2; intptr_t L_102 = (intptr_t)TweenExtensions_WaitForPosition_m2934666468_RuntimeMethod_var; __GEN_DELEGATE19_t654749193 * L_103 = (__GEN_DELEGATE19_t654749193 *)il2cpp_codegen_object_new(__GEN_DELEGATE19_t654749193_il2cpp_TypeInfo_var); __GEN_DELEGATE19__ctor_m1315849901(L_103, NULL, L_102, /*hidden argument*/NULL); NullCheck(L_103); MethodInfo_t * L_104 = Delegate_get_Method_m3071622864(L_103, /*hidden argument*/NULL); NullCheck(L_101); List_1_Add_m14048474(L_101, L_104, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_105 = V_2; intptr_t L_106 = (intptr_t)TweenExtensions_WaitForStart_m1234170175_RuntimeMethod_var; __GEN_DELEGATE20_t2993401360 * L_107 = (__GEN_DELEGATE20_t2993401360 *)il2cpp_codegen_object_new(__GEN_DELEGATE20_t2993401360_il2cpp_TypeInfo_var); __GEN_DELEGATE20__ctor_m3155527457(L_107, NULL, L_106, /*hidden argument*/NULL); NullCheck(L_107); MethodInfo_t * L_108 = Delegate_get_Method_m3071622864(L_107, /*hidden argument*/NULL); NullCheck(L_105); List_1_Add_m14048474(L_105, L_108, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_109 = V_2; intptr_t L_110 = (intptr_t)TweenExtensions_CompletedLoops_m3563023805_RuntimeMethod_var; __GEN_DELEGATE21_t2993401361 * L_111 = (__GEN_DELEGATE21_t2993401361 *)il2cpp_codegen_object_new(__GEN_DELEGATE21_t2993401361_il2cpp_TypeInfo_var); __GEN_DELEGATE21__ctor_m2743437670(L_111, NULL, L_110, /*hidden argument*/NULL); NullCheck(L_111); MethodInfo_t * L_112 = Delegate_get_Method_m3071622864(L_111, /*hidden argument*/NULL); NullCheck(L_109); List_1_Add_m14048474(L_109, L_112, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_113 = V_2; intptr_t L_114 = (intptr_t)TweenExtensions_Delay_m3942197520_RuntimeMethod_var; __GEN_DELEGATE22_t2993401362 * L_115 = (__GEN_DELEGATE22_t2993401362 *)il2cpp_codegen_object_new(__GEN_DELEGATE22_t2993401362_il2cpp_TypeInfo_var); __GEN_DELEGATE22__ctor_m1988788548(L_115, NULL, L_114, /*hidden argument*/NULL); NullCheck(L_115); MethodInfo_t * L_116 = Delegate_get_Method_m3071622864(L_115, /*hidden argument*/NULL); NullCheck(L_113); List_1_Add_m14048474(L_113, L_116, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_117 = V_2; intptr_t L_118 = (intptr_t)TweenExtensions_Duration_m4084455533_RuntimeMethod_var; __GEN_DELEGATE23_t2993401363 * L_119 = (__GEN_DELEGATE23_t2993401363 *)il2cpp_codegen_object_new(__GEN_DELEGATE23_t2993401363_il2cpp_TypeInfo_var); __GEN_DELEGATE23__ctor_m3017568787(L_119, NULL, L_118, /*hidden argument*/NULL); NullCheck(L_119); MethodInfo_t * L_120 = Delegate_get_Method_m3071622864(L_119, /*hidden argument*/NULL); NullCheck(L_117); List_1_Add_m14048474(L_117, L_120, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_121 = V_2; intptr_t L_122 = (intptr_t)TweenExtensions_Elapsed_m2535223290_RuntimeMethod_var; __GEN_DELEGATE24_t2993401364 * L_123 = (__GEN_DELEGATE24_t2993401364 *)il2cpp_codegen_object_new(__GEN_DELEGATE24_t2993401364_il2cpp_TypeInfo_var); __GEN_DELEGATE24__ctor_m625257461(L_123, NULL, L_122, /*hidden argument*/NULL); NullCheck(L_123); MethodInfo_t * L_124 = Delegate_get_Method_m3071622864(L_123, /*hidden argument*/NULL); NullCheck(L_121); List_1_Add_m14048474(L_121, L_124, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_125 = V_2; intptr_t L_126 = (intptr_t)TweenExtensions_ElapsedPercentage_m2668424543_RuntimeMethod_var; __GEN_DELEGATE25_t2993401365 * L_127 = (__GEN_DELEGATE25_t2993401365 *)il2cpp_codegen_object_new(__GEN_DELEGATE25_t2993401365_il2cpp_TypeInfo_var); __GEN_DELEGATE25__ctor_m136689058(L_127, NULL, L_126, /*hidden argument*/NULL); NullCheck(L_127); MethodInfo_t * L_128 = Delegate_get_Method_m3071622864(L_127, /*hidden argument*/NULL); NullCheck(L_125); List_1_Add_m14048474(L_125, L_128, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_129 = V_2; intptr_t L_130 = (intptr_t)TweenExtensions_ElapsedDirectionalPercentage_m2617485611_RuntimeMethod_var; __GEN_DELEGATE26_t2993401366 * L_131 = (__GEN_DELEGATE26_t2993401366 *)il2cpp_codegen_object_new(__GEN_DELEGATE26_t2993401366_il2cpp_TypeInfo_var); __GEN_DELEGATE26__ctor_m1350054106(L_131, NULL, L_130, /*hidden argument*/NULL); NullCheck(L_131); MethodInfo_t * L_132 = Delegate_get_Method_m3071622864(L_131, /*hidden argument*/NULL); NullCheck(L_129); List_1_Add_m14048474(L_129, L_132, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_133 = V_2; intptr_t L_134 = (intptr_t)TweenExtensions_IsActive_m3570866154_RuntimeMethod_var; __GEN_DELEGATE27_t2993401367 * L_135 = (__GEN_DELEGATE27_t2993401367 *)il2cpp_codegen_object_new(__GEN_DELEGATE27_t2993401367_il2cpp_TypeInfo_var); __GEN_DELEGATE27__ctor_m2069990154(L_135, NULL, L_134, /*hidden argument*/NULL); NullCheck(L_135); MethodInfo_t * L_136 = Delegate_get_Method_m3071622864(L_135, /*hidden argument*/NULL); NullCheck(L_133); List_1_Add_m14048474(L_133, L_136, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_137 = V_2; intptr_t L_138 = (intptr_t)TweenExtensions_IsBackwards_m1488072814_RuntimeMethod_var; __GEN_DELEGATE28_t2993401352 * L_139 = (__GEN_DELEGATE28_t2993401352 *)il2cpp_codegen_object_new(__GEN_DELEGATE28_t2993401352_il2cpp_TypeInfo_var); __GEN_DELEGATE28__ctor_m1764545272(L_139, NULL, L_138, /*hidden argument*/NULL); NullCheck(L_139); MethodInfo_t * L_140 = Delegate_get_Method_m3071622864(L_139, /*hidden argument*/NULL); NullCheck(L_137); List_1_Add_m14048474(L_137, L_140, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_141 = V_2; intptr_t L_142 = (intptr_t)TweenExtensions_IsComplete_m1062472263_RuntimeMethod_var; __GEN_DELEGATE29_t2993401353 * L_143 = (__GEN_DELEGATE29_t2993401353 *)il2cpp_codegen_object_new(__GEN_DELEGATE29_t2993401353_il2cpp_TypeInfo_var); __GEN_DELEGATE29__ctor_m2727317037(L_143, NULL, L_142, /*hidden argument*/NULL); NullCheck(L_143); MethodInfo_t * L_144 = Delegate_get_Method_m3071622864(L_143, /*hidden argument*/NULL); NullCheck(L_141); List_1_Add_m14048474(L_141, L_144, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_145 = V_2; intptr_t L_146 = (intptr_t)TweenExtensions_IsInitialized_m1679055076_RuntimeMethod_var; __GEN_DELEGATE30_t1037086224 * L_147 = (__GEN_DELEGATE30_t1037086224 *)il2cpp_codegen_object_new(__GEN_DELEGATE30_t1037086224_il2cpp_TypeInfo_var); __GEN_DELEGATE30__ctor_m4270979651(L_147, NULL, L_146, /*hidden argument*/NULL); NullCheck(L_147); MethodInfo_t * L_148 = Delegate_get_Method_m3071622864(L_147, /*hidden argument*/NULL); NullCheck(L_145); List_1_Add_m14048474(L_145, L_148, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_149 = V_2; intptr_t L_150 = (intptr_t)TweenExtensions_IsPlaying_m3694610509_RuntimeMethod_var; __GEN_DELEGATE31_t1037086225 * L_151 = (__GEN_DELEGATE31_t1037086225 *)il2cpp_codegen_object_new(__GEN_DELEGATE31_t1037086225_il2cpp_TypeInfo_var); __GEN_DELEGATE31__ctor_m3858889864(L_151, NULL, L_150, /*hidden argument*/NULL); NullCheck(L_151); MethodInfo_t * L_152 = Delegate_get_Method_m3071622864(L_151, /*hidden argument*/NULL); NullCheck(L_149); List_1_Add_m14048474(L_149, L_152, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_153 = V_2; intptr_t L_154 = (intptr_t)TweenExtensions_Loops_m2418076320_RuntimeMethod_var; __GEN_DELEGATE32_t1037086226 * L_155 = (__GEN_DELEGATE32_t1037086226 *)il2cpp_codegen_object_new(__GEN_DELEGATE32_t1037086226_il2cpp_TypeInfo_var); __GEN_DELEGATE32__ctor_m3104240742(L_155, NULL, L_154, /*hidden argument*/NULL); NullCheck(L_155); MethodInfo_t * L_156 = Delegate_get_Method_m3071622864(L_155, /*hidden argument*/NULL); NullCheck(L_153); List_1_Add_m14048474(L_153, L_156, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_157 = V_2; intptr_t L_158 = (intptr_t)TweenExtensions_PathGetPoint_m3829092391_RuntimeMethod_var; __GEN_DELEGATE33_t1037086227 * L_159 = (__GEN_DELEGATE33_t1037086227 *)il2cpp_codegen_object_new(__GEN_DELEGATE33_t1037086227_il2cpp_TypeInfo_var); __GEN_DELEGATE33__ctor_m4133020981(L_159, NULL, L_158, /*hidden argument*/NULL); NullCheck(L_159); MethodInfo_t * L_160 = Delegate_get_Method_m3071622864(L_159, /*hidden argument*/NULL); NullCheck(L_157); List_1_Add_m14048474(L_157, L_160, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_161 = V_2; intptr_t L_162 = (intptr_t)TweenExtensions_PathGetDrawPoints_m3897590791_RuntimeMethod_var; __GEN_DELEGATE34_t1037086228 * L_163 = (__GEN_DELEGATE34_t1037086228 *)il2cpp_codegen_object_new(__GEN_DELEGATE34_t1037086228_il2cpp_TypeInfo_var); __GEN_DELEGATE34__ctor_m1740709655(L_163, NULL, L_162, /*hidden argument*/NULL); NullCheck(L_163); MethodInfo_t * L_164 = Delegate_get_Method_m3071622864(L_163, /*hidden argument*/NULL); NullCheck(L_161); List_1_Add_m14048474(L_161, L_164, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_165 = V_2; intptr_t L_166 = (intptr_t)TweenExtensions_PathLength_m3119500814_RuntimeMethod_var; __GEN_DELEGATE35_t1037086229 * L_167 = (__GEN_DELEGATE35_t1037086229 *)il2cpp_codegen_object_new(__GEN_DELEGATE35_t1037086229_il2cpp_TypeInfo_var); __GEN_DELEGATE35__ctor_m1252141252(L_167, NULL, L_166, /*hidden argument*/NULL); NullCheck(L_167); MethodInfo_t * L_168 = Delegate_get_Method_m3071622864(L_167, /*hidden argument*/NULL); NullCheck(L_165); List_1_Add_m14048474(L_165, L_168, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_169 = V_2; intptr_t L_170 = (intptr_t)TweenSettingsExtensions_SetAutoKill_TisTween_t2342918553_m2957344304_RuntimeMethod_var; __GEN_DELEGATE36_t1037086230 * L_171 = (__GEN_DELEGATE36_t1037086230 *)il2cpp_codegen_object_new(__GEN_DELEGATE36_t1037086230_il2cpp_TypeInfo_var); __GEN_DELEGATE36__ctor_m2465506300(L_171, NULL, L_170, /*hidden argument*/NULL); NullCheck(L_171); MethodInfo_t * L_172 = Delegate_get_Method_m3071622864(L_171, /*hidden argument*/NULL); NullCheck(L_169); List_1_Add_m14048474(L_169, L_172, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_173 = V_2; intptr_t L_174 = (intptr_t)TweenSettingsExtensions_SetAutoKill_TisTween_t2342918553_m745867642_RuntimeMethod_var; __GEN_DELEGATE37_t1037086231 * L_175 = (__GEN_DELEGATE37_t1037086231 *)il2cpp_codegen_object_new(__GEN_DELEGATE37_t1037086231_il2cpp_TypeInfo_var); __GEN_DELEGATE37__ctor_m3185442348(L_175, NULL, L_174, /*hidden argument*/NULL); NullCheck(L_175); MethodInfo_t * L_176 = Delegate_get_Method_m3071622864(L_175, /*hidden argument*/NULL); NullCheck(L_173); List_1_Add_m14048474(L_173, L_176, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_177 = V_2; intptr_t L_178 = (intptr_t)TweenSettingsExtensions_SetId_TisTween_t2342918553_m3100192084_RuntimeMethod_var; __GEN_DELEGATE38_t1037086216 * L_179 = (__GEN_DELEGATE38_t1037086216 *)il2cpp_codegen_object_new(__GEN_DELEGATE38_t1037086216_il2cpp_TypeInfo_var); __GEN_DELEGATE38__ctor_m2879997466(L_179, NULL, L_178, /*hidden argument*/NULL); NullCheck(L_179); MethodInfo_t * L_180 = Delegate_get_Method_m3071622864(L_179, /*hidden argument*/NULL); NullCheck(L_177); List_1_Add_m14048474(L_177, L_180, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_181 = V_2; intptr_t L_182 = (intptr_t)TweenSettingsExtensions_SetId_TisTween_t2342918553_m3441275179_RuntimeMethod_var; __GEN_DELEGATE39_t1037086217 * L_183 = (__GEN_DELEGATE39_t1037086217 *)il2cpp_codegen_object_new(__GEN_DELEGATE39_t1037086217_il2cpp_TypeInfo_var); __GEN_DELEGATE39__ctor_m3842769231(L_183, NULL, L_182, /*hidden argument*/NULL); NullCheck(L_183); MethodInfo_t * L_184 = Delegate_get_Method_m3071622864(L_183, /*hidden argument*/NULL); NullCheck(L_181); List_1_Add_m14048474(L_181, L_184, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_185 = V_2; intptr_t L_186 = (intptr_t)TweenSettingsExtensions_SetId_TisTween_t2342918553_m3428288685_RuntimeMethod_var; __GEN_DELEGATE40_t1846390288 * L_187 = (__GEN_DELEGATE40_t1846390288 *)il2cpp_codegen_object_new(__GEN_DELEGATE40_t1846390288_il2cpp_TypeInfo_var); __GEN_DELEGATE40__ctor_m4025250164(L_187, NULL, L_186, /*hidden argument*/NULL); NullCheck(L_187); MethodInfo_t * L_188 = Delegate_get_Method_m3071622864(L_187, /*hidden argument*/NULL); NullCheck(L_185); List_1_Add_m14048474(L_185, L_188, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_189 = V_2; intptr_t L_190 = (intptr_t)TweenSettingsExtensions_SetLink_TisTween_t2342918553_m655206621_RuntimeMethod_var; __GEN_DELEGATE41_t1846390289 * L_191 = (__GEN_DELEGATE41_t1846390289 *)il2cpp_codegen_object_new(__GEN_DELEGATE41_t1846390289_il2cpp_TypeInfo_var); __GEN_DELEGATE41__ctor_m3613160377(L_191, NULL, L_190, /*hidden argument*/NULL); NullCheck(L_191); MethodInfo_t * L_192 = Delegate_get_Method_m3071622864(L_191, /*hidden argument*/NULL); NullCheck(L_189); List_1_Add_m14048474(L_189, L_192, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_193 = V_2; intptr_t L_194 = (intptr_t)TweenSettingsExtensions_SetLink_TisTween_t2342918553_m2546892261_RuntimeMethod_var; __GEN_DELEGATE42_t1846390290 * L_195 = (__GEN_DELEGATE42_t1846390290 *)il2cpp_codegen_object_new(__GEN_DELEGATE42_t1846390290_il2cpp_TypeInfo_var); __GEN_DELEGATE42__ctor_m2858511255(L_195, NULL, L_194, /*hidden argument*/NULL); NullCheck(L_195); MethodInfo_t * L_196 = Delegate_get_Method_m3071622864(L_195, /*hidden argument*/NULL); NullCheck(L_193); List_1_Add_m14048474(L_193, L_196, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_197 = V_2; intptr_t L_198 = (intptr_t)TweenSettingsExtensions_SetTarget_TisTween_t2342918553_m133736280_RuntimeMethod_var; __GEN_DELEGATE43_t1846390291 * L_199 = (__GEN_DELEGATE43_t1846390291 *)il2cpp_codegen_object_new(__GEN_DELEGATE43_t1846390291_il2cpp_TypeInfo_var); __GEN_DELEGATE43__ctor_m3887291494(L_199, NULL, L_198, /*hidden argument*/NULL); NullCheck(L_199); MethodInfo_t * L_200 = Delegate_get_Method_m3071622864(L_199, /*hidden argument*/NULL); NullCheck(L_197); List_1_Add_m14048474(L_197, L_200, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_201 = V_2; intptr_t L_202 = (intptr_t)TweenSettingsExtensions_SetLoops_TisTween_t2342918553_m992761912_RuntimeMethod_var; __GEN_DELEGATE44_t1846390292 * L_203 = (__GEN_DELEGATE44_t1846390292 *)il2cpp_codegen_object_new(__GEN_DELEGATE44_t1846390292_il2cpp_TypeInfo_var); __GEN_DELEGATE44__ctor_m1494980168(L_203, NULL, L_202, /*hidden argument*/NULL); NullCheck(L_203); MethodInfo_t * L_204 = Delegate_get_Method_m3071622864(L_203, /*hidden argument*/NULL); NullCheck(L_201); List_1_Add_m14048474(L_201, L_204, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_205 = V_2; intptr_t L_206 = (intptr_t)TweenSettingsExtensions_SetLoops_TisTween_t2342918553_m2682154916_RuntimeMethod_var; __GEN_DELEGATE45_t1846390293 * L_207 = (__GEN_DELEGATE45_t1846390293 *)il2cpp_codegen_object_new(__GEN_DELEGATE45_t1846390293_il2cpp_TypeInfo_var); __GEN_DELEGATE45__ctor_m1006411765(L_207, NULL, L_206, /*hidden argument*/NULL); NullCheck(L_207); MethodInfo_t * L_208 = Delegate_get_Method_m3071622864(L_207, /*hidden argument*/NULL); NullCheck(L_205); List_1_Add_m14048474(L_205, L_208, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_209 = V_2; intptr_t L_210 = (intptr_t)TweenSettingsExtensions_SetEase_TisTween_t2342918553_m3989025765_RuntimeMethod_var; __GEN_DELEGATE46_t1846390294 * L_211 = (__GEN_DELEGATE46_t1846390294 *)il2cpp_codegen_object_new(__GEN_DELEGATE46_t1846390294_il2cpp_TypeInfo_var); __GEN_DELEGATE46__ctor_m2219776813(L_211, NULL, L_210, /*hidden argument*/NULL); NullCheck(L_211); MethodInfo_t * L_212 = Delegate_get_Method_m3071622864(L_211, /*hidden argument*/NULL); NullCheck(L_209); List_1_Add_m14048474(L_209, L_212, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_213 = V_2; intptr_t L_214 = (intptr_t)TweenSettingsExtensions_SetEase_TisTween_t2342918553_m2954237904_RuntimeMethod_var; __GEN_DELEGATE47_t1846390295 * L_215 = (__GEN_DELEGATE47_t1846390295 *)il2cpp_codegen_object_new(__GEN_DELEGATE47_t1846390295_il2cpp_TypeInfo_var); __GEN_DELEGATE47__ctor_m2939712861(L_215, NULL, L_214, /*hidden argument*/NULL); NullCheck(L_215); MethodInfo_t * L_216 = Delegate_get_Method_m3071622864(L_215, /*hidden argument*/NULL); NullCheck(L_213); List_1_Add_m14048474(L_213, L_216, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_217 = V_2; intptr_t L_218 = (intptr_t)TweenSettingsExtensions_SetEase_TisTween_t2342918553_m1696611172_RuntimeMethod_var; __GEN_DELEGATE48_t1846390280 * L_219 = (__GEN_DELEGATE48_t1846390280 *)il2cpp_codegen_object_new(__GEN_DELEGATE48_t1846390280_il2cpp_TypeInfo_var); __GEN_DELEGATE48__ctor_m2634267979(L_219, NULL, L_218, /*hidden argument*/NULL); NullCheck(L_219); MethodInfo_t * L_220 = Delegate_get_Method_m3071622864(L_219, /*hidden argument*/NULL); NullCheck(L_217); List_1_Add_m14048474(L_217, L_220, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_221 = V_2; intptr_t L_222 = (intptr_t)TweenSettingsExtensions_SetEase_TisTween_t2342918553_m2228469767_RuntimeMethod_var; __GEN_DELEGATE49_t1846390281 * L_223 = (__GEN_DELEGATE49_t1846390281 *)il2cpp_codegen_object_new(__GEN_DELEGATE49_t1846390281_il2cpp_TypeInfo_var); __GEN_DELEGATE49__ctor_m3597039744(L_223, NULL, L_222, /*hidden argument*/NULL); NullCheck(L_223); MethodInfo_t * L_224 = Delegate_get_Method_m3071622864(L_223, /*hidden argument*/NULL); NullCheck(L_221); List_1_Add_m14048474(L_221, L_224, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_225 = V_2; intptr_t L_226 = (intptr_t)TweenSettingsExtensions_SetEase_TisTween_t2342918553_m3188047606_RuntimeMethod_var; __GEN_DELEGATE50_t4185042448 * L_227 = (__GEN_DELEGATE50_t4185042448 *)il2cpp_codegen_object_new(__GEN_DELEGATE50_t4185042448_il2cpp_TypeInfo_var); __GEN_DELEGATE50__ctor_m1921076724(L_227, NULL, L_226, /*hidden argument*/NULL); NullCheck(L_227); MethodInfo_t * L_228 = Delegate_get_Method_m3071622864(L_227, /*hidden argument*/NULL); NullCheck(L_225); List_1_Add_m14048474(L_225, L_228, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_229 = V_2; intptr_t L_230 = (intptr_t)TweenSettingsExtensions_SetRecyclable_TisTween_t2342918553_m765903891_RuntimeMethod_var; __GEN_DELEGATE51_t4185042449 * L_231 = (__GEN_DELEGATE51_t4185042449 *)il2cpp_codegen_object_new(__GEN_DELEGATE51_t4185042449_il2cpp_TypeInfo_var); __GEN_DELEGATE51__ctor_m1508986937(L_231, NULL, L_230, /*hidden argument*/NULL); NullCheck(L_231); MethodInfo_t * L_232 = Delegate_get_Method_m3071622864(L_231, /*hidden argument*/NULL); NullCheck(L_229); List_1_Add_m14048474(L_229, L_232, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_233 = V_2; intptr_t L_234 = (intptr_t)TweenSettingsExtensions_SetRecyclable_TisTween_t2342918553_m516386476_RuntimeMethod_var; __GEN_DELEGATE52_t4185042450 * L_235 = (__GEN_DELEGATE52_t4185042450 *)il2cpp_codegen_object_new(__GEN_DELEGATE52_t4185042450_il2cpp_TypeInfo_var); __GEN_DELEGATE52__ctor_m754337815(L_235, NULL, L_234, /*hidden argument*/NULL); NullCheck(L_235); MethodInfo_t * L_236 = Delegate_get_Method_m3071622864(L_235, /*hidden argument*/NULL); NullCheck(L_233); List_1_Add_m14048474(L_233, L_236, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_237 = V_2; intptr_t L_238 = (intptr_t)TweenSettingsExtensions_SetUpdate_TisTween_t2342918553_m2828499233_RuntimeMethod_var; __GEN_DELEGATE53_t4185042451 * L_239 = (__GEN_DELEGATE53_t4185042451 *)il2cpp_codegen_object_new(__GEN_DELEGATE53_t4185042451_il2cpp_TypeInfo_var); __GEN_DELEGATE53__ctor_m1783118054(L_239, NULL, L_238, /*hidden argument*/NULL); NullCheck(L_239); MethodInfo_t * L_240 = Delegate_get_Method_m3071622864(L_239, /*hidden argument*/NULL); NullCheck(L_237); List_1_Add_m14048474(L_237, L_240, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_241 = V_2; intptr_t L_242 = (intptr_t)TweenSettingsExtensions_SetUpdate_TisTween_t2342918553_m1275942452_RuntimeMethod_var; __GEN_DELEGATE54_t4185042452 * L_243 = (__GEN_DELEGATE54_t4185042452 *)il2cpp_codegen_object_new(__GEN_DELEGATE54_t4185042452_il2cpp_TypeInfo_var); __GEN_DELEGATE54__ctor_m3685774024(L_243, NULL, L_242, /*hidden argument*/NULL); NullCheck(L_243); MethodInfo_t * L_244 = Delegate_get_Method_m3071622864(L_243, /*hidden argument*/NULL); NullCheck(L_241); List_1_Add_m14048474(L_241, L_244, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_245 = V_2; intptr_t L_246 = (intptr_t)TweenSettingsExtensions_SetUpdate_TisTween_t2342918553_m3981757015_RuntimeMethod_var; __GEN_DELEGATE55_t4185042453 * L_247 = (__GEN_DELEGATE55_t4185042453 *)il2cpp_codegen_object_new(__GEN_DELEGATE55_t4185042453_il2cpp_TypeInfo_var); __GEN_DELEGATE55__ctor_m3197205621(L_247, NULL, L_246, /*hidden argument*/NULL); NullCheck(L_247); MethodInfo_t * L_248 = Delegate_get_Method_m3071622864(L_247, /*hidden argument*/NULL); NullCheck(L_245); List_1_Add_m14048474(L_245, L_248, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_249 = V_2; intptr_t L_250 = (intptr_t)TweenSettingsExtensions_OnStart_TisTween_t2342918553_m4030713019_RuntimeMethod_var; __GEN_DELEGATE56_t4185042454 * L_251 = (__GEN_DELEGATE56_t4185042454 *)il2cpp_codegen_object_new(__GEN_DELEGATE56_t4185042454_il2cpp_TypeInfo_var); __GEN_DELEGATE56__ctor_m115603373(L_251, NULL, L_250, /*hidden argument*/NULL); NullCheck(L_251); MethodInfo_t * L_252 = Delegate_get_Method_m3071622864(L_251, /*hidden argument*/NULL); NullCheck(L_249); List_1_Add_m14048474(L_249, L_252, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_253 = V_2; intptr_t L_254 = (intptr_t)TweenSettingsExtensions_OnPlay_TisTween_t2342918553_m2365879723_RuntimeMethod_var; __GEN_DELEGATE57_t4185042455 * L_255 = (__GEN_DELEGATE57_t4185042455 *)il2cpp_codegen_object_new(__GEN_DELEGATE57_t4185042455_il2cpp_TypeInfo_var); __GEN_DELEGATE57__ctor_m835539421(L_255, NULL, L_254, /*hidden argument*/NULL); NullCheck(L_255); MethodInfo_t * L_256 = Delegate_get_Method_m3071622864(L_255, /*hidden argument*/NULL); NullCheck(L_253); List_1_Add_m14048474(L_253, L_256, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_257 = V_2; intptr_t L_258 = (intptr_t)TweenSettingsExtensions_OnPause_TisTween_t2342918553_m3926976238_RuntimeMethod_var; __GEN_DELEGATE58_t4185042440 * L_259 = (__GEN_DELEGATE58_t4185042440 *)il2cpp_codegen_object_new(__GEN_DELEGATE58_t4185042440_il2cpp_TypeInfo_var); __GEN_DELEGATE58__ctor_m530094539(L_259, NULL, L_258, /*hidden argument*/NULL); NullCheck(L_259); MethodInfo_t * L_260 = Delegate_get_Method_m3071622864(L_259, /*hidden argument*/NULL); NullCheck(L_257); List_1_Add_m14048474(L_257, L_260, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_261 = V_2; intptr_t L_262 = (intptr_t)TweenSettingsExtensions_OnRewind_TisTween_t2342918553_m1950155676_RuntimeMethod_var; __GEN_DELEGATE59_t4185042441 * L_263 = (__GEN_DELEGATE59_t4185042441 *)il2cpp_codegen_object_new(__GEN_DELEGATE59_t4185042441_il2cpp_TypeInfo_var); __GEN_DELEGATE59__ctor_m1492866304(L_263, NULL, L_262, /*hidden argument*/NULL); NullCheck(L_263); MethodInfo_t * L_264 = Delegate_get_Method_m3071622864(L_263, /*hidden argument*/NULL); NullCheck(L_261); List_1_Add_m14048474(L_261, L_264, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_265 = V_2; intptr_t L_266 = (intptr_t)TweenSettingsExtensions_OnUpdate_TisTween_t2342918553_m708388315_RuntimeMethod_var; __GEN_DELEGATE60_t2228727312 * L_267 = (__GEN_DELEGATE60_t2228727312 *)il2cpp_codegen_object_new(__GEN_DELEGATE60_t2228727312_il2cpp_TypeInfo_var); __GEN_DELEGATE60__ctor_m288954941(L_267, NULL, L_266, /*hidden argument*/NULL); NullCheck(L_267); MethodInfo_t * L_268 = Delegate_get_Method_m3071622864(L_267, /*hidden argument*/NULL); NullCheck(L_265); List_1_Add_m14048474(L_265, L_268, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_269 = V_2; intptr_t L_270 = (intptr_t)TweenSettingsExtensions_OnStepComplete_TisTween_t2342918553_m681360050_RuntimeMethod_var; __GEN_DELEGATE61_t2228727313 * L_271 = (__GEN_DELEGATE61_t2228727313 *)il2cpp_codegen_object_new(__GEN_DELEGATE61_t2228727313_il2cpp_TypeInfo_var); __GEN_DELEGATE61__ctor_m4171832450(L_271, NULL, L_270, /*hidden argument*/NULL); NullCheck(L_271); MethodInfo_t * L_272 = Delegate_get_Method_m3071622864(L_271, /*hidden argument*/NULL); NullCheck(L_269); List_1_Add_m14048474(L_269, L_272, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_273 = V_2; intptr_t L_274 = (intptr_t)TweenSettingsExtensions_OnComplete_TisTween_t2342918553_m1652625332_RuntimeMethod_var; __GEN_DELEGATE62_t2228727314 * L_275 = (__GEN_DELEGATE62_t2228727314 *)il2cpp_codegen_object_new(__GEN_DELEGATE62_t2228727314_il2cpp_TypeInfo_var); __GEN_DELEGATE62__ctor_m3417183328(L_275, NULL, L_274, /*hidden argument*/NULL); NullCheck(L_275); MethodInfo_t * L_276 = Delegate_get_Method_m3071622864(L_275, /*hidden argument*/NULL); NullCheck(L_273); List_1_Add_m14048474(L_273, L_276, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_277 = V_2; intptr_t L_278 = (intptr_t)TweenSettingsExtensions_OnKill_TisTween_t2342918553_m4042560312_RuntimeMethod_var; __GEN_DELEGATE63_t2228727315 * L_279 = (__GEN_DELEGATE63_t2228727315 *)il2cpp_codegen_object_new(__GEN_DELEGATE63_t2228727315_il2cpp_TypeInfo_var); __GEN_DELEGATE63__ctor_m150996271(L_279, NULL, L_278, /*hidden argument*/NULL); NullCheck(L_279); MethodInfo_t * L_280 = Delegate_get_Method_m3071622864(L_279, /*hidden argument*/NULL); NullCheck(L_277); List_1_Add_m14048474(L_277, L_280, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_281 = V_2; intptr_t L_282 = (intptr_t)TweenSettingsExtensions_OnWaypointChange_TisTween_t2342918553_m1125628120_RuntimeMethod_var; __GEN_DELEGATE64_t2228727316 * L_283 = (__GEN_DELEGATE64_t2228727316 *)il2cpp_codegen_object_new(__GEN_DELEGATE64_t2228727316_il2cpp_TypeInfo_var); __GEN_DELEGATE64__ctor_m2053652241(L_283, NULL, L_282, /*hidden argument*/NULL); NullCheck(L_283); MethodInfo_t * L_284 = Delegate_get_Method_m3071622864(L_283, /*hidden argument*/NULL); NullCheck(L_281); List_1_Add_m14048474(L_281, L_284, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_285 = V_2; intptr_t L_286 = (intptr_t)TweenSettingsExtensions_SetAs_TisTween_t2342918553_m1097259991_RuntimeMethod_var; __GEN_DELEGATE65_t2228727317 * L_287 = (__GEN_DELEGATE65_t2228727317 *)il2cpp_codegen_object_new(__GEN_DELEGATE65_t2228727317_il2cpp_TypeInfo_var); __GEN_DELEGATE65__ctor_m1565083838(L_287, NULL, L_286, /*hidden argument*/NULL); NullCheck(L_287); MethodInfo_t * L_288 = Delegate_get_Method_m3071622864(L_287, /*hidden argument*/NULL); NullCheck(L_285); List_1_Add_m14048474(L_285, L_288, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_289 = V_2; intptr_t L_290 = (intptr_t)TweenSettingsExtensions_SetAs_TisTween_t2342918553_m14657721_RuntimeMethod_var; __GEN_DELEGATE66_t2228727318 * L_291 = (__GEN_DELEGATE66_t2228727318 *)il2cpp_codegen_object_new(__GEN_DELEGATE66_t2228727318_il2cpp_TypeInfo_var); __GEN_DELEGATE66__ctor_m2778448886(L_291, NULL, L_290, /*hidden argument*/NULL); NullCheck(L_291); MethodInfo_t * L_292 = Delegate_get_Method_m3071622864(L_291, /*hidden argument*/NULL); NullCheck(L_289); List_1_Add_m14048474(L_289, L_292, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_293 = V_2; intptr_t L_294 = (intptr_t)TweenSettingsExtensions_SetDelay_TisTween_t2342918553_m1482565306_RuntimeMethod_var; __GEN_DELEGATE80_t1081716240 * L_295 = (__GEN_DELEGATE80_t1081716240 *)il2cpp_codegen_object_new(__GEN_DELEGATE80_t1081716240_il2cpp_TypeInfo_var); __GEN_DELEGATE80__ctor_m922645726(L_295, NULL, L_294, /*hidden argument*/NULL); NullCheck(L_295); MethodInfo_t * L_296 = Delegate_get_Method_m3071622864(L_295, /*hidden argument*/NULL); NullCheck(L_293); List_1_Add_m14048474(L_293, L_296, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_297 = V_2; intptr_t L_298 = (intptr_t)TweenSettingsExtensions_SetRelative_TisTween_t2342918553_m1828727035_RuntimeMethod_var; __GEN_DELEGATE81_t1081716241 * L_299 = (__GEN_DELEGATE81_t1081716241 *)il2cpp_codegen_object_new(__GEN_DELEGATE81_t1081716241_il2cpp_TypeInfo_var); __GEN_DELEGATE81__ctor_m510555939(L_299, NULL, L_298, /*hidden argument*/NULL); NullCheck(L_299); MethodInfo_t * L_300 = Delegate_get_Method_m3071622864(L_299, /*hidden argument*/NULL); NullCheck(L_297); List_1_Add_m14048474(L_297, L_300, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_301 = V_2; intptr_t L_302 = (intptr_t)TweenSettingsExtensions_SetRelative_TisTween_t2342918553_m2709078457_RuntimeMethod_var; __GEN_DELEGATE82_t1081716242 * L_303 = (__GEN_DELEGATE82_t1081716242 *)il2cpp_codegen_object_new(__GEN_DELEGATE82_t1081716242_il2cpp_TypeInfo_var); __GEN_DELEGATE82__ctor_m4050874113(L_303, NULL, L_302, /*hidden argument*/NULL); NullCheck(L_303); MethodInfo_t * L_304 = Delegate_get_Method_m3071622864(L_303, /*hidden argument*/NULL); NullCheck(L_301); List_1_Add_m14048474(L_301, L_304, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_305 = V_2; intptr_t L_306 = (intptr_t)TweenSettingsExtensions_SetSpeedBased_TisTween_t2342918553_m1519705035_RuntimeMethod_var; __GEN_DELEGATE83_t1081716243 * L_307 = (__GEN_DELEGATE83_t1081716243 *)il2cpp_codegen_object_new(__GEN_DELEGATE83_t1081716243_il2cpp_TypeInfo_var); __GEN_DELEGATE83__ctor_m784687056(L_307, NULL, L_306, /*hidden argument*/NULL); NullCheck(L_307); MethodInfo_t * L_308 = Delegate_get_Method_m3071622864(L_307, /*hidden argument*/NULL); NullCheck(L_305); List_1_Add_m14048474(L_305, L_308, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_309 = V_2; intptr_t L_310 = (intptr_t)TweenSettingsExtensions_SetSpeedBased_TisTween_t2342918553_m1479414832_RuntimeMethod_var; __GEN_DELEGATE84_t1081716244 * L_311 = (__GEN_DELEGATE84_t1081716244 *)il2cpp_codegen_object_new(__GEN_DELEGATE84_t1081716244_il2cpp_TypeInfo_var); __GEN_DELEGATE84__ctor_m2687343026(L_311, NULL, L_310, /*hidden argument*/NULL); NullCheck(L_311); MethodInfo_t * L_312 = Delegate_get_Method_m3071622864(L_311, /*hidden argument*/NULL); NullCheck(L_309); List_1_Add_m14048474(L_309, L_312, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_313 = V_2; intptr_t L_314 = (intptr_t)ShortcutExtensions_DOTimeScale_m2126310251_RuntimeMethod_var; __GEN_DELEGATE168_t652127766 * L_315 = (__GEN_DELEGATE168_t652127766 *)il2cpp_codegen_object_new(__GEN_DELEGATE168_t652127766_il2cpp_TypeInfo_var); __GEN_DELEGATE168__ctor_m1045025620(L_315, NULL, L_314, /*hidden argument*/NULL); NullCheck(L_315); MethodInfo_t * L_316 = Delegate_get_Method_m3071622864(L_315, /*hidden argument*/NULL); NullCheck(L_313); List_1_Add_m14048474(L_313, L_316, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_317 = V_2; NullCheck(L_21); Dictionary_2_Add_m2534058333(L_21, L_23, L_317, /*hidden argument*/Dictionary_2_Add_m2534058333_RuntimeMethod_var); Dictionary_2_t3301826201 * L_318 = V_1; RuntimeTypeHandle_t3027515415 L_319 = { reinterpret_cast (Sequence_t2050373119_0_0_0_var) }; Type_t * L_320 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_319, /*hidden argument*/NULL); List_1_t3349700990 * L_321 = (List_1_t3349700990 *)il2cpp_codegen_object_new(List_1_t3349700990_il2cpp_TypeInfo_var); List_1__ctor_m2345422666(L_321, /*hidden argument*/List_1__ctor_m2345422666_RuntimeMethod_var); V_2 = L_321; List_1_t3349700990 * L_322 = V_2; intptr_t L_323 = (intptr_t)TweenSettingsExtensions_Append_m650649794_RuntimeMethod_var; __GEN_DELEGATE67_t2228727319 * L_324 = (__GEN_DELEGATE67_t2228727319 *)il2cpp_codegen_object_new(__GEN_DELEGATE67_t2228727319_il2cpp_TypeInfo_var); __GEN_DELEGATE67__ctor_m3498384934(L_324, NULL, L_323, /*hidden argument*/NULL); NullCheck(L_324); MethodInfo_t * L_325 = Delegate_get_Method_m3071622864(L_324, /*hidden argument*/NULL); NullCheck(L_322); List_1_Add_m14048474(L_322, L_325, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_326 = V_2; intptr_t L_327 = (intptr_t)TweenSettingsExtensions_Prepend_m2275824237_RuntimeMethod_var; __GEN_DELEGATE68_t2228727304 * L_328 = (__GEN_DELEGATE68_t2228727304 *)il2cpp_codegen_object_new(__GEN_DELEGATE68_t2228727304_il2cpp_TypeInfo_var); __GEN_DELEGATE68__ctor_m3192940052(L_328, NULL, L_327, /*hidden argument*/NULL); NullCheck(L_328); MethodInfo_t * L_329 = Delegate_get_Method_m3071622864(L_328, /*hidden argument*/NULL); NullCheck(L_326); List_1_Add_m14048474(L_326, L_329, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_330 = V_2; intptr_t L_331 = (intptr_t)TweenSettingsExtensions_Join_m505346047_RuntimeMethod_var; __GEN_DELEGATE69_t2228727305 * L_332 = (__GEN_DELEGATE69_t2228727305 *)il2cpp_codegen_object_new(__GEN_DELEGATE69_t2228727305_il2cpp_TypeInfo_var); __GEN_DELEGATE69__ctor_m4155711817(L_332, NULL, L_331, /*hidden argument*/NULL); NullCheck(L_332); MethodInfo_t * L_333 = Delegate_get_Method_m3071622864(L_332, /*hidden argument*/NULL); NullCheck(L_330); List_1_Add_m14048474(L_330, L_333, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_334 = V_2; intptr_t L_335 = (intptr_t)TweenSettingsExtensions_Insert_m1143107253_RuntimeMethod_var; __GEN_DELEGATE70_t272412176 * L_336 = (__GEN_DELEGATE70_t272412176 *)il2cpp_codegen_object_new(__GEN_DELEGATE70_t272412176_il2cpp_TypeInfo_var); __GEN_DELEGATE70__ctor_m418041507(L_336, NULL, L_335, /*hidden argument*/NULL); NullCheck(L_336); MethodInfo_t * L_337 = Delegate_get_Method_m3071622864(L_336, /*hidden argument*/NULL); NullCheck(L_334); List_1_Add_m14048474(L_334, L_337, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_338 = V_2; intptr_t L_339 = (intptr_t)TweenSettingsExtensions_AppendInterval_m4093776299_RuntimeMethod_var; __GEN_DELEGATE71_t272412177 * L_340 = (__GEN_DELEGATE71_t272412177 *)il2cpp_codegen_object_new(__GEN_DELEGATE71_t272412177_il2cpp_TypeInfo_var); __GEN_DELEGATE71__ctor_m5951720(L_340, NULL, L_339, /*hidden argument*/NULL); NullCheck(L_340); MethodInfo_t * L_341 = Delegate_get_Method_m3071622864(L_340, /*hidden argument*/NULL); NullCheck(L_338); List_1_Add_m14048474(L_338, L_341, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_342 = V_2; intptr_t L_343 = (intptr_t)TweenSettingsExtensions_PrependInterval_m1922747584_RuntimeMethod_var; __GEN_DELEGATE72_t272412178 * L_344 = (__GEN_DELEGATE72_t272412178 *)il2cpp_codegen_object_new(__GEN_DELEGATE72_t272412178_il2cpp_TypeInfo_var); __GEN_DELEGATE72__ctor_m3546269894(L_344, NULL, L_343, /*hidden argument*/NULL); NullCheck(L_344); MethodInfo_t * L_345 = Delegate_get_Method_m3071622864(L_344, /*hidden argument*/NULL); NullCheck(L_342); List_1_Add_m14048474(L_342, L_345, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_346 = V_2; intptr_t L_347 = (intptr_t)TweenSettingsExtensions_AppendCallback_m3627003055_RuntimeMethod_var; __GEN_DELEGATE73_t272412179 * L_348 = (__GEN_DELEGATE73_t272412179 *)il2cpp_codegen_object_new(__GEN_DELEGATE73_t272412179_il2cpp_TypeInfo_var); __GEN_DELEGATE73__ctor_m280082837(L_348, NULL, L_347, /*hidden argument*/NULL); NullCheck(L_348); MethodInfo_t * L_349 = Delegate_get_Method_m3071622864(L_348, /*hidden argument*/NULL); NullCheck(L_346); List_1_Add_m14048474(L_346, L_349, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_350 = V_2; intptr_t L_351 = (intptr_t)TweenSettingsExtensions_PrependCallback_m837105778_RuntimeMethod_var; __GEN_DELEGATE74_t272412180 * L_352 = (__GEN_DELEGATE74_t272412180 *)il2cpp_codegen_object_new(__GEN_DELEGATE74_t272412180_il2cpp_TypeInfo_var); __GEN_DELEGATE74__ctor_m2182738807(L_352, NULL, L_351, /*hidden argument*/NULL); NullCheck(L_352); MethodInfo_t * L_353 = Delegate_get_Method_m3071622864(L_352, /*hidden argument*/NULL); NullCheck(L_350); List_1_Add_m14048474(L_350, L_353, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_354 = V_2; intptr_t L_355 = (intptr_t)TweenSettingsExtensions_InsertCallback_m2218637835_RuntimeMethod_var; __GEN_DELEGATE75_t272412181 * L_356 = (__GEN_DELEGATE75_t272412181 *)il2cpp_codegen_object_new(__GEN_DELEGATE75_t272412181_il2cpp_TypeInfo_var); __GEN_DELEGATE75__ctor_m1694170404(L_356, NULL, L_355, /*hidden argument*/NULL); NullCheck(L_356); MethodInfo_t * L_357 = Delegate_get_Method_m3071622864(L_356, /*hidden argument*/NULL); NullCheck(L_354); List_1_Add_m14048474(L_354, L_357, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_358 = V_2; NullCheck(L_318); Dictionary_2_Add_m2534058333(L_318, L_320, L_358, /*hidden argument*/Dictionary_2_Add_m2534058333_RuntimeMethod_var); Dictionary_2_t3301826201 * L_359 = V_1; RuntimeTypeHandle_t3027515415 L_360 = { reinterpret_cast (Tweener_t436044680_0_0_0_var) }; Type_t * L_361 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_360, /*hidden argument*/NULL); List_1_t3349700990 * L_362 = (List_1_t3349700990 *)il2cpp_codegen_object_new(List_1_t3349700990_il2cpp_TypeInfo_var); List_1__ctor_m2345422666(L_362, /*hidden argument*/List_1__ctor_m2345422666_RuntimeMethod_var); V_2 = L_362; List_1_t3349700990 * L_363 = V_2; intptr_t L_364 = (intptr_t)TweenSettingsExtensions_From_TisTweener_t436044680_m3123850042_RuntimeMethod_var; __GEN_DELEGATE76_t272412182 * L_365 = (__GEN_DELEGATE76_t272412182 *)il2cpp_codegen_object_new(__GEN_DELEGATE76_t272412182_il2cpp_TypeInfo_var); __GEN_DELEGATE76__ctor_m2907535452(L_365, NULL, L_364, /*hidden argument*/NULL); NullCheck(L_365); MethodInfo_t * L_366 = Delegate_get_Method_m3071622864(L_365, /*hidden argument*/NULL); NullCheck(L_363); List_1_Add_m14048474(L_363, L_366, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_367 = V_2; intptr_t L_368 = (intptr_t)TweenSettingsExtensions_From_TisTweener_t436044680_m1310755099_RuntimeMethod_var; __GEN_DELEGATE77_t272412183 * L_369 = (__GEN_DELEGATE77_t272412183 *)il2cpp_codegen_object_new(__GEN_DELEGATE77_t272412183_il2cpp_TypeInfo_var); __GEN_DELEGATE77__ctor_m3627471500(L_369, NULL, L_368, /*hidden argument*/NULL); NullCheck(L_369); MethodInfo_t * L_370 = Delegate_get_Method_m3071622864(L_369, /*hidden argument*/NULL); NullCheck(L_367); List_1_Add_m14048474(L_367, L_370, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_371 = V_2; NullCheck(L_359); Dictionary_2_Add_m2534058333(L_359, L_361, L_371, /*hidden argument*/Dictionary_2_Add_m2534058333_RuntimeMethod_var); Dictionary_2_t3301826201 * L_372 = V_1; RuntimeTypeHandle_t3027515415 L_373 = { reinterpret_cast (TweenerCore_3_t745532282_0_0_0_var) }; Type_t * L_374 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_373, /*hidden argument*/NULL); List_1_t3349700990 * L_375 = (List_1_t3349700990 *)il2cpp_codegen_object_new(List_1_t3349700990_il2cpp_TypeInfo_var); List_1__ctor_m2345422666(L_375, /*hidden argument*/List_1__ctor_m2345422666_RuntimeMethod_var); V_2 = L_375; List_1_t3349700990 * L_376 = V_2; intptr_t L_377 = (intptr_t)TweenSettingsExtensions_From_m609746854_RuntimeMethod_var; __GEN_DELEGATE78_t272412168 * L_378 = (__GEN_DELEGATE78_t272412168 *)il2cpp_codegen_object_new(__GEN_DELEGATE78_t272412168_il2cpp_TypeInfo_var); __GEN_DELEGATE78__ctor_m3322026618(L_378, NULL, L_377, /*hidden argument*/NULL); NullCheck(L_378); MethodInfo_t * L_379 = Delegate_get_Method_m3071622864(L_378, /*hidden argument*/NULL); NullCheck(L_376); List_1_Add_m14048474(L_376, L_379, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_380 = V_2; intptr_t L_381 = (intptr_t)TweenSettingsExtensions_SetOptions_m3224359937_RuntimeMethod_var; __GEN_DELEGATE93_t3420368403 * L_382 = (__GEN_DELEGATE93_t3420368403 *)il2cpp_codegen_object_new(__GEN_DELEGATE93_t3420368403_il2cpp_TypeInfo_var); __GEN_DELEGATE93__ctor_m1752241282(L_382, NULL, L_381, /*hidden argument*/NULL); NullCheck(L_382); MethodInfo_t * L_383 = Delegate_get_Method_m3071622864(L_382, /*hidden argument*/NULL); NullCheck(L_380); List_1_Add_m14048474(L_380, L_383, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_384 = V_2; intptr_t L_385 = (intptr_t)TweenSettingsExtensions_From_m609746854_RuntimeMethod_var; __GEN_DELEGATE244_t2990517780 * L_386 = (__GEN_DELEGATE244_t2990517780 *)il2cpp_codegen_object_new(__GEN_DELEGATE244_t2990517780_il2cpp_TypeInfo_var); __GEN_DELEGATE244__ctor_m1153199722(L_386, NULL, L_385, /*hidden argument*/NULL); NullCheck(L_386); MethodInfo_t * L_387 = Delegate_get_Method_m3071622864(L_386, /*hidden argument*/NULL); NullCheck(L_384); List_1_Add_m14048474(L_384, L_387, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_388 = V_2; intptr_t L_389 = (intptr_t)TweenSettingsExtensions_SetOptions_m3224359937_RuntimeMethod_var; __GEN_DELEGATE251_t2990321173 * L_390 = (__GEN_DELEGATE251_t2990321173 *)il2cpp_codegen_object_new(__GEN_DELEGATE251_t2990321173_il2cpp_TypeInfo_var); __GEN_DELEGATE251__ctor_m2116054824(L_390, NULL, L_389, /*hidden argument*/NULL); NullCheck(L_390); MethodInfo_t * L_391 = Delegate_get_Method_m3071622864(L_390, /*hidden argument*/NULL); NullCheck(L_388); List_1_Add_m14048474(L_388, L_391, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_392 = V_2; NullCheck(L_372); Dictionary_2_Add_m2534058333(L_372, L_374, L_392, /*hidden argument*/Dictionary_2_Add_m2534058333_RuntimeMethod_var); Dictionary_2_t3301826201 * L_393 = V_1; RuntimeTypeHandle_t3027515415 L_394 = { reinterpret_cast (TweenerCore_3_t2944330537_0_0_0_var) }; Type_t * L_395 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_394, /*hidden argument*/NULL); List_1_t3349700990 * L_396 = (List_1_t3349700990 *)il2cpp_codegen_object_new(List_1_t3349700990_il2cpp_TypeInfo_var); List_1__ctor_m2345422666(L_396, /*hidden argument*/List_1__ctor_m2345422666_RuntimeMethod_var); V_2 = L_396; List_1_t3349700990 * L_397 = V_2; intptr_t L_398 = (intptr_t)TweenSettingsExtensions_From_m276848510_RuntimeMethod_var; __GEN_DELEGATE79_t272412169 * L_399 = (__GEN_DELEGATE79_t272412169 *)il2cpp_codegen_object_new(__GEN_DELEGATE79_t272412169_il2cpp_TypeInfo_var); __GEN_DELEGATE79__ctor_m4284798383(L_399, NULL, L_398, /*hidden argument*/NULL); NullCheck(L_399); MethodInfo_t * L_400 = Delegate_get_Method_m3071622864(L_399, /*hidden argument*/NULL); NullCheck(L_397); List_1_Add_m14048474(L_397, L_400, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_401 = V_2; intptr_t L_402 = (intptr_t)TweenSettingsExtensions_SetOptions_m1078069392_RuntimeMethod_var; __GEN_DELEGATE88_t1081716232 * L_403 = (__GEN_DELEGATE88_t1081716232 *)il2cpp_codegen_object_new(__GEN_DELEGATE88_t1081716232_il2cpp_TypeInfo_var); __GEN_DELEGATE88__ctor_m3826630837(L_403, NULL, L_402, /*hidden argument*/NULL); NullCheck(L_403); MethodInfo_t * L_404 = Delegate_get_Method_m3071622864(L_403, /*hidden argument*/NULL); NullCheck(L_401); List_1_Add_m14048474(L_401, L_404, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_405 = V_2; intptr_t L_406 = (intptr_t)TweenSettingsExtensions_SetOptions_m3941667690_RuntimeMethod_var; __GEN_DELEGATE89_t1081716233 * L_407 = (__GEN_DELEGATE89_t1081716233 *)il2cpp_codegen_object_new(__GEN_DELEGATE89_t1081716233_il2cpp_TypeInfo_var); __GEN_DELEGATE89__ctor_m494435306(L_407, NULL, L_406, /*hidden argument*/NULL); NullCheck(L_407); MethodInfo_t * L_408 = Delegate_get_Method_m3071622864(L_407, /*hidden argument*/NULL); NullCheck(L_405); List_1_Add_m14048474(L_405, L_408, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_409 = V_2; NullCheck(L_393); Dictionary_2_Add_m2534058333(L_393, L_395, L_409, /*hidden argument*/Dictionary_2_Add_m2534058333_RuntimeMethod_var); Dictionary_2_t3301826201 * L_410 = V_1; RuntimeTypeHandle_t3027515415 L_411 = { reinterpret_cast (TweenerCore_3_t884556411_0_0_0_var) }; Type_t * L_412 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_411, /*hidden argument*/NULL); List_1_t3349700990 * L_413 = (List_1_t3349700990 *)il2cpp_codegen_object_new(List_1_t3349700990_il2cpp_TypeInfo_var); List_1__ctor_m2345422666(L_413, /*hidden argument*/List_1__ctor_m2345422666_RuntimeMethod_var); V_2 = L_413; List_1_t3349700990 * L_414 = V_2; intptr_t L_415 = (intptr_t)TweenSettingsExtensions_SetOptions_m3317341397_RuntimeMethod_var; __GEN_DELEGATE85_t1081716245 * L_416 = (__GEN_DELEGATE85_t1081716245 *)il2cpp_codegen_object_new(__GEN_DELEGATE85_t1081716245_il2cpp_TypeInfo_var); __GEN_DELEGATE85__ctor_m2198774623(L_416, NULL, L_415, /*hidden argument*/NULL); NullCheck(L_416); MethodInfo_t * L_417 = Delegate_get_Method_m3071622864(L_416, /*hidden argument*/NULL); NullCheck(L_414); List_1_Add_m14048474(L_414, L_417, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_418 = V_2; intptr_t L_419 = (intptr_t)TweenSettingsExtensions_SetOptions_m3317341397_RuntimeMethod_var; __GEN_DELEGATE245_t2990583316 * L_420 = (__GEN_DELEGATE245_t2990583316 *)il2cpp_codegen_object_new(__GEN_DELEGATE245_t2990583316_il2cpp_TypeInfo_var); __GEN_DELEGATE245__ctor_m1143353184(L_420, NULL, L_419, /*hidden argument*/NULL); NullCheck(L_420); MethodInfo_t * L_421 = Delegate_get_Method_m3071622864(L_420, /*hidden argument*/NULL); NullCheck(L_418); List_1_Add_m14048474(L_418, L_421, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_422 = V_2; NullCheck(L_410); Dictionary_2_Add_m2534058333(L_410, L_412, L_422, /*hidden argument*/Dictionary_2_Add_m2534058333_RuntimeMethod_var); Dictionary_2_t3301826201 * L_423 = V_1; RuntimeTypeHandle_t3027515415 L_424 = { reinterpret_cast (TweenerCore_3_t4006488229_0_0_0_var) }; Type_t * L_425 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_424, /*hidden argument*/NULL); List_1_t3349700990 * L_426 = (List_1_t3349700990 *)il2cpp_codegen_object_new(List_1_t3349700990_il2cpp_TypeInfo_var); List_1__ctor_m2345422666(L_426, /*hidden argument*/List_1__ctor_m2345422666_RuntimeMethod_var); V_2 = L_426; List_1_t3349700990 * L_427 = V_2; intptr_t L_428 = (intptr_t)TweenSettingsExtensions_SetOptions_m2879183578_RuntimeMethod_var; __GEN_DELEGATE86_t1081716246 * L_429 = (__GEN_DELEGATE86_t1081716246 *)il2cpp_codegen_object_new(__GEN_DELEGATE86_t1081716246_il2cpp_TypeInfo_var); __GEN_DELEGATE86__ctor_m3412139671(L_429, NULL, L_428, /*hidden argument*/NULL); NullCheck(L_429); MethodInfo_t * L_430 = Delegate_get_Method_m3071622864(L_429, /*hidden argument*/NULL); NullCheck(L_427); List_1_Add_m14048474(L_427, L_430, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_431 = V_2; intptr_t L_432 = (intptr_t)TweenSettingsExtensions_SetOptions_m1469518134_RuntimeMethod_var; __GEN_DELEGATE87_t1081716247 * L_433 = (__GEN_DELEGATE87_t1081716247 *)il2cpp_codegen_object_new(__GEN_DELEGATE87_t1081716247_il2cpp_TypeInfo_var); __GEN_DELEGATE87__ctor_m4132075719(L_433, NULL, L_432, /*hidden argument*/NULL); NullCheck(L_433); MethodInfo_t * L_434 = Delegate_get_Method_m3071622864(L_433, /*hidden argument*/NULL); NullCheck(L_431); List_1_Add_m14048474(L_431, L_434, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_435 = V_2; intptr_t L_436 = (intptr_t)TweenSettingsExtensions_SetOptions_m2879183578_RuntimeMethod_var; __GEN_DELEGATE246_t2990386708 * L_437 = (__GEN_DELEGATE246_t2990386708 *)il2cpp_codegen_object_new(__GEN_DELEGATE246_t2990386708_il2cpp_TypeInfo_var); __GEN_DELEGATE246__ctor_m2080318000(L_437, NULL, L_436, /*hidden argument*/NULL); NullCheck(L_437); MethodInfo_t * L_438 = Delegate_get_Method_m3071622864(L_437, /*hidden argument*/NULL); NullCheck(L_435); List_1_Add_m14048474(L_435, L_438, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_439 = V_2; intptr_t L_440 = (intptr_t)TweenSettingsExtensions_SetOptions_m1469518134_RuntimeMethod_var; __GEN_DELEGATE247_t2990452244 * L_441 = (__GEN_DELEGATE247_t2990452244 *)il2cpp_codegen_object_new(__GEN_DELEGATE247_t2990452244_il2cpp_TypeInfo_var); __GEN_DELEGATE247__ctor_m1421575591(L_441, NULL, L_440, /*hidden argument*/NULL); NullCheck(L_441); MethodInfo_t * L_442 = Delegate_get_Method_m3071622864(L_441, /*hidden argument*/NULL); NullCheck(L_439); List_1_Add_m14048474(L_439, L_442, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_443 = V_2; NullCheck(L_423); Dictionary_2_Add_m2534058333(L_423, L_425, L_443, /*hidden argument*/Dictionary_2_Add_m2534058333_RuntimeMethod_var); Dictionary_2_t3301826201 * L_444 = V_1; RuntimeTypeHandle_t3027515415 L_445 = { reinterpret_cast (TweenerCore_3_t1835836317_0_0_0_var) }; Type_t * L_446 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_445, /*hidden argument*/NULL); List_1_t3349700990 * L_447 = (List_1_t3349700990 *)il2cpp_codegen_object_new(List_1_t3349700990_il2cpp_TypeInfo_var); List_1__ctor_m2345422666(L_447, /*hidden argument*/List_1__ctor_m2345422666_RuntimeMethod_var); V_2 = L_447; List_1_t3349700990 * L_448 = V_2; intptr_t L_449 = (intptr_t)TweenSettingsExtensions_SetOptions_m2778893314_RuntimeMethod_var; __GEN_DELEGATE90_t3420368400 * L_450 = (__GEN_DELEGATE90_t3420368400 *)il2cpp_codegen_object_new(__GEN_DELEGATE90_t3420368400_il2cpp_TypeInfo_var); __GEN_DELEGATE90__ctor_m1890199952(L_450, NULL, L_449, /*hidden argument*/NULL); NullCheck(L_450); MethodInfo_t * L_451 = Delegate_get_Method_m3071622864(L_450, /*hidden argument*/NULL); NullCheck(L_448); List_1_Add_m14048474(L_448, L_451, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_452 = V_2; intptr_t L_453 = (intptr_t)TweenSettingsExtensions_SetOptions_m2281436137_RuntimeMethod_var; __GEN_DELEGATE91_t3420368401 * L_454 = (__GEN_DELEGATE91_t3420368401 *)il2cpp_codegen_object_new(__GEN_DELEGATE91_t3420368401_il2cpp_TypeInfo_var); __GEN_DELEGATE91__ctor_m1478110165(L_454, NULL, L_453, /*hidden argument*/NULL); NullCheck(L_454); MethodInfo_t * L_455 = Delegate_get_Method_m3071622864(L_454, /*hidden argument*/NULL); NullCheck(L_452); List_1_Add_m14048474(L_452, L_455, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_456 = V_2; intptr_t L_457 = (intptr_t)TweenSettingsExtensions_SetOptions_m2778893314_RuntimeMethod_var; __GEN_DELEGATE248_t2990779924 * L_458 = (__GEN_DELEGATE248_t2990779924 *)il2cpp_codegen_object_new(__GEN_DELEGATE248_t2990779924_il2cpp_TypeInfo_var); __GEN_DELEGATE248__ctor_m620055588(L_458, NULL, L_457, /*hidden argument*/NULL); NullCheck(L_458); MethodInfo_t * L_459 = Delegate_get_Method_m3071622864(L_458, /*hidden argument*/NULL); NullCheck(L_456); List_1_Add_m14048474(L_456, L_459, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_460 = V_2; intptr_t L_461 = (intptr_t)TweenSettingsExtensions_SetOptions_m2281436137_RuntimeMethod_var; __GEN_DELEGATE249_t2990845460 * L_462 = (__GEN_DELEGATE249_t2990845460 *)il2cpp_codegen_object_new(__GEN_DELEGATE249_t2990845460_il2cpp_TypeInfo_var); __GEN_DELEGATE249__ctor_m2781411802(L_462, NULL, L_461, /*hidden argument*/NULL); NullCheck(L_462); MethodInfo_t * L_463 = Delegate_get_Method_m3071622864(L_462, /*hidden argument*/NULL); NullCheck(L_460); List_1_Add_m14048474(L_460, L_463, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_464 = V_2; NullCheck(L_444); Dictionary_2_Add_m2534058333(L_444, L_446, L_464, /*hidden argument*/Dictionary_2_Add_m2534058333_RuntimeMethod_var); Dictionary_2_t3301826201 * L_465 = V_1; RuntimeTypeHandle_t3027515415 L_466 = { reinterpret_cast (TweenerCore_3_t1299559007_0_0_0_var) }; Type_t * L_467 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_466, /*hidden argument*/NULL); List_1_t3349700990 * L_468 = (List_1_t3349700990 *)il2cpp_codegen_object_new(List_1_t3349700990_il2cpp_TypeInfo_var); List_1__ctor_m2345422666(L_468, /*hidden argument*/List_1__ctor_m2345422666_RuntimeMethod_var); V_2 = L_468; List_1_t3349700990 * L_469 = V_2; intptr_t L_470 = (intptr_t)TweenSettingsExtensions_SetOptions_m2494033218_RuntimeMethod_var; __GEN_DELEGATE92_t3420368402 * L_471 = (__GEN_DELEGATE92_t3420368402 *)il2cpp_codegen_object_new(__GEN_DELEGATE92_t3420368402_il2cpp_TypeInfo_var); __GEN_DELEGATE92__ctor_m723461043(L_471, NULL, L_470, /*hidden argument*/NULL); NullCheck(L_471); MethodInfo_t * L_472 = Delegate_get_Method_m3071622864(L_471, /*hidden argument*/NULL); NullCheck(L_469); List_1_Add_m14048474(L_469, L_472, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_473 = V_2; intptr_t L_474 = (intptr_t)TweenSettingsExtensions_SetOptions_m2494033218_RuntimeMethod_var; __GEN_DELEGATE250_t2990255637 * L_475 = (__GEN_DELEGATE250_t2990255637 *)il2cpp_codegen_object_new(__GEN_DELEGATE250_t2990255637_il2cpp_TypeInfo_var); __GEN_DELEGATE250__ctor_m4023527769(L_475, NULL, L_474, /*hidden argument*/NULL); NullCheck(L_475); MethodInfo_t * L_476 = Delegate_get_Method_m3071622864(L_475, /*hidden argument*/NULL); NullCheck(L_473); List_1_Add_m14048474(L_473, L_476, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_477 = V_2; NullCheck(L_465); Dictionary_2_Add_m2534058333(L_465, L_467, L_477, /*hidden argument*/Dictionary_2_Add_m2534058333_RuntimeMethod_var); Dictionary_2_t3301826201 * L_478 = V_1; RuntimeTypeHandle_t3027515415 L_479 = { reinterpret_cast (TweenerCore_3_t1717381983_0_0_0_var) }; Type_t * L_480 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_479, /*hidden argument*/NULL); List_1_t3349700990 * L_481 = (List_1_t3349700990 *)il2cpp_codegen_object_new(List_1_t3349700990_il2cpp_TypeInfo_var); List_1__ctor_m2345422666(L_481, /*hidden argument*/List_1__ctor_m2345422666_RuntimeMethod_var); V_2 = L_481; List_1_t3349700990 * L_482 = V_2; intptr_t L_483 = (intptr_t)TweenSettingsExtensions_SetOptions_m2741781937_RuntimeMethod_var; __GEN_DELEGATE94_t3420368404 * L_484 = (__GEN_DELEGATE94_t3420368404 *)il2cpp_codegen_object_new(__GEN_DELEGATE94_t3420368404_il2cpp_TypeInfo_var); __GEN_DELEGATE94__ctor_m3654897252(L_484, NULL, L_483, /*hidden argument*/NULL); NullCheck(L_484); MethodInfo_t * L_485 = Delegate_get_Method_m3071622864(L_484, /*hidden argument*/NULL); NullCheck(L_482); List_1_Add_m14048474(L_482, L_485, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_486 = V_2; intptr_t L_487 = (intptr_t)TweenSettingsExtensions_SetOptions_m2741781937_RuntimeMethod_var; __GEN_DELEGATE252_t2990124565 * L_488 = (__GEN_DELEGATE252_t2990124565 *)il2cpp_codegen_object_new(__GEN_DELEGATE252_t2990124565_il2cpp_TypeInfo_var); __GEN_DELEGATE252__ctor_m971608581(L_488, NULL, L_487, /*hidden argument*/NULL); NullCheck(L_488); MethodInfo_t * L_489 = Delegate_get_Method_m3071622864(L_488, /*hidden argument*/NULL); NullCheck(L_486); List_1_Add_m14048474(L_486, L_489, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_490 = V_2; NullCheck(L_478); Dictionary_2_Add_m2534058333(L_478, L_480, L_490, /*hidden argument*/Dictionary_2_Add_m2534058333_RuntimeMethod_var); Dictionary_2_t3301826201 * L_491 = V_1; RuntimeTypeHandle_t3027515415 L_492 = { reinterpret_cast (TweenerCore_3_t2915539799_0_0_0_var) }; Type_t * L_493 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_492, /*hidden argument*/NULL); List_1_t3349700990 * L_494 = (List_1_t3349700990 *)il2cpp_codegen_object_new(List_1_t3349700990_il2cpp_TypeInfo_var); List_1__ctor_m2345422666(L_494, /*hidden argument*/List_1__ctor_m2345422666_RuntimeMethod_var); V_2 = L_494; List_1_t3349700990 * L_495 = V_2; intptr_t L_496 = (intptr_t)TweenSettingsExtensions_SetOptions_m3956807361_RuntimeMethod_var; __GEN_DELEGATE95_t3420368405 * L_497 = (__GEN_DELEGATE95_t3420368405 *)il2cpp_codegen_object_new(__GEN_DELEGATE95_t3420368405_il2cpp_TypeInfo_var); __GEN_DELEGATE95__ctor_m3166328849(L_497, NULL, L_496, /*hidden argument*/NULL); NullCheck(L_497); MethodInfo_t * L_498 = Delegate_get_Method_m3071622864(L_497, /*hidden argument*/NULL); NullCheck(L_495); List_1_Add_m14048474(L_495, L_498, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_499 = V_2; intptr_t L_500 = (intptr_t)TweenSettingsExtensions_SetOptions_m3956807361_RuntimeMethod_var; __GEN_DELEGATE253_t2990190101 * L_501 = (__GEN_DELEGATE253_t2990190101 *)il2cpp_codegen_object_new(__GEN_DELEGATE253_t2990190101_il2cpp_TypeInfo_var); __GEN_DELEGATE253__ctor_m2708316587(L_501, NULL, L_500, /*hidden argument*/NULL); NullCheck(L_501); MethodInfo_t * L_502 = Delegate_get_Method_m3071622864(L_501, /*hidden argument*/NULL); NullCheck(L_499); List_1_Add_m14048474(L_499, L_502, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_503 = V_2; NullCheck(L_491); Dictionary_2_Add_m2534058333(L_491, L_493, L_503, /*hidden argument*/Dictionary_2_Add_m2534058333_RuntimeMethod_var); Dictionary_2_t3301826201 * L_504 = V_1; RuntimeTypeHandle_t3027515415 L_505 = { reinterpret_cast (TweenerCore_3_t951858585_0_0_0_var) }; Type_t * L_506 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_505, /*hidden argument*/NULL); List_1_t3349700990 * L_507 = (List_1_t3349700990 *)il2cpp_codegen_object_new(List_1_t3349700990_il2cpp_TypeInfo_var); List_1__ctor_m2345422666(L_507, /*hidden argument*/List_1__ctor_m2345422666_RuntimeMethod_var); V_2 = L_507; List_1_t3349700990 * L_508 = V_2; intptr_t L_509 = (intptr_t)TweenSettingsExtensions_SetOptions_m288553191_RuntimeMethod_var; __GEN_DELEGATE96_t3420368406 * L_510 = (__GEN_DELEGATE96_t3420368406 *)il2cpp_codegen_object_new(__GEN_DELEGATE96_t3420368406_il2cpp_TypeInfo_var); __GEN_DELEGATE96__ctor_m84726601(L_510, NULL, L_509, /*hidden argument*/NULL); NullCheck(L_510); MethodInfo_t * L_511 = Delegate_get_Method_m3071622864(L_510, /*hidden argument*/NULL); NullCheck(L_508); List_1_Add_m14048474(L_508, L_511, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_512 = V_2; intptr_t L_513 = (intptr_t)TweenSettingsExtensions_SetOptions_m2865469364_RuntimeMethod_var; __GEN_DELEGATE97_t3420368407 * L_514 = (__GEN_DELEGATE97_t3420368407 *)il2cpp_codegen_object_new(__GEN_DELEGATE97_t3420368407_il2cpp_TypeInfo_var); __GEN_DELEGATE97__ctor_m804662649(L_514, NULL, L_513, /*hidden argument*/NULL); NullCheck(L_514); MethodInfo_t * L_515 = Delegate_get_Method_m3071622864(L_514, /*hidden argument*/NULL); NullCheck(L_512); List_1_Add_m14048474(L_512, L_515, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_516 = V_2; intptr_t L_517 = (intptr_t)TweenSettingsExtensions_SetOptions_m288553191_RuntimeMethod_var; __GEN_DELEGATE254_t2990517781 * L_518 = (__GEN_DELEGATE254_t2990517781 *)il2cpp_codegen_object_new(__GEN_DELEGATE254_t2990517781_il2cpp_TypeInfo_var); __GEN_DELEGATE254__ctor_m4057468163(L_518, NULL, L_517, /*hidden argument*/NULL); NullCheck(L_518); MethodInfo_t * L_519 = Delegate_get_Method_m3071622864(L_518, /*hidden argument*/NULL); NullCheck(L_516); List_1_Add_m14048474(L_516, L_519, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_520 = V_2; intptr_t L_521 = (intptr_t)TweenSettingsExtensions_SetOptions_m2865469364_RuntimeMethod_var; __GEN_DELEGATE255_t2990583317 * L_522 = (__GEN_DELEGATE255_t2990583317 *)il2cpp_codegen_object_new(__GEN_DELEGATE255_t2990583317_il2cpp_TypeInfo_var); __GEN_DELEGATE255__ctor_m2991655024(L_522, NULL, L_521, /*hidden argument*/NULL); NullCheck(L_522); MethodInfo_t * L_523 = Delegate_get_Method_m3071622864(L_522, /*hidden argument*/NULL); NullCheck(L_520); List_1_Add_m14048474(L_520, L_523, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_524 = V_2; NullCheck(L_504); Dictionary_2_Add_m2534058333(L_504, L_506, L_524, /*hidden argument*/Dictionary_2_Add_m2534058333_RuntimeMethod_var); Dictionary_2_t3301826201 * L_525 = V_1; RuntimeTypeHandle_t3027515415 L_526 = { reinterpret_cast (TweenerCore_3_t3040139253_0_0_0_var) }; Type_t * L_527 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_526, /*hidden argument*/NULL); List_1_t3349700990 * L_528 = (List_1_t3349700990 *)il2cpp_codegen_object_new(List_1_t3349700990_il2cpp_TypeInfo_var); List_1__ctor_m2345422666(L_528, /*hidden argument*/List_1__ctor_m2345422666_RuntimeMethod_var); V_2 = L_528; List_1_t3349700990 * L_529 = V_2; intptr_t L_530 = (intptr_t)TweenSettingsExtensions_SetOptions_m159898515_RuntimeMethod_var; __GEN_DELEGATE98_t3420368392 * L_531 = (__GEN_DELEGATE98_t3420368392 *)il2cpp_codegen_object_new(__GEN_DELEGATE98_t3420368392_il2cpp_TypeInfo_var); __GEN_DELEGATE98__ctor_m499217767(L_531, NULL, L_530, /*hidden argument*/NULL); NullCheck(L_531); MethodInfo_t * L_532 = Delegate_get_Method_m3071622864(L_531, /*hidden argument*/NULL); NullCheck(L_529); List_1_Add_m14048474(L_529, L_532, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_533 = V_2; intptr_t L_534 = (intptr_t)TweenSettingsExtensions_SetOptions_m2229198199_RuntimeMethod_var; __GEN_DELEGATE99_t3420368393 * L_535 = (__GEN_DELEGATE99_t3420368393 *)il2cpp_codegen_object_new(__GEN_DELEGATE99_t3420368393_il2cpp_TypeInfo_var); __GEN_DELEGATE99__ctor_m1461989532(L_535, NULL, L_534, /*hidden argument*/NULL); NullCheck(L_535); MethodInfo_t * L_536 = Delegate_get_Method_m3071622864(L_535, /*hidden argument*/NULL); NullCheck(L_533); List_1_Add_m14048474(L_533, L_536, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_537 = V_2; intptr_t L_538 = (intptr_t)TweenSettingsExtensions_SetLookAt_m1165050034_RuntimeMethod_var; __GEN_DELEGATE100_t651603472 * L_539 = (__GEN_DELEGATE100_t651603472 *)il2cpp_codegen_object_new(__GEN_DELEGATE100_t651603472_il2cpp_TypeInfo_var); __GEN_DELEGATE100__ctor_m1560296716(L_539, NULL, L_538, /*hidden argument*/NULL); NullCheck(L_539); MethodInfo_t * L_540 = Delegate_get_Method_m3071622864(L_539, /*hidden argument*/NULL); NullCheck(L_537); List_1_Add_m14048474(L_537, L_540, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_541 = V_2; intptr_t L_542 = (intptr_t)TweenSettingsExtensions_SetLookAt_m2541161551_RuntimeMethod_var; __GEN_DELEGATE101_t651669008 * L_543 = (__GEN_DELEGATE101_t651669008 *)il2cpp_codegen_object_new(__GEN_DELEGATE101_t651669008_il2cpp_TypeInfo_var); __GEN_DELEGATE101__ctor_m229186236(L_543, NULL, L_542, /*hidden argument*/NULL); NullCheck(L_543); MethodInfo_t * L_544 = Delegate_get_Method_m3071622864(L_543, /*hidden argument*/NULL); NullCheck(L_541); List_1_Add_m14048474(L_541, L_544, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_545 = V_2; intptr_t L_546 = (intptr_t)TweenSettingsExtensions_SetLookAt_m3381879294_RuntimeMethod_var; __GEN_DELEGATE102_t651472400 * L_547 = (__GEN_DELEGATE102_t651472400 *)il2cpp_codegen_object_new(__GEN_DELEGATE102_t651472400_il2cpp_TypeInfo_var); __GEN_DELEGATE102__ctor_m149581097(L_547, NULL, L_546, /*hidden argument*/NULL); NullCheck(L_547); MethodInfo_t * L_548 = Delegate_get_Method_m3071622864(L_547, /*hidden argument*/NULL); NullCheck(L_545); List_1_Add_m14048474(L_545, L_548, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_549 = V_2; intptr_t L_550 = (intptr_t)TweenSettingsExtensions_SetOptions_m159898515_RuntimeMethod_var; __GEN_DELEGATE256_t2990386709 * L_551 = (__GEN_DELEGATE256_t2990386709 *)il2cpp_codegen_object_new(__GEN_DELEGATE256_t2990386709_il2cpp_TypeInfo_var); __GEN_DELEGATE256__ctor_m3306081561(L_551, NULL, L_550, /*hidden argument*/NULL); NullCheck(L_551); MethodInfo_t * L_552 = Delegate_get_Method_m3071622864(L_551, /*hidden argument*/NULL); NullCheck(L_549); List_1_Add_m14048474(L_549, L_552, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_553 = V_2; intptr_t L_554 = (intptr_t)TweenSettingsExtensions_SetOptions_m2229198199_RuntimeMethod_var; __GEN_DELEGATE257_t2990452245 * L_555 = (__GEN_DELEGATE257_t2990452245 *)il2cpp_codegen_object_new(__GEN_DELEGATE257_t2990452245_il2cpp_TypeInfo_var); __GEN_DELEGATE257__ctor_m4049754072(L_555, NULL, L_554, /*hidden argument*/NULL); NullCheck(L_555); MethodInfo_t * L_556 = Delegate_get_Method_m3071622864(L_555, /*hidden argument*/NULL); NullCheck(L_553); List_1_Add_m14048474(L_553, L_556, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_557 = V_2; intptr_t L_558 = (intptr_t)TweenSettingsExtensions_SetLookAt_m1165050034_RuntimeMethod_var; __GEN_DELEGATE258_t2990779925 * L_559 = (__GEN_DELEGATE258_t2990779925 *)il2cpp_codegen_object_new(__GEN_DELEGATE258_t2990779925_il2cpp_TypeInfo_var); __GEN_DELEGATE258__ctor_m2806779823(L_559, NULL, L_558, /*hidden argument*/NULL); NullCheck(L_559); MethodInfo_t * L_560 = Delegate_get_Method_m3071622864(L_559, /*hidden argument*/NULL); NullCheck(L_557); List_1_Add_m14048474(L_557, L_560, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_561 = V_2; intptr_t L_562 = (intptr_t)TweenSettingsExtensions_SetLookAt_m2541161551_RuntimeMethod_var; __GEN_DELEGATE259_t2990845461 * L_563 = (__GEN_DELEGATE259_t2990845461 *)il2cpp_codegen_object_new(__GEN_DELEGATE259_t2990845461_il2cpp_TypeInfo_var); __GEN_DELEGATE259__ctor_m1430871242(L_563, NULL, L_562, /*hidden argument*/NULL); NullCheck(L_563); MethodInfo_t * L_564 = Delegate_get_Method_m3071622864(L_563, /*hidden argument*/NULL); NullCheck(L_561); List_1_Add_m14048474(L_561, L_564, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_565 = V_2; intptr_t L_566 = (intptr_t)TweenSettingsExtensions_SetLookAt_m3381879294_RuntimeMethod_var; __GEN_DELEGATE260_t2990255638 * L_567 = (__GEN_DELEGATE260_t2990255638 *)il2cpp_codegen_object_new(__GEN_DELEGATE260_t2990255638_il2cpp_TypeInfo_var); __GEN_DELEGATE260__ctor_m1576183021(L_567, NULL, L_566, /*hidden argument*/NULL); NullCheck(L_567); MethodInfo_t * L_568 = Delegate_get_Method_m3071622864(L_567, /*hidden argument*/NULL); NullCheck(L_565); List_1_Add_m14048474(L_565, L_568, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_569 = V_2; NullCheck(L_525); Dictionary_2_Add_m2534058333(L_525, L_527, L_569, /*hidden argument*/Dictionary_2_Add_m2534058333_RuntimeMethod_var); Dictionary_2_t3301826201 * L_570 = V_1; RuntimeTypeHandle_t3027515415 L_571 = { reinterpret_cast (Camera_t4157153871_0_0_0_var) }; Type_t * L_572 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_571, /*hidden argument*/NULL); List_1_t3349700990 * L_573 = (List_1_t3349700990 *)il2cpp_codegen_object_new(List_1_t3349700990_il2cpp_TypeInfo_var); List_1__ctor_m2345422666(L_573, /*hidden argument*/List_1__ctor_m2345422666_RuntimeMethod_var); V_2 = L_573; List_1_t3349700990 * L_574 = V_2; intptr_t L_575 = (intptr_t)ShortcutExtensions_DOAspect_m849311195_RuntimeMethod_var; __GEN_DELEGATE103_t651537936 * L_576 = (__GEN_DELEGATE103_t651537936 *)il2cpp_codegen_object_new(__GEN_DELEGATE103_t651537936_il2cpp_TypeInfo_var); __GEN_DELEGATE103__ctor_m2436749758(L_576, NULL, L_575, /*hidden argument*/NULL); NullCheck(L_576); MethodInfo_t * L_577 = Delegate_get_Method_m3071622864(L_576, /*hidden argument*/NULL); NullCheck(L_574); List_1_Add_m14048474(L_574, L_577, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_578 = V_2; intptr_t L_579 = (intptr_t)ShortcutExtensions_DOColor_m1003169107_RuntimeMethod_var; __GEN_DELEGATE104_t651865616 * L_580 = (__GEN_DELEGATE104_t651865616 *)il2cpp_codegen_object_new(__GEN_DELEGATE104_t651865616_il2cpp_TypeInfo_var); __GEN_DELEGATE104__ctor_m4246613521(L_580, NULL, L_579, /*hidden argument*/NULL); NullCheck(L_580); MethodInfo_t * L_581 = Delegate_get_Method_m3071622864(L_580, /*hidden argument*/NULL); NullCheck(L_578); List_1_Add_m14048474(L_578, L_581, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_582 = V_2; intptr_t L_583 = (intptr_t)ShortcutExtensions_DOFarClipPlane_m2124803394_RuntimeMethod_var; __GEN_DELEGATE105_t651931152 * L_584 = (__GEN_DELEGATE105_t651931152 *)il2cpp_codegen_object_new(__GEN_DELEGATE105_t651931152_il2cpp_TypeInfo_var); __GEN_DELEGATE105__ctor_m3376686911(L_584, NULL, L_583, /*hidden argument*/NULL); NullCheck(L_584); MethodInfo_t * L_585 = Delegate_get_Method_m3071622864(L_584, /*hidden argument*/NULL); NullCheck(L_582); List_1_Add_m14048474(L_582, L_585, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_586 = V_2; intptr_t L_587 = (intptr_t)ShortcutExtensions_DOFieldOfView_m2087815652_RuntimeMethod_var; __GEN_DELEGATE106_t651734544 * L_588 = (__GEN_DELEGATE106_t651734544 *)il2cpp_codegen_object_new(__GEN_DELEGATE106_t651734544_il2cpp_TypeInfo_var); __GEN_DELEGATE106__ctor_m3575200752(L_588, NULL, L_587, /*hidden argument*/NULL); NullCheck(L_588); MethodInfo_t * L_589 = Delegate_get_Method_m3071622864(L_588, /*hidden argument*/NULL); NullCheck(L_586); List_1_Add_m14048474(L_586, L_589, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_590 = V_2; intptr_t L_591 = (intptr_t)ShortcutExtensions_DONearClipPlane_m3485281897_RuntimeMethod_var; __GEN_DELEGATE107_t651800080 * L_592 = (__GEN_DELEGATE107_t651800080 *)il2cpp_codegen_object_new(__GEN_DELEGATE107_t651800080_il2cpp_TypeInfo_var); __GEN_DELEGATE107__ctor_m1113731030(L_592, NULL, L_591, /*hidden argument*/NULL); NullCheck(L_592); MethodInfo_t * L_593 = Delegate_get_Method_m3071622864(L_592, /*hidden argument*/NULL); NullCheck(L_590); List_1_Add_m14048474(L_590, L_593, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_594 = V_2; intptr_t L_595 = (intptr_t)ShortcutExtensions_DOOrthoSize_m2183947826_RuntimeMethod_var; __GEN_DELEGATE108_t652127760 * L_596 = (__GEN_DELEGATE108_t652127760 *)il2cpp_codegen_object_new(__GEN_DELEGATE108_t652127760_il2cpp_TypeInfo_var); __GEN_DELEGATE108__ctor_m1184917635(L_596, NULL, L_595, /*hidden argument*/NULL); NullCheck(L_596); MethodInfo_t * L_597 = Delegate_get_Method_m3071622864(L_596, /*hidden argument*/NULL); NullCheck(L_594); List_1_Add_m14048474(L_594, L_597, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_598 = V_2; intptr_t L_599 = (intptr_t)ShortcutExtensions_DOPixelRect_m3230208009_RuntimeMethod_var; __GEN_DELEGATE109_t652193296 * L_600 = (__GEN_DELEGATE109_t652193296 *)il2cpp_codegen_object_new(__GEN_DELEGATE109_t652193296_il2cpp_TypeInfo_var); __GEN_DELEGATE109__ctor_m3520607447(L_600, NULL, L_599, /*hidden argument*/NULL); NullCheck(L_600); MethodInfo_t * L_601 = Delegate_get_Method_m3071622864(L_600, /*hidden argument*/NULL); NullCheck(L_598); List_1_Add_m14048474(L_598, L_601, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_602 = V_2; intptr_t L_603 = (intptr_t)ShortcutExtensions_DORect_m1214659430_RuntimeMethod_var; __GEN_DELEGATE110_t651603473 * L_604 = (__GEN_DELEGATE110_t651603473 *)il2cpp_codegen_object_new(__GEN_DELEGATE110_t651603473_il2cpp_TypeInfo_var); __GEN_DELEGATE110__ctor_m1031128537(L_604, NULL, L_603, /*hidden argument*/NULL); NullCheck(L_604); MethodInfo_t * L_605 = Delegate_get_Method_m3071622864(L_604, /*hidden argument*/NULL); NullCheck(L_602); List_1_Add_m14048474(L_602, L_605, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_606 = V_2; intptr_t L_607 = (intptr_t)ShortcutExtensions_DOShakePosition_m4137693921_RuntimeMethod_var; __GEN_DELEGATE111_t651669009 * L_608 = (__GEN_DELEGATE111_t651669009 *)il2cpp_codegen_object_new(__GEN_DELEGATE111_t651669009_il2cpp_TypeInfo_var); __GEN_DELEGATE111__ctor_m647217437(L_608, NULL, L_607, /*hidden argument*/NULL); NullCheck(L_608); MethodInfo_t * L_609 = Delegate_get_Method_m3071622864(L_608, /*hidden argument*/NULL); NullCheck(L_606); List_1_Add_m14048474(L_606, L_609, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_610 = V_2; intptr_t L_611 = (intptr_t)ShortcutExtensions_DOShakePosition_m1736213370_RuntimeMethod_var; __GEN_DELEGATE112_t651472401 * L_612 = (__GEN_DELEGATE112_t651472401 *)il2cpp_codegen_object_new(__GEN_DELEGATE112_t651472401_il2cpp_TypeInfo_var); __GEN_DELEGATE112__ctor_m3981343230(L_612, NULL, L_611, /*hidden argument*/NULL); NullCheck(L_612); MethodInfo_t * L_613 = Delegate_get_Method_m3071622864(L_612, /*hidden argument*/NULL); NullCheck(L_610); List_1_Add_m14048474(L_610, L_613, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_614 = V_2; intptr_t L_615 = (intptr_t)ShortcutExtensions_DOShakeRotation_m2879662379_RuntimeMethod_var; __GEN_DELEGATE113_t651537937 * L_616 = (__GEN_DELEGATE113_t651537937 *)il2cpp_codegen_object_new(__GEN_DELEGATE113_t651537937_il2cpp_TypeInfo_var); __GEN_DELEGATE113__ctor_m522693848(L_616, NULL, L_615, /*hidden argument*/NULL); NullCheck(L_616); MethodInfo_t * L_617 = Delegate_get_Method_m3071622864(L_616, /*hidden argument*/NULL); NullCheck(L_614); List_1_Add_m14048474(L_614, L_617, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_618 = V_2; intptr_t L_619 = (intptr_t)ShortcutExtensions_DOShakeRotation_m2288259745_RuntimeMethod_var; __GEN_DELEGATE114_t651865617 * L_620 = (__GEN_DELEGATE114_t651865617 *)il2cpp_codegen_object_new(__GEN_DELEGATE114_t651865617_il2cpp_TypeInfo_var); __GEN_DELEGATE114__ctor_m2222759304(L_620, NULL, L_619, /*hidden argument*/NULL); NullCheck(L_620); MethodInfo_t * L_621 = Delegate_get_Method_m3071622864(L_620, /*hidden argument*/NULL); NullCheck(L_618); List_1_Add_m14048474(L_618, L_621, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_622 = V_2; NullCheck(L_570); Dictionary_2_Add_m2534058333(L_570, L_572, L_622, /*hidden argument*/Dictionary_2_Add_m2534058333_RuntimeMethod_var); Dictionary_2_t3301826201 * L_623 = V_1; RuntimeTypeHandle_t3027515415 L_624 = { reinterpret_cast (Light_t3756812086_0_0_0_var) }; Type_t * L_625 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_624, /*hidden argument*/NULL); List_1_t3349700990 * L_626 = (List_1_t3349700990 *)il2cpp_codegen_object_new(List_1_t3349700990_il2cpp_TypeInfo_var); List_1__ctor_m2345422666(L_626, /*hidden argument*/List_1__ctor_m2345422666_RuntimeMethod_var); V_2 = L_626; List_1_t3349700990 * L_627 = V_2; intptr_t L_628 = (intptr_t)ShortcutExtensions_DOColor_m3348433491_RuntimeMethod_var; __GEN_DELEGATE115_t651931153 * L_629 = (__GEN_DELEGATE115_t651931153 *)il2cpp_codegen_object_new(__GEN_DELEGATE115_t651931153_il2cpp_TypeInfo_var); __GEN_DELEGATE115__ctor_m1731741541(L_629, NULL, L_628, /*hidden argument*/NULL); NullCheck(L_629); MethodInfo_t * L_630 = Delegate_get_Method_m3071622864(L_629, /*hidden argument*/NULL); NullCheck(L_627); List_1_Add_m14048474(L_627, L_630, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_631 = V_2; intptr_t L_632 = (intptr_t)ShortcutExtensions_DOIntensity_m114597751_RuntimeMethod_var; __GEN_DELEGATE116_t651734545 * L_633 = (__GEN_DELEGATE116_t651734545 *)il2cpp_codegen_object_new(__GEN_DELEGATE116_t651734545_il2cpp_TypeInfo_var); __GEN_DELEGATE116__ctor_m2048418568(L_633, NULL, L_632, /*hidden argument*/NULL); NullCheck(L_633); MethodInfo_t * L_634 = Delegate_get_Method_m3071622864(L_633, /*hidden argument*/NULL); NullCheck(L_631); List_1_Add_m14048474(L_631, L_634, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_635 = V_2; intptr_t L_636 = (intptr_t)ShortcutExtensions_DOShadowStrength_m2810347536_RuntimeMethod_var; __GEN_DELEGATE117_t651800081 * L_637 = (__GEN_DELEGATE117_t651800081 *)il2cpp_codegen_object_new(__GEN_DELEGATE117_t651800081_il2cpp_TypeInfo_var); __GEN_DELEGATE117__ctor_m826576988(L_637, NULL, L_636, /*hidden argument*/NULL); NullCheck(L_637); MethodInfo_t * L_638 = Delegate_get_Method_m3071622864(L_637, /*hidden argument*/NULL); NullCheck(L_635); List_1_Add_m14048474(L_635, L_638, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_639 = V_2; intptr_t L_640 = (intptr_t)ShortcutExtensions_DOBlendableColor_m1069765863_RuntimeMethod_var; __GEN_DELEGATE169_t652193302 * L_641 = (__GEN_DELEGATE169_t652193302 *)il2cpp_codegen_object_new(__GEN_DELEGATE169_t652193302_il2cpp_TypeInfo_var); __GEN_DELEGATE169__ctor_m846555116(L_641, NULL, L_640, /*hidden argument*/NULL); NullCheck(L_641); MethodInfo_t * L_642 = Delegate_get_Method_m3071622864(L_641, /*hidden argument*/NULL); NullCheck(L_639); List_1_Add_m14048474(L_639, L_642, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_643 = V_2; NullCheck(L_623); Dictionary_2_Add_m2534058333(L_623, L_625, L_643, /*hidden argument*/Dictionary_2_Add_m2534058333_RuntimeMethod_var); Dictionary_2_t3301826201 * L_644 = V_1; RuntimeTypeHandle_t3027515415 L_645 = { reinterpret_cast (LineRenderer_t3154350270_0_0_0_var) }; Type_t * L_646 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_645, /*hidden argument*/NULL); List_1_t3349700990 * L_647 = (List_1_t3349700990 *)il2cpp_codegen_object_new(List_1_t3349700990_il2cpp_TypeInfo_var); List_1__ctor_m2345422666(L_647, /*hidden argument*/List_1__ctor_m2345422666_RuntimeMethod_var); V_2 = L_647; List_1_t3349700990 * L_648 = V_2; intptr_t L_649 = (intptr_t)ShortcutExtensions_DOColor_m144397961_RuntimeMethod_var; __GEN_DELEGATE118_t652127761 * L_650 = (__GEN_DELEGATE118_t652127761 *)il2cpp_codegen_object_new(__GEN_DELEGATE118_t652127761_il2cpp_TypeInfo_var); __GEN_DELEGATE118__ctor_m449588649(L_650, NULL, L_649, /*hidden argument*/NULL); NullCheck(L_650); MethodInfo_t * L_651 = Delegate_get_Method_m3071622864(L_650, /*hidden argument*/NULL); NullCheck(L_648); List_1_Add_m14048474(L_648, L_651, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_652 = V_2; NullCheck(L_644); Dictionary_2_Add_m2534058333(L_644, L_646, L_652, /*hidden argument*/Dictionary_2_Add_m2534058333_RuntimeMethod_var); Dictionary_2_t3301826201 * L_653 = V_1; RuntimeTypeHandle_t3027515415 L_654 = { reinterpret_cast (Material_t340375123_0_0_0_var) }; Type_t * L_655 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_654, /*hidden argument*/NULL); List_1_t3349700990 * L_656 = (List_1_t3349700990 *)il2cpp_codegen_object_new(List_1_t3349700990_il2cpp_TypeInfo_var); List_1__ctor_m2345422666(L_656, /*hidden argument*/List_1__ctor_m2345422666_RuntimeMethod_var); V_2 = L_656; List_1_t3349700990 * L_657 = V_2; intptr_t L_658 = (intptr_t)ShortcutExtensions_DOColor_m3269919048_RuntimeMethod_var; __GEN_DELEGATE119_t652193297 * L_659 = (__GEN_DELEGATE119_t652193297 *)il2cpp_codegen_object_new(__GEN_DELEGATE119_t652193297_il2cpp_TypeInfo_var); __GEN_DELEGATE119__ctor_m2625053467(L_659, NULL, L_658, /*hidden argument*/NULL); NullCheck(L_659); MethodInfo_t * L_660 = Delegate_get_Method_m3071622864(L_659, /*hidden argument*/NULL); NullCheck(L_657); List_1_Add_m14048474(L_657, L_660, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_661 = V_2; intptr_t L_662 = (intptr_t)ShortcutExtensions_DOColor_m1045748493_RuntimeMethod_var; __GEN_DELEGATE120_t651603474 * L_663 = (__GEN_DELEGATE120_t651603474 *)il2cpp_codegen_object_new(__GEN_DELEGATE120_t651603474_il2cpp_TypeInfo_var); __GEN_DELEGATE120__ctor_m3545614307(L_663, NULL, L_662, /*hidden argument*/NULL); NullCheck(L_663); MethodInfo_t * L_664 = Delegate_get_Method_m3071622864(L_663, /*hidden argument*/NULL); NullCheck(L_661); List_1_Add_m14048474(L_661, L_664, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_665 = V_2; intptr_t L_666 = (intptr_t)ShortcutExtensions_DOColor_m1808774400_RuntimeMethod_var; __GEN_DELEGATE121_t651669010 * L_667 = (__GEN_DELEGATE121_t651669010 *)il2cpp_codegen_object_new(__GEN_DELEGATE121_t651669010_il2cpp_TypeInfo_var); __GEN_DELEGATE121__ctor_m3538630525(L_667, NULL, L_666, /*hidden argument*/NULL); NullCheck(L_667); MethodInfo_t * L_668 = Delegate_get_Method_m3071622864(L_667, /*hidden argument*/NULL); NullCheck(L_665); List_1_Add_m14048474(L_665, L_668, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_669 = V_2; intptr_t L_670 = (intptr_t)ShortcutExtensions_DOFade_m2418324641_RuntimeMethod_var; __GEN_DELEGATE122_t651472402 * L_671 = (__GEN_DELEGATE122_t651472402 *)il2cpp_codegen_object_new(__GEN_DELEGATE122_t651472402_il2cpp_TypeInfo_var); __GEN_DELEGATE122__ctor_m3019775361(L_671, NULL, L_670, /*hidden argument*/NULL); NullCheck(L_671); MethodInfo_t * L_672 = Delegate_get_Method_m3071622864(L_671, /*hidden argument*/NULL); NullCheck(L_669); List_1_Add_m14048474(L_669, L_672, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_673 = V_2; intptr_t L_674 = (intptr_t)ShortcutExtensions_DOFade_m4089272100_RuntimeMethod_var; __GEN_DELEGATE123_t651537938 * L_675 = (__GEN_DELEGATE123_t651537938 *)il2cpp_codegen_object_new(__GEN_DELEGATE123_t651537938_il2cpp_TypeInfo_var); __GEN_DELEGATE123__ctor_m1968376220(L_675, NULL, L_674, /*hidden argument*/NULL); NullCheck(L_675); MethodInfo_t * L_676 = Delegate_get_Method_m3071622864(L_675, /*hidden argument*/NULL); NullCheck(L_673); List_1_Add_m14048474(L_673, L_676, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_677 = V_2; intptr_t L_678 = (intptr_t)ShortcutExtensions_DOFade_m3529509311_RuntimeMethod_var; __GEN_DELEGATE124_t651865618 * L_679 = (__GEN_DELEGATE124_t651865618 *)il2cpp_codegen_object_new(__GEN_DELEGATE124_t651865618_il2cpp_TypeInfo_var); __GEN_DELEGATE124__ctor_m3075843029(L_679, NULL, L_678, /*hidden argument*/NULL); NullCheck(L_679); MethodInfo_t * L_680 = Delegate_get_Method_m3071622864(L_679, /*hidden argument*/NULL); NullCheck(L_677); List_1_Add_m14048474(L_677, L_680, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_681 = V_2; intptr_t L_682 = (intptr_t)ShortcutExtensions_DOFloat_m4153651732_RuntimeMethod_var; __GEN_DELEGATE125_t651931154 * L_683 = (__GEN_DELEGATE125_t651931154 *)il2cpp_codegen_object_new(__GEN_DELEGATE125_t651931154_il2cpp_TypeInfo_var); __GEN_DELEGATE125__ctor_m1705603229(L_683, NULL, L_682, /*hidden argument*/NULL); NullCheck(L_683); MethodInfo_t * L_684 = Delegate_get_Method_m3071622864(L_683, /*hidden argument*/NULL); NullCheck(L_681); List_1_Add_m14048474(L_681, L_684, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_685 = V_2; intptr_t L_686 = (intptr_t)ShortcutExtensions_DOFloat_m2598447555_RuntimeMethod_var; __GEN_DELEGATE126_t651734546 * L_687 = (__GEN_DELEGATE126_t651734546 *)il2cpp_codegen_object_new(__GEN_DELEGATE126_t651734546_il2cpp_TypeInfo_var); __GEN_DELEGATE126__ctor_m1118837622(L_687, NULL, L_686, /*hidden argument*/NULL); NullCheck(L_687); MethodInfo_t * L_688 = Delegate_get_Method_m3071622864(L_687, /*hidden argument*/NULL); NullCheck(L_685); List_1_Add_m14048474(L_685, L_688, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_689 = V_2; intptr_t L_690 = (intptr_t)ShortcutExtensions_DOOffset_m1045228967_RuntimeMethod_var; __GEN_DELEGATE127_t651800082 * L_691 = (__GEN_DELEGATE127_t651800082 *)il2cpp_codegen_object_new(__GEN_DELEGATE127_t651800082_il2cpp_TypeInfo_var); __GEN_DELEGATE127__ctor_m3066794860(L_691, NULL, L_690, /*hidden argument*/NULL); NullCheck(L_691); MethodInfo_t * L_692 = Delegate_get_Method_m3071622864(L_691, /*hidden argument*/NULL); NullCheck(L_689); List_1_Add_m14048474(L_689, L_692, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_693 = V_2; intptr_t L_694 = (intptr_t)ShortcutExtensions_DOOffset_m338686001_RuntimeMethod_var; __GEN_DELEGATE128_t652127762 * L_695 = (__GEN_DELEGATE128_t652127762 *)il2cpp_codegen_object_new(__GEN_DELEGATE128_t652127762_il2cpp_TypeInfo_var); __GEN_DELEGATE128__ctor_m993255946(L_695, NULL, L_694, /*hidden argument*/NULL); NullCheck(L_695); MethodInfo_t * L_696 = Delegate_get_Method_m3071622864(L_695, /*hidden argument*/NULL); NullCheck(L_693); List_1_Add_m14048474(L_693, L_696, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_697 = V_2; intptr_t L_698 = (intptr_t)ShortcutExtensions_DOTiling_m1293303581_RuntimeMethod_var; __GEN_DELEGATE129_t652193298 * L_699 = (__GEN_DELEGATE129_t652193298 *)il2cpp_codegen_object_new(__GEN_DELEGATE129_t652193298_il2cpp_TypeInfo_var); __GEN_DELEGATE129__ctor_m1623567787(L_699, NULL, L_698, /*hidden argument*/NULL); NullCheck(L_699); MethodInfo_t * L_700 = Delegate_get_Method_m3071622864(L_699, /*hidden argument*/NULL); NullCheck(L_697); List_1_Add_m14048474(L_697, L_700, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_701 = V_2; intptr_t L_702 = (intptr_t)ShortcutExtensions_DOTiling_m1781466038_RuntimeMethod_var; __GEN_DELEGATE130_t651603475 * L_703 = (__GEN_DELEGATE130_t651603475 *)il2cpp_codegen_object_new(__GEN_DELEGATE130_t651603475_il2cpp_TypeInfo_var); __GEN_DELEGATE130__ctor_m1681048133(L_703, NULL, L_702, /*hidden argument*/NULL); NullCheck(L_703); MethodInfo_t * L_704 = Delegate_get_Method_m3071622864(L_703, /*hidden argument*/NULL); NullCheck(L_701); List_1_Add_m14048474(L_701, L_704, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_705 = V_2; intptr_t L_706 = (intptr_t)ShortcutExtensions_DOVector_m189322187_RuntimeMethod_var; __GEN_DELEGATE131_t651669011 * L_707 = (__GEN_DELEGATE131_t651669011 *)il2cpp_codegen_object_new(__GEN_DELEGATE131_t651669011_il2cpp_TypeInfo_var); __GEN_DELEGATE131__ctor_m1805108689(L_707, NULL, L_706, /*hidden argument*/NULL); NullCheck(L_707); MethodInfo_t * L_708 = Delegate_get_Method_m3071622864(L_707, /*hidden argument*/NULL); NullCheck(L_705); List_1_Add_m14048474(L_705, L_708, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_709 = V_2; intptr_t L_710 = (intptr_t)ShortcutExtensions_DOVector_m200013053_RuntimeMethod_var; __GEN_DELEGATE132_t651472403 * L_711 = (__GEN_DELEGATE132_t651472403 *)il2cpp_codegen_object_new(__GEN_DELEGATE132_t651472403_il2cpp_TypeInfo_var); __GEN_DELEGATE132__ctor_m579978470(L_711, NULL, L_710, /*hidden argument*/NULL); NullCheck(L_711); MethodInfo_t * L_712 = Delegate_get_Method_m3071622864(L_711, /*hidden argument*/NULL); NullCheck(L_709); List_1_Add_m14048474(L_709, L_712, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_713 = V_2; intptr_t L_714 = (intptr_t)ShortcutExtensions_DOBlendableColor_m2780402084_RuntimeMethod_var; __GEN_DELEGATE170_t651603479 * L_715 = (__GEN_DELEGATE170_t651603479 *)il2cpp_codegen_object_new(__GEN_DELEGATE170_t651603479_il2cpp_TypeInfo_var); __GEN_DELEGATE170__ctor_m3672767232(L_715, NULL, L_714, /*hidden argument*/NULL); NullCheck(L_715); MethodInfo_t * L_716 = Delegate_get_Method_m3071622864(L_715, /*hidden argument*/NULL); NullCheck(L_713); List_1_Add_m14048474(L_713, L_716, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_717 = V_2; intptr_t L_718 = (intptr_t)ShortcutExtensions_DOBlendableColor_m4234028358_RuntimeMethod_var; __GEN_DELEGATE171_t651669015 * L_719 = (__GEN_DELEGATE171_t651669015 *)il2cpp_codegen_object_new(__GEN_DELEGATE171_t651669015_il2cpp_TypeInfo_var); __GEN_DELEGATE171__ctor_m3844774245(L_719, NULL, L_718, /*hidden argument*/NULL); NullCheck(L_719); MethodInfo_t * L_720 = Delegate_get_Method_m3071622864(L_719, /*hidden argument*/NULL); NullCheck(L_717); List_1_Add_m14048474(L_717, L_720, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_721 = V_2; intptr_t L_722 = (intptr_t)ShortcutExtensions_DOBlendableColor_m2988823872_RuntimeMethod_var; __GEN_DELEGATE172_t651472407 * L_723 = (__GEN_DELEGATE172_t651472407 *)il2cpp_codegen_object_new(__GEN_DELEGATE172_t651472407_il2cpp_TypeInfo_var); __GEN_DELEGATE172__ctor_m3648796090(L_723, NULL, L_722, /*hidden argument*/NULL); NullCheck(L_723); MethodInfo_t * L_724 = Delegate_get_Method_m3071622864(L_723, /*hidden argument*/NULL); NullCheck(L_721); List_1_Add_m14048474(L_721, L_724, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_725 = V_2; intptr_t L_726 = (intptr_t)ShortcutExtensions_DOComplete_m3642005210_RuntimeMethod_var; __GEN_DELEGATE180_t651603464 * L_727 = (__GEN_DELEGATE180_t651603464 *)il2cpp_codegen_object_new(__GEN_DELEGATE180_t651603464_il2cpp_TypeInfo_var); __GEN_DELEGATE180__ctor_m2244947510(L_727, NULL, L_726, /*hidden argument*/NULL); NullCheck(L_727); MethodInfo_t * L_728 = Delegate_get_Method_m3071622864(L_727, /*hidden argument*/NULL); NullCheck(L_725); List_1_Add_m14048474(L_725, L_728, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_729 = V_2; intptr_t L_730 = (intptr_t)ShortcutExtensions_DOKill_m937534977_RuntimeMethod_var; __GEN_DELEGATE182_t651472392 * L_731 = (__GEN_DELEGATE182_t651472392 *)il2cpp_codegen_object_new(__GEN_DELEGATE182_t651472392_il2cpp_TypeInfo_var); __GEN_DELEGATE182__ctor_m1184783720(L_731, NULL, L_730, /*hidden argument*/NULL); NullCheck(L_731); MethodInfo_t * L_732 = Delegate_get_Method_m3071622864(L_731, /*hidden argument*/NULL); NullCheck(L_729); List_1_Add_m14048474(L_729, L_732, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_733 = V_2; intptr_t L_734 = (intptr_t)ShortcutExtensions_DOFlip_m3981677559_RuntimeMethod_var; __GEN_DELEGATE184_t651865608 * L_735 = (__GEN_DELEGATE184_t651865608 *)il2cpp_codegen_object_new(__GEN_DELEGATE184_t651865608_il2cpp_TypeInfo_var); __GEN_DELEGATE184__ctor_m3480432704(L_735, NULL, L_734, /*hidden argument*/NULL); NullCheck(L_735); MethodInfo_t * L_736 = Delegate_get_Method_m3071622864(L_735, /*hidden argument*/NULL); NullCheck(L_733); List_1_Add_m14048474(L_733, L_736, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_737 = V_2; intptr_t L_738 = (intptr_t)ShortcutExtensions_DOGoto_m3127401555_RuntimeMethod_var; __GEN_DELEGATE186_t651734536 * L_739 = (__GEN_DELEGATE186_t651734536 *)il2cpp_codegen_object_new(__GEN_DELEGATE186_t651734536_il2cpp_TypeInfo_var); __GEN_DELEGATE186__ctor_m2565023110(L_739, NULL, L_738, /*hidden argument*/NULL); NullCheck(L_739); MethodInfo_t * L_740 = Delegate_get_Method_m3071622864(L_739, /*hidden argument*/NULL); NullCheck(L_737); List_1_Add_m14048474(L_737, L_740, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_741 = V_2; intptr_t L_742 = (intptr_t)ShortcutExtensions_DOPause_m528461991_RuntimeMethod_var; __GEN_DELEGATE188_t652127752 * L_743 = (__GEN_DELEGATE188_t652127752 *)il2cpp_codegen_object_new(__GEN_DELEGATE188_t652127752_il2cpp_TypeInfo_var); __GEN_DELEGATE188__ctor_m2985251245(L_743, NULL, L_742, /*hidden argument*/NULL); NullCheck(L_743); MethodInfo_t * L_744 = Delegate_get_Method_m3071622864(L_743, /*hidden argument*/NULL); NullCheck(L_741); List_1_Add_m14048474(L_741, L_744, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_745 = V_2; intptr_t L_746 = (intptr_t)ShortcutExtensions_DOPlay_m489718770_RuntimeMethod_var; __GEN_DELEGATE190_t651603465 * L_747 = (__GEN_DELEGATE190_t651603465 *)il2cpp_codegen_object_new(__GEN_DELEGATE190_t651603465_il2cpp_TypeInfo_var); __GEN_DELEGATE190__ctor_m1690973899(L_747, NULL, L_746, /*hidden argument*/NULL); NullCheck(L_747); MethodInfo_t * L_748 = Delegate_get_Method_m3071622864(L_747, /*hidden argument*/NULL); NullCheck(L_745); List_1_Add_m14048474(L_745, L_748, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_749 = V_2; intptr_t L_750 = (intptr_t)ShortcutExtensions_DOPlayBackwards_m1111773106_RuntimeMethod_var; __GEN_DELEGATE192_t651472393 * L_751 = (__GEN_DELEGATE192_t651472393 *)il2cpp_codegen_object_new(__GEN_DELEGATE192_t651472393_il2cpp_TypeInfo_var); __GEN_DELEGATE192__ctor_m1848528123(L_751, NULL, L_750, /*hidden argument*/NULL); NullCheck(L_751); MethodInfo_t * L_752 = Delegate_get_Method_m3071622864(L_751, /*hidden argument*/NULL); NullCheck(L_749); List_1_Add_m14048474(L_749, L_752, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_753 = V_2; intptr_t L_754 = (intptr_t)ShortcutExtensions_DOPlayForward_m3376866725_RuntimeMethod_var; __GEN_DELEGATE194_t651865609 * L_755 = (__GEN_DELEGATE194_t651865609 *)il2cpp_codegen_object_new(__GEN_DELEGATE194_t651865609_il2cpp_TypeInfo_var); __GEN_DELEGATE194__ctor_m1288433105(L_755, NULL, L_754, /*hidden argument*/NULL); NullCheck(L_755); MethodInfo_t * L_756 = Delegate_get_Method_m3071622864(L_755, /*hidden argument*/NULL); NullCheck(L_753); List_1_Add_m14048474(L_753, L_756, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_757 = V_2; intptr_t L_758 = (intptr_t)ShortcutExtensions_DORestart_m700973270_RuntimeMethod_var; __GEN_DELEGATE196_t651734537 * L_759 = (__GEN_DELEGATE196_t651734537 *)il2cpp_codegen_object_new(__GEN_DELEGATE196_t651734537_il2cpp_TypeInfo_var); __GEN_DELEGATE196__ctor_m1585588859(L_759, NULL, L_758, /*hidden argument*/NULL); NullCheck(L_759); MethodInfo_t * L_760 = Delegate_get_Method_m3071622864(L_759, /*hidden argument*/NULL); NullCheck(L_757); List_1_Add_m14048474(L_757, L_760, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_761 = V_2; intptr_t L_762 = (intptr_t)ShortcutExtensions_DORewind_m1618712138_RuntimeMethod_var; __GEN_DELEGATE198_t652127753 * L_763 = (__GEN_DELEGATE198_t652127753 *)il2cpp_codegen_object_new(__GEN_DELEGATE198_t652127753_il2cpp_TypeInfo_var); __GEN_DELEGATE198__ctor_m2543801612(L_763, NULL, L_762, /*hidden argument*/NULL); NullCheck(L_763); MethodInfo_t * L_764 = Delegate_get_Method_m3071622864(L_763, /*hidden argument*/NULL); NullCheck(L_761); List_1_Add_m14048474(L_761, L_764, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_765 = V_2; intptr_t L_766 = (intptr_t)ShortcutExtensions_DOSmoothRewind_m3934522526_RuntimeMethod_var; __GEN_DELEGATE200_t2990255632 * L_767 = (__GEN_DELEGATE200_t2990255632 *)il2cpp_codegen_object_new(__GEN_DELEGATE200_t2990255632_il2cpp_TypeInfo_var); __GEN_DELEGATE200__ctor_m545882234(L_767, NULL, L_766, /*hidden argument*/NULL); NullCheck(L_767); MethodInfo_t * L_768 = Delegate_get_Method_m3071622864(L_767, /*hidden argument*/NULL); NullCheck(L_765); List_1_Add_m14048474(L_765, L_768, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_769 = V_2; intptr_t L_770 = (intptr_t)ShortcutExtensions_DOTogglePause_m1588663920_RuntimeMethod_var; __GEN_DELEGATE202_t2990124560 * L_771 = (__GEN_DELEGATE202_t2990124560 *)il2cpp_codegen_object_new(__GEN_DELEGATE202_t2990124560_il2cpp_TypeInfo_var); __GEN_DELEGATE202__ctor_m3430133911(L_771, NULL, L_770, /*hidden argument*/NULL); NullCheck(L_771); MethodInfo_t * L_772 = Delegate_get_Method_m3071622864(L_771, /*hidden argument*/NULL); NullCheck(L_769); List_1_Add_m14048474(L_769, L_772, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_773 = V_2; intptr_t L_774 = (intptr_t)ShortcutExtensions_DOColor_m3269919048_RuntimeMethod_var; __GEN_DELEGATE261_t2990321174 * L_775 = (__GEN_DELEGATE261_t2990321174 *)il2cpp_codegen_object_new(__GEN_DELEGATE261_t2990321174_il2cpp_TypeInfo_var); __GEN_DELEGATE261__ctor_m3202837904(L_775, NULL, L_774, /*hidden argument*/NULL); NullCheck(L_775); MethodInfo_t * L_776 = Delegate_get_Method_m3071622864(L_775, /*hidden argument*/NULL); NullCheck(L_773); List_1_Add_m14048474(L_773, L_776, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_777 = V_2; intptr_t L_778 = (intptr_t)ShortcutExtensions_DOColor_m1045748493_RuntimeMethod_var; __GEN_DELEGATE262_t2990124566 * L_779 = (__GEN_DELEGATE262_t2990124566 *)il2cpp_codegen_object_new(__GEN_DELEGATE262_t2990124566_il2cpp_TypeInfo_var); __GEN_DELEGATE262__ctor_m2856578843(L_779, NULL, L_778, /*hidden argument*/NULL); NullCheck(L_779); MethodInfo_t * L_780 = Delegate_get_Method_m3071622864(L_779, /*hidden argument*/NULL); NullCheck(L_777); List_1_Add_m14048474(L_777, L_780, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_781 = V_2; intptr_t L_782 = (intptr_t)ShortcutExtensions_DOColor_m1808774400_RuntimeMethod_var; __GEN_DELEGATE263_t2990190102 * L_783 = (__GEN_DELEGATE263_t2990190102 *)il2cpp_codegen_object_new(__GEN_DELEGATE263_t2990190102_il2cpp_TypeInfo_var); __GEN_DELEGATE263__ctor_m2988555753(L_783, NULL, L_782, /*hidden argument*/NULL); NullCheck(L_783); MethodInfo_t * L_784 = Delegate_get_Method_m3071622864(L_783, /*hidden argument*/NULL); NullCheck(L_781); List_1_Add_m14048474(L_781, L_784, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_785 = V_2; intptr_t L_786 = (intptr_t)ShortcutExtensions_DOFade_m2418324641_RuntimeMethod_var; __GEN_DELEGATE264_t2990517782 * L_787 = (__GEN_DELEGATE264_t2990517782 *)il2cpp_codegen_object_new(__GEN_DELEGATE264_t2990517782_il2cpp_TypeInfo_var); __GEN_DELEGATE264__ctor_m2968683663(L_787, NULL, L_786, /*hidden argument*/NULL); NullCheck(L_787); MethodInfo_t * L_788 = Delegate_get_Method_m3071622864(L_787, /*hidden argument*/NULL); NullCheck(L_785); List_1_Add_m14048474(L_785, L_788, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_789 = V_2; intptr_t L_790 = (intptr_t)ShortcutExtensions_DOFade_m4089272100_RuntimeMethod_var; __GEN_DELEGATE265_t2990583318 * L_791 = (__GEN_DELEGATE265_t2990583318 *)il2cpp_codegen_object_new(__GEN_DELEGATE265_t2990583318_il2cpp_TypeInfo_var); __GEN_DELEGATE265__ctor_m1571077384(L_791, NULL, L_790, /*hidden argument*/NULL); NullCheck(L_791); MethodInfo_t * L_792 = Delegate_get_Method_m3071622864(L_791, /*hidden argument*/NULL); NullCheck(L_789); List_1_Add_m14048474(L_789, L_792, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_793 = V_2; intptr_t L_794 = (intptr_t)ShortcutExtensions_DOFade_m3529509311_RuntimeMethod_var; __GEN_DELEGATE266_t2990386710 * L_795 = (__GEN_DELEGATE266_t2990386710 *)il2cpp_codegen_object_new(__GEN_DELEGATE266_t2990386710_il2cpp_TypeInfo_var); __GEN_DELEGATE266__ctor_m3132172474(L_795, NULL, L_794, /*hidden argument*/NULL); NullCheck(L_795); MethodInfo_t * L_796 = Delegate_get_Method_m3071622864(L_795, /*hidden argument*/NULL); NullCheck(L_793); List_1_Add_m14048474(L_793, L_796, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_797 = V_2; intptr_t L_798 = (intptr_t)ShortcutExtensions_DOFloat_m4153651732_RuntimeMethod_var; __GEN_DELEGATE267_t2990452246 * L_799 = (__GEN_DELEGATE267_t2990452246 *)il2cpp_codegen_object_new(__GEN_DELEGATE267_t2990452246_il2cpp_TypeInfo_var); __GEN_DELEGATE267__ctor_m3639729532(L_799, NULL, L_798, /*hidden argument*/NULL); NullCheck(L_799); MethodInfo_t * L_800 = Delegate_get_Method_m3071622864(L_799, /*hidden argument*/NULL); NullCheck(L_797); List_1_Add_m14048474(L_797, L_800, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_801 = V_2; intptr_t L_802 = (intptr_t)ShortcutExtensions_DOFloat_m2598447555_RuntimeMethod_var; __GEN_DELEGATE268_t2990779926 * L_803 = (__GEN_DELEGATE268_t2990779926 *)il2cpp_codegen_object_new(__GEN_DELEGATE268_t2990779926_il2cpp_TypeInfo_var); __GEN_DELEGATE268__ctor_m30611138(L_803, NULL, L_802, /*hidden argument*/NULL); NullCheck(L_803); MethodInfo_t * L_804 = Delegate_get_Method_m3071622864(L_803, /*hidden argument*/NULL); NullCheck(L_801); List_1_Add_m14048474(L_801, L_804, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_805 = V_2; intptr_t L_806 = (intptr_t)ShortcutExtensions_DOOffset_m1045228967_RuntimeMethod_var; __GEN_DELEGATE269_t2990845462 * L_807 = (__GEN_DELEGATE269_t2990845462 *)il2cpp_codegen_object_new(__GEN_DELEGATE269_t2990845462_il2cpp_TypeInfo_var); __GEN_DELEGATE269__ctor_m4127107930(L_807, NULL, L_806, /*hidden argument*/NULL); NullCheck(L_807); MethodInfo_t * L_808 = Delegate_get_Method_m3071622864(L_807, /*hidden argument*/NULL); NullCheck(L_805); List_1_Add_m14048474(L_805, L_808, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_809 = V_2; intptr_t L_810 = (intptr_t)ShortcutExtensions_DOOffset_m338686001_RuntimeMethod_var; __GEN_DELEGATE270_t2990255639 * L_811 = (__GEN_DELEGATE270_t2990255639 *)il2cpp_codegen_object_new(__GEN_DELEGATE270_t2990255639_il2cpp_TypeInfo_var); __GEN_DELEGATE270__ctor_m2658352750(L_811, NULL, L_810, /*hidden argument*/NULL); NullCheck(L_811); MethodInfo_t * L_812 = Delegate_get_Method_m3071622864(L_811, /*hidden argument*/NULL); NullCheck(L_809); List_1_Add_m14048474(L_809, L_812, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_813 = V_2; intptr_t L_814 = (intptr_t)ShortcutExtensions_DOTiling_m1293303581_RuntimeMethod_var; __GEN_DELEGATE271_t2990321175 * L_815 = (__GEN_DELEGATE271_t2990321175 *)il2cpp_codegen_object_new(__GEN_DELEGATE271_t2990321175_il2cpp_TypeInfo_var); __GEN_DELEGATE271__ctor_m2830359763(L_815, NULL, L_814, /*hidden argument*/NULL); NullCheck(L_815); MethodInfo_t * L_816 = Delegate_get_Method_m3071622864(L_815, /*hidden argument*/NULL); NullCheck(L_813); List_1_Add_m14048474(L_813, L_816, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_817 = V_2; intptr_t L_818 = (intptr_t)ShortcutExtensions_DOTiling_m1781466038_RuntimeMethod_var; __GEN_DELEGATE272_t2990124567 * L_819 = (__GEN_DELEGATE272_t2990124567 *)il2cpp_codegen_object_new(__GEN_DELEGATE272_t2990124567_il2cpp_TypeInfo_var); __GEN_DELEGATE272__ctor_m2634381608(L_819, NULL, L_818, /*hidden argument*/NULL); NullCheck(L_819); MethodInfo_t * L_820 = Delegate_get_Method_m3071622864(L_819, /*hidden argument*/NULL); NullCheck(L_817); List_1_Add_m14048474(L_817, L_820, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_821 = V_2; intptr_t L_822 = (intptr_t)ShortcutExtensions_DOVector_m189322187_RuntimeMethod_var; __GEN_DELEGATE273_t2990190103 * L_823 = (__GEN_DELEGATE273_t2990190103 *)il2cpp_codegen_object_new(__GEN_DELEGATE273_t2990190103_il2cpp_TypeInfo_var); __GEN_DELEGATE273__ctor_m2058418030(L_823, NULL, L_822, /*hidden argument*/NULL); NullCheck(L_823); MethodInfo_t * L_824 = Delegate_get_Method_m3071622864(L_823, /*hidden argument*/NULL); NullCheck(L_821); List_1_Add_m14048474(L_821, L_824, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_825 = V_2; intptr_t L_826 = (intptr_t)ShortcutExtensions_DOVector_m200013053_RuntimeMethod_var; __GEN_DELEGATE274_t2990517783 * L_827 = (__GEN_DELEGATE274_t2990517783 *)il2cpp_codegen_object_new(__GEN_DELEGATE274_t2990517783_il2cpp_TypeInfo_var); __GEN_DELEGATE274__ctor_m3751526488(L_827, NULL, L_826, /*hidden argument*/NULL); NullCheck(L_827); MethodInfo_t * L_828 = Delegate_get_Method_m3071622864(L_827, /*hidden argument*/NULL); NullCheck(L_825); List_1_Add_m14048474(L_825, L_828, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_829 = V_2; intptr_t L_830 = (intptr_t)ShortcutExtensions_DOBlendableColor_m2780402084_RuntimeMethod_var; __GEN_DELEGATE277_t2990452247 * L_831 = (__GEN_DELEGATE277_t2990452247 *)il2cpp_codegen_object_new(__GEN_DELEGATE277_t2990452247_il2cpp_TypeInfo_var); __GEN_DELEGATE277__ctor_m470355897(L_831, NULL, L_830, /*hidden argument*/NULL); NullCheck(L_831); MethodInfo_t * L_832 = Delegate_get_Method_m3071622864(L_831, /*hidden argument*/NULL); NullCheck(L_829); List_1_Add_m14048474(L_829, L_832, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_833 = V_2; intptr_t L_834 = (intptr_t)ShortcutExtensions_DOBlendableColor_m4234028358_RuntimeMethod_var; __GEN_DELEGATE278_t2990779927 * L_835 = (__GEN_DELEGATE278_t2990779927 *)il2cpp_codegen_object_new(__GEN_DELEGATE278_t2990779927_il2cpp_TypeInfo_var); __GEN_DELEGATE278__ctor_m2807802666(L_835, NULL, L_834, /*hidden argument*/NULL); NullCheck(L_835); MethodInfo_t * L_836 = Delegate_get_Method_m3071622864(L_835, /*hidden argument*/NULL); NullCheck(L_833); List_1_Add_m14048474(L_833, L_836, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_837 = V_2; intptr_t L_838 = (intptr_t)ShortcutExtensions_DOBlendableColor_m2988823872_RuntimeMethod_var; __GEN_DELEGATE279_t2990845463 * L_839 = (__GEN_DELEGATE279_t2990845463 *)il2cpp_codegen_object_new(__GEN_DELEGATE279_t2990845463_il2cpp_TypeInfo_var); __GEN_DELEGATE279__ctor_m2403778635(L_839, NULL, L_838, /*hidden argument*/NULL); NullCheck(L_839); MethodInfo_t * L_840 = Delegate_get_Method_m3071622864(L_839, /*hidden argument*/NULL); NullCheck(L_837); List_1_Add_m14048474(L_837, L_840, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_841 = V_2; intptr_t L_842 = (intptr_t)ShortcutExtensions_DOComplete_m3642005210_RuntimeMethod_var; __GEN_DELEGATE280_t2990255624 * L_843 = (__GEN_DELEGATE280_t2990255624 *)il2cpp_codegen_object_new(__GEN_DELEGATE280_t2990255624_il2cpp_TypeInfo_var); __GEN_DELEGATE280__ctor_m1230533028(L_843, NULL, L_842, /*hidden argument*/NULL); NullCheck(L_843); MethodInfo_t * L_844 = Delegate_get_Method_m3071622864(L_843, /*hidden argument*/NULL); NullCheck(L_841); List_1_Add_m14048474(L_841, L_844, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_845 = V_2; intptr_t L_846 = (intptr_t)ShortcutExtensions_DOKill_m937534977_RuntimeMethod_var; __GEN_DELEGATE281_t2990321160 * L_847 = (__GEN_DELEGATE281_t2990321160 *)il2cpp_codegen_object_new(__GEN_DELEGATE281_t2990321160_il2cpp_TypeInfo_var); __GEN_DELEGATE281__ctor_m127733835(L_847, NULL, L_846, /*hidden argument*/NULL); NullCheck(L_847); MethodInfo_t * L_848 = Delegate_get_Method_m3071622864(L_847, /*hidden argument*/NULL); NullCheck(L_845); List_1_Add_m14048474(L_845, L_848, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_849 = V_2; intptr_t L_850 = (intptr_t)ShortcutExtensions_DOFlip_m3981677559_RuntimeMethod_var; __GEN_DELEGATE282_t2990124552 * L_851 = (__GEN_DELEGATE282_t2990124552 *)il2cpp_codegen_object_new(__GEN_DELEGATE282_t2990124552_il2cpp_TypeInfo_var); __GEN_DELEGATE282__ctor_m170369238(L_851, NULL, L_850, /*hidden argument*/NULL); NullCheck(L_851); MethodInfo_t * L_852 = Delegate_get_Method_m3071622864(L_851, /*hidden argument*/NULL); NullCheck(L_849); List_1_Add_m14048474(L_849, L_852, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_853 = V_2; intptr_t L_854 = (intptr_t)ShortcutExtensions_DOGoto_m3127401555_RuntimeMethod_var; __GEN_DELEGATE283_t2990190088 * L_855 = (__GEN_DELEGATE283_t2990190088 *)il2cpp_codegen_object_new(__GEN_DELEGATE283_t2990190088_il2cpp_TypeInfo_var); __GEN_DELEGATE283__ctor_m1565479770(L_855, NULL, L_854, /*hidden argument*/NULL); NullCheck(L_855); MethodInfo_t * L_856 = Delegate_get_Method_m3071622864(L_855, /*hidden argument*/NULL); NullCheck(L_853); List_1_Add_m14048474(L_853, L_856, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_857 = V_2; intptr_t L_858 = (intptr_t)ShortcutExtensions_DOPause_m528461991_RuntimeMethod_var; __GEN_DELEGATE284_t2990517768 * L_859 = (__GEN_DELEGATE284_t2990517768 *)il2cpp_codegen_object_new(__GEN_DELEGATE284_t2990517768_il2cpp_TypeInfo_var); __GEN_DELEGATE284__ctor_m2466018222(L_859, NULL, L_858, /*hidden argument*/NULL); NullCheck(L_859); MethodInfo_t * L_860 = Delegate_get_Method_m3071622864(L_859, /*hidden argument*/NULL); NullCheck(L_857); List_1_Add_m14048474(L_857, L_860, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_861 = V_2; intptr_t L_862 = (intptr_t)ShortcutExtensions_DOPlay_m489718770_RuntimeMethod_var; __GEN_DELEGATE285_t2990583304 * L_863 = (__GEN_DELEGATE285_t2990583304 *)il2cpp_codegen_object_new(__GEN_DELEGATE285_t2990583304_il2cpp_TypeInfo_var); __GEN_DELEGATE285__ctor_m2692056264(L_863, NULL, L_862, /*hidden argument*/NULL); NullCheck(L_863); MethodInfo_t * L_864 = Delegate_get_Method_m3071622864(L_863, /*hidden argument*/NULL); NullCheck(L_861); List_1_Add_m14048474(L_861, L_864, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_865 = V_2; intptr_t L_866 = (intptr_t)ShortcutExtensions_DOPlayBackwards_m1111773106_RuntimeMethod_var; __GEN_DELEGATE286_t2990386696 * L_867 = (__GEN_DELEGATE286_t2990386696 *)il2cpp_codegen_object_new(__GEN_DELEGATE286_t2990386696_il2cpp_TypeInfo_var); __GEN_DELEGATE286__ctor_m1550608628(L_867, NULL, L_866, /*hidden argument*/NULL); NullCheck(L_867); MethodInfo_t * L_868 = Delegate_get_Method_m3071622864(L_867, /*hidden argument*/NULL); NullCheck(L_865); List_1_Add_m14048474(L_865, L_868, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_869 = V_2; intptr_t L_870 = (intptr_t)ShortcutExtensions_DOPlayForward_m3376866725_RuntimeMethod_var; __GEN_DELEGATE287_t2990452232 * L_871 = (__GEN_DELEGATE287_t2990452232 *)il2cpp_codegen_object_new(__GEN_DELEGATE287_t2990452232_il2cpp_TypeInfo_var); __GEN_DELEGATE287__ctor_m2163442415(L_871, NULL, L_870, /*hidden argument*/NULL); NullCheck(L_871); MethodInfo_t * L_872 = Delegate_get_Method_m3071622864(L_871, /*hidden argument*/NULL); NullCheck(L_869); List_1_Add_m14048474(L_869, L_872, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_873 = V_2; intptr_t L_874 = (intptr_t)ShortcutExtensions_DORestart_m700973270_RuntimeMethod_var; __GEN_DELEGATE288_t2990779912 * L_875 = (__GEN_DELEGATE288_t2990779912 *)il2cpp_codegen_object_new(__GEN_DELEGATE288_t2990779912_il2cpp_TypeInfo_var); __GEN_DELEGATE288__ctor_m1970836763(L_875, NULL, L_874, /*hidden argument*/NULL); NullCheck(L_875); MethodInfo_t * L_876 = Delegate_get_Method_m3071622864(L_875, /*hidden argument*/NULL); NullCheck(L_873); List_1_Add_m14048474(L_873, L_876, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_877 = V_2; intptr_t L_878 = (intptr_t)ShortcutExtensions_DORewind_m1618712138_RuntimeMethod_var; __GEN_DELEGATE289_t2990845448 * L_879 = (__GEN_DELEGATE289_t2990845448 *)il2cpp_codegen_object_new(__GEN_DELEGATE289_t2990845448_il2cpp_TypeInfo_var); __GEN_DELEGATE289__ctor_m2549500080(L_879, NULL, L_878, /*hidden argument*/NULL); NullCheck(L_879); MethodInfo_t * L_880 = Delegate_get_Method_m3071622864(L_879, /*hidden argument*/NULL); NullCheck(L_877); List_1_Add_m14048474(L_877, L_880, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_881 = V_2; intptr_t L_882 = (intptr_t)ShortcutExtensions_DOSmoothRewind_m3934522526_RuntimeMethod_var; __GEN_DELEGATE290_t2990255625 * L_883 = (__GEN_DELEGATE290_t2990255625 *)il2cpp_codegen_object_new(__GEN_DELEGATE290_t2990255625_il2cpp_TypeInfo_var); __GEN_DELEGATE290__ctor_m676559417(L_883, NULL, L_882, /*hidden argument*/NULL); NullCheck(L_883); MethodInfo_t * L_884 = Delegate_get_Method_m3071622864(L_883, /*hidden argument*/NULL); NullCheck(L_881); List_1_Add_m14048474(L_881, L_884, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_885 = V_2; intptr_t L_886 = (intptr_t)ShortcutExtensions_DOTogglePause_m1588663920_RuntimeMethod_var; __GEN_DELEGATE291_t2990321161 * L_887 = (__GEN_DELEGATE291_t2990321161 *)il2cpp_codegen_object_new(__GEN_DELEGATE291_t2990321161_il2cpp_TypeInfo_var); __GEN_DELEGATE291__ctor_m45496490(L_887, NULL, L_886, /*hidden argument*/NULL); NullCheck(L_887); MethodInfo_t * L_888 = Delegate_get_Method_m3071622864(L_887, /*hidden argument*/NULL); NullCheck(L_885); List_1_Add_m14048474(L_885, L_888, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_889 = V_2; NullCheck(L_653); Dictionary_2_Add_m2534058333(L_653, L_655, L_889, /*hidden argument*/Dictionary_2_Add_m2534058333_RuntimeMethod_var); Dictionary_2_t3301826201 * L_890 = V_1; RuntimeTypeHandle_t3027515415 L_891 = { reinterpret_cast (TrailRenderer_t1820797054_0_0_0_var) }; Type_t * L_892 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_891, /*hidden argument*/NULL); List_1_t3349700990 * L_893 = (List_1_t3349700990 *)il2cpp_codegen_object_new(List_1_t3349700990_il2cpp_TypeInfo_var); List_1__ctor_m2345422666(L_893, /*hidden argument*/List_1__ctor_m2345422666_RuntimeMethod_var); V_2 = L_893; List_1_t3349700990 * L_894 = V_2; intptr_t L_895 = (intptr_t)ShortcutExtensions_DOResize_m3651916820_RuntimeMethod_var; __GEN_DELEGATE133_t651537939 * L_896 = (__GEN_DELEGATE133_t651537939 *)il2cpp_codegen_object_new(__GEN_DELEGATE133_t651537939_il2cpp_TypeInfo_var); __GEN_DELEGATE133__ctor_m2036606228(L_896, NULL, L_895, /*hidden argument*/NULL); NullCheck(L_896); MethodInfo_t * L_897 = Delegate_get_Method_m3071622864(L_896, /*hidden argument*/NULL); NullCheck(L_894); List_1_Add_m14048474(L_894, L_897, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_898 = V_2; intptr_t L_899 = (intptr_t)ShortcutExtensions_DOTime_m2706692464_RuntimeMethod_var; __GEN_DELEGATE134_t651865619 * L_900 = (__GEN_DELEGATE134_t651865619 *)il2cpp_codegen_object_new(__GEN_DELEGATE134_t651865619_il2cpp_TypeInfo_var); __GEN_DELEGATE134__ctor_m1256908409(L_900, NULL, L_899, /*hidden argument*/NULL); NullCheck(L_900); MethodInfo_t * L_901 = Delegate_get_Method_m3071622864(L_900, /*hidden argument*/NULL); NullCheck(L_898); List_1_Add_m14048474(L_898, L_901, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_902 = V_2; intptr_t L_903 = (intptr_t)ShortcutExtensions_DOResize_m3651916820_RuntimeMethod_var; __GEN_DELEGATE275_t2990583319 * L_904 = (__GEN_DELEGATE275_t2990583319 *)il2cpp_codegen_object_new(__GEN_DELEGATE275_t2990583319_il2cpp_TypeInfo_var); __GEN_DELEGATE275__ctor_m419190737(L_904, NULL, L_903, /*hidden argument*/NULL); NullCheck(L_904); MethodInfo_t * L_905 = Delegate_get_Method_m3071622864(L_904, /*hidden argument*/NULL); NullCheck(L_902); List_1_Add_m14048474(L_902, L_905, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_906 = V_2; intptr_t L_907 = (intptr_t)ShortcutExtensions_DOTime_m2706692464_RuntimeMethod_var; __GEN_DELEGATE276_t2990386711 * L_908 = (__GEN_DELEGATE276_t2990386711 *)il2cpp_codegen_object_new(__GEN_DELEGATE276_t2990386711_il2cpp_TypeInfo_var); __GEN_DELEGATE276__ctor_m848962892(L_908, NULL, L_907, /*hidden argument*/NULL); NullCheck(L_908); MethodInfo_t * L_909 = Delegate_get_Method_m3071622864(L_908, /*hidden argument*/NULL); NullCheck(L_906); List_1_Add_m14048474(L_906, L_909, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_910 = V_2; NullCheck(L_890); Dictionary_2_Add_m2534058333(L_890, L_892, L_910, /*hidden argument*/Dictionary_2_Add_m2534058333_RuntimeMethod_var); Dictionary_2_t3301826201 * L_911 = V_1; RuntimeTypeHandle_t3027515415 L_912 = { reinterpret_cast (Transform_t3600365921_0_0_0_var) }; Type_t * L_913 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_912, /*hidden argument*/NULL); List_1_t3349700990 * L_914 = (List_1_t3349700990 *)il2cpp_codegen_object_new(List_1_t3349700990_il2cpp_TypeInfo_var); List_1__ctor_m2345422666(L_914, /*hidden argument*/List_1__ctor_m2345422666_RuntimeMethod_var); V_2 = L_914; List_1_t3349700990 * L_915 = V_2; intptr_t L_916 = (intptr_t)ShortcutExtensions_DOMove_m2811406016_RuntimeMethod_var; __GEN_DELEGATE135_t651931155 * L_917 = (__GEN_DELEGATE135_t651931155 *)il2cpp_codegen_object_new(__GEN_DELEGATE135_t651931155_il2cpp_TypeInfo_var); __GEN_DELEGATE135__ctor_m1339392751(L_917, NULL, L_916, /*hidden argument*/NULL); NullCheck(L_917); MethodInfo_t * L_918 = Delegate_get_Method_m3071622864(L_917, /*hidden argument*/NULL); NullCheck(L_915); List_1_Add_m14048474(L_915, L_918, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_919 = V_2; intptr_t L_920 = (intptr_t)ShortcutExtensions_DOMoveX_m2454328326_RuntimeMethod_var; __GEN_DELEGATE136_t651734547 * L_921 = (__GEN_DELEGATE136_t651734547 *)il2cpp_codegen_object_new(__GEN_DELEGATE136_t651734547_il2cpp_TypeInfo_var); __GEN_DELEGATE136__ctor_m2348678324(L_921, NULL, L_920, /*hidden argument*/NULL); NullCheck(L_921); MethodInfo_t * L_922 = Delegate_get_Method_m3071622864(L_921, /*hidden argument*/NULL); NullCheck(L_919); List_1_Add_m14048474(L_919, L_922, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_923 = V_2; intptr_t L_924 = (intptr_t)ShortcutExtensions_DOMoveY_m3448206952_RuntimeMethod_var; __GEN_DELEGATE137_t651800083 * L_925 = (__GEN_DELEGATE137_t651800083 *)il2cpp_codegen_object_new(__GEN_DELEGATE137_t651800083_il2cpp_TypeInfo_var); __GEN_DELEGATE137__ctor_m2752635456(L_925, NULL, L_924, /*hidden argument*/NULL); NullCheck(L_925); MethodInfo_t * L_926 = Delegate_get_Method_m3071622864(L_925, /*hidden argument*/NULL); NullCheck(L_923); List_1_Add_m14048474(L_923, L_926, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_927 = V_2; intptr_t L_928 = (intptr_t)ShortcutExtensions_DOMoveZ_m96258396_RuntimeMethod_var; __GEN_DELEGATE138_t652127763 * L_929 = (__GEN_DELEGATE138_t652127763 *)il2cpp_codegen_object_new(__GEN_DELEGATE138_t652127763_il2cpp_TypeInfo_var); __GEN_DELEGATE138__ctor_m619761600(L_929, NULL, L_928, /*hidden argument*/NULL); NullCheck(L_929); MethodInfo_t * L_930 = Delegate_get_Method_m3071622864(L_929, /*hidden argument*/NULL); NullCheck(L_927); List_1_Add_m14048474(L_927, L_930, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_931 = V_2; intptr_t L_932 = (intptr_t)ShortcutExtensions_DOLocalMove_m1613685430_RuntimeMethod_var; __GEN_DELEGATE139_t652193299 * L_933 = (__GEN_DELEGATE139_t652193299 *)il2cpp_codegen_object_new(__GEN_DELEGATE139_t652193299_il2cpp_TypeInfo_var); __GEN_DELEGATE139__ctor_m620686397(L_933, NULL, L_932, /*hidden argument*/NULL); NullCheck(L_933); MethodInfo_t * L_934 = Delegate_get_Method_m3071622864(L_933, /*hidden argument*/NULL); NullCheck(L_931); List_1_Add_m14048474(L_931, L_934, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_935 = V_2; intptr_t L_936 = (intptr_t)ShortcutExtensions_DOLocalMoveX_m2461473870_RuntimeMethod_var; __GEN_DELEGATE140_t651603476 * L_937 = (__GEN_DELEGATE140_t651603476 *)il2cpp_codegen_object_new(__GEN_DELEGATE140_t651603476_il2cpp_TypeInfo_var); __GEN_DELEGATE140__ctor_m936673110(L_937, NULL, L_936, /*hidden argument*/NULL); NullCheck(L_937); MethodInfo_t * L_938 = Delegate_get_Method_m3071622864(L_937, /*hidden argument*/NULL); NullCheck(L_935); List_1_Add_m14048474(L_935, L_938, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_939 = V_2; intptr_t L_940 = (intptr_t)ShortcutExtensions_DOLocalMoveY_m2924342502_RuntimeMethod_var; __GEN_DELEGATE141_t651669012 * L_941 = (__GEN_DELEGATE141_t651669012 *)il2cpp_codegen_object_new(__GEN_DELEGATE141_t651669012_il2cpp_TypeInfo_var); __GEN_DELEGATE141__ctor_m1700573294(L_941, NULL, L_940, /*hidden argument*/NULL); NullCheck(L_941); MethodInfo_t * L_942 = Delegate_get_Method_m3071622864(L_941, /*hidden argument*/NULL); NullCheck(L_939); List_1_Add_m14048474(L_939, L_942, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_943 = V_2; intptr_t L_944 = (intptr_t)ShortcutExtensions_DOLocalMoveZ_m1503641773_RuntimeMethod_var; __GEN_DELEGATE142_t651472404 * L_945 = (__GEN_DELEGATE142_t651472404 *)il2cpp_codegen_object_new(__GEN_DELEGATE142_t651472404_il2cpp_TypeInfo_var); __GEN_DELEGATE142__ctor_m1845599940(L_945, NULL, L_944, /*hidden argument*/NULL); NullCheck(L_945); MethodInfo_t * L_946 = Delegate_get_Method_m3071622864(L_945, /*hidden argument*/NULL); NullCheck(L_943); List_1_Add_m14048474(L_943, L_946, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_947 = V_2; intptr_t L_948 = (intptr_t)ShortcutExtensions_DORotate_m1865406243_RuntimeMethod_var; __GEN_DELEGATE143_t651537940 * L_949 = (__GEN_DELEGATE143_t651537940 *)il2cpp_codegen_object_new(__GEN_DELEGATE143_t651537940_il2cpp_TypeInfo_var); __GEN_DELEGATE143__ctor_m115618425(L_949, NULL, L_948, /*hidden argument*/NULL); NullCheck(L_949); MethodInfo_t * L_950 = Delegate_get_Method_m3071622864(L_949, /*hidden argument*/NULL); NullCheck(L_947); List_1_Add_m14048474(L_947, L_950, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_951 = V_2; intptr_t L_952 = (intptr_t)ShortcutExtensions_DORotateQuaternion_m3329673556_RuntimeMethod_var; __GEN_DELEGATE144_t651865620 * L_953 = (__GEN_DELEGATE144_t651865620 *)il2cpp_codegen_object_new(__GEN_DELEGATE144_t651865620_il2cpp_TypeInfo_var); __GEN_DELEGATE144__ctor_m2167614204(L_953, NULL, L_952, /*hidden argument*/NULL); NullCheck(L_953); MethodInfo_t * L_954 = Delegate_get_Method_m3071622864(L_953, /*hidden argument*/NULL); NullCheck(L_951); List_1_Add_m14048474(L_951, L_954, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_955 = V_2; intptr_t L_956 = (intptr_t)ShortcutExtensions_DOLocalRotate_m2010640997_RuntimeMethod_var; __GEN_DELEGATE145_t651931156 * L_957 = (__GEN_DELEGATE145_t651931156 *)il2cpp_codegen_object_new(__GEN_DELEGATE145_t651931156_il2cpp_TypeInfo_var); __GEN_DELEGATE145__ctor_m2157767666(L_957, NULL, L_956, /*hidden argument*/NULL); NullCheck(L_957); MethodInfo_t * L_958 = Delegate_get_Method_m3071622864(L_957, /*hidden argument*/NULL); NullCheck(L_955); List_1_Add_m14048474(L_955, L_958, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_959 = V_2; intptr_t L_960 = (intptr_t)ShortcutExtensions_DOLocalRotateQuaternion_m3341936535_RuntimeMethod_var; __GEN_DELEGATE146_t651734548 * L_961 = (__GEN_DELEGATE146_t651734548 *)il2cpp_codegen_object_new(__GEN_DELEGATE146_t651734548_il2cpp_TypeInfo_var); __GEN_DELEGATE146__ctor_m3094732482(L_961, NULL, L_960, /*hidden argument*/NULL); NullCheck(L_961); MethodInfo_t * L_962 = Delegate_get_Method_m3071622864(L_961, /*hidden argument*/NULL); NullCheck(L_959); List_1_Add_m14048474(L_959, L_962, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_963 = V_2; intptr_t L_964 = (intptr_t)ShortcutExtensions_DOScale_m495885115_RuntimeMethod_var; __GEN_DELEGATE147_t651800084 * L_965 = (__GEN_DELEGATE147_t651800084 *)il2cpp_codegen_object_new(__GEN_DELEGATE147_t651800084_il2cpp_TypeInfo_var); __GEN_DELEGATE147__ctor_m2435990073(L_965, NULL, L_964, /*hidden argument*/NULL); NullCheck(L_965); MethodInfo_t * L_966 = Delegate_get_Method_m3071622864(L_965, /*hidden argument*/NULL); NullCheck(L_963); List_1_Add_m14048474(L_963, L_966, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_967 = V_2; intptr_t L_968 = (intptr_t)ShortcutExtensions_DOScale_m3402774733_RuntimeMethod_var; __GEN_DELEGATE148_t652127764 * L_969 = (__GEN_DELEGATE148_t652127764 *)il2cpp_codegen_object_new(__GEN_DELEGATE148_t652127764_il2cpp_TypeInfo_var); __GEN_DELEGATE148__ctor_m1634470070(L_969, NULL, L_968, /*hidden argument*/NULL); NullCheck(L_969); MethodInfo_t * L_970 = Delegate_get_Method_m3071622864(L_969, /*hidden argument*/NULL); NullCheck(L_967); List_1_Add_m14048474(L_967, L_970, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_971 = V_2; intptr_t L_972 = (intptr_t)ShortcutExtensions_DOScaleX_m44278897_RuntimeMethod_var; __GEN_DELEGATE149_t652193300 * L_973 = (__GEN_DELEGATE149_t652193300 *)il2cpp_codegen_object_new(__GEN_DELEGATE149_t652193300_il2cpp_TypeInfo_var); __GEN_DELEGATE149__ctor_m3795826284(L_973, NULL, L_972, /*hidden argument*/NULL); NullCheck(L_973); MethodInfo_t * L_974 = Delegate_get_Method_m3071622864(L_973, /*hidden argument*/NULL); NullCheck(L_971); List_1_Add_m14048474(L_971, L_974, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_975 = V_2; intptr_t L_976 = (intptr_t)ShortcutExtensions_DOScaleY_m3341920956_RuntimeMethod_var; __GEN_DELEGATE150_t651603477 * L_977 = (__GEN_DELEGATE150_t651603477 *)il2cpp_codegen_object_new(__GEN_DELEGATE150_t651603477_il2cpp_TypeInfo_var); __GEN_DELEGATE150__ctor_m742974955(L_977, NULL, L_976, /*hidden argument*/NULL); NullCheck(L_977); MethodInfo_t * L_978 = Delegate_get_Method_m3071622864(L_977, /*hidden argument*/NULL); NullCheck(L_975); List_1_Add_m14048474(L_975, L_978, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_979 = V_2; intptr_t L_980 = (intptr_t)ShortcutExtensions_DOScaleZ_m3535152065_RuntimeMethod_var; __GEN_DELEGATE151_t651669013 * L_981 = (__GEN_DELEGATE151_t651669013 *)il2cpp_codegen_object_new(__GEN_DELEGATE151_t651669013_il2cpp_TypeInfo_var); __GEN_DELEGATE151__ctor_m3130469306(L_981, NULL, L_980, /*hidden argument*/NULL); NullCheck(L_981); MethodInfo_t * L_982 = Delegate_get_Method_m3071622864(L_981, /*hidden argument*/NULL); NullCheck(L_979); List_1_Add_m14048474(L_979, L_982, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_983 = V_2; intptr_t L_984 = (intptr_t)ShortcutExtensions_DOLookAt_m735541971_RuntimeMethod_var; __GEN_DELEGATE152_t651472405 * L_985 = (__GEN_DELEGATE152_t651472405 *)il2cpp_codegen_object_new(__GEN_DELEGATE152_t651472405_il2cpp_TypeInfo_var); __GEN_DELEGATE152__ctor_m1986023063(L_985, NULL, L_984, /*hidden argument*/NULL); NullCheck(L_985); MethodInfo_t * L_986 = Delegate_get_Method_m3071622864(L_985, /*hidden argument*/NULL); NullCheck(L_983); List_1_Add_m14048474(L_983, L_986, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_987 = V_2; intptr_t L_988 = (intptr_t)ShortcutExtensions_DOPunchPosition_m2646086740_RuntimeMethod_var; __GEN_DELEGATE153_t651537941 * L_989 = (__GEN_DELEGATE153_t651537941 *)il2cpp_codegen_object_new(__GEN_DELEGATE153_t651537941_il2cpp_TypeInfo_var); __GEN_DELEGATE153__ctor_m3722731069(L_989, NULL, L_988, /*hidden argument*/NULL); NullCheck(L_989); MethodInfo_t * L_990 = Delegate_get_Method_m3071622864(L_989, /*hidden argument*/NULL); NullCheck(L_987); List_1_Add_m14048474(L_987, L_990, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_991 = V_2; intptr_t L_992 = (intptr_t)ShortcutExtensions_DOPunchScale_m4912217_RuntimeMethod_var; __GEN_DELEGATE154_t651865621 * L_993 = (__GEN_DELEGATE154_t651865621 *)il2cpp_codegen_object_new(__GEN_DELEGATE154_t651865621_il2cpp_TypeInfo_var); __GEN_DELEGATE154__ctor_m776915349(L_993, NULL, L_992, /*hidden argument*/NULL); NullCheck(L_993); MethodInfo_t * L_994 = Delegate_get_Method_m3071622864(L_993, /*hidden argument*/NULL); NullCheck(L_991); List_1_Add_m14048474(L_991, L_994, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_995 = V_2; intptr_t L_996 = (intptr_t)ShortcutExtensions_DOPunchRotation_m3077511679_RuntimeMethod_var; __GEN_DELEGATE155_t651931157 * L_997 = (__GEN_DELEGATE155_t651931157 *)il2cpp_codegen_object_new(__GEN_DELEGATE155_t651931157_il2cpp_TypeInfo_var); __GEN_DELEGATE155__ctor_m4006069506(L_997, NULL, L_996, /*hidden argument*/NULL); NullCheck(L_997); MethodInfo_t * L_998 = Delegate_get_Method_m3071622864(L_997, /*hidden argument*/NULL); NullCheck(L_995); List_1_Add_m14048474(L_995, L_998, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_999 = V_2; intptr_t L_1000 = (intptr_t)ShortcutExtensions_DOShakePosition_m1859704350_RuntimeMethod_var; __GEN_DELEGATE156_t651734549 * L_1001 = (__GEN_DELEGATE156_t651734549 *)il2cpp_codegen_object_new(__GEN_DELEGATE156_t651734549_il2cpp_TypeInfo_var); __GEN_DELEGATE156__ctor_m25528747(L_1001, NULL, L_1000, /*hidden argument*/NULL); NullCheck(L_1001); MethodInfo_t * L_1002 = Delegate_get_Method_m3071622864(L_1001, /*hidden argument*/NULL); NullCheck(L_999); List_1_Add_m14048474(L_999, L_1002, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1003 = V_2; intptr_t L_1004 = (intptr_t)ShortcutExtensions_DOShakePosition_m3797325453_RuntimeMethod_var; __GEN_DELEGATE157_t651800085 * L_1005 = (__GEN_DELEGATE157_t651800085 *)il2cpp_codegen_object_new(__GEN_DELEGATE157_t651800085_il2cpp_TypeInfo_var); __GEN_DELEGATE157__ctor_m769201258(L_1005, NULL, L_1004, /*hidden argument*/NULL); NullCheck(L_1005); MethodInfo_t * L_1006 = Delegate_get_Method_m3071622864(L_1005, /*hidden argument*/NULL); NullCheck(L_1003); List_1_Add_m14048474(L_1003, L_1006, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1007 = V_2; intptr_t L_1008 = (intptr_t)ShortcutExtensions_DOShakeRotation_m4209883749_RuntimeMethod_var; __GEN_DELEGATE158_t652127765 * L_1009 = (__GEN_DELEGATE158_t652127765 *)il2cpp_codegen_object_new(__GEN_DELEGATE158_t652127765_il2cpp_TypeInfo_var); __GEN_DELEGATE158__ctor_m3821194305(L_1009, NULL, L_1008, /*hidden argument*/NULL); NullCheck(L_1009); MethodInfo_t * L_1010 = Delegate_get_Method_m3071622864(L_1009, /*hidden argument*/NULL); NullCheck(L_1007); List_1_Add_m14048474(L_1007, L_1010, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1011 = V_2; intptr_t L_1012 = (intptr_t)ShortcutExtensions_DOShakeRotation_m2216829550_RuntimeMethod_var; __GEN_DELEGATE159_t652193301 * L_1013 = (__GEN_DELEGATE159_t652193301 *)il2cpp_codegen_object_new(__GEN_DELEGATE159_t652193301_il2cpp_TypeInfo_var); __GEN_DELEGATE159__ctor_m2445285724(L_1013, NULL, L_1012, /*hidden argument*/NULL); NullCheck(L_1013); MethodInfo_t * L_1014 = Delegate_get_Method_m3071622864(L_1013, /*hidden argument*/NULL); NullCheck(L_1011); List_1_Add_m14048474(L_1011, L_1014, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1015 = V_2; intptr_t L_1016 = (intptr_t)ShortcutExtensions_DOShakeScale_m1145516565_RuntimeMethod_var; __GEN_DELEGATE160_t651603478 * L_1017 = (__GEN_DELEGATE160_t651603478 *)il2cpp_codegen_object_new(__GEN_DELEGATE160_t651603478_il2cpp_TypeInfo_var); __GEN_DELEGATE160__ctor_m2590597503(L_1017, NULL, L_1016, /*hidden argument*/NULL); NullCheck(L_1017); MethodInfo_t * L_1018 = Delegate_get_Method_m3071622864(L_1017, /*hidden argument*/NULL); NullCheck(L_1015); List_1_Add_m14048474(L_1015, L_1018, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1019 = V_2; intptr_t L_1020 = (intptr_t)ShortcutExtensions_DOShakeScale_m2697446006_RuntimeMethod_var; __GEN_DELEGATE161_t651669014 * L_1021 = (__GEN_DELEGATE161_t651669014 *)il2cpp_codegen_object_new(__GEN_DELEGATE161_t651669014_il2cpp_TypeInfo_var); __GEN_DELEGATE161__ctor_m4217252386(L_1021, NULL, L_1020, /*hidden argument*/NULL); NullCheck(L_1021); MethodInfo_t * L_1022 = Delegate_get_Method_m3071622864(L_1021, /*hidden argument*/NULL); NullCheck(L_1019); List_1_Add_m14048474(L_1019, L_1022, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1023 = V_2; intptr_t L_1024 = (intptr_t)ShortcutExtensions_DOJump_m2824502518_RuntimeMethod_var; __GEN_DELEGATE162_t651472406 * L_1025 = (__GEN_DELEGATE162_t651472406 *)il2cpp_codegen_object_new(__GEN_DELEGATE162_t651472406_il2cpp_TypeInfo_var); __GEN_DELEGATE162__ctor_m3870993325(L_1025, NULL, L_1024, /*hidden argument*/NULL); NullCheck(L_1025); MethodInfo_t * L_1026 = Delegate_get_Method_m3071622864(L_1025, /*hidden argument*/NULL); NullCheck(L_1023); List_1_Add_m14048474(L_1023, L_1026, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1027 = V_2; intptr_t L_1028 = (intptr_t)ShortcutExtensions_DOLocalJump_m2308167039_RuntimeMethod_var; __GEN_DELEGATE163_t651537942 * L_1029 = (__GEN_DELEGATE163_t651537942 *)il2cpp_codegen_object_new(__GEN_DELEGATE163_t651537942_il2cpp_TypeInfo_var); __GEN_DELEGATE163__ctor_m4002970235(L_1029, NULL, L_1028, /*hidden argument*/NULL); NullCheck(L_1029); MethodInfo_t * L_1030 = Delegate_get_Method_m3071622864(L_1029, /*hidden argument*/NULL); NullCheck(L_1027); List_1_Add_m14048474(L_1027, L_1030, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1031 = V_2; intptr_t L_1032 = (intptr_t)ShortcutExtensions_DOPath_m1170749557_RuntimeMethod_var; __GEN_DELEGATE164_t651865622 * L_1033 = (__GEN_DELEGATE164_t651865622 *)il2cpp_codegen_object_new(__GEN_DELEGATE164_t651865622_il2cpp_TypeInfo_var); __GEN_DELEGATE164__ctor_m3983098145(L_1033, NULL, L_1032, /*hidden argument*/NULL); NullCheck(L_1033); MethodInfo_t * L_1034 = Delegate_get_Method_m3071622864(L_1033, /*hidden argument*/NULL); NullCheck(L_1031); List_1_Add_m14048474(L_1031, L_1034, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1035 = V_2; intptr_t L_1036 = (intptr_t)ShortcutExtensions_DOLocalPath_m3183460192_RuntimeMethod_var; __GEN_DELEGATE165_t651931158 * L_1037 = (__GEN_DELEGATE165_t651931158 *)il2cpp_codegen_object_new(__GEN_DELEGATE165_t651931158_il2cpp_TypeInfo_var); __GEN_DELEGATE165__ctor_m2585491866(L_1037, NULL, L_1036, /*hidden argument*/NULL); NullCheck(L_1037); MethodInfo_t * L_1038 = Delegate_get_Method_m3071622864(L_1037, /*hidden argument*/NULL); NullCheck(L_1035); List_1_Add_m14048474(L_1035, L_1038, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1039 = V_2; intptr_t L_1040 = (intptr_t)ShortcutExtensions_DOPath_m1737185059_RuntimeMethod_var; __GEN_DELEGATE166_t651734550 * L_1041 = (__GEN_DELEGATE166_t651734550 *)il2cpp_codegen_object_new(__GEN_DELEGATE166_t651734550_il2cpp_TypeInfo_var); __GEN_DELEGATE166__ctor_m4146586956(L_1041, NULL, L_1040, /*hidden argument*/NULL); NullCheck(L_1041); MethodInfo_t * L_1042 = Delegate_get_Method_m3071622864(L_1041, /*hidden argument*/NULL); NullCheck(L_1039); List_1_Add_m14048474(L_1039, L_1042, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1043 = V_2; intptr_t L_1044 = (intptr_t)ShortcutExtensions_DOLocalPath_m3367906890_RuntimeMethod_var; __GEN_DELEGATE167_t651800086 * L_1045 = (__GEN_DELEGATE167_t651800086 *)il2cpp_codegen_object_new(__GEN_DELEGATE167_t651800086_il2cpp_TypeInfo_var); __GEN_DELEGATE167__ctor_m359176718(L_1045, NULL, L_1044, /*hidden argument*/NULL); NullCheck(L_1045); MethodInfo_t * L_1046 = Delegate_get_Method_m3071622864(L_1045, /*hidden argument*/NULL); NullCheck(L_1043); List_1_Add_m14048474(L_1043, L_1046, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1047 = V_2; intptr_t L_1048 = (intptr_t)ShortcutExtensions_DOBlendableMoveBy_m533616323_RuntimeMethod_var; __GEN_DELEGATE173_t651537943 * L_1049 = (__GEN_DELEGATE173_t651537943 *)il2cpp_codegen_object_new(__GEN_DELEGATE173_t651537943_il2cpp_TypeInfo_var); __GEN_DELEGATE173__ctor_m3072832512(L_1049, NULL, L_1048, /*hidden argument*/NULL); NullCheck(L_1049); MethodInfo_t * L_1050 = Delegate_get_Method_m3071622864(L_1049, /*hidden argument*/NULL); NullCheck(L_1047); List_1_Add_m14048474(L_1047, L_1050, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1051 = V_2; intptr_t L_1052 = (intptr_t)ShortcutExtensions_DOBlendableLocalMoveBy_m150910410_RuntimeMethod_var; __GEN_DELEGATE174_t651865623 * L_1053 = (__GEN_DELEGATE174_t651865623 *)il2cpp_codegen_object_new(__GEN_DELEGATE174_t651865623_il2cpp_TypeInfo_var); __GEN_DELEGATE174__ctor_m470973674(L_1053, NULL, L_1052, /*hidden argument*/NULL); NullCheck(L_1053); MethodInfo_t * L_1054 = Delegate_get_Method_m3071622864(L_1053, /*hidden argument*/NULL); NullCheck(L_1051); List_1_Add_m14048474(L_1051, L_1054, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1055 = V_2; intptr_t L_1056 = (intptr_t)ShortcutExtensions_DOBlendableRotateBy_m899197017_RuntimeMethod_var; __GEN_DELEGATE175_t651931159 * L_1057 = (__GEN_DELEGATE175_t651931159 *)il2cpp_codegen_object_new(__GEN_DELEGATE175_t651931159_il2cpp_TypeInfo_var); __GEN_DELEGATE175__ctor_m1433605219(L_1057, NULL, L_1056, /*hidden argument*/NULL); NullCheck(L_1057); MethodInfo_t * L_1058 = Delegate_get_Method_m3071622864(L_1057, /*hidden argument*/NULL); NullCheck(L_1055); List_1_Add_m14048474(L_1055, L_1058, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1059 = V_2; intptr_t L_1060 = (intptr_t)ShortcutExtensions_DOBlendableLocalRotateBy_m1249688942_RuntimeMethod_var; __GEN_DELEGATE176_t651734551 * L_1061 = (__GEN_DELEGATE176_t651734551 *)il2cpp_codegen_object_new(__GEN_DELEGATE176_t651734551_il2cpp_TypeInfo_var); __GEN_DELEGATE176__ctor_m1863377374(L_1061, NULL, L_1060, /*hidden argument*/NULL); NullCheck(L_1061); MethodInfo_t * L_1062 = Delegate_get_Method_m3071622864(L_1061, /*hidden argument*/NULL); NullCheck(L_1059); List_1_Add_m14048474(L_1059, L_1062, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1063 = V_2; intptr_t L_1064 = (intptr_t)ShortcutExtensions_DOBlendablePunchRotation_m2677664895_RuntimeMethod_var; __GEN_DELEGATE177_t651800087 * L_1065 = (__GEN_DELEGATE177_t651800087 *)il2cpp_codegen_object_new(__GEN_DELEGATE177_t651800087_il2cpp_TypeInfo_var); __GEN_DELEGATE177__ctor_m1484770379(L_1065, NULL, L_1064, /*hidden argument*/NULL); NullCheck(L_1065); MethodInfo_t * L_1066 = Delegate_get_Method_m3071622864(L_1065, /*hidden argument*/NULL); NullCheck(L_1063); List_1_Add_m14048474(L_1063, L_1066, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1067 = V_2; intptr_t L_1068 = (intptr_t)ShortcutExtensions_DOBlendableScaleBy_m209393549_RuntimeMethod_var; __GEN_DELEGATE178_t652127767 * L_1069 = (__GEN_DELEGATE178_t652127767 *)il2cpp_codegen_object_new(__GEN_DELEGATE178_t652127767_il2cpp_TypeInfo_var); __GEN_DELEGATE178__ctor_m3822217148(L_1069, NULL, L_1068, /*hidden argument*/NULL); NullCheck(L_1069); MethodInfo_t * L_1070 = Delegate_get_Method_m3071622864(L_1069, /*hidden argument*/NULL); NullCheck(L_1067); List_1_Add_m14048474(L_1067, L_1070, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1071 = V_2; NullCheck(L_911); Dictionary_2_Add_m2534058333(L_911, L_913, L_1071, /*hidden argument*/Dictionary_2_Add_m2534058333_RuntimeMethod_var); Dictionary_2_t3301826201 * L_1072 = V_1; RuntimeTypeHandle_t3027515415 L_1073 = { reinterpret_cast (Component_t1923634451_0_0_0_var) }; Type_t * L_1074 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_1073, /*hidden argument*/NULL); List_1_t3349700990 * L_1075 = (List_1_t3349700990 *)il2cpp_codegen_object_new(List_1_t3349700990_il2cpp_TypeInfo_var); List_1__ctor_m2345422666(L_1075, /*hidden argument*/List_1__ctor_m2345422666_RuntimeMethod_var); V_2 = L_1075; List_1_t3349700990 * L_1076 = V_2; intptr_t L_1077 = (intptr_t)ShortcutExtensions_DOComplete_m2915401275_RuntimeMethod_var; __GEN_DELEGATE179_t652193303 * L_1078 = (__GEN_DELEGATE179_t652193303 *)il2cpp_codegen_object_new(__GEN_DELEGATE179_t652193303_il2cpp_TypeInfo_var); __GEN_DELEGATE179__ctor_m3418193117(L_1078, NULL, L_1077, /*hidden argument*/NULL); NullCheck(L_1078); MethodInfo_t * L_1079 = Delegate_get_Method_m3071622864(L_1078, /*hidden argument*/NULL); NullCheck(L_1076); List_1_Add_m14048474(L_1076, L_1079, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1080 = V_2; intptr_t L_1081 = (intptr_t)ShortcutExtensions_DOKill_m2136743479_RuntimeMethod_var; __GEN_DELEGATE181_t651669000 * L_1082 = (__GEN_DELEGATE181_t651669000 *)il2cpp_codegen_object_new(__GEN_DELEGATE181_t651669000_il2cpp_TypeInfo_var); __GEN_DELEGATE181__ctor_m1142148317(L_1082, NULL, L_1081, /*hidden argument*/NULL); NullCheck(L_1082); MethodInfo_t * L_1083 = Delegate_get_Method_m3071622864(L_1082, /*hidden argument*/NULL); NullCheck(L_1080); List_1_Add_m14048474(L_1080, L_1083, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1084 = V_2; intptr_t L_1085 = (intptr_t)ShortcutExtensions_DOFlip_m1656519700_RuntimeMethod_var; __GEN_DELEGATE183_t651537928 * L_1086 = (__GEN_DELEGATE183_t651537928 *)il2cpp_codegen_object_new(__GEN_DELEGATE183_t651537928_il2cpp_TypeInfo_var); __GEN_DELEGATE183__ctor_m2579894252(L_1086, NULL, L_1085, /*hidden argument*/NULL); NullCheck(L_1086); MethodInfo_t * L_1087 = Delegate_get_Method_m3071622864(L_1086, /*hidden argument*/NULL); NullCheck(L_1084); List_1_Add_m14048474(L_1084, L_1087, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1088 = V_2; intptr_t L_1089 = (intptr_t)ShortcutExtensions_DOGoto_m1097588655_RuntimeMethod_var; __GEN_DELEGATE185_t651931144 * L_1090 = (__GEN_DELEGATE185_t651931144 *)il2cpp_codegen_object_new(__GEN_DELEGATE185_t651931144_il2cpp_TypeInfo_var); __GEN_DELEGATE185__ctor_m3706470746(L_1090, NULL, L_1089, /*hidden argument*/NULL); NullCheck(L_1090); MethodInfo_t * L_1091 = Delegate_get_Method_m3071622864(L_1090, /*hidden argument*/NULL); NullCheck(L_1088); List_1_Add_m14048474(L_1088, L_1091, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1092 = V_2; intptr_t L_1093 = (intptr_t)ShortcutExtensions_DOPause_m3266864898_RuntimeMethod_var; __GEN_DELEGATE187_t651800072 * L_1094 = (__GEN_DELEGATE187_t651800072 *)il2cpp_codegen_object_new(__GEN_DELEGATE187_t651800072_il2cpp_TypeInfo_var); __GEN_DELEGATE187__ctor_m3177856897(L_1094, NULL, L_1093, /*hidden argument*/NULL); NullCheck(L_1094); MethodInfo_t * L_1095 = Delegate_get_Method_m3071622864(L_1094, /*hidden argument*/NULL); NullCheck(L_1092); List_1_Add_m14048474(L_1092, L_1095, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1096 = V_2; intptr_t L_1097 = (intptr_t)ShortcutExtensions_DOPlay_m2882555019_RuntimeMethod_var; __GEN_DELEGATE189_t652193288 * L_1098 = (__GEN_DELEGATE189_t652193288 *)il2cpp_codegen_object_new(__GEN_DELEGATE189_t652193288_il2cpp_TypeInfo_var); __GEN_DELEGATE189__ctor_m3563914562(L_1098, NULL, L_1097, /*hidden argument*/NULL); NullCheck(L_1098); MethodInfo_t * L_1099 = Delegate_get_Method_m3071622864(L_1098, /*hidden argument*/NULL); NullCheck(L_1096); List_1_Add_m14048474(L_1096, L_1099, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1100 = V_2; intptr_t L_1101 = (intptr_t)ShortcutExtensions_DOPlayBackwards_m3841179932_RuntimeMethod_var; __GEN_DELEGATE191_t651669001 * L_1102 = (__GEN_DELEGATE191_t651669001 *)il2cpp_codegen_object_new(__GEN_DELEGATE191_t651669001_il2cpp_TypeInfo_var); __GEN_DELEGATE191__ctor_m1059910972(L_1102, NULL, L_1101, /*hidden argument*/NULL); NullCheck(L_1102); MethodInfo_t * L_1103 = Delegate_get_Method_m3071622864(L_1102, /*hidden argument*/NULL); NullCheck(L_1100); List_1_Add_m14048474(L_1100, L_1103, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1104 = V_2; intptr_t L_1105 = (intptr_t)ShortcutExtensions_DOPlayForward_m637268399_RuntimeMethod_var; __GEN_DELEGATE193_t651537929 * L_1106 = (__GEN_DELEGATE193_t651537929 *)il2cpp_codegen_object_new(__GEN_DELEGATE193_t651537929_il2cpp_TypeInfo_var); __GEN_DELEGATE193__ctor_m125172831(L_1106, NULL, L_1105, /*hidden argument*/NULL); NullCheck(L_1106); MethodInfo_t * L_1107 = Delegate_get_Method_m3071622864(L_1106, /*hidden argument*/NULL); NullCheck(L_1104); List_1_Add_m14048474(L_1104, L_1107, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1108 = V_2; intptr_t L_1109 = (intptr_t)ShortcutExtensions_DORestart_m4044415899_RuntimeMethod_var; __GEN_DELEGATE195_t651931145 * L_1110 = (__GEN_DELEGATE195_t651931145 *)il2cpp_codegen_object_new(__GEN_DELEGATE195_t651931145_il2cpp_TypeInfo_var); __GEN_DELEGATE195__ctor_m158376912(L_1110, NULL, L_1109, /*hidden argument*/NULL); NullCheck(L_1110); MethodInfo_t * L_1111 = Delegate_get_Method_m3071622864(L_1110, /*hidden argument*/NULL); NullCheck(L_1108); List_1_Add_m14048474(L_1108, L_1111, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1112 = V_2; intptr_t L_1113 = (intptr_t)ShortcutExtensions_DORewind_m3993575966_RuntimeMethod_var; __GEN_DELEGATE197_t651800073 * L_1114 = (__GEN_DELEGATE197_t651800073 *)il2cpp_codegen_object_new(__GEN_DELEGATE197_t651800073_il2cpp_TypeInfo_var); __GEN_DELEGATE197__ctor_m1139834945(L_1114, NULL, L_1113, /*hidden argument*/NULL); NullCheck(L_1114); MethodInfo_t * L_1115 = Delegate_get_Method_m3071622864(L_1114, /*hidden argument*/NULL); NullCheck(L_1112); List_1_Add_m14048474(L_1112, L_1115, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1116 = V_2; intptr_t L_1117 = (intptr_t)ShortcutExtensions_DOSmoothRewind_m3872965263_RuntimeMethod_var; __GEN_DELEGATE199_t652193289 * L_1118 = (__GEN_DELEGATE199_t652193289 *)il2cpp_codegen_object_new(__GEN_DELEGATE199_t652193289_il2cpp_TypeInfo_var); __GEN_DELEGATE199__ctor_m4063318155(L_1118, NULL, L_1117, /*hidden argument*/NULL); NullCheck(L_1118); MethodInfo_t * L_1119 = Delegate_get_Method_m3071622864(L_1118, /*hidden argument*/NULL); NullCheck(L_1116); List_1_Add_m14048474(L_1116, L_1119, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1120 = V_2; intptr_t L_1121 = (intptr_t)ShortcutExtensions_DOTogglePause_m2214137361_RuntimeMethod_var; __GEN_DELEGATE201_t2990321168 * L_1122 = (__GEN_DELEGATE201_t2990321168 *)il2cpp_codegen_object_new(__GEN_DELEGATE201_t2990321168_il2cpp_TypeInfo_var); __GEN_DELEGATE201__ctor_m3509739050(L_1122, NULL, L_1121, /*hidden argument*/NULL); NullCheck(L_1122); MethodInfo_t * L_1123 = Delegate_get_Method_m3071622864(L_1122, /*hidden argument*/NULL); NullCheck(L_1120); List_1_Add_m14048474(L_1120, L_1123, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1124 = V_2; NullCheck(L_1072); Dictionary_2_Add_m2534058333(L_1072, L_1074, L_1124, /*hidden argument*/Dictionary_2_Add_m2534058333_RuntimeMethod_var); Dictionary_2_t3301826201 * L_1125 = V_1; RuntimeTypeHandle_t3027515415 L_1126 = { reinterpret_cast (CanvasGroup_t4083511760_0_0_0_var) }; Type_t * L_1127 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_1126, /*hidden argument*/NULL); List_1_t3349700990 * L_1128 = (List_1_t3349700990 *)il2cpp_codegen_object_new(List_1_t3349700990_il2cpp_TypeInfo_var); List_1__ctor_m2345422666(L_1128, /*hidden argument*/List_1__ctor_m2345422666_RuntimeMethod_var); V_2 = L_1128; List_1_t3349700990 * L_1129 = V_2; intptr_t L_1130 = (intptr_t)DOTweenModuleUI_DOFade_m651778628_RuntimeMethod_var; __GEN_DELEGATE203_t2990190096 * L_1131 = (__GEN_DELEGATE203_t2990190096 *)il2cpp_codegen_object_new(__GEN_DELEGATE203_t2990190096_il2cpp_TypeInfo_var); __GEN_DELEGATE203__ctor_m1422335276(L_1131, NULL, L_1130, /*hidden argument*/NULL); NullCheck(L_1131); MethodInfo_t * L_1132 = Delegate_get_Method_m3071622864(L_1131, /*hidden argument*/NULL); NullCheck(L_1129); List_1_Add_m14048474(L_1129, L_1132, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1133 = V_2; intptr_t L_1134 = (intptr_t)DOTweenModuleUI_DOFade_m651778628_RuntimeMethod_var; __GEN_DELEGATE292_t2990124553 * L_1135 = (__GEN_DELEGATE292_t2990124553 *)il2cpp_codegen_object_new(__GEN_DELEGATE292_t2990124553_il2cpp_TypeInfo_var); __GEN_DELEGATE292__ctor_m834113641(L_1135, NULL, L_1134, /*hidden argument*/NULL); NullCheck(L_1135); MethodInfo_t * L_1136 = Delegate_get_Method_m3071622864(L_1135, /*hidden argument*/NULL); NullCheck(L_1133); List_1_Add_m14048474(L_1133, L_1136, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1137 = V_2; NullCheck(L_1125); Dictionary_2_Add_m2534058333(L_1125, L_1127, L_1137, /*hidden argument*/Dictionary_2_Add_m2534058333_RuntimeMethod_var); Dictionary_2_t3301826201 * L_1138 = V_1; RuntimeTypeHandle_t3027515415 L_1139 = { reinterpret_cast (Graphic_t1660335611_0_0_0_var) }; Type_t * L_1140 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_1139, /*hidden argument*/NULL); List_1_t3349700990 * L_1141 = (List_1_t3349700990 *)il2cpp_codegen_object_new(List_1_t3349700990_il2cpp_TypeInfo_var); List_1__ctor_m2345422666(L_1141, /*hidden argument*/List_1__ctor_m2345422666_RuntimeMethod_var); V_2 = L_1141; List_1_t3349700990 * L_1142 = V_2; intptr_t L_1143 = (intptr_t)DOTweenModuleUI_DOColor_m3620380505_RuntimeMethod_var; __GEN_DELEGATE204_t2990517776 * L_1144 = (__GEN_DELEGATE204_t2990517776 *)il2cpp_codegen_object_new(__GEN_DELEGATE204_t2990517776_il2cpp_TypeInfo_var); __GEN_DELEGATE204__ctor_m3232199039(L_1144, NULL, L_1143, /*hidden argument*/NULL); NullCheck(L_1144); MethodInfo_t * L_1145 = Delegate_get_Method_m3071622864(L_1144, /*hidden argument*/NULL); NullCheck(L_1142); List_1_Add_m14048474(L_1142, L_1145, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1146 = V_2; intptr_t L_1147 = (intptr_t)DOTweenModuleUI_DOFade_m1384333539_RuntimeMethod_var; __GEN_DELEGATE205_t2990583312 * L_1148 = (__GEN_DELEGATE205_t2990583312 *)il2cpp_codegen_object_new(__GEN_DELEGATE205_t2990583312_il2cpp_TypeInfo_var); __GEN_DELEGATE205__ctor_m2362272429(L_1148, NULL, L_1147, /*hidden argument*/NULL); NullCheck(L_1148); MethodInfo_t * L_1149 = Delegate_get_Method_m3071622864(L_1148, /*hidden argument*/NULL); NullCheck(L_1146); List_1_Add_m14048474(L_1146, L_1149, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1150 = V_2; intptr_t L_1151 = (intptr_t)DOTweenModuleUI_DOBlendableColor_m3113630717_RuntimeMethod_var; __GEN_DELEGATE240_t2990255636 * L_1152 = (__GEN_DELEGATE240_t2990255636 *)il2cpp_codegen_object_new(__GEN_DELEGATE240_t2990255636_il2cpp_TypeInfo_var); __GEN_DELEGATE240__ctor_m4217225924(L_1152, NULL, L_1151, /*hidden argument*/NULL); NullCheck(L_1152); MethodInfo_t * L_1153 = Delegate_get_Method_m3071622864(L_1152, /*hidden argument*/NULL); NullCheck(L_1150); List_1_Add_m14048474(L_1150, L_1153, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1154 = V_2; intptr_t L_1155 = (intptr_t)DOTweenModuleUI_DOColor_m3620380505_RuntimeMethod_var; __GEN_DELEGATE293_t2990190089 * L_1156 = (__GEN_DELEGATE293_t2990190089 *)il2cpp_codegen_object_new(__GEN_DELEGATE293_t2990190089_il2cpp_TypeInfo_var); __GEN_DELEGATE293__ctor_m3405725645(L_1156, NULL, L_1155, /*hidden argument*/NULL); NullCheck(L_1156); MethodInfo_t * L_1157 = Delegate_get_Method_m3071622864(L_1156, /*hidden argument*/NULL); NullCheck(L_1154); List_1_Add_m14048474(L_1154, L_1157, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1158 = V_2; intptr_t L_1159 = (intptr_t)DOTweenModuleUI_DOFade_m1384333539_RuntimeMethod_var; __GEN_DELEGATE294_t2990517769 * L_1160 = (__GEN_DELEGATE294_t2990517769 *)il2cpp_codegen_object_new(__GEN_DELEGATE294_t2990517769_il2cpp_TypeInfo_var); __GEN_DELEGATE294__ctor_m274018623(L_1160, NULL, L_1159, /*hidden argument*/NULL); NullCheck(L_1160); MethodInfo_t * L_1161 = Delegate_get_Method_m3071622864(L_1160, /*hidden argument*/NULL); NullCheck(L_1158); List_1_Add_m14048474(L_1158, L_1161, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1162 = V_2; intptr_t L_1163 = (intptr_t)DOTweenModuleUI_DOBlendableColor_m3113630717_RuntimeMethod_var; __GEN_DELEGATE312_t1033809425 * L_1164 = (__GEN_DELEGATE312_t1033809425 *)il2cpp_codegen_object_new(__GEN_DELEGATE312_t1033809425_il2cpp_TypeInfo_var); __GEN_DELEGATE312__ctor_m127165995(L_1164, NULL, L_1163, /*hidden argument*/NULL); NullCheck(L_1164); MethodInfo_t * L_1165 = Delegate_get_Method_m3071622864(L_1164, /*hidden argument*/NULL); NullCheck(L_1162); List_1_Add_m14048474(L_1162, L_1165, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1166 = V_2; NullCheck(L_1138); Dictionary_2_Add_m2534058333(L_1138, L_1140, L_1166, /*hidden argument*/Dictionary_2_Add_m2534058333_RuntimeMethod_var); Dictionary_2_t3301826201 * L_1167 = V_1; RuntimeTypeHandle_t3027515415 L_1168 = { reinterpret_cast (Image_t2670269651_0_0_0_var) }; Type_t * L_1169 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_1168, /*hidden argument*/NULL); List_1_t3349700990 * L_1170 = (List_1_t3349700990 *)il2cpp_codegen_object_new(List_1_t3349700990_il2cpp_TypeInfo_var); List_1__ctor_m2345422666(L_1170, /*hidden argument*/List_1__ctor_m2345422666_RuntimeMethod_var); V_2 = L_1170; List_1_t3349700990 * L_1171 = V_2; intptr_t L_1172 = (intptr_t)DOTweenModuleUI_DOColor_m3527339265_RuntimeMethod_var; __GEN_DELEGATE206_t2990386704 * L_1173 = (__GEN_DELEGATE206_t2990386704 *)il2cpp_codegen_object_new(__GEN_DELEGATE206_t2990386704_il2cpp_TypeInfo_var); __GEN_DELEGATE206__ctor_m2560786270(L_1173, NULL, L_1172, /*hidden argument*/NULL); NullCheck(L_1173); MethodInfo_t * L_1174 = Delegate_get_Method_m3071622864(L_1173, /*hidden argument*/NULL); NullCheck(L_1171); List_1_Add_m14048474(L_1171, L_1174, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1175 = V_2; intptr_t L_1176 = (intptr_t)DOTweenModuleUI_DOFade_m4204019165_RuntimeMethod_var; __GEN_DELEGATE207_t2990452240 * L_1177 = (__GEN_DELEGATE207_t2990452240 *)il2cpp_codegen_object_new(__GEN_DELEGATE207_t2990452240_il2cpp_TypeInfo_var); __GEN_DELEGATE207__ctor_m99316548(L_1177, NULL, L_1176, /*hidden argument*/NULL); NullCheck(L_1177); MethodInfo_t * L_1178 = Delegate_get_Method_m3071622864(L_1177, /*hidden argument*/NULL); NullCheck(L_1175); List_1_Add_m14048474(L_1175, L_1178, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1179 = V_2; intptr_t L_1180 = (intptr_t)DOTweenModuleUI_DOFillAmount_m962075916_RuntimeMethod_var; __GEN_DELEGATE208_t2990779920 * L_1181 = (__GEN_DELEGATE208_t2990779920 *)il2cpp_codegen_object_new(__GEN_DELEGATE208_t2990779920_il2cpp_TypeInfo_var); __GEN_DELEGATE208__ctor_m170503153(L_1181, NULL, L_1180, /*hidden argument*/NULL); NullCheck(L_1181); MethodInfo_t * L_1182 = Delegate_get_Method_m3071622864(L_1181, /*hidden argument*/NULL); NullCheck(L_1179); List_1_Add_m14048474(L_1179, L_1182, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1183 = V_2; intptr_t L_1184 = (intptr_t)DOTweenModuleUI_DOGradientColor_m314016813_RuntimeMethod_var; __GEN_DELEGATE209_t2990845456 * L_1185 = (__GEN_DELEGATE209_t2990845456 *)il2cpp_codegen_object_new(__GEN_DELEGATE209_t2990845456_il2cpp_TypeInfo_var); __GEN_DELEGATE209__ctor_m2506192965(L_1185, NULL, L_1184, /*hidden argument*/NULL); NullCheck(L_1185); MethodInfo_t * L_1186 = Delegate_get_Method_m3071622864(L_1185, /*hidden argument*/NULL); NullCheck(L_1183); List_1_Add_m14048474(L_1183, L_1186, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1187 = V_2; intptr_t L_1188 = (intptr_t)DOTweenModuleUI_DOBlendableColor_m2930794423_RuntimeMethod_var; __GEN_DELEGATE241_t2990321172 * L_1189 = (__GEN_DELEGATE241_t2990321172 *)il2cpp_codegen_object_new(__GEN_DELEGATE241_t2990321172_il2cpp_TypeInfo_var); __GEN_DELEGATE241__ctor_m686158812(L_1189, NULL, L_1188, /*hidden argument*/NULL); NullCheck(L_1189); MethodInfo_t * L_1190 = Delegate_get_Method_m3071622864(L_1189, /*hidden argument*/NULL); NullCheck(L_1187); List_1_Add_m14048474(L_1187, L_1190, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1191 = V_2; intptr_t L_1192 = (intptr_t)DOTweenModuleUI_DOColor_m3527339265_RuntimeMethod_var; __GEN_DELEGATE295_t2990583305 * L_1193 = (__GEN_DELEGATE295_t2990583305 *)il2cpp_codegen_object_new(__GEN_DELEGATE295_t2990583305_il2cpp_TypeInfo_var); __GEN_DELEGATE295__ctor_m3438929726(L_1193, NULL, L_1192, /*hidden argument*/NULL); NullCheck(L_1193); MethodInfo_t * L_1194 = Delegate_get_Method_m3071622864(L_1193, /*hidden argument*/NULL); NullCheck(L_1191); List_1_Add_m14048474(L_1191, L_1194, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1195 = V_2; intptr_t L_1196 = (intptr_t)DOTweenModuleUI_DOFade_m4204019165_RuntimeMethod_var; __GEN_DELEGATE296_t2990386697 * L_1197 = (__GEN_DELEGATE296_t2990386697 *)il2cpp_codegen_object_new(__GEN_DELEGATE296_t2990386697_il2cpp_TypeInfo_var); __GEN_DELEGATE296__ctor_m571174377(L_1197, NULL, L_1196, /*hidden argument*/NULL); NullCheck(L_1197); MethodInfo_t * L_1198 = Delegate_get_Method_m3071622864(L_1197, /*hidden argument*/NULL); NullCheck(L_1195); List_1_Add_m14048474(L_1195, L_1198, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1199 = V_2; intptr_t L_1200 = (intptr_t)DOTweenModuleUI_DOFillAmount_m962075916_RuntimeMethod_var; __GEN_DELEGATE297_t2990452233 * L_1201 = (__GEN_DELEGATE297_t2990452233 *)il2cpp_codegen_object_new(__GEN_DELEGATE297_t2990452233_il2cpp_TypeInfo_var); __GEN_DELEGATE297__ctor_m125420463(L_1201, NULL, L_1200, /*hidden argument*/NULL); NullCheck(L_1201); MethodInfo_t * L_1202 = Delegate_get_Method_m3071622864(L_1201, /*hidden argument*/NULL); NullCheck(L_1199); List_1_Add_m14048474(L_1199, L_1202, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1203 = V_2; intptr_t L_1204 = (intptr_t)DOTweenModuleUI_DOGradientColor_m314016813_RuntimeMethod_var; __GEN_DELEGATE298_t2990779913 * L_1205 = (__GEN_DELEGATE298_t2990779913 *)il2cpp_codegen_object_new(__GEN_DELEGATE298_t2990779913_il2cpp_TypeInfo_var); __GEN_DELEGATE298__ctor_m1529387130(L_1205, NULL, L_1204, /*hidden argument*/NULL); NullCheck(L_1205); MethodInfo_t * L_1206 = Delegate_get_Method_m3071622864(L_1205, /*hidden argument*/NULL); NullCheck(L_1203); List_1_Add_m14048474(L_1203, L_1206, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1207 = V_2; intptr_t L_1208 = (intptr_t)DOTweenModuleUI_DOBlendableColor_m2930794423_RuntimeMethod_var; __GEN_DELEGATE313_t1033874961 * L_1209 = (__GEN_DELEGATE313_t1033874961 *)il2cpp_codegen_object_new(__GEN_DELEGATE313_t1033874961_il2cpp_TypeInfo_var); __GEN_DELEGATE313__ctor_m963483909(L_1209, NULL, L_1208, /*hidden argument*/NULL); NullCheck(L_1209); MethodInfo_t * L_1210 = Delegate_get_Method_m3071622864(L_1209, /*hidden argument*/NULL); NullCheck(L_1207); List_1_Add_m14048474(L_1207, L_1210, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1211 = V_2; NullCheck(L_1167); Dictionary_2_Add_m2534058333(L_1167, L_1169, L_1211, /*hidden argument*/Dictionary_2_Add_m2534058333_RuntimeMethod_var); Dictionary_2_t3301826201 * L_1212 = V_1; RuntimeTypeHandle_t3027515415 L_1213 = { reinterpret_cast (LayoutElement_t1785403678_0_0_0_var) }; Type_t * L_1214 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_1213, /*hidden argument*/NULL); List_1_t3349700990 * L_1215 = (List_1_t3349700990 *)il2cpp_codegen_object_new(List_1_t3349700990_il2cpp_TypeInfo_var); List_1__ctor_m2345422666(L_1215, /*hidden argument*/List_1__ctor_m2345422666_RuntimeMethod_var); V_2 = L_1215; List_1_t3349700990 * L_1216 = V_2; intptr_t L_1217 = (intptr_t)DOTweenModuleUI_DOFlexibleSize_m2588813345_RuntimeMethod_var; __GEN_DELEGATE210_t2990255633 * L_1218 = (__GEN_DELEGATE210_t2990255633 *)il2cpp_codegen_object_new(__GEN_DELEGATE210_t2990255633_il2cpp_TypeInfo_var); __GEN_DELEGATE210__ctor_m16714055(L_1218, NULL, L_1217, /*hidden argument*/NULL); NullCheck(L_1218); MethodInfo_t * L_1219 = Delegate_get_Method_m3071622864(L_1218, /*hidden argument*/NULL); NullCheck(L_1216); List_1_Add_m14048474(L_1216, L_1219, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1220 = V_2; intptr_t L_1221 = (intptr_t)DOTweenModuleUI_DOMinSize_m712411209_RuntimeMethod_var; __GEN_DELEGATE211_t2990321169 * L_1222 = (__GEN_DELEGATE211_t2990321169 *)il2cpp_codegen_object_new(__GEN_DELEGATE211_t2990321169_il2cpp_TypeInfo_var); __GEN_DELEGATE211__ctor_m3927770251(L_1222, NULL, L_1221, /*hidden argument*/NULL); NullCheck(L_1222); MethodInfo_t * L_1223 = Delegate_get_Method_m3071622864(L_1222, /*hidden argument*/NULL); NullCheck(L_1220); List_1_Add_m14048474(L_1220, L_1223, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1224 = V_2; intptr_t L_1225 = (intptr_t)DOTweenModuleUI_DOPreferredSize_m846046992_RuntimeMethod_var; __GEN_DELEGATE212_t2990124561 * L_1226 = (__GEN_DELEGATE212_t2990124561 *)il2cpp_codegen_object_new(__GEN_DELEGATE212_t2990124561_il2cpp_TypeInfo_var); __GEN_DELEGATE212__ctor_m2966928748(L_1226, NULL, L_1225, /*hidden argument*/NULL); NullCheck(L_1226); MethodInfo_t * L_1227 = Delegate_get_Method_m3071622864(L_1226, /*hidden argument*/NULL); NullCheck(L_1224); List_1_Add_m14048474(L_1224, L_1227, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1228 = V_2; intptr_t L_1229 = (intptr_t)DOTweenModuleUI_DOFlexibleSize_m2588813345_RuntimeMethod_var; __GEN_DELEGATE299_t2990845449 * L_1230 = (__GEN_DELEGATE299_t2990845449 *)il2cpp_codegen_object_new(__GEN_DELEGATE299_t2990845449_il2cpp_TypeInfo_var); __GEN_DELEGATE299__ctor_m3048903673(L_1230, NULL, L_1229, /*hidden argument*/NULL); NullCheck(L_1230); MethodInfo_t * L_1231 = Delegate_get_Method_m3071622864(L_1230, /*hidden argument*/NULL); NullCheck(L_1228); List_1_Add_m14048474(L_1228, L_1231, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1232 = V_2; intptr_t L_1233 = (intptr_t)DOTweenModuleUI_DOMinSize_m712411209_RuntimeMethod_var; __GEN_DELEGATE300_t1033940496 * L_1234 = (__GEN_DELEGATE300_t1033940496 *)il2cpp_codegen_object_new(__GEN_DELEGATE300_t1033940496_il2cpp_TypeInfo_var); __GEN_DELEGATE300__ctor_m2001086777(L_1234, NULL, L_1233, /*hidden argument*/NULL); NullCheck(L_1234); MethodInfo_t * L_1235 = Delegate_get_Method_m3071622864(L_1234, /*hidden argument*/NULL); NullCheck(L_1232); List_1_Add_m14048474(L_1232, L_1235, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1236 = V_2; intptr_t L_1237 = (intptr_t)DOTweenModuleUI_DOPreferredSize_m846046992_RuntimeMethod_var; __GEN_DELEGATE301_t1034006032 * L_1238 = (__GEN_DELEGATE301_t1034006032 *)il2cpp_codegen_object_new(__GEN_DELEGATE301_t1034006032_il2cpp_TypeInfo_var); __GEN_DELEGATE301__ctor_m669976297(L_1238, NULL, L_1237, /*hidden argument*/NULL); NullCheck(L_1238); MethodInfo_t * L_1239 = Delegate_get_Method_m3071622864(L_1238, /*hidden argument*/NULL); NullCheck(L_1236); List_1_Add_m14048474(L_1236, L_1239, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1240 = V_2; NullCheck(L_1212); Dictionary_2_Add_m2534058333(L_1212, L_1214, L_1240, /*hidden argument*/Dictionary_2_Add_m2534058333_RuntimeMethod_var); Dictionary_2_t3301826201 * L_1241 = V_1; RuntimeTypeHandle_t3027515415 L_1242 = { reinterpret_cast (Outline_t2536100125_0_0_0_var) }; Type_t * L_1243 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_1242, /*hidden argument*/NULL); List_1_t3349700990 * L_1244 = (List_1_t3349700990 *)il2cpp_codegen_object_new(List_1_t3349700990_il2cpp_TypeInfo_var); List_1__ctor_m2345422666(L_1244, /*hidden argument*/List_1__ctor_m2345422666_RuntimeMethod_var); V_2 = L_1244; List_1_t3349700990 * L_1245 = V_2; intptr_t L_1246 = (intptr_t)DOTweenModuleUI_DOColor_m3512643906_RuntimeMethod_var; __GEN_DELEGATE213_t2990190097 * L_1247 = (__GEN_DELEGATE213_t2990190097 *)il2cpp_codegen_object_new(__GEN_DELEGATE213_t2990190097_il2cpp_TypeInfo_var); __GEN_DELEGATE213__ctor_m3803246662(L_1247, NULL, L_1246, /*hidden argument*/NULL); NullCheck(L_1247); MethodInfo_t * L_1248 = Delegate_get_Method_m3071622864(L_1247, /*hidden argument*/NULL); NullCheck(L_1245); List_1_Add_m14048474(L_1245, L_1248, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1249 = V_2; intptr_t L_1250 = (intptr_t)DOTweenModuleUI_DOFade_m3786955602_RuntimeMethod_var; __GEN_DELEGATE214_t2990517777 * L_1251 = (__GEN_DELEGATE214_t2990517777 *)il2cpp_codegen_object_new(__GEN_DELEGATE214_t2990517777_il2cpp_TypeInfo_var); __GEN_DELEGATE214__ctor_m1208344822(L_1251, NULL, L_1250, /*hidden argument*/NULL); NullCheck(L_1251); MethodInfo_t * L_1252 = Delegate_get_Method_m3071622864(L_1251, /*hidden argument*/NULL); NullCheck(L_1249); List_1_Add_m14048474(L_1249, L_1252, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1253 = V_2; intptr_t L_1254 = (intptr_t)DOTweenModuleUI_DOScale_m2235301402_RuntimeMethod_var; __GEN_DELEGATE215_t2990583313 * L_1255 = (__GEN_DELEGATE215_t2990583313 *)il2cpp_codegen_object_new(__GEN_DELEGATE215_t2990583313_il2cpp_TypeInfo_var); __GEN_DELEGATE215__ctor_m717327059(L_1255, NULL, L_1254, /*hidden argument*/NULL); NullCheck(L_1255); MethodInfo_t * L_1256 = Delegate_get_Method_m3071622864(L_1255, /*hidden argument*/NULL); NullCheck(L_1253); List_1_Add_m14048474(L_1253, L_1256, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1257 = V_2; intptr_t L_1258 = (intptr_t)DOTweenModuleUI_DOColor_m3512643906_RuntimeMethod_var; __GEN_DELEGATE302_t1033809424 * L_1259 = (__GEN_DELEGATE302_t1033809424 *)il2cpp_codegen_object_new(__GEN_DELEGATE302_t1033809424_il2cpp_TypeInfo_var); __GEN_DELEGATE302__ctor_m590371158(L_1259, NULL, L_1258, /*hidden argument*/NULL); NullCheck(L_1259); MethodInfo_t * L_1260 = Delegate_get_Method_m3071622864(L_1259, /*hidden argument*/NULL); NullCheck(L_1257); List_1_Add_m14048474(L_1257, L_1260, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1261 = V_2; intptr_t L_1262 = (intptr_t)DOTweenModuleUI_DOFade_m3786955602_RuntimeMethod_var; __GEN_DELEGATE303_t1033874960 * L_1263 = (__GEN_DELEGATE303_t1033874960 *)il2cpp_codegen_object_new(__GEN_DELEGATE303_t1033874960_il2cpp_TypeInfo_var); __GEN_DELEGATE303__ctor_m2877539819(L_1263, NULL, L_1262, /*hidden argument*/NULL); NullCheck(L_1263); MethodInfo_t * L_1264 = Delegate_get_Method_m3071622864(L_1263, /*hidden argument*/NULL); NullCheck(L_1261); List_1_Add_m14048474(L_1261, L_1264, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1265 = V_2; intptr_t L_1266 = (intptr_t)DOTweenModuleUI_DOScale_m2235301402_RuntimeMethod_var; __GEN_DELEGATE304_t1034202640 * L_1267 = (__GEN_DELEGATE304_t1034202640 *)il2cpp_codegen_object_new(__GEN_DELEGATE304_t1034202640_il2cpp_TypeInfo_var); __GEN_DELEGATE304__ctor_m392436286(L_1267, NULL, L_1266, /*hidden argument*/NULL); NullCheck(L_1267); MethodInfo_t * L_1268 = Delegate_get_Method_m3071622864(L_1267, /*hidden argument*/NULL); NullCheck(L_1265); List_1_Add_m14048474(L_1265, L_1268, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1269 = V_2; NullCheck(L_1241); Dictionary_2_Add_m2534058333(L_1241, L_1243, L_1269, /*hidden argument*/Dictionary_2_Add_m2534058333_RuntimeMethod_var); Dictionary_2_t3301826201 * L_1270 = V_1; RuntimeTypeHandle_t3027515415 L_1271 = { reinterpret_cast (RectTransform_t3704657025_0_0_0_var) }; Type_t * L_1272 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_1271, /*hidden argument*/NULL); List_1_t3349700990 * L_1273 = (List_1_t3349700990 *)il2cpp_codegen_object_new(List_1_t3349700990_il2cpp_TypeInfo_var); List_1__ctor_m2345422666(L_1273, /*hidden argument*/List_1__ctor_m2345422666_RuntimeMethod_var); V_2 = L_1273; List_1_t3349700990 * L_1274 = V_2; intptr_t L_1275 = (intptr_t)DOTweenModuleUI_DOAnchorPos_m3535000760_RuntimeMethod_var; __GEN_DELEGATE216_t2990386705 * L_1276 = (__GEN_DELEGATE216_t2990386705 *)il2cpp_codegen_object_new(__GEN_DELEGATE216_t2990386705_il2cpp_TypeInfo_var); __GEN_DELEGATE216__ctor_m1034004086(L_1276, NULL, L_1275, /*hidden argument*/NULL); NullCheck(L_1276); MethodInfo_t * L_1277 = Delegate_get_Method_m3071622864(L_1276, /*hidden argument*/NULL); NullCheck(L_1274); List_1_Add_m14048474(L_1274, L_1277, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1278 = V_2; intptr_t L_1279 = (intptr_t)DOTweenModuleUI_DOAnchorPosX_m1156892184_RuntimeMethod_var; __GEN_DELEGATE217_t2990452241 * L_1280 = (__GEN_DELEGATE217_t2990452241 *)il2cpp_codegen_object_new(__GEN_DELEGATE217_t2990452241_il2cpp_TypeInfo_var); __GEN_DELEGATE217__ctor_m4107129802(L_1280, NULL, L_1279, /*hidden argument*/NULL); NullCheck(L_1280); MethodInfo_t * L_1281 = Delegate_get_Method_m3071622864(L_1280, /*hidden argument*/NULL); NullCheck(L_1278); List_1_Add_m14048474(L_1278, L_1281, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1282 = V_2; intptr_t L_1283 = (intptr_t)DOTweenModuleUI_DOAnchorPosY_m1748431735_RuntimeMethod_var; __GEN_DELEGATE218_t2990779921 * L_1284 = (__GEN_DELEGATE218_t2990779921 *)il2cpp_codegen_object_new(__GEN_DELEGATE218_t2990779921_il2cpp_TypeInfo_var); __GEN_DELEGATE218__ctor_m3730141463(L_1284, NULL, L_1283, /*hidden argument*/NULL); NullCheck(L_1284); MethodInfo_t * L_1285 = Delegate_get_Method_m3071622864(L_1284, /*hidden argument*/NULL); NullCheck(L_1282); List_1_Add_m14048474(L_1282, L_1285, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1286 = V_2; intptr_t L_1287 = (intptr_t)DOTweenModuleUI_DOAnchorPos3D_m3680995110_RuntimeMethod_var; __GEN_DELEGATE219_t2990845457 * L_1288 = (__GEN_DELEGATE219_t2990845457 *)il2cpp_codegen_object_new(__GEN_DELEGATE219_t2990845457_il2cpp_TypeInfo_var); __GEN_DELEGATE219__ctor_m1610638985(L_1288, NULL, L_1287, /*hidden argument*/NULL); NullCheck(L_1288); MethodInfo_t * L_1289 = Delegate_get_Method_m3071622864(L_1288, /*hidden argument*/NULL); NullCheck(L_1286); List_1_Add_m14048474(L_1286, L_1289, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1290 = V_2; intptr_t L_1291 = (intptr_t)DOTweenModuleUI_DOAnchorPos3DX_m2315626816_RuntimeMethod_var; __GEN_DELEGATE220_t2990255634 * L_1292 = (__GEN_DELEGATE220_t2990255634 *)il2cpp_codegen_object_new(__GEN_DELEGATE220_t2990255634_il2cpp_TypeInfo_var); __GEN_DELEGATE220__ctor_m2531199825(L_1292, NULL, L_1291, /*hidden argument*/NULL); NullCheck(L_1292); MethodInfo_t * L_1293 = Delegate_get_Method_m3071622864(L_1292, /*hidden argument*/NULL); NullCheck(L_1290); List_1_Add_m14048474(L_1290, L_1293, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1294 = V_2; intptr_t L_1295 = (intptr_t)DOTweenModuleUI_DOAnchorPos3DY_m2975863139_RuntimeMethod_var; __GEN_DELEGATE221_t2990321170 * L_1296 = (__GEN_DELEGATE221_t2990321170 *)il2cpp_codegen_object_new(__GEN_DELEGATE221_t2990321170_il2cpp_TypeInfo_var); __GEN_DELEGATE221__ctor_m2524216043(L_1296, NULL, L_1295, /*hidden argument*/NULL); NullCheck(L_1296); MethodInfo_t * L_1297 = Delegate_get_Method_m3071622864(L_1296, /*hidden argument*/NULL); NullCheck(L_1294); List_1_Add_m14048474(L_1294, L_1297, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1298 = V_2; intptr_t L_1299 = (intptr_t)DOTweenModuleUI_DOAnchorPos3DZ_m2649183153_RuntimeMethod_var; __GEN_DELEGATE222_t2990124562 * L_1300 = (__GEN_DELEGATE222_t2990124562 *)il2cpp_codegen_object_new(__GEN_DELEGATE222_t2990124562_il2cpp_TypeInfo_var); __GEN_DELEGATE222__ctor_m2005360879(L_1300, NULL, L_1299, /*hidden argument*/NULL); NullCheck(L_1300); MethodInfo_t * L_1301 = Delegate_get_Method_m3071622864(L_1300, /*hidden argument*/NULL); NullCheck(L_1298); List_1_Add_m14048474(L_1298, L_1301, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1302 = V_2; intptr_t L_1303 = (intptr_t)DOTweenModuleUI_DOAnchorMax_m336876176_RuntimeMethod_var; __GEN_DELEGATE223_t2990190098 * L_1304 = (__GEN_DELEGATE223_t2990190098 *)il2cpp_codegen_object_new(__GEN_DELEGATE223_t2990190098_il2cpp_TypeInfo_var); __GEN_DELEGATE223__ctor_m953961738(L_1304, NULL, L_1303, /*hidden argument*/NULL); NullCheck(L_1304); MethodInfo_t * L_1305 = Delegate_get_Method_m3071622864(L_1304, /*hidden argument*/NULL); NullCheck(L_1302); List_1_Add_m14048474(L_1302, L_1305, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1306 = V_2; intptr_t L_1307 = (intptr_t)DOTweenModuleUI_DOAnchorMin_m1150045326_RuntimeMethod_var; __GEN_DELEGATE224_t2990517778 * L_1308 = (__GEN_DELEGATE224_t2990517778 *)il2cpp_codegen_object_new(__GEN_DELEGATE224_t2990517778_il2cpp_TypeInfo_var); __GEN_DELEGATE224__ctor_m2061428547(L_1308, NULL, L_1307, /*hidden argument*/NULL); NullCheck(L_1308); MethodInfo_t * L_1309 = Delegate_get_Method_m3071622864(L_1308, /*hidden argument*/NULL); NullCheck(L_1306); List_1_Add_m14048474(L_1306, L_1309, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1310 = V_2; intptr_t L_1311 = (intptr_t)DOTweenModuleUI_DOPivot_m1353360279_RuntimeMethod_var; __GEN_DELEGATE225_t2990583314 * L_1312 = (__GEN_DELEGATE225_t2990583314 *)il2cpp_codegen_object_new(__GEN_DELEGATE225_t2990583314_il2cpp_TypeInfo_var); __GEN_DELEGATE225__ctor_m691188747(L_1312, NULL, L_1311, /*hidden argument*/NULL); NullCheck(L_1312); MethodInfo_t * L_1313 = Delegate_get_Method_m3071622864(L_1312, /*hidden argument*/NULL); NullCheck(L_1310); List_1_Add_m14048474(L_1310, L_1313, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1314 = V_2; intptr_t L_1315 = (intptr_t)DOTweenModuleUI_DOPivotX_m2538921414_RuntimeMethod_var; __GEN_DELEGATE226_t2990386706 * L_1316 = (__GEN_DELEGATE226_t2990386706 *)il2cpp_codegen_object_new(__GEN_DELEGATE226_t2990386706_il2cpp_TypeInfo_var); __GEN_DELEGATE226__ctor_m104423140(L_1316, NULL, L_1315, /*hidden argument*/NULL); NullCheck(L_1316); MethodInfo_t * L_1317 = Delegate_get_Method_m3071622864(L_1316, /*hidden argument*/NULL); NullCheck(L_1314); List_1_Add_m14048474(L_1314, L_1317, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1318 = V_2; intptr_t L_1319 = (intptr_t)DOTweenModuleUI_DOPivotY_m3115210005_RuntimeMethod_var; __GEN_DELEGATE227_t2990452242 * L_1320 = (__GEN_DELEGATE227_t2990452242 *)il2cpp_codegen_object_new(__GEN_DELEGATE227_t2990452242_il2cpp_TypeInfo_var); __GEN_DELEGATE227__ctor_m2052380378(L_1320, NULL, L_1319, /*hidden argument*/NULL); NullCheck(L_1320); MethodInfo_t * L_1321 = Delegate_get_Method_m3071622864(L_1320, /*hidden argument*/NULL); NullCheck(L_1318); List_1_Add_m14048474(L_1318, L_1321, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1322 = V_2; intptr_t L_1323 = (intptr_t)DOTweenModuleUI_DOSizeDelta_m2789653348_RuntimeMethod_var; __GEN_DELEGATE228_t2990779922 * L_1324 = (__GEN_DELEGATE228_t2990779922 *)il2cpp_codegen_object_new(__GEN_DELEGATE228_t2990779922_il2cpp_TypeInfo_var); __GEN_DELEGATE228__ctor_m4273808760(L_1324, NULL, L_1323, /*hidden argument*/NULL); NullCheck(L_1324); MethodInfo_t * L_1325 = Delegate_get_Method_m3071622864(L_1324, /*hidden argument*/NULL); NullCheck(L_1322); List_1_Add_m14048474(L_1322, L_1325, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1326 = V_2; intptr_t L_1327 = (intptr_t)DOTweenModuleUI_DOPunchAnchorPos_m920533289_RuntimeMethod_var; __GEN_DELEGATE229_t2990845458 * L_1328 = (__GEN_DELEGATE229_t2990845458 *)il2cpp_codegen_object_new(__GEN_DELEGATE229_t2990845458_il2cpp_TypeInfo_var); __GEN_DELEGATE229__ctor_m609153305(L_1328, NULL, L_1327, /*hidden argument*/NULL); NullCheck(L_1328); MethodInfo_t * L_1329 = Delegate_get_Method_m3071622864(L_1328, /*hidden argument*/NULL); NullCheck(L_1326); List_1_Add_m14048474(L_1326, L_1329, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1330 = V_2; intptr_t L_1331 = (intptr_t)DOTweenModuleUI_DOShakeAnchorPos_m3645985526_RuntimeMethod_var; __GEN_DELEGATE230_t2990255635 * L_1332 = (__GEN_DELEGATE230_t2990255635 *)il2cpp_codegen_object_new(__GEN_DELEGATE230_t2990255635_il2cpp_TypeInfo_var); __GEN_DELEGATE230__ctor_m666633651(L_1332, NULL, L_1331, /*hidden argument*/NULL); NullCheck(L_1332); MethodInfo_t * L_1333 = Delegate_get_Method_m3071622864(L_1332, /*hidden argument*/NULL); NullCheck(L_1330); List_1_Add_m14048474(L_1330, L_1333, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1334 = V_2; intptr_t L_1335 = (intptr_t)DOTweenModuleUI_DOShakeAnchorPos_m2504266158_RuntimeMethod_var; __GEN_DELEGATE231_t2990321171 * L_1336 = (__GEN_DELEGATE231_t2990321171 *)il2cpp_codegen_object_new(__GEN_DELEGATE231_t2990321171_il2cpp_TypeInfo_var); __GEN_DELEGATE231__ctor_m790694207(L_1336, NULL, L_1335, /*hidden argument*/NULL); NullCheck(L_1336); MethodInfo_t * L_1337 = Delegate_get_Method_m3071622864(L_1336, /*hidden argument*/NULL); NullCheck(L_1334); List_1_Add_m14048474(L_1334, L_1337, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1338 = V_2; intptr_t L_1339 = (intptr_t)DOTweenModuleUI_DOJumpAnchorPos_m2478605686_RuntimeMethod_var; __GEN_DELEGATE232_t2990124563 * L_1340 = (__GEN_DELEGATE232_t2990124563 *)il2cpp_codegen_object_new(__GEN_DELEGATE232_t2990124563_il2cpp_TypeInfo_var); __GEN_DELEGATE232__ctor_m3860531284(L_1340, NULL, L_1339, /*hidden argument*/NULL); NullCheck(L_1340); MethodInfo_t * L_1341 = Delegate_get_Method_m3071622864(L_1340, /*hidden argument*/NULL); NullCheck(L_1338); List_1_Add_m14048474(L_1338, L_1341, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1342 = V_2; NullCheck(L_1270); Dictionary_2_Add_m2534058333(L_1270, L_1272, L_1342, /*hidden argument*/Dictionary_2_Add_m2534058333_RuntimeMethod_var); Dictionary_2_t3301826201 * L_1343 = V_1; RuntimeTypeHandle_t3027515415 L_1344 = { reinterpret_cast (ScrollRect_t4137855814_0_0_0_var) }; Type_t * L_1345 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_1344, /*hidden argument*/NULL); List_1_t3349700990 * L_1346 = (List_1_t3349700990 *)il2cpp_codegen_object_new(List_1_t3349700990_il2cpp_TypeInfo_var); List_1__ctor_m2345422666(L_1346, /*hidden argument*/List_1__ctor_m2345422666_RuntimeMethod_var); V_2 = L_1346; List_1_t3349700990 * L_1347 = V_2; intptr_t L_1348 = (intptr_t)DOTweenModuleUI_DONormalizedPos_m3645905541_RuntimeMethod_var; __GEN_DELEGATE233_t2990190099 * L_1349 = (__GEN_DELEGATE233_t2990190099 *)il2cpp_codegen_object_new(__GEN_DELEGATE233_t2990190099_il2cpp_TypeInfo_var); __GEN_DELEGATE233__ctor_m1022191746(L_1349, NULL, L_1348, /*hidden argument*/NULL); NullCheck(L_1349); MethodInfo_t * L_1350 = Delegate_get_Method_m3071622864(L_1349, /*hidden argument*/NULL); NullCheck(L_1347); List_1_Add_m14048474(L_1347, L_1350, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1351 = V_2; intptr_t L_1352 = (intptr_t)DOTweenModuleUI_DOHorizontalNormalizedPos_m3761866019_RuntimeMethod_var; __GEN_DELEGATE234_t2990517779 * L_1353 = (__GEN_DELEGATE234_t2990517779 *)il2cpp_codegen_object_new(__GEN_DELEGATE234_t2990517779_il2cpp_TypeInfo_var); __GEN_DELEGATE234__ctor_m242493927(L_1353, NULL, L_1352, /*hidden argument*/NULL); NullCheck(L_1353); MethodInfo_t * L_1354 = Delegate_get_Method_m3071622864(L_1353, /*hidden argument*/NULL); NullCheck(L_1351); List_1_Add_m14048474(L_1351, L_1354, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1355 = V_2; intptr_t L_1356 = (intptr_t)DOTweenModuleUI_DOVerticalNormalizedPos_m2833085146_RuntimeMethod_var; __GEN_DELEGATE235_t2990583315 * L_1357 = (__GEN_DELEGATE235_t2990583315 *)il2cpp_codegen_object_new(__GEN_DELEGATE235_t2990583315_il2cpp_TypeInfo_var); __GEN_DELEGATE235__ctor_m324978269(L_1357, NULL, L_1356, /*hidden argument*/NULL); NullCheck(L_1357); MethodInfo_t * L_1358 = Delegate_get_Method_m3071622864(L_1357, /*hidden argument*/NULL); NullCheck(L_1355); List_1_Add_m14048474(L_1355, L_1358, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1359 = V_2; intptr_t L_1360 = (intptr_t)DOTweenModuleUI_DONormalizedPos_m3645905541_RuntimeMethod_var; __GEN_DELEGATE305_t1034268176 * L_1361 = (__GEN_DELEGATE305_t1034268176 *)il2cpp_codegen_object_new(__GEN_DELEGATE305_t1034268176_il2cpp_TypeInfo_var); __GEN_DELEGATE305__ctor_m3817476972(L_1361, NULL, L_1360, /*hidden argument*/NULL); NullCheck(L_1361); MethodInfo_t * L_1362 = Delegate_get_Method_m3071622864(L_1361, /*hidden argument*/NULL); NullCheck(L_1359); List_1_Add_m14048474(L_1359, L_1362, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1363 = V_2; intptr_t L_1364 = (intptr_t)DOTweenModuleUI_DOHorizontalNormalizedPos_m3761866019_RuntimeMethod_var; __GEN_DELEGATE306_t1034071568 * L_1365 = (__GEN_DELEGATE306_t1034071568 *)il2cpp_codegen_object_new(__GEN_DELEGATE306_t1034071568_il2cpp_TypeInfo_var); __GEN_DELEGATE306__ctor_m4015990813(L_1365, NULL, L_1364, /*hidden argument*/NULL); NullCheck(L_1365); MethodInfo_t * L_1366 = Delegate_get_Method_m3071622864(L_1365, /*hidden argument*/NULL); NullCheck(L_1363); List_1_Add_m14048474(L_1363, L_1366, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1367 = V_2; intptr_t L_1368 = (intptr_t)DOTweenModuleUI_DOVerticalNormalizedPos_m2833085146_RuntimeMethod_var; __GEN_DELEGATE307_t1034137104 * L_1369 = (__GEN_DELEGATE307_t1034137104 *)il2cpp_codegen_object_new(__GEN_DELEGATE307_t1034137104_il2cpp_TypeInfo_var); __GEN_DELEGATE307__ctor_m1554521091(L_1369, NULL, L_1368, /*hidden argument*/NULL); NullCheck(L_1369); MethodInfo_t * L_1370 = Delegate_get_Method_m3071622864(L_1369, /*hidden argument*/NULL); NullCheck(L_1367); List_1_Add_m14048474(L_1367, L_1370, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1371 = V_2; NullCheck(L_1343); Dictionary_2_Add_m2534058333(L_1343, L_1345, L_1371, /*hidden argument*/Dictionary_2_Add_m2534058333_RuntimeMethod_var); Dictionary_2_t3301826201 * L_1372 = V_1; RuntimeTypeHandle_t3027515415 L_1373 = { reinterpret_cast (Slider_t3903728902_0_0_0_var) }; Type_t * L_1374 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_1373, /*hidden argument*/NULL); List_1_t3349700990 * L_1375 = (List_1_t3349700990 *)il2cpp_codegen_object_new(List_1_t3349700990_il2cpp_TypeInfo_var); List_1__ctor_m2345422666(L_1375, /*hidden argument*/List_1__ctor_m2345422666_RuntimeMethod_var); V_2 = L_1375; List_1_t3349700990 * L_1376 = V_2; intptr_t L_1377 = (intptr_t)DOTweenModuleUI_DOValue_m2465606534_RuntimeMethod_var; __GEN_DELEGATE236_t2990386707 * L_1378 = (__GEN_DELEGATE236_t2990386707 *)il2cpp_codegen_object_new(__GEN_DELEGATE236_t2990386707_il2cpp_TypeInfo_var); __GEN_DELEGATE236__ctor_m1334263842(L_1378, NULL, L_1377, /*hidden argument*/NULL); NullCheck(L_1378); MethodInfo_t * L_1379 = Delegate_get_Method_m3071622864(L_1378, /*hidden argument*/NULL); NullCheck(L_1376); List_1_Add_m14048474(L_1376, L_1379, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1380 = V_2; intptr_t L_1381 = (intptr_t)DOTweenModuleUI_DOValue_m2465606534_RuntimeMethod_var; __GEN_DELEGATE308_t1034464784 * L_1382 = (__GEN_DELEGATE308_t1034464784 *)il2cpp_codegen_object_new(__GEN_DELEGATE308_t1034464784_il2cpp_TypeInfo_var); __GEN_DELEGATE308__ctor_m1625707696(L_1382, NULL, L_1381, /*hidden argument*/NULL); NullCheck(L_1382); MethodInfo_t * L_1383 = Delegate_get_Method_m3071622864(L_1382, /*hidden argument*/NULL); NullCheck(L_1380); List_1_Add_m14048474(L_1380, L_1383, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1384 = V_2; NullCheck(L_1372); Dictionary_2_Add_m2534058333(L_1372, L_1374, L_1384, /*hidden argument*/Dictionary_2_Add_m2534058333_RuntimeMethod_var); Dictionary_2_t3301826201 * L_1385 = V_1; RuntimeTypeHandle_t3027515415 L_1386 = { reinterpret_cast (Text_t1901882714_0_0_0_var) }; Type_t * L_1387 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_1386, /*hidden argument*/NULL); List_1_t3349700990 * L_1388 = (List_1_t3349700990 *)il2cpp_codegen_object_new(List_1_t3349700990_il2cpp_TypeInfo_var); List_1__ctor_m2345422666(L_1388, /*hidden argument*/List_1__ctor_m2345422666_RuntimeMethod_var); V_2 = L_1388; List_1_t3349700990 * L_1389 = V_2; intptr_t L_1390 = (intptr_t)DOTweenModuleUI_DOColor_m1922165954_RuntimeMethod_var; __GEN_DELEGATE237_t2990452243 * L_1391 = (__GEN_DELEGATE237_t2990452243 *)il2cpp_codegen_object_new(__GEN_DELEGATE237_t2990452243_il2cpp_TypeInfo_var); __GEN_DELEGATE237__ctor_m1738220974(L_1391, NULL, L_1390, /*hidden argument*/NULL); NullCheck(L_1391); MethodInfo_t * L_1392 = Delegate_get_Method_m3071622864(L_1391, /*hidden argument*/NULL); NullCheck(L_1389); List_1_Add_m14048474(L_1389, L_1392, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1393 = V_2; intptr_t L_1394 = (intptr_t)DOTweenModuleUI_DOFade_m3828379572_RuntimeMethod_var; __GEN_DELEGATE238_t2990779923 * L_1395 = (__GEN_DELEGATE238_t2990779923 *)il2cpp_codegen_object_new(__GEN_DELEGATE238_t2990779923_il2cpp_TypeInfo_var); __GEN_DELEGATE238__ctor_m3900314414(L_1395, NULL, L_1394, /*hidden argument*/NULL); NullCheck(L_1395); MethodInfo_t * L_1396 = Delegate_get_Method_m3071622864(L_1395, /*hidden argument*/NULL); NullCheck(L_1393); List_1_Add_m14048474(L_1393, L_1396, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1397 = V_2; intptr_t L_1398 = (intptr_t)DOTweenModuleUI_DOText_m3027691377_RuntimeMethod_var; __GEN_DELEGATE239_t2990845459 * L_1399 = (__GEN_DELEGATE239_t2990845459 *)il2cpp_codegen_object_new(__GEN_DELEGATE239_t2990845459_il2cpp_TypeInfo_var); __GEN_DELEGATE239__ctor_m3901239211(L_1399, NULL, L_1398, /*hidden argument*/NULL); NullCheck(L_1399); MethodInfo_t * L_1400 = Delegate_get_Method_m3071622864(L_1399, /*hidden argument*/NULL); NullCheck(L_1397); List_1_Add_m14048474(L_1397, L_1400, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1401 = V_2; intptr_t L_1402 = (intptr_t)DOTweenModuleUI_DOBlendableColor_m2014849098_RuntimeMethod_var; __GEN_DELEGATE242_t2990124564 * L_1403 = (__GEN_DELEGATE242_t2990124564 *)il2cpp_codegen_object_new(__GEN_DELEGATE242_t2990124564_il2cpp_TypeInfo_var); __GEN_DELEGATE242__ctor_m831185458(L_1403, NULL, L_1402, /*hidden argument*/NULL); NullCheck(L_1403); MethodInfo_t * L_1404 = Delegate_get_Method_m3071622864(L_1403, /*hidden argument*/NULL); NullCheck(L_1401); List_1_Add_m14048474(L_1401, L_1404, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1405 = V_2; intptr_t L_1406 = (intptr_t)DOTweenModuleUI_DOColor_m1922165954_RuntimeMethod_var; __GEN_DELEGATE309_t1034530320 * L_1407 = (__GEN_DELEGATE309_t1034530320 *)il2cpp_codegen_object_new(__GEN_DELEGATE309_t1034530320_il2cpp_TypeInfo_var); __GEN_DELEGATE309__ctor_m3961397508(L_1407, NULL, L_1406, /*hidden argument*/NULL); NullCheck(L_1407); MethodInfo_t * L_1408 = Delegate_get_Method_m3071622864(L_1407, /*hidden argument*/NULL); NullCheck(L_1405); List_1_Add_m14048474(L_1405, L_1408, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1409 = V_2; intptr_t L_1410 = (intptr_t)DOTweenModuleUI_DOFade_m3828379572_RuntimeMethod_var; __GEN_DELEGATE310_t1033940497 * L_1411 = (__GEN_DELEGATE310_t1033940497 *)il2cpp_codegen_object_new(__GEN_DELEGATE310_t1033940497_il2cpp_TypeInfo_var); __GEN_DELEGATE310__ctor_m1471918598(L_1411, NULL, L_1410, /*hidden argument*/NULL); NullCheck(L_1411); MethodInfo_t * L_1412 = Delegate_get_Method_m3071622864(L_1411, /*hidden argument*/NULL); NullCheck(L_1409); List_1_Add_m14048474(L_1409, L_1412, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1413 = V_2; intptr_t L_1414 = (intptr_t)DOTweenModuleUI_DOText_m3027691377_RuntimeMethod_var; __GEN_DELEGATE311_t1034006033 * L_1415 = (__GEN_DELEGATE311_t1034006033 *)il2cpp_codegen_object_new(__GEN_DELEGATE311_t1034006033_il2cpp_TypeInfo_var); __GEN_DELEGATE311__ctor_m1088007498(L_1415, NULL, L_1414, /*hidden argument*/NULL); NullCheck(L_1415); MethodInfo_t * L_1416 = Delegate_get_Method_m3071622864(L_1415, /*hidden argument*/NULL); NullCheck(L_1413); List_1_Add_m14048474(L_1413, L_1416, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1417 = V_2; intptr_t L_1418 = (intptr_t)DOTweenModuleUI_DOBlendableColor_m2014849098_RuntimeMethod_var; __GEN_DELEGATE314_t1034202641 * L_1419 = (__GEN_DELEGATE314_t1034202641 *)il2cpp_codegen_object_new(__GEN_DELEGATE314_t1034202641_il2cpp_TypeInfo_var); __GEN_DELEGATE314__ctor_m2663549365(L_1419, NULL, L_1418, /*hidden argument*/NULL); NullCheck(L_1419); MethodInfo_t * L_1420 = Delegate_get_Method_m3071622864(L_1419, /*hidden argument*/NULL); NullCheck(L_1417); List_1_Add_m14048474(L_1417, L_1420, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1421 = V_2; NullCheck(L_1385); Dictionary_2_Add_m2534058333(L_1385, L_1387, L_1421, /*hidden argument*/Dictionary_2_Add_m2534058333_RuntimeMethod_var); Dictionary_2_t3301826201 * L_1422 = V_1; RuntimeTypeHandle_t3027515415 L_1423 = { reinterpret_cast (Object_t631007953_0_0_0_var) }; Type_t * L_1424 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_1423, /*hidden argument*/NULL); List_1_t3349700990 * L_1425 = (List_1_t3349700990 *)il2cpp_codegen_object_new(List_1_t3349700990_il2cpp_TypeInfo_var); List_1__ctor_m2345422666(L_1425, /*hidden argument*/List_1__ctor_m2345422666_RuntimeMethod_var); V_2 = L_1425; List_1_t3349700990 * L_1426 = V_2; intptr_t L_1427 = (intptr_t)UnityEngineObjectExtention_IsNull_m1636349430_RuntimeMethod_var; __GEN_DELEGATE243_t2990190100 * L_1428 = (__GEN_DELEGATE243_t2990190100 *)il2cpp_codegen_object_new(__GEN_DELEGATE243_t2990190100_il2cpp_TypeInfo_var); __GEN_DELEGATE243__ctor_m3396171239(L_1428, NULL, L_1427, /*hidden argument*/NULL); NullCheck(L_1428); MethodInfo_t * L_1429 = Delegate_get_Method_m3071622864(L_1428, /*hidden argument*/NULL); NullCheck(L_1426); List_1_Add_m14048474(L_1426, L_1429, /*hidden argument*/List_1_Add_m14048474_RuntimeMethod_var); List_1_t3349700990 * L_1430 = V_2; NullCheck(L_1422); Dictionary_2_Add_m2534058333(L_1422, L_1424, L_1430, /*hidden argument*/Dictionary_2_Add_m2534058333_RuntimeMethod_var); Dictionary_2_t3301826201 * L_1431 = V_1; il2cpp_codegen_memory_barrier(); ((InternalGlobals_t381021467_StaticFields*)il2cpp_codegen_static_fields_for(InternalGlobals_t381021467_il2cpp_TypeInfo_var))->set_extensionMethodMap_6(L_1431); TryArrayGet_t1731576616 * L_1432 = ((InternalGlobals_t381021467_StaticFields*)il2cpp_codegen_static_fields_for(InternalGlobals_t381021467_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache0_8(); if (L_1432) { goto IL_2075; } } { intptr_t L_1433 = (intptr_t)StaticLuaCallbacks___tryArrayGet_m2413256706_RuntimeMethod_var; TryArrayGet_t1731576616 * L_1434 = (TryArrayGet_t1731576616 *)il2cpp_codegen_object_new(TryArrayGet_t1731576616_il2cpp_TypeInfo_var); TryArrayGet__ctor_m937426303(L_1434, NULL, L_1433, /*hidden argument*/NULL); ((InternalGlobals_t381021467_StaticFields*)il2cpp_codegen_static_fields_for(InternalGlobals_t381021467_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache0_8(L_1434); } IL_2075: { TryArrayGet_t1731576616 * L_1435 = ((InternalGlobals_t381021467_StaticFields*)il2cpp_codegen_static_fields_for(InternalGlobals_t381021467_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache0_8(); il2cpp_codegen_memory_barrier(); ((InternalGlobals_t381021467_StaticFields*)il2cpp_codegen_static_fields_for(InternalGlobals_t381021467_il2cpp_TypeInfo_var))->set_genTryArrayGetPtr_1(L_1435); TryArraySet_t1732363048 * L_1436 = ((InternalGlobals_t381021467_StaticFields*)il2cpp_codegen_static_fields_for(InternalGlobals_t381021467_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache1_9(); if (L_1436) { goto IL_2099; } } { intptr_t L_1437 = (intptr_t)StaticLuaCallbacks___tryArraySet_m2173055635_RuntimeMethod_var; TryArraySet_t1732363048 * L_1438 = (TryArraySet_t1732363048 *)il2cpp_codegen_object_new(TryArraySet_t1732363048_il2cpp_TypeInfo_var); TryArraySet__ctor_m1511929615(L_1438, NULL, L_1437, /*hidden argument*/NULL); ((InternalGlobals_t381021467_StaticFields*)il2cpp_codegen_static_fields_for(InternalGlobals_t381021467_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache1_9(L_1438); } IL_2099: { TryArraySet_t1732363048 * L_1439 = ((InternalGlobals_t381021467_StaticFields*)il2cpp_codegen_static_fields_for(InternalGlobals_t381021467_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache1_9(); il2cpp_codegen_memory_barrier(); ((InternalGlobals_t381021467_StaticFields*)il2cpp_codegen_static_fields_for(InternalGlobals_t381021467_il2cpp_TypeInfo_var))->set_genTryArraySetPtr_2(L_1439); return; } } // System.Void XLua.InternalGlobals::.ctor() extern "C" IL2CPP_METHOD_ATTR void InternalGlobals__ctor_m2280289497 (InternalGlobals_t381021467 * __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 XLua.InternalGlobals/__GEN_DELEGATE0::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE0__ctor_m1211961726 (__GEN_DELEGATE0_t195997268 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void XLua.InternalGlobals/__GEN_DELEGATE0::Invoke(DG.Tweening.Tween) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE0_Invoke_m1203498302 (__GEN_DELEGATE0_t195997268 * __this, Tween_t2342918553 * ___t0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { __GEN_DELEGATE0_Invoke_m1203498302((__GEN_DELEGATE0_t195997268 *)__this->get_prev_9(), ___t0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, Tween_t2342918553 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___t0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, Tween_t2342918553 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___t0, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< Tween_t2342918553 * >::Invoke(targetMethod, targetThis, ___t0); else GenericVirtActionInvoker1< Tween_t2342918553 * >::Invoke(targetMethod, targetThis, ___t0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< Tween_t2342918553 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___t0); else VirtActionInvoker1< Tween_t2342918553 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___t0); } } else { typedef void (*FunctionPointerType) (void*, Tween_t2342918553 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___t0, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker0::Invoke(targetMethod, ___t0); else GenericVirtActionInvoker0::Invoke(targetMethod, ___t0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___t0); else VirtActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___t0); } } else { typedef void (*FunctionPointerType) (Tween_t2342918553 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___t0, targetMethod); } } } } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE0::BeginInvoke(DG.Tweening.Tween,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE0_BeginInvoke_m762556772 (__GEN_DELEGATE0_t195997268 * __this, Tween_t2342918553 * ___t0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { void *__d_args[2] = {0}; __d_args[0] = ___t0; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void XLua.InternalGlobals/__GEN_DELEGATE0::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE0_EndInvoke_m645707883 (__GEN_DELEGATE0_t195997268 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.InternalGlobals/__GEN_DELEGATE1::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE1__ctor_m2813050061 (__GEN_DELEGATE1_t2534649428 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void XLua.InternalGlobals/__GEN_DELEGATE1::Invoke(DG.Tweening.Tween,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE1_Invoke_m2020630915 (__GEN_DELEGATE1_t2534649428 * __this, Tween_t2342918553 * ___t0, bool ___withCallbacks1, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { __GEN_DELEGATE1_Invoke_m2020630915((__GEN_DELEGATE1_t2534649428 *)__this->get_prev_9(), ___t0, ___withCallbacks1, 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) == 2) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, Tween_t2342918553 *, bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___t0, ___withCallbacks1, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, Tween_t2342918553 *, bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___t0, ___withCallbacks1, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // 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)) GenericInterfaceActionInvoker2< Tween_t2342918553 *, bool >::Invoke(targetMethod, targetThis, ___t0, ___withCallbacks1); else GenericVirtActionInvoker2< Tween_t2342918553 *, bool >::Invoke(targetMethod, targetThis, ___t0, ___withCallbacks1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< Tween_t2342918553 *, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___t0, ___withCallbacks1); else VirtActionInvoker2< Tween_t2342918553 *, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___t0, ___withCallbacks1); } } else { typedef void (*FunctionPointerType) (void*, Tween_t2342918553 *, bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___t0, ___withCallbacks1, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< bool >::Invoke(targetMethod, ___t0, ___withCallbacks1); else GenericVirtActionInvoker1< bool >::Invoke(targetMethod, ___t0, ___withCallbacks1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___t0, ___withCallbacks1); else VirtActionInvoker1< bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___t0, ___withCallbacks1); } } else { typedef void (*FunctionPointerType) (Tween_t2342918553 *, bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___t0, ___withCallbacks1, targetMethod); } } } } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE1::BeginInvoke(DG.Tweening.Tween,System.Boolean,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE1_BeginInvoke_m2950439827 (__GEN_DELEGATE1_t2534649428 * __this, Tween_t2342918553 * ___t0, bool ___withCallbacks1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE1_BeginInvoke_m2950439827_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = ___t0; __d_args[1] = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &___withCallbacks1); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void XLua.InternalGlobals/__GEN_DELEGATE1::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE1_EndInvoke_m4215889333 (__GEN_DELEGATE1_t2534649428 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.InternalGlobals/__GEN_DELEGATE10::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE10__ctor_m1744060321 (__GEN_DELEGATE10_t654749200 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void XLua.InternalGlobals/__GEN_DELEGATE10::Invoke(DG.Tweening.Tween,System.Boolean,System.Single) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE10_Invoke_m434632411 (__GEN_DELEGATE10_t654749200 * __this, Tween_t2342918553 * ___t0, bool ___includeDelay1, float ___changeDelayTo2, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { __GEN_DELEGATE10_Invoke_m434632411((__GEN_DELEGATE10_t654749200 *)__this->get_prev_9(), ___t0, ___includeDelay1, ___changeDelayTo2, 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) == 3) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, Tween_t2342918553 *, bool, float, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___t0, ___includeDelay1, ___changeDelayTo2, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, Tween_t2342918553 *, bool, float, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___t0, ___includeDelay1, ___changeDelayTo2, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // 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)) GenericInterfaceActionInvoker3< Tween_t2342918553 *, bool, float >::Invoke(targetMethod, targetThis, ___t0, ___includeDelay1, ___changeDelayTo2); else GenericVirtActionInvoker3< Tween_t2342918553 *, bool, float >::Invoke(targetMethod, targetThis, ___t0, ___includeDelay1, ___changeDelayTo2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker3< Tween_t2342918553 *, bool, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___t0, ___includeDelay1, ___changeDelayTo2); else VirtActionInvoker3< Tween_t2342918553 *, bool, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___t0, ___includeDelay1, ___changeDelayTo2); } } else { typedef void (*FunctionPointerType) (void*, Tween_t2342918553 *, bool, float, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___t0, ___includeDelay1, ___changeDelayTo2, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< bool, float >::Invoke(targetMethod, ___t0, ___includeDelay1, ___changeDelayTo2); else GenericVirtActionInvoker2< bool, float >::Invoke(targetMethod, ___t0, ___includeDelay1, ___changeDelayTo2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< bool, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___t0, ___includeDelay1, ___changeDelayTo2); else VirtActionInvoker2< bool, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___t0, ___includeDelay1, ___changeDelayTo2); } } else { typedef void (*FunctionPointerType) (Tween_t2342918553 *, bool, float, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___t0, ___includeDelay1, ___changeDelayTo2, targetMethod); } } } } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE10::BeginInvoke(DG.Tweening.Tween,System.Boolean,System.Single,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE10_BeginInvoke_m2743350526 (__GEN_DELEGATE10_t654749200 * __this, Tween_t2342918553 * ___t0, bool ___includeDelay1, float ___changeDelayTo2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE10_BeginInvoke_m2743350526_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = ___t0; __d_args[1] = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &___includeDelay1); __d_args[2] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___changeDelayTo2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // System.Void XLua.InternalGlobals/__GEN_DELEGATE10::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE10_EndInvoke_m2302650117 (__GEN_DELEGATE10_t654749200 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.InternalGlobals/__GEN_DELEGATE100::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE100__ctor_m1560296716 (__GEN_DELEGATE100_t651603472 * __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); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE100::Invoke(DG.Tweening.Core.TweenerCore`3,UnityEngine.Vector3,System.Nullable`1,System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t3040139253 * __GEN_DELEGATE100_Invoke_m3646889690 (__GEN_DELEGATE100_t651603472 * __this, TweenerCore_3_t3040139253 * ___t0, Vector3_t3722313464 ___lookAtPosition1, Nullable_1_t1149908250 ___forwardDirection2, Nullable_1_t1149908250 ___up3, const RuntimeMethod* method) { TweenerCore_3_t3040139253 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE100_Invoke_m3646889690((__GEN_DELEGATE100_t651603472 *)__this->get_prev_9(), ___t0, ___lookAtPosition1, ___forwardDirection2, ___up3, 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 TweenerCore_3_t3040139253 * (*FunctionPointerType) (RuntimeObject *, TweenerCore_3_t3040139253 *, Vector3_t3722313464 , Nullable_1_t1149908250 , Nullable_1_t1149908250 , const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___t0, ___lookAtPosition1, ___forwardDirection2, ___up3, targetMethod); } } else { // closed { typedef TweenerCore_3_t3040139253 * (*FunctionPointerType) (RuntimeObject *, void*, TweenerCore_3_t3040139253 *, Vector3_t3722313464 , Nullable_1_t1149908250 , Nullable_1_t1149908250 , const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___t0, ___lookAtPosition1, ___forwardDirection2, ___up3, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 4) { // 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< TweenerCore_3_t3040139253 *, TweenerCore_3_t3040139253 *, Vector3_t3722313464 , Nullable_1_t1149908250 , Nullable_1_t1149908250 >::Invoke(targetMethod, targetThis, ___t0, ___lookAtPosition1, ___forwardDirection2, ___up3); else result = GenericVirtFuncInvoker4< TweenerCore_3_t3040139253 *, TweenerCore_3_t3040139253 *, Vector3_t3722313464 , Nullable_1_t1149908250 , Nullable_1_t1149908250 >::Invoke(targetMethod, targetThis, ___t0, ___lookAtPosition1, ___forwardDirection2, ___up3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker4< TweenerCore_3_t3040139253 *, TweenerCore_3_t3040139253 *, Vector3_t3722313464 , Nullable_1_t1149908250 , Nullable_1_t1149908250 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___t0, ___lookAtPosition1, ___forwardDirection2, ___up3); else result = VirtFuncInvoker4< TweenerCore_3_t3040139253 *, TweenerCore_3_t3040139253 *, Vector3_t3722313464 , Nullable_1_t1149908250 , Nullable_1_t1149908250 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___t0, ___lookAtPosition1, ___forwardDirection2, ___up3); } } else { typedef TweenerCore_3_t3040139253 * (*FunctionPointerType) (void*, TweenerCore_3_t3040139253 *, Vector3_t3722313464 , Nullable_1_t1149908250 , Nullable_1_t1149908250 , const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___t0, ___lookAtPosition1, ___forwardDirection2, ___up3, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker3< TweenerCore_3_t3040139253 *, Vector3_t3722313464 , Nullable_1_t1149908250 , Nullable_1_t1149908250 >::Invoke(targetMethod, ___t0, ___lookAtPosition1, ___forwardDirection2, ___up3); else result = GenericVirtFuncInvoker3< TweenerCore_3_t3040139253 *, Vector3_t3722313464 , Nullable_1_t1149908250 , Nullable_1_t1149908250 >::Invoke(targetMethod, ___t0, ___lookAtPosition1, ___forwardDirection2, ___up3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< TweenerCore_3_t3040139253 *, Vector3_t3722313464 , Nullable_1_t1149908250 , Nullable_1_t1149908250 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___t0, ___lookAtPosition1, ___forwardDirection2, ___up3); else result = VirtFuncInvoker3< TweenerCore_3_t3040139253 *, Vector3_t3722313464 , Nullable_1_t1149908250 , Nullable_1_t1149908250 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___t0, ___lookAtPosition1, ___forwardDirection2, ___up3); } } else { typedef TweenerCore_3_t3040139253 * (*FunctionPointerType) (TweenerCore_3_t3040139253 *, Vector3_t3722313464 , Nullable_1_t1149908250 , Nullable_1_t1149908250 , const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___t0, ___lookAtPosition1, ___forwardDirection2, ___up3, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE100::BeginInvoke(DG.Tweening.Core.TweenerCore`3,UnityEngine.Vector3,System.Nullable`1,System.Nullable`1,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE100_BeginInvoke_m3326294548 (__GEN_DELEGATE100_t651603472 * __this, TweenerCore_3_t3040139253 * ___t0, Vector3_t3722313464 ___lookAtPosition1, Nullable_1_t1149908250 ___forwardDirection2, Nullable_1_t1149908250 ___up3, AsyncCallback_t3962456242 * ___callback4, RuntimeObject * ___object5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE100_BeginInvoke_m3326294548_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[5] = {0}; __d_args[0] = ___t0; __d_args[1] = Box(Vector3_t3722313464_il2cpp_TypeInfo_var, &___lookAtPosition1); __d_args[2] = Box(Nullable_1_t1149908250_il2cpp_TypeInfo_var, &___forwardDirection2); __d_args[3] = Box(Nullable_1_t1149908250_il2cpp_TypeInfo_var, &___up3); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback4, (RuntimeObject*)___object5); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE100::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t3040139253 * __GEN_DELEGATE100_EndInvoke_m1542222555 (__GEN_DELEGATE100_t651603472 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (TweenerCore_3_t3040139253 *)__result; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.InternalGlobals/__GEN_DELEGATE101::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE101__ctor_m229186236 (__GEN_DELEGATE101_t651669008 * __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); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE101::Invoke(DG.Tweening.Core.TweenerCore`3,UnityEngine.Transform,System.Nullable`1,System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t3040139253 * __GEN_DELEGATE101_Invoke_m307706227 (__GEN_DELEGATE101_t651669008 * __this, TweenerCore_3_t3040139253 * ___t0, Transform_t3600365921 * ___lookAtTransform1, Nullable_1_t1149908250 ___forwardDirection2, Nullable_1_t1149908250 ___up3, const RuntimeMethod* method) { TweenerCore_3_t3040139253 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE101_Invoke_m307706227((__GEN_DELEGATE101_t651669008 *)__this->get_prev_9(), ___t0, ___lookAtTransform1, ___forwardDirection2, ___up3, 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 TweenerCore_3_t3040139253 * (*FunctionPointerType) (RuntimeObject *, TweenerCore_3_t3040139253 *, Transform_t3600365921 *, Nullable_1_t1149908250 , Nullable_1_t1149908250 , const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___t0, ___lookAtTransform1, ___forwardDirection2, ___up3, targetMethod); } } else { // closed { typedef TweenerCore_3_t3040139253 * (*FunctionPointerType) (RuntimeObject *, void*, TweenerCore_3_t3040139253 *, Transform_t3600365921 *, Nullable_1_t1149908250 , Nullable_1_t1149908250 , const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___t0, ___lookAtTransform1, ___forwardDirection2, ___up3, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 4) { // 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< TweenerCore_3_t3040139253 *, TweenerCore_3_t3040139253 *, Transform_t3600365921 *, Nullable_1_t1149908250 , Nullable_1_t1149908250 >::Invoke(targetMethod, targetThis, ___t0, ___lookAtTransform1, ___forwardDirection2, ___up3); else result = GenericVirtFuncInvoker4< TweenerCore_3_t3040139253 *, TweenerCore_3_t3040139253 *, Transform_t3600365921 *, Nullable_1_t1149908250 , Nullable_1_t1149908250 >::Invoke(targetMethod, targetThis, ___t0, ___lookAtTransform1, ___forwardDirection2, ___up3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker4< TweenerCore_3_t3040139253 *, TweenerCore_3_t3040139253 *, Transform_t3600365921 *, Nullable_1_t1149908250 , Nullable_1_t1149908250 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___t0, ___lookAtTransform1, ___forwardDirection2, ___up3); else result = VirtFuncInvoker4< TweenerCore_3_t3040139253 *, TweenerCore_3_t3040139253 *, Transform_t3600365921 *, Nullable_1_t1149908250 , Nullable_1_t1149908250 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___t0, ___lookAtTransform1, ___forwardDirection2, ___up3); } } else { typedef TweenerCore_3_t3040139253 * (*FunctionPointerType) (void*, TweenerCore_3_t3040139253 *, Transform_t3600365921 *, Nullable_1_t1149908250 , Nullable_1_t1149908250 , const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___t0, ___lookAtTransform1, ___forwardDirection2, ___up3, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker3< TweenerCore_3_t3040139253 *, Transform_t3600365921 *, Nullable_1_t1149908250 , Nullable_1_t1149908250 >::Invoke(targetMethod, ___t0, ___lookAtTransform1, ___forwardDirection2, ___up3); else result = GenericVirtFuncInvoker3< TweenerCore_3_t3040139253 *, Transform_t3600365921 *, Nullable_1_t1149908250 , Nullable_1_t1149908250 >::Invoke(targetMethod, ___t0, ___lookAtTransform1, ___forwardDirection2, ___up3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< TweenerCore_3_t3040139253 *, Transform_t3600365921 *, Nullable_1_t1149908250 , Nullable_1_t1149908250 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___t0, ___lookAtTransform1, ___forwardDirection2, ___up3); else result = VirtFuncInvoker3< TweenerCore_3_t3040139253 *, Transform_t3600365921 *, Nullable_1_t1149908250 , Nullable_1_t1149908250 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___t0, ___lookAtTransform1, ___forwardDirection2, ___up3); } } else { typedef TweenerCore_3_t3040139253 * (*FunctionPointerType) (TweenerCore_3_t3040139253 *, Transform_t3600365921 *, Nullable_1_t1149908250 , Nullable_1_t1149908250 , const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___t0, ___lookAtTransform1, ___forwardDirection2, ___up3, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE101::BeginInvoke(DG.Tweening.Core.TweenerCore`3,UnityEngine.Transform,System.Nullable`1,System.Nullable`1,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE101_BeginInvoke_m3508027073 (__GEN_DELEGATE101_t651669008 * __this, TweenerCore_3_t3040139253 * ___t0, Transform_t3600365921 * ___lookAtTransform1, Nullable_1_t1149908250 ___forwardDirection2, Nullable_1_t1149908250 ___up3, AsyncCallback_t3962456242 * ___callback4, RuntimeObject * ___object5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE101_BeginInvoke_m3508027073_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[5] = {0}; __d_args[0] = ___t0; __d_args[1] = ___lookAtTransform1; __d_args[2] = Box(Nullable_1_t1149908250_il2cpp_TypeInfo_var, &___forwardDirection2); __d_args[3] = Box(Nullable_1_t1149908250_il2cpp_TypeInfo_var, &___up3); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback4, (RuntimeObject*)___object5); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE101::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t3040139253 * __GEN_DELEGATE101_EndInvoke_m847589668 (__GEN_DELEGATE101_t651669008 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (TweenerCore_3_t3040139253 *)__result; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.InternalGlobals/__GEN_DELEGATE102::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE102__ctor_m149581097 (__GEN_DELEGATE102_t651472400 * __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); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE102::Invoke(DG.Tweening.Core.TweenerCore`3,System.Single,System.Nullable`1,System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t3040139253 * __GEN_DELEGATE102_Invoke_m3801362985 (__GEN_DELEGATE102_t651472400 * __this, TweenerCore_3_t3040139253 * ___t0, float ___lookAhead1, Nullable_1_t1149908250 ___forwardDirection2, Nullable_1_t1149908250 ___up3, const RuntimeMethod* method) { TweenerCore_3_t3040139253 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE102_Invoke_m3801362985((__GEN_DELEGATE102_t651472400 *)__this->get_prev_9(), ___t0, ___lookAhead1, ___forwardDirection2, ___up3, 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 TweenerCore_3_t3040139253 * (*FunctionPointerType) (RuntimeObject *, TweenerCore_3_t3040139253 *, float, Nullable_1_t1149908250 , Nullable_1_t1149908250 , const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___t0, ___lookAhead1, ___forwardDirection2, ___up3, targetMethod); } } else { // closed { typedef TweenerCore_3_t3040139253 * (*FunctionPointerType) (RuntimeObject *, void*, TweenerCore_3_t3040139253 *, float, Nullable_1_t1149908250 , Nullable_1_t1149908250 , const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___t0, ___lookAhead1, ___forwardDirection2, ___up3, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 4) { // 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< TweenerCore_3_t3040139253 *, TweenerCore_3_t3040139253 *, float, Nullable_1_t1149908250 , Nullable_1_t1149908250 >::Invoke(targetMethod, targetThis, ___t0, ___lookAhead1, ___forwardDirection2, ___up3); else result = GenericVirtFuncInvoker4< TweenerCore_3_t3040139253 *, TweenerCore_3_t3040139253 *, float, Nullable_1_t1149908250 , Nullable_1_t1149908250 >::Invoke(targetMethod, targetThis, ___t0, ___lookAhead1, ___forwardDirection2, ___up3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker4< TweenerCore_3_t3040139253 *, TweenerCore_3_t3040139253 *, float, Nullable_1_t1149908250 , Nullable_1_t1149908250 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___t0, ___lookAhead1, ___forwardDirection2, ___up3); else result = VirtFuncInvoker4< TweenerCore_3_t3040139253 *, TweenerCore_3_t3040139253 *, float, Nullable_1_t1149908250 , Nullable_1_t1149908250 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___t0, ___lookAhead1, ___forwardDirection2, ___up3); } } else { typedef TweenerCore_3_t3040139253 * (*FunctionPointerType) (void*, TweenerCore_3_t3040139253 *, float, Nullable_1_t1149908250 , Nullable_1_t1149908250 , const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___t0, ___lookAhead1, ___forwardDirection2, ___up3, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker3< TweenerCore_3_t3040139253 *, float, Nullable_1_t1149908250 , Nullable_1_t1149908250 >::Invoke(targetMethod, ___t0, ___lookAhead1, ___forwardDirection2, ___up3); else result = GenericVirtFuncInvoker3< TweenerCore_3_t3040139253 *, float, Nullable_1_t1149908250 , Nullable_1_t1149908250 >::Invoke(targetMethod, ___t0, ___lookAhead1, ___forwardDirection2, ___up3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< TweenerCore_3_t3040139253 *, float, Nullable_1_t1149908250 , Nullable_1_t1149908250 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___t0, ___lookAhead1, ___forwardDirection2, ___up3); else result = VirtFuncInvoker3< TweenerCore_3_t3040139253 *, float, Nullable_1_t1149908250 , Nullable_1_t1149908250 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___t0, ___lookAhead1, ___forwardDirection2, ___up3); } } else { typedef TweenerCore_3_t3040139253 * (*FunctionPointerType) (TweenerCore_3_t3040139253 *, float, Nullable_1_t1149908250 , Nullable_1_t1149908250 , const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___t0, ___lookAhead1, ___forwardDirection2, ___up3, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE102::BeginInvoke(DG.Tweening.Core.TweenerCore`3,System.Single,System.Nullable`1,System.Nullable`1,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE102_BeginInvoke_m2345004224 (__GEN_DELEGATE102_t651472400 * __this, TweenerCore_3_t3040139253 * ___t0, float ___lookAhead1, Nullable_1_t1149908250 ___forwardDirection2, Nullable_1_t1149908250 ___up3, AsyncCallback_t3962456242 * ___callback4, RuntimeObject * ___object5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE102_BeginInvoke_m2345004224_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[5] = {0}; __d_args[0] = ___t0; __d_args[1] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___lookAhead1); __d_args[2] = Box(Nullable_1_t1149908250_il2cpp_TypeInfo_var, &___forwardDirection2); __d_args[3] = Box(Nullable_1_t1149908250_il2cpp_TypeInfo_var, &___up3); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback4, (RuntimeObject*)___object5); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE102::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t3040139253 * __GEN_DELEGATE102_EndInvoke_m3374598738 (__GEN_DELEGATE102_t651472400 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (TweenerCore_3_t3040139253 *)__result; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.InternalGlobals/__GEN_DELEGATE103::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE103__ctor_m2436749758 (__GEN_DELEGATE103_t651537936 * __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); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE103::Invoke(UnityEngine.Camera,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t884556411 * __GEN_DELEGATE103_Invoke_m1985036519 (__GEN_DELEGATE103_t651537936 * __this, Camera_t4157153871 * ___target0, float ___endValue1, float ___duration2, const RuntimeMethod* method) { TweenerCore_3_t884556411 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE103_Invoke_m1985036519((__GEN_DELEGATE103_t651537936 *)__this->get_prev_9(), ___target0, ___endValue1, ___duration2, 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) == 3) { // open { typedef TweenerCore_3_t884556411 * (*FunctionPointerType) (RuntimeObject *, Camera_t4157153871 *, float, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___target0, ___endValue1, ___duration2, targetMethod); } } else { // closed { typedef TweenerCore_3_t884556411 * (*FunctionPointerType) (RuntimeObject *, void*, Camera_t4157153871 *, float, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___target0, ___endValue1, ___duration2, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // 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 = GenericInterfaceFuncInvoker3< TweenerCore_3_t884556411 *, Camera_t4157153871 *, float, float >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___duration2); else result = GenericVirtFuncInvoker3< TweenerCore_3_t884556411 *, Camera_t4157153871 *, float, float >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___duration2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< TweenerCore_3_t884556411 *, Camera_t4157153871 *, float, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___target0, ___endValue1, ___duration2); else result = VirtFuncInvoker3< TweenerCore_3_t884556411 *, Camera_t4157153871 *, float, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___target0, ___endValue1, ___duration2); } } else { typedef TweenerCore_3_t884556411 * (*FunctionPointerType) (void*, Camera_t4157153871 *, float, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___target0, ___endValue1, ___duration2, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker2< TweenerCore_3_t884556411 *, float, float >::Invoke(targetMethod, ___target0, ___endValue1, ___duration2); else result = GenericVirtFuncInvoker2< TweenerCore_3_t884556411 *, float, float >::Invoke(targetMethod, ___target0, ___endValue1, ___duration2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< TweenerCore_3_t884556411 *, float, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___target0, ___endValue1, ___duration2); else result = VirtFuncInvoker2< TweenerCore_3_t884556411 *, float, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___target0, ___endValue1, ___duration2); } } else { typedef TweenerCore_3_t884556411 * (*FunctionPointerType) (Camera_t4157153871 *, float, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___target0, ___endValue1, ___duration2, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE103::BeginInvoke(UnityEngine.Camera,System.Single,System.Single,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE103_BeginInvoke_m2080287858 (__GEN_DELEGATE103_t651537936 * __this, Camera_t4157153871 * ___target0, float ___endValue1, float ___duration2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE103_BeginInvoke_m2080287858_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = ___target0; __d_args[1] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___endValue1); __d_args[2] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___duration2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE103::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t884556411 * __GEN_DELEGATE103_EndInvoke_m2400770083 (__GEN_DELEGATE103_t651537936 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (TweenerCore_3_t884556411 *)__result; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.InternalGlobals/__GEN_DELEGATE104::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE104__ctor_m4246613521 (__GEN_DELEGATE104_t651865616 * __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); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE104::Invoke(UnityEngine.Camera,UnityEngine.Color,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t745532282 * __GEN_DELEGATE104_Invoke_m813063136 (__GEN_DELEGATE104_t651865616 * __this, Camera_t4157153871 * ___target0, Color_t2555686324 ___endValue1, float ___duration2, const RuntimeMethod* method) { TweenerCore_3_t745532282 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE104_Invoke_m813063136((__GEN_DELEGATE104_t651865616 *)__this->get_prev_9(), ___target0, ___endValue1, ___duration2, 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) == 3) { // open { typedef TweenerCore_3_t745532282 * (*FunctionPointerType) (RuntimeObject *, Camera_t4157153871 *, Color_t2555686324 , float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___target0, ___endValue1, ___duration2, targetMethod); } } else { // closed { typedef TweenerCore_3_t745532282 * (*FunctionPointerType) (RuntimeObject *, void*, Camera_t4157153871 *, Color_t2555686324 , float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___target0, ___endValue1, ___duration2, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // 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 = GenericInterfaceFuncInvoker3< TweenerCore_3_t745532282 *, Camera_t4157153871 *, Color_t2555686324 , float >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___duration2); else result = GenericVirtFuncInvoker3< TweenerCore_3_t745532282 *, Camera_t4157153871 *, Color_t2555686324 , float >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___duration2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< TweenerCore_3_t745532282 *, Camera_t4157153871 *, Color_t2555686324 , float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___target0, ___endValue1, ___duration2); else result = VirtFuncInvoker3< TweenerCore_3_t745532282 *, Camera_t4157153871 *, Color_t2555686324 , float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___target0, ___endValue1, ___duration2); } } else { typedef TweenerCore_3_t745532282 * (*FunctionPointerType) (void*, Camera_t4157153871 *, Color_t2555686324 , float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___target0, ___endValue1, ___duration2, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker2< TweenerCore_3_t745532282 *, Color_t2555686324 , float >::Invoke(targetMethod, ___target0, ___endValue1, ___duration2); else result = GenericVirtFuncInvoker2< TweenerCore_3_t745532282 *, Color_t2555686324 , float >::Invoke(targetMethod, ___target0, ___endValue1, ___duration2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< TweenerCore_3_t745532282 *, Color_t2555686324 , float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___target0, ___endValue1, ___duration2); else result = VirtFuncInvoker2< TweenerCore_3_t745532282 *, Color_t2555686324 , float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___target0, ___endValue1, ___duration2); } } else { typedef TweenerCore_3_t745532282 * (*FunctionPointerType) (Camera_t4157153871 *, Color_t2555686324 , float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___target0, ___endValue1, ___duration2, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE104::BeginInvoke(UnityEngine.Camera,UnityEngine.Color,System.Single,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE104_BeginInvoke_m487095263 (__GEN_DELEGATE104_t651865616 * __this, Camera_t4157153871 * ___target0, Color_t2555686324 ___endValue1, float ___duration2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE104_BeginInvoke_m487095263_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = ___target0; __d_args[1] = Box(Color_t2555686324_il2cpp_TypeInfo_var, &___endValue1); __d_args[2] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___duration2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE104::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t745532282 * __GEN_DELEGATE104_EndInvoke_m596801076 (__GEN_DELEGATE104_t651865616 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (TweenerCore_3_t745532282 *)__result; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.InternalGlobals/__GEN_DELEGATE105::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE105__ctor_m3376686911 (__GEN_DELEGATE105_t651931152 * __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); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE105::Invoke(UnityEngine.Camera,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t884556411 * __GEN_DELEGATE105_Invoke_m4259567416 (__GEN_DELEGATE105_t651931152 * __this, Camera_t4157153871 * ___target0, float ___endValue1, float ___duration2, const RuntimeMethod* method) { TweenerCore_3_t884556411 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE105_Invoke_m4259567416((__GEN_DELEGATE105_t651931152 *)__this->get_prev_9(), ___target0, ___endValue1, ___duration2, 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) == 3) { // open { typedef TweenerCore_3_t884556411 * (*FunctionPointerType) (RuntimeObject *, Camera_t4157153871 *, float, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___target0, ___endValue1, ___duration2, targetMethod); } } else { // closed { typedef TweenerCore_3_t884556411 * (*FunctionPointerType) (RuntimeObject *, void*, Camera_t4157153871 *, float, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___target0, ___endValue1, ___duration2, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // 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 = GenericInterfaceFuncInvoker3< TweenerCore_3_t884556411 *, Camera_t4157153871 *, float, float >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___duration2); else result = GenericVirtFuncInvoker3< TweenerCore_3_t884556411 *, Camera_t4157153871 *, float, float >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___duration2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< TweenerCore_3_t884556411 *, Camera_t4157153871 *, float, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___target0, ___endValue1, ___duration2); else result = VirtFuncInvoker3< TweenerCore_3_t884556411 *, Camera_t4157153871 *, float, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___target0, ___endValue1, ___duration2); } } else { typedef TweenerCore_3_t884556411 * (*FunctionPointerType) (void*, Camera_t4157153871 *, float, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___target0, ___endValue1, ___duration2, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker2< TweenerCore_3_t884556411 *, float, float >::Invoke(targetMethod, ___target0, ___endValue1, ___duration2); else result = GenericVirtFuncInvoker2< TweenerCore_3_t884556411 *, float, float >::Invoke(targetMethod, ___target0, ___endValue1, ___duration2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< TweenerCore_3_t884556411 *, float, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___target0, ___endValue1, ___duration2); else result = VirtFuncInvoker2< TweenerCore_3_t884556411 *, float, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___target0, ___endValue1, ___duration2); } } else { typedef TweenerCore_3_t884556411 * (*FunctionPointerType) (Camera_t4157153871 *, float, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___target0, ___endValue1, ___duration2, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE105::BeginInvoke(UnityEngine.Camera,System.Single,System.Single,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE105_BeginInvoke_m2201147569 (__GEN_DELEGATE105_t651931152 * __this, Camera_t4157153871 * ___target0, float ___endValue1, float ___duration2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE105_BeginInvoke_m2201147569_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = ___target0; __d_args[1] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___endValue1); __d_args[2] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___duration2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE105::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t884556411 * __GEN_DELEGATE105_EndInvoke_m1811177958 (__GEN_DELEGATE105_t651931152 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (TweenerCore_3_t884556411 *)__result; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.InternalGlobals/__GEN_DELEGATE106::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE106__ctor_m3575200752 (__GEN_DELEGATE106_t651734544 * __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); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE106::Invoke(UnityEngine.Camera,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t884556411 * __GEN_DELEGATE106_Invoke_m1546936268 (__GEN_DELEGATE106_t651734544 * __this, Camera_t4157153871 * ___target0, float ___endValue1, float ___duration2, const RuntimeMethod* method) { TweenerCore_3_t884556411 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE106_Invoke_m1546936268((__GEN_DELEGATE106_t651734544 *)__this->get_prev_9(), ___target0, ___endValue1, ___duration2, 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) == 3) { // open { typedef TweenerCore_3_t884556411 * (*FunctionPointerType) (RuntimeObject *, Camera_t4157153871 *, float, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___target0, ___endValue1, ___duration2, targetMethod); } } else { // closed { typedef TweenerCore_3_t884556411 * (*FunctionPointerType) (RuntimeObject *, void*, Camera_t4157153871 *, float, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___target0, ___endValue1, ___duration2, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // 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 = GenericInterfaceFuncInvoker3< TweenerCore_3_t884556411 *, Camera_t4157153871 *, float, float >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___duration2); else result = GenericVirtFuncInvoker3< TweenerCore_3_t884556411 *, Camera_t4157153871 *, float, float >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___duration2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< TweenerCore_3_t884556411 *, Camera_t4157153871 *, float, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___target0, ___endValue1, ___duration2); else result = VirtFuncInvoker3< TweenerCore_3_t884556411 *, Camera_t4157153871 *, float, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___target0, ___endValue1, ___duration2); } } else { typedef TweenerCore_3_t884556411 * (*FunctionPointerType) (void*, Camera_t4157153871 *, float, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___target0, ___endValue1, ___duration2, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker2< TweenerCore_3_t884556411 *, float, float >::Invoke(targetMethod, ___target0, ___endValue1, ___duration2); else result = GenericVirtFuncInvoker2< TweenerCore_3_t884556411 *, float, float >::Invoke(targetMethod, ___target0, ___endValue1, ___duration2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< TweenerCore_3_t884556411 *, float, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___target0, ___endValue1, ___duration2); else result = VirtFuncInvoker2< TweenerCore_3_t884556411 *, float, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___target0, ___endValue1, ___duration2); } } else { typedef TweenerCore_3_t884556411 * (*FunctionPointerType) (Camera_t4157153871 *, float, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___target0, ___endValue1, ___duration2, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE106::BeginInvoke(UnityEngine.Camera,System.Single,System.Single,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE106_BeginInvoke_m1996097738 (__GEN_DELEGATE106_t651734544 * __this, Camera_t4157153871 * ___target0, float ___endValue1, float ___duration2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE106_BeginInvoke_m1996097738_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = ___target0; __d_args[1] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___endValue1); __d_args[2] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___duration2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE106::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t884556411 * __GEN_DELEGATE106_EndInvoke_m3863530408 (__GEN_DELEGATE106_t651734544 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (TweenerCore_3_t884556411 *)__result; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.InternalGlobals/__GEN_DELEGATE107::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE107__ctor_m1113731030 (__GEN_DELEGATE107_t651800080 * __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); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE107::Invoke(UnityEngine.Camera,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t884556411 * __GEN_DELEGATE107_Invoke_m1471502675 (__GEN_DELEGATE107_t651800080 * __this, Camera_t4157153871 * ___target0, float ___endValue1, float ___duration2, const RuntimeMethod* method) { TweenerCore_3_t884556411 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE107_Invoke_m1471502675((__GEN_DELEGATE107_t651800080 *)__this->get_prev_9(), ___target0, ___endValue1, ___duration2, 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) == 3) { // open { typedef TweenerCore_3_t884556411 * (*FunctionPointerType) (RuntimeObject *, Camera_t4157153871 *, float, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___target0, ___endValue1, ___duration2, targetMethod); } } else { // closed { typedef TweenerCore_3_t884556411 * (*FunctionPointerType) (RuntimeObject *, void*, Camera_t4157153871 *, float, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___target0, ___endValue1, ___duration2, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // 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 = GenericInterfaceFuncInvoker3< TweenerCore_3_t884556411 *, Camera_t4157153871 *, float, float >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___duration2); else result = GenericVirtFuncInvoker3< TweenerCore_3_t884556411 *, Camera_t4157153871 *, float, float >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___duration2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< TweenerCore_3_t884556411 *, Camera_t4157153871 *, float, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___target0, ___endValue1, ___duration2); else result = VirtFuncInvoker3< TweenerCore_3_t884556411 *, Camera_t4157153871 *, float, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___target0, ___endValue1, ___duration2); } } else { typedef TweenerCore_3_t884556411 * (*FunctionPointerType) (void*, Camera_t4157153871 *, float, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___target0, ___endValue1, ___duration2, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker2< TweenerCore_3_t884556411 *, float, float >::Invoke(targetMethod, ___target0, ___endValue1, ___duration2); else result = GenericVirtFuncInvoker2< TweenerCore_3_t884556411 *, float, float >::Invoke(targetMethod, ___target0, ___endValue1, ___duration2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< TweenerCore_3_t884556411 *, float, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___target0, ___endValue1, ___duration2); else result = VirtFuncInvoker2< TweenerCore_3_t884556411 *, float, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___target0, ___endValue1, ___duration2); } } else { typedef TweenerCore_3_t884556411 * (*FunctionPointerType) (Camera_t4157153871 *, float, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___target0, ___endValue1, ___duration2, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE107::BeginInvoke(UnityEngine.Camera,System.Single,System.Single,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE107_BeginInvoke_m3043161460 (__GEN_DELEGATE107_t651800080 * __this, Camera_t4157153871 * ___target0, float ___endValue1, float ___duration2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE107_BeginInvoke_m3043161460_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = ___target0; __d_args[1] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___endValue1); __d_args[2] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___duration2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE107::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t884556411 * __GEN_DELEGATE107_EndInvoke_m2860492634 (__GEN_DELEGATE107_t651800080 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (TweenerCore_3_t884556411 *)__result; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.InternalGlobals/__GEN_DELEGATE108::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE108__ctor_m1184917635 (__GEN_DELEGATE108_t652127760 * __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); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE108::Invoke(UnityEngine.Camera,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t884556411 * __GEN_DELEGATE108_Invoke_m2277691608 (__GEN_DELEGATE108_t652127760 * __this, Camera_t4157153871 * ___target0, float ___endValue1, float ___duration2, const RuntimeMethod* method) { TweenerCore_3_t884556411 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE108_Invoke_m2277691608((__GEN_DELEGATE108_t652127760 *)__this->get_prev_9(), ___target0, ___endValue1, ___duration2, 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) == 3) { // open { typedef TweenerCore_3_t884556411 * (*FunctionPointerType) (RuntimeObject *, Camera_t4157153871 *, float, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___target0, ___endValue1, ___duration2, targetMethod); } } else { // closed { typedef TweenerCore_3_t884556411 * (*FunctionPointerType) (RuntimeObject *, void*, Camera_t4157153871 *, float, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___target0, ___endValue1, ___duration2, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // 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 = GenericInterfaceFuncInvoker3< TweenerCore_3_t884556411 *, Camera_t4157153871 *, float, float >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___duration2); else result = GenericVirtFuncInvoker3< TweenerCore_3_t884556411 *, Camera_t4157153871 *, float, float >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___duration2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< TweenerCore_3_t884556411 *, Camera_t4157153871 *, float, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___target0, ___endValue1, ___duration2); else result = VirtFuncInvoker3< TweenerCore_3_t884556411 *, Camera_t4157153871 *, float, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___target0, ___endValue1, ___duration2); } } else { typedef TweenerCore_3_t884556411 * (*FunctionPointerType) (void*, Camera_t4157153871 *, float, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___target0, ___endValue1, ___duration2, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker2< TweenerCore_3_t884556411 *, float, float >::Invoke(targetMethod, ___target0, ___endValue1, ___duration2); else result = GenericVirtFuncInvoker2< TweenerCore_3_t884556411 *, float, float >::Invoke(targetMethod, ___target0, ___endValue1, ___duration2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< TweenerCore_3_t884556411 *, float, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___target0, ___endValue1, ___duration2); else result = VirtFuncInvoker2< TweenerCore_3_t884556411 *, float, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___target0, ___endValue1, ___duration2); } } else { typedef TweenerCore_3_t884556411 * (*FunctionPointerType) (Camera_t4157153871 *, float, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___target0, ___endValue1, ___duration2, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE108::BeginInvoke(UnityEngine.Camera,System.Single,System.Single,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE108_BeginInvoke_m4062884264 (__GEN_DELEGATE108_t652127760 * __this, Camera_t4157153871 * ___target0, float ___endValue1, float ___duration2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE108_BeginInvoke_m4062884264_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = ___target0; __d_args[1] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___endValue1); __d_args[2] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___duration2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE108::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t884556411 * __GEN_DELEGATE108_EndInvoke_m835108536 (__GEN_DELEGATE108_t652127760 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (TweenerCore_3_t884556411 *)__result; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.InternalGlobals/__GEN_DELEGATE109::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE109__ctor_m3520607447 (__GEN_DELEGATE109_t652193296 * __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); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE109::Invoke(UnityEngine.Camera,UnityEngine.Rect,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t1717381983 * __GEN_DELEGATE109_Invoke_m2898919950 (__GEN_DELEGATE109_t652193296 * __this, Camera_t4157153871 * ___target0, Rect_t2360479859 ___endValue1, float ___duration2, const RuntimeMethod* method) { TweenerCore_3_t1717381983 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE109_Invoke_m2898919950((__GEN_DELEGATE109_t652193296 *)__this->get_prev_9(), ___target0, ___endValue1, ___duration2, 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) == 3) { // open { typedef TweenerCore_3_t1717381983 * (*FunctionPointerType) (RuntimeObject *, Camera_t4157153871 *, Rect_t2360479859 , float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___target0, ___endValue1, ___duration2, targetMethod); } } else { // closed { typedef TweenerCore_3_t1717381983 * (*FunctionPointerType) (RuntimeObject *, void*, Camera_t4157153871 *, Rect_t2360479859 , float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___target0, ___endValue1, ___duration2, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // 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 = GenericInterfaceFuncInvoker3< TweenerCore_3_t1717381983 *, Camera_t4157153871 *, Rect_t2360479859 , float >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___duration2); else result = GenericVirtFuncInvoker3< TweenerCore_3_t1717381983 *, Camera_t4157153871 *, Rect_t2360479859 , float >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___duration2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< TweenerCore_3_t1717381983 *, Camera_t4157153871 *, Rect_t2360479859 , float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___target0, ___endValue1, ___duration2); else result = VirtFuncInvoker3< TweenerCore_3_t1717381983 *, Camera_t4157153871 *, Rect_t2360479859 , float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___target0, ___endValue1, ___duration2); } } else { typedef TweenerCore_3_t1717381983 * (*FunctionPointerType) (void*, Camera_t4157153871 *, Rect_t2360479859 , float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___target0, ___endValue1, ___duration2, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker2< TweenerCore_3_t1717381983 *, Rect_t2360479859 , float >::Invoke(targetMethod, ___target0, ___endValue1, ___duration2); else result = GenericVirtFuncInvoker2< TweenerCore_3_t1717381983 *, Rect_t2360479859 , float >::Invoke(targetMethod, ___target0, ___endValue1, ___duration2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< TweenerCore_3_t1717381983 *, Rect_t2360479859 , float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___target0, ___endValue1, ___duration2); else result = VirtFuncInvoker2< TweenerCore_3_t1717381983 *, Rect_t2360479859 , float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___target0, ___endValue1, ___duration2); } } else { typedef TweenerCore_3_t1717381983 * (*FunctionPointerType) (Camera_t4157153871 *, Rect_t2360479859 , float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___target0, ___endValue1, ___duration2, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE109::BeginInvoke(UnityEngine.Camera,UnityEngine.Rect,System.Single,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE109_BeginInvoke_m2364589172 (__GEN_DELEGATE109_t652193296 * __this, Camera_t4157153871 * ___target0, Rect_t2360479859 ___endValue1, float ___duration2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE109_BeginInvoke_m2364589172_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = ___target0; __d_args[1] = Box(Rect_t2360479859_il2cpp_TypeInfo_var, &___endValue1); __d_args[2] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___duration2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE109::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t1717381983 * __GEN_DELEGATE109_EndInvoke_m2660307268 (__GEN_DELEGATE109_t652193296 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (TweenerCore_3_t1717381983 *)__result; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.InternalGlobals/__GEN_DELEGATE11::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE11__ctor_m1331970534 (__GEN_DELEGATE11_t654749201 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void XLua.InternalGlobals/__GEN_DELEGATE11::Invoke(DG.Tweening.Tween,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE11_Invoke_m2344808136 (__GEN_DELEGATE11_t654749201 * __this, Tween_t2342918553 * ___t0, bool ___includeDelay1, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { __GEN_DELEGATE11_Invoke_m2344808136((__GEN_DELEGATE11_t654749201 *)__this->get_prev_9(), ___t0, ___includeDelay1, 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) == 2) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, Tween_t2342918553 *, bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___t0, ___includeDelay1, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, Tween_t2342918553 *, bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___t0, ___includeDelay1, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // 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)) GenericInterfaceActionInvoker2< Tween_t2342918553 *, bool >::Invoke(targetMethod, targetThis, ___t0, ___includeDelay1); else GenericVirtActionInvoker2< Tween_t2342918553 *, bool >::Invoke(targetMethod, targetThis, ___t0, ___includeDelay1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< Tween_t2342918553 *, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___t0, ___includeDelay1); else VirtActionInvoker2< Tween_t2342918553 *, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___t0, ___includeDelay1); } } else { typedef void (*FunctionPointerType) (void*, Tween_t2342918553 *, bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___t0, ___includeDelay1, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< bool >::Invoke(targetMethod, ___t0, ___includeDelay1); else GenericVirtActionInvoker1< bool >::Invoke(targetMethod, ___t0, ___includeDelay1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___t0, ___includeDelay1); else VirtActionInvoker1< bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___t0, ___includeDelay1); } } else { typedef void (*FunctionPointerType) (Tween_t2342918553 *, bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___t0, ___includeDelay1, targetMethod); } } } } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE11::BeginInvoke(DG.Tweening.Tween,System.Boolean,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE11_BeginInvoke_m1948853152 (__GEN_DELEGATE11_t654749201 * __this, Tween_t2342918553 * ___t0, bool ___includeDelay1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE11_BeginInvoke_m1948853152_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = ___t0; __d_args[1] = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &___includeDelay1); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void XLua.InternalGlobals/__GEN_DELEGATE11::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE11_EndInvoke_m298249581 (__GEN_DELEGATE11_t654749201 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.InternalGlobals/__GEN_DELEGATE110::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE110__ctor_m1031128537 (__GEN_DELEGATE110_t651603473 * __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); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE110::Invoke(UnityEngine.Camera,UnityEngine.Rect,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t1717381983 * __GEN_DELEGATE110_Invoke_m1220111385 (__GEN_DELEGATE110_t651603473 * __this, Camera_t4157153871 * ___target0, Rect_t2360479859 ___endValue1, float ___duration2, const RuntimeMethod* method) { TweenerCore_3_t1717381983 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE110_Invoke_m1220111385((__GEN_DELEGATE110_t651603473 *)__this->get_prev_9(), ___target0, ___endValue1, ___duration2, 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) == 3) { // open { typedef TweenerCore_3_t1717381983 * (*FunctionPointerType) (RuntimeObject *, Camera_t4157153871 *, Rect_t2360479859 , float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___target0, ___endValue1, ___duration2, targetMethod); } } else { // closed { typedef TweenerCore_3_t1717381983 * (*FunctionPointerType) (RuntimeObject *, void*, Camera_t4157153871 *, Rect_t2360479859 , float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___target0, ___endValue1, ___duration2, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // 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 = GenericInterfaceFuncInvoker3< TweenerCore_3_t1717381983 *, Camera_t4157153871 *, Rect_t2360479859 , float >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___duration2); else result = GenericVirtFuncInvoker3< TweenerCore_3_t1717381983 *, Camera_t4157153871 *, Rect_t2360479859 , float >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___duration2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< TweenerCore_3_t1717381983 *, Camera_t4157153871 *, Rect_t2360479859 , float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___target0, ___endValue1, ___duration2); else result = VirtFuncInvoker3< TweenerCore_3_t1717381983 *, Camera_t4157153871 *, Rect_t2360479859 , float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___target0, ___endValue1, ___duration2); } } else { typedef TweenerCore_3_t1717381983 * (*FunctionPointerType) (void*, Camera_t4157153871 *, Rect_t2360479859 , float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___target0, ___endValue1, ___duration2, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker2< TweenerCore_3_t1717381983 *, Rect_t2360479859 , float >::Invoke(targetMethod, ___target0, ___endValue1, ___duration2); else result = GenericVirtFuncInvoker2< TweenerCore_3_t1717381983 *, Rect_t2360479859 , float >::Invoke(targetMethod, ___target0, ___endValue1, ___duration2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< TweenerCore_3_t1717381983 *, Rect_t2360479859 , float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___target0, ___endValue1, ___duration2); else result = VirtFuncInvoker2< TweenerCore_3_t1717381983 *, Rect_t2360479859 , float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___target0, ___endValue1, ___duration2); } } else { typedef TweenerCore_3_t1717381983 * (*FunctionPointerType) (Camera_t4157153871 *, Rect_t2360479859 , float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___target0, ___endValue1, ___duration2, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE110::BeginInvoke(UnityEngine.Camera,UnityEngine.Rect,System.Single,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE110_BeginInvoke_m3978804507 (__GEN_DELEGATE110_t651603473 * __this, Camera_t4157153871 * ___target0, Rect_t2360479859 ___endValue1, float ___duration2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE110_BeginInvoke_m3978804507_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = ___target0; __d_args[1] = Box(Rect_t2360479859_il2cpp_TypeInfo_var, &___endValue1); __d_args[2] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___duration2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE110::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t1717381983 * __GEN_DELEGATE110_EndInvoke_m828812464 (__GEN_DELEGATE110_t651603473 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (TweenerCore_3_t1717381983 *)__result; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.InternalGlobals/__GEN_DELEGATE111::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE111__ctor_m647217437 (__GEN_DELEGATE111_t651669009 * __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); } // DG.Tweening.Tweener XLua.InternalGlobals/__GEN_DELEGATE111::Invoke(UnityEngine.Camera,System.Single,System.Single,System.Int32,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE111_Invoke_m329270800 (__GEN_DELEGATE111_t651669009 * __this, Camera_t4157153871 * ___target0, float ___duration1, float ___strength2, int32_t ___vibrato3, float ___randomness4, bool ___fadeOut5, const RuntimeMethod* method) { Tweener_t436044680 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE111_Invoke_m329270800((__GEN_DELEGATE111_t651669009 *)__this->get_prev_9(), ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5, 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) == 6) { // open { typedef Tweener_t436044680 * (*FunctionPointerType) (RuntimeObject *, Camera_t4157153871 *, float, float, int32_t, float, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5, targetMethod); } } else { // closed { typedef Tweener_t436044680 * (*FunctionPointerType) (RuntimeObject *, void*, Camera_t4157153871 *, float, float, int32_t, float, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 6) { // 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 = GenericInterfaceFuncInvoker6< Tweener_t436044680 *, Camera_t4157153871 *, float, float, int32_t, float, bool >::Invoke(targetMethod, targetThis, ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5); else result = GenericVirtFuncInvoker6< Tweener_t436044680 *, Camera_t4157153871 *, float, float, int32_t, float, bool >::Invoke(targetMethod, targetThis, ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker6< Tweener_t436044680 *, Camera_t4157153871 *, float, float, int32_t, float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5); else result = VirtFuncInvoker6< Tweener_t436044680 *, Camera_t4157153871 *, float, float, int32_t, float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5); } } else { typedef Tweener_t436044680 * (*FunctionPointerType) (void*, Camera_t4157153871 *, float, float, int32_t, float, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker5< Tweener_t436044680 *, float, float, int32_t, float, bool >::Invoke(targetMethod, ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5); else result = GenericVirtFuncInvoker5< Tweener_t436044680 *, float, float, int32_t, float, bool >::Invoke(targetMethod, ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker5< Tweener_t436044680 *, float, float, int32_t, float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5); else result = VirtFuncInvoker5< Tweener_t436044680 *, float, float, int32_t, float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5); } } else { typedef Tweener_t436044680 * (*FunctionPointerType) (Camera_t4157153871 *, float, float, int32_t, float, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE111::BeginInvoke(UnityEngine.Camera,System.Single,System.Single,System.Int32,System.Single,System.Boolean,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE111_BeginInvoke_m1638942863 (__GEN_DELEGATE111_t651669009 * __this, Camera_t4157153871 * ___target0, float ___duration1, float ___strength2, int32_t ___vibrato3, float ___randomness4, bool ___fadeOut5, AsyncCallback_t3962456242 * ___callback6, RuntimeObject * ___object7, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE111_BeginInvoke_m1638942863_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[7] = {0}; __d_args[0] = ___target0; __d_args[1] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___duration1); __d_args[2] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___strength2); __d_args[3] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___vibrato3); __d_args[4] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___randomness4); __d_args[5] = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &___fadeOut5); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback6, (RuntimeObject*)___object7); } // DG.Tweening.Tweener XLua.InternalGlobals/__GEN_DELEGATE111::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE111_EndInvoke_m999916568 (__GEN_DELEGATE111_t651669009 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (Tweener_t436044680 *)__result; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.InternalGlobals/__GEN_DELEGATE112::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE112__ctor_m3981343230 (__GEN_DELEGATE112_t651472401 * __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); } // DG.Tweening.Tweener XLua.InternalGlobals/__GEN_DELEGATE112::Invoke(UnityEngine.Camera,System.Single,UnityEngine.Vector3,System.Int32,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE112_Invoke_m2500168924 (__GEN_DELEGATE112_t651472401 * __this, Camera_t4157153871 * ___target0, float ___duration1, Vector3_t3722313464 ___strength2, int32_t ___vibrato3, float ___randomness4, bool ___fadeOut5, const RuntimeMethod* method) { Tweener_t436044680 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE112_Invoke_m2500168924((__GEN_DELEGATE112_t651472401 *)__this->get_prev_9(), ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5, 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) == 6) { // open { typedef Tweener_t436044680 * (*FunctionPointerType) (RuntimeObject *, Camera_t4157153871 *, float, Vector3_t3722313464 , int32_t, float, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5, targetMethod); } } else { // closed { typedef Tweener_t436044680 * (*FunctionPointerType) (RuntimeObject *, void*, Camera_t4157153871 *, float, Vector3_t3722313464 , int32_t, float, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 6) { // 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 = GenericInterfaceFuncInvoker6< Tweener_t436044680 *, Camera_t4157153871 *, float, Vector3_t3722313464 , int32_t, float, bool >::Invoke(targetMethod, targetThis, ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5); else result = GenericVirtFuncInvoker6< Tweener_t436044680 *, Camera_t4157153871 *, float, Vector3_t3722313464 , int32_t, float, bool >::Invoke(targetMethod, targetThis, ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker6< Tweener_t436044680 *, Camera_t4157153871 *, float, Vector3_t3722313464 , int32_t, float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5); else result = VirtFuncInvoker6< Tweener_t436044680 *, Camera_t4157153871 *, float, Vector3_t3722313464 , int32_t, float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5); } } else { typedef Tweener_t436044680 * (*FunctionPointerType) (void*, Camera_t4157153871 *, float, Vector3_t3722313464 , int32_t, float, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker5< Tweener_t436044680 *, float, Vector3_t3722313464 , int32_t, float, bool >::Invoke(targetMethod, ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5); else result = GenericVirtFuncInvoker5< Tweener_t436044680 *, float, Vector3_t3722313464 , int32_t, float, bool >::Invoke(targetMethod, ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker5< Tweener_t436044680 *, float, Vector3_t3722313464 , int32_t, float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5); else result = VirtFuncInvoker5< Tweener_t436044680 *, float, Vector3_t3722313464 , int32_t, float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5); } } else { typedef Tweener_t436044680 * (*FunctionPointerType) (Camera_t4157153871 *, float, Vector3_t3722313464 , int32_t, float, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE112::BeginInvoke(UnityEngine.Camera,System.Single,UnityEngine.Vector3,System.Int32,System.Single,System.Boolean,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE112_BeginInvoke_m3807287837 (__GEN_DELEGATE112_t651472401 * __this, Camera_t4157153871 * ___target0, float ___duration1, Vector3_t3722313464 ___strength2, int32_t ___vibrato3, float ___randomness4, bool ___fadeOut5, AsyncCallback_t3962456242 * ___callback6, RuntimeObject * ___object7, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE112_BeginInvoke_m3807287837_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[7] = {0}; __d_args[0] = ___target0; __d_args[1] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___duration1); __d_args[2] = Box(Vector3_t3722313464_il2cpp_TypeInfo_var, &___strength2); __d_args[3] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___vibrato3); __d_args[4] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___randomness4); __d_args[5] = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &___fadeOut5); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback6, (RuntimeObject*)___object7); } // DG.Tweening.Tweener XLua.InternalGlobals/__GEN_DELEGATE112::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE112_EndInvoke_m390811234 (__GEN_DELEGATE112_t651472401 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (Tweener_t436044680 *)__result; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.InternalGlobals/__GEN_DELEGATE113::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE113__ctor_m522693848 (__GEN_DELEGATE113_t651537937 * __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); } // DG.Tweening.Tweener XLua.InternalGlobals/__GEN_DELEGATE113::Invoke(UnityEngine.Camera,System.Single,System.Single,System.Int32,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE113_Invoke_m987161995 (__GEN_DELEGATE113_t651537937 * __this, Camera_t4157153871 * ___target0, float ___duration1, float ___strength2, int32_t ___vibrato3, float ___randomness4, bool ___fadeOut5, const RuntimeMethod* method) { Tweener_t436044680 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE113_Invoke_m987161995((__GEN_DELEGATE113_t651537937 *)__this->get_prev_9(), ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5, 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) == 6) { // open { typedef Tweener_t436044680 * (*FunctionPointerType) (RuntimeObject *, Camera_t4157153871 *, float, float, int32_t, float, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5, targetMethod); } } else { // closed { typedef Tweener_t436044680 * (*FunctionPointerType) (RuntimeObject *, void*, Camera_t4157153871 *, float, float, int32_t, float, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 6) { // 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 = GenericInterfaceFuncInvoker6< Tweener_t436044680 *, Camera_t4157153871 *, float, float, int32_t, float, bool >::Invoke(targetMethod, targetThis, ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5); else result = GenericVirtFuncInvoker6< Tweener_t436044680 *, Camera_t4157153871 *, float, float, int32_t, float, bool >::Invoke(targetMethod, targetThis, ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker6< Tweener_t436044680 *, Camera_t4157153871 *, float, float, int32_t, float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5); else result = VirtFuncInvoker6< Tweener_t436044680 *, Camera_t4157153871 *, float, float, int32_t, float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5); } } else { typedef Tweener_t436044680 * (*FunctionPointerType) (void*, Camera_t4157153871 *, float, float, int32_t, float, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker5< Tweener_t436044680 *, float, float, int32_t, float, bool >::Invoke(targetMethod, ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5); else result = GenericVirtFuncInvoker5< Tweener_t436044680 *, float, float, int32_t, float, bool >::Invoke(targetMethod, ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker5< Tweener_t436044680 *, float, float, int32_t, float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5); else result = VirtFuncInvoker5< Tweener_t436044680 *, float, float, int32_t, float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5); } } else { typedef Tweener_t436044680 * (*FunctionPointerType) (Camera_t4157153871 *, float, float, int32_t, float, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE113::BeginInvoke(UnityEngine.Camera,System.Single,System.Single,System.Int32,System.Single,System.Boolean,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE113_BeginInvoke_m2179063348 (__GEN_DELEGATE113_t651537937 * __this, Camera_t4157153871 * ___target0, float ___duration1, float ___strength2, int32_t ___vibrato3, float ___randomness4, bool ___fadeOut5, AsyncCallback_t3962456242 * ___callback6, RuntimeObject * ___object7, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE113_BeginInvoke_m2179063348_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[7] = {0}; __d_args[0] = ___target0; __d_args[1] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___duration1); __d_args[2] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___strength2); __d_args[3] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___vibrato3); __d_args[4] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___randomness4); __d_args[5] = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &___fadeOut5); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback6, (RuntimeObject*)___object7); } // DG.Tweening.Tweener XLua.InternalGlobals/__GEN_DELEGATE113::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE113_EndInvoke_m2696056261 (__GEN_DELEGATE113_t651537937 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (Tweener_t436044680 *)__result; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.InternalGlobals/__GEN_DELEGATE114::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE114__ctor_m2222759304 (__GEN_DELEGATE114_t651865617 * __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); } // DG.Tweening.Tweener XLua.InternalGlobals/__GEN_DELEGATE114::Invoke(UnityEngine.Camera,System.Single,UnityEngine.Vector3,System.Int32,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE114_Invoke_m3714678735 (__GEN_DELEGATE114_t651865617 * __this, Camera_t4157153871 * ___target0, float ___duration1, Vector3_t3722313464 ___strength2, int32_t ___vibrato3, float ___randomness4, bool ___fadeOut5, const RuntimeMethod* method) { Tweener_t436044680 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE114_Invoke_m3714678735((__GEN_DELEGATE114_t651865617 *)__this->get_prev_9(), ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5, 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) == 6) { // open { typedef Tweener_t436044680 * (*FunctionPointerType) (RuntimeObject *, Camera_t4157153871 *, float, Vector3_t3722313464 , int32_t, float, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5, targetMethod); } } else { // closed { typedef Tweener_t436044680 * (*FunctionPointerType) (RuntimeObject *, void*, Camera_t4157153871 *, float, Vector3_t3722313464 , int32_t, float, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 6) { // 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 = GenericInterfaceFuncInvoker6< Tweener_t436044680 *, Camera_t4157153871 *, float, Vector3_t3722313464 , int32_t, float, bool >::Invoke(targetMethod, targetThis, ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5); else result = GenericVirtFuncInvoker6< Tweener_t436044680 *, Camera_t4157153871 *, float, Vector3_t3722313464 , int32_t, float, bool >::Invoke(targetMethod, targetThis, ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker6< Tweener_t436044680 *, Camera_t4157153871 *, float, Vector3_t3722313464 , int32_t, float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5); else result = VirtFuncInvoker6< Tweener_t436044680 *, Camera_t4157153871 *, float, Vector3_t3722313464 , int32_t, float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5); } } else { typedef Tweener_t436044680 * (*FunctionPointerType) (void*, Camera_t4157153871 *, float, Vector3_t3722313464 , int32_t, float, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker5< Tweener_t436044680 *, float, Vector3_t3722313464 , int32_t, float, bool >::Invoke(targetMethod, ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5); else result = GenericVirtFuncInvoker5< Tweener_t436044680 *, float, Vector3_t3722313464 , int32_t, float, bool >::Invoke(targetMethod, ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker5< Tweener_t436044680 *, float, Vector3_t3722313464 , int32_t, float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5); else result = VirtFuncInvoker5< Tweener_t436044680 *, float, Vector3_t3722313464 , int32_t, float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5); } } else { typedef Tweener_t436044680 * (*FunctionPointerType) (Camera_t4157153871 *, float, Vector3_t3722313464 , int32_t, float, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE114::BeginInvoke(UnityEngine.Camera,System.Single,UnityEngine.Vector3,System.Int32,System.Single,System.Boolean,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE114_BeginInvoke_m3429960321 (__GEN_DELEGATE114_t651865617 * __this, Camera_t4157153871 * ___target0, float ___duration1, Vector3_t3722313464 ___strength2, int32_t ___vibrato3, float ___randomness4, bool ___fadeOut5, AsyncCallback_t3962456242 * ___callback6, RuntimeObject * ___object7, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE114_BeginInvoke_m3429960321_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[7] = {0}; __d_args[0] = ___target0; __d_args[1] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___duration1); __d_args[2] = Box(Vector3_t3722313464_il2cpp_TypeInfo_var, &___strength2); __d_args[3] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___vibrato3); __d_args[4] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___randomness4); __d_args[5] = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &___fadeOut5); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback6, (RuntimeObject*)___object7); } // DG.Tweening.Tweener XLua.InternalGlobals/__GEN_DELEGATE114::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE114_EndInvoke_m2573228562 (__GEN_DELEGATE114_t651865617 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (Tweener_t436044680 *)__result; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.InternalGlobals/__GEN_DELEGATE115::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE115__ctor_m1731741541 (__GEN_DELEGATE115_t651931153 * __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); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE115::Invoke(UnityEngine.Light,UnityEngine.Color,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t745532282 * __GEN_DELEGATE115_Invoke_m814009007 (__GEN_DELEGATE115_t651931153 * __this, Light_t3756812086 * ___target0, Color_t2555686324 ___endValue1, float ___duration2, const RuntimeMethod* method) { TweenerCore_3_t745532282 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE115_Invoke_m814009007((__GEN_DELEGATE115_t651931153 *)__this->get_prev_9(), ___target0, ___endValue1, ___duration2, 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) == 3) { // open { typedef TweenerCore_3_t745532282 * (*FunctionPointerType) (RuntimeObject *, Light_t3756812086 *, Color_t2555686324 , float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___target0, ___endValue1, ___duration2, targetMethod); } } else { // closed { typedef TweenerCore_3_t745532282 * (*FunctionPointerType) (RuntimeObject *, void*, Light_t3756812086 *, Color_t2555686324 , float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___target0, ___endValue1, ___duration2, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // 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 = GenericInterfaceFuncInvoker3< TweenerCore_3_t745532282 *, Light_t3756812086 *, Color_t2555686324 , float >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___duration2); else result = GenericVirtFuncInvoker3< TweenerCore_3_t745532282 *, Light_t3756812086 *, Color_t2555686324 , float >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___duration2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< TweenerCore_3_t745532282 *, Light_t3756812086 *, Color_t2555686324 , float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___target0, ___endValue1, ___duration2); else result = VirtFuncInvoker3< TweenerCore_3_t745532282 *, Light_t3756812086 *, Color_t2555686324 , float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___target0, ___endValue1, ___duration2); } } else { typedef TweenerCore_3_t745532282 * (*FunctionPointerType) (void*, Light_t3756812086 *, Color_t2555686324 , float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___target0, ___endValue1, ___duration2, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker2< TweenerCore_3_t745532282 *, Color_t2555686324 , float >::Invoke(targetMethod, ___target0, ___endValue1, ___duration2); else result = GenericVirtFuncInvoker2< TweenerCore_3_t745532282 *, Color_t2555686324 , float >::Invoke(targetMethod, ___target0, ___endValue1, ___duration2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< TweenerCore_3_t745532282 *, Color_t2555686324 , float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___target0, ___endValue1, ___duration2); else result = VirtFuncInvoker2< TweenerCore_3_t745532282 *, Color_t2555686324 , float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___target0, ___endValue1, ___duration2); } } else { typedef TweenerCore_3_t745532282 * (*FunctionPointerType) (Light_t3756812086 *, Color_t2555686324 , float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___target0, ___endValue1, ___duration2, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE115::BeginInvoke(UnityEngine.Light,UnityEngine.Color,System.Single,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE115_BeginInvoke_m499974297 (__GEN_DELEGATE115_t651931153 * __this, Light_t3756812086 * ___target0, Color_t2555686324 ___endValue1, float ___duration2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE115_BeginInvoke_m499974297_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = ___target0; __d_args[1] = Box(Color_t2555686324_il2cpp_TypeInfo_var, &___endValue1); __d_args[2] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___duration2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE115::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t745532282 * __GEN_DELEGATE115_EndInvoke_m2811352523 (__GEN_DELEGATE115_t651931153 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (TweenerCore_3_t745532282 *)__result; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.InternalGlobals/__GEN_DELEGATE116::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE116__ctor_m2048418568 (__GEN_DELEGATE116_t651734545 * __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); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE116::Invoke(UnityEngine.Light,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t884556411 * __GEN_DELEGATE116_Invoke_m359506917 (__GEN_DELEGATE116_t651734545 * __this, Light_t3756812086 * ___target0, float ___endValue1, float ___duration2, const RuntimeMethod* method) { TweenerCore_3_t884556411 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE116_Invoke_m359506917((__GEN_DELEGATE116_t651734545 *)__this->get_prev_9(), ___target0, ___endValue1, ___duration2, 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) == 3) { // open { typedef TweenerCore_3_t884556411 * (*FunctionPointerType) (RuntimeObject *, Light_t3756812086 *, float, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___target0, ___endValue1, ___duration2, targetMethod); } } else { // closed { typedef TweenerCore_3_t884556411 * (*FunctionPointerType) (RuntimeObject *, void*, Light_t3756812086 *, float, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___target0, ___endValue1, ___duration2, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // 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 = GenericInterfaceFuncInvoker3< TweenerCore_3_t884556411 *, Light_t3756812086 *, float, float >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___duration2); else result = GenericVirtFuncInvoker3< TweenerCore_3_t884556411 *, Light_t3756812086 *, float, float >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___duration2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< TweenerCore_3_t884556411 *, Light_t3756812086 *, float, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___target0, ___endValue1, ___duration2); else result = VirtFuncInvoker3< TweenerCore_3_t884556411 *, Light_t3756812086 *, float, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___target0, ___endValue1, ___duration2); } } else { typedef TweenerCore_3_t884556411 * (*FunctionPointerType) (void*, Light_t3756812086 *, float, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___target0, ___endValue1, ___duration2, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker2< TweenerCore_3_t884556411 *, float, float >::Invoke(targetMethod, ___target0, ___endValue1, ___duration2); else result = GenericVirtFuncInvoker2< TweenerCore_3_t884556411 *, float, float >::Invoke(targetMethod, ___target0, ___endValue1, ___duration2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< TweenerCore_3_t884556411 *, float, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___target0, ___endValue1, ___duration2); else result = VirtFuncInvoker2< TweenerCore_3_t884556411 *, float, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___target0, ___endValue1, ___duration2); } } else { typedef TweenerCore_3_t884556411 * (*FunctionPointerType) (Light_t3756812086 *, float, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___target0, ___endValue1, ___duration2, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE116::BeginInvoke(UnityEngine.Light,System.Single,System.Single,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE116_BeginInvoke_m496591889 (__GEN_DELEGATE116_t651734545 * __this, Light_t3756812086 * ___target0, float ___endValue1, float ___duration2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE116_BeginInvoke_m496591889_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = ___target0; __d_args[1] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___endValue1); __d_args[2] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___duration2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE116::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t884556411 * __GEN_DELEGATE116_EndInvoke_m1654116207 (__GEN_DELEGATE116_t651734545 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (TweenerCore_3_t884556411 *)__result; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.InternalGlobals/__GEN_DELEGATE117::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE117__ctor_m826576988 (__GEN_DELEGATE117_t651800081 * __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); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE117::Invoke(UnityEngine.Light,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t884556411 * __GEN_DELEGATE117_Invoke_m2016540233 (__GEN_DELEGATE117_t651800081 * __this, Light_t3756812086 * ___target0, float ___endValue1, float ___duration2, const RuntimeMethod* method) { TweenerCore_3_t884556411 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE117_Invoke_m2016540233((__GEN_DELEGATE117_t651800081 *)__this->get_prev_9(), ___target0, ___endValue1, ___duration2, 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) == 3) { // open { typedef TweenerCore_3_t884556411 * (*FunctionPointerType) (RuntimeObject *, Light_t3756812086 *, float, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___target0, ___endValue1, ___duration2, targetMethod); } } else { // closed { typedef TweenerCore_3_t884556411 * (*FunctionPointerType) (RuntimeObject *, void*, Light_t3756812086 *, float, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___target0, ___endValue1, ___duration2, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // 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 = GenericInterfaceFuncInvoker3< TweenerCore_3_t884556411 *, Light_t3756812086 *, float, float >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___duration2); else result = GenericVirtFuncInvoker3< TweenerCore_3_t884556411 *, Light_t3756812086 *, float, float >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___duration2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< TweenerCore_3_t884556411 *, Light_t3756812086 *, float, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___target0, ___endValue1, ___duration2); else result = VirtFuncInvoker3< TweenerCore_3_t884556411 *, Light_t3756812086 *, float, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___target0, ___endValue1, ___duration2); } } else { typedef TweenerCore_3_t884556411 * (*FunctionPointerType) (void*, Light_t3756812086 *, float, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___target0, ___endValue1, ___duration2, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker2< TweenerCore_3_t884556411 *, float, float >::Invoke(targetMethod, ___target0, ___endValue1, ___duration2); else result = GenericVirtFuncInvoker2< TweenerCore_3_t884556411 *, float, float >::Invoke(targetMethod, ___target0, ___endValue1, ___duration2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< TweenerCore_3_t884556411 *, float, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___target0, ___endValue1, ___duration2); else result = VirtFuncInvoker2< TweenerCore_3_t884556411 *, float, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___target0, ___endValue1, ___duration2); } } else { typedef TweenerCore_3_t884556411 * (*FunctionPointerType) (Light_t3756812086 *, float, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___target0, ___endValue1, ___duration2, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE117::BeginInvoke(UnityEngine.Light,System.Single,System.Single,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE117_BeginInvoke_m1303796718 (__GEN_DELEGATE117_t651800081 * __this, Light_t3756812086 * ___target0, float ___endValue1, float ___duration2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE117_BeginInvoke_m1303796718_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = ___target0; __d_args[1] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___endValue1); __d_args[2] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___duration2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE117::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t884556411 * __GEN_DELEGATE117_EndInvoke_m651078433 (__GEN_DELEGATE117_t651800081 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (TweenerCore_3_t884556411 *)__result; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.InternalGlobals/__GEN_DELEGATE118::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE118__ctor_m449588649 (__GEN_DELEGATE118_t652127761 * __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); } // DG.Tweening.Tweener XLua.InternalGlobals/__GEN_DELEGATE118::Invoke(UnityEngine.LineRenderer,DG.Tweening.Color2,DG.Tweening.Color2,System.Single) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE118_Invoke_m68718618 (__GEN_DELEGATE118_t652127761 * __this, LineRenderer_t3154350270 * ___target0, Color2_t3097643075 ___startValue1, Color2_t3097643075 ___endValue2, float ___duration3, const RuntimeMethod* method) { Tweener_t436044680 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE118_Invoke_m68718618((__GEN_DELEGATE118_t652127761 *)__this->get_prev_9(), ___target0, ___startValue1, ___endValue2, ___duration3, 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 Tweener_t436044680 * (*FunctionPointerType) (RuntimeObject *, LineRenderer_t3154350270 *, Color2_t3097643075 , Color2_t3097643075 , float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___target0, ___startValue1, ___endValue2, ___duration3, targetMethod); } } else { // closed { typedef Tweener_t436044680 * (*FunctionPointerType) (RuntimeObject *, void*, LineRenderer_t3154350270 *, Color2_t3097643075 , Color2_t3097643075 , float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___target0, ___startValue1, ___endValue2, ___duration3, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 4) { // 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< Tweener_t436044680 *, LineRenderer_t3154350270 *, Color2_t3097643075 , Color2_t3097643075 , float >::Invoke(targetMethod, targetThis, ___target0, ___startValue1, ___endValue2, ___duration3); else result = GenericVirtFuncInvoker4< Tweener_t436044680 *, LineRenderer_t3154350270 *, Color2_t3097643075 , Color2_t3097643075 , float >::Invoke(targetMethod, targetThis, ___target0, ___startValue1, ___endValue2, ___duration3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker4< Tweener_t436044680 *, LineRenderer_t3154350270 *, Color2_t3097643075 , Color2_t3097643075 , float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___target0, ___startValue1, ___endValue2, ___duration3); else result = VirtFuncInvoker4< Tweener_t436044680 *, LineRenderer_t3154350270 *, Color2_t3097643075 , Color2_t3097643075 , float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___target0, ___startValue1, ___endValue2, ___duration3); } } else { typedef Tweener_t436044680 * (*FunctionPointerType) (void*, LineRenderer_t3154350270 *, Color2_t3097643075 , Color2_t3097643075 , float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___target0, ___startValue1, ___endValue2, ___duration3, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker3< Tweener_t436044680 *, Color2_t3097643075 , Color2_t3097643075 , float >::Invoke(targetMethod, ___target0, ___startValue1, ___endValue2, ___duration3); else result = GenericVirtFuncInvoker3< Tweener_t436044680 *, Color2_t3097643075 , Color2_t3097643075 , float >::Invoke(targetMethod, ___target0, ___startValue1, ___endValue2, ___duration3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< Tweener_t436044680 *, Color2_t3097643075 , Color2_t3097643075 , float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___target0, ___startValue1, ___endValue2, ___duration3); else result = VirtFuncInvoker3< Tweener_t436044680 *, Color2_t3097643075 , Color2_t3097643075 , float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___target0, ___startValue1, ___endValue2, ___duration3); } } else { typedef Tweener_t436044680 * (*FunctionPointerType) (LineRenderer_t3154350270 *, Color2_t3097643075 , Color2_t3097643075 , float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___target0, ___startValue1, ___endValue2, ___duration3, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE118::BeginInvoke(UnityEngine.LineRenderer,DG.Tweening.Color2,DG.Tweening.Color2,System.Single,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE118_BeginInvoke_m3906148269 (__GEN_DELEGATE118_t652127761 * __this, LineRenderer_t3154350270 * ___target0, Color2_t3097643075 ___startValue1, Color2_t3097643075 ___endValue2, float ___duration3, AsyncCallback_t3962456242 * ___callback4, RuntimeObject * ___object5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE118_BeginInvoke_m3906148269_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[5] = {0}; __d_args[0] = ___target0; __d_args[1] = Box(Color2_t3097643075_il2cpp_TypeInfo_var, &___startValue1); __d_args[2] = Box(Color2_t3097643075_il2cpp_TypeInfo_var, &___endValue2); __d_args[3] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___duration3); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback4, (RuntimeObject*)___object5); } // DG.Tweening.Tweener XLua.InternalGlobals/__GEN_DELEGATE118::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE118_EndInvoke_m1347822770 (__GEN_DELEGATE118_t652127761 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (Tweener_t436044680 *)__result; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.InternalGlobals/__GEN_DELEGATE119::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE119__ctor_m2625053467 (__GEN_DELEGATE119_t652193297 * __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); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE119::Invoke(UnityEngine.Material,UnityEngine.Color,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t745532282 * __GEN_DELEGATE119_Invoke_m857680924 (__GEN_DELEGATE119_t652193297 * __this, Material_t340375123 * ___target0, Color_t2555686324 ___endValue1, float ___duration2, const RuntimeMethod* method) { TweenerCore_3_t745532282 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE119_Invoke_m857680924((__GEN_DELEGATE119_t652193297 *)__this->get_prev_9(), ___target0, ___endValue1, ___duration2, 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) == 3) { // open { typedef TweenerCore_3_t745532282 * (*FunctionPointerType) (RuntimeObject *, Material_t340375123 *, Color_t2555686324 , float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___target0, ___endValue1, ___duration2, targetMethod); } } else { // closed { typedef TweenerCore_3_t745532282 * (*FunctionPointerType) (RuntimeObject *, void*, Material_t340375123 *, Color_t2555686324 , float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___target0, ___endValue1, ___duration2, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // 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 = GenericInterfaceFuncInvoker3< TweenerCore_3_t745532282 *, Material_t340375123 *, Color_t2555686324 , float >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___duration2); else result = GenericVirtFuncInvoker3< TweenerCore_3_t745532282 *, Material_t340375123 *, Color_t2555686324 , float >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___duration2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< TweenerCore_3_t745532282 *, Material_t340375123 *, Color_t2555686324 , float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___target0, ___endValue1, ___duration2); else result = VirtFuncInvoker3< TweenerCore_3_t745532282 *, Material_t340375123 *, Color_t2555686324 , float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___target0, ___endValue1, ___duration2); } } else { typedef TweenerCore_3_t745532282 * (*FunctionPointerType) (void*, Material_t340375123 *, Color_t2555686324 , float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___target0, ___endValue1, ___duration2, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker2< TweenerCore_3_t745532282 *, Color_t2555686324 , float >::Invoke(targetMethod, ___target0, ___endValue1, ___duration2); else result = GenericVirtFuncInvoker2< TweenerCore_3_t745532282 *, Color_t2555686324 , float >::Invoke(targetMethod, ___target0, ___endValue1, ___duration2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< TweenerCore_3_t745532282 *, Color_t2555686324 , float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___target0, ___endValue1, ___duration2); else result = VirtFuncInvoker2< TweenerCore_3_t745532282 *, Color_t2555686324 , float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___target0, ___endValue1, ___duration2); } } else { typedef TweenerCore_3_t745532282 * (*FunctionPointerType) (Material_t340375123 *, Color_t2555686324 , float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___target0, ___endValue1, ___duration2, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE119::BeginInvoke(UnityEngine.Material,UnityEngine.Color,System.Single,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE119_BeginInvoke_m362494598 (__GEN_DELEGATE119_t652193297 * __this, Material_t340375123 * ___target0, Color_t2555686324 ___endValue1, float ___duration2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE119_BeginInvoke_m362494598_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = ___target0; __d_args[1] = Box(Color_t2555686324_il2cpp_TypeInfo_var, &___endValue1); __d_args[2] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___duration2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE119::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t745532282 * __GEN_DELEGATE119_EndInvoke_m1235684419 (__GEN_DELEGATE119_t652193297 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (TweenerCore_3_t745532282 *)__result; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.InternalGlobals/__GEN_DELEGATE12::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE12__ctor_m577321412 (__GEN_DELEGATE12_t654749202 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void XLua.InternalGlobals/__GEN_DELEGATE12::Invoke(DG.Tweening.Tween) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE12_Invoke_m2214607504 (__GEN_DELEGATE12_t654749202 * __this, Tween_t2342918553 * ___t0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { __GEN_DELEGATE12_Invoke_m2214607504((__GEN_DELEGATE12_t654749202 *)__this->get_prev_9(), ___t0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, Tween_t2342918553 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___t0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, Tween_t2342918553 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___t0, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< Tween_t2342918553 * >::Invoke(targetMethod, targetThis, ___t0); else GenericVirtActionInvoker1< Tween_t2342918553 * >::Invoke(targetMethod, targetThis, ___t0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< Tween_t2342918553 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___t0); else VirtActionInvoker1< Tween_t2342918553 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___t0); } } else { typedef void (*FunctionPointerType) (void*, Tween_t2342918553 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___t0, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker0::Invoke(targetMethod, ___t0); else GenericVirtActionInvoker0::Invoke(targetMethod, ___t0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___t0); else VirtActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___t0); } } else { typedef void (*FunctionPointerType) (Tween_t2342918553 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___t0, targetMethod); } } } } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE12::BeginInvoke(DG.Tweening.Tween,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE12_BeginInvoke_m1401667087 (__GEN_DELEGATE12_t654749202 * __this, Tween_t2342918553 * ___t0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { void *__d_args[2] = {0}; __d_args[0] = ___t0; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void XLua.InternalGlobals/__GEN_DELEGATE12::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE12_EndInvoke_m191786957 (__GEN_DELEGATE12_t654749202 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.InternalGlobals/__GEN_DELEGATE120::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE120__ctor_m3545614307 (__GEN_DELEGATE120_t651603474 * __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); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE120::Invoke(UnityEngine.Material,UnityEngine.Color,System.String,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t745532282 * __GEN_DELEGATE120_Invoke_m1284535440 (__GEN_DELEGATE120_t651603474 * __this, Material_t340375123 * ___target0, Color_t2555686324 ___endValue1, String_t* ___property2, float ___duration3, const RuntimeMethod* method) { TweenerCore_3_t745532282 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE120_Invoke_m1284535440((__GEN_DELEGATE120_t651603474 *)__this->get_prev_9(), ___target0, ___endValue1, ___property2, ___duration3, 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 TweenerCore_3_t745532282 * (*FunctionPointerType) (RuntimeObject *, Material_t340375123 *, Color_t2555686324 , String_t*, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___target0, ___endValue1, ___property2, ___duration3, targetMethod); } } else { // closed { typedef TweenerCore_3_t745532282 * (*FunctionPointerType) (RuntimeObject *, void*, Material_t340375123 *, Color_t2555686324 , String_t*, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___target0, ___endValue1, ___property2, ___duration3, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 4) { // 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< TweenerCore_3_t745532282 *, Material_t340375123 *, Color_t2555686324 , String_t*, float >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___property2, ___duration3); else result = GenericVirtFuncInvoker4< TweenerCore_3_t745532282 *, Material_t340375123 *, Color_t2555686324 , String_t*, float >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___property2, ___duration3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker4< TweenerCore_3_t745532282 *, Material_t340375123 *, Color_t2555686324 , String_t*, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___target0, ___endValue1, ___property2, ___duration3); else result = VirtFuncInvoker4< TweenerCore_3_t745532282 *, Material_t340375123 *, Color_t2555686324 , String_t*, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___target0, ___endValue1, ___property2, ___duration3); } } else { typedef TweenerCore_3_t745532282 * (*FunctionPointerType) (void*, Material_t340375123 *, Color_t2555686324 , String_t*, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___target0, ___endValue1, ___property2, ___duration3, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker3< TweenerCore_3_t745532282 *, Color_t2555686324 , String_t*, float >::Invoke(targetMethod, ___target0, ___endValue1, ___property2, ___duration3); else result = GenericVirtFuncInvoker3< TweenerCore_3_t745532282 *, Color_t2555686324 , String_t*, float >::Invoke(targetMethod, ___target0, ___endValue1, ___property2, ___duration3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< TweenerCore_3_t745532282 *, Color_t2555686324 , String_t*, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___target0, ___endValue1, ___property2, ___duration3); else result = VirtFuncInvoker3< TweenerCore_3_t745532282 *, Color_t2555686324 , String_t*, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___target0, ___endValue1, ___property2, ___duration3); } } else { typedef TweenerCore_3_t745532282 * (*FunctionPointerType) (Material_t340375123 *, Color_t2555686324 , String_t*, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___target0, ___endValue1, ___property2, ___duration3, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE120::BeginInvoke(UnityEngine.Material,UnityEngine.Color,System.String,System.Single,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE120_BeginInvoke_m1208094962 (__GEN_DELEGATE120_t651603474 * __this, Material_t340375123 * ___target0, Color_t2555686324 ___endValue1, String_t* ___property2, float ___duration3, AsyncCallback_t3962456242 * ___callback4, RuntimeObject * ___object5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE120_BeginInvoke_m1208094962_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[5] = {0}; __d_args[0] = ___target0; __d_args[1] = Box(Color_t2555686324_il2cpp_TypeInfo_var, &___endValue1); __d_args[2] = ___property2; __d_args[3] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___duration3); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback4, (RuntimeObject*)___object5); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE120::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t745532282 * __GEN_DELEGATE120_EndInvoke_m4132265820 (__GEN_DELEGATE120_t651603474 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (TweenerCore_3_t745532282 *)__result; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.InternalGlobals/__GEN_DELEGATE121::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE121__ctor_m3538630525 (__GEN_DELEGATE121_t651669010 * __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); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE121::Invoke(UnityEngine.Material,UnityEngine.Color,System.Int32,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t745532282 * __GEN_DELEGATE121_Invoke_m3446246890 (__GEN_DELEGATE121_t651669010 * __this, Material_t340375123 * ___target0, Color_t2555686324 ___endValue1, int32_t ___propertyID2, float ___duration3, const RuntimeMethod* method) { TweenerCore_3_t745532282 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE121_Invoke_m3446246890((__GEN_DELEGATE121_t651669010 *)__this->get_prev_9(), ___target0, ___endValue1, ___propertyID2, ___duration3, 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 TweenerCore_3_t745532282 * (*FunctionPointerType) (RuntimeObject *, Material_t340375123 *, Color_t2555686324 , int32_t, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___target0, ___endValue1, ___propertyID2, ___duration3, targetMethod); } } else { // closed { typedef TweenerCore_3_t745532282 * (*FunctionPointerType) (RuntimeObject *, void*, Material_t340375123 *, Color_t2555686324 , int32_t, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___target0, ___endValue1, ___propertyID2, ___duration3, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 4) { // 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< TweenerCore_3_t745532282 *, Material_t340375123 *, Color_t2555686324 , int32_t, float >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___propertyID2, ___duration3); else result = GenericVirtFuncInvoker4< TweenerCore_3_t745532282 *, Material_t340375123 *, Color_t2555686324 , int32_t, float >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___propertyID2, ___duration3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker4< TweenerCore_3_t745532282 *, Material_t340375123 *, Color_t2555686324 , int32_t, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___target0, ___endValue1, ___propertyID2, ___duration3); else result = VirtFuncInvoker4< TweenerCore_3_t745532282 *, Material_t340375123 *, Color_t2555686324 , int32_t, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___target0, ___endValue1, ___propertyID2, ___duration3); } } else { typedef TweenerCore_3_t745532282 * (*FunctionPointerType) (void*, Material_t340375123 *, Color_t2555686324 , int32_t, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___target0, ___endValue1, ___propertyID2, ___duration3, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker3< TweenerCore_3_t745532282 *, Color_t2555686324 , int32_t, float >::Invoke(targetMethod, ___target0, ___endValue1, ___propertyID2, ___duration3); else result = GenericVirtFuncInvoker3< TweenerCore_3_t745532282 *, Color_t2555686324 , int32_t, float >::Invoke(targetMethod, ___target0, ___endValue1, ___propertyID2, ___duration3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< TweenerCore_3_t745532282 *, Color_t2555686324 , int32_t, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___target0, ___endValue1, ___propertyID2, ___duration3); else result = VirtFuncInvoker3< TweenerCore_3_t745532282 *, Color_t2555686324 , int32_t, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___target0, ___endValue1, ___propertyID2, ___duration3); } } else { typedef TweenerCore_3_t745532282 * (*FunctionPointerType) (Material_t340375123 *, Color_t2555686324 , int32_t, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___target0, ___endValue1, ___propertyID2, ___duration3, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE121::BeginInvoke(UnityEngine.Material,UnityEngine.Color,System.Int32,System.Single,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE121_BeginInvoke_m2626781347 (__GEN_DELEGATE121_t651669010 * __this, Material_t340375123 * ___target0, Color_t2555686324 ___endValue1, int32_t ___propertyID2, float ___duration3, AsyncCallback_t3962456242 * ___callback4, RuntimeObject * ___object5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE121_BeginInvoke_m2626781347_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[5] = {0}; __d_args[0] = ___target0; __d_args[1] = Box(Color_t2555686324_il2cpp_TypeInfo_var, &___endValue1); __d_args[2] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___propertyID2); __d_args[3] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___duration3); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback4, (RuntimeObject*)___object5); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE121::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t745532282 * __GEN_DELEGATE121_EndInvoke_m3686523333 (__GEN_DELEGATE121_t651669010 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (TweenerCore_3_t745532282 *)__result; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.InternalGlobals/__GEN_DELEGATE122::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE122__ctor_m3019775361 (__GEN_DELEGATE122_t651472402 * __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); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE122::Invoke(UnityEngine.Material,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t745532282 * __GEN_DELEGATE122_Invoke_m570239084 (__GEN_DELEGATE122_t651472402 * __this, Material_t340375123 * ___target0, float ___endValue1, float ___duration2, const RuntimeMethod* method) { TweenerCore_3_t745532282 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE122_Invoke_m570239084((__GEN_DELEGATE122_t651472402 *)__this->get_prev_9(), ___target0, ___endValue1, ___duration2, 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) == 3) { // open { typedef TweenerCore_3_t745532282 * (*FunctionPointerType) (RuntimeObject *, Material_t340375123 *, float, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___target0, ___endValue1, ___duration2, targetMethod); } } else { // closed { typedef TweenerCore_3_t745532282 * (*FunctionPointerType) (RuntimeObject *, void*, Material_t340375123 *, float, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___target0, ___endValue1, ___duration2, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // 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 = GenericInterfaceFuncInvoker3< TweenerCore_3_t745532282 *, Material_t340375123 *, float, float >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___duration2); else result = GenericVirtFuncInvoker3< TweenerCore_3_t745532282 *, Material_t340375123 *, float, float >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___duration2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< TweenerCore_3_t745532282 *, Material_t340375123 *, float, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___target0, ___endValue1, ___duration2); else result = VirtFuncInvoker3< TweenerCore_3_t745532282 *, Material_t340375123 *, float, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___target0, ___endValue1, ___duration2); } } else { typedef TweenerCore_3_t745532282 * (*FunctionPointerType) (void*, Material_t340375123 *, float, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___target0, ___endValue1, ___duration2, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker2< TweenerCore_3_t745532282 *, float, float >::Invoke(targetMethod, ___target0, ___endValue1, ___duration2); else result = GenericVirtFuncInvoker2< TweenerCore_3_t745532282 *, float, float >::Invoke(targetMethod, ___target0, ___endValue1, ___duration2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< TweenerCore_3_t745532282 *, float, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___target0, ___endValue1, ___duration2); else result = VirtFuncInvoker2< TweenerCore_3_t745532282 *, float, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___target0, ___endValue1, ___duration2); } } else { typedef TweenerCore_3_t745532282 * (*FunctionPointerType) (Material_t340375123 *, float, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___target0, ___endValue1, ___duration2, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE122::BeginInvoke(UnityEngine.Material,System.Single,System.Single,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE122_BeginInvoke_m2532205586 (__GEN_DELEGATE122_t651472402 * __this, Material_t340375123 * ___target0, float ___endValue1, float ___duration2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE122_BeginInvoke_m2532205586_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = ___target0; __d_args[1] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___endValue1); __d_args[2] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___duration2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE122::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t745532282 * __GEN_DELEGATE122_EndInvoke_m1816396263 (__GEN_DELEGATE122_t651472402 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (TweenerCore_3_t745532282 *)__result; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.InternalGlobals/__GEN_DELEGATE123::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE123__ctor_m1968376220 (__GEN_DELEGATE123_t651537938 * __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); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE123::Invoke(UnityEngine.Material,System.Single,System.String,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t745532282 * __GEN_DELEGATE123_Invoke_m3267785580 (__GEN_DELEGATE123_t651537938 * __this, Material_t340375123 * ___target0, float ___endValue1, String_t* ___property2, float ___duration3, const RuntimeMethod* method) { TweenerCore_3_t745532282 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE123_Invoke_m3267785580((__GEN_DELEGATE123_t651537938 *)__this->get_prev_9(), ___target0, ___endValue1, ___property2, ___duration3, 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 TweenerCore_3_t745532282 * (*FunctionPointerType) (RuntimeObject *, Material_t340375123 *, float, String_t*, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___target0, ___endValue1, ___property2, ___duration3, targetMethod); } } else { // closed { typedef TweenerCore_3_t745532282 * (*FunctionPointerType) (RuntimeObject *, void*, Material_t340375123 *, float, String_t*, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___target0, ___endValue1, ___property2, ___duration3, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 4) { // 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< TweenerCore_3_t745532282 *, Material_t340375123 *, float, String_t*, float >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___property2, ___duration3); else result = GenericVirtFuncInvoker4< TweenerCore_3_t745532282 *, Material_t340375123 *, float, String_t*, float >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___property2, ___duration3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker4< TweenerCore_3_t745532282 *, Material_t340375123 *, float, String_t*, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___target0, ___endValue1, ___property2, ___duration3); else result = VirtFuncInvoker4< TweenerCore_3_t745532282 *, Material_t340375123 *, float, String_t*, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___target0, ___endValue1, ___property2, ___duration3); } } else { typedef TweenerCore_3_t745532282 * (*FunctionPointerType) (void*, Material_t340375123 *, float, String_t*, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___target0, ___endValue1, ___property2, ___duration3, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker3< TweenerCore_3_t745532282 *, float, String_t*, float >::Invoke(targetMethod, ___target0, ___endValue1, ___property2, ___duration3); else result = GenericVirtFuncInvoker3< TweenerCore_3_t745532282 *, float, String_t*, float >::Invoke(targetMethod, ___target0, ___endValue1, ___property2, ___duration3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< TweenerCore_3_t745532282 *, float, String_t*, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___target0, ___endValue1, ___property2, ___duration3); else result = VirtFuncInvoker3< TweenerCore_3_t745532282 *, float, String_t*, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___target0, ___endValue1, ___property2, ___duration3); } } else { typedef TweenerCore_3_t745532282 * (*FunctionPointerType) (Material_t340375123 *, float, String_t*, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___target0, ___endValue1, ___property2, ___duration3, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE123::BeginInvoke(UnityEngine.Material,System.Single,System.String,System.Single,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE123_BeginInvoke_m4146946904 (__GEN_DELEGATE123_t651537938 * __this, Material_t340375123 * ___target0, float ___endValue1, String_t* ___property2, float ___duration3, AsyncCallback_t3962456242 * ___callback4, RuntimeObject * ___object5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE123_BeginInvoke_m4146946904_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[5] = {0}; __d_args[0] = ___target0; __d_args[1] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___endValue1); __d_args[2] = ___property2; __d_args[3] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___duration3); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback4, (RuntimeObject*)___object5); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE123::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t745532282 * __GEN_DELEGATE123_EndInvoke_m3968249351 (__GEN_DELEGATE123_t651537938 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (TweenerCore_3_t745532282 *)__result; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.InternalGlobals/__GEN_DELEGATE124::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE124__ctor_m3075843029 (__GEN_DELEGATE124_t651865618 * __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); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE124::Invoke(UnityEngine.Material,System.Single,System.Int32,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t745532282 * __GEN_DELEGATE124_Invoke_m2853328532 (__GEN_DELEGATE124_t651865618 * __this, Material_t340375123 * ___target0, float ___endValue1, int32_t ___propertyID2, float ___duration3, const RuntimeMethod* method) { TweenerCore_3_t745532282 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE124_Invoke_m2853328532((__GEN_DELEGATE124_t651865618 *)__this->get_prev_9(), ___target0, ___endValue1, ___propertyID2, ___duration3, 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 TweenerCore_3_t745532282 * (*FunctionPointerType) (RuntimeObject *, Material_t340375123 *, float, int32_t, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___target0, ___endValue1, ___propertyID2, ___duration3, targetMethod); } } else { // closed { typedef TweenerCore_3_t745532282 * (*FunctionPointerType) (RuntimeObject *, void*, Material_t340375123 *, float, int32_t, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___target0, ___endValue1, ___propertyID2, ___duration3, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 4) { // 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< TweenerCore_3_t745532282 *, Material_t340375123 *, float, int32_t, float >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___propertyID2, ___duration3); else result = GenericVirtFuncInvoker4< TweenerCore_3_t745532282 *, Material_t340375123 *, float, int32_t, float >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___propertyID2, ___duration3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker4< TweenerCore_3_t745532282 *, Material_t340375123 *, float, int32_t, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___target0, ___endValue1, ___propertyID2, ___duration3); else result = VirtFuncInvoker4< TweenerCore_3_t745532282 *, Material_t340375123 *, float, int32_t, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___target0, ___endValue1, ___propertyID2, ___duration3); } } else { typedef TweenerCore_3_t745532282 * (*FunctionPointerType) (void*, Material_t340375123 *, float, int32_t, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___target0, ___endValue1, ___propertyID2, ___duration3, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker3< TweenerCore_3_t745532282 *, float, int32_t, float >::Invoke(targetMethod, ___target0, ___endValue1, ___propertyID2, ___duration3); else result = GenericVirtFuncInvoker3< TweenerCore_3_t745532282 *, float, int32_t, float >::Invoke(targetMethod, ___target0, ___endValue1, ___propertyID2, ___duration3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< TweenerCore_3_t745532282 *, float, int32_t, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___target0, ___endValue1, ___propertyID2, ___duration3); else result = VirtFuncInvoker3< TweenerCore_3_t745532282 *, float, int32_t, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___target0, ___endValue1, ___propertyID2, ___duration3); } } else { typedef TweenerCore_3_t745532282 * (*FunctionPointerType) (Material_t340375123 *, float, int32_t, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___target0, ___endValue1, ___propertyID2, ___duration3, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE124::BeginInvoke(UnityEngine.Material,System.Single,System.Int32,System.Single,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE124_BeginInvoke_m111248117 (__GEN_DELEGATE124_t651865618 * __this, Material_t340375123 * ___target0, float ___endValue1, int32_t ___propertyID2, float ___duration3, AsyncCallback_t3962456242 * ___callback4, RuntimeObject * ___object5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE124_BeginInvoke_m111248117_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[5] = {0}; __d_args[0] = ___target0; __d_args[1] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___endValue1); __d_args[2] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___propertyID2); __d_args[3] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___duration3); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback4, (RuntimeObject*)___object5); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE124::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t745532282 * __GEN_DELEGATE124_EndInvoke_m1546376027 (__GEN_DELEGATE124_t651865618 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (TweenerCore_3_t745532282 *)__result; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.InternalGlobals/__GEN_DELEGATE125::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE125__ctor_m1705603229 (__GEN_DELEGATE125_t651931154 * __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); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE125::Invoke(UnityEngine.Material,System.Single,System.String,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t884556411 * __GEN_DELEGATE125_Invoke_m3874005766 (__GEN_DELEGATE125_t651931154 * __this, Material_t340375123 * ___target0, float ___endValue1, String_t* ___property2, float ___duration3, const RuntimeMethod* method) { TweenerCore_3_t884556411 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE125_Invoke_m3874005766((__GEN_DELEGATE125_t651931154 *)__this->get_prev_9(), ___target0, ___endValue1, ___property2, ___duration3, 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 TweenerCore_3_t884556411 * (*FunctionPointerType) (RuntimeObject *, Material_t340375123 *, float, String_t*, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___target0, ___endValue1, ___property2, ___duration3, targetMethod); } } else { // closed { typedef TweenerCore_3_t884556411 * (*FunctionPointerType) (RuntimeObject *, void*, Material_t340375123 *, float, String_t*, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___target0, ___endValue1, ___property2, ___duration3, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 4) { // 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< TweenerCore_3_t884556411 *, Material_t340375123 *, float, String_t*, float >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___property2, ___duration3); else result = GenericVirtFuncInvoker4< TweenerCore_3_t884556411 *, Material_t340375123 *, float, String_t*, float >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___property2, ___duration3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker4< TweenerCore_3_t884556411 *, Material_t340375123 *, float, String_t*, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___target0, ___endValue1, ___property2, ___duration3); else result = VirtFuncInvoker4< TweenerCore_3_t884556411 *, Material_t340375123 *, float, String_t*, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___target0, ___endValue1, ___property2, ___duration3); } } else { typedef TweenerCore_3_t884556411 * (*FunctionPointerType) (void*, Material_t340375123 *, float, String_t*, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___target0, ___endValue1, ___property2, ___duration3, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker3< TweenerCore_3_t884556411 *, float, String_t*, float >::Invoke(targetMethod, ___target0, ___endValue1, ___property2, ___duration3); else result = GenericVirtFuncInvoker3< TweenerCore_3_t884556411 *, float, String_t*, float >::Invoke(targetMethod, ___target0, ___endValue1, ___property2, ___duration3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< TweenerCore_3_t884556411 *, float, String_t*, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___target0, ___endValue1, ___property2, ___duration3); else result = VirtFuncInvoker3< TweenerCore_3_t884556411 *, float, String_t*, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___target0, ___endValue1, ___property2, ___duration3); } } else { typedef TweenerCore_3_t884556411 * (*FunctionPointerType) (Material_t340375123 *, float, String_t*, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___target0, ___endValue1, ___property2, ___duration3, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE125::BeginInvoke(UnityEngine.Material,System.Single,System.String,System.Single,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE125_BeginInvoke_m811294356 (__GEN_DELEGATE125_t651931154 * __this, Material_t340375123 * ___target0, float ___endValue1, String_t* ___property2, float ___duration3, AsyncCallback_t3962456242 * ___callback4, RuntimeObject * ___object5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE125_BeginInvoke_m811294356_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[5] = {0}; __d_args[0] = ___target0; __d_args[1] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___endValue1); __d_args[2] = ___property2; __d_args[3] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___duration3); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback4, (RuntimeObject*)___object5); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE125::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t884556411 * __GEN_DELEGATE125_EndInvoke_m2982834356 (__GEN_DELEGATE125_t651931154 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (TweenerCore_3_t884556411 *)__result; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.InternalGlobals/__GEN_DELEGATE126::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE126__ctor_m1118837622 (__GEN_DELEGATE126_t651734546 * __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); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE126::Invoke(UnityEngine.Material,System.Single,System.Int32,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t884556411 * __GEN_DELEGATE126_Invoke_m2071864806 (__GEN_DELEGATE126_t651734546 * __this, Material_t340375123 * ___target0, float ___endValue1, int32_t ___propertyID2, float ___duration3, const RuntimeMethod* method) { TweenerCore_3_t884556411 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE126_Invoke_m2071864806((__GEN_DELEGATE126_t651734546 *)__this->get_prev_9(), ___target0, ___endValue1, ___propertyID2, ___duration3, 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 TweenerCore_3_t884556411 * (*FunctionPointerType) (RuntimeObject *, Material_t340375123 *, float, int32_t, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___target0, ___endValue1, ___propertyID2, ___duration3, targetMethod); } } else { // closed { typedef TweenerCore_3_t884556411 * (*FunctionPointerType) (RuntimeObject *, void*, Material_t340375123 *, float, int32_t, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___target0, ___endValue1, ___propertyID2, ___duration3, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 4) { // 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< TweenerCore_3_t884556411 *, Material_t340375123 *, float, int32_t, float >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___propertyID2, ___duration3); else result = GenericVirtFuncInvoker4< TweenerCore_3_t884556411 *, Material_t340375123 *, float, int32_t, float >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___propertyID2, ___duration3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker4< TweenerCore_3_t884556411 *, Material_t340375123 *, float, int32_t, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___target0, ___endValue1, ___propertyID2, ___duration3); else result = VirtFuncInvoker4< TweenerCore_3_t884556411 *, Material_t340375123 *, float, int32_t, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___target0, ___endValue1, ___propertyID2, ___duration3); } } else { typedef TweenerCore_3_t884556411 * (*FunctionPointerType) (void*, Material_t340375123 *, float, int32_t, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___target0, ___endValue1, ___propertyID2, ___duration3, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker3< TweenerCore_3_t884556411 *, float, int32_t, float >::Invoke(targetMethod, ___target0, ___endValue1, ___propertyID2, ___duration3); else result = GenericVirtFuncInvoker3< TweenerCore_3_t884556411 *, float, int32_t, float >::Invoke(targetMethod, ___target0, ___endValue1, ___propertyID2, ___duration3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< TweenerCore_3_t884556411 *, float, int32_t, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___target0, ___endValue1, ___propertyID2, ___duration3); else result = VirtFuncInvoker3< TweenerCore_3_t884556411 *, float, int32_t, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___target0, ___endValue1, ___propertyID2, ___duration3); } } else { typedef TweenerCore_3_t884556411 * (*FunctionPointerType) (Material_t340375123 *, float, int32_t, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___target0, ___endValue1, ___propertyID2, ___duration3, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE126::BeginInvoke(UnityEngine.Material,System.Single,System.Int32,System.Single,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE126_BeginInvoke_m2736750117 (__GEN_DELEGATE126_t651734546 * __this, Material_t340375123 * ___target0, float ___endValue1, int32_t ___propertyID2, float ___duration3, AsyncCallback_t3962456242 * ___callback4, RuntimeObject * ___object5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE126_BeginInvoke_m2736750117_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[5] = {0}; __d_args[0] = ___target0; __d_args[1] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___endValue1); __d_args[2] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___propertyID2); __d_args[3] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___duration3); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback4, (RuntimeObject*)___object5); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE126::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t884556411 * __GEN_DELEGATE126_EndInvoke_m740219510 (__GEN_DELEGATE126_t651734546 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (TweenerCore_3_t884556411 *)__result; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.InternalGlobals/__GEN_DELEGATE127::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE127__ctor_m3066794860 (__GEN_DELEGATE127_t651800082 * __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); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE127::Invoke(UnityEngine.Material,UnityEngine.Vector2,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t4006488229 * __GEN_DELEGATE127_Invoke_m2695768998 (__GEN_DELEGATE127_t651800082 * __this, Material_t340375123 * ___target0, Vector2_t2156229523 ___endValue1, float ___duration2, const RuntimeMethod* method) { TweenerCore_3_t4006488229 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE127_Invoke_m2695768998((__GEN_DELEGATE127_t651800082 *)__this->get_prev_9(), ___target0, ___endValue1, ___duration2, 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) == 3) { // open { typedef TweenerCore_3_t4006488229 * (*FunctionPointerType) (RuntimeObject *, Material_t340375123 *, Vector2_t2156229523 , float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___target0, ___endValue1, ___duration2, targetMethod); } } else { // closed { typedef TweenerCore_3_t4006488229 * (*FunctionPointerType) (RuntimeObject *, void*, Material_t340375123 *, Vector2_t2156229523 , float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___target0, ___endValue1, ___duration2, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // 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 = GenericInterfaceFuncInvoker3< TweenerCore_3_t4006488229 *, Material_t340375123 *, Vector2_t2156229523 , float >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___duration2); else result = GenericVirtFuncInvoker3< TweenerCore_3_t4006488229 *, Material_t340375123 *, Vector2_t2156229523 , float >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___duration2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< TweenerCore_3_t4006488229 *, Material_t340375123 *, Vector2_t2156229523 , float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___target0, ___endValue1, ___duration2); else result = VirtFuncInvoker3< TweenerCore_3_t4006488229 *, Material_t340375123 *, Vector2_t2156229523 , float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___target0, ___endValue1, ___duration2); } } else { typedef TweenerCore_3_t4006488229 * (*FunctionPointerType) (void*, Material_t340375123 *, Vector2_t2156229523 , float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___target0, ___endValue1, ___duration2, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker2< TweenerCore_3_t4006488229 *, Vector2_t2156229523 , float >::Invoke(targetMethod, ___target0, ___endValue1, ___duration2); else result = GenericVirtFuncInvoker2< TweenerCore_3_t4006488229 *, Vector2_t2156229523 , float >::Invoke(targetMethod, ___target0, ___endValue1, ___duration2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< TweenerCore_3_t4006488229 *, Vector2_t2156229523 , float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___target0, ___endValue1, ___duration2); else result = VirtFuncInvoker2< TweenerCore_3_t4006488229 *, Vector2_t2156229523 , float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___target0, ___endValue1, ___duration2); } } else { typedef TweenerCore_3_t4006488229 * (*FunctionPointerType) (Material_t340375123 *, Vector2_t2156229523 , float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___target0, ___endValue1, ___duration2, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE127::BeginInvoke(UnityEngine.Material,UnityEngine.Vector2,System.Single,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE127_BeginInvoke_m3895539283 (__GEN_DELEGATE127_t651800082 * __this, Material_t340375123 * ___target0, Vector2_t2156229523 ___endValue1, float ___duration2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE127_BeginInvoke_m3895539283_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = ___target0; __d_args[1] = Box(Vector2_t2156229523_il2cpp_TypeInfo_var, &___endValue1); __d_args[2] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___duration2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE127::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t4006488229 * __GEN_DELEGATE127_EndInvoke_m2959888809 (__GEN_DELEGATE127_t651800082 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (TweenerCore_3_t4006488229 *)__result; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.InternalGlobals/__GEN_DELEGATE128::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE128__ctor_m993255946 (__GEN_DELEGATE128_t652127762 * __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); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE128::Invoke(UnityEngine.Material,UnityEngine.Vector2,System.String,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t4006488229 * __GEN_DELEGATE128_Invoke_m3855900951 (__GEN_DELEGATE128_t652127762 * __this, Material_t340375123 * ___target0, Vector2_t2156229523 ___endValue1, String_t* ___property2, float ___duration3, const RuntimeMethod* method) { TweenerCore_3_t4006488229 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE128_Invoke_m3855900951((__GEN_DELEGATE128_t652127762 *)__this->get_prev_9(), ___target0, ___endValue1, ___property2, ___duration3, 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 TweenerCore_3_t4006488229 * (*FunctionPointerType) (RuntimeObject *, Material_t340375123 *, Vector2_t2156229523 , String_t*, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___target0, ___endValue1, ___property2, ___duration3, targetMethod); } } else { // closed { typedef TweenerCore_3_t4006488229 * (*FunctionPointerType) (RuntimeObject *, void*, Material_t340375123 *, Vector2_t2156229523 , String_t*, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___target0, ___endValue1, ___property2, ___duration3, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 4) { // 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< TweenerCore_3_t4006488229 *, Material_t340375123 *, Vector2_t2156229523 , String_t*, float >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___property2, ___duration3); else result = GenericVirtFuncInvoker4< TweenerCore_3_t4006488229 *, Material_t340375123 *, Vector2_t2156229523 , String_t*, float >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___property2, ___duration3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker4< TweenerCore_3_t4006488229 *, Material_t340375123 *, Vector2_t2156229523 , String_t*, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___target0, ___endValue1, ___property2, ___duration3); else result = VirtFuncInvoker4< TweenerCore_3_t4006488229 *, Material_t340375123 *, Vector2_t2156229523 , String_t*, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___target0, ___endValue1, ___property2, ___duration3); } } else { typedef TweenerCore_3_t4006488229 * (*FunctionPointerType) (void*, Material_t340375123 *, Vector2_t2156229523 , String_t*, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___target0, ___endValue1, ___property2, ___duration3, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker3< TweenerCore_3_t4006488229 *, Vector2_t2156229523 , String_t*, float >::Invoke(targetMethod, ___target0, ___endValue1, ___property2, ___duration3); else result = GenericVirtFuncInvoker3< TweenerCore_3_t4006488229 *, Vector2_t2156229523 , String_t*, float >::Invoke(targetMethod, ___target0, ___endValue1, ___property2, ___duration3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< TweenerCore_3_t4006488229 *, Vector2_t2156229523 , String_t*, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___target0, ___endValue1, ___property2, ___duration3); else result = VirtFuncInvoker3< TweenerCore_3_t4006488229 *, Vector2_t2156229523 , String_t*, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___target0, ___endValue1, ___property2, ___duration3); } } else { typedef TweenerCore_3_t4006488229 * (*FunctionPointerType) (Material_t340375123 *, Vector2_t2156229523 , String_t*, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___target0, ___endValue1, ___property2, ___duration3, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE128::BeginInvoke(UnityEngine.Material,UnityEngine.Vector2,System.String,System.Single,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE128_BeginInvoke_m2406824745 (__GEN_DELEGATE128_t652127762 * __this, Material_t340375123 * ___target0, Vector2_t2156229523 ___endValue1, String_t* ___property2, float ___duration3, AsyncCallback_t3962456242 * ___callback4, RuntimeObject * ___object5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE128_BeginInvoke_m2406824745_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[5] = {0}; __d_args[0] = ___target0; __d_args[1] = Box(Vector2_t2156229523_il2cpp_TypeInfo_var, &___endValue1); __d_args[2] = ___property2; __d_args[3] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___duration3); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback4, (RuntimeObject*)___object5); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE128::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t4006488229 * __GEN_DELEGATE128_EndInvoke_m490738321 (__GEN_DELEGATE128_t652127762 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (TweenerCore_3_t4006488229 *)__result; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.InternalGlobals/__GEN_DELEGATE129::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE129__ctor_m1623567787 (__GEN_DELEGATE129_t652193298 * __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); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE129::Invoke(UnityEngine.Material,UnityEngine.Vector2,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t4006488229 * __GEN_DELEGATE129_Invoke_m572936423 (__GEN_DELEGATE129_t652193298 * __this, Material_t340375123 * ___target0, Vector2_t2156229523 ___endValue1, float ___duration2, const RuntimeMethod* method) { TweenerCore_3_t4006488229 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE129_Invoke_m572936423((__GEN_DELEGATE129_t652193298 *)__this->get_prev_9(), ___target0, ___endValue1, ___duration2, 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) == 3) { // open { typedef TweenerCore_3_t4006488229 * (*FunctionPointerType) (RuntimeObject *, Material_t340375123 *, Vector2_t2156229523 , float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___target0, ___endValue1, ___duration2, targetMethod); } } else { // closed { typedef TweenerCore_3_t4006488229 * (*FunctionPointerType) (RuntimeObject *, void*, Material_t340375123 *, Vector2_t2156229523 , float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___target0, ___endValue1, ___duration2, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // 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 = GenericInterfaceFuncInvoker3< TweenerCore_3_t4006488229 *, Material_t340375123 *, Vector2_t2156229523 , float >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___duration2); else result = GenericVirtFuncInvoker3< TweenerCore_3_t4006488229 *, Material_t340375123 *, Vector2_t2156229523 , float >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___duration2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< TweenerCore_3_t4006488229 *, Material_t340375123 *, Vector2_t2156229523 , float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___target0, ___endValue1, ___duration2); else result = VirtFuncInvoker3< TweenerCore_3_t4006488229 *, Material_t340375123 *, Vector2_t2156229523 , float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___target0, ___endValue1, ___duration2); } } else { typedef TweenerCore_3_t4006488229 * (*FunctionPointerType) (void*, Material_t340375123 *, Vector2_t2156229523 , float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___target0, ___endValue1, ___duration2, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker2< TweenerCore_3_t4006488229 *, Vector2_t2156229523 , float >::Invoke(targetMethod, ___target0, ___endValue1, ___duration2); else result = GenericVirtFuncInvoker2< TweenerCore_3_t4006488229 *, Vector2_t2156229523 , float >::Invoke(targetMethod, ___target0, ___endValue1, ___duration2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< TweenerCore_3_t4006488229 *, Vector2_t2156229523 , float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___target0, ___endValue1, ___duration2); else result = VirtFuncInvoker2< TweenerCore_3_t4006488229 *, Vector2_t2156229523 , float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___target0, ___endValue1, ___duration2); } } else { typedef TweenerCore_3_t4006488229 * (*FunctionPointerType) (Material_t340375123 *, Vector2_t2156229523 , float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___target0, ___endValue1, ___duration2, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE129::BeginInvoke(UnityEngine.Material,UnityEngine.Vector2,System.Single,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE129_BeginInvoke_m3889395411 (__GEN_DELEGATE129_t652193298 * __this, Material_t340375123 * ___target0, Vector2_t2156229523 ___endValue1, float ___duration2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE129_BeginInvoke_m3889395411_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = ___target0; __d_args[1] = Box(Vector2_t2156229523_il2cpp_TypeInfo_var, &___endValue1); __d_args[2] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___duration2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE129::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t4006488229 * __GEN_DELEGATE129_EndInvoke_m4137499558 (__GEN_DELEGATE129_t652193298 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (TweenerCore_3_t4006488229 *)__result; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.InternalGlobals/__GEN_DELEGATE13::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE13__ctor_m1606101651 (__GEN_DELEGATE13_t654749203 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void XLua.InternalGlobals/__GEN_DELEGATE13::Invoke(DG.Tweening.Tween) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE13_Invoke_m778740224 (__GEN_DELEGATE13_t654749203 * __this, Tween_t2342918553 * ___t0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { __GEN_DELEGATE13_Invoke_m778740224((__GEN_DELEGATE13_t654749203 *)__this->get_prev_9(), ___t0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, Tween_t2342918553 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___t0, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, Tween_t2342918553 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___t0, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< Tween_t2342918553 * >::Invoke(targetMethod, targetThis, ___t0); else GenericVirtActionInvoker1< Tween_t2342918553 * >::Invoke(targetMethod, targetThis, ___t0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< Tween_t2342918553 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___t0); else VirtActionInvoker1< Tween_t2342918553 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___t0); } } else { typedef void (*FunctionPointerType) (void*, Tween_t2342918553 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___t0, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker0::Invoke(targetMethod, ___t0); else GenericVirtActionInvoker0::Invoke(targetMethod, ___t0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___t0); else VirtActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___t0); } } else { typedef void (*FunctionPointerType) (Tween_t2342918553 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___t0, targetMethod); } } } } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE13::BeginInvoke(DG.Tweening.Tween,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE13_BeginInvoke_m2627710114 (__GEN_DELEGATE13_t654749203 * __this, Tween_t2342918553 * ___t0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { void *__d_args[2] = {0}; __d_args[0] = ___t0; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Void XLua.InternalGlobals/__GEN_DELEGATE13::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE13_EndInvoke_m1492796209 (__GEN_DELEGATE13_t654749203 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.InternalGlobals/__GEN_DELEGATE130::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE130__ctor_m1681048133 (__GEN_DELEGATE130_t651603475 * __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); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE130::Invoke(UnityEngine.Material,UnityEngine.Vector2,System.String,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t4006488229 * __GEN_DELEGATE130_Invoke_m3858029724 (__GEN_DELEGATE130_t651603475 * __this, Material_t340375123 * ___target0, Vector2_t2156229523 ___endValue1, String_t* ___property2, float ___duration3, const RuntimeMethod* method) { TweenerCore_3_t4006488229 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE130_Invoke_m3858029724((__GEN_DELEGATE130_t651603475 *)__this->get_prev_9(), ___target0, ___endValue1, ___property2, ___duration3, 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 TweenerCore_3_t4006488229 * (*FunctionPointerType) (RuntimeObject *, Material_t340375123 *, Vector2_t2156229523 , String_t*, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___target0, ___endValue1, ___property2, ___duration3, targetMethod); } } else { // closed { typedef TweenerCore_3_t4006488229 * (*FunctionPointerType) (RuntimeObject *, void*, Material_t340375123 *, Vector2_t2156229523 , String_t*, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___target0, ___endValue1, ___property2, ___duration3, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 4) { // 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< TweenerCore_3_t4006488229 *, Material_t340375123 *, Vector2_t2156229523 , String_t*, float >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___property2, ___duration3); else result = GenericVirtFuncInvoker4< TweenerCore_3_t4006488229 *, Material_t340375123 *, Vector2_t2156229523 , String_t*, float >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___property2, ___duration3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker4< TweenerCore_3_t4006488229 *, Material_t340375123 *, Vector2_t2156229523 , String_t*, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___target0, ___endValue1, ___property2, ___duration3); else result = VirtFuncInvoker4< TweenerCore_3_t4006488229 *, Material_t340375123 *, Vector2_t2156229523 , String_t*, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___target0, ___endValue1, ___property2, ___duration3); } } else { typedef TweenerCore_3_t4006488229 * (*FunctionPointerType) (void*, Material_t340375123 *, Vector2_t2156229523 , String_t*, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___target0, ___endValue1, ___property2, ___duration3, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker3< TweenerCore_3_t4006488229 *, Vector2_t2156229523 , String_t*, float >::Invoke(targetMethod, ___target0, ___endValue1, ___property2, ___duration3); else result = GenericVirtFuncInvoker3< TweenerCore_3_t4006488229 *, Vector2_t2156229523 , String_t*, float >::Invoke(targetMethod, ___target0, ___endValue1, ___property2, ___duration3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< TweenerCore_3_t4006488229 *, Vector2_t2156229523 , String_t*, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___target0, ___endValue1, ___property2, ___duration3); else result = VirtFuncInvoker3< TweenerCore_3_t4006488229 *, Vector2_t2156229523 , String_t*, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___target0, ___endValue1, ___property2, ___duration3); } } else { typedef TweenerCore_3_t4006488229 * (*FunctionPointerType) (Material_t340375123 *, Vector2_t2156229523 , String_t*, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___target0, ___endValue1, ___property2, ___duration3, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE130::BeginInvoke(UnityEngine.Material,UnityEngine.Vector2,System.String,System.Single,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE130_BeginInvoke_m1825026066 (__GEN_DELEGATE130_t651603475 * __this, Material_t340375123 * ___target0, Vector2_t2156229523 ___endValue1, String_t* ___property2, float ___duration3, AsyncCallback_t3962456242 * ___callback4, RuntimeObject * ___object5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE130_BeginInvoke_m1825026066_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[5] = {0}; __d_args[0] = ___target0; __d_args[1] = Box(Vector2_t2156229523_il2cpp_TypeInfo_var, &___endValue1); __d_args[2] = ___property2; __d_args[3] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___duration3); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback4, (RuntimeObject*)___object5); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE130::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t4006488229 * __GEN_DELEGATE130_EndInvoke_m2661580302 (__GEN_DELEGATE130_t651603475 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (TweenerCore_3_t4006488229 *)__result; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.InternalGlobals/__GEN_DELEGATE131::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE131__ctor_m1805108689 (__GEN_DELEGATE131_t651669011 * __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); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE131::Invoke(UnityEngine.Material,UnityEngine.Vector4,System.String,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t1835836317 * __GEN_DELEGATE131_Invoke_m1258525408 (__GEN_DELEGATE131_t651669011 * __this, Material_t340375123 * ___target0, Vector4_t3319028937 ___endValue1, String_t* ___property2, float ___duration3, const RuntimeMethod* method) { TweenerCore_3_t1835836317 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE131_Invoke_m1258525408((__GEN_DELEGATE131_t651669011 *)__this->get_prev_9(), ___target0, ___endValue1, ___property2, ___duration3, 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 TweenerCore_3_t1835836317 * (*FunctionPointerType) (RuntimeObject *, Material_t340375123 *, Vector4_t3319028937 , String_t*, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___target0, ___endValue1, ___property2, ___duration3, targetMethod); } } else { // closed { typedef TweenerCore_3_t1835836317 * (*FunctionPointerType) (RuntimeObject *, void*, Material_t340375123 *, Vector4_t3319028937 , String_t*, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___target0, ___endValue1, ___property2, ___duration3, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 4) { // 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< TweenerCore_3_t1835836317 *, Material_t340375123 *, Vector4_t3319028937 , String_t*, float >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___property2, ___duration3); else result = GenericVirtFuncInvoker4< TweenerCore_3_t1835836317 *, Material_t340375123 *, Vector4_t3319028937 , String_t*, float >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___property2, ___duration3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker4< TweenerCore_3_t1835836317 *, Material_t340375123 *, Vector4_t3319028937 , String_t*, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___target0, ___endValue1, ___property2, ___duration3); else result = VirtFuncInvoker4< TweenerCore_3_t1835836317 *, Material_t340375123 *, Vector4_t3319028937 , String_t*, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___target0, ___endValue1, ___property2, ___duration3); } } else { typedef TweenerCore_3_t1835836317 * (*FunctionPointerType) (void*, Material_t340375123 *, Vector4_t3319028937 , String_t*, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___target0, ___endValue1, ___property2, ___duration3, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker3< TweenerCore_3_t1835836317 *, Vector4_t3319028937 , String_t*, float >::Invoke(targetMethod, ___target0, ___endValue1, ___property2, ___duration3); else result = GenericVirtFuncInvoker3< TweenerCore_3_t1835836317 *, Vector4_t3319028937 , String_t*, float >::Invoke(targetMethod, ___target0, ___endValue1, ___property2, ___duration3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< TweenerCore_3_t1835836317 *, Vector4_t3319028937 , String_t*, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___target0, ___endValue1, ___property2, ___duration3); else result = VirtFuncInvoker3< TweenerCore_3_t1835836317 *, Vector4_t3319028937 , String_t*, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___target0, ___endValue1, ___property2, ___duration3); } } else { typedef TweenerCore_3_t1835836317 * (*FunctionPointerType) (Material_t340375123 *, Vector4_t3319028937 , String_t*, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___target0, ___endValue1, ___property2, ___duration3, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE131::BeginInvoke(UnityEngine.Material,UnityEngine.Vector4,System.String,System.Single,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE131_BeginInvoke_m2440165188 (__GEN_DELEGATE131_t651669011 * __this, Material_t340375123 * ___target0, Vector4_t3319028937 ___endValue1, String_t* ___property2, float ___duration3, AsyncCallback_t3962456242 * ___callback4, RuntimeObject * ___object5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE131_BeginInvoke_m2440165188_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[5] = {0}; __d_args[0] = ___target0; __d_args[1] = Box(Vector4_t3319028937_il2cpp_TypeInfo_var, &___endValue1); __d_args[2] = ___property2; __d_args[3] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___duration3); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback4, (RuntimeObject*)___object5); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE131::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t1835836317 * __GEN_DELEGATE131_EndInvoke_m2811266260 (__GEN_DELEGATE131_t651669011 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (TweenerCore_3_t1835836317 *)__result; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.InternalGlobals/__GEN_DELEGATE132::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE132__ctor_m579978470 (__GEN_DELEGATE132_t651472403 * __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); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE132::Invoke(UnityEngine.Material,UnityEngine.Vector4,System.Int32,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t1835836317 * __GEN_DELEGATE132_Invoke_m988400942 (__GEN_DELEGATE132_t651472403 * __this, Material_t340375123 * ___target0, Vector4_t3319028937 ___endValue1, int32_t ___propertyID2, float ___duration3, const RuntimeMethod* method) { TweenerCore_3_t1835836317 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE132_Invoke_m988400942((__GEN_DELEGATE132_t651472403 *)__this->get_prev_9(), ___target0, ___endValue1, ___propertyID2, ___duration3, 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 TweenerCore_3_t1835836317 * (*FunctionPointerType) (RuntimeObject *, Material_t340375123 *, Vector4_t3319028937 , int32_t, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___target0, ___endValue1, ___propertyID2, ___duration3, targetMethod); } } else { // closed { typedef TweenerCore_3_t1835836317 * (*FunctionPointerType) (RuntimeObject *, void*, Material_t340375123 *, Vector4_t3319028937 , int32_t, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___target0, ___endValue1, ___propertyID2, ___duration3, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 4) { // 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< TweenerCore_3_t1835836317 *, Material_t340375123 *, Vector4_t3319028937 , int32_t, float >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___propertyID2, ___duration3); else result = GenericVirtFuncInvoker4< TweenerCore_3_t1835836317 *, Material_t340375123 *, Vector4_t3319028937 , int32_t, float >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___propertyID2, ___duration3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker4< TweenerCore_3_t1835836317 *, Material_t340375123 *, Vector4_t3319028937 , int32_t, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___target0, ___endValue1, ___propertyID2, ___duration3); else result = VirtFuncInvoker4< TweenerCore_3_t1835836317 *, Material_t340375123 *, Vector4_t3319028937 , int32_t, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___target0, ___endValue1, ___propertyID2, ___duration3); } } else { typedef TweenerCore_3_t1835836317 * (*FunctionPointerType) (void*, Material_t340375123 *, Vector4_t3319028937 , int32_t, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___target0, ___endValue1, ___propertyID2, ___duration3, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker3< TweenerCore_3_t1835836317 *, Vector4_t3319028937 , int32_t, float >::Invoke(targetMethod, ___target0, ___endValue1, ___propertyID2, ___duration3); else result = GenericVirtFuncInvoker3< TweenerCore_3_t1835836317 *, Vector4_t3319028937 , int32_t, float >::Invoke(targetMethod, ___target0, ___endValue1, ___propertyID2, ___duration3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< TweenerCore_3_t1835836317 *, Vector4_t3319028937 , int32_t, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___target0, ___endValue1, ___propertyID2, ___duration3); else result = VirtFuncInvoker3< TweenerCore_3_t1835836317 *, Vector4_t3319028937 , int32_t, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___target0, ___endValue1, ___propertyID2, ___duration3); } } else { typedef TweenerCore_3_t1835836317 * (*FunctionPointerType) (Material_t340375123 *, Vector4_t3319028937 , int32_t, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___target0, ___endValue1, ___propertyID2, ___duration3, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE132::BeginInvoke(UnityEngine.Material,UnityEngine.Vector4,System.Int32,System.Single,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE132_BeginInvoke_m359501844 (__GEN_DELEGATE132_t651472403 * __this, Material_t340375123 * ___target0, Vector4_t3319028937 ___endValue1, int32_t ___propertyID2, float ___duration3, AsyncCallback_t3962456242 * ___callback4, RuntimeObject * ___object5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE132_BeginInvoke_m359501844_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[5] = {0}; __d_args[0] = ___target0; __d_args[1] = Box(Vector4_t3319028937_il2cpp_TypeInfo_var, &___endValue1); __d_args[2] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___propertyID2); __d_args[3] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___duration3); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback4, (RuntimeObject*)___object5); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE132::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t1835836317 * __GEN_DELEGATE132_EndInvoke_m3293847262 (__GEN_DELEGATE132_t651472403 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (TweenerCore_3_t1835836317 *)__result; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.InternalGlobals/__GEN_DELEGATE133::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE133__ctor_m2036606228 (__GEN_DELEGATE133_t651537939 * __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); } // DG.Tweening.Tweener XLua.InternalGlobals/__GEN_DELEGATE133::Invoke(UnityEngine.TrailRenderer,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE133_Invoke_m1599768129 (__GEN_DELEGATE133_t651537939 * __this, TrailRenderer_t1820797054 * ___target0, float ___toStartWidth1, float ___toEndWidth2, float ___duration3, const RuntimeMethod* method) { Tweener_t436044680 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE133_Invoke_m1599768129((__GEN_DELEGATE133_t651537939 *)__this->get_prev_9(), ___target0, ___toStartWidth1, ___toEndWidth2, ___duration3, 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 Tweener_t436044680 * (*FunctionPointerType) (RuntimeObject *, TrailRenderer_t1820797054 *, float, float, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___target0, ___toStartWidth1, ___toEndWidth2, ___duration3, targetMethod); } } else { // closed { typedef Tweener_t436044680 * (*FunctionPointerType) (RuntimeObject *, void*, TrailRenderer_t1820797054 *, float, float, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___target0, ___toStartWidth1, ___toEndWidth2, ___duration3, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 4) { // 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< Tweener_t436044680 *, TrailRenderer_t1820797054 *, float, float, float >::Invoke(targetMethod, targetThis, ___target0, ___toStartWidth1, ___toEndWidth2, ___duration3); else result = GenericVirtFuncInvoker4< Tweener_t436044680 *, TrailRenderer_t1820797054 *, float, float, float >::Invoke(targetMethod, targetThis, ___target0, ___toStartWidth1, ___toEndWidth2, ___duration3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker4< Tweener_t436044680 *, TrailRenderer_t1820797054 *, float, float, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___target0, ___toStartWidth1, ___toEndWidth2, ___duration3); else result = VirtFuncInvoker4< Tweener_t436044680 *, TrailRenderer_t1820797054 *, float, float, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___target0, ___toStartWidth1, ___toEndWidth2, ___duration3); } } else { typedef Tweener_t436044680 * (*FunctionPointerType) (void*, TrailRenderer_t1820797054 *, float, float, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___target0, ___toStartWidth1, ___toEndWidth2, ___duration3, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker3< Tweener_t436044680 *, float, float, float >::Invoke(targetMethod, ___target0, ___toStartWidth1, ___toEndWidth2, ___duration3); else result = GenericVirtFuncInvoker3< Tweener_t436044680 *, float, float, float >::Invoke(targetMethod, ___target0, ___toStartWidth1, ___toEndWidth2, ___duration3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< Tweener_t436044680 *, float, float, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___target0, ___toStartWidth1, ___toEndWidth2, ___duration3); else result = VirtFuncInvoker3< Tweener_t436044680 *, float, float, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___target0, ___toStartWidth1, ___toEndWidth2, ___duration3); } } else { typedef Tweener_t436044680 * (*FunctionPointerType) (TrailRenderer_t1820797054 *, float, float, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___target0, ___toStartWidth1, ___toEndWidth2, ___duration3, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE133::BeginInvoke(UnityEngine.TrailRenderer,System.Single,System.Single,System.Single,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE133_BeginInvoke_m1109760964 (__GEN_DELEGATE133_t651537939 * __this, TrailRenderer_t1820797054 * ___target0, float ___toStartWidth1, float ___toEndWidth2, float ___duration3, AsyncCallback_t3962456242 * ___callback4, RuntimeObject * ___object5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE133_BeginInvoke_m1109760964_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[5] = {0}; __d_args[0] = ___target0; __d_args[1] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___toStartWidth1); __d_args[2] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___toEndWidth2); __d_args[3] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___duration3); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback4, (RuntimeObject*)___object5); } // DG.Tweening.Tweener XLua.InternalGlobals/__GEN_DELEGATE133::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE133_EndInvoke_m2911036753 (__GEN_DELEGATE133_t651537939 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (Tweener_t436044680 *)__result; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.InternalGlobals/__GEN_DELEGATE134::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE134__ctor_m1256908409 (__GEN_DELEGATE134_t651865619 * __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); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE134::Invoke(UnityEngine.TrailRenderer,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t884556411 * __GEN_DELEGATE134_Invoke_m1441427081 (__GEN_DELEGATE134_t651865619 * __this, TrailRenderer_t1820797054 * ___target0, float ___endValue1, float ___duration2, const RuntimeMethod* method) { TweenerCore_3_t884556411 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE134_Invoke_m1441427081((__GEN_DELEGATE134_t651865619 *)__this->get_prev_9(), ___target0, ___endValue1, ___duration2, 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) == 3) { // open { typedef TweenerCore_3_t884556411 * (*FunctionPointerType) (RuntimeObject *, TrailRenderer_t1820797054 *, float, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___target0, ___endValue1, ___duration2, targetMethod); } } else { // closed { typedef TweenerCore_3_t884556411 * (*FunctionPointerType) (RuntimeObject *, void*, TrailRenderer_t1820797054 *, float, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___target0, ___endValue1, ___duration2, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // 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 = GenericInterfaceFuncInvoker3< TweenerCore_3_t884556411 *, TrailRenderer_t1820797054 *, float, float >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___duration2); else result = GenericVirtFuncInvoker3< TweenerCore_3_t884556411 *, TrailRenderer_t1820797054 *, float, float >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___duration2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< TweenerCore_3_t884556411 *, TrailRenderer_t1820797054 *, float, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___target0, ___endValue1, ___duration2); else result = VirtFuncInvoker3< TweenerCore_3_t884556411 *, TrailRenderer_t1820797054 *, float, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___target0, ___endValue1, ___duration2); } } else { typedef TweenerCore_3_t884556411 * (*FunctionPointerType) (void*, TrailRenderer_t1820797054 *, float, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___target0, ___endValue1, ___duration2, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker2< TweenerCore_3_t884556411 *, float, float >::Invoke(targetMethod, ___target0, ___endValue1, ___duration2); else result = GenericVirtFuncInvoker2< TweenerCore_3_t884556411 *, float, float >::Invoke(targetMethod, ___target0, ___endValue1, ___duration2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< TweenerCore_3_t884556411 *, float, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___target0, ___endValue1, ___duration2); else result = VirtFuncInvoker2< TweenerCore_3_t884556411 *, float, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___target0, ___endValue1, ___duration2); } } else { typedef TweenerCore_3_t884556411 * (*FunctionPointerType) (TrailRenderer_t1820797054 *, float, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___target0, ___endValue1, ___duration2, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE134::BeginInvoke(UnityEngine.TrailRenderer,System.Single,System.Single,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE134_BeginInvoke_m3176918432 (__GEN_DELEGATE134_t651865619 * __this, TrailRenderer_t1820797054 * ___target0, float ___endValue1, float ___duration2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE134_BeginInvoke_m3176918432_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = ___target0; __d_args[1] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___endValue1); __d_args[2] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___duration2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE134::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t884556411 * __GEN_DELEGATE134_EndInvoke_m847188846 (__GEN_DELEGATE134_t651865619 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (TweenerCore_3_t884556411 *)__result; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.InternalGlobals/__GEN_DELEGATE135::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE135__ctor_m1339392751 (__GEN_DELEGATE135_t651931155 * __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); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE135::Invoke(UnityEngine.Transform,UnityEngine.Vector3,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t2944330537 * __GEN_DELEGATE135_Invoke_m3053834789 (__GEN_DELEGATE135_t651931155 * __this, Transform_t3600365921 * ___target0, Vector3_t3722313464 ___endValue1, float ___duration2, bool ___snapping3, const RuntimeMethod* method) { TweenerCore_3_t2944330537 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE135_Invoke_m3053834789((__GEN_DELEGATE135_t651931155 *)__this->get_prev_9(), ___target0, ___endValue1, ___duration2, ___snapping3, 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 TweenerCore_3_t2944330537 * (*FunctionPointerType) (RuntimeObject *, Transform_t3600365921 *, Vector3_t3722313464 , float, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___target0, ___endValue1, ___duration2, ___snapping3, targetMethod); } } else { // closed { typedef TweenerCore_3_t2944330537 * (*FunctionPointerType) (RuntimeObject *, void*, Transform_t3600365921 *, Vector3_t3722313464 , float, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___target0, ___endValue1, ___duration2, ___snapping3, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 4) { // 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< TweenerCore_3_t2944330537 *, Transform_t3600365921 *, Vector3_t3722313464 , float, bool >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___duration2, ___snapping3); else result = GenericVirtFuncInvoker4< TweenerCore_3_t2944330537 *, Transform_t3600365921 *, Vector3_t3722313464 , float, bool >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___duration2, ___snapping3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker4< TweenerCore_3_t2944330537 *, Transform_t3600365921 *, Vector3_t3722313464 , float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___target0, ___endValue1, ___duration2, ___snapping3); else result = VirtFuncInvoker4< TweenerCore_3_t2944330537 *, Transform_t3600365921 *, Vector3_t3722313464 , float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___target0, ___endValue1, ___duration2, ___snapping3); } } else { typedef TweenerCore_3_t2944330537 * (*FunctionPointerType) (void*, Transform_t3600365921 *, Vector3_t3722313464 , float, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___target0, ___endValue1, ___duration2, ___snapping3, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker3< TweenerCore_3_t2944330537 *, Vector3_t3722313464 , float, bool >::Invoke(targetMethod, ___target0, ___endValue1, ___duration2, ___snapping3); else result = GenericVirtFuncInvoker3< TweenerCore_3_t2944330537 *, Vector3_t3722313464 , float, bool >::Invoke(targetMethod, ___target0, ___endValue1, ___duration2, ___snapping3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< TweenerCore_3_t2944330537 *, Vector3_t3722313464 , float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___target0, ___endValue1, ___duration2, ___snapping3); else result = VirtFuncInvoker3< TweenerCore_3_t2944330537 *, Vector3_t3722313464 , float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___target0, ___endValue1, ___duration2, ___snapping3); } } else { typedef TweenerCore_3_t2944330537 * (*FunctionPointerType) (Transform_t3600365921 *, Vector3_t3722313464 , float, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___target0, ___endValue1, ___duration2, ___snapping3, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE135::BeginInvoke(UnityEngine.Transform,UnityEngine.Vector3,System.Single,System.Boolean,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE135_BeginInvoke_m3486475920 (__GEN_DELEGATE135_t651931155 * __this, Transform_t3600365921 * ___target0, Vector3_t3722313464 ___endValue1, float ___duration2, bool ___snapping3, AsyncCallback_t3962456242 * ___callback4, RuntimeObject * ___object5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE135_BeginInvoke_m3486475920_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[5] = {0}; __d_args[0] = ___target0; __d_args[1] = Box(Vector3_t3722313464_il2cpp_TypeInfo_var, &___endValue1); __d_args[2] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___duration2); __d_args[3] = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &___snapping3); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback4, (RuntimeObject*)___object5); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE135::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t2944330537 * __GEN_DELEGATE135_EndInvoke_m2695138105 (__GEN_DELEGATE135_t651931155 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (TweenerCore_3_t2944330537 *)__result; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.InternalGlobals/__GEN_DELEGATE136::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE136__ctor_m2348678324 (__GEN_DELEGATE136_t651734547 * __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); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE136::Invoke(UnityEngine.Transform,System.Single,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t2944330537 * __GEN_DELEGATE136_Invoke_m3751486377 (__GEN_DELEGATE136_t651734547 * __this, Transform_t3600365921 * ___target0, float ___endValue1, float ___duration2, bool ___snapping3, const RuntimeMethod* method) { TweenerCore_3_t2944330537 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE136_Invoke_m3751486377((__GEN_DELEGATE136_t651734547 *)__this->get_prev_9(), ___target0, ___endValue1, ___duration2, ___snapping3, 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 TweenerCore_3_t2944330537 * (*FunctionPointerType) (RuntimeObject *, Transform_t3600365921 *, float, float, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___target0, ___endValue1, ___duration2, ___snapping3, targetMethod); } } else { // closed { typedef TweenerCore_3_t2944330537 * (*FunctionPointerType) (RuntimeObject *, void*, Transform_t3600365921 *, float, float, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___target0, ___endValue1, ___duration2, ___snapping3, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 4) { // 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< TweenerCore_3_t2944330537 *, Transform_t3600365921 *, float, float, bool >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___duration2, ___snapping3); else result = GenericVirtFuncInvoker4< TweenerCore_3_t2944330537 *, Transform_t3600365921 *, float, float, bool >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___duration2, ___snapping3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker4< TweenerCore_3_t2944330537 *, Transform_t3600365921 *, float, float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___target0, ___endValue1, ___duration2, ___snapping3); else result = VirtFuncInvoker4< TweenerCore_3_t2944330537 *, Transform_t3600365921 *, float, float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___target0, ___endValue1, ___duration2, ___snapping3); } } else { typedef TweenerCore_3_t2944330537 * (*FunctionPointerType) (void*, Transform_t3600365921 *, float, float, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___target0, ___endValue1, ___duration2, ___snapping3, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker3< TweenerCore_3_t2944330537 *, float, float, bool >::Invoke(targetMethod, ___target0, ___endValue1, ___duration2, ___snapping3); else result = GenericVirtFuncInvoker3< TweenerCore_3_t2944330537 *, float, float, bool >::Invoke(targetMethod, ___target0, ___endValue1, ___duration2, ___snapping3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< TweenerCore_3_t2944330537 *, float, float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___target0, ___endValue1, ___duration2, ___snapping3); else result = VirtFuncInvoker3< TweenerCore_3_t2944330537 *, float, float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___target0, ___endValue1, ___duration2, ___snapping3); } } else { typedef TweenerCore_3_t2944330537 * (*FunctionPointerType) (Transform_t3600365921 *, float, float, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___target0, ___endValue1, ___duration2, ___snapping3, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE136::BeginInvoke(UnityEngine.Transform,System.Single,System.Single,System.Boolean,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE136_BeginInvoke_m580895694 (__GEN_DELEGATE136_t651734547 * __this, Transform_t3600365921 * ___target0, float ___endValue1, float ___duration2, bool ___snapping3, AsyncCallback_t3962456242 * ___callback4, RuntimeObject * ___object5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE136_BeginInvoke_m580895694_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[5] = {0}; __d_args[0] = ___target0; __d_args[1] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___endValue1); __d_args[2] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___duration2); __d_args[3] = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &___snapping3); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback4, (RuntimeObject*)___object5); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE136::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t2944330537 * __GEN_DELEGATE136_EndInvoke_m578231357 (__GEN_DELEGATE136_t651734547 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (TweenerCore_3_t2944330537 *)__result; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.InternalGlobals/__GEN_DELEGATE137::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE137__ctor_m2752635456 (__GEN_DELEGATE137_t651800083 * __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); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE137::Invoke(UnityEngine.Transform,System.Single,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t2944330537 * __GEN_DELEGATE137_Invoke_m2283739646 (__GEN_DELEGATE137_t651800083 * __this, Transform_t3600365921 * ___target0, float ___endValue1, float ___duration2, bool ___snapping3, const RuntimeMethod* method) { TweenerCore_3_t2944330537 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE137_Invoke_m2283739646((__GEN_DELEGATE137_t651800083 *)__this->get_prev_9(), ___target0, ___endValue1, ___duration2, ___snapping3, 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 TweenerCore_3_t2944330537 * (*FunctionPointerType) (RuntimeObject *, Transform_t3600365921 *, float, float, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___target0, ___endValue1, ___duration2, ___snapping3, targetMethod); } } else { // closed { typedef TweenerCore_3_t2944330537 * (*FunctionPointerType) (RuntimeObject *, void*, Transform_t3600365921 *, float, float, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___target0, ___endValue1, ___duration2, ___snapping3, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 4) { // 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< TweenerCore_3_t2944330537 *, Transform_t3600365921 *, float, float, bool >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___duration2, ___snapping3); else result = GenericVirtFuncInvoker4< TweenerCore_3_t2944330537 *, Transform_t3600365921 *, float, float, bool >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___duration2, ___snapping3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker4< TweenerCore_3_t2944330537 *, Transform_t3600365921 *, float, float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___target0, ___endValue1, ___duration2, ___snapping3); else result = VirtFuncInvoker4< TweenerCore_3_t2944330537 *, Transform_t3600365921 *, float, float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___target0, ___endValue1, ___duration2, ___snapping3); } } else { typedef TweenerCore_3_t2944330537 * (*FunctionPointerType) (void*, Transform_t3600365921 *, float, float, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___target0, ___endValue1, ___duration2, ___snapping3, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker3< TweenerCore_3_t2944330537 *, float, float, bool >::Invoke(targetMethod, ___target0, ___endValue1, ___duration2, ___snapping3); else result = GenericVirtFuncInvoker3< TweenerCore_3_t2944330537 *, float, float, bool >::Invoke(targetMethod, ___target0, ___endValue1, ___duration2, ___snapping3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< TweenerCore_3_t2944330537 *, float, float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___target0, ___endValue1, ___duration2, ___snapping3); else result = VirtFuncInvoker3< TweenerCore_3_t2944330537 *, float, float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___target0, ___endValue1, ___duration2, ___snapping3); } } else { typedef TweenerCore_3_t2944330537 * (*FunctionPointerType) (Transform_t3600365921 *, float, float, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___target0, ___endValue1, ___duration2, ___snapping3, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE137::BeginInvoke(UnityEngine.Transform,System.Single,System.Single,System.Boolean,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE137_BeginInvoke_m617177516 (__GEN_DELEGATE137_t651800083 * __this, Transform_t3600365921 * ___target0, float ___endValue1, float ___duration2, bool ___snapping3, AsyncCallback_t3962456242 * ___callback4, RuntimeObject * ___object5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE137_BeginInvoke_m617177516_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[5] = {0}; __d_args[0] = ___target0; __d_args[1] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___endValue1); __d_args[2] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___duration2); __d_args[3] = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &___snapping3); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback4, (RuntimeObject*)___object5); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE137::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t2944330537 * __GEN_DELEGATE137_EndInvoke_m2750035070 (__GEN_DELEGATE137_t651800083 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (TweenerCore_3_t2944330537 *)__result; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.InternalGlobals/__GEN_DELEGATE138::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE138__ctor_m619761600 (__GEN_DELEGATE138_t652127763 * __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); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE138::Invoke(UnityEngine.Transform,System.Single,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t2944330537 * __GEN_DELEGATE138_Invoke_m4249884616 (__GEN_DELEGATE138_t652127763 * __this, Transform_t3600365921 * ___target0, float ___endValue1, float ___duration2, bool ___snapping3, const RuntimeMethod* method) { TweenerCore_3_t2944330537 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE138_Invoke_m4249884616((__GEN_DELEGATE138_t652127763 *)__this->get_prev_9(), ___target0, ___endValue1, ___duration2, ___snapping3, 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 TweenerCore_3_t2944330537 * (*FunctionPointerType) (RuntimeObject *, Transform_t3600365921 *, float, float, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___target0, ___endValue1, ___duration2, ___snapping3, targetMethod); } } else { // closed { typedef TweenerCore_3_t2944330537 * (*FunctionPointerType) (RuntimeObject *, void*, Transform_t3600365921 *, float, float, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___target0, ___endValue1, ___duration2, ___snapping3, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 4) { // 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< TweenerCore_3_t2944330537 *, Transform_t3600365921 *, float, float, bool >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___duration2, ___snapping3); else result = GenericVirtFuncInvoker4< TweenerCore_3_t2944330537 *, Transform_t3600365921 *, float, float, bool >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___duration2, ___snapping3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker4< TweenerCore_3_t2944330537 *, Transform_t3600365921 *, float, float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___target0, ___endValue1, ___duration2, ___snapping3); else result = VirtFuncInvoker4< TweenerCore_3_t2944330537 *, Transform_t3600365921 *, float, float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___target0, ___endValue1, ___duration2, ___snapping3); } } else { typedef TweenerCore_3_t2944330537 * (*FunctionPointerType) (void*, Transform_t3600365921 *, float, float, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___target0, ___endValue1, ___duration2, ___snapping3, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker3< TweenerCore_3_t2944330537 *, float, float, bool >::Invoke(targetMethod, ___target0, ___endValue1, ___duration2, ___snapping3); else result = GenericVirtFuncInvoker3< TweenerCore_3_t2944330537 *, float, float, bool >::Invoke(targetMethod, ___target0, ___endValue1, ___duration2, ___snapping3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< TweenerCore_3_t2944330537 *, float, float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___target0, ___endValue1, ___duration2, ___snapping3); else result = VirtFuncInvoker3< TweenerCore_3_t2944330537 *, float, float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___target0, ___endValue1, ___duration2, ___snapping3); } } else { typedef TweenerCore_3_t2944330537 * (*FunctionPointerType) (Transform_t3600365921 *, float, float, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___target0, ___endValue1, ___duration2, ___snapping3, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE138::BeginInvoke(UnityEngine.Transform,System.Single,System.Single,System.Boolean,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE138_BeginInvoke_m349467833 (__GEN_DELEGATE138_t652127763 * __this, Transform_t3600365921 * ___target0, float ___endValue1, float ___duration2, bool ___snapping3, AsyncCallback_t3962456242 * ___callback4, RuntimeObject * ___object5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE138_BeginInvoke_m349467833_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[5] = {0}; __d_args[0] = ___target0; __d_args[1] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___endValue1); __d_args[2] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___duration2); __d_args[3] = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &___snapping3); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback4, (RuntimeObject*)___object5); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE138::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t2944330537 * __GEN_DELEGATE138_EndInvoke_m1682477980 (__GEN_DELEGATE138_t652127763 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (TweenerCore_3_t2944330537 *)__result; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.InternalGlobals/__GEN_DELEGATE139::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE139__ctor_m620686397 (__GEN_DELEGATE139_t652193299 * __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); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE139::Invoke(UnityEngine.Transform,UnityEngine.Vector3,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t2944330537 * __GEN_DELEGATE139_Invoke_m1048025743 (__GEN_DELEGATE139_t652193299 * __this, Transform_t3600365921 * ___target0, Vector3_t3722313464 ___endValue1, float ___duration2, bool ___snapping3, const RuntimeMethod* method) { TweenerCore_3_t2944330537 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE139_Invoke_m1048025743((__GEN_DELEGATE139_t652193299 *)__this->get_prev_9(), ___target0, ___endValue1, ___duration2, ___snapping3, 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 TweenerCore_3_t2944330537 * (*FunctionPointerType) (RuntimeObject *, Transform_t3600365921 *, Vector3_t3722313464 , float, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___target0, ___endValue1, ___duration2, ___snapping3, targetMethod); } } else { // closed { typedef TweenerCore_3_t2944330537 * (*FunctionPointerType) (RuntimeObject *, void*, Transform_t3600365921 *, Vector3_t3722313464 , float, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___target0, ___endValue1, ___duration2, ___snapping3, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 4) { // 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< TweenerCore_3_t2944330537 *, Transform_t3600365921 *, Vector3_t3722313464 , float, bool >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___duration2, ___snapping3); else result = GenericVirtFuncInvoker4< TweenerCore_3_t2944330537 *, Transform_t3600365921 *, Vector3_t3722313464 , float, bool >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___duration2, ___snapping3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker4< TweenerCore_3_t2944330537 *, Transform_t3600365921 *, Vector3_t3722313464 , float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___target0, ___endValue1, ___duration2, ___snapping3); else result = VirtFuncInvoker4< TweenerCore_3_t2944330537 *, Transform_t3600365921 *, Vector3_t3722313464 , float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___target0, ___endValue1, ___duration2, ___snapping3); } } else { typedef TweenerCore_3_t2944330537 * (*FunctionPointerType) (void*, Transform_t3600365921 *, Vector3_t3722313464 , float, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___target0, ___endValue1, ___duration2, ___snapping3, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker3< TweenerCore_3_t2944330537 *, Vector3_t3722313464 , float, bool >::Invoke(targetMethod, ___target0, ___endValue1, ___duration2, ___snapping3); else result = GenericVirtFuncInvoker3< TweenerCore_3_t2944330537 *, Vector3_t3722313464 , float, bool >::Invoke(targetMethod, ___target0, ___endValue1, ___duration2, ___snapping3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< TweenerCore_3_t2944330537 *, Vector3_t3722313464 , float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___target0, ___endValue1, ___duration2, ___snapping3); else result = VirtFuncInvoker3< TweenerCore_3_t2944330537 *, Vector3_t3722313464 , float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___target0, ___endValue1, ___duration2, ___snapping3); } } else { typedef TweenerCore_3_t2944330537 * (*FunctionPointerType) (Transform_t3600365921 *, Vector3_t3722313464 , float, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___target0, ___endValue1, ___duration2, ___snapping3, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE139::BeginInvoke(UnityEngine.Transform,UnityEngine.Vector3,System.Single,System.Boolean,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE139_BeginInvoke_m1725167791 (__GEN_DELEGATE139_t652193299 * __this, Transform_t3600365921 * ___target0, Vector3_t3722313464 ___endValue1, float ___duration2, bool ___snapping3, AsyncCallback_t3962456242 * ___callback4, RuntimeObject * ___object5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE139_BeginInvoke_m1725167791_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[5] = {0}; __d_args[0] = ___target0; __d_args[1] = Box(Vector3_t3722313464_il2cpp_TypeInfo_var, &___endValue1); __d_args[2] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___duration2); __d_args[3] = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &___snapping3); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback4, (RuntimeObject*)___object5); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE139::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t2944330537 * __GEN_DELEGATE139_EndInvoke_m821618760 (__GEN_DELEGATE139_t652193299 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (TweenerCore_3_t2944330537 *)__result; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.InternalGlobals/__GEN_DELEGATE14::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE14__ctor_m3508757621 (__GEN_DELEGATE14_t654749204 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void XLua.InternalGlobals/__GEN_DELEGATE14::Invoke(DG.Tweening.Tween,System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE14_Invoke_m2029161230 (__GEN_DELEGATE14_t654749204 * __this, Tween_t2342918553 * ___t0, int32_t ___waypointIndex1, bool ___andPlay2, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { __GEN_DELEGATE14_Invoke_m2029161230((__GEN_DELEGATE14_t654749204 *)__this->get_prev_9(), ___t0, ___waypointIndex1, ___andPlay2, 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) == 3) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, Tween_t2342918553 *, int32_t, bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___t0, ___waypointIndex1, ___andPlay2, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, Tween_t2342918553 *, int32_t, bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___t0, ___waypointIndex1, ___andPlay2, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // 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)) GenericInterfaceActionInvoker3< Tween_t2342918553 *, int32_t, bool >::Invoke(targetMethod, targetThis, ___t0, ___waypointIndex1, ___andPlay2); else GenericVirtActionInvoker3< Tween_t2342918553 *, int32_t, bool >::Invoke(targetMethod, targetThis, ___t0, ___waypointIndex1, ___andPlay2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker3< Tween_t2342918553 *, int32_t, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___t0, ___waypointIndex1, ___andPlay2); else VirtActionInvoker3< Tween_t2342918553 *, int32_t, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___t0, ___waypointIndex1, ___andPlay2); } } else { typedef void (*FunctionPointerType) (void*, Tween_t2342918553 *, int32_t, bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___t0, ___waypointIndex1, ___andPlay2, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< int32_t, bool >::Invoke(targetMethod, ___t0, ___waypointIndex1, ___andPlay2); else GenericVirtActionInvoker2< int32_t, bool >::Invoke(targetMethod, ___t0, ___waypointIndex1, ___andPlay2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< int32_t, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___t0, ___waypointIndex1, ___andPlay2); else VirtActionInvoker2< int32_t, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___t0, ___waypointIndex1, ___andPlay2); } } else { typedef void (*FunctionPointerType) (Tween_t2342918553 *, int32_t, bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___t0, ___waypointIndex1, ___andPlay2, targetMethod); } } } } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE14::BeginInvoke(DG.Tweening.Tween,System.Int32,System.Boolean,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE14_BeginInvoke_m3669706755 (__GEN_DELEGATE14_t654749204 * __this, Tween_t2342918553 * ___t0, int32_t ___waypointIndex1, bool ___andPlay2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE14_BeginInvoke_m3669706755_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = ___t0; __d_args[1] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___waypointIndex1); __d_args[2] = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &___andPlay2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // System.Void XLua.InternalGlobals/__GEN_DELEGATE14::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE14_EndInvoke_m4033367941 (__GEN_DELEGATE14_t654749204 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.InternalGlobals/__GEN_DELEGATE140::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE140__ctor_m936673110 (__GEN_DELEGATE140_t651603476 * __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); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE140::Invoke(UnityEngine.Transform,System.Single,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t2944330537 * __GEN_DELEGATE140_Invoke_m2348615269 (__GEN_DELEGATE140_t651603476 * __this, Transform_t3600365921 * ___target0, float ___endValue1, float ___duration2, bool ___snapping3, const RuntimeMethod* method) { TweenerCore_3_t2944330537 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE140_Invoke_m2348615269((__GEN_DELEGATE140_t651603476 *)__this->get_prev_9(), ___target0, ___endValue1, ___duration2, ___snapping3, 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 TweenerCore_3_t2944330537 * (*FunctionPointerType) (RuntimeObject *, Transform_t3600365921 *, float, float, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___target0, ___endValue1, ___duration2, ___snapping3, targetMethod); } } else { // closed { typedef TweenerCore_3_t2944330537 * (*FunctionPointerType) (RuntimeObject *, void*, Transform_t3600365921 *, float, float, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___target0, ___endValue1, ___duration2, ___snapping3, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 4) { // 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< TweenerCore_3_t2944330537 *, Transform_t3600365921 *, float, float, bool >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___duration2, ___snapping3); else result = GenericVirtFuncInvoker4< TweenerCore_3_t2944330537 *, Transform_t3600365921 *, float, float, bool >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___duration2, ___snapping3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker4< TweenerCore_3_t2944330537 *, Transform_t3600365921 *, float, float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___target0, ___endValue1, ___duration2, ___snapping3); else result = VirtFuncInvoker4< TweenerCore_3_t2944330537 *, Transform_t3600365921 *, float, float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___target0, ___endValue1, ___duration2, ___snapping3); } } else { typedef TweenerCore_3_t2944330537 * (*FunctionPointerType) (void*, Transform_t3600365921 *, float, float, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___target0, ___endValue1, ___duration2, ___snapping3, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker3< TweenerCore_3_t2944330537 *, float, float, bool >::Invoke(targetMethod, ___target0, ___endValue1, ___duration2, ___snapping3); else result = GenericVirtFuncInvoker3< TweenerCore_3_t2944330537 *, float, float, bool >::Invoke(targetMethod, ___target0, ___endValue1, ___duration2, ___snapping3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< TweenerCore_3_t2944330537 *, float, float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___target0, ___endValue1, ___duration2, ___snapping3); else result = VirtFuncInvoker3< TweenerCore_3_t2944330537 *, float, float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___target0, ___endValue1, ___duration2, ___snapping3); } } else { typedef TweenerCore_3_t2944330537 * (*FunctionPointerType) (Transform_t3600365921 *, float, float, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___target0, ___endValue1, ___duration2, ___snapping3, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE140::BeginInvoke(UnityEngine.Transform,System.Single,System.Single,System.Boolean,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE140_BeginInvoke_m2837989393 (__GEN_DELEGATE140_t651603476 * __this, Transform_t3600365921 * ___target0, float ___endValue1, float ___duration2, bool ___snapping3, AsyncCallback_t3962456242 * ___callback4, RuntimeObject * ___object5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE140_BeginInvoke_m2837989393_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[5] = {0}; __d_args[0] = ___target0; __d_args[1] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___endValue1); __d_args[2] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___duration2); __d_args[3] = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &___snapping3); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback4, (RuntimeObject*)___object5); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE140::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t2944330537 * __GEN_DELEGATE140_EndInvoke_m2205273202 (__GEN_DELEGATE140_t651603476 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (TweenerCore_3_t2944330537 *)__result; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.InternalGlobals/__GEN_DELEGATE141::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE141__ctor_m1700573294 (__GEN_DELEGATE141_t651669012 * __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); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE141::Invoke(UnityEngine.Transform,System.Single,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t2944330537 * __GEN_DELEGATE141_Invoke_m277846893 (__GEN_DELEGATE141_t651669012 * __this, Transform_t3600365921 * ___target0, float ___endValue1, float ___duration2, bool ___snapping3, const RuntimeMethod* method) { TweenerCore_3_t2944330537 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE141_Invoke_m277846893((__GEN_DELEGATE141_t651669012 *)__this->get_prev_9(), ___target0, ___endValue1, ___duration2, ___snapping3, 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 TweenerCore_3_t2944330537 * (*FunctionPointerType) (RuntimeObject *, Transform_t3600365921 *, float, float, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___target0, ___endValue1, ___duration2, ___snapping3, targetMethod); } } else { // closed { typedef TweenerCore_3_t2944330537 * (*FunctionPointerType) (RuntimeObject *, void*, Transform_t3600365921 *, float, float, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___target0, ___endValue1, ___duration2, ___snapping3, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 4) { // 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< TweenerCore_3_t2944330537 *, Transform_t3600365921 *, float, float, bool >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___duration2, ___snapping3); else result = GenericVirtFuncInvoker4< TweenerCore_3_t2944330537 *, Transform_t3600365921 *, float, float, bool >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___duration2, ___snapping3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker4< TweenerCore_3_t2944330537 *, Transform_t3600365921 *, float, float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___target0, ___endValue1, ___duration2, ___snapping3); else result = VirtFuncInvoker4< TweenerCore_3_t2944330537 *, Transform_t3600365921 *, float, float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___target0, ___endValue1, ___duration2, ___snapping3); } } else { typedef TweenerCore_3_t2944330537 * (*FunctionPointerType) (void*, Transform_t3600365921 *, float, float, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___target0, ___endValue1, ___duration2, ___snapping3, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker3< TweenerCore_3_t2944330537 *, float, float, bool >::Invoke(targetMethod, ___target0, ___endValue1, ___duration2, ___snapping3); else result = GenericVirtFuncInvoker3< TweenerCore_3_t2944330537 *, float, float, bool >::Invoke(targetMethod, ___target0, ___endValue1, ___duration2, ___snapping3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< TweenerCore_3_t2944330537 *, float, float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___target0, ___endValue1, ___duration2, ___snapping3); else result = VirtFuncInvoker3< TweenerCore_3_t2944330537 *, float, float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___target0, ___endValue1, ___duration2, ___snapping3); } } else { typedef TweenerCore_3_t2944330537 * (*FunctionPointerType) (Transform_t3600365921 *, float, float, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___target0, ___endValue1, ___duration2, ___snapping3, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE141::BeginInvoke(UnityEngine.Transform,System.Single,System.Single,System.Boolean,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE141_BeginInvoke_m2827223407 (__GEN_DELEGATE141_t651669012 * __this, Transform_t3600365921 * ___target0, float ___endValue1, float ___duration2, bool ___snapping3, AsyncCallback_t3962456242 * ___callback4, RuntimeObject * ___object5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE141_BeginInvoke_m2827223407_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[5] = {0}; __d_args[0] = ___target0; __d_args[1] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___endValue1); __d_args[2] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___duration2); __d_args[3] = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &___snapping3); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback4, (RuntimeObject*)___object5); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE141::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t2944330537 * __GEN_DELEGATE141_EndInvoke_m3700883825 (__GEN_DELEGATE141_t651669012 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (TweenerCore_3_t2944330537 *)__result; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.InternalGlobals/__GEN_DELEGATE142::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE142__ctor_m1845599940 (__GEN_DELEGATE142_t651472404 * __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); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE142::Invoke(UnityEngine.Transform,System.Single,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t2944330537 * __GEN_DELEGATE142_Invoke_m4257752796 (__GEN_DELEGATE142_t651472404 * __this, Transform_t3600365921 * ___target0, float ___endValue1, float ___duration2, bool ___snapping3, const RuntimeMethod* method) { TweenerCore_3_t2944330537 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE142_Invoke_m4257752796((__GEN_DELEGATE142_t651472404 *)__this->get_prev_9(), ___target0, ___endValue1, ___duration2, ___snapping3, 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 TweenerCore_3_t2944330537 * (*FunctionPointerType) (RuntimeObject *, Transform_t3600365921 *, float, float, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___target0, ___endValue1, ___duration2, ___snapping3, targetMethod); } } else { // closed { typedef TweenerCore_3_t2944330537 * (*FunctionPointerType) (RuntimeObject *, void*, Transform_t3600365921 *, float, float, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___target0, ___endValue1, ___duration2, ___snapping3, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 4) { // 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< TweenerCore_3_t2944330537 *, Transform_t3600365921 *, float, float, bool >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___duration2, ___snapping3); else result = GenericVirtFuncInvoker4< TweenerCore_3_t2944330537 *, Transform_t3600365921 *, float, float, bool >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___duration2, ___snapping3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker4< TweenerCore_3_t2944330537 *, Transform_t3600365921 *, float, float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___target0, ___endValue1, ___duration2, ___snapping3); else result = VirtFuncInvoker4< TweenerCore_3_t2944330537 *, Transform_t3600365921 *, float, float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___target0, ___endValue1, ___duration2, ___snapping3); } } else { typedef TweenerCore_3_t2944330537 * (*FunctionPointerType) (void*, Transform_t3600365921 *, float, float, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___target0, ___endValue1, ___duration2, ___snapping3, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker3< TweenerCore_3_t2944330537 *, float, float, bool >::Invoke(targetMethod, ___target0, ___endValue1, ___duration2, ___snapping3); else result = GenericVirtFuncInvoker3< TweenerCore_3_t2944330537 *, float, float, bool >::Invoke(targetMethod, ___target0, ___endValue1, ___duration2, ___snapping3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< TweenerCore_3_t2944330537 *, float, float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___target0, ___endValue1, ___duration2, ___snapping3); else result = VirtFuncInvoker3< TweenerCore_3_t2944330537 *, float, float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___target0, ___endValue1, ___duration2, ___snapping3); } } else { typedef TweenerCore_3_t2944330537 * (*FunctionPointerType) (Transform_t3600365921 *, float, float, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___target0, ___endValue1, ___duration2, ___snapping3, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE142::BeginInvoke(UnityEngine.Transform,System.Single,System.Single,System.Boolean,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE142_BeginInvoke_m3780764624 (__GEN_DELEGATE142_t651472404 * __this, Transform_t3600365921 * ___target0, float ___endValue1, float ___duration2, bool ___snapping3, AsyncCallback_t3962456242 * ___callback4, RuntimeObject * ___object5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE142_BeginInvoke_m3780764624_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[5] = {0}; __d_args[0] = ___target0; __d_args[1] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___endValue1); __d_args[2] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___duration2); __d_args[3] = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &___snapping3); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback4, (RuntimeObject*)___object5); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE142::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t2944330537 * __GEN_DELEGATE142_EndInvoke_m3364759493 (__GEN_DELEGATE142_t651472404 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (TweenerCore_3_t2944330537 *)__result; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.InternalGlobals/__GEN_DELEGATE143::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE143__ctor_m115618425 (__GEN_DELEGATE143_t651537940 * __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); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE143::Invoke(UnityEngine.Transform,UnityEngine.Vector3,System.Single,DG.Tweening.RotateMode) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t1299559007 * __GEN_DELEGATE143_Invoke_m3364026863 (__GEN_DELEGATE143_t651537940 * __this, Transform_t3600365921 * ___target0, Vector3_t3722313464 ___endValue1, float ___duration2, int32_t ___mode3, const RuntimeMethod* method) { TweenerCore_3_t1299559007 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE143_Invoke_m3364026863((__GEN_DELEGATE143_t651537940 *)__this->get_prev_9(), ___target0, ___endValue1, ___duration2, ___mode3, 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 TweenerCore_3_t1299559007 * (*FunctionPointerType) (RuntimeObject *, Transform_t3600365921 *, Vector3_t3722313464 , float, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___target0, ___endValue1, ___duration2, ___mode3, targetMethod); } } else { // closed { typedef TweenerCore_3_t1299559007 * (*FunctionPointerType) (RuntimeObject *, void*, Transform_t3600365921 *, Vector3_t3722313464 , float, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___target0, ___endValue1, ___duration2, ___mode3, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 4) { // 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< TweenerCore_3_t1299559007 *, Transform_t3600365921 *, Vector3_t3722313464 , float, int32_t >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___duration2, ___mode3); else result = GenericVirtFuncInvoker4< TweenerCore_3_t1299559007 *, Transform_t3600365921 *, Vector3_t3722313464 , float, int32_t >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___duration2, ___mode3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker4< TweenerCore_3_t1299559007 *, Transform_t3600365921 *, Vector3_t3722313464 , float, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___target0, ___endValue1, ___duration2, ___mode3); else result = VirtFuncInvoker4< TweenerCore_3_t1299559007 *, Transform_t3600365921 *, Vector3_t3722313464 , float, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___target0, ___endValue1, ___duration2, ___mode3); } } else { typedef TweenerCore_3_t1299559007 * (*FunctionPointerType) (void*, Transform_t3600365921 *, Vector3_t3722313464 , float, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___target0, ___endValue1, ___duration2, ___mode3, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker3< TweenerCore_3_t1299559007 *, Vector3_t3722313464 , float, int32_t >::Invoke(targetMethod, ___target0, ___endValue1, ___duration2, ___mode3); else result = GenericVirtFuncInvoker3< TweenerCore_3_t1299559007 *, Vector3_t3722313464 , float, int32_t >::Invoke(targetMethod, ___target0, ___endValue1, ___duration2, ___mode3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< TweenerCore_3_t1299559007 *, Vector3_t3722313464 , float, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___target0, ___endValue1, ___duration2, ___mode3); else result = VirtFuncInvoker3< TweenerCore_3_t1299559007 *, Vector3_t3722313464 , float, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___target0, ___endValue1, ___duration2, ___mode3); } } else { typedef TweenerCore_3_t1299559007 * (*FunctionPointerType) (Transform_t3600365921 *, Vector3_t3722313464 , float, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___target0, ___endValue1, ___duration2, ___mode3, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE143::BeginInvoke(UnityEngine.Transform,UnityEngine.Vector3,System.Single,DG.Tweening.RotateMode,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE143_BeginInvoke_m2931788713 (__GEN_DELEGATE143_t651537940 * __this, Transform_t3600365921 * ___target0, Vector3_t3722313464 ___endValue1, float ___duration2, int32_t ___mode3, AsyncCallback_t3962456242 * ___callback4, RuntimeObject * ___object5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE143_BeginInvoke_m2931788713_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[5] = {0}; __d_args[0] = ___target0; __d_args[1] = Box(Vector3_t3722313464_il2cpp_TypeInfo_var, &___endValue1); __d_args[2] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___duration2); __d_args[3] = Box(RotateMode_t2548570174_il2cpp_TypeInfo_var, &___mode3); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback4, (RuntimeObject*)___object5); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE143::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t1299559007 * __GEN_DELEGATE143_EndInvoke_m3596564845 (__GEN_DELEGATE143_t651537940 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (TweenerCore_3_t1299559007 *)__result; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.InternalGlobals/__GEN_DELEGATE144::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE144__ctor_m2167614204 (__GEN_DELEGATE144_t651865620 * __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); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE144::Invoke(UnityEngine.Transform,UnityEngine.Quaternion,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t3785815898 * __GEN_DELEGATE144_Invoke_m3596140278 (__GEN_DELEGATE144_t651865620 * __this, Transform_t3600365921 * ___target0, Quaternion_t2301928331 ___endValue1, float ___duration2, const RuntimeMethod* method) { TweenerCore_3_t3785815898 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE144_Invoke_m3596140278((__GEN_DELEGATE144_t651865620 *)__this->get_prev_9(), ___target0, ___endValue1, ___duration2, 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) == 3) { // open { typedef TweenerCore_3_t3785815898 * (*FunctionPointerType) (RuntimeObject *, Transform_t3600365921 *, Quaternion_t2301928331 , float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___target0, ___endValue1, ___duration2, targetMethod); } } else { // closed { typedef TweenerCore_3_t3785815898 * (*FunctionPointerType) (RuntimeObject *, void*, Transform_t3600365921 *, Quaternion_t2301928331 , float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___target0, ___endValue1, ___duration2, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // 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 = GenericInterfaceFuncInvoker3< TweenerCore_3_t3785815898 *, Transform_t3600365921 *, Quaternion_t2301928331 , float >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___duration2); else result = GenericVirtFuncInvoker3< TweenerCore_3_t3785815898 *, Transform_t3600365921 *, Quaternion_t2301928331 , float >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___duration2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< TweenerCore_3_t3785815898 *, Transform_t3600365921 *, Quaternion_t2301928331 , float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___target0, ___endValue1, ___duration2); else result = VirtFuncInvoker3< TweenerCore_3_t3785815898 *, Transform_t3600365921 *, Quaternion_t2301928331 , float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___target0, ___endValue1, ___duration2); } } else { typedef TweenerCore_3_t3785815898 * (*FunctionPointerType) (void*, Transform_t3600365921 *, Quaternion_t2301928331 , float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___target0, ___endValue1, ___duration2, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker2< TweenerCore_3_t3785815898 *, Quaternion_t2301928331 , float >::Invoke(targetMethod, ___target0, ___endValue1, ___duration2); else result = GenericVirtFuncInvoker2< TweenerCore_3_t3785815898 *, Quaternion_t2301928331 , float >::Invoke(targetMethod, ___target0, ___endValue1, ___duration2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< TweenerCore_3_t3785815898 *, Quaternion_t2301928331 , float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___target0, ___endValue1, ___duration2); else result = VirtFuncInvoker2< TweenerCore_3_t3785815898 *, Quaternion_t2301928331 , float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___target0, ___endValue1, ___duration2); } } else { typedef TweenerCore_3_t3785815898 * (*FunctionPointerType) (Transform_t3600365921 *, Quaternion_t2301928331 , float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___target0, ___endValue1, ___duration2, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE144::BeginInvoke(UnityEngine.Transform,UnityEngine.Quaternion,System.Single,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE144_BeginInvoke_m1833560757 (__GEN_DELEGATE144_t651865620 * __this, Transform_t3600365921 * ___target0, Quaternion_t2301928331 ___endValue1, float ___duration2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE144_BeginInvoke_m1833560757_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = ___target0; __d_args[1] = Box(Quaternion_t2301928331_il2cpp_TypeInfo_var, &___endValue1); __d_args[2] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___duration2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE144::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t3785815898 * __GEN_DELEGATE144_EndInvoke_m4014154668 (__GEN_DELEGATE144_t651865620 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (TweenerCore_3_t3785815898 *)__result; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.InternalGlobals/__GEN_DELEGATE145::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE145__ctor_m2157767666 (__GEN_DELEGATE145_t651931156 * __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); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE145::Invoke(UnityEngine.Transform,UnityEngine.Vector3,System.Single,DG.Tweening.RotateMode) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t1299559007 * __GEN_DELEGATE145_Invoke_m18234305 (__GEN_DELEGATE145_t651931156 * __this, Transform_t3600365921 * ___target0, Vector3_t3722313464 ___endValue1, float ___duration2, int32_t ___mode3, const RuntimeMethod* method) { TweenerCore_3_t1299559007 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE145_Invoke_m18234305((__GEN_DELEGATE145_t651931156 *)__this->get_prev_9(), ___target0, ___endValue1, ___duration2, ___mode3, 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 TweenerCore_3_t1299559007 * (*FunctionPointerType) (RuntimeObject *, Transform_t3600365921 *, Vector3_t3722313464 , float, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___target0, ___endValue1, ___duration2, ___mode3, targetMethod); } } else { // closed { typedef TweenerCore_3_t1299559007 * (*FunctionPointerType) (RuntimeObject *, void*, Transform_t3600365921 *, Vector3_t3722313464 , float, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___target0, ___endValue1, ___duration2, ___mode3, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 4) { // 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< TweenerCore_3_t1299559007 *, Transform_t3600365921 *, Vector3_t3722313464 , float, int32_t >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___duration2, ___mode3); else result = GenericVirtFuncInvoker4< TweenerCore_3_t1299559007 *, Transform_t3600365921 *, Vector3_t3722313464 , float, int32_t >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___duration2, ___mode3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker4< TweenerCore_3_t1299559007 *, Transform_t3600365921 *, Vector3_t3722313464 , float, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___target0, ___endValue1, ___duration2, ___mode3); else result = VirtFuncInvoker4< TweenerCore_3_t1299559007 *, Transform_t3600365921 *, Vector3_t3722313464 , float, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___target0, ___endValue1, ___duration2, ___mode3); } } else { typedef TweenerCore_3_t1299559007 * (*FunctionPointerType) (void*, Transform_t3600365921 *, Vector3_t3722313464 , float, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___target0, ___endValue1, ___duration2, ___mode3, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker3< TweenerCore_3_t1299559007 *, Vector3_t3722313464 , float, int32_t >::Invoke(targetMethod, ___target0, ___endValue1, ___duration2, ___mode3); else result = GenericVirtFuncInvoker3< TweenerCore_3_t1299559007 *, Vector3_t3722313464 , float, int32_t >::Invoke(targetMethod, ___target0, ___endValue1, ___duration2, ___mode3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< TweenerCore_3_t1299559007 *, Vector3_t3722313464 , float, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___target0, ___endValue1, ___duration2, ___mode3); else result = VirtFuncInvoker3< TweenerCore_3_t1299559007 *, Vector3_t3722313464 , float, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___target0, ___endValue1, ___duration2, ___mode3); } } else { typedef TweenerCore_3_t1299559007 * (*FunctionPointerType) (Transform_t3600365921 *, Vector3_t3722313464 , float, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___target0, ___endValue1, ___duration2, ___mode3, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE145::BeginInvoke(UnityEngine.Transform,UnityEngine.Vector3,System.Single,DG.Tweening.RotateMode,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE145_BeginInvoke_m976304085 (__GEN_DELEGATE145_t651931156 * __this, Transform_t3600365921 * ___target0, Vector3_t3722313464 ___endValue1, float ___duration2, int32_t ___mode3, AsyncCallback_t3962456242 * ___callback4, RuntimeObject * ___object5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE145_BeginInvoke_m976304085_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[5] = {0}; __d_args[0] = ___target0; __d_args[1] = Box(Vector3_t3722313464_il2cpp_TypeInfo_var, &___endValue1); __d_args[2] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___duration2); __d_args[3] = Box(RotateMode_t2548570174_il2cpp_TypeInfo_var, &___mode3); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback4, (RuntimeObject*)___object5); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE145::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t1299559007 * __GEN_DELEGATE145_EndInvoke_m2635664768 (__GEN_DELEGATE145_t651931156 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (TweenerCore_3_t1299559007 *)__result; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.InternalGlobals/__GEN_DELEGATE146::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE146__ctor_m3094732482 (__GEN_DELEGATE146_t651734548 * __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); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE146::Invoke(UnityEngine.Transform,UnityEngine.Quaternion,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t3785815898 * __GEN_DELEGATE146_Invoke_m2551603583 (__GEN_DELEGATE146_t651734548 * __this, Transform_t3600365921 * ___target0, Quaternion_t2301928331 ___endValue1, float ___duration2, const RuntimeMethod* method) { TweenerCore_3_t3785815898 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE146_Invoke_m2551603583((__GEN_DELEGATE146_t651734548 *)__this->get_prev_9(), ___target0, ___endValue1, ___duration2, 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) == 3) { // open { typedef TweenerCore_3_t3785815898 * (*FunctionPointerType) (RuntimeObject *, Transform_t3600365921 *, Quaternion_t2301928331 , float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___target0, ___endValue1, ___duration2, targetMethod); } } else { // closed { typedef TweenerCore_3_t3785815898 * (*FunctionPointerType) (RuntimeObject *, void*, Transform_t3600365921 *, Quaternion_t2301928331 , float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___target0, ___endValue1, ___duration2, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // 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 = GenericInterfaceFuncInvoker3< TweenerCore_3_t3785815898 *, Transform_t3600365921 *, Quaternion_t2301928331 , float >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___duration2); else result = GenericVirtFuncInvoker3< TweenerCore_3_t3785815898 *, Transform_t3600365921 *, Quaternion_t2301928331 , float >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___duration2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< TweenerCore_3_t3785815898 *, Transform_t3600365921 *, Quaternion_t2301928331 , float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___target0, ___endValue1, ___duration2); else result = VirtFuncInvoker3< TweenerCore_3_t3785815898 *, Transform_t3600365921 *, Quaternion_t2301928331 , float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___target0, ___endValue1, ___duration2); } } else { typedef TweenerCore_3_t3785815898 * (*FunctionPointerType) (void*, Transform_t3600365921 *, Quaternion_t2301928331 , float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___target0, ___endValue1, ___duration2, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker2< TweenerCore_3_t3785815898 *, Quaternion_t2301928331 , float >::Invoke(targetMethod, ___target0, ___endValue1, ___duration2); else result = GenericVirtFuncInvoker2< TweenerCore_3_t3785815898 *, Quaternion_t2301928331 , float >::Invoke(targetMethod, ___target0, ___endValue1, ___duration2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< TweenerCore_3_t3785815898 *, Quaternion_t2301928331 , float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___target0, ___endValue1, ___duration2); else result = VirtFuncInvoker2< TweenerCore_3_t3785815898 *, Quaternion_t2301928331 , float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___target0, ___endValue1, ___duration2); } } else { typedef TweenerCore_3_t3785815898 * (*FunctionPointerType) (Transform_t3600365921 *, Quaternion_t2301928331 , float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___target0, ___endValue1, ___duration2, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE146::BeginInvoke(UnityEngine.Transform,UnityEngine.Quaternion,System.Single,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE146_BeginInvoke_m74645780 (__GEN_DELEGATE146_t651734548 * __this, Transform_t3600365921 * ___target0, Quaternion_t2301928331 ___endValue1, float ___duration2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE146_BeginInvoke_m74645780_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = ___target0; __d_args[1] = Box(Quaternion_t2301928331_il2cpp_TypeInfo_var, &___endValue1); __d_args[2] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___duration2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE146::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t3785815898 * __GEN_DELEGATE146_EndInvoke_m3004789966 (__GEN_DELEGATE146_t651734548 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (TweenerCore_3_t3785815898 *)__result; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.InternalGlobals/__GEN_DELEGATE147::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE147__ctor_m2435990073 (__GEN_DELEGATE147_t651800084 * __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); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE147::Invoke(UnityEngine.Transform,UnityEngine.Vector3,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t2944330537 * __GEN_DELEGATE147_Invoke_m2348445602 (__GEN_DELEGATE147_t651800084 * __this, Transform_t3600365921 * ___target0, Vector3_t3722313464 ___endValue1, float ___duration2, const RuntimeMethod* method) { TweenerCore_3_t2944330537 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE147_Invoke_m2348445602((__GEN_DELEGATE147_t651800084 *)__this->get_prev_9(), ___target0, ___endValue1, ___duration2, 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) == 3) { // open { typedef TweenerCore_3_t2944330537 * (*FunctionPointerType) (RuntimeObject *, Transform_t3600365921 *, Vector3_t3722313464 , float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___target0, ___endValue1, ___duration2, targetMethod); } } else { // closed { typedef TweenerCore_3_t2944330537 * (*FunctionPointerType) (RuntimeObject *, void*, Transform_t3600365921 *, Vector3_t3722313464 , float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___target0, ___endValue1, ___duration2, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // 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 = GenericInterfaceFuncInvoker3< TweenerCore_3_t2944330537 *, Transform_t3600365921 *, Vector3_t3722313464 , float >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___duration2); else result = GenericVirtFuncInvoker3< TweenerCore_3_t2944330537 *, Transform_t3600365921 *, Vector3_t3722313464 , float >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___duration2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< TweenerCore_3_t2944330537 *, Transform_t3600365921 *, Vector3_t3722313464 , float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___target0, ___endValue1, ___duration2); else result = VirtFuncInvoker3< TweenerCore_3_t2944330537 *, Transform_t3600365921 *, Vector3_t3722313464 , float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___target0, ___endValue1, ___duration2); } } else { typedef TweenerCore_3_t2944330537 * (*FunctionPointerType) (void*, Transform_t3600365921 *, Vector3_t3722313464 , float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___target0, ___endValue1, ___duration2, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker2< TweenerCore_3_t2944330537 *, Vector3_t3722313464 , float >::Invoke(targetMethod, ___target0, ___endValue1, ___duration2); else result = GenericVirtFuncInvoker2< TweenerCore_3_t2944330537 *, Vector3_t3722313464 , float >::Invoke(targetMethod, ___target0, ___endValue1, ___duration2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< TweenerCore_3_t2944330537 *, Vector3_t3722313464 , float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___target0, ___endValue1, ___duration2); else result = VirtFuncInvoker2< TweenerCore_3_t2944330537 *, Vector3_t3722313464 , float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___target0, ___endValue1, ___duration2); } } else { typedef TweenerCore_3_t2944330537 * (*FunctionPointerType) (Transform_t3600365921 *, Vector3_t3722313464 , float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___target0, ___endValue1, ___duration2, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE147::BeginInvoke(UnityEngine.Transform,UnityEngine.Vector3,System.Single,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE147_BeginInvoke_m4003694298 (__GEN_DELEGATE147_t651800084 * __this, Transform_t3600365921 * ___target0, Vector3_t3722313464 ___endValue1, float ___duration2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE147_BeginInvoke_m4003694298_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = ___target0; __d_args[1] = Box(Vector3_t3722313464_il2cpp_TypeInfo_var, &___endValue1); __d_args[2] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___duration2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE147::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t2944330537 * __GEN_DELEGATE147_EndInvoke_m3842648948 (__GEN_DELEGATE147_t651800084 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (TweenerCore_3_t2944330537 *)__result; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.InternalGlobals/__GEN_DELEGATE148::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE148__ctor_m1634470070 (__GEN_DELEGATE148_t652127764 * __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); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE148::Invoke(UnityEngine.Transform,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t2944330537 * __GEN_DELEGATE148_Invoke_m678139060 (__GEN_DELEGATE148_t652127764 * __this, Transform_t3600365921 * ___target0, float ___endValue1, float ___duration2, const RuntimeMethod* method) { TweenerCore_3_t2944330537 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE148_Invoke_m678139060((__GEN_DELEGATE148_t652127764 *)__this->get_prev_9(), ___target0, ___endValue1, ___duration2, 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) == 3) { // open { typedef TweenerCore_3_t2944330537 * (*FunctionPointerType) (RuntimeObject *, Transform_t3600365921 *, float, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___target0, ___endValue1, ___duration2, targetMethod); } } else { // closed { typedef TweenerCore_3_t2944330537 * (*FunctionPointerType) (RuntimeObject *, void*, Transform_t3600365921 *, float, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___target0, ___endValue1, ___duration2, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // 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 = GenericInterfaceFuncInvoker3< TweenerCore_3_t2944330537 *, Transform_t3600365921 *, float, float >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___duration2); else result = GenericVirtFuncInvoker3< TweenerCore_3_t2944330537 *, Transform_t3600365921 *, float, float >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___duration2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< TweenerCore_3_t2944330537 *, Transform_t3600365921 *, float, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___target0, ___endValue1, ___duration2); else result = VirtFuncInvoker3< TweenerCore_3_t2944330537 *, Transform_t3600365921 *, float, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___target0, ___endValue1, ___duration2); } } else { typedef TweenerCore_3_t2944330537 * (*FunctionPointerType) (void*, Transform_t3600365921 *, float, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___target0, ___endValue1, ___duration2, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker2< TweenerCore_3_t2944330537 *, float, float >::Invoke(targetMethod, ___target0, ___endValue1, ___duration2); else result = GenericVirtFuncInvoker2< TweenerCore_3_t2944330537 *, float, float >::Invoke(targetMethod, ___target0, ___endValue1, ___duration2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< TweenerCore_3_t2944330537 *, float, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___target0, ___endValue1, ___duration2); else result = VirtFuncInvoker2< TweenerCore_3_t2944330537 *, float, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___target0, ___endValue1, ___duration2); } } else { typedef TweenerCore_3_t2944330537 * (*FunctionPointerType) (Transform_t3600365921 *, float, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___target0, ___endValue1, ___duration2, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE148::BeginInvoke(UnityEngine.Transform,System.Single,System.Single,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE148_BeginInvoke_m1603779561 (__GEN_DELEGATE148_t652127764 * __this, Transform_t3600365921 * ___target0, float ___endValue1, float ___duration2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE148_BeginInvoke_m1603779561_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = ___target0; __d_args[1] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___endValue1); __d_args[2] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___duration2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE148::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t2944330537 * __GEN_DELEGATE148_EndInvoke_m4275190365 (__GEN_DELEGATE148_t652127764 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (TweenerCore_3_t2944330537 *)__result; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.InternalGlobals/__GEN_DELEGATE149::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE149__ctor_m3795826284 (__GEN_DELEGATE149_t652193300 * __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); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE149::Invoke(UnityEngine.Transform,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t2944330537 * __GEN_DELEGATE149_Invoke_m1000362883 (__GEN_DELEGATE149_t652193300 * __this, Transform_t3600365921 * ___target0, float ___endValue1, float ___duration2, const RuntimeMethod* method) { TweenerCore_3_t2944330537 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE149_Invoke_m1000362883((__GEN_DELEGATE149_t652193300 *)__this->get_prev_9(), ___target0, ___endValue1, ___duration2, 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) == 3) { // open { typedef TweenerCore_3_t2944330537 * (*FunctionPointerType) (RuntimeObject *, Transform_t3600365921 *, float, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___target0, ___endValue1, ___duration2, targetMethod); } } else { // closed { typedef TweenerCore_3_t2944330537 * (*FunctionPointerType) (RuntimeObject *, void*, Transform_t3600365921 *, float, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___target0, ___endValue1, ___duration2, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // 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 = GenericInterfaceFuncInvoker3< TweenerCore_3_t2944330537 *, Transform_t3600365921 *, float, float >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___duration2); else result = GenericVirtFuncInvoker3< TweenerCore_3_t2944330537 *, Transform_t3600365921 *, float, float >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___duration2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< TweenerCore_3_t2944330537 *, Transform_t3600365921 *, float, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___target0, ___endValue1, ___duration2); else result = VirtFuncInvoker3< TweenerCore_3_t2944330537 *, Transform_t3600365921 *, float, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___target0, ___endValue1, ___duration2); } } else { typedef TweenerCore_3_t2944330537 * (*FunctionPointerType) (void*, Transform_t3600365921 *, float, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___target0, ___endValue1, ___duration2, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker2< TweenerCore_3_t2944330537 *, float, float >::Invoke(targetMethod, ___target0, ___endValue1, ___duration2); else result = GenericVirtFuncInvoker2< TweenerCore_3_t2944330537 *, float, float >::Invoke(targetMethod, ___target0, ___endValue1, ___duration2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< TweenerCore_3_t2944330537 *, float, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___target0, ___endValue1, ___duration2); else result = VirtFuncInvoker2< TweenerCore_3_t2944330537 *, float, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___target0, ___endValue1, ___duration2); } } else { typedef TweenerCore_3_t2944330537 * (*FunctionPointerType) (Transform_t3600365921 *, float, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___target0, ___endValue1, ___duration2, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE149::BeginInvoke(UnityEngine.Transform,System.Single,System.Single,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE149_BeginInvoke_m3552712693 (__GEN_DELEGATE149_t652193300 * __this, Transform_t3600365921 * ___target0, float ___endValue1, float ___duration2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE149_BeginInvoke_m3552712693_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = ___target0; __d_args[1] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___endValue1); __d_args[2] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___duration2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE149::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t2944330537 * __GEN_DELEGATE149_EndInvoke_m2723932948 (__GEN_DELEGATE149_t652193300 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (TweenerCore_3_t2944330537 *)__result; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.InternalGlobals/__GEN_DELEGATE15::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE15__ctor_m3020189218 (__GEN_DELEGATE15_t654749205 * __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); } // UnityEngine.YieldInstruction XLua.InternalGlobals/__GEN_DELEGATE15::Invoke(DG.Tweening.Tween) extern "C" IL2CPP_METHOD_ATTR YieldInstruction_t403091072 * __GEN_DELEGATE15_Invoke_m3118191814 (__GEN_DELEGATE15_t654749205 * __this, Tween_t2342918553 * ___t0, const RuntimeMethod* method) { YieldInstruction_t403091072 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE15_Invoke_m3118191814((__GEN_DELEGATE15_t654749205 *)__this->get_prev_9(), ___t0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef YieldInstruction_t403091072 * (*FunctionPointerType) (RuntimeObject *, Tween_t2342918553 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___t0, targetMethod); } } else { // closed { typedef YieldInstruction_t403091072 * (*FunctionPointerType) (RuntimeObject *, void*, Tween_t2342918553 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___t0, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker1< YieldInstruction_t403091072 *, Tween_t2342918553 * >::Invoke(targetMethod, targetThis, ___t0); else result = GenericVirtFuncInvoker1< YieldInstruction_t403091072 *, Tween_t2342918553 * >::Invoke(targetMethod, targetThis, ___t0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< YieldInstruction_t403091072 *, Tween_t2342918553 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___t0); else result = VirtFuncInvoker1< YieldInstruction_t403091072 *, Tween_t2342918553 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___t0); } } else { typedef YieldInstruction_t403091072 * (*FunctionPointerType) (void*, Tween_t2342918553 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___t0, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker0< YieldInstruction_t403091072 * >::Invoke(targetMethod, ___t0); else result = GenericVirtFuncInvoker0< YieldInstruction_t403091072 * >::Invoke(targetMethod, ___t0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker0< YieldInstruction_t403091072 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___t0); else result = VirtFuncInvoker0< YieldInstruction_t403091072 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___t0); } } else { typedef YieldInstruction_t403091072 * (*FunctionPointerType) (Tween_t2342918553 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___t0, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE15::BeginInvoke(DG.Tweening.Tween,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE15_BeginInvoke_m400531699 (__GEN_DELEGATE15_t654749205 * __this, Tween_t2342918553 * ___t0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { void *__d_args[2] = {0}; __d_args[0] = ___t0; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // UnityEngine.YieldInstruction XLua.InternalGlobals/__GEN_DELEGATE15::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR YieldInstruction_t403091072 * __GEN_DELEGATE15_EndInvoke_m4219470809 (__GEN_DELEGATE15_t654749205 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (YieldInstruction_t403091072 *)__result; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.InternalGlobals/__GEN_DELEGATE150::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE150__ctor_m742974955 (__GEN_DELEGATE150_t651603477 * __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); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE150::Invoke(UnityEngine.Transform,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t2944330537 * __GEN_DELEGATE150_Invoke_m2415617588 (__GEN_DELEGATE150_t651603477 * __this, Transform_t3600365921 * ___target0, float ___endValue1, float ___duration2, const RuntimeMethod* method) { TweenerCore_3_t2944330537 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE150_Invoke_m2415617588((__GEN_DELEGATE150_t651603477 *)__this->get_prev_9(), ___target0, ___endValue1, ___duration2, 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) == 3) { // open { typedef TweenerCore_3_t2944330537 * (*FunctionPointerType) (RuntimeObject *, Transform_t3600365921 *, float, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___target0, ___endValue1, ___duration2, targetMethod); } } else { // closed { typedef TweenerCore_3_t2944330537 * (*FunctionPointerType) (RuntimeObject *, void*, Transform_t3600365921 *, float, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___target0, ___endValue1, ___duration2, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // 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 = GenericInterfaceFuncInvoker3< TweenerCore_3_t2944330537 *, Transform_t3600365921 *, float, float >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___duration2); else result = GenericVirtFuncInvoker3< TweenerCore_3_t2944330537 *, Transform_t3600365921 *, float, float >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___duration2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< TweenerCore_3_t2944330537 *, Transform_t3600365921 *, float, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___target0, ___endValue1, ___duration2); else result = VirtFuncInvoker3< TweenerCore_3_t2944330537 *, Transform_t3600365921 *, float, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___target0, ___endValue1, ___duration2); } } else { typedef TweenerCore_3_t2944330537 * (*FunctionPointerType) (void*, Transform_t3600365921 *, float, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___target0, ___endValue1, ___duration2, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker2< TweenerCore_3_t2944330537 *, float, float >::Invoke(targetMethod, ___target0, ___endValue1, ___duration2); else result = GenericVirtFuncInvoker2< TweenerCore_3_t2944330537 *, float, float >::Invoke(targetMethod, ___target0, ___endValue1, ___duration2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< TweenerCore_3_t2944330537 *, float, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___target0, ___endValue1, ___duration2); else result = VirtFuncInvoker2< TweenerCore_3_t2944330537 *, float, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___target0, ___endValue1, ___duration2); } } else { typedef TweenerCore_3_t2944330537 * (*FunctionPointerType) (Transform_t3600365921 *, float, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___target0, ___endValue1, ___duration2, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE150::BeginInvoke(UnityEngine.Transform,System.Single,System.Single,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE150_BeginInvoke_m200763448 (__GEN_DELEGATE150_t651603477 * __this, Transform_t3600365921 * ___target0, float ___endValue1, float ___duration2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE150_BeginInvoke_m200763448_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = ___target0; __d_args[1] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___endValue1); __d_args[2] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___duration2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE150::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t2944330537 * __GEN_DELEGATE150_EndInvoke_m2022735536 (__GEN_DELEGATE150_t651603477 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (TweenerCore_3_t2944330537 *)__result; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.InternalGlobals/__GEN_DELEGATE151::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE151__ctor_m3130469306 (__GEN_DELEGATE151_t651669013 * __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); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE151::Invoke(UnityEngine.Transform,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t2944330537 * __GEN_DELEGATE151_Invoke_m1186907541 (__GEN_DELEGATE151_t651669013 * __this, Transform_t3600365921 * ___target0, float ___endValue1, float ___duration2, const RuntimeMethod* method) { TweenerCore_3_t2944330537 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE151_Invoke_m1186907541((__GEN_DELEGATE151_t651669013 *)__this->get_prev_9(), ___target0, ___endValue1, ___duration2, 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) == 3) { // open { typedef TweenerCore_3_t2944330537 * (*FunctionPointerType) (RuntimeObject *, Transform_t3600365921 *, float, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___target0, ___endValue1, ___duration2, targetMethod); } } else { // closed { typedef TweenerCore_3_t2944330537 * (*FunctionPointerType) (RuntimeObject *, void*, Transform_t3600365921 *, float, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___target0, ___endValue1, ___duration2, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // 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 = GenericInterfaceFuncInvoker3< TweenerCore_3_t2944330537 *, Transform_t3600365921 *, float, float >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___duration2); else result = GenericVirtFuncInvoker3< TweenerCore_3_t2944330537 *, Transform_t3600365921 *, float, float >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___duration2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< TweenerCore_3_t2944330537 *, Transform_t3600365921 *, float, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___target0, ___endValue1, ___duration2); else result = VirtFuncInvoker3< TweenerCore_3_t2944330537 *, Transform_t3600365921 *, float, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___target0, ___endValue1, ___duration2); } } else { typedef TweenerCore_3_t2944330537 * (*FunctionPointerType) (void*, Transform_t3600365921 *, float, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___target0, ___endValue1, ___duration2, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker2< TweenerCore_3_t2944330537 *, float, float >::Invoke(targetMethod, ___target0, ___endValue1, ___duration2); else result = GenericVirtFuncInvoker2< TweenerCore_3_t2944330537 *, float, float >::Invoke(targetMethod, ___target0, ___endValue1, ___duration2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< TweenerCore_3_t2944330537 *, float, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___target0, ___endValue1, ___duration2); else result = VirtFuncInvoker2< TweenerCore_3_t2944330537 *, float, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___target0, ___endValue1, ___duration2); } } else { typedef TweenerCore_3_t2944330537 * (*FunctionPointerType) (Transform_t3600365921 *, float, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___target0, ___endValue1, ___duration2, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE151::BeginInvoke(UnityEngine.Transform,System.Single,System.Single,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE151_BeginInvoke_m2952900177 (__GEN_DELEGATE151_t651669013 * __this, Transform_t3600365921 * ___target0, float ___endValue1, float ___duration2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE151_BeginInvoke_m2952900177_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = ___target0; __d_args[1] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___endValue1); __d_args[2] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___duration2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE151::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t2944330537 * __GEN_DELEGATE151_EndInvoke_m4245548482 (__GEN_DELEGATE151_t651669013 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (TweenerCore_3_t2944330537 *)__result; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.InternalGlobals/__GEN_DELEGATE152::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE152__ctor_m1986023063 (__GEN_DELEGATE152_t651472405 * __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); } // DG.Tweening.Tweener XLua.InternalGlobals/__GEN_DELEGATE152::Invoke(UnityEngine.Transform,UnityEngine.Vector3,System.Single,DG.Tweening.AxisConstraint,System.Nullable`1) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE152_Invoke_m1607026825 (__GEN_DELEGATE152_t651472405 * __this, Transform_t3600365921 * ___target0, Vector3_t3722313464 ___towards1, float ___duration2, int32_t ___axisConstraint3, Nullable_1_t1149908250 ___up4, const RuntimeMethod* method) { Tweener_t436044680 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE152_Invoke_m1607026825((__GEN_DELEGATE152_t651472405 *)__this->get_prev_9(), ___target0, ___towards1, ___duration2, ___axisConstraint3, ___up4, 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) == 5) { // open { typedef Tweener_t436044680 * (*FunctionPointerType) (RuntimeObject *, Transform_t3600365921 *, Vector3_t3722313464 , float, int32_t, Nullable_1_t1149908250 , const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___target0, ___towards1, ___duration2, ___axisConstraint3, ___up4, targetMethod); } } else { // closed { typedef Tweener_t436044680 * (*FunctionPointerType) (RuntimeObject *, void*, Transform_t3600365921 *, Vector3_t3722313464 , float, int32_t, Nullable_1_t1149908250 , const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___target0, ___towards1, ___duration2, ___axisConstraint3, ___up4, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 5) { // 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 = GenericInterfaceFuncInvoker5< Tweener_t436044680 *, Transform_t3600365921 *, Vector3_t3722313464 , float, int32_t, Nullable_1_t1149908250 >::Invoke(targetMethod, targetThis, ___target0, ___towards1, ___duration2, ___axisConstraint3, ___up4); else result = GenericVirtFuncInvoker5< Tweener_t436044680 *, Transform_t3600365921 *, Vector3_t3722313464 , float, int32_t, Nullable_1_t1149908250 >::Invoke(targetMethod, targetThis, ___target0, ___towards1, ___duration2, ___axisConstraint3, ___up4); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker5< Tweener_t436044680 *, Transform_t3600365921 *, Vector3_t3722313464 , float, int32_t, Nullable_1_t1149908250 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___target0, ___towards1, ___duration2, ___axisConstraint3, ___up4); else result = VirtFuncInvoker5< Tweener_t436044680 *, Transform_t3600365921 *, Vector3_t3722313464 , float, int32_t, Nullable_1_t1149908250 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___target0, ___towards1, ___duration2, ___axisConstraint3, ___up4); } } else { typedef Tweener_t436044680 * (*FunctionPointerType) (void*, Transform_t3600365921 *, Vector3_t3722313464 , float, int32_t, Nullable_1_t1149908250 , const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___target0, ___towards1, ___duration2, ___axisConstraint3, ___up4, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker4< Tweener_t436044680 *, Vector3_t3722313464 , float, int32_t, Nullable_1_t1149908250 >::Invoke(targetMethod, ___target0, ___towards1, ___duration2, ___axisConstraint3, ___up4); else result = GenericVirtFuncInvoker4< Tweener_t436044680 *, Vector3_t3722313464 , float, int32_t, Nullable_1_t1149908250 >::Invoke(targetMethod, ___target0, ___towards1, ___duration2, ___axisConstraint3, ___up4); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker4< Tweener_t436044680 *, Vector3_t3722313464 , float, int32_t, Nullable_1_t1149908250 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___target0, ___towards1, ___duration2, ___axisConstraint3, ___up4); else result = VirtFuncInvoker4< Tweener_t436044680 *, Vector3_t3722313464 , float, int32_t, Nullable_1_t1149908250 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___target0, ___towards1, ___duration2, ___axisConstraint3, ___up4); } } else { typedef Tweener_t436044680 * (*FunctionPointerType) (Transform_t3600365921 *, Vector3_t3722313464 , float, int32_t, Nullable_1_t1149908250 , const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___target0, ___towards1, ___duration2, ___axisConstraint3, ___up4, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE152::BeginInvoke(UnityEngine.Transform,UnityEngine.Vector3,System.Single,DG.Tweening.AxisConstraint,System.Nullable`1,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE152_BeginInvoke_m1776071582 (__GEN_DELEGATE152_t651472405 * __this, Transform_t3600365921 * ___target0, Vector3_t3722313464 ___towards1, float ___duration2, int32_t ___axisConstraint3, Nullable_1_t1149908250 ___up4, AsyncCallback_t3962456242 * ___callback5, RuntimeObject * ___object6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE152_BeginInvoke_m1776071582_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[6] = {0}; __d_args[0] = ___target0; __d_args[1] = Box(Vector3_t3722313464_il2cpp_TypeInfo_var, &___towards1); __d_args[2] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___duration2); __d_args[3] = Box(AxisConstraint_t2771958344_il2cpp_TypeInfo_var, &___axisConstraint3); __d_args[4] = Box(Nullable_1_t1149908250_il2cpp_TypeInfo_var, &___up4); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback5, (RuntimeObject*)___object6); } // DG.Tweening.Tweener XLua.InternalGlobals/__GEN_DELEGATE152::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE152_EndInvoke_m2608284220 (__GEN_DELEGATE152_t651472405 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (Tweener_t436044680 *)__result; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.InternalGlobals/__GEN_DELEGATE153::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE153__ctor_m3722731069 (__GEN_DELEGATE153_t651537941 * __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); } // DG.Tweening.Tweener XLua.InternalGlobals/__GEN_DELEGATE153::Invoke(UnityEngine.Transform,UnityEngine.Vector3,System.Single,System.Int32,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE153_Invoke_m35779753 (__GEN_DELEGATE153_t651537941 * __this, Transform_t3600365921 * ___target0, Vector3_t3722313464 ___punch1, float ___duration2, int32_t ___vibrato3, float ___elasticity4, bool ___snapping5, const RuntimeMethod* method) { Tweener_t436044680 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE153_Invoke_m35779753((__GEN_DELEGATE153_t651537941 *)__this->get_prev_9(), ___target0, ___punch1, ___duration2, ___vibrato3, ___elasticity4, ___snapping5, 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) == 6) { // open { typedef Tweener_t436044680 * (*FunctionPointerType) (RuntimeObject *, Transform_t3600365921 *, Vector3_t3722313464 , float, int32_t, float, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___target0, ___punch1, ___duration2, ___vibrato3, ___elasticity4, ___snapping5, targetMethod); } } else { // closed { typedef Tweener_t436044680 * (*FunctionPointerType) (RuntimeObject *, void*, Transform_t3600365921 *, Vector3_t3722313464 , float, int32_t, float, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___target0, ___punch1, ___duration2, ___vibrato3, ___elasticity4, ___snapping5, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 6) { // 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 = GenericInterfaceFuncInvoker6< Tweener_t436044680 *, Transform_t3600365921 *, Vector3_t3722313464 , float, int32_t, float, bool >::Invoke(targetMethod, targetThis, ___target0, ___punch1, ___duration2, ___vibrato3, ___elasticity4, ___snapping5); else result = GenericVirtFuncInvoker6< Tweener_t436044680 *, Transform_t3600365921 *, Vector3_t3722313464 , float, int32_t, float, bool >::Invoke(targetMethod, targetThis, ___target0, ___punch1, ___duration2, ___vibrato3, ___elasticity4, ___snapping5); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker6< Tweener_t436044680 *, Transform_t3600365921 *, Vector3_t3722313464 , float, int32_t, float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___target0, ___punch1, ___duration2, ___vibrato3, ___elasticity4, ___snapping5); else result = VirtFuncInvoker6< Tweener_t436044680 *, Transform_t3600365921 *, Vector3_t3722313464 , float, int32_t, float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___target0, ___punch1, ___duration2, ___vibrato3, ___elasticity4, ___snapping5); } } else { typedef Tweener_t436044680 * (*FunctionPointerType) (void*, Transform_t3600365921 *, Vector3_t3722313464 , float, int32_t, float, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___target0, ___punch1, ___duration2, ___vibrato3, ___elasticity4, ___snapping5, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker5< Tweener_t436044680 *, Vector3_t3722313464 , float, int32_t, float, bool >::Invoke(targetMethod, ___target0, ___punch1, ___duration2, ___vibrato3, ___elasticity4, ___snapping5); else result = GenericVirtFuncInvoker5< Tweener_t436044680 *, Vector3_t3722313464 , float, int32_t, float, bool >::Invoke(targetMethod, ___target0, ___punch1, ___duration2, ___vibrato3, ___elasticity4, ___snapping5); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker5< Tweener_t436044680 *, Vector3_t3722313464 , float, int32_t, float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___target0, ___punch1, ___duration2, ___vibrato3, ___elasticity4, ___snapping5); else result = VirtFuncInvoker5< Tweener_t436044680 *, Vector3_t3722313464 , float, int32_t, float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___target0, ___punch1, ___duration2, ___vibrato3, ___elasticity4, ___snapping5); } } else { typedef Tweener_t436044680 * (*FunctionPointerType) (Transform_t3600365921 *, Vector3_t3722313464 , float, int32_t, float, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___target0, ___punch1, ___duration2, ___vibrato3, ___elasticity4, ___snapping5, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE153::BeginInvoke(UnityEngine.Transform,UnityEngine.Vector3,System.Single,System.Int32,System.Single,System.Boolean,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE153_BeginInvoke_m944650476 (__GEN_DELEGATE153_t651537941 * __this, Transform_t3600365921 * ___target0, Vector3_t3722313464 ___punch1, float ___duration2, int32_t ___vibrato3, float ___elasticity4, bool ___snapping5, AsyncCallback_t3962456242 * ___callback6, RuntimeObject * ___object7, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE153_BeginInvoke_m944650476_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[7] = {0}; __d_args[0] = ___target0; __d_args[1] = Box(Vector3_t3722313464_il2cpp_TypeInfo_var, &___punch1); __d_args[2] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___duration2); __d_args[3] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___vibrato3); __d_args[4] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___elasticity4); __d_args[5] = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &___snapping5); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback6, (RuntimeObject*)___object7); } // DG.Tweening.Tweener XLua.InternalGlobals/__GEN_DELEGATE153::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE153_EndInvoke_m2537584784 (__GEN_DELEGATE153_t651537941 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (Tweener_t436044680 *)__result; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.InternalGlobals/__GEN_DELEGATE154::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE154__ctor_m776915349 (__GEN_DELEGATE154_t651865621 * __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); } // DG.Tweening.Tweener XLua.InternalGlobals/__GEN_DELEGATE154::Invoke(UnityEngine.Transform,UnityEngine.Vector3,System.Single,System.Int32,System.Single) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE154_Invoke_m2381020360 (__GEN_DELEGATE154_t651865621 * __this, Transform_t3600365921 * ___target0, Vector3_t3722313464 ___punch1, float ___duration2, int32_t ___vibrato3, float ___elasticity4, const RuntimeMethod* method) { Tweener_t436044680 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE154_Invoke_m2381020360((__GEN_DELEGATE154_t651865621 *)__this->get_prev_9(), ___target0, ___punch1, ___duration2, ___vibrato3, ___elasticity4, 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) == 5) { // open { typedef Tweener_t436044680 * (*FunctionPointerType) (RuntimeObject *, Transform_t3600365921 *, Vector3_t3722313464 , float, int32_t, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___target0, ___punch1, ___duration2, ___vibrato3, ___elasticity4, targetMethod); } } else { // closed { typedef Tweener_t436044680 * (*FunctionPointerType) (RuntimeObject *, void*, Transform_t3600365921 *, Vector3_t3722313464 , float, int32_t, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___target0, ___punch1, ___duration2, ___vibrato3, ___elasticity4, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 5) { // 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 = GenericInterfaceFuncInvoker5< Tweener_t436044680 *, Transform_t3600365921 *, Vector3_t3722313464 , float, int32_t, float >::Invoke(targetMethod, targetThis, ___target0, ___punch1, ___duration2, ___vibrato3, ___elasticity4); else result = GenericVirtFuncInvoker5< Tweener_t436044680 *, Transform_t3600365921 *, Vector3_t3722313464 , float, int32_t, float >::Invoke(targetMethod, targetThis, ___target0, ___punch1, ___duration2, ___vibrato3, ___elasticity4); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker5< Tweener_t436044680 *, Transform_t3600365921 *, Vector3_t3722313464 , float, int32_t, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___target0, ___punch1, ___duration2, ___vibrato3, ___elasticity4); else result = VirtFuncInvoker5< Tweener_t436044680 *, Transform_t3600365921 *, Vector3_t3722313464 , float, int32_t, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___target0, ___punch1, ___duration2, ___vibrato3, ___elasticity4); } } else { typedef Tweener_t436044680 * (*FunctionPointerType) (void*, Transform_t3600365921 *, Vector3_t3722313464 , float, int32_t, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___target0, ___punch1, ___duration2, ___vibrato3, ___elasticity4, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker4< Tweener_t436044680 *, Vector3_t3722313464 , float, int32_t, float >::Invoke(targetMethod, ___target0, ___punch1, ___duration2, ___vibrato3, ___elasticity4); else result = GenericVirtFuncInvoker4< Tweener_t436044680 *, Vector3_t3722313464 , float, int32_t, float >::Invoke(targetMethod, ___target0, ___punch1, ___duration2, ___vibrato3, ___elasticity4); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker4< Tweener_t436044680 *, Vector3_t3722313464 , float, int32_t, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___target0, ___punch1, ___duration2, ___vibrato3, ___elasticity4); else result = VirtFuncInvoker4< Tweener_t436044680 *, Vector3_t3722313464 , float, int32_t, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___target0, ___punch1, ___duration2, ___vibrato3, ___elasticity4); } } else { typedef Tweener_t436044680 * (*FunctionPointerType) (Transform_t3600365921 *, Vector3_t3722313464 , float, int32_t, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___target0, ___punch1, ___duration2, ___vibrato3, ___elasticity4, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE154::BeginInvoke(UnityEngine.Transform,UnityEngine.Vector3,System.Single,System.Int32,System.Single,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE154_BeginInvoke_m118208315 (__GEN_DELEGATE154_t651865621 * __this, Transform_t3600365921 * ___target0, Vector3_t3722313464 ___punch1, float ___duration2, int32_t ___vibrato3, float ___elasticity4, AsyncCallback_t3962456242 * ___callback5, RuntimeObject * ___object6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE154_BeginInvoke_m118208315_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[6] = {0}; __d_args[0] = ___target0; __d_args[1] = Box(Vector3_t3722313464_il2cpp_TypeInfo_var, &___punch1); __d_args[2] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___duration2); __d_args[3] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___vibrato3); __d_args[4] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___elasticity4); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback5, (RuntimeObject*)___object6); } // DG.Tweening.Tweener XLua.InternalGlobals/__GEN_DELEGATE154::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE154_EndInvoke_m865095927 (__GEN_DELEGATE154_t651865621 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (Tweener_t436044680 *)__result; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.InternalGlobals/__GEN_DELEGATE155::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE155__ctor_m4006069506 (__GEN_DELEGATE155_t651931157 * __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); } // DG.Tweening.Tweener XLua.InternalGlobals/__GEN_DELEGATE155::Invoke(UnityEngine.Transform,UnityEngine.Vector3,System.Single,System.Int32,System.Single) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE155_Invoke_m1410147936 (__GEN_DELEGATE155_t651931157 * __this, Transform_t3600365921 * ___target0, Vector3_t3722313464 ___punch1, float ___duration2, int32_t ___vibrato3, float ___elasticity4, const RuntimeMethod* method) { Tweener_t436044680 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE155_Invoke_m1410147936((__GEN_DELEGATE155_t651931157 *)__this->get_prev_9(), ___target0, ___punch1, ___duration2, ___vibrato3, ___elasticity4, 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) == 5) { // open { typedef Tweener_t436044680 * (*FunctionPointerType) (RuntimeObject *, Transform_t3600365921 *, Vector3_t3722313464 , float, int32_t, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___target0, ___punch1, ___duration2, ___vibrato3, ___elasticity4, targetMethod); } } else { // closed { typedef Tweener_t436044680 * (*FunctionPointerType) (RuntimeObject *, void*, Transform_t3600365921 *, Vector3_t3722313464 , float, int32_t, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___target0, ___punch1, ___duration2, ___vibrato3, ___elasticity4, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 5) { // 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 = GenericInterfaceFuncInvoker5< Tweener_t436044680 *, Transform_t3600365921 *, Vector3_t3722313464 , float, int32_t, float >::Invoke(targetMethod, targetThis, ___target0, ___punch1, ___duration2, ___vibrato3, ___elasticity4); else result = GenericVirtFuncInvoker5< Tweener_t436044680 *, Transform_t3600365921 *, Vector3_t3722313464 , float, int32_t, float >::Invoke(targetMethod, targetThis, ___target0, ___punch1, ___duration2, ___vibrato3, ___elasticity4); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker5< Tweener_t436044680 *, Transform_t3600365921 *, Vector3_t3722313464 , float, int32_t, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___target0, ___punch1, ___duration2, ___vibrato3, ___elasticity4); else result = VirtFuncInvoker5< Tweener_t436044680 *, Transform_t3600365921 *, Vector3_t3722313464 , float, int32_t, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___target0, ___punch1, ___duration2, ___vibrato3, ___elasticity4); } } else { typedef Tweener_t436044680 * (*FunctionPointerType) (void*, Transform_t3600365921 *, Vector3_t3722313464 , float, int32_t, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___target0, ___punch1, ___duration2, ___vibrato3, ___elasticity4, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker4< Tweener_t436044680 *, Vector3_t3722313464 , float, int32_t, float >::Invoke(targetMethod, ___target0, ___punch1, ___duration2, ___vibrato3, ___elasticity4); else result = GenericVirtFuncInvoker4< Tweener_t436044680 *, Vector3_t3722313464 , float, int32_t, float >::Invoke(targetMethod, ___target0, ___punch1, ___duration2, ___vibrato3, ___elasticity4); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker4< Tweener_t436044680 *, Vector3_t3722313464 , float, int32_t, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___target0, ___punch1, ___duration2, ___vibrato3, ___elasticity4); else result = VirtFuncInvoker4< Tweener_t436044680 *, Vector3_t3722313464 , float, int32_t, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___target0, ___punch1, ___duration2, ___vibrato3, ___elasticity4); } } else { typedef Tweener_t436044680 * (*FunctionPointerType) (Transform_t3600365921 *, Vector3_t3722313464 , float, int32_t, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___target0, ___punch1, ___duration2, ___vibrato3, ___elasticity4, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE155::BeginInvoke(UnityEngine.Transform,UnityEngine.Vector3,System.Single,System.Int32,System.Single,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE155_BeginInvoke_m646296 (__GEN_DELEGATE155_t651931157 * __this, Transform_t3600365921 * ___target0, Vector3_t3722313464 ___punch1, float ___duration2, int32_t ___vibrato3, float ___elasticity4, AsyncCallback_t3962456242 * ___callback5, RuntimeObject * ___object6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE155_BeginInvoke_m646296_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[6] = {0}; __d_args[0] = ___target0; __d_args[1] = Box(Vector3_t3722313464_il2cpp_TypeInfo_var, &___punch1); __d_args[2] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___duration2); __d_args[3] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___vibrato3); __d_args[4] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___elasticity4); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback5, (RuntimeObject*)___object6); } // DG.Tweening.Tweener XLua.InternalGlobals/__GEN_DELEGATE155::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE155_EndInvoke_m372825002 (__GEN_DELEGATE155_t651931157 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (Tweener_t436044680 *)__result; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.InternalGlobals/__GEN_DELEGATE156::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE156__ctor_m25528747 (__GEN_DELEGATE156_t651734549 * __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); } // DG.Tweening.Tweener XLua.InternalGlobals/__GEN_DELEGATE156::Invoke(UnityEngine.Transform,System.Single,System.Single,System.Int32,System.Single,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE156_Invoke_m2687863541 (__GEN_DELEGATE156_t651734549 * __this, Transform_t3600365921 * ___target0, float ___duration1, float ___strength2, int32_t ___vibrato3, float ___randomness4, bool ___snapping5, bool ___fadeOut6, const RuntimeMethod* method) { Tweener_t436044680 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE156_Invoke_m2687863541((__GEN_DELEGATE156_t651734549 *)__this->get_prev_9(), ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___snapping5, ___fadeOut6, 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) == 7) { // open { typedef Tweener_t436044680 * (*FunctionPointerType) (RuntimeObject *, Transform_t3600365921 *, float, float, int32_t, float, bool, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___snapping5, ___fadeOut6, targetMethod); } } else { // closed { typedef Tweener_t436044680 * (*FunctionPointerType) (RuntimeObject *, void*, Transform_t3600365921 *, float, float, int32_t, float, bool, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___snapping5, ___fadeOut6, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 7) { // 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 = GenericInterfaceFuncInvoker7< Tweener_t436044680 *, Transform_t3600365921 *, float, float, int32_t, float, bool, bool >::Invoke(targetMethod, targetThis, ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___snapping5, ___fadeOut6); else result = GenericVirtFuncInvoker7< Tweener_t436044680 *, Transform_t3600365921 *, float, float, int32_t, float, bool, bool >::Invoke(targetMethod, targetThis, ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___snapping5, ___fadeOut6); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker7< Tweener_t436044680 *, Transform_t3600365921 *, float, float, int32_t, float, bool, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___snapping5, ___fadeOut6); else result = VirtFuncInvoker7< Tweener_t436044680 *, Transform_t3600365921 *, float, float, int32_t, float, bool, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___snapping5, ___fadeOut6); } } else { typedef Tweener_t436044680 * (*FunctionPointerType) (void*, Transform_t3600365921 *, float, float, int32_t, float, bool, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___snapping5, ___fadeOut6, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker6< Tweener_t436044680 *, float, float, int32_t, float, bool, bool >::Invoke(targetMethod, ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___snapping5, ___fadeOut6); else result = GenericVirtFuncInvoker6< Tweener_t436044680 *, float, float, int32_t, float, bool, bool >::Invoke(targetMethod, ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___snapping5, ___fadeOut6); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker6< Tweener_t436044680 *, float, float, int32_t, float, bool, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___snapping5, ___fadeOut6); else result = VirtFuncInvoker6< Tweener_t436044680 *, float, float, int32_t, float, bool, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___snapping5, ___fadeOut6); } } else { typedef Tweener_t436044680 * (*FunctionPointerType) (Transform_t3600365921 *, float, float, int32_t, float, bool, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___snapping5, ___fadeOut6, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE156::BeginInvoke(UnityEngine.Transform,System.Single,System.Single,System.Int32,System.Single,System.Boolean,System.Boolean,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE156_BeginInvoke_m812522661 (__GEN_DELEGATE156_t651734549 * __this, Transform_t3600365921 * ___target0, float ___duration1, float ___strength2, int32_t ___vibrato3, float ___randomness4, bool ___snapping5, bool ___fadeOut6, AsyncCallback_t3962456242 * ___callback7, RuntimeObject * ___object8, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE156_BeginInvoke_m812522661_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[8] = {0}; __d_args[0] = ___target0; __d_args[1] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___duration1); __d_args[2] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___strength2); __d_args[3] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___vibrato3); __d_args[4] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___randomness4); __d_args[5] = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &___snapping5); __d_args[6] = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &___fadeOut6); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback7, (RuntimeObject*)___object8); } // DG.Tweening.Tweener XLua.InternalGlobals/__GEN_DELEGATE156::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE156_EndInvoke_m3429056817 (__GEN_DELEGATE156_t651734549 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (Tweener_t436044680 *)__result; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.InternalGlobals/__GEN_DELEGATE157::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE157__ctor_m769201258 (__GEN_DELEGATE157_t651800085 * __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); } // DG.Tweening.Tweener XLua.InternalGlobals/__GEN_DELEGATE157::Invoke(UnityEngine.Transform,System.Single,UnityEngine.Vector3,System.Int32,System.Single,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE157_Invoke_m48786586 (__GEN_DELEGATE157_t651800085 * __this, Transform_t3600365921 * ___target0, float ___duration1, Vector3_t3722313464 ___strength2, int32_t ___vibrato3, float ___randomness4, bool ___snapping5, bool ___fadeOut6, const RuntimeMethod* method) { Tweener_t436044680 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE157_Invoke_m48786586((__GEN_DELEGATE157_t651800085 *)__this->get_prev_9(), ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___snapping5, ___fadeOut6, 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) == 7) { // open { typedef Tweener_t436044680 * (*FunctionPointerType) (RuntimeObject *, Transform_t3600365921 *, float, Vector3_t3722313464 , int32_t, float, bool, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___snapping5, ___fadeOut6, targetMethod); } } else { // closed { typedef Tweener_t436044680 * (*FunctionPointerType) (RuntimeObject *, void*, Transform_t3600365921 *, float, Vector3_t3722313464 , int32_t, float, bool, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___snapping5, ___fadeOut6, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 7) { // 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 = GenericInterfaceFuncInvoker7< Tweener_t436044680 *, Transform_t3600365921 *, float, Vector3_t3722313464 , int32_t, float, bool, bool >::Invoke(targetMethod, targetThis, ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___snapping5, ___fadeOut6); else result = GenericVirtFuncInvoker7< Tweener_t436044680 *, Transform_t3600365921 *, float, Vector3_t3722313464 , int32_t, float, bool, bool >::Invoke(targetMethod, targetThis, ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___snapping5, ___fadeOut6); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker7< Tweener_t436044680 *, Transform_t3600365921 *, float, Vector3_t3722313464 , int32_t, float, bool, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___snapping5, ___fadeOut6); else result = VirtFuncInvoker7< Tweener_t436044680 *, Transform_t3600365921 *, float, Vector3_t3722313464 , int32_t, float, bool, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___snapping5, ___fadeOut6); } } else { typedef Tweener_t436044680 * (*FunctionPointerType) (void*, Transform_t3600365921 *, float, Vector3_t3722313464 , int32_t, float, bool, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___snapping5, ___fadeOut6, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker6< Tweener_t436044680 *, float, Vector3_t3722313464 , int32_t, float, bool, bool >::Invoke(targetMethod, ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___snapping5, ___fadeOut6); else result = GenericVirtFuncInvoker6< Tweener_t436044680 *, float, Vector3_t3722313464 , int32_t, float, bool, bool >::Invoke(targetMethod, ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___snapping5, ___fadeOut6); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker6< Tweener_t436044680 *, float, Vector3_t3722313464 , int32_t, float, bool, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___snapping5, ___fadeOut6); else result = VirtFuncInvoker6< Tweener_t436044680 *, float, Vector3_t3722313464 , int32_t, float, bool, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___snapping5, ___fadeOut6); } } else { typedef Tweener_t436044680 * (*FunctionPointerType) (Transform_t3600365921 *, float, Vector3_t3722313464 , int32_t, float, bool, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___snapping5, ___fadeOut6, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE157::BeginInvoke(UnityEngine.Transform,System.Single,UnityEngine.Vector3,System.Int32,System.Single,System.Boolean,System.Boolean,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE157_BeginInvoke_m1395262298 (__GEN_DELEGATE157_t651800085 * __this, Transform_t3600365921 * ___target0, float ___duration1, Vector3_t3722313464 ___strength2, int32_t ___vibrato3, float ___randomness4, bool ___snapping5, bool ___fadeOut6, AsyncCallback_t3962456242 * ___callback7, RuntimeObject * ___object8, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE157_BeginInvoke_m1395262298_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[8] = {0}; __d_args[0] = ___target0; __d_args[1] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___duration1); __d_args[2] = Box(Vector3_t3722313464_il2cpp_TypeInfo_var, &___strength2); __d_args[3] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___vibrato3); __d_args[4] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___randomness4); __d_args[5] = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &___snapping5); __d_args[6] = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &___fadeOut6); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback7, (RuntimeObject*)___object8); } // DG.Tweening.Tweener XLua.InternalGlobals/__GEN_DELEGATE157::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE157_EndInvoke_m1103756532 (__GEN_DELEGATE157_t651800085 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (Tweener_t436044680 *)__result; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.InternalGlobals/__GEN_DELEGATE158::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE158__ctor_m3821194305 (__GEN_DELEGATE158_t652127765 * __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); } // DG.Tweening.Tweener XLua.InternalGlobals/__GEN_DELEGATE158::Invoke(UnityEngine.Transform,System.Single,System.Single,System.Int32,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE158_Invoke_m3025194651 (__GEN_DELEGATE158_t652127765 * __this, Transform_t3600365921 * ___target0, float ___duration1, float ___strength2, int32_t ___vibrato3, float ___randomness4, bool ___fadeOut5, const RuntimeMethod* method) { Tweener_t436044680 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE158_Invoke_m3025194651((__GEN_DELEGATE158_t652127765 *)__this->get_prev_9(), ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5, 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) == 6) { // open { typedef Tweener_t436044680 * (*FunctionPointerType) (RuntimeObject *, Transform_t3600365921 *, float, float, int32_t, float, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5, targetMethod); } } else { // closed { typedef Tweener_t436044680 * (*FunctionPointerType) (RuntimeObject *, void*, Transform_t3600365921 *, float, float, int32_t, float, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 6) { // 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 = GenericInterfaceFuncInvoker6< Tweener_t436044680 *, Transform_t3600365921 *, float, float, int32_t, float, bool >::Invoke(targetMethod, targetThis, ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5); else result = GenericVirtFuncInvoker6< Tweener_t436044680 *, Transform_t3600365921 *, float, float, int32_t, float, bool >::Invoke(targetMethod, targetThis, ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker6< Tweener_t436044680 *, Transform_t3600365921 *, float, float, int32_t, float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5); else result = VirtFuncInvoker6< Tweener_t436044680 *, Transform_t3600365921 *, float, float, int32_t, float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5); } } else { typedef Tweener_t436044680 * (*FunctionPointerType) (void*, Transform_t3600365921 *, float, float, int32_t, float, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker5< Tweener_t436044680 *, float, float, int32_t, float, bool >::Invoke(targetMethod, ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5); else result = GenericVirtFuncInvoker5< Tweener_t436044680 *, float, float, int32_t, float, bool >::Invoke(targetMethod, ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker5< Tweener_t436044680 *, float, float, int32_t, float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5); else result = VirtFuncInvoker5< Tweener_t436044680 *, float, float, int32_t, float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5); } } else { typedef Tweener_t436044680 * (*FunctionPointerType) (Transform_t3600365921 *, float, float, int32_t, float, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE158::BeginInvoke(UnityEngine.Transform,System.Single,System.Single,System.Int32,System.Single,System.Boolean,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE158_BeginInvoke_m1596514556 (__GEN_DELEGATE158_t652127765 * __this, Transform_t3600365921 * ___target0, float ___duration1, float ___strength2, int32_t ___vibrato3, float ___randomness4, bool ___fadeOut5, AsyncCallback_t3962456242 * ___callback6, RuntimeObject * ___object7, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE158_BeginInvoke_m1596514556_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[7] = {0}; __d_args[0] = ___target0; __d_args[1] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___duration1); __d_args[2] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___strength2); __d_args[3] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___vibrato3); __d_args[4] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___randomness4); __d_args[5] = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &___fadeOut5); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback6, (RuntimeObject*)___object7); } // DG.Tweening.Tweener XLua.InternalGlobals/__GEN_DELEGATE158::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE158_EndInvoke_m1737133168 (__GEN_DELEGATE158_t652127765 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (Tweener_t436044680 *)__result; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.InternalGlobals/__GEN_DELEGATE159::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE159__ctor_m2445285724 (__GEN_DELEGATE159_t652193301 * __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); } // DG.Tweening.Tweener XLua.InternalGlobals/__GEN_DELEGATE159::Invoke(UnityEngine.Transform,System.Single,UnityEngine.Vector3,System.Int32,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE159_Invoke_m2147910877 (__GEN_DELEGATE159_t652193301 * __this, Transform_t3600365921 * ___target0, float ___duration1, Vector3_t3722313464 ___strength2, int32_t ___vibrato3, float ___randomness4, bool ___fadeOut5, const RuntimeMethod* method) { Tweener_t436044680 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE159_Invoke_m2147910877((__GEN_DELEGATE159_t652193301 *)__this->get_prev_9(), ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5, 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) == 6) { // open { typedef Tweener_t436044680 * (*FunctionPointerType) (RuntimeObject *, Transform_t3600365921 *, float, Vector3_t3722313464 , int32_t, float, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5, targetMethod); } } else { // closed { typedef Tweener_t436044680 * (*FunctionPointerType) (RuntimeObject *, void*, Transform_t3600365921 *, float, Vector3_t3722313464 , int32_t, float, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 6) { // 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 = GenericInterfaceFuncInvoker6< Tweener_t436044680 *, Transform_t3600365921 *, float, Vector3_t3722313464 , int32_t, float, bool >::Invoke(targetMethod, targetThis, ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5); else result = GenericVirtFuncInvoker6< Tweener_t436044680 *, Transform_t3600365921 *, float, Vector3_t3722313464 , int32_t, float, bool >::Invoke(targetMethod, targetThis, ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker6< Tweener_t436044680 *, Transform_t3600365921 *, float, Vector3_t3722313464 , int32_t, float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5); else result = VirtFuncInvoker6< Tweener_t436044680 *, Transform_t3600365921 *, float, Vector3_t3722313464 , int32_t, float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5); } } else { typedef Tweener_t436044680 * (*FunctionPointerType) (void*, Transform_t3600365921 *, float, Vector3_t3722313464 , int32_t, float, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker5< Tweener_t436044680 *, float, Vector3_t3722313464 , int32_t, float, bool >::Invoke(targetMethod, ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5); else result = GenericVirtFuncInvoker5< Tweener_t436044680 *, float, Vector3_t3722313464 , int32_t, float, bool >::Invoke(targetMethod, ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker5< Tweener_t436044680 *, float, Vector3_t3722313464 , int32_t, float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5); else result = VirtFuncInvoker5< Tweener_t436044680 *, float, Vector3_t3722313464 , int32_t, float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5); } } else { typedef Tweener_t436044680 * (*FunctionPointerType) (Transform_t3600365921 *, float, Vector3_t3722313464 , int32_t, float, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE159::BeginInvoke(UnityEngine.Transform,System.Single,UnityEngine.Vector3,System.Int32,System.Single,System.Boolean,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE159_BeginInvoke_m255127601 (__GEN_DELEGATE159_t652193301 * __this, Transform_t3600365921 * ___target0, float ___duration1, Vector3_t3722313464 ___strength2, int32_t ___vibrato3, float ___randomness4, bool ___fadeOut5, AsyncCallback_t3962456242 * ___callback6, RuntimeObject * ___object7, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE159_BeginInvoke_m255127601_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[7] = {0}; __d_args[0] = ___target0; __d_args[1] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___duration1); __d_args[2] = Box(Vector3_t3722313464_il2cpp_TypeInfo_var, &___strength2); __d_args[3] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___vibrato3); __d_args[4] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___randomness4); __d_args[5] = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &___fadeOut5); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback6, (RuntimeObject*)___object7); } // DG.Tweening.Tweener XLua.InternalGlobals/__GEN_DELEGATE159::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE159_EndInvoke_m3393493584 (__GEN_DELEGATE159_t652193301 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (Tweener_t436044680 *)__result; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.InternalGlobals/__GEN_DELEGATE16::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE16__ctor_m4233554266 (__GEN_DELEGATE16_t654749206 * __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); } // UnityEngine.YieldInstruction XLua.InternalGlobals/__GEN_DELEGATE16::Invoke(DG.Tweening.Tween) extern "C" IL2CPP_METHOD_ATTR YieldInstruction_t403091072 * __GEN_DELEGATE16_Invoke_m3559014412 (__GEN_DELEGATE16_t654749206 * __this, Tween_t2342918553 * ___t0, const RuntimeMethod* method) { YieldInstruction_t403091072 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE16_Invoke_m3559014412((__GEN_DELEGATE16_t654749206 *)__this->get_prev_9(), ___t0, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // open { typedef YieldInstruction_t403091072 * (*FunctionPointerType) (RuntimeObject *, Tween_t2342918553 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___t0, targetMethod); } } else { // closed { typedef YieldInstruction_t403091072 * (*FunctionPointerType) (RuntimeObject *, void*, Tween_t2342918553 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___t0, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 1) { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker1< YieldInstruction_t403091072 *, Tween_t2342918553 * >::Invoke(targetMethod, targetThis, ___t0); else result = GenericVirtFuncInvoker1< YieldInstruction_t403091072 *, Tween_t2342918553 * >::Invoke(targetMethod, targetThis, ___t0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< YieldInstruction_t403091072 *, Tween_t2342918553 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___t0); else result = VirtFuncInvoker1< YieldInstruction_t403091072 *, Tween_t2342918553 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___t0); } } else { typedef YieldInstruction_t403091072 * (*FunctionPointerType) (void*, Tween_t2342918553 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___t0, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker0< YieldInstruction_t403091072 * >::Invoke(targetMethod, ___t0); else result = GenericVirtFuncInvoker0< YieldInstruction_t403091072 * >::Invoke(targetMethod, ___t0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker0< YieldInstruction_t403091072 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___t0); else result = VirtFuncInvoker0< YieldInstruction_t403091072 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___t0); } } else { typedef YieldInstruction_t403091072 * (*FunctionPointerType) (Tween_t2342918553 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___t0, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE16::BeginInvoke(DG.Tweening.Tween,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE16_BeginInvoke_m230640470 (__GEN_DELEGATE16_t654749206 * __this, Tween_t2342918553 * ___t0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { void *__d_args[2] = {0}; __d_args[0] = ___t0; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // UnityEngine.YieldInstruction XLua.InternalGlobals/__GEN_DELEGATE16::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR YieldInstruction_t403091072 * __GEN_DELEGATE16_EndInvoke_m3734183292 (__GEN_DELEGATE16_t654749206 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (YieldInstruction_t403091072 *)__result; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.InternalGlobals/__GEN_DELEGATE160::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE160__ctor_m2590597503 (__GEN_DELEGATE160_t651603478 * __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); } // DG.Tweening.Tweener XLua.InternalGlobals/__GEN_DELEGATE160::Invoke(UnityEngine.Transform,System.Single,System.Single,System.Int32,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE160_Invoke_m2820083585 (__GEN_DELEGATE160_t651603478 * __this, Transform_t3600365921 * ___target0, float ___duration1, float ___strength2, int32_t ___vibrato3, float ___randomness4, bool ___fadeOut5, const RuntimeMethod* method) { Tweener_t436044680 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE160_Invoke_m2820083585((__GEN_DELEGATE160_t651603478 *)__this->get_prev_9(), ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5, 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) == 6) { // open { typedef Tweener_t436044680 * (*FunctionPointerType) (RuntimeObject *, Transform_t3600365921 *, float, float, int32_t, float, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5, targetMethod); } } else { // closed { typedef Tweener_t436044680 * (*FunctionPointerType) (RuntimeObject *, void*, Transform_t3600365921 *, float, float, int32_t, float, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 6) { // 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 = GenericInterfaceFuncInvoker6< Tweener_t436044680 *, Transform_t3600365921 *, float, float, int32_t, float, bool >::Invoke(targetMethod, targetThis, ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5); else result = GenericVirtFuncInvoker6< Tweener_t436044680 *, Transform_t3600365921 *, float, float, int32_t, float, bool >::Invoke(targetMethod, targetThis, ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker6< Tweener_t436044680 *, Transform_t3600365921 *, float, float, int32_t, float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5); else result = VirtFuncInvoker6< Tweener_t436044680 *, Transform_t3600365921 *, float, float, int32_t, float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5); } } else { typedef Tweener_t436044680 * (*FunctionPointerType) (void*, Transform_t3600365921 *, float, float, int32_t, float, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker5< Tweener_t436044680 *, float, float, int32_t, float, bool >::Invoke(targetMethod, ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5); else result = GenericVirtFuncInvoker5< Tweener_t436044680 *, float, float, int32_t, float, bool >::Invoke(targetMethod, ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker5< Tweener_t436044680 *, float, float, int32_t, float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5); else result = VirtFuncInvoker5< Tweener_t436044680 *, float, float, int32_t, float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5); } } else { typedef Tweener_t436044680 * (*FunctionPointerType) (Transform_t3600365921 *, float, float, int32_t, float, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE160::BeginInvoke(UnityEngine.Transform,System.Single,System.Single,System.Int32,System.Single,System.Boolean,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE160_BeginInvoke_m3819336702 (__GEN_DELEGATE160_t651603478 * __this, Transform_t3600365921 * ___target0, float ___duration1, float ___strength2, int32_t ___vibrato3, float ___randomness4, bool ___fadeOut5, AsyncCallback_t3962456242 * ___callback6, RuntimeObject * ___object7, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE160_BeginInvoke_m3819336702_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[7] = {0}; __d_args[0] = ___target0; __d_args[1] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___duration1); __d_args[2] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___strength2); __d_args[3] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___vibrato3); __d_args[4] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___randomness4); __d_args[5] = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &___fadeOut5); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback6, (RuntimeObject*)___object7); } // DG.Tweening.Tweener XLua.InternalGlobals/__GEN_DELEGATE160::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE160_EndInvoke_m1296255142 (__GEN_DELEGATE160_t651603478 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (Tweener_t436044680 *)__result; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.InternalGlobals/__GEN_DELEGATE161::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE161__ctor_m4217252386 (__GEN_DELEGATE161_t651669014 * __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); } // DG.Tweening.Tweener XLua.InternalGlobals/__GEN_DELEGATE161::Invoke(UnityEngine.Transform,System.Single,UnityEngine.Vector3,System.Int32,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE161_Invoke_m2925718861 (__GEN_DELEGATE161_t651669014 * __this, Transform_t3600365921 * ___target0, float ___duration1, Vector3_t3722313464 ___strength2, int32_t ___vibrato3, float ___randomness4, bool ___fadeOut5, const RuntimeMethod* method) { Tweener_t436044680 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE161_Invoke_m2925718861((__GEN_DELEGATE161_t651669014 *)__this->get_prev_9(), ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5, 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) == 6) { // open { typedef Tweener_t436044680 * (*FunctionPointerType) (RuntimeObject *, Transform_t3600365921 *, float, Vector3_t3722313464 , int32_t, float, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5, targetMethod); } } else { // closed { typedef Tweener_t436044680 * (*FunctionPointerType) (RuntimeObject *, void*, Transform_t3600365921 *, float, Vector3_t3722313464 , int32_t, float, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 6) { // 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 = GenericInterfaceFuncInvoker6< Tweener_t436044680 *, Transform_t3600365921 *, float, Vector3_t3722313464 , int32_t, float, bool >::Invoke(targetMethod, targetThis, ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5); else result = GenericVirtFuncInvoker6< Tweener_t436044680 *, Transform_t3600365921 *, float, Vector3_t3722313464 , int32_t, float, bool >::Invoke(targetMethod, targetThis, ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker6< Tweener_t436044680 *, Transform_t3600365921 *, float, Vector3_t3722313464 , int32_t, float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5); else result = VirtFuncInvoker6< Tweener_t436044680 *, Transform_t3600365921 *, float, Vector3_t3722313464 , int32_t, float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5); } } else { typedef Tweener_t436044680 * (*FunctionPointerType) (void*, Transform_t3600365921 *, float, Vector3_t3722313464 , int32_t, float, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker5< Tweener_t436044680 *, float, Vector3_t3722313464 , int32_t, float, bool >::Invoke(targetMethod, ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5); else result = GenericVirtFuncInvoker5< Tweener_t436044680 *, float, Vector3_t3722313464 , int32_t, float, bool >::Invoke(targetMethod, ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker5< Tweener_t436044680 *, float, Vector3_t3722313464 , int32_t, float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5); else result = VirtFuncInvoker5< Tweener_t436044680 *, float, Vector3_t3722313464 , int32_t, float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5); } } else { typedef Tweener_t436044680 * (*FunctionPointerType) (Transform_t3600365921 *, float, Vector3_t3722313464 , int32_t, float, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___target0, ___duration1, ___strength2, ___vibrato3, ___randomness4, ___fadeOut5, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE161::BeginInvoke(UnityEngine.Transform,System.Single,UnityEngine.Vector3,System.Int32,System.Single,System.Boolean,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE161_BeginInvoke_m3645134250 (__GEN_DELEGATE161_t651669014 * __this, Transform_t3600365921 * ___target0, float ___duration1, Vector3_t3722313464 ___strength2, int32_t ___vibrato3, float ___randomness4, bool ___fadeOut5, AsyncCallback_t3962456242 * ___callback6, RuntimeObject * ___object7, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE161_BeginInvoke_m3645134250_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[7] = {0}; __d_args[0] = ___target0; __d_args[1] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___duration1); __d_args[2] = Box(Vector3_t3722313464_il2cpp_TypeInfo_var, &___strength2); __d_args[3] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___vibrato3); __d_args[4] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___randomness4); __d_args[5] = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &___fadeOut5); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback6, (RuntimeObject*)___object7); } // DG.Tweening.Tweener XLua.InternalGlobals/__GEN_DELEGATE161::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE161_EndInvoke_m1914843050 (__GEN_DELEGATE161_t651669014 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (Tweener_t436044680 *)__result; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.InternalGlobals/__GEN_DELEGATE162::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE162__ctor_m3870993325 (__GEN_DELEGATE162_t651472406 * __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); } // DG.Tweening.Sequence XLua.InternalGlobals/__GEN_DELEGATE162::Invoke(UnityEngine.Transform,UnityEngine.Vector3,System.Single,System.Int32,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Sequence_t2050373119 * __GEN_DELEGATE162_Invoke_m3185957812 (__GEN_DELEGATE162_t651472406 * __this, Transform_t3600365921 * ___target0, Vector3_t3722313464 ___endValue1, float ___jumpPower2, int32_t ___numJumps3, float ___duration4, bool ___snapping5, const RuntimeMethod* method) { Sequence_t2050373119 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE162_Invoke_m3185957812((__GEN_DELEGATE162_t651472406 *)__this->get_prev_9(), ___target0, ___endValue1, ___jumpPower2, ___numJumps3, ___duration4, ___snapping5, 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) == 6) { // open { typedef Sequence_t2050373119 * (*FunctionPointerType) (RuntimeObject *, Transform_t3600365921 *, Vector3_t3722313464 , float, int32_t, float, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___target0, ___endValue1, ___jumpPower2, ___numJumps3, ___duration4, ___snapping5, targetMethod); } } else { // closed { typedef Sequence_t2050373119 * (*FunctionPointerType) (RuntimeObject *, void*, Transform_t3600365921 *, Vector3_t3722313464 , float, int32_t, float, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___target0, ___endValue1, ___jumpPower2, ___numJumps3, ___duration4, ___snapping5, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 6) { // 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 = GenericInterfaceFuncInvoker6< Sequence_t2050373119 *, Transform_t3600365921 *, Vector3_t3722313464 , float, int32_t, float, bool >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___jumpPower2, ___numJumps3, ___duration4, ___snapping5); else result = GenericVirtFuncInvoker6< Sequence_t2050373119 *, Transform_t3600365921 *, Vector3_t3722313464 , float, int32_t, float, bool >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___jumpPower2, ___numJumps3, ___duration4, ___snapping5); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker6< Sequence_t2050373119 *, Transform_t3600365921 *, Vector3_t3722313464 , float, int32_t, float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___target0, ___endValue1, ___jumpPower2, ___numJumps3, ___duration4, ___snapping5); else result = VirtFuncInvoker6< Sequence_t2050373119 *, Transform_t3600365921 *, Vector3_t3722313464 , float, int32_t, float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___target0, ___endValue1, ___jumpPower2, ___numJumps3, ___duration4, ___snapping5); } } else { typedef Sequence_t2050373119 * (*FunctionPointerType) (void*, Transform_t3600365921 *, Vector3_t3722313464 , float, int32_t, float, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___target0, ___endValue1, ___jumpPower2, ___numJumps3, ___duration4, ___snapping5, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker5< Sequence_t2050373119 *, Vector3_t3722313464 , float, int32_t, float, bool >::Invoke(targetMethod, ___target0, ___endValue1, ___jumpPower2, ___numJumps3, ___duration4, ___snapping5); else result = GenericVirtFuncInvoker5< Sequence_t2050373119 *, Vector3_t3722313464 , float, int32_t, float, bool >::Invoke(targetMethod, ___target0, ___endValue1, ___jumpPower2, ___numJumps3, ___duration4, ___snapping5); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker5< Sequence_t2050373119 *, Vector3_t3722313464 , float, int32_t, float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___target0, ___endValue1, ___jumpPower2, ___numJumps3, ___duration4, ___snapping5); else result = VirtFuncInvoker5< Sequence_t2050373119 *, Vector3_t3722313464 , float, int32_t, float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___target0, ___endValue1, ___jumpPower2, ___numJumps3, ___duration4, ___snapping5); } } else { typedef Sequence_t2050373119 * (*FunctionPointerType) (Transform_t3600365921 *, Vector3_t3722313464 , float, int32_t, float, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___target0, ___endValue1, ___jumpPower2, ___numJumps3, ___duration4, ___snapping5, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE162::BeginInvoke(UnityEngine.Transform,UnityEngine.Vector3,System.Single,System.Int32,System.Single,System.Boolean,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE162_BeginInvoke_m3131222705 (__GEN_DELEGATE162_t651472406 * __this, Transform_t3600365921 * ___target0, Vector3_t3722313464 ___endValue1, float ___jumpPower2, int32_t ___numJumps3, float ___duration4, bool ___snapping5, AsyncCallback_t3962456242 * ___callback6, RuntimeObject * ___object7, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE162_BeginInvoke_m3131222705_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[7] = {0}; __d_args[0] = ___target0; __d_args[1] = Box(Vector3_t3722313464_il2cpp_TypeInfo_var, &___endValue1); __d_args[2] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___jumpPower2); __d_args[3] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___numJumps3); __d_args[4] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___duration4); __d_args[5] = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &___snapping5); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback6, (RuntimeObject*)___object7); } // DG.Tweening.Sequence XLua.InternalGlobals/__GEN_DELEGATE162::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Sequence_t2050373119 * __GEN_DELEGATE162_EndInvoke_m3964162935 (__GEN_DELEGATE162_t651472406 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (Sequence_t2050373119 *)__result; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.InternalGlobals/__GEN_DELEGATE163::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE163__ctor_m4002970235 (__GEN_DELEGATE163_t651537942 * __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); } // DG.Tweening.Sequence XLua.InternalGlobals/__GEN_DELEGATE163::Invoke(UnityEngine.Transform,UnityEngine.Vector3,System.Single,System.Int32,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Sequence_t2050373119 * __GEN_DELEGATE163_Invoke_m2141542135 (__GEN_DELEGATE163_t651537942 * __this, Transform_t3600365921 * ___target0, Vector3_t3722313464 ___endValue1, float ___jumpPower2, int32_t ___numJumps3, float ___duration4, bool ___snapping5, const RuntimeMethod* method) { Sequence_t2050373119 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE163_Invoke_m2141542135((__GEN_DELEGATE163_t651537942 *)__this->get_prev_9(), ___target0, ___endValue1, ___jumpPower2, ___numJumps3, ___duration4, ___snapping5, 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) == 6) { // open { typedef Sequence_t2050373119 * (*FunctionPointerType) (RuntimeObject *, Transform_t3600365921 *, Vector3_t3722313464 , float, int32_t, float, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___target0, ___endValue1, ___jumpPower2, ___numJumps3, ___duration4, ___snapping5, targetMethod); } } else { // closed { typedef Sequence_t2050373119 * (*FunctionPointerType) (RuntimeObject *, void*, Transform_t3600365921 *, Vector3_t3722313464 , float, int32_t, float, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___target0, ___endValue1, ___jumpPower2, ___numJumps3, ___duration4, ___snapping5, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 6) { // 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 = GenericInterfaceFuncInvoker6< Sequence_t2050373119 *, Transform_t3600365921 *, Vector3_t3722313464 , float, int32_t, float, bool >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___jumpPower2, ___numJumps3, ___duration4, ___snapping5); else result = GenericVirtFuncInvoker6< Sequence_t2050373119 *, Transform_t3600365921 *, Vector3_t3722313464 , float, int32_t, float, bool >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___jumpPower2, ___numJumps3, ___duration4, ___snapping5); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker6< Sequence_t2050373119 *, Transform_t3600365921 *, Vector3_t3722313464 , float, int32_t, float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___target0, ___endValue1, ___jumpPower2, ___numJumps3, ___duration4, ___snapping5); else result = VirtFuncInvoker6< Sequence_t2050373119 *, Transform_t3600365921 *, Vector3_t3722313464 , float, int32_t, float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___target0, ___endValue1, ___jumpPower2, ___numJumps3, ___duration4, ___snapping5); } } else { typedef Sequence_t2050373119 * (*FunctionPointerType) (void*, Transform_t3600365921 *, Vector3_t3722313464 , float, int32_t, float, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___target0, ___endValue1, ___jumpPower2, ___numJumps3, ___duration4, ___snapping5, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker5< Sequence_t2050373119 *, Vector3_t3722313464 , float, int32_t, float, bool >::Invoke(targetMethod, ___target0, ___endValue1, ___jumpPower2, ___numJumps3, ___duration4, ___snapping5); else result = GenericVirtFuncInvoker5< Sequence_t2050373119 *, Vector3_t3722313464 , float, int32_t, float, bool >::Invoke(targetMethod, ___target0, ___endValue1, ___jumpPower2, ___numJumps3, ___duration4, ___snapping5); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker5< Sequence_t2050373119 *, Vector3_t3722313464 , float, int32_t, float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___target0, ___endValue1, ___jumpPower2, ___numJumps3, ___duration4, ___snapping5); else result = VirtFuncInvoker5< Sequence_t2050373119 *, Vector3_t3722313464 , float, int32_t, float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___target0, ___endValue1, ___jumpPower2, ___numJumps3, ___duration4, ___snapping5); } } else { typedef Sequence_t2050373119 * (*FunctionPointerType) (Transform_t3600365921 *, Vector3_t3722313464 , float, int32_t, float, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___target0, ___endValue1, ___jumpPower2, ___numJumps3, ___duration4, ___snapping5, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE163::BeginInvoke(UnityEngine.Transform,UnityEngine.Vector3,System.Single,System.Int32,System.Single,System.Boolean,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE163_BeginInvoke_m3784208748 (__GEN_DELEGATE163_t651537942 * __this, Transform_t3600365921 * ___target0, Vector3_t3722313464 ___endValue1, float ___jumpPower2, int32_t ___numJumps3, float ___duration4, bool ___snapping5, AsyncCallback_t3962456242 * ___callback6, RuntimeObject * ___object7, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE163_BeginInvoke_m3784208748_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[7] = {0}; __d_args[0] = ___target0; __d_args[1] = Box(Vector3_t3722313464_il2cpp_TypeInfo_var, &___endValue1); __d_args[2] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___jumpPower2); __d_args[3] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___numJumps3); __d_args[4] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___duration4); __d_args[5] = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &___snapping5); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback6, (RuntimeObject*)___object7); } // DG.Tweening.Sequence XLua.InternalGlobals/__GEN_DELEGATE163::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Sequence_t2050373119 * __GEN_DELEGATE163_EndInvoke_m1853023319 (__GEN_DELEGATE163_t651537942 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (Sequence_t2050373119 *)__result; } #ifdef __clang__ #pragma clang diagnostic pop #endif