#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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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); } }; // XLua.InternalGlobals/__GEN_DELEGATE302 struct __GEN_DELEGATE302_t1033809424; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t745532282; // UnityEngine.UI.Outline struct Outline_t2536100125; // System.IAsyncResult struct IAsyncResult_t767004451; // System.AsyncCallback struct AsyncCallback_t3962456242; // XLua.InternalGlobals/__GEN_DELEGATE303 struct __GEN_DELEGATE303_t1033874960; // XLua.InternalGlobals/__GEN_DELEGATE304 struct __GEN_DELEGATE304_t1034202640; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t4006488229; // XLua.InternalGlobals/__GEN_DELEGATE305 struct __GEN_DELEGATE305_t1034268176; // DG.Tweening.Tweener struct Tweener_t436044680; // UnityEngine.UI.ScrollRect struct ScrollRect_t4137855814; // XLua.InternalGlobals/__GEN_DELEGATE306 struct __GEN_DELEGATE306_t1034071568; // XLua.InternalGlobals/__GEN_DELEGATE307 struct __GEN_DELEGATE307_t1034137104; // XLua.InternalGlobals/__GEN_DELEGATE308 struct __GEN_DELEGATE308_t1034464784; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t884556411; // UnityEngine.UI.Slider struct Slider_t3903728902; // XLua.InternalGlobals/__GEN_DELEGATE309 struct __GEN_DELEGATE309_t1034530320; // UnityEngine.UI.Text struct Text_t1901882714; // XLua.InternalGlobals/__GEN_DELEGATE31 struct __GEN_DELEGATE31_t1037086225; // DG.Tweening.Tween struct Tween_t2342918553; // XLua.InternalGlobals/__GEN_DELEGATE310 struct __GEN_DELEGATE310_t1033940497; // XLua.InternalGlobals/__GEN_DELEGATE311 struct __GEN_DELEGATE311_t1034006033; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t2915539799; // System.String struct String_t; // XLua.InternalGlobals/__GEN_DELEGATE312 struct __GEN_DELEGATE312_t1033809425; // UnityEngine.UI.Graphic struct Graphic_t1660335611; // XLua.InternalGlobals/__GEN_DELEGATE313 struct __GEN_DELEGATE313_t1033874961; // UnityEngine.UI.Image struct Image_t2670269651; // XLua.InternalGlobals/__GEN_DELEGATE314 struct __GEN_DELEGATE314_t1034202641; // XLua.InternalGlobals/__GEN_DELEGATE32 struct __GEN_DELEGATE32_t1037086226; // XLua.InternalGlobals/__GEN_DELEGATE33 struct __GEN_DELEGATE33_t1037086227; // XLua.InternalGlobals/__GEN_DELEGATE34 struct __GEN_DELEGATE34_t1037086228; // UnityEngine.Vector3[] struct Vector3U5BU5D_t1718750761; // 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_DELEGATE4 struct __GEN_DELEGATE4_t3726290516; // XLua.InternalGlobals/__GEN_DELEGATE40 struct __GEN_DELEGATE40_t1846390288; // XLua.InternalGlobals/__GEN_DELEGATE41 struct __GEN_DELEGATE41_t1846390289; // UnityEngine.GameObject struct GameObject_t1113636619; // 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; // UnityEngine.AnimationCurve struct AnimationCurve_t3046754366; // XLua.InternalGlobals/__GEN_DELEGATE5 struct __GEN_DELEGATE5_t1769975380; // XLua.InternalGlobals/__GEN_DELEGATE50 struct __GEN_DELEGATE50_t4185042448; // DG.Tweening.EaseFunction struct EaseFunction_t3531141372; // 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; // DG.Tweening.TweenCallback struct TweenCallback_t3727756325; // 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_DELEGATE6 struct __GEN_DELEGATE6_t4108627540; // 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; // DG.Tweening.TweenCallback`1 struct TweenCallback_1_t3009965658; // XLua.InternalGlobals/__GEN_DELEGATE65 struct __GEN_DELEGATE65_t2228727317; // XLua.InternalGlobals/__GEN_DELEGATE66 struct __GEN_DELEGATE66_t2228727318; // DG.Tweening.TweenParams struct TweenParams_t4171191025; // XLua.InternalGlobals/__GEN_DELEGATE67 struct __GEN_DELEGATE67_t2228727319; // DG.Tweening.Sequence struct Sequence_t2050373119; // XLua.InternalGlobals/__GEN_DELEGATE68 struct __GEN_DELEGATE68_t2228727304; // XLua.InternalGlobals/__GEN_DELEGATE69 struct __GEN_DELEGATE69_t2228727305; // XLua.InternalGlobals/__GEN_DELEGATE7 struct __GEN_DELEGATE7_t2152312404; // 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_DELEGATE79 struct __GEN_DELEGATE79_t272412169; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t2944330537; // XLua.InternalGlobals/__GEN_DELEGATE8 struct __GEN_DELEGATE8_t2961616468; // 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_DELEGATE85 struct __GEN_DELEGATE85_t1081716245; // XLua.InternalGlobals/__GEN_DELEGATE86 struct __GEN_DELEGATE86_t1081716246; // XLua.InternalGlobals/__GEN_DELEGATE87 struct __GEN_DELEGATE87_t1081716247; // XLua.InternalGlobals/__GEN_DELEGATE88 struct __GEN_DELEGATE88_t1081716232; // XLua.InternalGlobals/__GEN_DELEGATE89 struct __GEN_DELEGATE89_t1081716233; // XLua.InternalGlobals/__GEN_DELEGATE9 struct __GEN_DELEGATE9_t1005301332; // XLua.InternalGlobals/__GEN_DELEGATE90 struct __GEN_DELEGATE90_t3420368400; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t1835836317; // XLua.InternalGlobals/__GEN_DELEGATE91 struct __GEN_DELEGATE91_t3420368401; // XLua.InternalGlobals/__GEN_DELEGATE92 struct __GEN_DELEGATE92_t3420368402; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t1299559007; // XLua.InternalGlobals/__GEN_DELEGATE93 struct __GEN_DELEGATE93_t3420368403; // XLua.InternalGlobals/__GEN_DELEGATE94 struct __GEN_DELEGATE94_t3420368404; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t1717381983; // XLua.InternalGlobals/__GEN_DELEGATE95 struct __GEN_DELEGATE95_t3420368405; // XLua.InternalGlobals/__GEN_DELEGATE96 struct __GEN_DELEGATE96_t3420368406; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t951858585; // XLua.InternalGlobals/__GEN_DELEGATE97 struct __GEN_DELEGATE97_t3420368407; // XLua.InternalGlobals/__GEN_DELEGATE98 struct __GEN_DELEGATE98_t3420368392; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t3040139253; // XLua.InternalGlobals/__GEN_DELEGATE99 struct __GEN_DELEGATE99_t3420368393; // XLua.InternalGlobals/TryArrayGet struct TryArrayGet_t1731576616; // System.Type struct Type_t; // XLua.ObjectTranslator struct ObjectTranslator_t2020767555; // XLua.InternalGlobals/TryArraySet struct TryArraySet_t1732363048; // XLua.LuaBase struct LuaBase_t1730675691; // XLua.LuaEnv struct LuaEnv_t2152703515; // XLua.LuaCallCSharpAttribute struct LuaCallCSharpAttribute_t1599601720; // System.Attribute struct Attribute_t861562559; // XLua.LuaDLL.Lua struct Lua_t529328851; // XLua.LuaDLL.lua_CSFunction struct lua_CSFunction_t883524059; // System.Delegate struct Delegate_t1188392813; // System.Byte[] struct ByteU5BU5D_t4116647657; // System.Text.Encoding struct Encoding_t1523322056; // 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.List`1 struct List_1_t257213610; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t668780358; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t132545152; // System.Object[] struct ObjectU5BU5D_t2843939325; // System.InvalidProgramException struct InvalidProgramException_t3836716986; // XLua.ObjectTranslatorPool struct ObjectTranslatorPool_t158158286; // System.Exception struct Exception_t; // XLua.LuaTable struct LuaTable_t1631611336; // System.Collections.Generic.List`1> struct List_1_t1475235752; // System.Action`2 struct Action_2_t3161010; // System.Action`2 struct Action_2_t2470008838; // System.InvalidOperationException struct InvalidOperationException_t56020091; // XLua.LuaFunction struct LuaFunction_t431395339; // UnityEngine.Object struct Object_t631007953; // XLua.ObjectPool struct ObjectPool_t1928582859; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3384741; // XLua.LuaException struct LuaException_t1837158180; // XLua.LuaEnv/CustomLoader struct CustomLoader_t465830221; // System.Type[] struct TypeU5BU5D_t3940880105; // XLua.LuaIndexes struct LuaIndexes_t3508049786; // System.Collections.IEnumerable struct IEnumerable_t1941168011; // XLua.LuaTable/c__Iterator0 struct U3CGetKeysU3Ec__Iterator0_t3432870881; // System.NotSupportedException struct NotSupportedException_t1314879016; // System.Collections.IEnumerator struct IEnumerator_t1853284238; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t3512676632; // XLua.MethodWrap struct MethodWrap_t801859268; // System.Collections.Generic.List`1 struct List_1_t2699813617; // XLua.OverloadMethodWrap struct OverloadMethodWrap_t1227738875; // XLua.MethodWrapsCache struct MethodWrapsCache_t113059333; // XLua.ObjectCheckers struct ObjectCheckers_t1922409879; // XLua.ObjectCasters struct ObjectCasters_t3722364209; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3327871123; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t3113127422; // XLua.MethodWrapsCache/c__AnonStorey0 struct U3CGetConstructorWrapU3Ec__AnonStorey0_t1482310868; // System.Reflection.ConstructorInfo[] struct ConstructorInfoU5BU5D_t881249896; // XLua.MethodWrapsCache/c__AnonStorey1 struct U3CGetConstructorWrapU3Ec__AnonStorey1_t3438626004; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t2359854630; // System.Reflection.ConstructorInfo struct ConstructorInfo_t5769829; // System.Reflection.ParameterInfo struct ParameterInfo_t1861056598; // System.Reflection.MemberInfo struct MemberInfo_t; // System.Reflection.MethodInfo struct MethodInfo_t; // System.Reflection.MethodBase struct MethodBase_t; // XLua.MethodWrapsCache/c__AnonStorey3 struct U3CGetEventWrapU3Ec__AnonStorey3_t3948112893; // XLua.MethodWrapsCache/c__AnonStorey2 struct U3CGetEventWrapU3Ec__AnonStorey2_t3948178429; // System.Reflection.EventInfo struct EventInfo_t; // XLua.MonoPInvokeCallbackAttribute struct MonoPInvokeCallbackAttribute_t1448494431; // XLua.ObjectCast struct ObjectCast_t2869028929; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1018408697; // XLua.ObjectCasters/c__AnonStorey0 struct U3CgenCasterU3Ec__AnonStorey0_t1460193; // XLua.ObjectCasters/c__AnonStorey1 struct U3CgenCasterU3Ec__AnonStorey1_t1957775329; // XLua.ObjectCasters/c__AnonStorey2 struct U3CgenCasterU3Ec__AnonStorey2_t3914090465; // XLua.ObjectCasters/c__AnonStorey3 struct U3CgenNullableCasterU3Ec__AnonStorey3_t4123092059; // System.InvalidCastException struct InvalidCastException_t3927145244; // System.Reflection.FieldInfo[] struct FieldInfoU5BU5D_t846150980; // System.Reflection.FieldInfo struct FieldInfo_t; // XLua.ObjectCheck struct ObjectCheck_t3971088829; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2120468597; // XLua.ObjectCheckers/c__AnonStorey0 struct U3CgenCheckerU3Ec__AnonStorey0_t2172020912; // XLua.ObjectCheckers/c__AnonStorey1 struct U3CgenNullableCheckerU3Ec__AnonStorey1_t287041101; // XLua.ReferenceEqualsComparer struct ReferenceEqualsComparer_t1100647835; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t892470886; // 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_t1444694249; // 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_t1968819495; // 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.HashSet`1 struct HashSet_1_t1645055638; // 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; // System.Collections.Generic.List`1 struct List_1_t1279540245; // System.Reflection.Assembly struct Assembly_t; // System.AppDomain struct AppDomain_t1571427825; // System.Reflection.Assembly[] struct AssemblyU5BU5D_t2792222854; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t3082285688; // XLua.StaticLuaCallbacks struct StaticLuaCallbacks_t3406648379; // System.Action`1 struct Action_1_t1012617776; // System.Func`3 struct Func_3_t3175775510; // System.ArgumentException struct ArgumentException_t132251570; // System.Func`2 struct Func_2_t982659231; // XLua.DelegateBridgeBase struct DelegateBridgeBase_t3577089876; // XLua.ObjectTranslator/c__AnonStorey0 struct U3CgetCreatorUsingGenericU3Ec__AnonStorey0_t1407406737; // System.Func`2 struct Func_2_t3487522507; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t857479137; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t2059959053; // System.Func`2 struct Func_2_t2046212999; // System.Func`2 struct Func_2_t2317969963; // System.Linq.IOrderedEnumerable`1 struct IOrderedEnumerable_1_t2533390548; // System.Linq.IOrderedEnumerable`1 struct IOrderedEnumerable_1_t3735870464; // System.Reflection.MethodInfo[] struct MethodInfoU5BU5D_t2572182361; // System.Func`2 struct Func_2_t2447130374; // XLua.ObjectTranslator/c__AnonStorey2 struct U3CgetCreatorUsingGenericU3Ec__AnonStorey2_t1025069713; // System.Func`2 struct Func_2_t3692615456; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t1463797649; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t840909487; // XLua.ObjectTranslator/c__AnonStorey1 struct U3CgetCreatorUsingGenericU3Ec__AnonStorey1_t3746058897; // XLua.ObjectTranslator/c__AnonStorey3 struct U3CgetDelegateU3Ec__AnonStorey3_t4152580592; // XLua.ObjectTranslator/c__AnonStorey4 struct U3CgetDelegateU3Ec__AnonStorey4_t4152580591; // System.WeakReference struct WeakReference_t1334886716; // XLua.DelegateBridge struct DelegateBridge_t811511531; // System.Func`3 struct Func_3_t1637747906; // System.String[] struct StringU5BU5D_t1281789340; // System.Char[] struct CharU5BU5D_t3528271667; // XLua.ObjectTranslator/GetCSObject struct GetCSObject_t754952527; // XLua.ObjectTranslator/PushCSObject struct PushCSObject_t2825347334; // XLua.ObjectTranslator/UpdateCSObject struct UpdateCSObject_t4262194437; // System.Collections.ArrayList struct ArrayList_t2718874744; // XLua.ObjectTranslator/IniterAdderXLuaTestPedding struct IniterAdderXLuaTestPedding_t2424681114; // XLua.CSObjectWrap.XLua_Gen_Initer_Register__ struct XLua_Gen_Initer_Register___t560736047; // System.Int32[] struct Int32U5BU5D_t385246372; // System.Collections.Generic.Link[] struct LinkU5BU5D_t964245573; // System.Action`1[] struct Action_1U5BU5D_t4009864977; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t296309482; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t950877179; // System.Collections.Generic.Dictionary`2/Transform`1,System.Collections.DictionaryEntry> struct Transform_1_t4290359988; // System.Func`3[] struct Func_3U5BU5D_t2707221971; // System.Collections.Generic.Dictionary`2/Transform`1,System.Collections.DictionaryEntry> struct Transform_1_t2987716982; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t4221375116; // System.Boolean[] struct BooleanU5BU5D_t2897418192; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t3177913203; // System.Func`2[] struct Func_2U5BU5D_t2098869766; // System.Collections.Generic.Dictionary`2/Transform`1,System.Collections.DictionaryEntry> struct Transform_1_t2379364777; // XLua.ObjectCheck[] struct ObjectCheckU5BU5D_t2146637488; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t2427132499; // System.WeakReference[] struct WeakReferenceU5BU5D_t4021634645; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t763310475; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t3625973489; // XLua.ObjectTranslator/UpdateCSObject[] struct UpdateCSObjectU5BU5D_t3809668424; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t4090163435; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t665741383; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t3545218949; // System.Collections.Generic.HashSet`1/Link[] struct LinkU5BU5D_t2333797564; // XLua.LuaDLL.lua_CSFunction[] struct lua_CSFunctionU5BU5D_t353152090; // XLua.ObjectTranslator/PushCSObject[] struct PushCSObjectU5BU5D_t3820080163; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t4100575174; // XLua.ObjectTranslator/GetCSObject[] struct GetCSObjectU5BU5D_t1124062358; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t1404557369; // XLua.ObjectCast[] struct ObjectCastU5BU5D_t1796526492; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t2077021503; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3632739877; // System.IntPtr[] struct IntPtrU5BU5D_t4013366056; // System.Collections.IDictionary struct IDictionary_t1363984059; // System.Action`2[] struct Action_2U5BU5D_t1927132487; // XLua.ObjectPool/Slot[] struct SlotU5BU5D_t3927785999; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t1750446691; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t3954782707; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t3498531102; // System.Text.DecoderFallback struct DecoderFallback_t3123823036; // System.Text.EncoderFallback struct EncoderFallback_t1188251036; // XLua.LuaEnv/GCAction[] struct GCActionU5BU5D_t1416650867; // XLua.LuaEnv/CustomLoader[] struct CustomLoaderU5BU5D_t2058475232; // System.Collections.Generic.Dictionary`2[] struct Dictionary_2U5BU5D_t307545315; // System.Collections.Generic.Dictionary`2/Transform`1,System.Collections.DictionaryEntry> struct Transform_1_t588040326; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t633647101; // XLua.OverloadMethodWrap[] struct OverloadMethodWrapU5BU5D_t742975162; // System.Runtime.Remoting.ServerIdentity struct ServerIdentity_t2342208608; // System.Reflection.EventInfo/AddEventAdapter struct AddEventAdapter_t1787725097; // System.Byte struct Byte_t1134296376; // System.Double struct Double_t594665363; // System.UInt16 struct UInt16_t2177724958; // UnityEngine.Sprite struct Sprite_t280657092; // System.Void struct Void_t1185182177; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3851719731; // System.Reflection.Assembly/ResolveEventHolder struct ResolveEventHolder_t2120639521; // System.Security.Policy.Evidence struct Evidence_t2008144148; // System.Security.PermissionSet struct PermissionSet_t223948603; // XLua.DelegateBridge[] struct DelegateBridgeU5BU5D_t3509475594; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1632706988; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t3301826201; // System.DelegateData struct DelegateData_t1677132599; // System.Reflection.Emit.UnmanagedMarshal struct UnmanagedMarshal_t984015687; // UnityEngine.UI.Selectable struct Selectable_t3250028441; // System.Collections.Hashtable struct Hashtable_t1853889766; // System.Security.Principal.IPrincipal struct IPrincipal_t2343618843; // System.AppDomainManager struct AppDomainManager_t1420869192; // System.ActivationContext struct ActivationContext_t976916018; // System.ApplicationIdentity struct ApplicationIdentity_t1917735356; // System.AssemblyLoadEventHandler struct AssemblyLoadEventHandler_t107971893; // System.ResolveEventHandler struct ResolveEventHandler_t2775508208; // System.EventHandler struct EventHandler_t1348719766; // System.UnhandledExceptionEventHandler struct UnhandledExceptionEventHandler_t3101989324; // System.Single[] struct SingleU5BU5D_t1444911251; // UnityEngine.Transform struct Transform_t3600365921; // System.Reflection.MemberFilter struct MemberFilter_t426314064; // System.Collections.Generic.List`1 struct List_1_t3814993295; // System.Collections.Generic.List`1 struct List_1_t553148457; // 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.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_t2103276063; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t3410588191; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t1253391633; // DG.Tweening.Plugins.Core.PathCore.Path struct Path_t3614338981; // 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_t2576148903; // 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_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_t1140062978; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_t2447375106; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t420566061; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t2480340187; // 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.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t487868235; // UnityEngine.Material struct Material_t340375123; // UnityEngine.Texture2D struct Texture2D_t3840446185; // UnityEngine.RectTransform struct RectTransform_t3704657025; // UnityEngine.CanvasRenderer struct CanvasRenderer_t2598313366; // UnityEngine.Canvas struct Canvas_t3310196443; // UnityEngine.Events.UnityAction struct UnityAction_t3245792599; // UnityEngine.Mesh struct Mesh_t3648964284; // UnityEngine.UI.VertexHelper struct VertexHelper_t2453304189; // UnityEngine.UI.CoroutineTween.TweenRunner`1 struct TweenRunner_1_t3055525458; // UnityEngine.UI.Scrollbar struct Scrollbar_t1494447233; // UnityEngine.UI.ScrollRect/ScrollRectEvent struct ScrollRectEvent_t343079324; // 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.RectMask2D struct RectMask2D_t3474889437; // UnityEngine.UI.MaskableGraphic/CullStateChangedEvent struct CullStateChangedEvent_t3661388177; // UnityEngine.UI.Slider/SliderEvent struct SliderEvent_t3180273144; // 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* Color_t2555686324_il2cpp_TypeInfo_var; extern RuntimeClass* Single_t1397266774_il2cpp_TypeInfo_var; extern const uint32_t __GEN_DELEGATE302_BeginInvoke_m1336750710_MetadataUsageId; extern const uint32_t __GEN_DELEGATE303_BeginInvoke_m2761960925_MetadataUsageId; extern RuntimeClass* Vector2_t2156229523_il2cpp_TypeInfo_var; extern const uint32_t __GEN_DELEGATE304_BeginInvoke_m662561250_MetadataUsageId; extern RuntimeClass* Boolean_t97287965_il2cpp_TypeInfo_var; extern const uint32_t __GEN_DELEGATE305_BeginInvoke_m2689213171_MetadataUsageId; extern const uint32_t __GEN_DELEGATE306_BeginInvoke_m2985389842_MetadataUsageId; extern const uint32_t __GEN_DELEGATE307_BeginInvoke_m3417548587_MetadataUsageId; extern const uint32_t __GEN_DELEGATE308_BeginInvoke_m1101181782_MetadataUsageId; extern const uint32_t __GEN_DELEGATE309_BeginInvoke_m2106963739_MetadataUsageId; extern const uint32_t __GEN_DELEGATE310_BeginInvoke_m2498472370_MetadataUsageId; extern RuntimeClass* ScrambleMode_t1285273342_il2cpp_TypeInfo_var; extern const uint32_t __GEN_DELEGATE311_BeginInvoke_m1107419352_MetadataUsageId; extern const uint32_t __GEN_DELEGATE312_BeginInvoke_m2064471741_MetadataUsageId; extern const uint32_t __GEN_DELEGATE313_BeginInvoke_m1886433132_MetadataUsageId; extern const uint32_t __GEN_DELEGATE314_BeginInvoke_m697504022_MetadataUsageId; extern const uint32_t __GEN_DELEGATE33_BeginInvoke_m529852334_MetadataUsageId; extern RuntimeClass* Int32_t2950945753_il2cpp_TypeInfo_var; extern const uint32_t __GEN_DELEGATE34_BeginInvoke_m2860871478_MetadataUsageId; extern const uint32_t __GEN_DELEGATE37_BeginInvoke_m1165096356_MetadataUsageId; extern const uint32_t __GEN_DELEGATE4_BeginInvoke_m4058617152_MetadataUsageId; extern const uint32_t __GEN_DELEGATE40_BeginInvoke_m1041169071_MetadataUsageId; extern RuntimeClass* LinkBehaviour_t431974039_il2cpp_TypeInfo_var; extern const uint32_t __GEN_DELEGATE42_BeginInvoke_m4294115594_MetadataUsageId; extern const uint32_t __GEN_DELEGATE44_BeginInvoke_m2372057273_MetadataUsageId; extern RuntimeClass* LoopType_t3049802818_il2cpp_TypeInfo_var; extern const uint32_t __GEN_DELEGATE45_BeginInvoke_m3709443401_MetadataUsageId; extern RuntimeClass* Ease_t4010715394_il2cpp_TypeInfo_var; extern const uint32_t __GEN_DELEGATE46_BeginInvoke_m2242510705_MetadataUsageId; extern const uint32_t __GEN_DELEGATE47_BeginInvoke_m632364558_MetadataUsageId; extern const uint32_t __GEN_DELEGATE48_BeginInvoke_m62641748_MetadataUsageId; extern const uint32_t __GEN_DELEGATE5_BeginInvoke_m1510794579_MetadataUsageId; extern const uint32_t __GEN_DELEGATE52_BeginInvoke_m2176677586_MetadataUsageId; extern const uint32_t __GEN_DELEGATE53_BeginInvoke_m628509106_MetadataUsageId; extern RuntimeClass* UpdateType_t3937729206_il2cpp_TypeInfo_var; extern const uint32_t __GEN_DELEGATE54_BeginInvoke_m2266693342_MetadataUsageId; extern const uint32_t __GEN_DELEGATE55_BeginInvoke_m1751689045_MetadataUsageId; extern const uint32_t __GEN_DELEGATE70_BeginInvoke_m164287379_MetadataUsageId; extern const uint32_t __GEN_DELEGATE71_BeginInvoke_m3513336977_MetadataUsageId; extern const uint32_t __GEN_DELEGATE72_BeginInvoke_m1594040126_MetadataUsageId; extern const uint32_t __GEN_DELEGATE75_BeginInvoke_m3199413031_MetadataUsageId; extern const uint32_t __GEN_DELEGATE77_BeginInvoke_m1084064531_MetadataUsageId; extern const uint32_t __GEN_DELEGATE78_BeginInvoke_m3165074704_MetadataUsageId; extern const uint32_t __GEN_DELEGATE79_BeginInvoke_m3894512931_MetadataUsageId; extern const uint32_t __GEN_DELEGATE80_BeginInvoke_m3525286958_MetadataUsageId; extern const uint32_t __GEN_DELEGATE82_BeginInvoke_m2383905178_MetadataUsageId; extern const uint32_t __GEN_DELEGATE84_BeginInvoke_m1008491698_MetadataUsageId; extern const uint32_t __GEN_DELEGATE85_BeginInvoke_m1186791401_MetadataUsageId; extern const uint32_t __GEN_DELEGATE86_BeginInvoke_m328619085_MetadataUsageId; extern RuntimeClass* AxisConstraint_t2771958344_il2cpp_TypeInfo_var; extern const uint32_t __GEN_DELEGATE87_BeginInvoke_m3176334351_MetadataUsageId; extern const uint32_t __GEN_DELEGATE88_BeginInvoke_m190964294_MetadataUsageId; extern const uint32_t __GEN_DELEGATE89_BeginInvoke_m1319287544_MetadataUsageId; extern const uint32_t __GEN_DELEGATE90_BeginInvoke_m559608692_MetadataUsageId; extern const uint32_t __GEN_DELEGATE91_BeginInvoke_m2950117256_MetadataUsageId; extern const uint32_t __GEN_DELEGATE92_BeginInvoke_m60230514_MetadataUsageId; extern const uint32_t __GEN_DELEGATE93_BeginInvoke_m1361697526_MetadataUsageId; extern const uint32_t __GEN_DELEGATE94_BeginInvoke_m1586796131_MetadataUsageId; extern const uint32_t __GEN_DELEGATE95_BeginInvoke_m4149383278_MetadataUsageId; extern const uint32_t __GEN_DELEGATE96_BeginInvoke_m1732898693_MetadataUsageId; extern const uint32_t __GEN_DELEGATE97_BeginInvoke_m1814454820_MetadataUsageId; extern const uint32_t __GEN_DELEGATE98_BeginInvoke_m4203339668_MetadataUsageId; extern const uint32_t __GEN_DELEGATE99_BeginInvoke_m1958441867_MetadataUsageId; extern RuntimeClass* IntPtr_t_il2cpp_TypeInfo_var; extern const uint32_t TryArrayGet_BeginInvoke_m2046550725_MetadataUsageId; extern const uint32_t TryArraySet_BeginInvoke_m3869035955_MetadataUsageId; extern RuntimeClass* DelegateBridgeBase_t3577089876_il2cpp_TypeInfo_var; extern const uint32_t LuaBase_Dispose_m3304804527_MetadataUsageId; extern RuntimeClass* LuaBase_t1730675691_il2cpp_TypeInfo_var; extern const uint32_t LuaBase_Equals_m2963737396_MetadataUsageId; extern RuntimeClass* Marshal_t1757017490_il2cpp_TypeInfo_var; extern const uint32_t Lua_lua_pushstdcallcfunction_m955832510_MetadataUsageId; extern RuntimeClass* ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var; extern RuntimeClass* Encoding_t1523322056_il2cpp_TypeInfo_var; extern const uint32_t Lua_lua_tostring_m2201066917_MetadataUsageId; extern RuntimeClass* InternalGlobals_t381021467_il2cpp_TypeInfo_var; extern const uint32_t Lua_lua_pushstring_m4067524778_MetadataUsageId; extern const uint32_t Lua_xlua_pushasciistring_m246597761_MetadataUsageId; extern const uint32_t Lua_lua_tobytes_m3197196406_MetadataUsageId; extern const uint32_t Lua_luaL_loadbuffer_m1233100179_MetadataUsageId; extern const uint32_t lua_CSFunction_BeginInvoke_m2558897430_MetadataUsageId; extern const RuntimeType* Type_t_0_0_0_var; extern RuntimeClass* Func_2_t3759279471_il2cpp_TypeInfo_var; extern RuntimeClass* Queue_1_t1426481692_il2cpp_TypeInfo_var; extern RuntimeClass* List_1_t1937904963_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t668780358_il2cpp_TypeInfo_var; extern RuntimeClass* ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var; extern RuntimeClass* String_t_il2cpp_TypeInfo_var; extern RuntimeClass* InvalidProgramException_t3836716986_il2cpp_TypeInfo_var; extern RuntimeClass* ObjectTranslator_t2020767555_il2cpp_TypeInfo_var; extern RuntimeClass* LuaEnv_t2152703515_il2cpp_TypeInfo_var; extern RuntimeClass* lua_CSFunction_t883524059_il2cpp_TypeInfo_var; extern RuntimeClass* Exception_t_il2cpp_TypeInfo_var; extern RuntimeClass* LuaTemplate_t802592420_il2cpp_TypeInfo_var; extern RuntimeClass* Type_t_il2cpp_TypeInfo_var; extern const RuntimeMethod* LuaEnv_ObjectValidCheck_m2365723176_RuntimeMethod_var; extern const RuntimeMethod* Func_2__ctor_m3104565095_RuntimeMethod_var; extern const RuntimeMethod* Queue_1__ctor_m2745297526_RuntimeMethod_var; extern const RuntimeMethod* List_1__ctor_m217200730_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2__ctor_m757427480_RuntimeMethod_var; extern const RuntimeMethod* LuaEnv__ctor_m1444695618_RuntimeMethod_var; extern const RuntimeMethod* StaticLuaCallbacks_Panic_m3394584402_RuntimeMethod_var; extern const RuntimeMethod* StaticLuaCallbacks_Print_m1349533568_RuntimeMethod_var; extern const RuntimeMethod* StaticLuaCallbacks_LoadBuiltinLib_m2917056565_RuntimeMethod_var; extern const RuntimeMethod* StaticLuaCallbacks_LoadFromCustomLoaders_m1480218717_RuntimeMethod_var; extern const RuntimeMethod* StaticLuaCallbacks_LoadFromResource_m1140514553_RuntimeMethod_var; extern const RuntimeMethod* StaticLuaCallbacks_LoadFromStreamingAssetsPath_m235562120_RuntimeMethod_var; extern const RuntimeMethod* StaticLuaCallbacks_LoadSocketCore_m328516753_RuntimeMethod_var; extern const RuntimeMethod* StaticLuaCallbacks_LoadCS_m2413833471_RuntimeMethod_var; extern const RuntimeMethod* StaticLuaCallbacks_MetaFuncIndex_m1669227410_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_Get_TisLuaTable_t1631611336_m1057782986_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m1425128427_RuntimeMethod_var; extern const RuntimeMethod* Action_2_Invoke_m3655649185_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m1019086744_RuntimeMethod_var; extern String_t* _stringLiteral515399239; extern String_t* _stringLiteral1553572904; extern String_t* _stringLiteral1872395187; extern String_t* _stringLiteral61343007; extern String_t* _stringLiteral141443076; extern String_t* _stringLiteral3134671412; extern String_t* _stringLiteral551493575; extern String_t* _stringLiteral4269838979; extern String_t* _stringLiteral3457660893; extern String_t* _stringLiteral2281993974; extern String_t* _stringLiteral3960986699; extern String_t* _stringLiteral2667692541; extern String_t* _stringLiteral3909272822; extern String_t* _stringLiteral1186449479; extern String_t* _stringLiteral2403387427; extern String_t* _stringLiteral2053301422; extern String_t* _stringLiteral3187947488; extern String_t* _stringLiteral1844184036; extern String_t* _stringLiteral3456350193; extern String_t* _stringLiteral3227006612; extern const uint32_t LuaEnv__ctor_m1444695618_MetadataUsageId; extern RuntimeClass* InvalidOperationException_t56020091_il2cpp_TypeInfo_var; extern const RuntimeMethod* LuaEnv_get_L_m820602397_RuntimeMethod_var; extern String_t* _stringLiteral555721584; extern const uint32_t LuaEnv_get_L_m820602397_MetadataUsageId; extern RuntimeClass* List_1_t1475235752_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m477357355_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m3325643405_RuntimeMethod_var; extern const uint32_t LuaEnv_AddIniter_m3559288492_MetadataUsageId; extern const RuntimeMethod* LuaEnv_LoadString_TisLuaFunction_t431395339_m2464418266_RuntimeMethod_var; extern const uint32_t LuaEnv_LoadString_m3799979839_MetadataUsageId; extern const uint32_t LuaEnv_DoString_m3000008709_MetadataUsageId; extern const RuntimeMethod* LuaEnv_AddSearcher_m3095584321_RuntimeMethod_var; extern String_t* _stringLiteral4243970538; extern const uint32_t LuaEnv_AddSearcher_m3095584321_MetadataUsageId; extern RuntimeClass* Object_t631007953_il2cpp_TypeInfo_var; extern const uint32_t LuaEnv_ObjectValidCheck_m2365723176_MetadataUsageId; extern const RuntimeMethod* Queue_1_Dequeue_m3640826854_RuntimeMethod_var; extern const RuntimeMethod* Queue_1_get_Count_m456349491_RuntimeMethod_var; extern const uint32_t LuaEnv_Tick_m587394023_MetadataUsageId; extern const RuntimeType* LuaTable_t1631611336_0_0_0_var; extern RuntimeClass* LuaTable_t1631611336_il2cpp_TypeInfo_var; extern const uint32_t LuaEnv_NewTable_m3761568747_MetadataUsageId; extern const RuntimeMethod* LuaEnv_Dispose_m2420193729_RuntimeMethod_var; extern String_t* _stringLiteral1194330324; extern const uint32_t LuaEnv_Dispose_m2420193729_MetadataUsageId; extern RuntimeClass* LuaException_t1837158180_il2cpp_TypeInfo_var; extern const RuntimeMethod* LuaEnv_ThrowExceptionFromError_m1685544561_RuntimeMethod_var; extern String_t* _stringLiteral4257020360; extern const uint32_t LuaEnv_ThrowExceptionFromError_m1685544561_MetadataUsageId; extern const RuntimeMethod* Queue_1_Enqueue_m3159108688_RuntimeMethod_var; extern const uint32_t LuaEnv_equeueGCAction_m588624957_MetadataUsageId; extern const RuntimeMethod* List_1_Add_m133915914_RuntimeMethod_var; extern const uint32_t LuaEnv_AddLoader_m3491367536_MetadataUsageId; extern const RuntimeMethod* LuaEnv_AddBuildin_m2620751191_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m1436026967_RuntimeMethod_var; extern String_t* _stringLiteral3816967827; extern const uint32_t LuaEnv_AddBuildin_m2620751191_MetadataUsageId; extern const uint32_t DelegatePInvokeWrapper_CustomLoader_t465830221_MetadataUsageId; extern String_t* _stringLiteral4079115681; extern const uint32_t LuaFunction_ToString_m3648397107_MetadataUsageId; extern const uint32_t LuaIndexes_get_LUA_REGISTRYINDEX_m2693244088_MetadataUsageId; extern const uint32_t LuaIndexes_set_LUA_REGISTRYINDEX_m3987034760_MetadataUsageId; extern const RuntimeMethod* LuaTable_GetInPath_TisRuntimeObject_m1764580773_RuntimeMethod_var; extern const uint32_t LuaTable_get_Item_m1975034407_MetadataUsageId; extern const RuntimeMethod* LuaTable_SetInPath_TisRuntimeObject_m1289779803_RuntimeMethod_var; extern const uint32_t LuaTable_set_Item_m438864103_MetadataUsageId; extern const RuntimeMethod* LuaTable_Get_TisRuntimeObject_m861900606_RuntimeMethod_var; extern const uint32_t LuaTable_get_Item_m613938920_MetadataUsageId; extern const RuntimeMethod* LuaTable_Set_TisRuntimeObject_TisRuntimeObject_m819269054_RuntimeMethod_var; extern const uint32_t LuaTable_set_Item_m1929258924_MetadataUsageId; extern RuntimeClass* U3CGetKeysU3Ec__Iterator0_t3432870881_il2cpp_TypeInfo_var; extern const uint32_t LuaTable_GetKeys_m1961189430_MetadataUsageId; extern String_t* _stringLiteral2486806417; extern const uint32_t LuaTable_ToString_m3446685003_MetadataUsageId; extern RuntimeClass* NotSupportedException_t1314879016_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CGetKeysU3Ec__Iterator0_Reset_m171580844_RuntimeMethod_var; extern const uint32_t U3CGetKeysU3Ec__Iterator0_Reset_m171580844_MetadataUsageId; extern const uint32_t U3CGetKeysU3Ec__Iterator0_System_Collections_Generic_IEnumerableU3CobjectU3E_GetEnumerator_m1899368017_MetadataUsageId; extern RuntimeClass* List_1_t2699813617_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m1115593722_RuntimeMethod_var; extern const uint32_t MethodWrap__ctor_m1149894321_MetadataUsageId; extern RuntimeClass* TargetInvocationException_t4266643902_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_get_Count_m4266051734_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m3921383175_RuntimeMethod_var; extern String_t* _stringLiteral3949275079; extern String_t* _stringLiteral632665612; extern String_t* _stringLiteral4253019905; extern const uint32_t MethodWrap_Call_m4251351097_MetadataUsageId; extern RuntimeClass* Dictionary_2_t3327871123_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t3113127422_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m2305198519_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2__ctor_m833314755_RuntimeMethod_var; extern const uint32_t MethodWrapsCache__ctor_m507601062_MetadataUsageId; extern RuntimeClass* U3CGetConstructorWrapU3Ec__AnonStorey0_t1482310868_il2cpp_TypeInfo_var; extern RuntimeClass* U3CGetConstructorWrapU3Ec__AnonStorey1_t3438626004_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_ContainsKey_m3601766311_RuntimeMethod_var; extern const RuntimeMethod* U3CGetConstructorWrapU3Ec__AnonStorey0_U3CU3Em__0_m4262377222_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_set_Item_m2882970668_RuntimeMethod_var; extern const RuntimeMethod* MethodWrap_Call_m4251351097_RuntimeMethod_var; extern const RuntimeMethod* U3CGetConstructorWrapU3Ec__AnonStorey1_U3CU3Em__0_m4090029861_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_get_Item_m655425690_RuntimeMethod_var; extern String_t* _stringLiteral1221375020; extern const uint32_t MethodWrapsCache_GetConstructorWrap_m3737546418_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_ContainsKey_m992648186_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_set_Item_m3864845424_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_get_Item_m629580894_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_ContainsKey_m672596804_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_set_Item_m3607904390_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_get_Item_m2229435314_RuntimeMethod_var; extern const uint32_t MethodWrapsCache_GetMethodWrap_m288029743_MetadataUsageId; extern const uint32_t MethodWrapsCache_GetMethodWrapInCache_m772188387_MetadataUsageId; extern const RuntimeType* Delegate_t1188392813_0_0_0_var; extern RuntimeClass* MethodBaseU5BU5D_t779831733_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2401610308; extern const uint32_t MethodWrapsCache_GetDelegateWrap_m842285672_MetadataUsageId; extern RuntimeClass* U3CGetEventWrapU3Ec__AnonStorey3_t3948112893_il2cpp_TypeInfo_var; extern RuntimeClass* U3CGetEventWrapU3Ec__AnonStorey2_t3948178429_il2cpp_TypeInfo_var; extern const RuntimeMethod* MethodWrapsCache_GetEventWrap_m2092790157_RuntimeMethod_var; extern const RuntimeMethod* U3CGetEventWrapU3Ec__AnonStorey2_U3CU3Em__0_m1712820956_RuntimeMethod_var; extern String_t* _stringLiteral378999945; extern String_t* _stringLiteral3791102147; extern String_t* _stringLiteral3699994413; extern const uint32_t MethodWrapsCache_GetEventWrap_m2092790157_MetadataUsageId; extern RuntimeClass* IEnumerable_1_t2359854630_il2cpp_TypeInfo_var; extern RuntimeClass* IEnumerator_1_t3812572209_il2cpp_TypeInfo_var; extern RuntimeClass* MethodBase_t_il2cpp_TypeInfo_var; extern RuntimeClass* OverloadMethodWrap_t1227738875_il2cpp_TypeInfo_var; extern RuntimeClass* IEnumerator_t1853284238_il2cpp_TypeInfo_var; extern RuntimeClass* IDisposable_t3640265483_il2cpp_TypeInfo_var; extern RuntimeClass* MethodWrap_t801859268_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_Add_m2370122_RuntimeMethod_var; extern const uint32_t MethodWrapsCache__GenMethodWrap_m2785935813_MetadataUsageId; extern RuntimeClass* MethodInfo_t_il2cpp_TypeInfo_var; extern RuntimeClass* TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var; extern const uint32_t MethodWrapsCache_tryMakeGenericMethod_m3035523591_MetadataUsageId; extern String_t* _stringLiteral904649280; extern String_t* _stringLiteral3572010117; extern String_t* _stringLiteral2113070220; extern String_t* _stringLiteral3452614533; extern String_t* _stringLiteral3452614531; extern String_t* _stringLiteral954049644; extern String_t* _stringLiteral1420142263; extern String_t* _stringLiteral2094603332; extern const uint32_t U3CGetEventWrapU3Ec__AnonStorey2_U3CU3Em__0_m1712820956_MetadataUsageId; extern const uint32_t ObjectCast_BeginInvoke_m4251954245_MetadataUsageId; extern const RuntimeType* Char_t3634460470_0_0_0_var; extern const RuntimeType* SByte_t1669577662_0_0_0_var; extern const RuntimeType* Byte_t1134296376_0_0_0_var; extern const RuntimeType* Int16_t2552820387_0_0_0_var; extern const RuntimeType* UInt16_t2177724958_0_0_0_var; extern const RuntimeType* Int32_t2950945753_0_0_0_var; extern const RuntimeType* UInt32_t2560061978_0_0_0_var; extern const RuntimeType* Int64_t3736567304_0_0_0_var; extern const RuntimeType* UInt64_t4134040092_0_0_0_var; extern const RuntimeType* Double_t594665363_0_0_0_var; extern const RuntimeType* Single_t1397266774_0_0_0_var; extern const RuntimeType* Decimal_t2948259380_0_0_0_var; extern const RuntimeType* Boolean_t97287965_0_0_0_var; extern const RuntimeType* String_t_0_0_0_var; extern const RuntimeType* RuntimeObject_0_0_0_var; extern const RuntimeType* ByteU5BU5D_t4116647657_0_0_0_var; extern const RuntimeType* IntPtr_t_0_0_0_var; extern const RuntimeType* LuaFunction_t431395339_0_0_0_var; extern RuntimeClass* Dictionary_2_t1018408697_il2cpp_TypeInfo_var; extern RuntimeClass* ObjectCasters_t3722364209_il2cpp_TypeInfo_var; extern RuntimeClass* ObjectCast_t2869028929_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m4182377300_RuntimeMethod_var; extern const RuntimeMethod* ObjectCasters_charCaster_m352428120_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_set_Item_m1127545080_RuntimeMethod_var; extern const RuntimeMethod* ObjectCasters_sbyteCaster_m2803499767_RuntimeMethod_var; extern const RuntimeMethod* ObjectCasters_byteCaster_m4069216718_RuntimeMethod_var; extern const RuntimeMethod* ObjectCasters_shortCaster_m3072037876_RuntimeMethod_var; extern const RuntimeMethod* ObjectCasters_ushortCaster_m225098554_RuntimeMethod_var; extern const RuntimeMethod* ObjectCasters_intCaster_m341705968_RuntimeMethod_var; extern const RuntimeMethod* ObjectCasters_uintCaster_m4099416940_RuntimeMethod_var; extern const RuntimeMethod* ObjectCasters_longCaster_m64008719_RuntimeMethod_var; extern const RuntimeMethod* ObjectCasters_ulongCaster_m1822772326_RuntimeMethod_var; extern const RuntimeMethod* ObjectCasters_getDouble_m3472777255_RuntimeMethod_var; extern const RuntimeMethod* ObjectCasters_floatCaster_m3169466075_RuntimeMethod_var; extern const RuntimeMethod* ObjectCasters_decimalCaster_m1332884884_RuntimeMethod_var; extern const RuntimeMethod* ObjectCasters_getBoolean_m513503057_RuntimeMethod_var; extern const RuntimeMethod* ObjectCasters_getString_m695255276_RuntimeMethod_var; extern const RuntimeMethod* ObjectCasters_getObject_m2326975907_RuntimeMethod_var; extern const RuntimeMethod* ObjectCasters_getBytes_m3347099512_RuntimeMethod_var; extern const RuntimeMethod* ObjectCasters_getIntptr_m2858946563_RuntimeMethod_var; extern const RuntimeMethod* ObjectCasters_getLuaTable_m3136690829_RuntimeMethod_var; extern const RuntimeMethod* ObjectCasters_getLuaFunction_m2371329095_RuntimeMethod_var; extern const uint32_t ObjectCasters__ctor_m3123633304_MetadataUsageId; extern RuntimeClass* Char_t3634460470_il2cpp_TypeInfo_var; extern const uint32_t ObjectCasters_charCaster_m352428120_MetadataUsageId; extern RuntimeClass* SByte_t1669577662_il2cpp_TypeInfo_var; extern const uint32_t ObjectCasters_sbyteCaster_m2803499767_MetadataUsageId; extern RuntimeClass* Byte_t1134296376_il2cpp_TypeInfo_var; extern const uint32_t ObjectCasters_byteCaster_m4069216718_MetadataUsageId; extern RuntimeClass* Int16_t2552820387_il2cpp_TypeInfo_var; extern const uint32_t ObjectCasters_shortCaster_m3072037876_MetadataUsageId; extern RuntimeClass* UInt16_t2177724958_il2cpp_TypeInfo_var; extern const uint32_t ObjectCasters_ushortCaster_m225098554_MetadataUsageId; extern const uint32_t ObjectCasters_intCaster_m341705968_MetadataUsageId; extern RuntimeClass* UInt32_t2560061978_il2cpp_TypeInfo_var; extern const uint32_t ObjectCasters_uintCaster_m4099416940_MetadataUsageId; extern RuntimeClass* Int64_t3736567304_il2cpp_TypeInfo_var; extern const uint32_t ObjectCasters_longCaster_m64008719_MetadataUsageId; extern RuntimeClass* UInt64_t4134040092_il2cpp_TypeInfo_var; extern const uint32_t ObjectCasters_ulongCaster_m1822772326_MetadataUsageId; extern RuntimeClass* Double_t594665363_il2cpp_TypeInfo_var; extern const uint32_t ObjectCasters_getDouble_m3472777255_MetadataUsageId; extern const uint32_t ObjectCasters_floatCaster_m3169466075_MetadataUsageId; extern RuntimeClass* Decimal_t2948259380_il2cpp_TypeInfo_var; extern const uint32_t ObjectCasters_decimalCaster_m1332884884_MetadataUsageId; extern const uint32_t ObjectCasters_getBoolean_m513503057_MetadataUsageId; extern const uint32_t ObjectCasters_getBytes_m3347099512_MetadataUsageId; extern const uint32_t ObjectCasters_getIntptr_m2858946563_MetadataUsageId; extern RuntimeClass* RawObject_t2955426449_il2cpp_TypeInfo_var; extern const uint32_t ObjectCasters_getObject_m2326975907_MetadataUsageId; extern const uint32_t ObjectCasters_getLuaTable_m3136690829_MetadataUsageId; extern RuntimeClass* LuaFunction_t431395339_il2cpp_TypeInfo_var; extern const uint32_t ObjectCasters_getLuaFunction_m2371329095_MetadataUsageId; extern const uint32_t ObjectCasters_AddCaster_m4130462881_MetadataUsageId; extern const RuntimeType* DelegateBridgeBase_t3577089876_0_0_0_var; extern const RuntimeType* IList_t2094931216_0_0_0_var; extern const RuntimeType* IDictionary_t1363984059_0_0_0_var; extern RuntimeClass* U3CgenCasterU3Ec__AnonStorey0_t1460193_il2cpp_TypeInfo_var; extern RuntimeClass* U3CgenCasterU3Ec__AnonStorey1_t1957775329_il2cpp_TypeInfo_var; extern RuntimeClass* U3CgenCasterU3Ec__AnonStorey2_t3914090465_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CgenCasterU3Ec__AnonStorey0_U3CU3Em__0_m3130515376_RuntimeMethod_var; extern const RuntimeMethod* U3CgenCasterU3Ec__AnonStorey0_U3CU3Em__1_m1455686709_RuntimeMethod_var; extern const RuntimeMethod* U3CgenCasterU3Ec__AnonStorey0_U3CU3Em__2_m2622380149_RuntimeMethod_var; extern const RuntimeMethod* U3CgenCasterU3Ec__AnonStorey0_U3CU3Em__3_m1958139431_RuntimeMethod_var; extern const RuntimeMethod* U3CgenCasterU3Ec__AnonStorey0_U3CU3Em__4_m1757654455_RuntimeMethod_var; extern const RuntimeMethod* U3CgenCasterU3Ec__AnonStorey0_U3CU3Em__5_m1760075876_RuntimeMethod_var; extern const RuntimeMethod* U3CgenCasterU3Ec__AnonStorey1_U3CU3Em__0_m2100484140_RuntimeMethod_var; extern const RuntimeMethod* U3CgenCasterU3Ec__AnonStorey2_U3CU3Em__0_m2830195986_RuntimeMethod_var; extern const RuntimeMethod* U3CgenCasterU3Ec__AnonStorey0_U3CU3Em__6_m934316509_RuntimeMethod_var; extern const uint32_t ObjectCasters_genCaster_m527925513_MetadataUsageId; extern RuntimeClass* U3CgenNullableCasterU3Ec__AnonStorey3_t4123092059_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CgenNullableCasterU3Ec__AnonStorey3_U3CU3Em__0_m3081510775_RuntimeMethod_var; extern const uint32_t ObjectCasters_genNullableCaster_m4207284878_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_TryGetValue_m3095085478_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m2863626116_RuntimeMethod_var; extern const uint32_t ObjectCasters_GetCaster_m200833679_MetadataUsageId; extern RuntimeClass* Enum_t4135868527_il2cpp_TypeInfo_var; extern RuntimeClass* InvalidCastException_t3927145244_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1977098099; extern const uint32_t U3CgenCasterU3Ec__AnonStorey0_U3CU3Em__4_m1757654455_MetadataUsageId; extern RuntimeClass* RuntimeArray_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2875505354; extern const uint32_t U3CgenCasterU3Ec__AnonStorey0_U3CU3Em__5_m1760075876_MetadataUsageId; extern String_t* _stringLiteral2873478764; extern String_t* _stringLiteral3905768995; extern String_t* _stringLiteral2169752888; extern const uint32_t U3CgenCasterU3Ec__AnonStorey0_U3CU3Em__6_m934316509_MetadataUsageId; extern RuntimeClass* IList_t2094931216_il2cpp_TypeInfo_var; extern RuntimeClass* ICollection_t3904884886_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2014649174; extern const uint32_t U3CgenCasterU3Ec__AnonStorey1_U3CU3Em__0_m2100484140_MetadataUsageId; extern RuntimeClass* IDictionary_t1363984059_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3298819344; extern const uint32_t U3CgenCasterU3Ec__AnonStorey2_U3CU3Em__0_m2830195986_MetadataUsageId; extern const uint32_t ObjectCheck_BeginInvoke_m2843691756_MetadataUsageId; extern RuntimeClass* Dictionary_2_t2120468597_il2cpp_TypeInfo_var; extern RuntimeClass* ObjectCheck_t3971088829_il2cpp_TypeInfo_var; extern RuntimeClass* ObjectCheckers_t1922409879_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m815117427_RuntimeMethod_var; extern const RuntimeMethod* ObjectCheckers_numberCheck_m144375058_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_set_Item_m4001127871_RuntimeMethod_var; extern const RuntimeMethod* ObjectCheckers_int64Check_m3969315960_RuntimeMethod_var; extern const RuntimeMethod* ObjectCheckers_uint64Check_m3480300982_RuntimeMethod_var; extern const RuntimeMethod* ObjectCheckers_decimalCheck_m3050231914_RuntimeMethod_var; extern const RuntimeMethod* ObjectCheckers_boolCheck_m398056010_RuntimeMethod_var; extern const RuntimeMethod* ObjectCheckers_strCheck_m2103464112_RuntimeMethod_var; extern const RuntimeMethod* ObjectCheckers_objectCheck_m3545654117_RuntimeMethod_var; extern const RuntimeMethod* ObjectCheckers_bytesCheck_m4126796148_RuntimeMethod_var; extern const RuntimeMethod* ObjectCheckers_intptrCheck_m650342442_RuntimeMethod_var; extern const RuntimeMethod* ObjectCheckers_luaTableCheck_m1126627196_RuntimeMethod_var; extern const RuntimeMethod* ObjectCheckers_luaFunctionCheck_m3809779624_RuntimeMethod_var; extern const uint32_t ObjectCheckers__ctor_m2474300954_MetadataUsageId; extern const uint32_t ObjectCheckers_luaTableCheck_m1126627196_MetadataUsageId; extern const uint32_t ObjectCheckers_bytesCheck_m4126796148_MetadataUsageId; extern const uint32_t ObjectCheckers_luaFunctionCheck_m3809779624_MetadataUsageId; extern RuntimeClass* U3CgenCheckerU3Ec__AnonStorey0_t2172020912_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CgenCheckerU3Ec__AnonStorey0_U3CU3Em__0_m3774655933_RuntimeMethod_var; extern const RuntimeMethod* U3CgenCheckerU3Ec__AnonStorey0_U3CU3Em__1_m3166942926_RuntimeMethod_var; extern const RuntimeMethod* U3CgenCheckerU3Ec__AnonStorey0_U3CU3Em__2_m1903682191_RuntimeMethod_var; extern const RuntimeMethod* U3CgenCheckerU3Ec__AnonStorey0_U3CU3Em__3_m490999166_RuntimeMethod_var; extern const RuntimeMethod* U3CgenCheckerU3Ec__AnonStorey0_U3CU3Em__4_m3134223639_RuntimeMethod_var; extern const RuntimeMethod* U3CgenCheckerU3Ec__AnonStorey0_U3CU3Em__5_m1559461471_RuntimeMethod_var; extern const RuntimeMethod* U3CgenCheckerU3Ec__AnonStorey0_U3CU3Em__6_m1448733392_RuntimeMethod_var; extern const uint32_t ObjectCheckers_genChecker_m2957788172_MetadataUsageId; extern RuntimeClass* U3CgenNullableCheckerU3Ec__AnonStorey1_t287041101_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CgenNullableCheckerU3Ec__AnonStorey1_U3CU3Em__0_m3408205495_RuntimeMethod_var; extern const uint32_t ObjectCheckers_genNullableChecker_m629991228_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_TryGetValue_m3517461582_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m2019439261_RuntimeMethod_var; extern const uint32_t ObjectCheckers_GetChecker_m1011057478_MetadataUsageId; extern RuntimeClass* SlotU5BU5D_t3927785999_il2cpp_TypeInfo_var; extern const uint32_t ObjectPool__ctor_m333161720_MetadataUsageId; extern const uint32_t ObjectPool_Clear_m3598388371_MetadataUsageId; extern const uint32_t ObjectPool_extend_capacity_m3994910656_MetadataUsageId; extern const RuntimeMethod* Func_2_Invoke_m1574203759_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_TryGetValue_m3959998165_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Remove_m1061383611_RuntimeMethod_var; extern const uint32_t ObjectPool_Check_m2912466796_MetadataUsageId; extern RuntimeClass* Il2CppComObject_il2cpp_TypeInfo_var; extern const uint32_t Slot_t179431562_pinvoke_FromNativeMethodDefinition_MetadataUsageId; extern const uint32_t Slot_t179431562_com_FromNativeMethodDefinition_MetadataUsageId; extern RuntimeClass* ObjectPool_t1928582859_il2cpp_TypeInfo_var; extern RuntimeClass* ReferenceEqualsComparer_t1100647835_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t3384741_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t3456964840_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t1325155278_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t633324528_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t2541635029_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t3427006295_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t223600047_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t1100325521_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t1372658091_il2cpp_TypeInfo_var; extern RuntimeClass* HashSet_1_t1048894234_il2cpp_TypeInfo_var; extern RuntimeClass* List_1_t2355598801_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t974727102_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t3199299591_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t2411574205_il2cpp_TypeInfo_var; extern RuntimeClass* List_1_t1279540245_il2cpp_TypeInfo_var; extern RuntimeClass* MethodWrapsCache_t113059333_il2cpp_TypeInfo_var; extern RuntimeClass* StaticLuaCallbacks_t3406648379_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m624773522_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2__ctor_m1953359740_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2__ctor_m2869536720_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2__ctor_m2679887932_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2__ctor_m1565303856_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2__ctor_m2562371212_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2__ctor_m63529513_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2__ctor_m2302605526_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2__ctor_m1258574838_RuntimeMethod_var; extern const RuntimeMethod* HashSet_1__ctor_m801176703_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2__ctor_m2253601317_RuntimeMethod_var; extern const RuntimeMethod* List_1__ctor_m2307673079_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2__ctor_m3889550321_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2__ctor_m1102867147_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2__ctor_m851750302_RuntimeMethod_var; extern const RuntimeMethod* List_1__ctor_m1786034876_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator__ctor_m1386574389_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m543857524_RuntimeMethod_var; extern const RuntimeMethod* List_1_Contains_m1336352484_RuntimeMethod_var; extern const RuntimeMethod* StaticLuaCallbacks_ImportType_m3105597319_RuntimeMethod_var; extern const RuntimeMethod* StaticLuaCallbacks_LoadAssembly_m337918175_RuntimeMethod_var; extern const RuntimeMethod* StaticLuaCallbacks_Cast_m1330993023_RuntimeMethod_var; extern String_t* _stringLiteral270595499; extern String_t* _stringLiteral3679333965; extern String_t* _stringLiteral3891993125; extern String_t* _stringLiteral129948476; extern String_t* _stringLiteral3452614602; extern const uint32_t ObjectTranslator__ctor_m1386574389_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_set_Item_m1054239037_RuntimeMethod_var; extern const uint32_t ObjectTranslator_DelayWrapLoader_m766426594_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_Add_m2540534362_RuntimeMethod_var; extern const uint32_t ObjectTranslator_AddInterfaceBridgeCreator_m2083675120_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_ContainsKey_m1473012971_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m1178554211_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_TryGetValue_m612612121_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Remove_m1864771535_RuntimeMethod_var; extern const RuntimeMethod* Action_1_Invoke_m3233585485_RuntimeMethod_var; extern const RuntimeMethod* HashSet_1_Contains_m3238457005_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_TryDelayWrapLoader_m733231240_RuntimeMethod_var; extern String_t* _stringLiteral2658977542; extern String_t* _stringLiteral811756571; extern const uint32_t ObjectTranslator_TryDelayWrapLoader_m733231240_MetadataUsageId; extern RuntimeClass* ArgumentException_t132251570_il2cpp_TypeInfo_var; extern const RuntimeMethod* ObjectTranslator_Alias_m2065280003_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_set_Item_m3966730482_RuntimeMethod_var; extern String_t* _stringLiteral2225701997; extern const uint32_t ObjectTranslator_Alias_m2065280003_MetadataUsageId; extern RuntimeClass* IEnumerable_1_t3082285688_il2cpp_TypeInfo_var; extern RuntimeClass* IEnumerator_1_t240035971_il2cpp_TypeInfo_var; extern const uint32_t ObjectTranslator_addAssemblieByName_m3007353531_MetadataUsageId; extern const RuntimeType* DelegateBridge_t811511531_0_0_0_var; extern const RuntimeType* Void_t1185182177_0_0_0_var; extern RuntimeClass* U3CgetCreatorUsingGenericU3Ec__AnonStorey0_t1407406737_il2cpp_TypeInfo_var; extern RuntimeClass* Func_2_t3487522507_il2cpp_TypeInfo_var; extern RuntimeClass* Func_2_t2046212999_il2cpp_TypeInfo_var; extern RuntimeClass* Func_2_t982659231_il2cpp_TypeInfo_var; extern RuntimeClass* U3CgetCreatorUsingGenericU3Ec__AnonStorey2_t1025069713_il2cpp_TypeInfo_var; extern RuntimeClass* Func_2_t3692615456_il2cpp_TypeInfo_var; extern RuntimeClass* U3CgetCreatorUsingGenericU3Ec__AnonStorey1_t3746058897_il2cpp_TypeInfo_var; extern const RuntimeMethod* ObjectTranslator_U3CgetCreatorUsingGenericU3Em__0_m2109139500_RuntimeMethod_var; extern const RuntimeMethod* Func_2__ctor_m590823069_RuntimeMethod_var; extern const RuntimeMethod* Enumerable_Where_TisMethodInfo_t_m3924235442_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_U3CgetCreatorUsingGenericU3Em__1_m3650715484_RuntimeMethod_var; extern const RuntimeMethod* Func_2__ctor_m578777272_RuntimeMethod_var; extern const RuntimeMethod* Enumerable_OrderBy_TisMethodInfo_t_TisInt32_t2950945753_m2349904740_RuntimeMethod_var; extern const RuntimeMethod* Enumerable_ToArray_TisMethodInfo_t_m2640777535_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_U3CgetCreatorUsingGenericU3Em__2_m1657217737_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_U3CgetCreatorUsingGenericU3Em__3_m191589309_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_U3CgetCreatorUsingGenericU3Em__4_m2758151677_RuntimeMethod_var; extern const RuntimeMethod* Func_2__ctor_m1433494826_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_U3CgetCreatorUsingGenericU3Em__5_m4248038145_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_U3CgetCreatorUsingGenericU3Em__6_m3247176003_RuntimeMethod_var; extern const RuntimeMethod* Func_2__ctor_m249082317_RuntimeMethod_var; extern const RuntimeMethod* Enumerable_Select_TisParameterInfo_t1861056598_TisType_t_m1700990983_RuntimeMethod_var; extern const RuntimeMethod* Enumerable_Concat_TisType_t_m738045824_RuntimeMethod_var; extern const RuntimeMethod* Enumerable_ToArray_TisType_t_m4037995289_RuntimeMethod_var; extern const RuntimeMethod* U3CgetCreatorUsingGenericU3Ec__AnonStorey1_U3CU3Em__0_m4045693392_RuntimeMethod_var; extern const RuntimeMethod* U3CgetCreatorUsingGenericU3Ec__AnonStorey2_U3CU3Em__0_m2423856680_RuntimeMethod_var; extern const uint32_t ObjectTranslator_getCreatorUsingGeneric_m920798342_MetadataUsageId; extern const RuntimeType* MulticastDelegate_t_0_0_0_var; extern RuntimeClass* U3CgetDelegateU3Ec__AnonStorey3_t4152580592_il2cpp_TypeInfo_var; extern RuntimeClass* U3CgetDelegateU3Ec__AnonStorey4_t4152580591_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_TryGetValue_m303980006_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_U3CgetDelegateU3Em__7_m910527994_RuntimeMethod_var; extern const RuntimeMethod* U3CgetDelegateU3Ec__AnonStorey4_U3CU3Em__0_m1417468920_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m969062979_RuntimeMethod_var; extern const RuntimeMethod* Func_2_Invoke_m1675886064_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_getDelegate_m425086728_RuntimeMethod_var; extern String_t* _stringLiteral488912831; extern const uint32_t ObjectTranslator_getDelegate_m425086728_MetadataUsageId; extern RuntimeClass* DelegateBridge_t811511531_il2cpp_TypeInfo_var; extern RuntimeClass* WeakReference_t1334886716_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_get_Item_m3543437838_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_CreateDelegateBridge_m3427419959_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_set_Item_m3707679280_RuntimeMethod_var; extern const uint32_t ObjectTranslator_CreateDelegateBridge_m3427419959_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_GetEnumerator_m2739157404_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m115693824_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Value_m2229915025_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m1230695701_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_Dispose_m2886732563_RuntimeMethod_var; extern const uint32_t ObjectTranslator_AllDelegateBridgeReleased_m2707561361_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_Remove_m2817369805_RuntimeMethod_var; extern const uint32_t ObjectTranslator_ReleaseLuaBase_m1208506090_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_TryGetValue_m1666246895_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_CreateInterfaceBridge_m1488525338_RuntimeMethod_var; extern const RuntimeMethod* Func_3_Invoke_m3299196796_RuntimeMethod_var; extern const uint32_t ObjectTranslator_CreateInterfaceBridge_m1488525338_MetadataUsageId; extern const RuntimeType* RuntimeArray_0_0_0_var; extern const RuntimeMethod* StaticLuaCallbacks_ArrayLength_m1421054509_RuntimeMethod_var; extern const RuntimeMethod* StaticLuaCallbacks_ArrayIndexer_m3536693048_RuntimeMethod_var; extern const RuntimeMethod* StaticLuaCallbacks_ArrayNewIndexer_m3593144719_RuntimeMethod_var; extern String_t* _stringLiteral1212501634; extern const uint32_t ObjectTranslator_CreateArrayMetatable_m3535785860_MetadataUsageId; extern const RuntimeMethod* StaticLuaCallbacks_DelegateCall_m2671525595_RuntimeMethod_var; extern const RuntimeMethod* StaticLuaCallbacks_DelegateCombine_m3143063672_RuntimeMethod_var; extern const RuntimeMethod* StaticLuaCallbacks_DelegateRemove_m1855667533_RuntimeMethod_var; extern String_t* _stringLiteral3235550934; extern String_t* _stringLiteral3641224616; extern String_t* _stringLiteral516640048; extern const uint32_t ObjectTranslator_CreateDelegateMetatable_m1303012280_MetadataUsageId; extern String_t* _stringLiteral2542927742; extern String_t* _stringLiteral2017734699; extern const uint32_t ObjectTranslator_CreateEnumerablePairs_m2150601827_MetadataUsageId; extern const RuntimeMethod* ObjectTranslator_OpenLib_m1615739828_RuntimeMethod_var; extern const RuntimeMethod* StaticLuaCallbacks_ImportGenericType_m1494536771_RuntimeMethod_var; extern const RuntimeMethod* StaticLuaCallbacks_XLuaAccess_m2012288326_RuntimeMethod_var; extern const RuntimeMethod* StaticLuaCallbacks_XLuaPrivateAccessible_m301569256_RuntimeMethod_var; extern const RuntimeMethod* StaticLuaCallbacks_XLuaMetatableOperation_m3806744604_RuntimeMethod_var; extern const RuntimeMethod* StaticLuaCallbacks_ToFunction_m3649442807_RuntimeMethod_var; extern const RuntimeMethod* StaticLuaCallbacks_GetGenericMethod_m1548014812_RuntimeMethod_var; extern const RuntimeMethod* StaticLuaCallbacks_ReleaseCsObject_m3145077486_RuntimeMethod_var; extern String_t* _stringLiteral471496633; extern String_t* _stringLiteral2435229896; extern String_t* _stringLiteral307157820; extern String_t* _stringLiteral1906916785; extern String_t* _stringLiteral3941043816; extern String_t* _stringLiteral1743902693; extern String_t* _stringLiteral2349568099; extern String_t* _stringLiteral2776944247; extern String_t* _stringLiteral2675679946; extern String_t* _stringLiteral1914649514; extern String_t* _stringLiteral3313689270; extern String_t* _stringLiteral2705146334; extern const uint32_t ObjectTranslator_OpenLib_m1615739828_MetadataUsageId; extern const RuntimeType* lua_CSFunction_t883524059_0_0_0_var; extern const RuntimeMethod* Dictionary_2_Add_m3904430912_RuntimeMethod_var; extern String_t* _stringLiteral1967368888; extern const uint32_t ObjectTranslator_createFunctionMetatable_m475099348_MetadataUsageId; extern RuntimeClass* CharU5BU5D_t3528271667_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_GetEnumerator_m3129501405_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m2153402222_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m1805344116_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_Dispose_m4254583986_RuntimeMethod_var; extern String_t* _stringLiteral3450517380; extern String_t* _stringLiteral3452614645; extern String_t* _stringLiteral3452614643; extern const uint32_t ObjectTranslator_FindType_m4140411878_MetadataUsageId; extern const uint32_t ObjectTranslator_hasMethod_m1679379046_MetadataUsageId; extern const uint32_t ObjectTranslator_collectObject_m1178817294_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_set_Item_m869305099_RuntimeMethod_var; extern const uint32_t ObjectTranslator_addObject_m214997251_MetadataUsageId; extern const uint32_t ObjectTranslator_GetObject_m3031673712_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_TryGetValue_m2030279362_RuntimeMethod_var; extern const uint32_t ObjectTranslator_GetTypeOf_m3589627830_MetadataUsageId; extern const uint32_t ObjectTranslator_Assignable_m475717339_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_TryGetValue_m82507790_RuntimeMethod_var; extern const uint32_t ObjectTranslator_GetObject_m805173647_MetadataUsageId; extern const RuntimeMethod* HashSet_1_Add_m3721320553_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_ContainsKey_m3183080891_RuntimeMethod_var; extern const uint32_t ObjectTranslator_PrivateAccessible_m1238524863_MetadataUsageId; extern const RuntimeType* IEnumerable_t1941168011_0_0_0_var; extern const RuntimeMethod* Dictionary_2_TryGetValue_m1312663198_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_getTypeId_m403608292_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_TryGetValue_m1545854663_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m3268150864_RuntimeMethod_var; extern String_t* _stringLiteral1724796979; extern String_t* _stringLiteral3488991334; extern String_t* _stringLiteral2865233594; extern String_t* _stringLiteral507191865; extern String_t* _stringLiteral883499605; extern String_t* _stringLiteral137594397; extern const uint32_t ObjectTranslator_getTypeId_m403608292_MetadataUsageId; extern RuntimeClass* Convert_t2465617642_il2cpp_TypeInfo_var; extern const RuntimeMethod* ObjectTranslator_pushPrimitive_m4281434886_RuntimeMethod_var; extern String_t* _stringLiteral2577872880; extern const uint32_t ObjectTranslator_pushPrimitive_m4281434886_MetadataUsageId; extern RuntimeClass* ValueType_t3640485471_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_TryGetValue_m772098688_RuntimeMethod_var; extern const uint32_t ObjectTranslator_PushAny_m2595410231_MetadataUsageId; extern String_t* _stringLiteral734564660; extern const uint32_t ObjectTranslator_TranslateToEnumToTop_m1038597337_MetadataUsageId; extern const uint32_t ObjectTranslator_Push_m105918116_MetadataUsageId; extern const uint32_t ObjectTranslator_PushObject_m2792877316_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_TryGetValue_m2426959911_RuntimeMethod_var; extern const RuntimeMethod* ObjectTranslator_Update_m3437872166_RuntimeMethod_var; extern String_t* _stringLiteral2792405670; extern const uint32_t ObjectTranslator_Update_m3437872166_MetadataUsageId; extern const uint32_t ObjectTranslator_getCsObj_m1188549198_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_ContainsKey_m1197295216_RuntimeMethod_var; extern const uint32_t ObjectTranslator_ReleaseCSObj_m3635024860_MetadataUsageId; extern const RuntimeMethod* List_1_get_Item_m2604122281_RuntimeMethod_var; extern const uint32_t ObjectTranslator_GetFixCSFunction_m3049810314_MetadataUsageId; extern const RuntimeMethod* List_1_get_Count_m1900280016_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m1246565533_RuntimeMethod_var; extern const uint32_t ObjectTranslator_PushFixCSFunction_m2016711914_MetadataUsageId; extern RuntimeClass* ArrayList_t2718874744_il2cpp_TypeInfo_var; extern const uint32_t ObjectTranslator_popValues_m3575704436_MetadataUsageId; extern const uint32_t ObjectTranslator_popValues_m4218441832_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_Add_m1134702904_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m3097406003_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m3230566386_RuntimeMethod_var; extern const uint32_t ObjectTranslator_registerCustomOp_m1318565094_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_ContainsKey_m2949013528_RuntimeMethod_var; extern const uint32_t ObjectTranslator_HasCustomOp_m865332170_MetadataUsageId; extern const RuntimeMethod* ObjectTranslator_PushDecimal_m48535725_RuntimeMethod_var; extern String_t* _stringLiteral1420243075; extern const uint32_t ObjectTranslator_PushDecimal_m48535725_MetadataUsageId; extern RuntimeClass* LuaTypes_t3572446928_il2cpp_TypeInfo_var; extern const RuntimeMethod* ObjectTranslator_Get_m3855786213_RuntimeMethod_var; extern String_t* _stringLiteral297675988; extern String_t* _stringLiteral4281125184; extern String_t* _stringLiteral371611353; extern const uint32_t ObjectTranslator_Get_m3855786213_MetadataUsageId; extern const uint32_t ObjectTranslator_get_IniterAdderXLuaTestPedding_dumb_obj_m2352691998_MetadataUsageId; extern const RuntimeType* Pedding_t3796070799_0_0_0_var; extern RuntimeClass* Pedding_t3796070799_il2cpp_TypeInfo_var; extern const RuntimeMethod* ObjectTranslator_PushXLuaTestPedding_m1041412546_RuntimeMethod_var; extern String_t* _stringLiteral1196924469; extern const uint32_t ObjectTranslator_PushXLuaTestPedding_m1041412546_MetadataUsageId; extern const RuntimeMethod* ObjectTranslator_Get_m3350086819_RuntimeMethod_var; extern String_t* _stringLiteral1040355488; extern String_t* _stringLiteral4016842991; extern const uint32_t ObjectTranslator_Get_m3350086819_MetadataUsageId; extern const RuntimeMethod* ObjectTranslator_UpdateXLuaTestPedding_m384667550_RuntimeMethod_var; extern String_t* _stringLiteral2324168711; extern String_t* _stringLiteral2672135539; extern const uint32_t ObjectTranslator_UpdateXLuaTestPedding_m384667550_MetadataUsageId; extern const RuntimeType* MyStruct_t514849583_0_0_0_var; extern RuntimeClass* MyStruct_t514849583_il2cpp_TypeInfo_var; extern const RuntimeMethod* ObjectTranslator_PushXLuaTestMyStruct_m284684668_RuntimeMethod_var; extern String_t* _stringLiteral2688706083; extern const uint32_t ObjectTranslator_PushXLuaTestMyStruct_m284684668_MetadataUsageId; extern const RuntimeMethod* ObjectTranslator_Get_m94430953_RuntimeMethod_var; extern String_t* _stringLiteral4268379005; extern String_t* _stringLiteral3437873213; extern const uint32_t ObjectTranslator_Get_m94430953_MetadataUsageId; extern const RuntimeMethod* ObjectTranslator_UpdateXLuaTestMyStruct_m2112189277_RuntimeMethod_var; extern String_t* _stringLiteral978801840; extern const uint32_t ObjectTranslator_UpdateXLuaTestMyStruct_m2112189277_MetadataUsageId; extern const RuntimeType* PushAsTableStruct_t2836609445_0_0_0_var; extern String_t* _stringLiteral3452614616; extern String_t* _stringLiteral3452614615; extern const uint32_t ObjectTranslator_PushXLuaTestPushAsTableStruct_m802976487_MetadataUsageId; extern RuntimeClass* PushAsTableStruct_t2836609445_il2cpp_TypeInfo_var; extern const RuntimeMethod* ObjectTranslator_Get_m2053411285_RuntimeMethod_var; extern String_t* _stringLiteral1094776647; extern String_t* _stringLiteral3337544324; extern const uint32_t ObjectTranslator_Get_m2053411285_MetadataUsageId; extern const RuntimeMethod* ObjectTranslator_UpdateXLuaTestPushAsTableStruct_m1276798345_RuntimeMethod_var; extern const uint32_t ObjectTranslator_UpdateXLuaTestPushAsTableStruct_m1276798345_MetadataUsageId; extern const RuntimeType* Vector2_t2156229523_0_0_0_var; extern const RuntimeMethod* ObjectTranslator_PushUnityEngineVector2_m3232111227_RuntimeMethod_var; extern String_t* _stringLiteral81115669; extern const uint32_t ObjectTranslator_PushUnityEngineVector2_m3232111227_MetadataUsageId; extern const RuntimeMethod* ObjectTranslator_Get_m1627229422_RuntimeMethod_var; extern String_t* _stringLiteral3496149608; extern String_t* _stringLiteral1840316059; extern const uint32_t ObjectTranslator_Get_m1627229422_MetadataUsageId; extern const RuntimeMethod* ObjectTranslator_UpdateUnityEngineVector2_m2314138213_RuntimeMethod_var; extern String_t* _stringLiteral581324164; extern const uint32_t ObjectTranslator_UpdateUnityEngineVector2_m2314138213_MetadataUsageId; extern const RuntimeType* Vector3_t3722313464_0_0_0_var; extern RuntimeClass* Vector3_t3722313464_il2cpp_TypeInfo_var; extern const RuntimeMethod* ObjectTranslator_PushUnityEngineVector3_m82247743_RuntimeMethod_var; extern String_t* _stringLiteral563264021; extern const uint32_t ObjectTranslator_PushUnityEngineVector3_m82247743_MetadataUsageId; extern const RuntimeMethod* ObjectTranslator_Get_m1627229423_RuntimeMethod_var; extern String_t* _stringLiteral1157497448; extern String_t* _stringLiteral3406400000; extern const uint32_t ObjectTranslator_Get_m1627229423_MetadataUsageId; extern const RuntimeMethod* ObjectTranslator_UpdateUnityEngineVector3_m2620820477_RuntimeMethod_var; extern String_t* _stringLiteral581323081; extern const uint32_t ObjectTranslator_UpdateUnityEngineVector3_m2620820477_MetadataUsageId; extern const RuntimeType* Vector4_t3319028937_0_0_0_var; extern RuntimeClass* Vector4_t3319028937_il2cpp_TypeInfo_var; extern const RuntimeMethod* ObjectTranslator_PushUnityEngineVector4_m1345601328_RuntimeMethod_var; extern String_t* _stringLiteral500152853; extern const uint32_t ObjectTranslator_PushUnityEngineVector4_m1345601328_MetadataUsageId; extern const RuntimeMethod* ObjectTranslator_Get_m1627229428_RuntimeMethod_var; extern String_t* _stringLiteral348193384; extern String_t* _stringLiteral1033747005; extern const uint32_t ObjectTranslator_Get_m1627229428_MetadataUsageId; extern const RuntimeMethod* ObjectTranslator_UpdateUnityEngineVector4_m2121610803_RuntimeMethod_var; extern String_t* _stringLiteral581313422; extern const uint32_t ObjectTranslator_UpdateUnityEngineVector4_m2121610803_MetadataUsageId; extern const RuntimeType* Color_t2555686324_0_0_0_var; extern const RuntimeMethod* ObjectTranslator_PushUnityEngineColor_m234561220_RuntimeMethod_var; extern String_t* _stringLiteral661673307; extern const uint32_t ObjectTranslator_PushUnityEngineColor_m234561220_MetadataUsageId; extern const RuntimeMethod* ObjectTranslator_Get_m1529026408_RuntimeMethod_var; extern String_t* _stringLiteral635494172; extern String_t* _stringLiteral1536891833; extern const uint32_t ObjectTranslator_Get_m1529026408_MetadataUsageId; extern const RuntimeMethod* ObjectTranslator_UpdateUnityEngineColor_m4128466883_RuntimeMethod_var; extern String_t* _stringLiteral3399702314; extern const uint32_t ObjectTranslator_UpdateUnityEngineColor_m4128466883_MetadataUsageId; extern const RuntimeType* Quaternion_t2301928331_0_0_0_var; extern RuntimeClass* Quaternion_t2301928331_il2cpp_TypeInfo_var; extern const RuntimeMethod* ObjectTranslator_PushUnityEngineQuaternion_m1385659755_RuntimeMethod_var; extern String_t* _stringLiteral3941650019; extern const uint32_t ObjectTranslator_PushUnityEngineQuaternion_m1385659755_MetadataUsageId; extern const RuntimeMethod* ObjectTranslator_Get_m3946340519_RuntimeMethod_var; extern String_t* _stringLiteral156366116; extern String_t* _stringLiteral3966337425; extern const uint32_t ObjectTranslator_Get_m3946340519_MetadataUsageId; extern const RuntimeMethod* ObjectTranslator_UpdateUnityEngineQuaternion_m4093105970_RuntimeMethod_var; extern String_t* _stringLiteral4225769297; extern const uint32_t ObjectTranslator_UpdateUnityEngineQuaternion_m4093105970_MetadataUsageId; extern const RuntimeType* Ray_t3785851493_0_0_0_var; extern RuntimeClass* Ray_t3785851493_il2cpp_TypeInfo_var; extern const RuntimeMethod* ObjectTranslator_PushUnityEngineRay_m3647823926_RuntimeMethod_var; extern String_t* _stringLiteral1509958615; extern const uint32_t ObjectTranslator_PushUnityEngineRay_m3647823926_MetadataUsageId; extern const RuntimeMethod* ObjectTranslator_Get_m1877761728_RuntimeMethod_var; extern String_t* _stringLiteral59270993; extern String_t* _stringLiteral771860245; extern const uint32_t ObjectTranslator_Get_m1877761728_MetadataUsageId; extern const RuntimeMethod* ObjectTranslator_UpdateUnityEngineRay_m178631705_RuntimeMethod_var; extern String_t* _stringLiteral1480542127; extern const uint32_t ObjectTranslator_UpdateUnityEngineRay_m178631705_MetadataUsageId; extern const RuntimeType* Bounds_t2266837910_0_0_0_var; extern RuntimeClass* Bounds_t2266837910_il2cpp_TypeInfo_var; extern const RuntimeMethod* ObjectTranslator_PushUnityEngineBounds_m1034727825_RuntimeMethod_var; extern String_t* _stringLiteral4225915673; extern const uint32_t ObjectTranslator_PushUnityEngineBounds_m1034727825_MetadataUsageId; extern const RuntimeMethod* ObjectTranslator_Get_m4012846247_RuntimeMethod_var; extern String_t* _stringLiteral3296816217; extern String_t* _stringLiteral791413331; extern const uint32_t ObjectTranslator_Get_m4012846247_MetadataUsageId; extern const RuntimeMethod* ObjectTranslator_UpdateUnityEngineBounds_m3123525504_RuntimeMethod_var; extern String_t* _stringLiteral318477747; extern const uint32_t ObjectTranslator_UpdateUnityEngineBounds_m3123525504_MetadataUsageId; extern const RuntimeType* Ray2D_t2082843914_0_0_0_var; extern RuntimeClass* Ray2D_t2082843914_il2cpp_TypeInfo_var; extern const RuntimeMethod* ObjectTranslator_PushUnityEngineRay2D_m2230845372_RuntimeMethod_var; extern String_t* _stringLiteral320361055; extern const uint32_t ObjectTranslator_PushUnityEngineRay2D_m2230845372_MetadataUsageId; extern const RuntimeMethod* ObjectTranslator_Get_m71339646_RuntimeMethod_var; extern String_t* _stringLiteral621112693; extern String_t* _stringLiteral1357984215; extern const uint32_t ObjectTranslator_Get_m71339646_MetadataUsageId; extern const RuntimeMethod* ObjectTranslator_UpdateUnityEngineRay2D_m3126736268_RuntimeMethod_var; extern String_t* _stringLiteral391310860; extern const uint32_t ObjectTranslator_UpdateUnityEngineRay2D_m3126736268_MetadataUsageId; extern const RuntimeType* AutoPlay_t1346164433_0_0_0_var; extern RuntimeClass* AutoPlay_t1346164433_il2cpp_TypeInfo_var; extern const RuntimeMethod* ObjectTranslator_PushDGTweeningAutoPlay_m3886690983_RuntimeMethod_var; extern String_t* _stringLiteral846235607; extern const uint32_t ObjectTranslator_PushDGTweeningAutoPlay_m3886690983_MetadataUsageId; extern const RuntimeMethod* ObjectTranslator_Get_m3236875037_RuntimeMethod_var; extern String_t* _stringLiteral3760980381; extern String_t* _stringLiteral1681868489; extern const uint32_t ObjectTranslator_Get_m3236875037_MetadataUsageId; extern const RuntimeMethod* ObjectTranslator_UpdateDGTweeningAutoPlay_m816010127_RuntimeMethod_var; extern String_t* _stringLiteral3516871595; extern const uint32_t ObjectTranslator_UpdateDGTweeningAutoPlay_m816010127_MetadataUsageId; extern const RuntimeType* AxisConstraint_t2771958344_0_0_0_var; extern const RuntimeMethod* ObjectTranslator_PushDGTweeningAxisConstraint_m4080567124_RuntimeMethod_var; extern String_t* _stringLiteral2399317148; extern const uint32_t ObjectTranslator_PushDGTweeningAxisConstraint_m4080567124_MetadataUsageId; extern const RuntimeMethod* ObjectTranslator_Get_m3189878663_RuntimeMethod_var; extern String_t* _stringLiteral826278850; extern String_t* _stringLiteral3026981057; extern const uint32_t ObjectTranslator_Get_m3189878663_MetadataUsageId; extern const RuntimeMethod* ObjectTranslator_UpdateDGTweeningAxisConstraint_m3990993513_RuntimeMethod_var; extern String_t* _stringLiteral3233656940; extern const uint32_t ObjectTranslator_UpdateDGTweeningAxisConstraint_m3990993513_MetadataUsageId; extern const RuntimeType* Ease_t4010715394_0_0_0_var; extern const RuntimeMethod* ObjectTranslator_PushDGTweeningEase_m1764940980_RuntimeMethod_var; extern String_t* _stringLiteral3131531093; extern const uint32_t ObjectTranslator_PushDGTweeningEase_m1764940980_MetadataUsageId; extern const RuntimeMethod* ObjectTranslator_Get_m2473396835_RuntimeMethod_var; extern String_t* _stringLiteral1826040197; extern String_t* _stringLiteral3574114210; extern const uint32_t ObjectTranslator_Get_m2473396835_MetadataUsageId; extern const RuntimeMethod* ObjectTranslator_UpdateDGTweeningEase_m3577759684_RuntimeMethod_var; extern String_t* _stringLiteral4007479463; extern const uint32_t ObjectTranslator_UpdateDGTweeningEase_m3577759684_MetadataUsageId; extern const RuntimeType* LogBehaviour_t1548882435_0_0_0_var; extern RuntimeClass* LogBehaviour_t1548882435_il2cpp_TypeInfo_var; extern const RuntimeMethod* ObjectTranslator_PushDGTweeningLogBehaviour_m4233091606_RuntimeMethod_var; extern String_t* _stringLiteral1780608994; extern const uint32_t ObjectTranslator_PushDGTweeningLogBehaviour_m4233091606_MetadataUsageId; extern const RuntimeMethod* ObjectTranslator_Get_m2627530738_RuntimeMethod_var; extern String_t* _stringLiteral1182759112; extern String_t* _stringLiteral3557877994; extern const uint32_t ObjectTranslator_Get_m2627530738_MetadataUsageId; extern const RuntimeMethod* ObjectTranslator_UpdateDGTweeningLogBehaviour_m1822417072_RuntimeMethod_var; extern String_t* _stringLiteral2189556897; extern const uint32_t ObjectTranslator_UpdateDGTweeningLogBehaviour_m1822417072_MetadataUsageId; extern const RuntimeType* LoopType_t3049802818_0_0_0_var; extern const RuntimeMethod* ObjectTranslator_PushDGTweeningLoopType_m1876084289_RuntimeMethod_var; extern String_t* _stringLiteral1339280064; extern const uint32_t ObjectTranslator_PushDGTweeningLoopType_m1876084289_MetadataUsageId; extern const RuntimeMethod* ObjectTranslator_Get_m1447675128_RuntimeMethod_var; extern String_t* _stringLiteral1129298871; extern String_t* _stringLiteral2530906662; extern const uint32_t ObjectTranslator_Get_m1447675128_MetadataUsageId; extern const RuntimeMethod* ObjectTranslator_UpdateDGTweeningLoopType_m1673101987_RuntimeMethod_var; extern String_t* _stringLiteral2628986224; extern const uint32_t ObjectTranslator_UpdateDGTweeningLoopType_m1673101987_MetadataUsageId; extern const RuntimeType* PathMode_t2165603100_0_0_0_var; extern RuntimeClass* PathMode_t2165603100_il2cpp_TypeInfo_var; extern const RuntimeMethod* ObjectTranslator_PushDGTweeningPathMode_m320252973_RuntimeMethod_var; extern String_t* _stringLiteral2494456143; extern const uint32_t ObjectTranslator_PushDGTweeningPathMode_m320252973_MetadataUsageId; extern const RuntimeMethod* ObjectTranslator_Get_m2906801996_RuntimeMethod_var; extern String_t* _stringLiteral727079619; extern String_t* _stringLiteral2834468818; extern const uint32_t ObjectTranslator_Get_m2906801996_MetadataUsageId; extern const RuntimeMethod* ObjectTranslator_UpdateDGTweeningPathMode_m1667841969_RuntimeMethod_var; extern String_t* _stringLiteral2086420157; extern const uint32_t ObjectTranslator_UpdateDGTweeningPathMode_m1667841969_MetadataUsageId; extern const RuntimeType* PathType_t3777299409_0_0_0_var; extern RuntimeClass* PathType_t3777299409_il2cpp_TypeInfo_var; extern const RuntimeMethod* ObjectTranslator_PushDGTweeningPathType_m646643691_RuntimeMethod_var; extern String_t* _stringLiteral1365122885; extern const uint32_t ObjectTranslator_PushDGTweeningPathType_m646643691_MetadataUsageId; extern const RuntimeMethod* ObjectTranslator_Get_m3757128783_RuntimeMethod_var; extern String_t* _stringLiteral3193502281; extern String_t* _stringLiteral4092031935; extern const uint32_t ObjectTranslator_Get_m3757128783_MetadataUsageId; extern const RuntimeMethod* ObjectTranslator_UpdateDGTweeningPathType_m4091605006_RuntimeMethod_var; extern String_t* _stringLiteral2834725627; extern const uint32_t ObjectTranslator_UpdateDGTweeningPathType_m4091605006_MetadataUsageId; extern const RuntimeType* RotateMode_t2548570174_0_0_0_var; extern RuntimeClass* RotateMode_t2548570174_il2cpp_TypeInfo_var; extern const RuntimeMethod* ObjectTranslator_PushDGTweeningRotateMode_m2958424918_RuntimeMethod_var; extern String_t* _stringLiteral352162741; extern const uint32_t ObjectTranslator_PushDGTweeningRotateMode_m2958424918_MetadataUsageId; extern const RuntimeMethod* ObjectTranslator_Get_m1355366945_RuntimeMethod_var; extern String_t* _stringLiteral3576172130; extern String_t* _stringLiteral3418683550; extern const uint32_t ObjectTranslator_Get_m1355366945_MetadataUsageId; extern const RuntimeMethod* ObjectTranslator_UpdateDGTweeningRotateMode_m830997628_RuntimeMethod_var; extern String_t* _stringLiteral549216652; extern const uint32_t ObjectTranslator_UpdateDGTweeningRotateMode_m830997628_MetadataUsageId; extern const RuntimeType* ScrambleMode_t1285273342_0_0_0_var; extern const RuntimeMethod* ObjectTranslator_PushDGTweeningScrambleMode_m654669223_RuntimeMethod_var; extern String_t* _stringLiteral3573651520; extern const uint32_t ObjectTranslator_PushDGTweeningScrambleMode_m654669223_MetadataUsageId; extern const RuntimeMethod* ObjectTranslator_Get_m1895878831_RuntimeMethod_var; extern String_t* _stringLiteral2747234853; extern String_t* _stringLiteral2670621003; extern const uint32_t ObjectTranslator_Get_m1895878831_MetadataUsageId; extern const RuntimeMethod* ObjectTranslator_UpdateDGTweeningScrambleMode_m3431253230_RuntimeMethod_var; extern String_t* _stringLiteral1219426978; extern const uint32_t ObjectTranslator_UpdateDGTweeningScrambleMode_m3431253230_MetadataUsageId; extern const RuntimeType* TweenType_t1971673186_0_0_0_var; extern RuntimeClass* TweenType_t1971673186_il2cpp_TypeInfo_var; extern const RuntimeMethod* ObjectTranslator_PushDGTweeningTweenType_m1443697377_RuntimeMethod_var; extern String_t* _stringLiteral30794694; extern const uint32_t ObjectTranslator_PushDGTweeningTweenType_m1443697377_MetadataUsageId; extern const RuntimeMethod* ObjectTranslator_Get_m1350035902_RuntimeMethod_var; extern String_t* _stringLiteral2128071718; extern String_t* _stringLiteral4153891156; extern const uint32_t ObjectTranslator_Get_m1350035902_MetadataUsageId; extern const RuntimeMethod* ObjectTranslator_UpdateDGTweeningTweenType_m1716421548_RuntimeMethod_var; extern String_t* _stringLiteral3386006672; extern const uint32_t ObjectTranslator_UpdateDGTweeningTweenType_m1716421548_MetadataUsageId; extern const RuntimeType* UpdateType_t3937729206_0_0_0_var; extern const RuntimeMethod* ObjectTranslator_PushDGTweeningUpdateType_m1496001566_RuntimeMethod_var; extern String_t* _stringLiteral3587289538; extern const uint32_t ObjectTranslator_PushDGTweeningUpdateType_m1496001566_MetadataUsageId; extern const RuntimeMethod* ObjectTranslator_Get_m1519651315_RuntimeMethod_var; extern String_t* _stringLiteral2106332397; extern String_t* _stringLiteral3389892016; extern const uint32_t ObjectTranslator_Get_m1519651315_MetadataUsageId; extern const RuntimeMethod* ObjectTranslator_UpdateDGTweeningUpdateType_m4076623803_RuntimeMethod_var; extern String_t* _stringLiteral3500426593; extern const uint32_t ObjectTranslator_UpdateDGTweeningUpdateType_m4076623803_MetadataUsageId; extern const RuntimeType* MyEnum_t4134377632_0_0_0_var; extern RuntimeClass* MyEnum_t4134377632_il2cpp_TypeInfo_var; extern const RuntimeMethod* ObjectTranslator_PushXLuaTestMyEnum_m329911794_RuntimeMethod_var; extern String_t* _stringLiteral3320401472; extern const uint32_t ObjectTranslator_PushXLuaTestMyEnum_m329911794_MetadataUsageId; extern const RuntimeMethod* ObjectTranslator_Get_m3404519673_RuntimeMethod_var; extern String_t* _stringLiteral181124671; extern String_t* _stringLiteral3427737656; extern const uint32_t ObjectTranslator_Get_m3404519673_MetadataUsageId; extern const RuntimeMethod* ObjectTranslator_UpdateXLuaTestMyEnum_m1059195416_RuntimeMethod_var; extern String_t* _stringLiteral2409179789; extern const uint32_t ObjectTranslator_UpdateXLuaTestMyEnum_m1059195416_MetadataUsageId; extern const uint32_t ObjectTranslator_get_gen_reg_dumb_obj_m2114520957_MetadataUsageId; extern RuntimeClass* IniterAdderXLuaTestPedding_t2424681114_il2cpp_TypeInfo_var; extern RuntimeClass* XLua_Gen_Initer_Register___t560736047_il2cpp_TypeInfo_var; extern const uint32_t ObjectTranslator__cctor_m4252806289_MetadataUsageId; extern String_t* _stringLiteral2365898802; extern const uint32_t ObjectTranslator_U3CgetCreatorUsingGenericU3Em__0_m2109139500_MetadataUsageId; extern String_t* _stringLiteral3174732078; extern const uint32_t ObjectTranslator_U3CgetCreatorUsingGenericU3Em__2_m1657217737_MetadataUsageId; extern String_t* _stringLiteral3534947708; extern const uint32_t ObjectTranslator_U3CgetDelegateU3Em__7_m910527994_MetadataUsageId; struct Vector3U5BU5D_t1718750761; struct ByteU5BU5D_t4116647657; struct ObjectU5BU5D_t2843939325; struct TypeU5BU5D_t3940880105; struct ConstructorInfoU5BU5D_t881249896; struct ParameterInfoU5BU5D_t390618515; struct MemberInfoU5BU5D_t1302094432; struct MethodBaseU5BU5D_t779831733; struct FieldInfoU5BU5D_t846150980; struct SlotU5BU5D_t3927785999; struct AssemblyU5BU5D_t2792222854; struct MethodInfoU5BU5D_t2572182361; struct StringU5BU5D_t1281789340; struct CharU5BU5D_t3528271667; #ifndef RUNTIMEOBJECT_H #define RUNTIMEOBJECT_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEOBJECT_H 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 REFERENCEEQUALSCOMPARER_T1100647835_H #define REFERENCEEQUALSCOMPARER_T1100647835_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ReferenceEqualsComparer struct ReferenceEqualsComparer_t1100647835 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REFERENCEEQUALSCOMPARER_T1100647835_H #ifndef DICTIONARY_2_T3456964840_H #define DICTIONARY_2_T3456964840_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_t3456964840 : 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 Action_1U5BU5D_t4009864977* ___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_t3456964840, ___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_t3456964840, ___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_t3456964840, ___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_t3456964840, ___valueSlots_7)); } inline Action_1U5BU5D_t4009864977* get_valueSlots_7() const { return ___valueSlots_7; } inline Action_1U5BU5D_t4009864977** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(Action_1U5BU5D_t4009864977* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t3456964840, ___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_t3456964840, ___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_t3456964840, ___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_t3456964840, ___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_t3456964840, ___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_t3456964840, ___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_t3456964840, ___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_t3456964840_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t4290359988 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t3456964840_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t4290359988 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t4290359988 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t4290359988 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T3456964840_H #ifndef DICTIONARY_2_T1325155278_H #define DICTIONARY_2_T1325155278_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_t1325155278 : 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 Func_3U5BU5D_t2707221971* ___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_t1325155278, ___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_t1325155278, ___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_t1325155278, ___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_t1325155278, ___valueSlots_7)); } inline Func_3U5BU5D_t2707221971* get_valueSlots_7() const { return ___valueSlots_7; } inline Func_3U5BU5D_t2707221971** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(Func_3U5BU5D_t2707221971* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t1325155278, ___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_t1325155278, ___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_t1325155278, ___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_t1325155278, ___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_t1325155278, ___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_t1325155278, ___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_t1325155278, ___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_t1325155278_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t2987716982 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t1325155278_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t2987716982 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t2987716982 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t2987716982 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T1325155278_H #ifndef DICTIONARY_2_T633324528_H #define DICTIONARY_2_T633324528_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_t633324528 : 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 TypeU5BU5D_t3940880105* ___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_t633324528, ___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_t633324528, ___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_t633324528, ___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_t633324528, ___valueSlots_7)); } inline TypeU5BU5D_t3940880105* get_valueSlots_7() const { return ___valueSlots_7; } inline TypeU5BU5D_t3940880105** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(TypeU5BU5D_t3940880105* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t633324528, ___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_t633324528, ___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_t633324528, ___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_t633324528, ___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_t633324528, ___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_t633324528, ___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_t633324528, ___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_t633324528_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t4221375116 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t633324528_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t4221375116 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t4221375116 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t4221375116 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T633324528_H #ifndef DICTIONARY_2_T2541635029_H #define DICTIONARY_2_T2541635029_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_t2541635029 : 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 BooleanU5BU5D_t2897418192* ___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_t2541635029, ___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_t2541635029, ___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_t2541635029, ___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_t2541635029, ___valueSlots_7)); } inline BooleanU5BU5D_t2897418192* get_valueSlots_7() const { return ___valueSlots_7; } inline BooleanU5BU5D_t2897418192** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(BooleanU5BU5D_t2897418192* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t2541635029, ___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_t2541635029, ___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_t2541635029, ___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_t2541635029, ___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_t2541635029, ___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_t2541635029, ___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_t2541635029, ___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_t2541635029_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t3177913203 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t2541635029_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t3177913203 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t3177913203 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t3177913203 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T2541635029_H #ifndef DICTIONARY_2_T3427006295_H #define DICTIONARY_2_T3427006295_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_t3427006295 : 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 Func_2U5BU5D_t2098869766* ___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_t3427006295, ___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_t3427006295, ___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_t3427006295, ___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_t3427006295, ___valueSlots_7)); } inline Func_2U5BU5D_t2098869766* get_valueSlots_7() const { return ___valueSlots_7; } inline Func_2U5BU5D_t2098869766** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(Func_2U5BU5D_t2098869766* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t3427006295, ___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_t3427006295, ___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_t3427006295, ___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_t3427006295, ___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_t3427006295, ___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_t3427006295, ___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_t3427006295, ___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_t3427006295_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t2379364777 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t3427006295_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t2379364777 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t2379364777 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t2379364777 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T3427006295_H #ifndef U3CGENNULLABLECHECKERU3EC__ANONSTOREY1_T287041101_H #define U3CGENNULLABLECHECKERU3EC__ANONSTOREY1_T287041101_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectCheckers/c__AnonStorey1 struct U3CgenNullableCheckerU3Ec__AnonStorey1_t287041101 : public RuntimeObject { public: // XLua.ObjectCheck XLua.ObjectCheckers/c__AnonStorey1::oc ObjectCheck_t3971088829 * ___oc_0; public: inline static int32_t get_offset_of_oc_0() { return static_cast(offsetof(U3CgenNullableCheckerU3Ec__AnonStorey1_t287041101, ___oc_0)); } inline ObjectCheck_t3971088829 * get_oc_0() const { return ___oc_0; } inline ObjectCheck_t3971088829 ** get_address_of_oc_0() { return &___oc_0; } inline void set_oc_0(ObjectCheck_t3971088829 * value) { ___oc_0 = value; Il2CppCodeGenWriteBarrier((&___oc_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CGENNULLABLECHECKERU3EC__ANONSTOREY1_T287041101_H #ifndef U3CGENCASTERU3EC__ANONSTOREY0_T1460193_H #define U3CGENCASTERU3EC__ANONSTOREY0_T1460193_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectCasters/c__AnonStorey0 struct U3CgenCasterU3Ec__AnonStorey0_t1460193 : public RuntimeObject { public: // System.Type XLua.ObjectCasters/c__AnonStorey0::type Type_t * ___type_0; // XLua.ObjectCast XLua.ObjectCasters/c__AnonStorey0::fixTypeGetter ObjectCast_t2869028929 * ___fixTypeGetter_1; // XLua.ObjectCasters XLua.ObjectCasters/c__AnonStorey0::$this ObjectCasters_t3722364209 * ___U24this_2; public: inline static int32_t get_offset_of_type_0() { return static_cast(offsetof(U3CgenCasterU3Ec__AnonStorey0_t1460193, ___type_0)); } inline Type_t * get_type_0() const { return ___type_0; } inline Type_t ** get_address_of_type_0() { return &___type_0; } inline void set_type_0(Type_t * value) { ___type_0 = value; Il2CppCodeGenWriteBarrier((&___type_0), value); } inline static int32_t get_offset_of_fixTypeGetter_1() { return static_cast(offsetof(U3CgenCasterU3Ec__AnonStorey0_t1460193, ___fixTypeGetter_1)); } inline ObjectCast_t2869028929 * get_fixTypeGetter_1() const { return ___fixTypeGetter_1; } inline ObjectCast_t2869028929 ** get_address_of_fixTypeGetter_1() { return &___fixTypeGetter_1; } inline void set_fixTypeGetter_1(ObjectCast_t2869028929 * value) { ___fixTypeGetter_1 = value; Il2CppCodeGenWriteBarrier((&___fixTypeGetter_1), value); } inline static int32_t get_offset_of_U24this_2() { return static_cast(offsetof(U3CgenCasterU3Ec__AnonStorey0_t1460193, ___U24this_2)); } inline ObjectCasters_t3722364209 * get_U24this_2() const { return ___U24this_2; } inline ObjectCasters_t3722364209 ** get_address_of_U24this_2() { return &___U24this_2; } inline void set_U24this_2(ObjectCasters_t3722364209 * value) { ___U24this_2 = value; Il2CppCodeGenWriteBarrier((&___U24this_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CGENCASTERU3EC__ANONSTOREY0_T1460193_H #ifndef U3CGENCASTERU3EC__ANONSTOREY1_T1957775329_H #define U3CGENCASTERU3EC__ANONSTOREY1_T1957775329_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectCasters/c__AnonStorey1 struct U3CgenCasterU3Ec__AnonStorey1_t1957775329 : public RuntimeObject { public: // System.Type XLua.ObjectCasters/c__AnonStorey1::elementType Type_t * ___elementType_0; // XLua.ObjectCast XLua.ObjectCasters/c__AnonStorey1::elementCaster ObjectCast_t2869028929 * ___elementCaster_1; // XLua.ObjectCasters/c__AnonStorey0 XLua.ObjectCasters/c__AnonStorey1::<>f__ref$0 U3CgenCasterU3Ec__AnonStorey0_t1460193 * ___U3CU3Ef__refU240_2; public: inline static int32_t get_offset_of_elementType_0() { return static_cast(offsetof(U3CgenCasterU3Ec__AnonStorey1_t1957775329, ___elementType_0)); } inline Type_t * get_elementType_0() const { return ___elementType_0; } inline Type_t ** get_address_of_elementType_0() { return &___elementType_0; } inline void set_elementType_0(Type_t * value) { ___elementType_0 = value; Il2CppCodeGenWriteBarrier((&___elementType_0), value); } inline static int32_t get_offset_of_elementCaster_1() { return static_cast(offsetof(U3CgenCasterU3Ec__AnonStorey1_t1957775329, ___elementCaster_1)); } inline ObjectCast_t2869028929 * get_elementCaster_1() const { return ___elementCaster_1; } inline ObjectCast_t2869028929 ** get_address_of_elementCaster_1() { return &___elementCaster_1; } inline void set_elementCaster_1(ObjectCast_t2869028929 * value) { ___elementCaster_1 = value; Il2CppCodeGenWriteBarrier((&___elementCaster_1), value); } inline static int32_t get_offset_of_U3CU3Ef__refU240_2() { return static_cast(offsetof(U3CgenCasterU3Ec__AnonStorey1_t1957775329, ___U3CU3Ef__refU240_2)); } inline U3CgenCasterU3Ec__AnonStorey0_t1460193 * get_U3CU3Ef__refU240_2() const { return ___U3CU3Ef__refU240_2; } inline U3CgenCasterU3Ec__AnonStorey0_t1460193 ** get_address_of_U3CU3Ef__refU240_2() { return &___U3CU3Ef__refU240_2; } inline void set_U3CU3Ef__refU240_2(U3CgenCasterU3Ec__AnonStorey0_t1460193 * value) { ___U3CU3Ef__refU240_2 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__refU240_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CGENCASTERU3EC__ANONSTOREY1_T1957775329_H #ifndef U3CGENCASTERU3EC__ANONSTOREY2_T3914090465_H #define U3CGENCASTERU3EC__ANONSTOREY2_T3914090465_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectCasters/c__AnonStorey2 struct U3CgenCasterU3Ec__AnonStorey2_t3914090465 : public RuntimeObject { public: // System.Type XLua.ObjectCasters/c__AnonStorey2::keyType Type_t * ___keyType_0; // System.Type XLua.ObjectCasters/c__AnonStorey2::valueType Type_t * ___valueType_1; // XLua.ObjectCast XLua.ObjectCasters/c__AnonStorey2::keyCaster ObjectCast_t2869028929 * ___keyCaster_2; // XLua.ObjectCast XLua.ObjectCasters/c__AnonStorey2::valueCaster ObjectCast_t2869028929 * ___valueCaster_3; // XLua.ObjectCasters/c__AnonStorey0 XLua.ObjectCasters/c__AnonStorey2::<>f__ref$0 U3CgenCasterU3Ec__AnonStorey0_t1460193 * ___U3CU3Ef__refU240_4; public: inline static int32_t get_offset_of_keyType_0() { return static_cast(offsetof(U3CgenCasterU3Ec__AnonStorey2_t3914090465, ___keyType_0)); } inline Type_t * get_keyType_0() const { return ___keyType_0; } inline Type_t ** get_address_of_keyType_0() { return &___keyType_0; } inline void set_keyType_0(Type_t * value) { ___keyType_0 = value; Il2CppCodeGenWriteBarrier((&___keyType_0), value); } inline static int32_t get_offset_of_valueType_1() { return static_cast(offsetof(U3CgenCasterU3Ec__AnonStorey2_t3914090465, ___valueType_1)); } inline Type_t * get_valueType_1() const { return ___valueType_1; } inline Type_t ** get_address_of_valueType_1() { return &___valueType_1; } inline void set_valueType_1(Type_t * value) { ___valueType_1 = value; Il2CppCodeGenWriteBarrier((&___valueType_1), value); } inline static int32_t get_offset_of_keyCaster_2() { return static_cast(offsetof(U3CgenCasterU3Ec__AnonStorey2_t3914090465, ___keyCaster_2)); } inline ObjectCast_t2869028929 * get_keyCaster_2() const { return ___keyCaster_2; } inline ObjectCast_t2869028929 ** get_address_of_keyCaster_2() { return &___keyCaster_2; } inline void set_keyCaster_2(ObjectCast_t2869028929 * value) { ___keyCaster_2 = value; Il2CppCodeGenWriteBarrier((&___keyCaster_2), value); } inline static int32_t get_offset_of_valueCaster_3() { return static_cast(offsetof(U3CgenCasterU3Ec__AnonStorey2_t3914090465, ___valueCaster_3)); } inline ObjectCast_t2869028929 * get_valueCaster_3() const { return ___valueCaster_3; } inline ObjectCast_t2869028929 ** get_address_of_valueCaster_3() { return &___valueCaster_3; } inline void set_valueCaster_3(ObjectCast_t2869028929 * value) { ___valueCaster_3 = value; Il2CppCodeGenWriteBarrier((&___valueCaster_3), value); } inline static int32_t get_offset_of_U3CU3Ef__refU240_4() { return static_cast(offsetof(U3CgenCasterU3Ec__AnonStorey2_t3914090465, ___U3CU3Ef__refU240_4)); } inline U3CgenCasterU3Ec__AnonStorey0_t1460193 * get_U3CU3Ef__refU240_4() const { return ___U3CU3Ef__refU240_4; } inline U3CgenCasterU3Ec__AnonStorey0_t1460193 ** get_address_of_U3CU3Ef__refU240_4() { return &___U3CU3Ef__refU240_4; } inline void set_U3CU3Ef__refU240_4(U3CgenCasterU3Ec__AnonStorey0_t1460193 * value) { ___U3CU3Ef__refU240_4 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__refU240_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CGENCASTERU3EC__ANONSTOREY2_T3914090465_H #ifndef U3CGENNULLABLECASTERU3EC__ANONSTOREY3_T4123092059_H #define U3CGENNULLABLECASTERU3EC__ANONSTOREY3_T4123092059_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectCasters/c__AnonStorey3 struct U3CgenNullableCasterU3Ec__AnonStorey3_t4123092059 : public RuntimeObject { public: // XLua.ObjectCast XLua.ObjectCasters/c__AnonStorey3::oc ObjectCast_t2869028929 * ___oc_0; public: inline static int32_t get_offset_of_oc_0() { return static_cast(offsetof(U3CgenNullableCasterU3Ec__AnonStorey3_t4123092059, ___oc_0)); } inline ObjectCast_t2869028929 * get_oc_0() const { return ___oc_0; } inline ObjectCast_t2869028929 ** get_address_of_oc_0() { return &___oc_0; } inline void set_oc_0(ObjectCast_t2869028929 * value) { ___oc_0 = value; Il2CppCodeGenWriteBarrier((&___oc_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CGENNULLABLECASTERU3EC__ANONSTOREY3_T4123092059_H #ifndef DICTIONARY_2_T2120468597_H #define DICTIONARY_2_T2120468597_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_t2120468597 : 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 ObjectCheckU5BU5D_t2146637488* ___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_t2120468597, ___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_t2120468597, ___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_t2120468597, ___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_t2120468597, ___valueSlots_7)); } inline ObjectCheckU5BU5D_t2146637488* get_valueSlots_7() const { return ___valueSlots_7; } inline ObjectCheckU5BU5D_t2146637488** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(ObjectCheckU5BU5D_t2146637488* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t2120468597, ___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_t2120468597, ___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_t2120468597, ___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_t2120468597, ___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_t2120468597, ___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_t2120468597, ___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_t2120468597, ___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_t2120468597_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t2427132499 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t2120468597_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t2427132499 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t2427132499 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t2427132499 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T2120468597_H #ifndef U3CGENCHECKERU3EC__ANONSTOREY0_T2172020912_H #define U3CGENCHECKERU3EC__ANONSTOREY0_T2172020912_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectCheckers/c__AnonStorey0 struct U3CgenCheckerU3Ec__AnonStorey0_t2172020912 : public RuntimeObject { public: // System.Type XLua.ObjectCheckers/c__AnonStorey0::type Type_t * ___type_0; // XLua.ObjectCheck XLua.ObjectCheckers/c__AnonStorey0::fixTypeCheck ObjectCheck_t3971088829 * ___fixTypeCheck_1; // XLua.ObjectCheckers XLua.ObjectCheckers/c__AnonStorey0::$this ObjectCheckers_t1922409879 * ___U24this_2; public: inline static int32_t get_offset_of_type_0() { return static_cast(offsetof(U3CgenCheckerU3Ec__AnonStorey0_t2172020912, ___type_0)); } inline Type_t * get_type_0() const { return ___type_0; } inline Type_t ** get_address_of_type_0() { return &___type_0; } inline void set_type_0(Type_t * value) { ___type_0 = value; Il2CppCodeGenWriteBarrier((&___type_0), value); } inline static int32_t get_offset_of_fixTypeCheck_1() { return static_cast(offsetof(U3CgenCheckerU3Ec__AnonStorey0_t2172020912, ___fixTypeCheck_1)); } inline ObjectCheck_t3971088829 * get_fixTypeCheck_1() const { return ___fixTypeCheck_1; } inline ObjectCheck_t3971088829 ** get_address_of_fixTypeCheck_1() { return &___fixTypeCheck_1; } inline void set_fixTypeCheck_1(ObjectCheck_t3971088829 * value) { ___fixTypeCheck_1 = value; Il2CppCodeGenWriteBarrier((&___fixTypeCheck_1), value); } inline static int32_t get_offset_of_U24this_2() { return static_cast(offsetof(U3CgenCheckerU3Ec__AnonStorey0_t2172020912, ___U24this_2)); } inline ObjectCheckers_t1922409879 * get_U24this_2() const { return ___U24this_2; } inline ObjectCheckers_t1922409879 ** get_address_of_U24this_2() { return &___U24this_2; } inline void set_U24this_2(ObjectCheckers_t1922409879 * value) { ___U24this_2 = value; Il2CppCodeGenWriteBarrier((&___U24this_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CGENCHECKERU3EC__ANONSTOREY0_T2172020912_H #ifndef DICTIONARY_2_T223600047_H #define DICTIONARY_2_T223600047_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_t223600047 : 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 Int32U5BU5D_t385246372* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots WeakReferenceU5BU5D_t4021634645* ___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_t223600047, ___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_t223600047, ___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_t223600047, ___keySlots_6)); } inline Int32U5BU5D_t385246372* get_keySlots_6() const { return ___keySlots_6; } inline Int32U5BU5D_t385246372** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(Int32U5BU5D_t385246372* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t223600047, ___valueSlots_7)); } inline WeakReferenceU5BU5D_t4021634645* get_valueSlots_7() const { return ___valueSlots_7; } inline WeakReferenceU5BU5D_t4021634645** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(WeakReferenceU5BU5D_t4021634645* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t223600047, ___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_t223600047, ___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_t223600047, ___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_t223600047, ___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_t223600047, ___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_t223600047, ___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_t223600047, ___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_t223600047_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t3625973489 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t223600047_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t3625973489 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t3625973489 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t3625973489 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T223600047_H #ifndef LIST_1_T1279540245_H #define LIST_1_T1279540245_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_t1279540245 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items AssemblyU5BU5D_t2792222854* ____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_t1279540245, ____items_1)); } inline AssemblyU5BU5D_t2792222854* get__items_1() const { return ____items_1; } inline AssemblyU5BU5D_t2792222854** get_address_of__items_1() { return &____items_1; } inline void set__items_1(AssemblyU5BU5D_t2792222854* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t1279540245, ____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_t1279540245, ____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_t1279540245_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray AssemblyU5BU5D_t2792222854* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t1279540245_StaticFields, ___EmptyArray_4)); } inline AssemblyU5BU5D_t2792222854* get_EmptyArray_4() const { return ___EmptyArray_4; } inline AssemblyU5BU5D_t2792222854** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(AssemblyU5BU5D_t2792222854* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T1279540245_H #ifndef U3CGETCREATORUSINGGENERICU3EC__ANONSTOREY0_T1407406737_H #define U3CGETCREATORUSINGGENERICU3EC__ANONSTOREY0_T1407406737_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator/c__AnonStorey0 struct U3CgetCreatorUsingGenericU3Ec__AnonStorey0_t1407406737 : public RuntimeObject { public: // System.Type XLua.ObjectTranslator/c__AnonStorey0::delegateType Type_t * ___delegateType_0; public: inline static int32_t get_offset_of_delegateType_0() { return static_cast(offsetof(U3CgetCreatorUsingGenericU3Ec__AnonStorey0_t1407406737, ___delegateType_0)); } inline Type_t * get_delegateType_0() const { return ___delegateType_0; } inline Type_t ** get_address_of_delegateType_0() { return &___delegateType_0; } inline void set_delegateType_0(Type_t * value) { ___delegateType_0 = value; Il2CppCodeGenWriteBarrier((&___delegateType_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CGETCREATORUSINGGENERICU3EC__ANONSTOREY0_T1407406737_H #ifndef U3CGETCREATORUSINGGENERICU3EC__ANONSTOREY2_T1025069713_H #define U3CGETCREATORUSINGGENERICU3EC__ANONSTOREY2_T1025069713_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator/c__AnonStorey2 struct U3CgetCreatorUsingGenericU3Ec__AnonStorey2_t1025069713 : public RuntimeObject { public: // System.Reflection.MethodInfo XLua.ObjectTranslator/c__AnonStorey2::genericMethodInfo MethodInfo_t * ___genericMethodInfo_0; // XLua.ObjectTranslator/c__AnonStorey0 XLua.ObjectTranslator/c__AnonStorey2::<>f__ref$0 U3CgetCreatorUsingGenericU3Ec__AnonStorey0_t1407406737 * ___U3CU3Ef__refU240_1; public: inline static int32_t get_offset_of_genericMethodInfo_0() { return static_cast(offsetof(U3CgetCreatorUsingGenericU3Ec__AnonStorey2_t1025069713, ___genericMethodInfo_0)); } inline MethodInfo_t * get_genericMethodInfo_0() const { return ___genericMethodInfo_0; } inline MethodInfo_t ** get_address_of_genericMethodInfo_0() { return &___genericMethodInfo_0; } inline void set_genericMethodInfo_0(MethodInfo_t * value) { ___genericMethodInfo_0 = value; Il2CppCodeGenWriteBarrier((&___genericMethodInfo_0), value); } inline static int32_t get_offset_of_U3CU3Ef__refU240_1() { return static_cast(offsetof(U3CgetCreatorUsingGenericU3Ec__AnonStorey2_t1025069713, ___U3CU3Ef__refU240_1)); } inline U3CgetCreatorUsingGenericU3Ec__AnonStorey0_t1407406737 * get_U3CU3Ef__refU240_1() const { return ___U3CU3Ef__refU240_1; } inline U3CgetCreatorUsingGenericU3Ec__AnonStorey0_t1407406737 ** get_address_of_U3CU3Ef__refU240_1() { return &___U3CU3Ef__refU240_1; } inline void set_U3CU3Ef__refU240_1(U3CgetCreatorUsingGenericU3Ec__AnonStorey0_t1407406737 * value) { ___U3CU3Ef__refU240_1 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__refU240_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CGETCREATORUSINGGENERICU3EC__ANONSTOREY2_T1025069713_H #ifndef U3CGETCREATORUSINGGENERICU3EC__ANONSTOREY1_T3746058897_H #define U3CGETCREATORUSINGGENERICU3EC__ANONSTOREY1_T3746058897_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator/c__AnonStorey1 struct U3CgetCreatorUsingGenericU3Ec__AnonStorey1_t3746058897 : public RuntimeObject { public: // System.Reflection.MethodInfo XLua.ObjectTranslator/c__AnonStorey1::methodInfo MethodInfo_t * ___methodInfo_0; // XLua.ObjectTranslator/c__AnonStorey0 XLua.ObjectTranslator/c__AnonStorey1::<>f__ref$0 U3CgetCreatorUsingGenericU3Ec__AnonStorey0_t1407406737 * ___U3CU3Ef__refU240_1; public: inline static int32_t get_offset_of_methodInfo_0() { return static_cast(offsetof(U3CgetCreatorUsingGenericU3Ec__AnonStorey1_t3746058897, ___methodInfo_0)); } inline MethodInfo_t * get_methodInfo_0() const { return ___methodInfo_0; } inline MethodInfo_t ** get_address_of_methodInfo_0() { return &___methodInfo_0; } inline void set_methodInfo_0(MethodInfo_t * value) { ___methodInfo_0 = value; Il2CppCodeGenWriteBarrier((&___methodInfo_0), value); } inline static int32_t get_offset_of_U3CU3Ef__refU240_1() { return static_cast(offsetof(U3CgetCreatorUsingGenericU3Ec__AnonStorey1_t3746058897, ___U3CU3Ef__refU240_1)); } inline U3CgetCreatorUsingGenericU3Ec__AnonStorey0_t1407406737 * get_U3CU3Ef__refU240_1() const { return ___U3CU3Ef__refU240_1; } inline U3CgetCreatorUsingGenericU3Ec__AnonStorey0_t1407406737 ** get_address_of_U3CU3Ef__refU240_1() { return &___U3CU3Ef__refU240_1; } inline void set_U3CU3Ef__refU240_1(U3CgetCreatorUsingGenericU3Ec__AnonStorey0_t1407406737 * value) { ___U3CU3Ef__refU240_1 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__refU240_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CGETCREATORUSINGGENERICU3EC__ANONSTOREY1_T3746058897_H #ifndef U3CGETDELEGATEU3EC__ANONSTOREY3_T4152580592_H #define U3CGETDELEGATEU3EC__ANONSTOREY3_T4152580592_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator/c__AnonStorey3 struct U3CgetDelegateU3Ec__AnonStorey3_t4152580592 : public RuntimeObject { public: // System.Type XLua.ObjectTranslator/c__AnonStorey3::delegateType Type_t * ___delegateType_0; public: inline static int32_t get_offset_of_delegateType_0() { return static_cast(offsetof(U3CgetDelegateU3Ec__AnonStorey3_t4152580592, ___delegateType_0)); } inline Type_t * get_delegateType_0() const { return ___delegateType_0; } inline Type_t ** get_address_of_delegateType_0() { return &___delegateType_0; } inline void set_delegateType_0(Type_t * value) { ___delegateType_0 = value; Il2CppCodeGenWriteBarrier((&___delegateType_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CGETDELEGATEU3EC__ANONSTOREY3_T4152580592_H #ifndef U3CGETDELEGATEU3EC__ANONSTOREY4_T4152580591_H #define U3CGETDELEGATEU3EC__ANONSTOREY4_T4152580591_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator/c__AnonStorey4 struct U3CgetDelegateU3Ec__AnonStorey4_t4152580591 : public RuntimeObject { public: // System.Reflection.MethodInfo XLua.ObjectTranslator/c__AnonStorey4::foundMethod MethodInfo_t * ___foundMethod_0; // XLua.ObjectTranslator/c__AnonStorey3 XLua.ObjectTranslator/c__AnonStorey4::<>f__ref$3 U3CgetDelegateU3Ec__AnonStorey3_t4152580592 * ___U3CU3Ef__refU243_1; public: inline static int32_t get_offset_of_foundMethod_0() { return static_cast(offsetof(U3CgetDelegateU3Ec__AnonStorey4_t4152580591, ___foundMethod_0)); } inline MethodInfo_t * get_foundMethod_0() const { return ___foundMethod_0; } inline MethodInfo_t ** get_address_of_foundMethod_0() { return &___foundMethod_0; } inline void set_foundMethod_0(MethodInfo_t * value) { ___foundMethod_0 = value; Il2CppCodeGenWriteBarrier((&___foundMethod_0), value); } inline static int32_t get_offset_of_U3CU3Ef__refU243_1() { return static_cast(offsetof(U3CgetDelegateU3Ec__AnonStorey4_t4152580591, ___U3CU3Ef__refU243_1)); } inline U3CgetDelegateU3Ec__AnonStorey3_t4152580592 * get_U3CU3Ef__refU243_1() const { return ___U3CU3Ef__refU243_1; } inline U3CgetDelegateU3Ec__AnonStorey3_t4152580592 ** get_address_of_U3CU3Ef__refU243_1() { return &___U3CU3Ef__refU243_1; } inline void set_U3CU3Ef__refU243_1(U3CgetDelegateU3Ec__AnonStorey3_t4152580592 * value) { ___U3CU3Ef__refU243_1 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__refU243_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CGETDELEGATEU3EC__ANONSTOREY4_T4152580591_H #ifndef DICTIONARY_2_T2411574205_H #define DICTIONARY_2_T2411574205_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_t2411574205 : 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 UpdateCSObjectU5BU5D_t3809668424* ___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_t2411574205, ___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_t2411574205, ___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_t2411574205, ___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_t2411574205, ___valueSlots_7)); } inline UpdateCSObjectU5BU5D_t3809668424* get_valueSlots_7() const { return ___valueSlots_7; } inline UpdateCSObjectU5BU5D_t3809668424** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(UpdateCSObjectU5BU5D_t3809668424* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t2411574205, ___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_t2411574205, ___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_t2411574205, ___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_t2411574205, ___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_t2411574205, ___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_t2411574205, ___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_t2411574205, ___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_t2411574205_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t4090163435 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t2411574205_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t4090163435 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t4090163435 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t4090163435 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T2411574205_H #ifndef DICTIONARY_2_T1100325521_H #define DICTIONARY_2_T1100325521_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_t1100325521 : 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 Int32U5BU5D_t385246372* ___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_t1100325521, ___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_t1100325521, ___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_t1100325521, ___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_t1100325521, ___valueSlots_7)); } inline Int32U5BU5D_t385246372* get_valueSlots_7() const { return ___valueSlots_7; } inline Int32U5BU5D_t385246372** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(Int32U5BU5D_t385246372* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t1100325521, ___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_t1100325521, ___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_t1100325521, ___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_t1100325521, ___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_t1100325521, ___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_t1100325521, ___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_t1100325521, ___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_t1100325521_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t665741383 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t1100325521_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t665741383 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t665741383 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t665741383 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T1100325521_H #ifndef DICTIONARY_2_T1372658091_H #define DICTIONARY_2_T1372658091_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_t1372658091 : 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 Int32U5BU5D_t385246372* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots TypeU5BU5D_t3940880105* ___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_t1372658091, ___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_t1372658091, ___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_t1372658091, ___keySlots_6)); } inline Int32U5BU5D_t385246372* get_keySlots_6() const { return ___keySlots_6; } inline Int32U5BU5D_t385246372** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(Int32U5BU5D_t385246372* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t1372658091, ___valueSlots_7)); } inline TypeU5BU5D_t3940880105* get_valueSlots_7() const { return ___valueSlots_7; } inline TypeU5BU5D_t3940880105** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(TypeU5BU5D_t3940880105* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t1372658091, ___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_t1372658091, ___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_t1372658091, ___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_t1372658091, ___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_t1372658091, ___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_t1372658091, ___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_t1372658091, ___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_t1372658091_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t3545218949 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t1372658091_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t3545218949 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t3545218949 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t3545218949 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T1372658091_H #ifndef HASHSET_1_T1048894234_H #define HASHSET_1_T1048894234_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.HashSet`1 struct HashSet_1_t1048894234 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.HashSet`1::table Int32U5BU5D_t385246372* ___table_4; // System.Collections.Generic.HashSet`1/Link[] System.Collections.Generic.HashSet`1::links LinkU5BU5D_t2333797564* ___links_5; // T[] System.Collections.Generic.HashSet`1::slots TypeU5BU5D_t3940880105* ___slots_6; // System.Int32 System.Collections.Generic.HashSet`1::touched int32_t ___touched_7; // System.Int32 System.Collections.Generic.HashSet`1::empty_slot int32_t ___empty_slot_8; // System.Int32 System.Collections.Generic.HashSet`1::count int32_t ___count_9; // System.Int32 System.Collections.Generic.HashSet`1::threshold int32_t ___threshold_10; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.HashSet`1::comparer RuntimeObject* ___comparer_11; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.HashSet`1::si SerializationInfo_t950877179 * ___si_12; // System.Int32 System.Collections.Generic.HashSet`1::generation int32_t ___generation_13; public: inline static int32_t get_offset_of_table_4() { return static_cast(offsetof(HashSet_1_t1048894234, ___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_links_5() { return static_cast(offsetof(HashSet_1_t1048894234, ___links_5)); } inline LinkU5BU5D_t2333797564* get_links_5() const { return ___links_5; } inline LinkU5BU5D_t2333797564** get_address_of_links_5() { return &___links_5; } inline void set_links_5(LinkU5BU5D_t2333797564* value) { ___links_5 = value; Il2CppCodeGenWriteBarrier((&___links_5), value); } inline static int32_t get_offset_of_slots_6() { return static_cast(offsetof(HashSet_1_t1048894234, ___slots_6)); } inline TypeU5BU5D_t3940880105* get_slots_6() const { return ___slots_6; } inline TypeU5BU5D_t3940880105** get_address_of_slots_6() { return &___slots_6; } inline void set_slots_6(TypeU5BU5D_t3940880105* value) { ___slots_6 = value; Il2CppCodeGenWriteBarrier((&___slots_6), value); } inline static int32_t get_offset_of_touched_7() { return static_cast(offsetof(HashSet_1_t1048894234, ___touched_7)); } inline int32_t get_touched_7() const { return ___touched_7; } inline int32_t* get_address_of_touched_7() { return &___touched_7; } inline void set_touched_7(int32_t value) { ___touched_7 = value; } inline static int32_t get_offset_of_empty_slot_8() { return static_cast(offsetof(HashSet_1_t1048894234, ___empty_slot_8)); } inline int32_t get_empty_slot_8() const { return ___empty_slot_8; } inline int32_t* get_address_of_empty_slot_8() { return &___empty_slot_8; } inline void set_empty_slot_8(int32_t value) { ___empty_slot_8 = value; } inline static int32_t get_offset_of_count_9() { return static_cast(offsetof(HashSet_1_t1048894234, ___count_9)); } inline int32_t get_count_9() const { return ___count_9; } inline int32_t* get_address_of_count_9() { return &___count_9; } inline void set_count_9(int32_t value) { ___count_9 = value; } inline static int32_t get_offset_of_threshold_10() { return static_cast(offsetof(HashSet_1_t1048894234, ___threshold_10)); } inline int32_t get_threshold_10() const { return ___threshold_10; } inline int32_t* get_address_of_threshold_10() { return &___threshold_10; } inline void set_threshold_10(int32_t value) { ___threshold_10 = value; } inline static int32_t get_offset_of_comparer_11() { return static_cast(offsetof(HashSet_1_t1048894234, ___comparer_11)); } inline RuntimeObject* get_comparer_11() const { return ___comparer_11; } inline RuntimeObject** get_address_of_comparer_11() { return &___comparer_11; } inline void set_comparer_11(RuntimeObject* value) { ___comparer_11 = value; Il2CppCodeGenWriteBarrier((&___comparer_11), value); } inline static int32_t get_offset_of_si_12() { return static_cast(offsetof(HashSet_1_t1048894234, ___si_12)); } inline SerializationInfo_t950877179 * get_si_12() const { return ___si_12; } inline SerializationInfo_t950877179 ** get_address_of_si_12() { return &___si_12; } inline void set_si_12(SerializationInfo_t950877179 * value) { ___si_12 = value; Il2CppCodeGenWriteBarrier((&___si_12), value); } inline static int32_t get_offset_of_generation_13() { return static_cast(offsetof(HashSet_1_t1048894234, ___generation_13)); } inline int32_t get_generation_13() const { return ___generation_13; } inline int32_t* get_address_of_generation_13() { return &___generation_13; } inline void set_generation_13(int32_t value) { ___generation_13 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HASHSET_1_T1048894234_H #ifndef LIST_1_T2355598801_H #define LIST_1_T2355598801_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_t2355598801 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items lua_CSFunctionU5BU5D_t353152090* ____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_t2355598801, ____items_1)); } inline lua_CSFunctionU5BU5D_t353152090* get__items_1() const { return ____items_1; } inline lua_CSFunctionU5BU5D_t353152090** get_address_of__items_1() { return &____items_1; } inline void set__items_1(lua_CSFunctionU5BU5D_t353152090* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t2355598801, ____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_t2355598801, ____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_t2355598801_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray lua_CSFunctionU5BU5D_t353152090* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t2355598801_StaticFields, ___EmptyArray_4)); } inline lua_CSFunctionU5BU5D_t353152090* get_EmptyArray_4() const { return ___EmptyArray_4; } inline lua_CSFunctionU5BU5D_t353152090** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(lua_CSFunctionU5BU5D_t353152090* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T2355598801_H #ifndef DICTIONARY_2_T974727102_H #define DICTIONARY_2_T974727102_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_t974727102 : 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 PushCSObjectU5BU5D_t3820080163* ___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_t974727102, ___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_t974727102, ___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_t974727102, ___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_t974727102, ___valueSlots_7)); } inline PushCSObjectU5BU5D_t3820080163* get_valueSlots_7() const { return ___valueSlots_7; } inline PushCSObjectU5BU5D_t3820080163** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(PushCSObjectU5BU5D_t3820080163* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t974727102, ___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_t974727102, ___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_t974727102, ___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_t974727102, ___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_t974727102, ___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_t974727102, ___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_t974727102, ___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_t974727102_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t4100575174 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t974727102_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t4100575174 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t4100575174 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t4100575174 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T974727102_H #ifndef DICTIONARY_2_T3199299591_H #define DICTIONARY_2_T3199299591_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_t3199299591 : 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 GetCSObjectU5BU5D_t1124062358* ___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_t3199299591, ___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_t3199299591, ___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_t3199299591, ___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_t3199299591, ___valueSlots_7)); } inline GetCSObjectU5BU5D_t1124062358* get_valueSlots_7() const { return ___valueSlots_7; } inline GetCSObjectU5BU5D_t1124062358** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(GetCSObjectU5BU5D_t1124062358* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t3199299591, ___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_t3199299591, ___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_t3199299591, ___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_t3199299591, ___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_t3199299591, ___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_t3199299591, ___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_t3199299591, ___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_t3199299591_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t1404557369 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t3199299591_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t1404557369 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t1404557369 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t1404557369 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T3199299591_H #ifndef DICTIONARY_2_T1018408697_H #define DICTIONARY_2_T1018408697_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_t1018408697 : 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 ObjectCastU5BU5D_t1796526492* ___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_t1018408697, ___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_t1018408697, ___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_t1018408697, ___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_t1018408697, ___valueSlots_7)); } inline ObjectCastU5BU5D_t1796526492* get_valueSlots_7() const { return ___valueSlots_7; } inline ObjectCastU5BU5D_t1796526492** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(ObjectCastU5BU5D_t1796526492* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t1018408697, ___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_t1018408697, ___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_t1018408697, ___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_t1018408697, ___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_t1018408697, ___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_t1018408697, ___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_t1018408697, ___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_t1018408697_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t2077021503 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t1018408697_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t2077021503 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t2077021503 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t2077021503 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T1018408697_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 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 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 LIST_1_T1475235752_H #define LIST_1_T1475235752_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_t1475235752 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items Action_2U5BU5D_t1927132487* ____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_t1475235752, ____items_1)); } inline Action_2U5BU5D_t1927132487* get__items_1() const { return ____items_1; } inline Action_2U5BU5D_t1927132487** get_address_of__items_1() { return &____items_1; } inline void set__items_1(Action_2U5BU5D_t1927132487* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t1475235752, ____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_t1475235752, ____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_t1475235752_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray Action_2U5BU5D_t1927132487* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t1475235752_StaticFields, ___EmptyArray_4)); } inline Action_2U5BU5D_t1927132487* get_EmptyArray_4() const { return ___EmptyArray_4; } inline Action_2U5BU5D_t1927132487** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(Action_2U5BU5D_t1927132487* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T1475235752_H #ifndef OBJECTPOOL_T1928582859_H #define OBJECTPOOL_T1928582859_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectPool struct ObjectPool_t1928582859 : public RuntimeObject { public: // XLua.ObjectPool/Slot[] XLua.ObjectPool::list SlotU5BU5D_t3927785999* ___list_2; // System.Int32 XLua.ObjectPool::freelist int32_t ___freelist_3; // System.Int32 XLua.ObjectPool::count int32_t ___count_4; public: inline static int32_t get_offset_of_list_2() { return static_cast(offsetof(ObjectPool_t1928582859, ___list_2)); } inline SlotU5BU5D_t3927785999* get_list_2() const { return ___list_2; } inline SlotU5BU5D_t3927785999** get_address_of_list_2() { return &___list_2; } inline void set_list_2(SlotU5BU5D_t3927785999* value) { ___list_2 = value; Il2CppCodeGenWriteBarrier((&___list_2), value); } inline static int32_t get_offset_of_freelist_3() { return static_cast(offsetof(ObjectPool_t1928582859, ___freelist_3)); } inline int32_t get_freelist_3() const { return ___freelist_3; } inline int32_t* get_address_of_freelist_3() { return &___freelist_3; } inline void set_freelist_3(int32_t value) { ___freelist_3 = value; } inline static int32_t get_offset_of_count_4() { return static_cast(offsetof(ObjectPool_t1928582859, ___count_4)); } inline int32_t get_count_4() const { return ___count_4; } inline int32_t* get_address_of_count_4() { return &___count_4; } inline void set_count_4(int32_t value) { ___count_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // OBJECTPOOL_T1928582859_H #ifndef DICTIONARY_2_T3384741_H #define DICTIONARY_2_T3384741_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_t3384741 : 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 ObjectU5BU5D_t2843939325* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots Int32U5BU5D_t385246372* ___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_t3384741, ___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_t3384741, ___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_t3384741, ___keySlots_6)); } inline ObjectU5BU5D_t2843939325* get_keySlots_6() const { return ___keySlots_6; } inline ObjectU5BU5D_t2843939325** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(ObjectU5BU5D_t2843939325* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t3384741, ___valueSlots_7)); } inline Int32U5BU5D_t385246372* get_valueSlots_7() const { return ___valueSlots_7; } inline Int32U5BU5D_t385246372** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(Int32U5BU5D_t385246372* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t3384741, ___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_t3384741, ___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_t3384741, ___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_t3384741, ___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_t3384741, ___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_t3384741, ___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_t3384741, ___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_t3384741_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t1750446691 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t3384741_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t1750446691 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t1750446691 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t1750446691 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T3384741_H #ifndef DICTIONARY_2_T668780358_H #define DICTIONARY_2_T668780358_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_t668780358 : 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 lua_CSFunctionU5BU5D_t353152090* ___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_t668780358, ___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_t668780358, ___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_t668780358, ___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_t668780358, ___valueSlots_7)); } inline lua_CSFunctionU5BU5D_t353152090* get_valueSlots_7() const { return ___valueSlots_7; } inline lua_CSFunctionU5BU5D_t353152090** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(lua_CSFunctionU5BU5D_t353152090* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t668780358, ___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_t668780358, ___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_t668780358, ___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_t668780358, ___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_t668780358, ___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_t668780358, ___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_t668780358, ___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_t668780358_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t3498531102 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t668780358_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t3498531102 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t3498531102 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t3498531102 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T668780358_H #ifndef ENCODING_T1523322056_H #define ENCODING_T1523322056_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.Encoding struct Encoding_t1523322056 : public RuntimeObject { public: // System.Int32 System.Text.Encoding::codePage int32_t ___codePage_0; // System.Int32 System.Text.Encoding::windows_code_page int32_t ___windows_code_page_1; // System.Boolean System.Text.Encoding::is_readonly bool ___is_readonly_2; // System.Text.DecoderFallback System.Text.Encoding::decoder_fallback DecoderFallback_t3123823036 * ___decoder_fallback_3; // System.Text.EncoderFallback System.Text.Encoding::encoder_fallback EncoderFallback_t1188251036 * ___encoder_fallback_4; // System.String System.Text.Encoding::body_name String_t* ___body_name_8; // System.String System.Text.Encoding::encoding_name String_t* ___encoding_name_9; // System.String System.Text.Encoding::header_name String_t* ___header_name_10; // System.Boolean System.Text.Encoding::is_mail_news_display bool ___is_mail_news_display_11; // System.Boolean System.Text.Encoding::is_mail_news_save bool ___is_mail_news_save_12; // System.Boolean System.Text.Encoding::is_browser_save bool ___is_browser_save_13; // System.Boolean System.Text.Encoding::is_browser_display bool ___is_browser_display_14; // System.String System.Text.Encoding::web_name String_t* ___web_name_15; public: inline static int32_t get_offset_of_codePage_0() { return static_cast(offsetof(Encoding_t1523322056, ___codePage_0)); } inline int32_t get_codePage_0() const { return ___codePage_0; } inline int32_t* get_address_of_codePage_0() { return &___codePage_0; } inline void set_codePage_0(int32_t value) { ___codePage_0 = value; } inline static int32_t get_offset_of_windows_code_page_1() { return static_cast(offsetof(Encoding_t1523322056, ___windows_code_page_1)); } inline int32_t get_windows_code_page_1() const { return ___windows_code_page_1; } inline int32_t* get_address_of_windows_code_page_1() { return &___windows_code_page_1; } inline void set_windows_code_page_1(int32_t value) { ___windows_code_page_1 = value; } inline static int32_t get_offset_of_is_readonly_2() { return static_cast(offsetof(Encoding_t1523322056, ___is_readonly_2)); } inline bool get_is_readonly_2() const { return ___is_readonly_2; } inline bool* get_address_of_is_readonly_2() { return &___is_readonly_2; } inline void set_is_readonly_2(bool value) { ___is_readonly_2 = value; } inline static int32_t get_offset_of_decoder_fallback_3() { return static_cast(offsetof(Encoding_t1523322056, ___decoder_fallback_3)); } inline DecoderFallback_t3123823036 * get_decoder_fallback_3() const { return ___decoder_fallback_3; } inline DecoderFallback_t3123823036 ** get_address_of_decoder_fallback_3() { return &___decoder_fallback_3; } inline void set_decoder_fallback_3(DecoderFallback_t3123823036 * value) { ___decoder_fallback_3 = value; Il2CppCodeGenWriteBarrier((&___decoder_fallback_3), value); } inline static int32_t get_offset_of_encoder_fallback_4() { return static_cast(offsetof(Encoding_t1523322056, ___encoder_fallback_4)); } inline EncoderFallback_t1188251036 * get_encoder_fallback_4() const { return ___encoder_fallback_4; } inline EncoderFallback_t1188251036 ** get_address_of_encoder_fallback_4() { return &___encoder_fallback_4; } inline void set_encoder_fallback_4(EncoderFallback_t1188251036 * value) { ___encoder_fallback_4 = value; Il2CppCodeGenWriteBarrier((&___encoder_fallback_4), value); } inline static int32_t get_offset_of_body_name_8() { return static_cast(offsetof(Encoding_t1523322056, ___body_name_8)); } inline String_t* get_body_name_8() const { return ___body_name_8; } inline String_t** get_address_of_body_name_8() { return &___body_name_8; } inline void set_body_name_8(String_t* value) { ___body_name_8 = value; Il2CppCodeGenWriteBarrier((&___body_name_8), value); } inline static int32_t get_offset_of_encoding_name_9() { return static_cast(offsetof(Encoding_t1523322056, ___encoding_name_9)); } inline String_t* get_encoding_name_9() const { return ___encoding_name_9; } inline String_t** get_address_of_encoding_name_9() { return &___encoding_name_9; } inline void set_encoding_name_9(String_t* value) { ___encoding_name_9 = value; Il2CppCodeGenWriteBarrier((&___encoding_name_9), value); } inline static int32_t get_offset_of_header_name_10() { return static_cast(offsetof(Encoding_t1523322056, ___header_name_10)); } inline String_t* get_header_name_10() const { return ___header_name_10; } inline String_t** get_address_of_header_name_10() { return &___header_name_10; } inline void set_header_name_10(String_t* value) { ___header_name_10 = value; Il2CppCodeGenWriteBarrier((&___header_name_10), value); } inline static int32_t get_offset_of_is_mail_news_display_11() { return static_cast(offsetof(Encoding_t1523322056, ___is_mail_news_display_11)); } inline bool get_is_mail_news_display_11() const { return ___is_mail_news_display_11; } inline bool* get_address_of_is_mail_news_display_11() { return &___is_mail_news_display_11; } inline void set_is_mail_news_display_11(bool value) { ___is_mail_news_display_11 = value; } inline static int32_t get_offset_of_is_mail_news_save_12() { return static_cast(offsetof(Encoding_t1523322056, ___is_mail_news_save_12)); } inline bool get_is_mail_news_save_12() const { return ___is_mail_news_save_12; } inline bool* get_address_of_is_mail_news_save_12() { return &___is_mail_news_save_12; } inline void set_is_mail_news_save_12(bool value) { ___is_mail_news_save_12 = value; } inline static int32_t get_offset_of_is_browser_save_13() { return static_cast(offsetof(Encoding_t1523322056, ___is_browser_save_13)); } inline bool get_is_browser_save_13() const { return ___is_browser_save_13; } inline bool* get_address_of_is_browser_save_13() { return &___is_browser_save_13; } inline void set_is_browser_save_13(bool value) { ___is_browser_save_13 = value; } inline static int32_t get_offset_of_is_browser_display_14() { return static_cast(offsetof(Encoding_t1523322056, ___is_browser_display_14)); } inline bool get_is_browser_display_14() const { return ___is_browser_display_14; } inline bool* get_address_of_is_browser_display_14() { return &___is_browser_display_14; } inline void set_is_browser_display_14(bool value) { ___is_browser_display_14 = value; } inline static int32_t get_offset_of_web_name_15() { return static_cast(offsetof(Encoding_t1523322056, ___web_name_15)); } inline String_t* get_web_name_15() const { return ___web_name_15; } inline String_t** get_address_of_web_name_15() { return &___web_name_15; } inline void set_web_name_15(String_t* value) { ___web_name_15 = value; Il2CppCodeGenWriteBarrier((&___web_name_15), value); } }; struct Encoding_t1523322056_StaticFields { public: // System.Reflection.Assembly System.Text.Encoding::i18nAssembly Assembly_t * ___i18nAssembly_5; // System.Boolean System.Text.Encoding::i18nDisabled bool ___i18nDisabled_6; // System.Object[] System.Text.Encoding::encodings ObjectU5BU5D_t2843939325* ___encodings_7; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::asciiEncoding Encoding_t1523322056 * ___asciiEncoding_16; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianEncoding Encoding_t1523322056 * ___bigEndianEncoding_17; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::defaultEncoding Encoding_t1523322056 * ___defaultEncoding_18; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf7Encoding Encoding_t1523322056 * ___utf7Encoding_19; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8EncodingWithMarkers Encoding_t1523322056 * ___utf8EncodingWithMarkers_20; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8EncodingWithoutMarkers Encoding_t1523322056 * ___utf8EncodingWithoutMarkers_21; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::unicodeEncoding Encoding_t1523322056 * ___unicodeEncoding_22; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::isoLatin1Encoding Encoding_t1523322056 * ___isoLatin1Encoding_23; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8EncodingUnsafe Encoding_t1523322056 * ___utf8EncodingUnsafe_24; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf32Encoding Encoding_t1523322056 * ___utf32Encoding_25; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianUTF32Encoding Encoding_t1523322056 * ___bigEndianUTF32Encoding_26; // System.Object System.Text.Encoding::lockobj RuntimeObject * ___lockobj_27; public: inline static int32_t get_offset_of_i18nAssembly_5() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___i18nAssembly_5)); } inline Assembly_t * get_i18nAssembly_5() const { return ___i18nAssembly_5; } inline Assembly_t ** get_address_of_i18nAssembly_5() { return &___i18nAssembly_5; } inline void set_i18nAssembly_5(Assembly_t * value) { ___i18nAssembly_5 = value; Il2CppCodeGenWriteBarrier((&___i18nAssembly_5), value); } inline static int32_t get_offset_of_i18nDisabled_6() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___i18nDisabled_6)); } inline bool get_i18nDisabled_6() const { return ___i18nDisabled_6; } inline bool* get_address_of_i18nDisabled_6() { return &___i18nDisabled_6; } inline void set_i18nDisabled_6(bool value) { ___i18nDisabled_6 = value; } inline static int32_t get_offset_of_encodings_7() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___encodings_7)); } inline ObjectU5BU5D_t2843939325* get_encodings_7() const { return ___encodings_7; } inline ObjectU5BU5D_t2843939325** get_address_of_encodings_7() { return &___encodings_7; } inline void set_encodings_7(ObjectU5BU5D_t2843939325* value) { ___encodings_7 = value; Il2CppCodeGenWriteBarrier((&___encodings_7), value); } inline static int32_t get_offset_of_asciiEncoding_16() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___asciiEncoding_16)); } inline Encoding_t1523322056 * get_asciiEncoding_16() const { return ___asciiEncoding_16; } inline Encoding_t1523322056 ** get_address_of_asciiEncoding_16() { return &___asciiEncoding_16; } inline void set_asciiEncoding_16(Encoding_t1523322056 * value) { ___asciiEncoding_16 = value; Il2CppCodeGenWriteBarrier((&___asciiEncoding_16), value); } inline static int32_t get_offset_of_bigEndianEncoding_17() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___bigEndianEncoding_17)); } inline Encoding_t1523322056 * get_bigEndianEncoding_17() const { return ___bigEndianEncoding_17; } inline Encoding_t1523322056 ** get_address_of_bigEndianEncoding_17() { return &___bigEndianEncoding_17; } inline void set_bigEndianEncoding_17(Encoding_t1523322056 * value) { ___bigEndianEncoding_17 = value; Il2CppCodeGenWriteBarrier((&___bigEndianEncoding_17), value); } inline static int32_t get_offset_of_defaultEncoding_18() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___defaultEncoding_18)); } inline Encoding_t1523322056 * get_defaultEncoding_18() const { return ___defaultEncoding_18; } inline Encoding_t1523322056 ** get_address_of_defaultEncoding_18() { return &___defaultEncoding_18; } inline void set_defaultEncoding_18(Encoding_t1523322056 * value) { ___defaultEncoding_18 = value; Il2CppCodeGenWriteBarrier((&___defaultEncoding_18), value); } inline static int32_t get_offset_of_utf7Encoding_19() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf7Encoding_19)); } inline Encoding_t1523322056 * get_utf7Encoding_19() const { return ___utf7Encoding_19; } inline Encoding_t1523322056 ** get_address_of_utf7Encoding_19() { return &___utf7Encoding_19; } inline void set_utf7Encoding_19(Encoding_t1523322056 * value) { ___utf7Encoding_19 = value; Il2CppCodeGenWriteBarrier((&___utf7Encoding_19), value); } inline static int32_t get_offset_of_utf8EncodingWithMarkers_20() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf8EncodingWithMarkers_20)); } inline Encoding_t1523322056 * get_utf8EncodingWithMarkers_20() const { return ___utf8EncodingWithMarkers_20; } inline Encoding_t1523322056 ** get_address_of_utf8EncodingWithMarkers_20() { return &___utf8EncodingWithMarkers_20; } inline void set_utf8EncodingWithMarkers_20(Encoding_t1523322056 * value) { ___utf8EncodingWithMarkers_20 = value; Il2CppCodeGenWriteBarrier((&___utf8EncodingWithMarkers_20), value); } inline static int32_t get_offset_of_utf8EncodingWithoutMarkers_21() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf8EncodingWithoutMarkers_21)); } inline Encoding_t1523322056 * get_utf8EncodingWithoutMarkers_21() const { return ___utf8EncodingWithoutMarkers_21; } inline Encoding_t1523322056 ** get_address_of_utf8EncodingWithoutMarkers_21() { return &___utf8EncodingWithoutMarkers_21; } inline void set_utf8EncodingWithoutMarkers_21(Encoding_t1523322056 * value) { ___utf8EncodingWithoutMarkers_21 = value; Il2CppCodeGenWriteBarrier((&___utf8EncodingWithoutMarkers_21), value); } inline static int32_t get_offset_of_unicodeEncoding_22() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___unicodeEncoding_22)); } inline Encoding_t1523322056 * get_unicodeEncoding_22() const { return ___unicodeEncoding_22; } inline Encoding_t1523322056 ** get_address_of_unicodeEncoding_22() { return &___unicodeEncoding_22; } inline void set_unicodeEncoding_22(Encoding_t1523322056 * value) { ___unicodeEncoding_22 = value; Il2CppCodeGenWriteBarrier((&___unicodeEncoding_22), value); } inline static int32_t get_offset_of_isoLatin1Encoding_23() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___isoLatin1Encoding_23)); } inline Encoding_t1523322056 * get_isoLatin1Encoding_23() const { return ___isoLatin1Encoding_23; } inline Encoding_t1523322056 ** get_address_of_isoLatin1Encoding_23() { return &___isoLatin1Encoding_23; } inline void set_isoLatin1Encoding_23(Encoding_t1523322056 * value) { ___isoLatin1Encoding_23 = value; Il2CppCodeGenWriteBarrier((&___isoLatin1Encoding_23), value); } inline static int32_t get_offset_of_utf8EncodingUnsafe_24() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf8EncodingUnsafe_24)); } inline Encoding_t1523322056 * get_utf8EncodingUnsafe_24() const { return ___utf8EncodingUnsafe_24; } inline Encoding_t1523322056 ** get_address_of_utf8EncodingUnsafe_24() { return &___utf8EncodingUnsafe_24; } inline void set_utf8EncodingUnsafe_24(Encoding_t1523322056 * value) { ___utf8EncodingUnsafe_24 = value; Il2CppCodeGenWriteBarrier((&___utf8EncodingUnsafe_24), value); } inline static int32_t get_offset_of_utf32Encoding_25() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf32Encoding_25)); } inline Encoding_t1523322056 * get_utf32Encoding_25() const { return ___utf32Encoding_25; } inline Encoding_t1523322056 ** get_address_of_utf32Encoding_25() { return &___utf32Encoding_25; } inline void set_utf32Encoding_25(Encoding_t1523322056 * value) { ___utf32Encoding_25 = value; Il2CppCodeGenWriteBarrier((&___utf32Encoding_25), value); } inline static int32_t get_offset_of_bigEndianUTF32Encoding_26() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___bigEndianUTF32Encoding_26)); } inline Encoding_t1523322056 * get_bigEndianUTF32Encoding_26() const { return ___bigEndianUTF32Encoding_26; } inline Encoding_t1523322056 ** get_address_of_bigEndianUTF32Encoding_26() { return &___bigEndianUTF32Encoding_26; } inline void set_bigEndianUTF32Encoding_26(Encoding_t1523322056 * value) { ___bigEndianUTF32Encoding_26 = value; Il2CppCodeGenWriteBarrier((&___bigEndianUTF32Encoding_26), value); } inline static int32_t get_offset_of_lockobj_27() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___lockobj_27)); } inline RuntimeObject * get_lockobj_27() const { return ___lockobj_27; } inline RuntimeObject ** get_address_of_lockobj_27() { return &___lockobj_27; } inline void set_lockobj_27(RuntimeObject * value) { ___lockobj_27 = value; Il2CppCodeGenWriteBarrier((&___lockobj_27), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENCODING_T1523322056_H #ifndef LUA_T529328851_H #define LUA_T529328851_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.LuaDLL.Lua struct Lua_t529328851 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LUA_T529328851_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 QUEUE_1_T1426481692_H #define QUEUE_1_T1426481692_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Queue`1 struct Queue_1_t1426481692 : public RuntimeObject { public: // T[] System.Collections.Generic.Queue`1::_array GCActionU5BU5D_t1416650867* ____array_0; // System.Int32 System.Collections.Generic.Queue`1::_head int32_t ____head_1; // System.Int32 System.Collections.Generic.Queue`1::_tail int32_t ____tail_2; // System.Int32 System.Collections.Generic.Queue`1::_size int32_t ____size_3; // System.Int32 System.Collections.Generic.Queue`1::_version int32_t ____version_4; public: inline static int32_t get_offset_of__array_0() { return static_cast(offsetof(Queue_1_t1426481692, ____array_0)); } inline GCActionU5BU5D_t1416650867* get__array_0() const { return ____array_0; } inline GCActionU5BU5D_t1416650867** get_address_of__array_0() { return &____array_0; } inline void set__array_0(GCActionU5BU5D_t1416650867* value) { ____array_0 = value; Il2CppCodeGenWriteBarrier((&____array_0), value); } inline static int32_t get_offset_of__head_1() { return static_cast(offsetof(Queue_1_t1426481692, ____head_1)); } inline int32_t get__head_1() const { return ____head_1; } inline int32_t* get_address_of__head_1() { return &____head_1; } inline void set__head_1(int32_t value) { ____head_1 = value; } inline static int32_t get_offset_of__tail_2() { return static_cast(offsetof(Queue_1_t1426481692, ____tail_2)); } inline int32_t get__tail_2() const { return ____tail_2; } inline int32_t* get_address_of__tail_2() { return &____tail_2; } inline void set__tail_2(int32_t value) { ____tail_2 = value; } inline static int32_t get_offset_of__size_3() { return static_cast(offsetof(Queue_1_t1426481692, ____size_3)); } inline int32_t get__size_3() const { return ____size_3; } inline int32_t* get_address_of__size_3() { return &____size_3; } inline void set__size_3(int32_t value) { ____size_3 = value; } inline static int32_t get_offset_of__version_4() { return static_cast(offsetof(Queue_1_t1426481692, ____version_4)); } inline int32_t get__version_4() const { return ____version_4; } inline int32_t* get_address_of__version_4() { return &____version_4; } inline void set__version_4(int32_t value) { ____version_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // QUEUE_1_T1426481692_H #ifndef LIST_1_T1937904963_H #define LIST_1_T1937904963_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_t1937904963 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items CustomLoaderU5BU5D_t2058475232* ____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_t1937904963, ____items_1)); } inline CustomLoaderU5BU5D_t2058475232* get__items_1() const { return ____items_1; } inline CustomLoaderU5BU5D_t2058475232** get_address_of__items_1() { return &____items_1; } inline void set__items_1(CustomLoaderU5BU5D_t2058475232* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t1937904963, ____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_t1937904963, ____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_t1937904963_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray CustomLoaderU5BU5D_t2058475232* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t1937904963_StaticFields, ___EmptyArray_4)); } inline CustomLoaderU5BU5D_t2058475232* get_EmptyArray_4() const { return ___EmptyArray_4; } inline CustomLoaderU5BU5D_t2058475232** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(CustomLoaderU5BU5D_t2058475232* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T1937904963_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 LUAINDEXES_T3508049786_H #define LUAINDEXES_T3508049786_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.LuaIndexes struct LuaIndexes_t3508049786 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LUAINDEXES_T3508049786_H #ifndef DICTIONARY_2_T3113127422_H #define DICTIONARY_2_T3113127422_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_t3113127422 : 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 Dictionary_2U5BU5D_t307545315* ___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_t3113127422, ___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_t3113127422, ___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_t3113127422, ___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_t3113127422, ___valueSlots_7)); } inline Dictionary_2U5BU5D_t307545315* get_valueSlots_7() const { return ___valueSlots_7; } inline Dictionary_2U5BU5D_t307545315** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(Dictionary_2U5BU5D_t307545315* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t3113127422, ___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_t3113127422, ___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_t3113127422, ___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_t3113127422, ___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_t3113127422, ___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_t3113127422, ___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_t3113127422, ___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_t3113127422_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t588040326 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t3113127422_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t588040326 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t588040326 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t588040326 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T3113127422_H #ifndef U3CGETCONSTRUCTORWRAPU3EC__ANONSTOREY0_T1482310868_H #define U3CGETCONSTRUCTORWRAPU3EC__ANONSTOREY0_T1482310868_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.MethodWrapsCache/c__AnonStorey0 struct U3CGetConstructorWrapU3Ec__AnonStorey0_t1482310868 : public RuntimeObject { public: // System.Type XLua.MethodWrapsCache/c__AnonStorey0::type Type_t * ___type_0; // XLua.MethodWrapsCache XLua.MethodWrapsCache/c__AnonStorey0::$this MethodWrapsCache_t113059333 * ___U24this_1; public: inline static int32_t get_offset_of_type_0() { return static_cast(offsetof(U3CGetConstructorWrapU3Ec__AnonStorey0_t1482310868, ___type_0)); } inline Type_t * get_type_0() const { return ___type_0; } inline Type_t ** get_address_of_type_0() { return &___type_0; } inline void set_type_0(Type_t * value) { ___type_0 = value; Il2CppCodeGenWriteBarrier((&___type_0), value); } inline static int32_t get_offset_of_U24this_1() { return static_cast(offsetof(U3CGetConstructorWrapU3Ec__AnonStorey0_t1482310868, ___U24this_1)); } inline MethodWrapsCache_t113059333 * get_U24this_1() const { return ___U24this_1; } inline MethodWrapsCache_t113059333 ** get_address_of_U24this_1() { return &___U24this_1; } inline void set_U24this_1(MethodWrapsCache_t113059333 * value) { ___U24this_1 = value; Il2CppCodeGenWriteBarrier((&___U24this_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CGETCONSTRUCTORWRAPU3EC__ANONSTOREY0_T1482310868_H #ifndef U3CGETCONSTRUCTORWRAPU3EC__ANONSTOREY1_T3438626004_H #define U3CGETCONSTRUCTORWRAPU3EC__ANONSTOREY1_T3438626004_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.MethodWrapsCache/c__AnonStorey1 struct U3CGetConstructorWrapU3Ec__AnonStorey1_t3438626004 : public RuntimeObject { public: // XLua.LuaDLL.lua_CSFunction XLua.MethodWrapsCache/c__AnonStorey1::ctor lua_CSFunction_t883524059 * ___ctor_0; // XLua.MethodWrapsCache/c__AnonStorey0 XLua.MethodWrapsCache/c__AnonStorey1::<>f__ref$0 U3CGetConstructorWrapU3Ec__AnonStorey0_t1482310868 * ___U3CU3Ef__refU240_1; public: inline static int32_t get_offset_of_ctor_0() { return static_cast(offsetof(U3CGetConstructorWrapU3Ec__AnonStorey1_t3438626004, ___ctor_0)); } inline lua_CSFunction_t883524059 * get_ctor_0() const { return ___ctor_0; } inline lua_CSFunction_t883524059 ** get_address_of_ctor_0() { return &___ctor_0; } inline void set_ctor_0(lua_CSFunction_t883524059 * value) { ___ctor_0 = value; Il2CppCodeGenWriteBarrier((&___ctor_0), value); } inline static int32_t get_offset_of_U3CU3Ef__refU240_1() { return static_cast(offsetof(U3CGetConstructorWrapU3Ec__AnonStorey1_t3438626004, ___U3CU3Ef__refU240_1)); } inline U3CGetConstructorWrapU3Ec__AnonStorey0_t1482310868 * get_U3CU3Ef__refU240_1() const { return ___U3CU3Ef__refU240_1; } inline U3CGetConstructorWrapU3Ec__AnonStorey0_t1482310868 ** get_address_of_U3CU3Ef__refU240_1() { return &___U3CU3Ef__refU240_1; } inline void set_U3CU3Ef__refU240_1(U3CGetConstructorWrapU3Ec__AnonStorey0_t1482310868 * value) { ___U3CU3Ef__refU240_1 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__refU240_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CGETCONSTRUCTORWRAPU3EC__ANONSTOREY1_T3438626004_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 U3CGETEVENTWRAPU3EC__ANONSTOREY3_T3948112893_H #define U3CGETEVENTWRAPU3EC__ANONSTOREY3_T3948112893_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.MethodWrapsCache/c__AnonStorey3 struct U3CGetEventWrapU3Ec__AnonStorey3_t3948112893 : public RuntimeObject { public: // System.Type XLua.MethodWrapsCache/c__AnonStorey3::type Type_t * ___type_0; // System.String XLua.MethodWrapsCache/c__AnonStorey3::eventName String_t* ___eventName_1; // XLua.MethodWrapsCache XLua.MethodWrapsCache/c__AnonStorey3::$this MethodWrapsCache_t113059333 * ___U24this_2; public: inline static int32_t get_offset_of_type_0() { return static_cast(offsetof(U3CGetEventWrapU3Ec__AnonStorey3_t3948112893, ___type_0)); } inline Type_t * get_type_0() const { return ___type_0; } inline Type_t ** get_address_of_type_0() { return &___type_0; } inline void set_type_0(Type_t * value) { ___type_0 = value; Il2CppCodeGenWriteBarrier((&___type_0), value); } inline static int32_t get_offset_of_eventName_1() { return static_cast(offsetof(U3CGetEventWrapU3Ec__AnonStorey3_t3948112893, ___eventName_1)); } inline String_t* get_eventName_1() const { return ___eventName_1; } inline String_t** get_address_of_eventName_1() { return &___eventName_1; } inline void set_eventName_1(String_t* value) { ___eventName_1 = value; Il2CppCodeGenWriteBarrier((&___eventName_1), value); } inline static int32_t get_offset_of_U24this_2() { return static_cast(offsetof(U3CGetEventWrapU3Ec__AnonStorey3_t3948112893, ___U24this_2)); } inline MethodWrapsCache_t113059333 * get_U24this_2() const { return ___U24this_2; } inline MethodWrapsCache_t113059333 ** get_address_of_U24this_2() { return &___U24this_2; } inline void set_U24this_2(MethodWrapsCache_t113059333 * value) { ___U24this_2 = value; Il2CppCodeGenWriteBarrier((&___U24this_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CGETEVENTWRAPU3EC__ANONSTOREY3_T3948112893_H #ifndef U3CGETEVENTWRAPU3EC__ANONSTOREY2_T3948178429_H #define U3CGETEVENTWRAPU3EC__ANONSTOREY2_T3948178429_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.MethodWrapsCache/c__AnonStorey2 struct U3CGetEventWrapU3Ec__AnonStorey2_t3948178429 : public RuntimeObject { public: // System.Boolean XLua.MethodWrapsCache/c__AnonStorey2::is_static bool ___is_static_0; // System.Reflection.EventInfo XLua.MethodWrapsCache/c__AnonStorey2::eventInfo EventInfo_t * ___eventInfo_1; // System.Int32 XLua.MethodWrapsCache/c__AnonStorey2::start_idx int32_t ___start_idx_2; // System.Reflection.MethodInfo XLua.MethodWrapsCache/c__AnonStorey2::add MethodInfo_t * ___add_3; // System.Reflection.MethodInfo XLua.MethodWrapsCache/c__AnonStorey2::remove MethodInfo_t * ___remove_4; // XLua.MethodWrapsCache/c__AnonStorey3 XLua.MethodWrapsCache/c__AnonStorey2::<>f__ref$3 U3CGetEventWrapU3Ec__AnonStorey3_t3948112893 * ___U3CU3Ef__refU243_5; public: inline static int32_t get_offset_of_is_static_0() { return static_cast(offsetof(U3CGetEventWrapU3Ec__AnonStorey2_t3948178429, ___is_static_0)); } inline bool get_is_static_0() const { return ___is_static_0; } inline bool* get_address_of_is_static_0() { return &___is_static_0; } inline void set_is_static_0(bool value) { ___is_static_0 = value; } inline static int32_t get_offset_of_eventInfo_1() { return static_cast(offsetof(U3CGetEventWrapU3Ec__AnonStorey2_t3948178429, ___eventInfo_1)); } inline EventInfo_t * get_eventInfo_1() const { return ___eventInfo_1; } inline EventInfo_t ** get_address_of_eventInfo_1() { return &___eventInfo_1; } inline void set_eventInfo_1(EventInfo_t * value) { ___eventInfo_1 = value; Il2CppCodeGenWriteBarrier((&___eventInfo_1), value); } inline static int32_t get_offset_of_start_idx_2() { return static_cast(offsetof(U3CGetEventWrapU3Ec__AnonStorey2_t3948178429, ___start_idx_2)); } inline int32_t get_start_idx_2() const { return ___start_idx_2; } inline int32_t* get_address_of_start_idx_2() { return &___start_idx_2; } inline void set_start_idx_2(int32_t value) { ___start_idx_2 = value; } inline static int32_t get_offset_of_add_3() { return static_cast(offsetof(U3CGetEventWrapU3Ec__AnonStorey2_t3948178429, ___add_3)); } inline MethodInfo_t * get_add_3() const { return ___add_3; } inline MethodInfo_t ** get_address_of_add_3() { return &___add_3; } inline void set_add_3(MethodInfo_t * value) { ___add_3 = value; Il2CppCodeGenWriteBarrier((&___add_3), value); } inline static int32_t get_offset_of_remove_4() { return static_cast(offsetof(U3CGetEventWrapU3Ec__AnonStorey2_t3948178429, ___remove_4)); } inline MethodInfo_t * get_remove_4() const { return ___remove_4; } inline MethodInfo_t ** get_address_of_remove_4() { return &___remove_4; } inline void set_remove_4(MethodInfo_t * value) { ___remove_4 = value; Il2CppCodeGenWriteBarrier((&___remove_4), value); } inline static int32_t get_offset_of_U3CU3Ef__refU243_5() { return static_cast(offsetof(U3CGetEventWrapU3Ec__AnonStorey2_t3948178429, ___U3CU3Ef__refU243_5)); } inline U3CGetEventWrapU3Ec__AnonStorey3_t3948112893 * get_U3CU3Ef__refU243_5() const { return ___U3CU3Ef__refU243_5; } inline U3CGetEventWrapU3Ec__AnonStorey3_t3948112893 ** get_address_of_U3CU3Ef__refU243_5() { return &___U3CU3Ef__refU243_5; } inline void set_U3CU3Ef__refU243_5(U3CGetEventWrapU3Ec__AnonStorey3_t3948112893 * value) { ___U3CU3Ef__refU243_5 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__refU243_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CGETEVENTWRAPU3EC__ANONSTOREY2_T3948178429_H #ifndef DICTIONARY_2_T3327871123_H #define DICTIONARY_2_T3327871123_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_t3327871123 : 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 lua_CSFunctionU5BU5D_t353152090* ___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_t3327871123, ___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_t3327871123, ___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_t3327871123, ___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_t3327871123, ___valueSlots_7)); } inline lua_CSFunctionU5BU5D_t353152090* get_valueSlots_7() const { return ___valueSlots_7; } inline lua_CSFunctionU5BU5D_t353152090** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(lua_CSFunctionU5BU5D_t353152090* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t3327871123, ___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_t3327871123, ___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_t3327871123, ___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_t3327871123, ___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_t3327871123, ___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_t3327871123, ___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_t3327871123, ___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_t3327871123_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t633647101 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t3327871123_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t633647101 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t633647101 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t633647101 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T3327871123_H #ifndef METHODWRAP_T801859268_H #define METHODWRAP_T801859268_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.MethodWrap struct MethodWrap_t801859268 : public RuntimeObject { public: // System.String XLua.MethodWrap::methodName String_t* ___methodName_0; // System.Collections.Generic.List`1 XLua.MethodWrap::overloads List_1_t2699813617 * ___overloads_1; // System.Boolean XLua.MethodWrap::forceCheck bool ___forceCheck_2; public: inline static int32_t get_offset_of_methodName_0() { return static_cast(offsetof(MethodWrap_t801859268, ___methodName_0)); } inline String_t* get_methodName_0() const { return ___methodName_0; } inline String_t** get_address_of_methodName_0() { return &___methodName_0; } inline void set_methodName_0(String_t* value) { ___methodName_0 = value; Il2CppCodeGenWriteBarrier((&___methodName_0), value); } inline static int32_t get_offset_of_overloads_1() { return static_cast(offsetof(MethodWrap_t801859268, ___overloads_1)); } inline List_1_t2699813617 * get_overloads_1() const { return ___overloads_1; } inline List_1_t2699813617 ** get_address_of_overloads_1() { return &___overloads_1; } inline void set_overloads_1(List_1_t2699813617 * value) { ___overloads_1 = value; Il2CppCodeGenWriteBarrier((&___overloads_1), value); } inline static int32_t get_offset_of_forceCheck_2() { return static_cast(offsetof(MethodWrap_t801859268, ___forceCheck_2)); } inline bool get_forceCheck_2() const { return ___forceCheck_2; } inline bool* get_address_of_forceCheck_2() { return &___forceCheck_2; } inline void set_forceCheck_2(bool value) { ___forceCheck_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // METHODWRAP_T801859268_H #ifndef LIST_1_T2699813617_H #define LIST_1_T2699813617_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_t2699813617 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items OverloadMethodWrapU5BU5D_t742975162* ____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_t2699813617, ____items_1)); } inline OverloadMethodWrapU5BU5D_t742975162* get__items_1() const { return ____items_1; } inline OverloadMethodWrapU5BU5D_t742975162** get_address_of__items_1() { return &____items_1; } inline void set__items_1(OverloadMethodWrapU5BU5D_t742975162* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t2699813617, ____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_t2699813617, ____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_t2699813617_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray OverloadMethodWrapU5BU5D_t742975162* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t2699813617_StaticFields, ___EmptyArray_4)); } inline OverloadMethodWrapU5BU5D_t742975162* get_EmptyArray_4() const { return ___EmptyArray_4; } inline OverloadMethodWrapU5BU5D_t742975162** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(OverloadMethodWrapU5BU5D_t742975162* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T2699813617_H #ifndef OVERLOADMETHODWRAP_T1227738875_H #define OVERLOADMETHODWRAP_T1227738875_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.OverloadMethodWrap struct OverloadMethodWrap_t1227738875 : public RuntimeObject { public: // XLua.ObjectTranslator XLua.OverloadMethodWrap::translator ObjectTranslator_t2020767555 * ___translator_0; // System.Type XLua.OverloadMethodWrap::targetType Type_t * ___targetType_1; // System.Reflection.MethodBase XLua.OverloadMethodWrap::method MethodBase_t * ___method_2; // XLua.ObjectCheck[] XLua.OverloadMethodWrap::checkArray ObjectCheckU5BU5D_t2146637488* ___checkArray_3; // XLua.ObjectCast[] XLua.OverloadMethodWrap::castArray ObjectCastU5BU5D_t1796526492* ___castArray_4; // System.Int32[] XLua.OverloadMethodWrap::inPosArray Int32U5BU5D_t385246372* ___inPosArray_5; // System.Int32[] XLua.OverloadMethodWrap::outPosArray Int32U5BU5D_t385246372* ___outPosArray_6; // System.Boolean[] XLua.OverloadMethodWrap::isOptionalArray BooleanU5BU5D_t2897418192* ___isOptionalArray_7; // System.Object[] XLua.OverloadMethodWrap::defaultValueArray ObjectU5BU5D_t2843939325* ___defaultValueArray_8; // System.Boolean XLua.OverloadMethodWrap::isVoid bool ___isVoid_9; // System.Int32 XLua.OverloadMethodWrap::luaStackPosStart int32_t ___luaStackPosStart_10; // System.Boolean XLua.OverloadMethodWrap::targetNeeded bool ___targetNeeded_11; // System.Object[] XLua.OverloadMethodWrap::args ObjectU5BU5D_t2843939325* ___args_12; // System.Int32[] XLua.OverloadMethodWrap::refPos Int32U5BU5D_t385246372* ___refPos_13; // System.Type XLua.OverloadMethodWrap::paramsType Type_t * ___paramsType_14; // System.Boolean XLua.OverloadMethodWrap::k__BackingField bool ___U3CHasDefalutValueU3Ek__BackingField_15; public: inline static int32_t get_offset_of_translator_0() { return static_cast(offsetof(OverloadMethodWrap_t1227738875, ___translator_0)); } inline ObjectTranslator_t2020767555 * get_translator_0() const { return ___translator_0; } inline ObjectTranslator_t2020767555 ** get_address_of_translator_0() { return &___translator_0; } inline void set_translator_0(ObjectTranslator_t2020767555 * value) { ___translator_0 = value; Il2CppCodeGenWriteBarrier((&___translator_0), value); } inline static int32_t get_offset_of_targetType_1() { return static_cast(offsetof(OverloadMethodWrap_t1227738875, ___targetType_1)); } inline Type_t * get_targetType_1() const { return ___targetType_1; } inline Type_t ** get_address_of_targetType_1() { return &___targetType_1; } inline void set_targetType_1(Type_t * value) { ___targetType_1 = value; Il2CppCodeGenWriteBarrier((&___targetType_1), value); } inline static int32_t get_offset_of_method_2() { return static_cast(offsetof(OverloadMethodWrap_t1227738875, ___method_2)); } inline MethodBase_t * get_method_2() const { return ___method_2; } inline MethodBase_t ** get_address_of_method_2() { return &___method_2; } inline void set_method_2(MethodBase_t * value) { ___method_2 = value; Il2CppCodeGenWriteBarrier((&___method_2), value); } inline static int32_t get_offset_of_checkArray_3() { return static_cast(offsetof(OverloadMethodWrap_t1227738875, ___checkArray_3)); } inline ObjectCheckU5BU5D_t2146637488* get_checkArray_3() const { return ___checkArray_3; } inline ObjectCheckU5BU5D_t2146637488** get_address_of_checkArray_3() { return &___checkArray_3; } inline void set_checkArray_3(ObjectCheckU5BU5D_t2146637488* value) { ___checkArray_3 = value; Il2CppCodeGenWriteBarrier((&___checkArray_3), value); } inline static int32_t get_offset_of_castArray_4() { return static_cast(offsetof(OverloadMethodWrap_t1227738875, ___castArray_4)); } inline ObjectCastU5BU5D_t1796526492* get_castArray_4() const { return ___castArray_4; } inline ObjectCastU5BU5D_t1796526492** get_address_of_castArray_4() { return &___castArray_4; } inline void set_castArray_4(ObjectCastU5BU5D_t1796526492* value) { ___castArray_4 = value; Il2CppCodeGenWriteBarrier((&___castArray_4), value); } inline static int32_t get_offset_of_inPosArray_5() { return static_cast(offsetof(OverloadMethodWrap_t1227738875, ___inPosArray_5)); } inline Int32U5BU5D_t385246372* get_inPosArray_5() const { return ___inPosArray_5; } inline Int32U5BU5D_t385246372** get_address_of_inPosArray_5() { return &___inPosArray_5; } inline void set_inPosArray_5(Int32U5BU5D_t385246372* value) { ___inPosArray_5 = value; Il2CppCodeGenWriteBarrier((&___inPosArray_5), value); } inline static int32_t get_offset_of_outPosArray_6() { return static_cast(offsetof(OverloadMethodWrap_t1227738875, ___outPosArray_6)); } inline Int32U5BU5D_t385246372* get_outPosArray_6() const { return ___outPosArray_6; } inline Int32U5BU5D_t385246372** get_address_of_outPosArray_6() { return &___outPosArray_6; } inline void set_outPosArray_6(Int32U5BU5D_t385246372* value) { ___outPosArray_6 = value; Il2CppCodeGenWriteBarrier((&___outPosArray_6), value); } inline static int32_t get_offset_of_isOptionalArray_7() { return static_cast(offsetof(OverloadMethodWrap_t1227738875, ___isOptionalArray_7)); } inline BooleanU5BU5D_t2897418192* get_isOptionalArray_7() const { return ___isOptionalArray_7; } inline BooleanU5BU5D_t2897418192** get_address_of_isOptionalArray_7() { return &___isOptionalArray_7; } inline void set_isOptionalArray_7(BooleanU5BU5D_t2897418192* value) { ___isOptionalArray_7 = value; Il2CppCodeGenWriteBarrier((&___isOptionalArray_7), value); } inline static int32_t get_offset_of_defaultValueArray_8() { return static_cast(offsetof(OverloadMethodWrap_t1227738875, ___defaultValueArray_8)); } inline ObjectU5BU5D_t2843939325* get_defaultValueArray_8() const { return ___defaultValueArray_8; } inline ObjectU5BU5D_t2843939325** get_address_of_defaultValueArray_8() { return &___defaultValueArray_8; } inline void set_defaultValueArray_8(ObjectU5BU5D_t2843939325* value) { ___defaultValueArray_8 = value; Il2CppCodeGenWriteBarrier((&___defaultValueArray_8), value); } inline static int32_t get_offset_of_isVoid_9() { return static_cast(offsetof(OverloadMethodWrap_t1227738875, ___isVoid_9)); } inline bool get_isVoid_9() const { return ___isVoid_9; } inline bool* get_address_of_isVoid_9() { return &___isVoid_9; } inline void set_isVoid_9(bool value) { ___isVoid_9 = value; } inline static int32_t get_offset_of_luaStackPosStart_10() { return static_cast(offsetof(OverloadMethodWrap_t1227738875, ___luaStackPosStart_10)); } inline int32_t get_luaStackPosStart_10() const { return ___luaStackPosStart_10; } inline int32_t* get_address_of_luaStackPosStart_10() { return &___luaStackPosStart_10; } inline void set_luaStackPosStart_10(int32_t value) { ___luaStackPosStart_10 = value; } inline static int32_t get_offset_of_targetNeeded_11() { return static_cast(offsetof(OverloadMethodWrap_t1227738875, ___targetNeeded_11)); } inline bool get_targetNeeded_11() const { return ___targetNeeded_11; } inline bool* get_address_of_targetNeeded_11() { return &___targetNeeded_11; } inline void set_targetNeeded_11(bool value) { ___targetNeeded_11 = value; } inline static int32_t get_offset_of_args_12() { return static_cast(offsetof(OverloadMethodWrap_t1227738875, ___args_12)); } inline ObjectU5BU5D_t2843939325* get_args_12() const { return ___args_12; } inline ObjectU5BU5D_t2843939325** get_address_of_args_12() { return &___args_12; } inline void set_args_12(ObjectU5BU5D_t2843939325* value) { ___args_12 = value; Il2CppCodeGenWriteBarrier((&___args_12), value); } inline static int32_t get_offset_of_refPos_13() { return static_cast(offsetof(OverloadMethodWrap_t1227738875, ___refPos_13)); } inline Int32U5BU5D_t385246372* get_refPos_13() const { return ___refPos_13; } inline Int32U5BU5D_t385246372** get_address_of_refPos_13() { return &___refPos_13; } inline void set_refPos_13(Int32U5BU5D_t385246372* value) { ___refPos_13 = value; Il2CppCodeGenWriteBarrier((&___refPos_13), value); } inline static int32_t get_offset_of_paramsType_14() { return static_cast(offsetof(OverloadMethodWrap_t1227738875, ___paramsType_14)); } inline Type_t * get_paramsType_14() const { return ___paramsType_14; } inline Type_t ** get_address_of_paramsType_14() { return &___paramsType_14; } inline void set_paramsType_14(Type_t * value) { ___paramsType_14 = value; Il2CppCodeGenWriteBarrier((&___paramsType_14), value); } inline static int32_t get_offset_of_U3CHasDefalutValueU3Ek__BackingField_15() { return static_cast(offsetof(OverloadMethodWrap_t1227738875, ___U3CHasDefalutValueU3Ek__BackingField_15)); } inline bool get_U3CHasDefalutValueU3Ek__BackingField_15() const { return ___U3CHasDefalutValueU3Ek__BackingField_15; } inline bool* get_address_of_U3CHasDefalutValueU3Ek__BackingField_15() { return &___U3CHasDefalutValueU3Ek__BackingField_15; } inline void set_U3CHasDefalutValueU3Ek__BackingField_15(bool value) { ___U3CHasDefalutValueU3Ek__BackingField_15 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // OVERLOADMETHODWRAP_T1227738875_H #ifndef METHODWRAPSCACHE_T113059333_H #define METHODWRAPSCACHE_T113059333_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.MethodWrapsCache struct MethodWrapsCache_t113059333 : public RuntimeObject { public: // XLua.ObjectTranslator XLua.MethodWrapsCache::translator ObjectTranslator_t2020767555 * ___translator_0; // XLua.ObjectCheckers XLua.MethodWrapsCache::objCheckers ObjectCheckers_t1922409879 * ___objCheckers_1; // XLua.ObjectCasters XLua.MethodWrapsCache::objCasters ObjectCasters_t3722364209 * ___objCasters_2; // System.Collections.Generic.Dictionary`2 XLua.MethodWrapsCache::constructorCache Dictionary_2_t3327871123 * ___constructorCache_3; // System.Collections.Generic.Dictionary`2> XLua.MethodWrapsCache::methodsCache Dictionary_2_t3113127422 * ___methodsCache_4; // System.Collections.Generic.Dictionary`2 XLua.MethodWrapsCache::delegateCache Dictionary_2_t3327871123 * ___delegateCache_5; public: inline static int32_t get_offset_of_translator_0() { return static_cast(offsetof(MethodWrapsCache_t113059333, ___translator_0)); } inline ObjectTranslator_t2020767555 * get_translator_0() const { return ___translator_0; } inline ObjectTranslator_t2020767555 ** get_address_of_translator_0() { return &___translator_0; } inline void set_translator_0(ObjectTranslator_t2020767555 * value) { ___translator_0 = value; Il2CppCodeGenWriteBarrier((&___translator_0), value); } inline static int32_t get_offset_of_objCheckers_1() { return static_cast(offsetof(MethodWrapsCache_t113059333, ___objCheckers_1)); } inline ObjectCheckers_t1922409879 * get_objCheckers_1() const { return ___objCheckers_1; } inline ObjectCheckers_t1922409879 ** get_address_of_objCheckers_1() { return &___objCheckers_1; } inline void set_objCheckers_1(ObjectCheckers_t1922409879 * value) { ___objCheckers_1 = value; Il2CppCodeGenWriteBarrier((&___objCheckers_1), value); } inline static int32_t get_offset_of_objCasters_2() { return static_cast(offsetof(MethodWrapsCache_t113059333, ___objCasters_2)); } inline ObjectCasters_t3722364209 * get_objCasters_2() const { return ___objCasters_2; } inline ObjectCasters_t3722364209 ** get_address_of_objCasters_2() { return &___objCasters_2; } inline void set_objCasters_2(ObjectCasters_t3722364209 * value) { ___objCasters_2 = value; Il2CppCodeGenWriteBarrier((&___objCasters_2), value); } inline static int32_t get_offset_of_constructorCache_3() { return static_cast(offsetof(MethodWrapsCache_t113059333, ___constructorCache_3)); } inline Dictionary_2_t3327871123 * get_constructorCache_3() const { return ___constructorCache_3; } inline Dictionary_2_t3327871123 ** get_address_of_constructorCache_3() { return &___constructorCache_3; } inline void set_constructorCache_3(Dictionary_2_t3327871123 * value) { ___constructorCache_3 = value; Il2CppCodeGenWriteBarrier((&___constructorCache_3), value); } inline static int32_t get_offset_of_methodsCache_4() { return static_cast(offsetof(MethodWrapsCache_t113059333, ___methodsCache_4)); } inline Dictionary_2_t3113127422 * get_methodsCache_4() const { return ___methodsCache_4; } inline Dictionary_2_t3113127422 ** get_address_of_methodsCache_4() { return &___methodsCache_4; } inline void set_methodsCache_4(Dictionary_2_t3113127422 * value) { ___methodsCache_4 = value; Il2CppCodeGenWriteBarrier((&___methodsCache_4), value); } inline static int32_t get_offset_of_delegateCache_5() { return static_cast(offsetof(MethodWrapsCache_t113059333, ___delegateCache_5)); } inline Dictionary_2_t3327871123 * get_delegateCache_5() const { return ___delegateCache_5; } inline Dictionary_2_t3327871123 ** get_address_of_delegateCache_5() { return &___delegateCache_5; } inline void set_delegateCache_5(Dictionary_2_t3327871123 * value) { ___delegateCache_5 = value; Il2CppCodeGenWriteBarrier((&___delegateCache_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // METHODWRAPSCACHE_T113059333_H #ifndef OBJECTCHECKERS_T1922409879_H #define OBJECTCHECKERS_T1922409879_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectCheckers struct ObjectCheckers_t1922409879 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 XLua.ObjectCheckers::checkersMap Dictionary_2_t2120468597 * ___checkersMap_0; // XLua.ObjectTranslator XLua.ObjectCheckers::translator ObjectTranslator_t2020767555 * ___translator_1; public: inline static int32_t get_offset_of_checkersMap_0() { return static_cast(offsetof(ObjectCheckers_t1922409879, ___checkersMap_0)); } inline Dictionary_2_t2120468597 * get_checkersMap_0() const { return ___checkersMap_0; } inline Dictionary_2_t2120468597 ** get_address_of_checkersMap_0() { return &___checkersMap_0; } inline void set_checkersMap_0(Dictionary_2_t2120468597 * value) { ___checkersMap_0 = value; Il2CppCodeGenWriteBarrier((&___checkersMap_0), value); } inline static int32_t get_offset_of_translator_1() { return static_cast(offsetof(ObjectCheckers_t1922409879, ___translator_1)); } inline ObjectTranslator_t2020767555 * get_translator_1() const { return ___translator_1; } inline ObjectTranslator_t2020767555 ** get_address_of_translator_1() { return &___translator_1; } inline void set_translator_1(ObjectTranslator_t2020767555 * value) { ___translator_1 = value; Il2CppCodeGenWriteBarrier((&___translator_1), value); } }; struct ObjectCheckers_t1922409879_StaticFields { public: // XLua.ObjectCheck XLua.ObjectCheckers::<>f__mg$cache0 ObjectCheck_t3971088829 * ___U3CU3Ef__mgU24cache0_2; public: inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_2() { return static_cast(offsetof(ObjectCheckers_t1922409879_StaticFields, ___U3CU3Ef__mgU24cache0_2)); } inline ObjectCheck_t3971088829 * get_U3CU3Ef__mgU24cache0_2() const { return ___U3CU3Ef__mgU24cache0_2; } inline ObjectCheck_t3971088829 ** get_address_of_U3CU3Ef__mgU24cache0_2() { return &___U3CU3Ef__mgU24cache0_2; } inline void set_U3CU3Ef__mgU24cache0_2(ObjectCheck_t3971088829 * value) { ___U3CU3Ef__mgU24cache0_2 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // OBJECTCHECKERS_T1922409879_H #ifndef OBJECTCASTERS_T3722364209_H #define OBJECTCASTERS_T3722364209_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectCasters struct ObjectCasters_t3722364209 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 XLua.ObjectCasters::castersMap Dictionary_2_t1018408697 * ___castersMap_0; // XLua.ObjectTranslator XLua.ObjectCasters::translator ObjectTranslator_t2020767555 * ___translator_1; public: inline static int32_t get_offset_of_castersMap_0() { return static_cast(offsetof(ObjectCasters_t3722364209, ___castersMap_0)); } inline Dictionary_2_t1018408697 * get_castersMap_0() const { return ___castersMap_0; } inline Dictionary_2_t1018408697 ** get_address_of_castersMap_0() { return &___castersMap_0; } inline void set_castersMap_0(Dictionary_2_t1018408697 * value) { ___castersMap_0 = value; Il2CppCodeGenWriteBarrier((&___castersMap_0), value); } inline static int32_t get_offset_of_translator_1() { return static_cast(offsetof(ObjectCasters_t3722364209, ___translator_1)); } inline ObjectTranslator_t2020767555 * get_translator_1() const { return ___translator_1; } inline ObjectTranslator_t2020767555 ** get_address_of_translator_1() { return &___translator_1; } inline void set_translator_1(ObjectTranslator_t2020767555 * value) { ___translator_1 = value; Il2CppCodeGenWriteBarrier((&___translator_1), value); } }; struct ObjectCasters_t3722364209_StaticFields { public: // XLua.ObjectCast XLua.ObjectCasters::<>f__mg$cache0 ObjectCast_t2869028929 * ___U3CU3Ef__mgU24cache0_2; // XLua.ObjectCast XLua.ObjectCasters::<>f__mg$cache1 ObjectCast_t2869028929 * ___U3CU3Ef__mgU24cache1_3; // XLua.ObjectCast XLua.ObjectCasters::<>f__mg$cache2 ObjectCast_t2869028929 * ___U3CU3Ef__mgU24cache2_4; // XLua.ObjectCast XLua.ObjectCasters::<>f__mg$cache3 ObjectCast_t2869028929 * ___U3CU3Ef__mgU24cache3_5; // XLua.ObjectCast XLua.ObjectCasters::<>f__mg$cache4 ObjectCast_t2869028929 * ___U3CU3Ef__mgU24cache4_6; // XLua.ObjectCast XLua.ObjectCasters::<>f__mg$cache5 ObjectCast_t2869028929 * ___U3CU3Ef__mgU24cache5_7; // XLua.ObjectCast XLua.ObjectCasters::<>f__mg$cache6 ObjectCast_t2869028929 * ___U3CU3Ef__mgU24cache6_8; // XLua.ObjectCast XLua.ObjectCasters::<>f__mg$cache7 ObjectCast_t2869028929 * ___U3CU3Ef__mgU24cache7_9; // XLua.ObjectCast XLua.ObjectCasters::<>f__mg$cache8 ObjectCast_t2869028929 * ___U3CU3Ef__mgU24cache8_10; // XLua.ObjectCast XLua.ObjectCasters::<>f__mg$cache9 ObjectCast_t2869028929 * ___U3CU3Ef__mgU24cache9_11; // XLua.ObjectCast XLua.ObjectCasters::<>f__mg$cacheA ObjectCast_t2869028929 * ___U3CU3Ef__mgU24cacheA_12; // XLua.ObjectCast XLua.ObjectCasters::<>f__mg$cacheB ObjectCast_t2869028929 * ___U3CU3Ef__mgU24cacheB_13; // XLua.ObjectCast XLua.ObjectCasters::<>f__mg$cacheC ObjectCast_t2869028929 * ___U3CU3Ef__mgU24cacheC_14; public: inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_2() { return static_cast(offsetof(ObjectCasters_t3722364209_StaticFields, ___U3CU3Ef__mgU24cache0_2)); } inline ObjectCast_t2869028929 * get_U3CU3Ef__mgU24cache0_2() const { return ___U3CU3Ef__mgU24cache0_2; } inline ObjectCast_t2869028929 ** get_address_of_U3CU3Ef__mgU24cache0_2() { return &___U3CU3Ef__mgU24cache0_2; } inline void set_U3CU3Ef__mgU24cache0_2(ObjectCast_t2869028929 * value) { ___U3CU3Ef__mgU24cache0_2 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_2), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache1_3() { return static_cast(offsetof(ObjectCasters_t3722364209_StaticFields, ___U3CU3Ef__mgU24cache1_3)); } inline ObjectCast_t2869028929 * get_U3CU3Ef__mgU24cache1_3() const { return ___U3CU3Ef__mgU24cache1_3; } inline ObjectCast_t2869028929 ** get_address_of_U3CU3Ef__mgU24cache1_3() { return &___U3CU3Ef__mgU24cache1_3; } inline void set_U3CU3Ef__mgU24cache1_3(ObjectCast_t2869028929 * value) { ___U3CU3Ef__mgU24cache1_3 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache1_3), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache2_4() { return static_cast(offsetof(ObjectCasters_t3722364209_StaticFields, ___U3CU3Ef__mgU24cache2_4)); } inline ObjectCast_t2869028929 * get_U3CU3Ef__mgU24cache2_4() const { return ___U3CU3Ef__mgU24cache2_4; } inline ObjectCast_t2869028929 ** get_address_of_U3CU3Ef__mgU24cache2_4() { return &___U3CU3Ef__mgU24cache2_4; } inline void set_U3CU3Ef__mgU24cache2_4(ObjectCast_t2869028929 * value) { ___U3CU3Ef__mgU24cache2_4 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache2_4), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache3_5() { return static_cast(offsetof(ObjectCasters_t3722364209_StaticFields, ___U3CU3Ef__mgU24cache3_5)); } inline ObjectCast_t2869028929 * get_U3CU3Ef__mgU24cache3_5() const { return ___U3CU3Ef__mgU24cache3_5; } inline ObjectCast_t2869028929 ** get_address_of_U3CU3Ef__mgU24cache3_5() { return &___U3CU3Ef__mgU24cache3_5; } inline void set_U3CU3Ef__mgU24cache3_5(ObjectCast_t2869028929 * value) { ___U3CU3Ef__mgU24cache3_5 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache3_5), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache4_6() { return static_cast(offsetof(ObjectCasters_t3722364209_StaticFields, ___U3CU3Ef__mgU24cache4_6)); } inline ObjectCast_t2869028929 * get_U3CU3Ef__mgU24cache4_6() const { return ___U3CU3Ef__mgU24cache4_6; } inline ObjectCast_t2869028929 ** get_address_of_U3CU3Ef__mgU24cache4_6() { return &___U3CU3Ef__mgU24cache4_6; } inline void set_U3CU3Ef__mgU24cache4_6(ObjectCast_t2869028929 * value) { ___U3CU3Ef__mgU24cache4_6 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache4_6), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache5_7() { return static_cast(offsetof(ObjectCasters_t3722364209_StaticFields, ___U3CU3Ef__mgU24cache5_7)); } inline ObjectCast_t2869028929 * get_U3CU3Ef__mgU24cache5_7() const { return ___U3CU3Ef__mgU24cache5_7; } inline ObjectCast_t2869028929 ** get_address_of_U3CU3Ef__mgU24cache5_7() { return &___U3CU3Ef__mgU24cache5_7; } inline void set_U3CU3Ef__mgU24cache5_7(ObjectCast_t2869028929 * value) { ___U3CU3Ef__mgU24cache5_7 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache5_7), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache6_8() { return static_cast(offsetof(ObjectCasters_t3722364209_StaticFields, ___U3CU3Ef__mgU24cache6_8)); } inline ObjectCast_t2869028929 * get_U3CU3Ef__mgU24cache6_8() const { return ___U3CU3Ef__mgU24cache6_8; } inline ObjectCast_t2869028929 ** get_address_of_U3CU3Ef__mgU24cache6_8() { return &___U3CU3Ef__mgU24cache6_8; } inline void set_U3CU3Ef__mgU24cache6_8(ObjectCast_t2869028929 * value) { ___U3CU3Ef__mgU24cache6_8 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache6_8), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache7_9() { return static_cast(offsetof(ObjectCasters_t3722364209_StaticFields, ___U3CU3Ef__mgU24cache7_9)); } inline ObjectCast_t2869028929 * get_U3CU3Ef__mgU24cache7_9() const { return ___U3CU3Ef__mgU24cache7_9; } inline ObjectCast_t2869028929 ** get_address_of_U3CU3Ef__mgU24cache7_9() { return &___U3CU3Ef__mgU24cache7_9; } inline void set_U3CU3Ef__mgU24cache7_9(ObjectCast_t2869028929 * value) { ___U3CU3Ef__mgU24cache7_9 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache7_9), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache8_10() { return static_cast(offsetof(ObjectCasters_t3722364209_StaticFields, ___U3CU3Ef__mgU24cache8_10)); } inline ObjectCast_t2869028929 * get_U3CU3Ef__mgU24cache8_10() const { return ___U3CU3Ef__mgU24cache8_10; } inline ObjectCast_t2869028929 ** get_address_of_U3CU3Ef__mgU24cache8_10() { return &___U3CU3Ef__mgU24cache8_10; } inline void set_U3CU3Ef__mgU24cache8_10(ObjectCast_t2869028929 * value) { ___U3CU3Ef__mgU24cache8_10 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache8_10), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache9_11() { return static_cast(offsetof(ObjectCasters_t3722364209_StaticFields, ___U3CU3Ef__mgU24cache9_11)); } inline ObjectCast_t2869028929 * get_U3CU3Ef__mgU24cache9_11() const { return ___U3CU3Ef__mgU24cache9_11; } inline ObjectCast_t2869028929 ** get_address_of_U3CU3Ef__mgU24cache9_11() { return &___U3CU3Ef__mgU24cache9_11; } inline void set_U3CU3Ef__mgU24cache9_11(ObjectCast_t2869028929 * value) { ___U3CU3Ef__mgU24cache9_11 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache9_11), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheA_12() { return static_cast(offsetof(ObjectCasters_t3722364209_StaticFields, ___U3CU3Ef__mgU24cacheA_12)); } inline ObjectCast_t2869028929 * get_U3CU3Ef__mgU24cacheA_12() const { return ___U3CU3Ef__mgU24cacheA_12; } inline ObjectCast_t2869028929 ** get_address_of_U3CU3Ef__mgU24cacheA_12() { return &___U3CU3Ef__mgU24cacheA_12; } inline void set_U3CU3Ef__mgU24cacheA_12(ObjectCast_t2869028929 * value) { ___U3CU3Ef__mgU24cacheA_12 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheA_12), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheB_13() { return static_cast(offsetof(ObjectCasters_t3722364209_StaticFields, ___U3CU3Ef__mgU24cacheB_13)); } inline ObjectCast_t2869028929 * get_U3CU3Ef__mgU24cacheB_13() const { return ___U3CU3Ef__mgU24cacheB_13; } inline ObjectCast_t2869028929 ** get_address_of_U3CU3Ef__mgU24cacheB_13() { return &___U3CU3Ef__mgU24cacheB_13; } inline void set_U3CU3Ef__mgU24cacheB_13(ObjectCast_t2869028929 * value) { ___U3CU3Ef__mgU24cacheB_13 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheB_13), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheC_14() { return static_cast(offsetof(ObjectCasters_t3722364209_StaticFields, ___U3CU3Ef__mgU24cacheC_14)); } inline ObjectCast_t2869028929 * get_U3CU3Ef__mgU24cacheC_14() const { return ___U3CU3Ef__mgU24cacheC_14; } inline ObjectCast_t2869028929 ** get_address_of_U3CU3Ef__mgU24cacheC_14() { return &___U3CU3Ef__mgU24cacheC_14; } inline void set_U3CU3Ef__mgU24cacheC_14(ObjectCast_t2869028929 * value) { ___U3CU3Ef__mgU24cacheC_14 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheC_14), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // OBJECTCASTERS_T3722364209_H #ifndef XLUA_GEN_INITER_REGISTER___T560736047_H #define XLUA_GEN_INITER_REGISTER___T560736047_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.CSObjectWrap.XLua_Gen_Initer_Register__ struct XLua_Gen_Initer_Register___t560736047 : public RuntimeObject { public: public: }; struct XLua_Gen_Initer_Register___t560736047_StaticFields { public: // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache0 Action_1_t1012617776 * ___U3CU3Ef__mgU24cache0_0; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache1 Action_1_t1012617776 * ___U3CU3Ef__mgU24cache1_1; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache2 Action_1_t1012617776 * ___U3CU3Ef__mgU24cache2_2; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache3 Action_1_t1012617776 * ___U3CU3Ef__mgU24cache3_3; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache4 Action_1_t1012617776 * ___U3CU3Ef__mgU24cache4_4; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache5 Action_1_t1012617776 * ___U3CU3Ef__mgU24cache5_5; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache6 Action_1_t1012617776 * ___U3CU3Ef__mgU24cache6_6; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache7 Action_1_t1012617776 * ___U3CU3Ef__mgU24cache7_7; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache8 Action_1_t1012617776 * ___U3CU3Ef__mgU24cache8_8; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache9 Action_1_t1012617776 * ___U3CU3Ef__mgU24cache9_9; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cacheA Action_1_t1012617776 * ___U3CU3Ef__mgU24cacheA_10; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cacheB Action_1_t1012617776 * ___U3CU3Ef__mgU24cacheB_11; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cacheC Action_1_t1012617776 * ___U3CU3Ef__mgU24cacheC_12; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cacheD Action_1_t1012617776 * ___U3CU3Ef__mgU24cacheD_13; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cacheE Action_1_t1012617776 * ___U3CU3Ef__mgU24cacheE_14; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cacheF Action_1_t1012617776 * ___U3CU3Ef__mgU24cacheF_15; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache10 Action_1_t1012617776 * ___U3CU3Ef__mgU24cache10_16; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache11 Action_1_t1012617776 * ___U3CU3Ef__mgU24cache11_17; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache12 Action_1_t1012617776 * ___U3CU3Ef__mgU24cache12_18; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache13 Action_1_t1012617776 * ___U3CU3Ef__mgU24cache13_19; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache14 Action_1_t1012617776 * ___U3CU3Ef__mgU24cache14_20; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache15 Action_1_t1012617776 * ___U3CU3Ef__mgU24cache15_21; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache16 Action_1_t1012617776 * ___U3CU3Ef__mgU24cache16_22; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache17 Action_1_t1012617776 * ___U3CU3Ef__mgU24cache17_23; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache18 Action_1_t1012617776 * ___U3CU3Ef__mgU24cache18_24; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache19 Action_1_t1012617776 * ___U3CU3Ef__mgU24cache19_25; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache1A Action_1_t1012617776 * ___U3CU3Ef__mgU24cache1A_26; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache1B Action_1_t1012617776 * ___U3CU3Ef__mgU24cache1B_27; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache1C Action_1_t1012617776 * ___U3CU3Ef__mgU24cache1C_28; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache1D Action_1_t1012617776 * ___U3CU3Ef__mgU24cache1D_29; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache1E Action_1_t1012617776 * ___U3CU3Ef__mgU24cache1E_30; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache1F Action_1_t1012617776 * ___U3CU3Ef__mgU24cache1F_31; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache20 Action_1_t1012617776 * ___U3CU3Ef__mgU24cache20_32; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache21 Action_1_t1012617776 * ___U3CU3Ef__mgU24cache21_33; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache22 Action_1_t1012617776 * ___U3CU3Ef__mgU24cache22_34; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache23 Action_1_t1012617776 * ___U3CU3Ef__mgU24cache23_35; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache24 Action_1_t1012617776 * ___U3CU3Ef__mgU24cache24_36; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache25 Action_1_t1012617776 * ___U3CU3Ef__mgU24cache25_37; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache26 Action_1_t1012617776 * ___U3CU3Ef__mgU24cache26_38; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache27 Action_1_t1012617776 * ___U3CU3Ef__mgU24cache27_39; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache28 Action_1_t1012617776 * ___U3CU3Ef__mgU24cache28_40; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache29 Action_1_t1012617776 * ___U3CU3Ef__mgU24cache29_41; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache2A Action_1_t1012617776 * ___U3CU3Ef__mgU24cache2A_42; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache2B Action_1_t1012617776 * ___U3CU3Ef__mgU24cache2B_43; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache2C Action_1_t1012617776 * ___U3CU3Ef__mgU24cache2C_44; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache2D Action_1_t1012617776 * ___U3CU3Ef__mgU24cache2D_45; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache2E Action_1_t1012617776 * ___U3CU3Ef__mgU24cache2E_46; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache2F Action_1_t1012617776 * ___U3CU3Ef__mgU24cache2F_47; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache30 Action_1_t1012617776 * ___U3CU3Ef__mgU24cache30_48; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache31 Action_1_t1012617776 * ___U3CU3Ef__mgU24cache31_49; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache32 Action_1_t1012617776 * ___U3CU3Ef__mgU24cache32_50; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache33 Action_1_t1012617776 * ___U3CU3Ef__mgU24cache33_51; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache34 Action_1_t1012617776 * ___U3CU3Ef__mgU24cache34_52; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache35 Action_1_t1012617776 * ___U3CU3Ef__mgU24cache35_53; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache36 Action_1_t1012617776 * ___U3CU3Ef__mgU24cache36_54; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache37 Action_1_t1012617776 * ___U3CU3Ef__mgU24cache37_55; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache38 Action_1_t1012617776 * ___U3CU3Ef__mgU24cache38_56; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache39 Action_1_t1012617776 * ___U3CU3Ef__mgU24cache39_57; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache3A Action_1_t1012617776 * ___U3CU3Ef__mgU24cache3A_58; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache3B Action_1_t1012617776 * ___U3CU3Ef__mgU24cache3B_59; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache3C Action_1_t1012617776 * ___U3CU3Ef__mgU24cache3C_60; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache3D Action_1_t1012617776 * ___U3CU3Ef__mgU24cache3D_61; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache3E Action_1_t1012617776 * ___U3CU3Ef__mgU24cache3E_62; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache3F Action_1_t1012617776 * ___U3CU3Ef__mgU24cache3F_63; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache40 Action_1_t1012617776 * ___U3CU3Ef__mgU24cache40_64; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache41 Action_1_t1012617776 * ___U3CU3Ef__mgU24cache41_65; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache42 Action_1_t1012617776 * ___U3CU3Ef__mgU24cache42_66; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache43 Action_1_t1012617776 * ___U3CU3Ef__mgU24cache43_67; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache44 Action_1_t1012617776 * ___U3CU3Ef__mgU24cache44_68; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache45 Action_1_t1012617776 * ___U3CU3Ef__mgU24cache45_69; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache46 Action_1_t1012617776 * ___U3CU3Ef__mgU24cache46_70; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache47 Action_1_t1012617776 * ___U3CU3Ef__mgU24cache47_71; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache48 Action_1_t1012617776 * ___U3CU3Ef__mgU24cache48_72; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache49 Action_1_t1012617776 * ___U3CU3Ef__mgU24cache49_73; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache4A Action_1_t1012617776 * ___U3CU3Ef__mgU24cache4A_74; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache4B Action_1_t1012617776 * ___U3CU3Ef__mgU24cache4B_75; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache4C Action_1_t1012617776 * ___U3CU3Ef__mgU24cache4C_76; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache4D Action_1_t1012617776 * ___U3CU3Ef__mgU24cache4D_77; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache4E Action_1_t1012617776 * ___U3CU3Ef__mgU24cache4E_78; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache4F Action_1_t1012617776 * ___U3CU3Ef__mgU24cache4F_79; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache50 Action_1_t1012617776 * ___U3CU3Ef__mgU24cache50_80; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache51 Action_1_t1012617776 * ___U3CU3Ef__mgU24cache51_81; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache52 Action_1_t1012617776 * ___U3CU3Ef__mgU24cache52_82; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache53 Action_1_t1012617776 * ___U3CU3Ef__mgU24cache53_83; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache54 Action_1_t1012617776 * ___U3CU3Ef__mgU24cache54_84; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache55 Action_1_t1012617776 * ___U3CU3Ef__mgU24cache55_85; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache56 Action_1_t1012617776 * ___U3CU3Ef__mgU24cache56_86; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache57 Action_1_t1012617776 * ___U3CU3Ef__mgU24cache57_87; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache58 Action_1_t1012617776 * ___U3CU3Ef__mgU24cache58_88; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache59 Action_1_t1012617776 * ___U3CU3Ef__mgU24cache59_89; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache5A Action_1_t1012617776 * ___U3CU3Ef__mgU24cache5A_90; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache5B Action_1_t1012617776 * ___U3CU3Ef__mgU24cache5B_91; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache5C Action_1_t1012617776 * ___U3CU3Ef__mgU24cache5C_92; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache5D Action_1_t1012617776 * ___U3CU3Ef__mgU24cache5D_93; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache5E Action_1_t1012617776 * ___U3CU3Ef__mgU24cache5E_94; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache5F Action_1_t1012617776 * ___U3CU3Ef__mgU24cache5F_95; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache60 Action_1_t1012617776 * ___U3CU3Ef__mgU24cache60_96; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache61 Action_1_t1012617776 * ___U3CU3Ef__mgU24cache61_97; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache62 Action_1_t1012617776 * ___U3CU3Ef__mgU24cache62_98; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache63 Action_1_t1012617776 * ___U3CU3Ef__mgU24cache63_99; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache64 Action_1_t1012617776 * ___U3CU3Ef__mgU24cache64_100; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache65 Action_1_t1012617776 * ___U3CU3Ef__mgU24cache65_101; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache66 Action_1_t1012617776 * ___U3CU3Ef__mgU24cache66_102; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache67 Action_1_t1012617776 * ___U3CU3Ef__mgU24cache67_103; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache68 Action_1_t1012617776 * ___U3CU3Ef__mgU24cache68_104; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache69 Action_1_t1012617776 * ___U3CU3Ef__mgU24cache69_105; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache6A Action_1_t1012617776 * ___U3CU3Ef__mgU24cache6A_106; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache6B Action_1_t1012617776 * ___U3CU3Ef__mgU24cache6B_107; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache6C Action_1_t1012617776 * ___U3CU3Ef__mgU24cache6C_108; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache6D Action_1_t1012617776 * ___U3CU3Ef__mgU24cache6D_109; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache6E Action_1_t1012617776 * ___U3CU3Ef__mgU24cache6E_110; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache6F Action_1_t1012617776 * ___U3CU3Ef__mgU24cache6F_111; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache70 Action_1_t1012617776 * ___U3CU3Ef__mgU24cache70_112; // System.Action`1 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache71 Action_1_t1012617776 * ___U3CU3Ef__mgU24cache71_113; // System.Func`3 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache72 Func_3_t3175775510 * ___U3CU3Ef__mgU24cache72_114; // System.Func`3 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache73 Func_3_t3175775510 * ___U3CU3Ef__mgU24cache73_115; // System.Func`3 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache74 Func_3_t3175775510 * ___U3CU3Ef__mgU24cache74_116; // System.Func`3 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache75 Func_3_t3175775510 * ___U3CU3Ef__mgU24cache75_117; // System.Func`3 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache76 Func_3_t3175775510 * ___U3CU3Ef__mgU24cache76_118; // System.Func`3 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache77 Func_3_t3175775510 * ___U3CU3Ef__mgU24cache77_119; // System.Func`3 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache78 Func_3_t3175775510 * ___U3CU3Ef__mgU24cache78_120; // System.Func`3 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache79 Func_3_t3175775510 * ___U3CU3Ef__mgU24cache79_121; // System.Func`3 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache7A Func_3_t3175775510 * ___U3CU3Ef__mgU24cache7A_122; // System.Action`2 XLua.CSObjectWrap.XLua_Gen_Initer_Register__::<>f__mg$cache7B Action_2_t3161010 * ___U3CU3Ef__mgU24cache7B_123; public: inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_0() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache0_0)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache0_0() const { return ___U3CU3Ef__mgU24cache0_0; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache0_0() { return &___U3CU3Ef__mgU24cache0_0; } inline void set_U3CU3Ef__mgU24cache0_0(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache0_0 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_0), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache1_1() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache1_1)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache1_1() const { return ___U3CU3Ef__mgU24cache1_1; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache1_1() { return &___U3CU3Ef__mgU24cache1_1; } inline void set_U3CU3Ef__mgU24cache1_1(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache1_1 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache1_1), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache2_2() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache2_2)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache2_2() const { return ___U3CU3Ef__mgU24cache2_2; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache2_2() { return &___U3CU3Ef__mgU24cache2_2; } inline void set_U3CU3Ef__mgU24cache2_2(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache2_2 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache2_2), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache3_3() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache3_3)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache3_3() const { return ___U3CU3Ef__mgU24cache3_3; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache3_3() { return &___U3CU3Ef__mgU24cache3_3; } inline void set_U3CU3Ef__mgU24cache3_3(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache3_3 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache3_3), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache4_4() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache4_4)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache4_4() const { return ___U3CU3Ef__mgU24cache4_4; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache4_4() { return &___U3CU3Ef__mgU24cache4_4; } inline void set_U3CU3Ef__mgU24cache4_4(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache4_4 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache4_4), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache5_5() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache5_5)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache5_5() const { return ___U3CU3Ef__mgU24cache5_5; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache5_5() { return &___U3CU3Ef__mgU24cache5_5; } inline void set_U3CU3Ef__mgU24cache5_5(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache5_5 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache5_5), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache6_6() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache6_6)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache6_6() const { return ___U3CU3Ef__mgU24cache6_6; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache6_6() { return &___U3CU3Ef__mgU24cache6_6; } inline void set_U3CU3Ef__mgU24cache6_6(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache6_6 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache6_6), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache7_7() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache7_7)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache7_7() const { return ___U3CU3Ef__mgU24cache7_7; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache7_7() { return &___U3CU3Ef__mgU24cache7_7; } inline void set_U3CU3Ef__mgU24cache7_7(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache7_7 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache7_7), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache8_8() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache8_8)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache8_8() const { return ___U3CU3Ef__mgU24cache8_8; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache8_8() { return &___U3CU3Ef__mgU24cache8_8; } inline void set_U3CU3Ef__mgU24cache8_8(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache8_8 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache8_8), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache9_9() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache9_9)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache9_9() const { return ___U3CU3Ef__mgU24cache9_9; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache9_9() { return &___U3CU3Ef__mgU24cache9_9; } inline void set_U3CU3Ef__mgU24cache9_9(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache9_9 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache9_9), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheA_10() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cacheA_10)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cacheA_10() const { return ___U3CU3Ef__mgU24cacheA_10; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cacheA_10() { return &___U3CU3Ef__mgU24cacheA_10; } inline void set_U3CU3Ef__mgU24cacheA_10(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cacheA_10 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheA_10), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheB_11() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cacheB_11)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cacheB_11() const { return ___U3CU3Ef__mgU24cacheB_11; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cacheB_11() { return &___U3CU3Ef__mgU24cacheB_11; } inline void set_U3CU3Ef__mgU24cacheB_11(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cacheB_11 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheB_11), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheC_12() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cacheC_12)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cacheC_12() const { return ___U3CU3Ef__mgU24cacheC_12; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cacheC_12() { return &___U3CU3Ef__mgU24cacheC_12; } inline void set_U3CU3Ef__mgU24cacheC_12(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cacheC_12 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheC_12), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheD_13() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cacheD_13)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cacheD_13() const { return ___U3CU3Ef__mgU24cacheD_13; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cacheD_13() { return &___U3CU3Ef__mgU24cacheD_13; } inline void set_U3CU3Ef__mgU24cacheD_13(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cacheD_13 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheD_13), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheE_14() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cacheE_14)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cacheE_14() const { return ___U3CU3Ef__mgU24cacheE_14; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cacheE_14() { return &___U3CU3Ef__mgU24cacheE_14; } inline void set_U3CU3Ef__mgU24cacheE_14(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cacheE_14 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheE_14), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheF_15() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cacheF_15)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cacheF_15() const { return ___U3CU3Ef__mgU24cacheF_15; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cacheF_15() { return &___U3CU3Ef__mgU24cacheF_15; } inline void set_U3CU3Ef__mgU24cacheF_15(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cacheF_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheF_15), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache10_16() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache10_16)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache10_16() const { return ___U3CU3Ef__mgU24cache10_16; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache10_16() { return &___U3CU3Ef__mgU24cache10_16; } inline void set_U3CU3Ef__mgU24cache10_16(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache10_16 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache10_16), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache11_17() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache11_17)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache11_17() const { return ___U3CU3Ef__mgU24cache11_17; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache11_17() { return &___U3CU3Ef__mgU24cache11_17; } inline void set_U3CU3Ef__mgU24cache11_17(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache11_17 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache11_17), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache12_18() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache12_18)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache12_18() const { return ___U3CU3Ef__mgU24cache12_18; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache12_18() { return &___U3CU3Ef__mgU24cache12_18; } inline void set_U3CU3Ef__mgU24cache12_18(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache12_18 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache12_18), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache13_19() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache13_19)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache13_19() const { return ___U3CU3Ef__mgU24cache13_19; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache13_19() { return &___U3CU3Ef__mgU24cache13_19; } inline void set_U3CU3Ef__mgU24cache13_19(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache13_19 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache13_19), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache14_20() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache14_20)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache14_20() const { return ___U3CU3Ef__mgU24cache14_20; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache14_20() { return &___U3CU3Ef__mgU24cache14_20; } inline void set_U3CU3Ef__mgU24cache14_20(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache14_20 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache14_20), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache15_21() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache15_21)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache15_21() const { return ___U3CU3Ef__mgU24cache15_21; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache15_21() { return &___U3CU3Ef__mgU24cache15_21; } inline void set_U3CU3Ef__mgU24cache15_21(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache15_21 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache15_21), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache16_22() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache16_22)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache16_22() const { return ___U3CU3Ef__mgU24cache16_22; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache16_22() { return &___U3CU3Ef__mgU24cache16_22; } inline void set_U3CU3Ef__mgU24cache16_22(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache16_22 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache16_22), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache17_23() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache17_23)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache17_23() const { return ___U3CU3Ef__mgU24cache17_23; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache17_23() { return &___U3CU3Ef__mgU24cache17_23; } inline void set_U3CU3Ef__mgU24cache17_23(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache17_23 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache17_23), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache18_24() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache18_24)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache18_24() const { return ___U3CU3Ef__mgU24cache18_24; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache18_24() { return &___U3CU3Ef__mgU24cache18_24; } inline void set_U3CU3Ef__mgU24cache18_24(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache18_24 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache18_24), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache19_25() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache19_25)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache19_25() const { return ___U3CU3Ef__mgU24cache19_25; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache19_25() { return &___U3CU3Ef__mgU24cache19_25; } inline void set_U3CU3Ef__mgU24cache19_25(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache19_25 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache19_25), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache1A_26() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache1A_26)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache1A_26() const { return ___U3CU3Ef__mgU24cache1A_26; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache1A_26() { return &___U3CU3Ef__mgU24cache1A_26; } inline void set_U3CU3Ef__mgU24cache1A_26(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache1A_26 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache1A_26), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache1B_27() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache1B_27)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache1B_27() const { return ___U3CU3Ef__mgU24cache1B_27; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache1B_27() { return &___U3CU3Ef__mgU24cache1B_27; } inline void set_U3CU3Ef__mgU24cache1B_27(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache1B_27 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache1B_27), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache1C_28() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache1C_28)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache1C_28() const { return ___U3CU3Ef__mgU24cache1C_28; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache1C_28() { return &___U3CU3Ef__mgU24cache1C_28; } inline void set_U3CU3Ef__mgU24cache1C_28(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache1C_28 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache1C_28), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache1D_29() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache1D_29)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache1D_29() const { return ___U3CU3Ef__mgU24cache1D_29; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache1D_29() { return &___U3CU3Ef__mgU24cache1D_29; } inline void set_U3CU3Ef__mgU24cache1D_29(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache1D_29 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache1D_29), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache1E_30() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache1E_30)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache1E_30() const { return ___U3CU3Ef__mgU24cache1E_30; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache1E_30() { return &___U3CU3Ef__mgU24cache1E_30; } inline void set_U3CU3Ef__mgU24cache1E_30(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache1E_30 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache1E_30), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache1F_31() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache1F_31)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache1F_31() const { return ___U3CU3Ef__mgU24cache1F_31; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache1F_31() { return &___U3CU3Ef__mgU24cache1F_31; } inline void set_U3CU3Ef__mgU24cache1F_31(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache1F_31 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache1F_31), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache20_32() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache20_32)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache20_32() const { return ___U3CU3Ef__mgU24cache20_32; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache20_32() { return &___U3CU3Ef__mgU24cache20_32; } inline void set_U3CU3Ef__mgU24cache20_32(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache20_32 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache20_32), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache21_33() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache21_33)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache21_33() const { return ___U3CU3Ef__mgU24cache21_33; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache21_33() { return &___U3CU3Ef__mgU24cache21_33; } inline void set_U3CU3Ef__mgU24cache21_33(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache21_33 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache21_33), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache22_34() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache22_34)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache22_34() const { return ___U3CU3Ef__mgU24cache22_34; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache22_34() { return &___U3CU3Ef__mgU24cache22_34; } inline void set_U3CU3Ef__mgU24cache22_34(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache22_34 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache22_34), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache23_35() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache23_35)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache23_35() const { return ___U3CU3Ef__mgU24cache23_35; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache23_35() { return &___U3CU3Ef__mgU24cache23_35; } inline void set_U3CU3Ef__mgU24cache23_35(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache23_35 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache23_35), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache24_36() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache24_36)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache24_36() const { return ___U3CU3Ef__mgU24cache24_36; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache24_36() { return &___U3CU3Ef__mgU24cache24_36; } inline void set_U3CU3Ef__mgU24cache24_36(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache24_36 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache24_36), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache25_37() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache25_37)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache25_37() const { return ___U3CU3Ef__mgU24cache25_37; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache25_37() { return &___U3CU3Ef__mgU24cache25_37; } inline void set_U3CU3Ef__mgU24cache25_37(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache25_37 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache25_37), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache26_38() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache26_38)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache26_38() const { return ___U3CU3Ef__mgU24cache26_38; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache26_38() { return &___U3CU3Ef__mgU24cache26_38; } inline void set_U3CU3Ef__mgU24cache26_38(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache26_38 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache26_38), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache27_39() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache27_39)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache27_39() const { return ___U3CU3Ef__mgU24cache27_39; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache27_39() { return &___U3CU3Ef__mgU24cache27_39; } inline void set_U3CU3Ef__mgU24cache27_39(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache27_39 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache27_39), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache28_40() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache28_40)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache28_40() const { return ___U3CU3Ef__mgU24cache28_40; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache28_40() { return &___U3CU3Ef__mgU24cache28_40; } inline void set_U3CU3Ef__mgU24cache28_40(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache28_40 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache28_40), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache29_41() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache29_41)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache29_41() const { return ___U3CU3Ef__mgU24cache29_41; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache29_41() { return &___U3CU3Ef__mgU24cache29_41; } inline void set_U3CU3Ef__mgU24cache29_41(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache29_41 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache29_41), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache2A_42() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache2A_42)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache2A_42() const { return ___U3CU3Ef__mgU24cache2A_42; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache2A_42() { return &___U3CU3Ef__mgU24cache2A_42; } inline void set_U3CU3Ef__mgU24cache2A_42(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache2A_42 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache2A_42), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache2B_43() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache2B_43)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache2B_43() const { return ___U3CU3Ef__mgU24cache2B_43; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache2B_43() { return &___U3CU3Ef__mgU24cache2B_43; } inline void set_U3CU3Ef__mgU24cache2B_43(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache2B_43 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache2B_43), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache2C_44() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache2C_44)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache2C_44() const { return ___U3CU3Ef__mgU24cache2C_44; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache2C_44() { return &___U3CU3Ef__mgU24cache2C_44; } inline void set_U3CU3Ef__mgU24cache2C_44(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache2C_44 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache2C_44), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache2D_45() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache2D_45)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache2D_45() const { return ___U3CU3Ef__mgU24cache2D_45; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache2D_45() { return &___U3CU3Ef__mgU24cache2D_45; } inline void set_U3CU3Ef__mgU24cache2D_45(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache2D_45 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache2D_45), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache2E_46() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache2E_46)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache2E_46() const { return ___U3CU3Ef__mgU24cache2E_46; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache2E_46() { return &___U3CU3Ef__mgU24cache2E_46; } inline void set_U3CU3Ef__mgU24cache2E_46(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache2E_46 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache2E_46), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache2F_47() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache2F_47)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache2F_47() const { return ___U3CU3Ef__mgU24cache2F_47; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache2F_47() { return &___U3CU3Ef__mgU24cache2F_47; } inline void set_U3CU3Ef__mgU24cache2F_47(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache2F_47 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache2F_47), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache30_48() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache30_48)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache30_48() const { return ___U3CU3Ef__mgU24cache30_48; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache30_48() { return &___U3CU3Ef__mgU24cache30_48; } inline void set_U3CU3Ef__mgU24cache30_48(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache30_48 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache30_48), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache31_49() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache31_49)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache31_49() const { return ___U3CU3Ef__mgU24cache31_49; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache31_49() { return &___U3CU3Ef__mgU24cache31_49; } inline void set_U3CU3Ef__mgU24cache31_49(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache31_49 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache31_49), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache32_50() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache32_50)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache32_50() const { return ___U3CU3Ef__mgU24cache32_50; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache32_50() { return &___U3CU3Ef__mgU24cache32_50; } inline void set_U3CU3Ef__mgU24cache32_50(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache32_50 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache32_50), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache33_51() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache33_51)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache33_51() const { return ___U3CU3Ef__mgU24cache33_51; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache33_51() { return &___U3CU3Ef__mgU24cache33_51; } inline void set_U3CU3Ef__mgU24cache33_51(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache33_51 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache33_51), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache34_52() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache34_52)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache34_52() const { return ___U3CU3Ef__mgU24cache34_52; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache34_52() { return &___U3CU3Ef__mgU24cache34_52; } inline void set_U3CU3Ef__mgU24cache34_52(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache34_52 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache34_52), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache35_53() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache35_53)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache35_53() const { return ___U3CU3Ef__mgU24cache35_53; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache35_53() { return &___U3CU3Ef__mgU24cache35_53; } inline void set_U3CU3Ef__mgU24cache35_53(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache35_53 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache35_53), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache36_54() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache36_54)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache36_54() const { return ___U3CU3Ef__mgU24cache36_54; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache36_54() { return &___U3CU3Ef__mgU24cache36_54; } inline void set_U3CU3Ef__mgU24cache36_54(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache36_54 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache36_54), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache37_55() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache37_55)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache37_55() const { return ___U3CU3Ef__mgU24cache37_55; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache37_55() { return &___U3CU3Ef__mgU24cache37_55; } inline void set_U3CU3Ef__mgU24cache37_55(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache37_55 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache37_55), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache38_56() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache38_56)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache38_56() const { return ___U3CU3Ef__mgU24cache38_56; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache38_56() { return &___U3CU3Ef__mgU24cache38_56; } inline void set_U3CU3Ef__mgU24cache38_56(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache38_56 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache38_56), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache39_57() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache39_57)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache39_57() const { return ___U3CU3Ef__mgU24cache39_57; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache39_57() { return &___U3CU3Ef__mgU24cache39_57; } inline void set_U3CU3Ef__mgU24cache39_57(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache39_57 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache39_57), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache3A_58() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache3A_58)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache3A_58() const { return ___U3CU3Ef__mgU24cache3A_58; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache3A_58() { return &___U3CU3Ef__mgU24cache3A_58; } inline void set_U3CU3Ef__mgU24cache3A_58(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache3A_58 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache3A_58), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache3B_59() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache3B_59)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache3B_59() const { return ___U3CU3Ef__mgU24cache3B_59; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache3B_59() { return &___U3CU3Ef__mgU24cache3B_59; } inline void set_U3CU3Ef__mgU24cache3B_59(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache3B_59 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache3B_59), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache3C_60() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache3C_60)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache3C_60() const { return ___U3CU3Ef__mgU24cache3C_60; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache3C_60() { return &___U3CU3Ef__mgU24cache3C_60; } inline void set_U3CU3Ef__mgU24cache3C_60(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache3C_60 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache3C_60), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache3D_61() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache3D_61)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache3D_61() const { return ___U3CU3Ef__mgU24cache3D_61; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache3D_61() { return &___U3CU3Ef__mgU24cache3D_61; } inline void set_U3CU3Ef__mgU24cache3D_61(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache3D_61 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache3D_61), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache3E_62() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache3E_62)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache3E_62() const { return ___U3CU3Ef__mgU24cache3E_62; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache3E_62() { return &___U3CU3Ef__mgU24cache3E_62; } inline void set_U3CU3Ef__mgU24cache3E_62(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache3E_62 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache3E_62), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache3F_63() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache3F_63)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache3F_63() const { return ___U3CU3Ef__mgU24cache3F_63; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache3F_63() { return &___U3CU3Ef__mgU24cache3F_63; } inline void set_U3CU3Ef__mgU24cache3F_63(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache3F_63 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache3F_63), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache40_64() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache40_64)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache40_64() const { return ___U3CU3Ef__mgU24cache40_64; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache40_64() { return &___U3CU3Ef__mgU24cache40_64; } inline void set_U3CU3Ef__mgU24cache40_64(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache40_64 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache40_64), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache41_65() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache41_65)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache41_65() const { return ___U3CU3Ef__mgU24cache41_65; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache41_65() { return &___U3CU3Ef__mgU24cache41_65; } inline void set_U3CU3Ef__mgU24cache41_65(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache41_65 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache41_65), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache42_66() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache42_66)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache42_66() const { return ___U3CU3Ef__mgU24cache42_66; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache42_66() { return &___U3CU3Ef__mgU24cache42_66; } inline void set_U3CU3Ef__mgU24cache42_66(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache42_66 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache42_66), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache43_67() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache43_67)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache43_67() const { return ___U3CU3Ef__mgU24cache43_67; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache43_67() { return &___U3CU3Ef__mgU24cache43_67; } inline void set_U3CU3Ef__mgU24cache43_67(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache43_67 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache43_67), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache44_68() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache44_68)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache44_68() const { return ___U3CU3Ef__mgU24cache44_68; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache44_68() { return &___U3CU3Ef__mgU24cache44_68; } inline void set_U3CU3Ef__mgU24cache44_68(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache44_68 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache44_68), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache45_69() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache45_69)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache45_69() const { return ___U3CU3Ef__mgU24cache45_69; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache45_69() { return &___U3CU3Ef__mgU24cache45_69; } inline void set_U3CU3Ef__mgU24cache45_69(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache45_69 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache45_69), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache46_70() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache46_70)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache46_70() const { return ___U3CU3Ef__mgU24cache46_70; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache46_70() { return &___U3CU3Ef__mgU24cache46_70; } inline void set_U3CU3Ef__mgU24cache46_70(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache46_70 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache46_70), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache47_71() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache47_71)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache47_71() const { return ___U3CU3Ef__mgU24cache47_71; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache47_71() { return &___U3CU3Ef__mgU24cache47_71; } inline void set_U3CU3Ef__mgU24cache47_71(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache47_71 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache47_71), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache48_72() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache48_72)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache48_72() const { return ___U3CU3Ef__mgU24cache48_72; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache48_72() { return &___U3CU3Ef__mgU24cache48_72; } inline void set_U3CU3Ef__mgU24cache48_72(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache48_72 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache48_72), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache49_73() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache49_73)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache49_73() const { return ___U3CU3Ef__mgU24cache49_73; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache49_73() { return &___U3CU3Ef__mgU24cache49_73; } inline void set_U3CU3Ef__mgU24cache49_73(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache49_73 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache49_73), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache4A_74() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache4A_74)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache4A_74() const { return ___U3CU3Ef__mgU24cache4A_74; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache4A_74() { return &___U3CU3Ef__mgU24cache4A_74; } inline void set_U3CU3Ef__mgU24cache4A_74(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache4A_74 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache4A_74), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache4B_75() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache4B_75)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache4B_75() const { return ___U3CU3Ef__mgU24cache4B_75; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache4B_75() { return &___U3CU3Ef__mgU24cache4B_75; } inline void set_U3CU3Ef__mgU24cache4B_75(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache4B_75 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache4B_75), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache4C_76() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache4C_76)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache4C_76() const { return ___U3CU3Ef__mgU24cache4C_76; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache4C_76() { return &___U3CU3Ef__mgU24cache4C_76; } inline void set_U3CU3Ef__mgU24cache4C_76(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache4C_76 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache4C_76), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache4D_77() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache4D_77)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache4D_77() const { return ___U3CU3Ef__mgU24cache4D_77; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache4D_77() { return &___U3CU3Ef__mgU24cache4D_77; } inline void set_U3CU3Ef__mgU24cache4D_77(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache4D_77 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache4D_77), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache4E_78() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache4E_78)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache4E_78() const { return ___U3CU3Ef__mgU24cache4E_78; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache4E_78() { return &___U3CU3Ef__mgU24cache4E_78; } inline void set_U3CU3Ef__mgU24cache4E_78(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache4E_78 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache4E_78), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache4F_79() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache4F_79)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache4F_79() const { return ___U3CU3Ef__mgU24cache4F_79; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache4F_79() { return &___U3CU3Ef__mgU24cache4F_79; } inline void set_U3CU3Ef__mgU24cache4F_79(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache4F_79 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache4F_79), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache50_80() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache50_80)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache50_80() const { return ___U3CU3Ef__mgU24cache50_80; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache50_80() { return &___U3CU3Ef__mgU24cache50_80; } inline void set_U3CU3Ef__mgU24cache50_80(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache50_80 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache50_80), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache51_81() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache51_81)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache51_81() const { return ___U3CU3Ef__mgU24cache51_81; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache51_81() { return &___U3CU3Ef__mgU24cache51_81; } inline void set_U3CU3Ef__mgU24cache51_81(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache51_81 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache51_81), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache52_82() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache52_82)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache52_82() const { return ___U3CU3Ef__mgU24cache52_82; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache52_82() { return &___U3CU3Ef__mgU24cache52_82; } inline void set_U3CU3Ef__mgU24cache52_82(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache52_82 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache52_82), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache53_83() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache53_83)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache53_83() const { return ___U3CU3Ef__mgU24cache53_83; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache53_83() { return &___U3CU3Ef__mgU24cache53_83; } inline void set_U3CU3Ef__mgU24cache53_83(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache53_83 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache53_83), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache54_84() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache54_84)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache54_84() const { return ___U3CU3Ef__mgU24cache54_84; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache54_84() { return &___U3CU3Ef__mgU24cache54_84; } inline void set_U3CU3Ef__mgU24cache54_84(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache54_84 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache54_84), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache55_85() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache55_85)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache55_85() const { return ___U3CU3Ef__mgU24cache55_85; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache55_85() { return &___U3CU3Ef__mgU24cache55_85; } inline void set_U3CU3Ef__mgU24cache55_85(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache55_85 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache55_85), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache56_86() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache56_86)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache56_86() const { return ___U3CU3Ef__mgU24cache56_86; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache56_86() { return &___U3CU3Ef__mgU24cache56_86; } inline void set_U3CU3Ef__mgU24cache56_86(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache56_86 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache56_86), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache57_87() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache57_87)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache57_87() const { return ___U3CU3Ef__mgU24cache57_87; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache57_87() { return &___U3CU3Ef__mgU24cache57_87; } inline void set_U3CU3Ef__mgU24cache57_87(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache57_87 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache57_87), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache58_88() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache58_88)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache58_88() const { return ___U3CU3Ef__mgU24cache58_88; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache58_88() { return &___U3CU3Ef__mgU24cache58_88; } inline void set_U3CU3Ef__mgU24cache58_88(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache58_88 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache58_88), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache59_89() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache59_89)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache59_89() const { return ___U3CU3Ef__mgU24cache59_89; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache59_89() { return &___U3CU3Ef__mgU24cache59_89; } inline void set_U3CU3Ef__mgU24cache59_89(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache59_89 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache59_89), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache5A_90() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache5A_90)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache5A_90() const { return ___U3CU3Ef__mgU24cache5A_90; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache5A_90() { return &___U3CU3Ef__mgU24cache5A_90; } inline void set_U3CU3Ef__mgU24cache5A_90(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache5A_90 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache5A_90), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache5B_91() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache5B_91)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache5B_91() const { return ___U3CU3Ef__mgU24cache5B_91; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache5B_91() { return &___U3CU3Ef__mgU24cache5B_91; } inline void set_U3CU3Ef__mgU24cache5B_91(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache5B_91 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache5B_91), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache5C_92() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache5C_92)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache5C_92() const { return ___U3CU3Ef__mgU24cache5C_92; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache5C_92() { return &___U3CU3Ef__mgU24cache5C_92; } inline void set_U3CU3Ef__mgU24cache5C_92(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache5C_92 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache5C_92), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache5D_93() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache5D_93)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache5D_93() const { return ___U3CU3Ef__mgU24cache5D_93; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache5D_93() { return &___U3CU3Ef__mgU24cache5D_93; } inline void set_U3CU3Ef__mgU24cache5D_93(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache5D_93 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache5D_93), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache5E_94() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache5E_94)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache5E_94() const { return ___U3CU3Ef__mgU24cache5E_94; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache5E_94() { return &___U3CU3Ef__mgU24cache5E_94; } inline void set_U3CU3Ef__mgU24cache5E_94(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache5E_94 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache5E_94), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache5F_95() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache5F_95)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache5F_95() const { return ___U3CU3Ef__mgU24cache5F_95; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache5F_95() { return &___U3CU3Ef__mgU24cache5F_95; } inline void set_U3CU3Ef__mgU24cache5F_95(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache5F_95 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache5F_95), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache60_96() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache60_96)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache60_96() const { return ___U3CU3Ef__mgU24cache60_96; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache60_96() { return &___U3CU3Ef__mgU24cache60_96; } inline void set_U3CU3Ef__mgU24cache60_96(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache60_96 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache60_96), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache61_97() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache61_97)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache61_97() const { return ___U3CU3Ef__mgU24cache61_97; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache61_97() { return &___U3CU3Ef__mgU24cache61_97; } inline void set_U3CU3Ef__mgU24cache61_97(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache61_97 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache61_97), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache62_98() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache62_98)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache62_98() const { return ___U3CU3Ef__mgU24cache62_98; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache62_98() { return &___U3CU3Ef__mgU24cache62_98; } inline void set_U3CU3Ef__mgU24cache62_98(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache62_98 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache62_98), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache63_99() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache63_99)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache63_99() const { return ___U3CU3Ef__mgU24cache63_99; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache63_99() { return &___U3CU3Ef__mgU24cache63_99; } inline void set_U3CU3Ef__mgU24cache63_99(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache63_99 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache63_99), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache64_100() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache64_100)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache64_100() const { return ___U3CU3Ef__mgU24cache64_100; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache64_100() { return &___U3CU3Ef__mgU24cache64_100; } inline void set_U3CU3Ef__mgU24cache64_100(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache64_100 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache64_100), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache65_101() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache65_101)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache65_101() const { return ___U3CU3Ef__mgU24cache65_101; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache65_101() { return &___U3CU3Ef__mgU24cache65_101; } inline void set_U3CU3Ef__mgU24cache65_101(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache65_101 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache65_101), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache66_102() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache66_102)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache66_102() const { return ___U3CU3Ef__mgU24cache66_102; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache66_102() { return &___U3CU3Ef__mgU24cache66_102; } inline void set_U3CU3Ef__mgU24cache66_102(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache66_102 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache66_102), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache67_103() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache67_103)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache67_103() const { return ___U3CU3Ef__mgU24cache67_103; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache67_103() { return &___U3CU3Ef__mgU24cache67_103; } inline void set_U3CU3Ef__mgU24cache67_103(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache67_103 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache67_103), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache68_104() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache68_104)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache68_104() const { return ___U3CU3Ef__mgU24cache68_104; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache68_104() { return &___U3CU3Ef__mgU24cache68_104; } inline void set_U3CU3Ef__mgU24cache68_104(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache68_104 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache68_104), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache69_105() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache69_105)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache69_105() const { return ___U3CU3Ef__mgU24cache69_105; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache69_105() { return &___U3CU3Ef__mgU24cache69_105; } inline void set_U3CU3Ef__mgU24cache69_105(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache69_105 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache69_105), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache6A_106() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache6A_106)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache6A_106() const { return ___U3CU3Ef__mgU24cache6A_106; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache6A_106() { return &___U3CU3Ef__mgU24cache6A_106; } inline void set_U3CU3Ef__mgU24cache6A_106(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache6A_106 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache6A_106), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache6B_107() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache6B_107)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache6B_107() const { return ___U3CU3Ef__mgU24cache6B_107; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache6B_107() { return &___U3CU3Ef__mgU24cache6B_107; } inline void set_U3CU3Ef__mgU24cache6B_107(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache6B_107 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache6B_107), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache6C_108() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache6C_108)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache6C_108() const { return ___U3CU3Ef__mgU24cache6C_108; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache6C_108() { return &___U3CU3Ef__mgU24cache6C_108; } inline void set_U3CU3Ef__mgU24cache6C_108(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache6C_108 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache6C_108), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache6D_109() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache6D_109)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache6D_109() const { return ___U3CU3Ef__mgU24cache6D_109; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache6D_109() { return &___U3CU3Ef__mgU24cache6D_109; } inline void set_U3CU3Ef__mgU24cache6D_109(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache6D_109 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache6D_109), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache6E_110() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache6E_110)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache6E_110() const { return ___U3CU3Ef__mgU24cache6E_110; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache6E_110() { return &___U3CU3Ef__mgU24cache6E_110; } inline void set_U3CU3Ef__mgU24cache6E_110(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache6E_110 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache6E_110), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache6F_111() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache6F_111)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache6F_111() const { return ___U3CU3Ef__mgU24cache6F_111; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache6F_111() { return &___U3CU3Ef__mgU24cache6F_111; } inline void set_U3CU3Ef__mgU24cache6F_111(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache6F_111 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache6F_111), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache70_112() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache70_112)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache70_112() const { return ___U3CU3Ef__mgU24cache70_112; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache70_112() { return &___U3CU3Ef__mgU24cache70_112; } inline void set_U3CU3Ef__mgU24cache70_112(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache70_112 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache70_112), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache71_113() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache71_113)); } inline Action_1_t1012617776 * get_U3CU3Ef__mgU24cache71_113() const { return ___U3CU3Ef__mgU24cache71_113; } inline Action_1_t1012617776 ** get_address_of_U3CU3Ef__mgU24cache71_113() { return &___U3CU3Ef__mgU24cache71_113; } inline void set_U3CU3Ef__mgU24cache71_113(Action_1_t1012617776 * value) { ___U3CU3Ef__mgU24cache71_113 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache71_113), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache72_114() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache72_114)); } inline Func_3_t3175775510 * get_U3CU3Ef__mgU24cache72_114() const { return ___U3CU3Ef__mgU24cache72_114; } inline Func_3_t3175775510 ** get_address_of_U3CU3Ef__mgU24cache72_114() { return &___U3CU3Ef__mgU24cache72_114; } inline void set_U3CU3Ef__mgU24cache72_114(Func_3_t3175775510 * value) { ___U3CU3Ef__mgU24cache72_114 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache72_114), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache73_115() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache73_115)); } inline Func_3_t3175775510 * get_U3CU3Ef__mgU24cache73_115() const { return ___U3CU3Ef__mgU24cache73_115; } inline Func_3_t3175775510 ** get_address_of_U3CU3Ef__mgU24cache73_115() { return &___U3CU3Ef__mgU24cache73_115; } inline void set_U3CU3Ef__mgU24cache73_115(Func_3_t3175775510 * value) { ___U3CU3Ef__mgU24cache73_115 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache73_115), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache74_116() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache74_116)); } inline Func_3_t3175775510 * get_U3CU3Ef__mgU24cache74_116() const { return ___U3CU3Ef__mgU24cache74_116; } inline Func_3_t3175775510 ** get_address_of_U3CU3Ef__mgU24cache74_116() { return &___U3CU3Ef__mgU24cache74_116; } inline void set_U3CU3Ef__mgU24cache74_116(Func_3_t3175775510 * value) { ___U3CU3Ef__mgU24cache74_116 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache74_116), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache75_117() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache75_117)); } inline Func_3_t3175775510 * get_U3CU3Ef__mgU24cache75_117() const { return ___U3CU3Ef__mgU24cache75_117; } inline Func_3_t3175775510 ** get_address_of_U3CU3Ef__mgU24cache75_117() { return &___U3CU3Ef__mgU24cache75_117; } inline void set_U3CU3Ef__mgU24cache75_117(Func_3_t3175775510 * value) { ___U3CU3Ef__mgU24cache75_117 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache75_117), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache76_118() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache76_118)); } inline Func_3_t3175775510 * get_U3CU3Ef__mgU24cache76_118() const { return ___U3CU3Ef__mgU24cache76_118; } inline Func_3_t3175775510 ** get_address_of_U3CU3Ef__mgU24cache76_118() { return &___U3CU3Ef__mgU24cache76_118; } inline void set_U3CU3Ef__mgU24cache76_118(Func_3_t3175775510 * value) { ___U3CU3Ef__mgU24cache76_118 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache76_118), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache77_119() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache77_119)); } inline Func_3_t3175775510 * get_U3CU3Ef__mgU24cache77_119() const { return ___U3CU3Ef__mgU24cache77_119; } inline Func_3_t3175775510 ** get_address_of_U3CU3Ef__mgU24cache77_119() { return &___U3CU3Ef__mgU24cache77_119; } inline void set_U3CU3Ef__mgU24cache77_119(Func_3_t3175775510 * value) { ___U3CU3Ef__mgU24cache77_119 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache77_119), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache78_120() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache78_120)); } inline Func_3_t3175775510 * get_U3CU3Ef__mgU24cache78_120() const { return ___U3CU3Ef__mgU24cache78_120; } inline Func_3_t3175775510 ** get_address_of_U3CU3Ef__mgU24cache78_120() { return &___U3CU3Ef__mgU24cache78_120; } inline void set_U3CU3Ef__mgU24cache78_120(Func_3_t3175775510 * value) { ___U3CU3Ef__mgU24cache78_120 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache78_120), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache79_121() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache79_121)); } inline Func_3_t3175775510 * get_U3CU3Ef__mgU24cache79_121() const { return ___U3CU3Ef__mgU24cache79_121; } inline Func_3_t3175775510 ** get_address_of_U3CU3Ef__mgU24cache79_121() { return &___U3CU3Ef__mgU24cache79_121; } inline void set_U3CU3Ef__mgU24cache79_121(Func_3_t3175775510 * value) { ___U3CU3Ef__mgU24cache79_121 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache79_121), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache7A_122() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache7A_122)); } inline Func_3_t3175775510 * get_U3CU3Ef__mgU24cache7A_122() const { return ___U3CU3Ef__mgU24cache7A_122; } inline Func_3_t3175775510 ** get_address_of_U3CU3Ef__mgU24cache7A_122() { return &___U3CU3Ef__mgU24cache7A_122; } inline void set_U3CU3Ef__mgU24cache7A_122(Func_3_t3175775510 * value) { ___U3CU3Ef__mgU24cache7A_122 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache7A_122), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache7B_123() { return static_cast(offsetof(XLua_Gen_Initer_Register___t560736047_StaticFields, ___U3CU3Ef__mgU24cache7B_123)); } inline Action_2_t3161010 * get_U3CU3Ef__mgU24cache7B_123() const { return ___U3CU3Ef__mgU24cache7B_123; } inline Action_2_t3161010 ** get_address_of_U3CU3Ef__mgU24cache7B_123() { return &___U3CU3Ef__mgU24cache7B_123; } inline void set_U3CU3Ef__mgU24cache7B_123(Action_2_t3161010 * value) { ___U3CU3Ef__mgU24cache7B_123 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache7B_123), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XLUA_GEN_INITER_REGISTER___T560736047_H #ifndef ARRAYLIST_T2718874744_H #define ARRAYLIST_T2718874744_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.ArrayList struct ArrayList_t2718874744 : public RuntimeObject { public: // System.Int32 System.Collections.ArrayList::_size int32_t ____size_1; // System.Object[] System.Collections.ArrayList::_items ObjectU5BU5D_t2843939325* ____items_2; // System.Int32 System.Collections.ArrayList::_version int32_t ____version_3; public: inline static int32_t get_offset_of__size_1() { return static_cast(offsetof(ArrayList_t2718874744, ____size_1)); } inline int32_t get__size_1() const { return ____size_1; } inline int32_t* get_address_of__size_1() { return &____size_1; } inline void set__size_1(int32_t value) { ____size_1 = value; } inline static int32_t get_offset_of__items_2() { return static_cast(offsetof(ArrayList_t2718874744, ____items_2)); } inline ObjectU5BU5D_t2843939325* get__items_2() const { return ____items_2; } inline ObjectU5BU5D_t2843939325** get_address_of__items_2() { return &____items_2; } inline void set__items_2(ObjectU5BU5D_t2843939325* value) { ____items_2 = value; Il2CppCodeGenWriteBarrier((&____items_2), value); } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(ArrayList_t2718874744, ____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 ArrayList_t2718874744_StaticFields { public: // System.Object[] System.Collections.ArrayList::EmptyArray ObjectU5BU5D_t2843939325* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(ArrayList_t2718874744_StaticFields, ___EmptyArray_4)); } inline ObjectU5BU5D_t2843939325* get_EmptyArray_4() const { return ___EmptyArray_4; } inline ObjectU5BU5D_t2843939325** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(ObjectU5BU5D_t2843939325* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARRAYLIST_T2718874744_H #ifndef INITERADDERXLUATESTPEDDING_T2424681114_H #define INITERADDERXLUATESTPEDDING_T2424681114_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator/IniterAdderXLuaTestPedding struct IniterAdderXLuaTestPedding_t2424681114 : public RuntimeObject { public: public: }; struct IniterAdderXLuaTestPedding_t2424681114_StaticFields { public: // System.Action`2 XLua.ObjectTranslator/IniterAdderXLuaTestPedding::<>f__mg$cache0 Action_2_t3161010 * ___U3CU3Ef__mgU24cache0_0; public: inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_0() { return static_cast(offsetof(IniterAdderXLuaTestPedding_t2424681114_StaticFields, ___U3CU3Ef__mgU24cache0_0)); } inline Action_2_t3161010 * get_U3CU3Ef__mgU24cache0_0() const { return ___U3CU3Ef__mgU24cache0_0; } inline Action_2_t3161010 ** get_address_of_U3CU3Ef__mgU24cache0_0() { return &___U3CU3Ef__mgU24cache0_0; } inline void set_U3CU3Ef__mgU24cache0_0(Action_2_t3161010 * value) { ___U3CU3Ef__mgU24cache0_0 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INITERADDERXLUATESTPEDDING_T2424681114_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 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 MARSHALBYREFOBJECT_T2760389100_H #define MARSHALBYREFOBJECT_T2760389100_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.MarshalByRefObject struct MarshalByRefObject_t2760389100 : public RuntimeObject { public: // System.Runtime.Remoting.ServerIdentity System.MarshalByRefObject::_identity ServerIdentity_t2342208608 * ____identity_0; public: inline static int32_t get_offset_of__identity_0() { return static_cast(offsetof(MarshalByRefObject_t2760389100, ____identity_0)); } inline ServerIdentity_t2342208608 * get__identity_0() const { return ____identity_0; } inline ServerIdentity_t2342208608 ** get_address_of__identity_0() { return &____identity_0; } inline void set__identity_0(ServerIdentity_t2342208608 * value) { ____identity_0 = value; Il2CppCodeGenWriteBarrier((&____identity_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MARSHALBYREFOBJECT_T2760389100_H #ifndef MONOPINVOKECALLBACKATTRIBUTE_T1448494431_H #define MONOPINVOKECALLBACKATTRIBUTE_T1448494431_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.MonoPInvokeCallbackAttribute struct MonoPInvokeCallbackAttribute_t1448494431 : public Attribute_t861562559 { public: // System.Type XLua.MonoPInvokeCallbackAttribute::type Type_t * ___type_0; public: inline static int32_t get_offset_of_type_0() { return static_cast(offsetof(MonoPInvokeCallbackAttribute_t1448494431, ___type_0)); } inline Type_t * get_type_0() const { return ___type_0; } inline Type_t ** get_address_of_type_0() { return &___type_0; } inline void set_type_0(Type_t * value) { ___type_0 = value; Il2CppCodeGenWriteBarrier((&___type_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MONOPINVOKECALLBACKATTRIBUTE_T1448494431_H #ifndef EVENTINFO_T_H #define EVENTINFO_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.EventInfo struct EventInfo_t : public MemberInfo_t { public: // System.Reflection.EventInfo/AddEventAdapter System.Reflection.EventInfo::cached_add_event AddEventAdapter_t1787725097 * ___cached_add_event_0; public: inline static int32_t get_offset_of_cached_add_event_0() { return static_cast(offsetof(EventInfo_t, ___cached_add_event_0)); } inline AddEventAdapter_t1787725097 * get_cached_add_event_0() const { return ___cached_add_event_0; } inline AddEventAdapter_t1787725097 ** get_address_of_cached_add_event_0() { return &___cached_add_event_0; } inline void set_cached_add_event_0(AddEventAdapter_t1787725097 * value) { ___cached_add_event_0 = value; Il2CppCodeGenWriteBarrier((&___cached_add_event_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EVENTINFO_T_H #ifndef CHAR_T3634460470_H #define CHAR_T3634460470_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Char struct Char_t3634460470 { public: // System.Char System.Char::m_value Il2CppChar ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Char_t3634460470, ___m_value_2)); } inline Il2CppChar get_m_value_2() const { return ___m_value_2; } inline Il2CppChar* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(Il2CppChar value) { ___m_value_2 = value; } }; struct Char_t3634460470_StaticFields { public: // System.Byte* System.Char::category_data uint8_t* ___category_data_3; // System.Byte* System.Char::numeric_data uint8_t* ___numeric_data_4; // System.Double* System.Char::numeric_data_values double* ___numeric_data_values_5; // System.UInt16* System.Char::to_lower_data_low uint16_t* ___to_lower_data_low_6; // System.UInt16* System.Char::to_lower_data_high uint16_t* ___to_lower_data_high_7; // System.UInt16* System.Char::to_upper_data_low uint16_t* ___to_upper_data_low_8; // System.UInt16* System.Char::to_upper_data_high uint16_t* ___to_upper_data_high_9; public: inline static int32_t get_offset_of_category_data_3() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___category_data_3)); } inline uint8_t* get_category_data_3() const { return ___category_data_3; } inline uint8_t** get_address_of_category_data_3() { return &___category_data_3; } inline void set_category_data_3(uint8_t* value) { ___category_data_3 = value; } inline static int32_t get_offset_of_numeric_data_4() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___numeric_data_4)); } inline uint8_t* get_numeric_data_4() const { return ___numeric_data_4; } inline uint8_t** get_address_of_numeric_data_4() { return &___numeric_data_4; } inline void set_numeric_data_4(uint8_t* value) { ___numeric_data_4 = value; } inline static int32_t get_offset_of_numeric_data_values_5() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___numeric_data_values_5)); } inline double* get_numeric_data_values_5() const { return ___numeric_data_values_5; } inline double** get_address_of_numeric_data_values_5() { return &___numeric_data_values_5; } inline void set_numeric_data_values_5(double* value) { ___numeric_data_values_5 = value; } inline static int32_t get_offset_of_to_lower_data_low_6() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___to_lower_data_low_6)); } inline uint16_t* get_to_lower_data_low_6() const { return ___to_lower_data_low_6; } inline uint16_t** get_address_of_to_lower_data_low_6() { return &___to_lower_data_low_6; } inline void set_to_lower_data_low_6(uint16_t* value) { ___to_lower_data_low_6 = value; } inline static int32_t get_offset_of_to_lower_data_high_7() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___to_lower_data_high_7)); } inline uint16_t* get_to_lower_data_high_7() const { return ___to_lower_data_high_7; } inline uint16_t** get_address_of_to_lower_data_high_7() { return &___to_lower_data_high_7; } inline void set_to_lower_data_high_7(uint16_t* value) { ___to_lower_data_high_7 = value; } inline static int32_t get_offset_of_to_upper_data_low_8() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___to_upper_data_low_8)); } inline uint16_t* get_to_upper_data_low_8() const { return ___to_upper_data_low_8; } inline uint16_t** get_address_of_to_upper_data_low_8() { return &___to_upper_data_low_8; } inline void set_to_upper_data_low_8(uint16_t* value) { ___to_upper_data_low_8 = value; } inline static int32_t get_offset_of_to_upper_data_high_9() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___to_upper_data_high_9)); } inline uint16_t* get_to_upper_data_high_9() const { return ___to_upper_data_high_9; } inline uint16_t** get_address_of_to_upper_data_high_9() { return &___to_upper_data_high_9; } inline void set_to_upper_data_high_9(uint16_t* value) { ___to_upper_data_high_9 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CHAR_T3634460470_H #ifndef KEYVALUEPAIR_2_T2621272214_H #define KEYVALUEPAIR_2_T2621272214_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t2621272214 { public: // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value WeakReference_t1334886716 * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t2621272214, ___key_0)); } inline int32_t get_key_0() const { return ___key_0; } inline int32_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(int32_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t2621272214, ___value_1)); } inline WeakReference_t1334886716 * get_value_1() const { return ___value_1; } inline WeakReference_t1334886716 ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(WeakReference_t1334886716 * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T2621272214_H #ifndef FIELDINFO_T_H #define FIELDINFO_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.FieldInfo struct FieldInfo_t : public MemberInfo_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FIELDINFO_T_H #ifndef 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 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 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 UINT16_T2177724958_H #define UINT16_T2177724958_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UInt16 struct UInt16_t2177724958 { public: // System.UInt16 System.UInt16::m_value uint16_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(UInt16_t2177724958, ___m_value_2)); } inline uint16_t get_m_value_2() const { return ___m_value_2; } inline uint16_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(uint16_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UINT16_T2177724958_H #ifndef SBYTE_T1669577662_H #define SBYTE_T1669577662_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.SByte struct SByte_t1669577662 { public: // System.SByte System.SByte::m_value int8_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(SByte_t1669577662, ___m_value_0)); } inline int8_t get_m_value_0() const { return ___m_value_0; } inline int8_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int8_t value) { ___m_value_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SBYTE_T1669577662_H #ifndef 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 LUAEXCEPTION_T1837158180_H #define LUAEXCEPTION_T1837158180_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.LuaException struct LuaException_t1837158180 : public Exception_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LUAEXCEPTION_T1837158180_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 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 TARGETINVOCATIONEXCEPTION_T4266643902_H #define TARGETINVOCATIONEXCEPTION_T4266643902_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.TargetInvocationException struct TargetInvocationException_t4266643902 : public Exception_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TARGETINVOCATIONEXCEPTION_T4266643902_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 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 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 LUAFUNCTION_T431395339_H #define LUAFUNCTION_T431395339_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.LuaFunction struct LuaFunction_t431395339 : public LuaBase_t1730675691 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LUAFUNCTION_T431395339_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 GCHANDLE_T3351438187_H #define GCHANDLE_T3351438187_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.InteropServices.GCHandle struct GCHandle_t3351438187 { public: // System.Int32 System.Runtime.InteropServices.GCHandle::handle int32_t ___handle_0; public: inline static int32_t get_offset_of_handle_0() { return static_cast(offsetof(GCHandle_t3351438187, ___handle_0)); } inline int32_t get_handle_0() const { return ___handle_0; } inline int32_t* get_address_of_handle_0() { return &___handle_0; } inline void set_handle_0(int32_t value) { ___handle_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GCHANDLE_T3351438187_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 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 KEYVALUEPAIR_2_T71524366_H #define KEYVALUEPAIR_2_T71524366_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t71524366 { public: // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t71524366, ___key_0)); } inline int32_t get_key_0() const { return ___key_0; } inline int32_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(int32_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t71524366, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T71524366_H #ifndef 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 ENUMERATOR_T3168784122_H #define ENUMERATOR_T3168784122_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/Enumerator struct Enumerator_t3168784122 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::l List_1_t1279540245 * ___l_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::next int32_t ___next_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::ver int32_t ___ver_2; // T System.Collections.Generic.List`1/Enumerator::current Assembly_t * ___current_3; public: inline static int32_t get_offset_of_l_0() { return static_cast(offsetof(Enumerator_t3168784122, ___l_0)); } inline List_1_t1279540245 * get_l_0() const { return ___l_0; } inline List_1_t1279540245 ** get_address_of_l_0() { return &___l_0; } inline void set_l_0(List_1_t1279540245 * value) { ___l_0 = value; Il2CppCodeGenWriteBarrier((&___l_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t3168784122, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_ver_2() { return static_cast(offsetof(Enumerator_t3168784122, ___ver_2)); } inline int32_t get_ver_2() const { return ___ver_2; } inline int32_t* get_address_of_ver_2() { return &___ver_2; } inline void set_ver_2(int32_t value) { ___ver_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t3168784122, ___current_3)); } inline Assembly_t * get_current_3() const { return ___current_3; } inline Assembly_t ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(Assembly_t * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((&___current_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T3168784122_H #ifndef ENUMERATOR_T2146457487_H #define ENUMERATOR_T2146457487_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/Enumerator struct Enumerator_t2146457487 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::l List_1_t257213610 * ___l_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::next int32_t ___next_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::ver int32_t ___ver_2; // T System.Collections.Generic.List`1/Enumerator::current RuntimeObject * ___current_3; public: inline static int32_t get_offset_of_l_0() { return static_cast(offsetof(Enumerator_t2146457487, ___l_0)); } inline List_1_t257213610 * get_l_0() const { return ___l_0; } inline List_1_t257213610 ** get_address_of_l_0() { return &___l_0; } inline void set_l_0(List_1_t257213610 * value) { ___l_0 = value; Il2CppCodeGenWriteBarrier((&___l_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t2146457487, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_ver_2() { return static_cast(offsetof(Enumerator_t2146457487, ___ver_2)); } inline int32_t get_ver_2() const { return ___ver_2; } inline int32_t* get_address_of_ver_2() { return &___ver_2; } inline void set_ver_2(int32_t value) { ___ver_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t2146457487, ___current_3)); } inline RuntimeObject * get_current_3() const { return ___current_3; } inline RuntimeObject ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(RuntimeObject * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((&___current_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T2146457487_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 PUSHASTABLESTRUCT_T2836609445_H #define PUSHASTABLESTRUCT_T2836609445_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLuaTest.PushAsTableStruct struct PushAsTableStruct_t2836609445 { public: // System.Int32 XLuaTest.PushAsTableStruct::x int32_t ___x_0; // System.Int32 XLuaTest.PushAsTableStruct::y int32_t ___y_1; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(PushAsTableStruct_t2836609445, ___x_0)); } inline int32_t get_x_0() const { return ___x_0; } inline int32_t* get_address_of_x_0() { return &___x_0; } inline void set_x_0(int32_t value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(PushAsTableStruct_t2836609445, ___y_1)); } inline int32_t get_y_1() const { return ___y_1; } inline int32_t* get_address_of_y_1() { return &___y_1; } inline void set_y_1(int32_t value) { ___y_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PUSHASTABLESTRUCT_T2836609445_H #ifndef UINT32_T2560061978_H #define UINT32_T2560061978_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UInt32 struct UInt32_t2560061978 { public: // System.UInt32 System.UInt32::m_value uint32_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(UInt32_t2560061978, ___m_value_2)); } inline uint32_t get_m_value_2() const { return ___m_value_2; } inline uint32_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(uint32_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UINT32_T2560061978_H #ifndef 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 INT16_T2552820387_H #define INT16_T2552820387_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int16 struct Int16_t2552820387 { public: // System.Int16 System.Int16::m_value int16_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Int16_t2552820387, ___m_value_2)); } inline int16_t get_m_value_2() const { return ___m_value_2; } inline int16_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(int16_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INT16_T2552820387_H #ifndef LUATABLE_T1631611336_H #define LUATABLE_T1631611336_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.LuaTable struct LuaTable_t1631611336 : public LuaBase_t1730675691 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LUATABLE_T1631611336_H #ifndef GCACTION_T1580222198_H #define GCACTION_T1580222198_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.LuaEnv/GCAction struct GCAction_t1580222198 { public: // System.Int32 XLua.LuaEnv/GCAction::Reference int32_t ___Reference_0; // System.Boolean XLua.LuaEnv/GCAction::IsDelegate bool ___IsDelegate_1; public: inline static int32_t get_offset_of_Reference_0() { return static_cast(offsetof(GCAction_t1580222198, ___Reference_0)); } inline int32_t get_Reference_0() const { return ___Reference_0; } inline int32_t* get_address_of_Reference_0() { return &___Reference_0; } inline void set_Reference_0(int32_t value) { ___Reference_0 = value; } inline static int32_t get_offset_of_IsDelegate_1() { return static_cast(offsetof(GCAction_t1580222198, ___IsDelegate_1)); } inline bool get_IsDelegate_1() const { return ___IsDelegate_1; } inline bool* get_address_of_IsDelegate_1() { return &___IsDelegate_1; } inline void set_IsDelegate_1(bool value) { ___IsDelegate_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of XLua.LuaEnv/GCAction struct GCAction_t1580222198_marshaled_pinvoke { int32_t ___Reference_0; int32_t ___IsDelegate_1; }; // Native definition for COM marshalling of XLua.LuaEnv/GCAction struct GCAction_t1580222198_marshaled_com { int32_t ___Reference_0; int32_t ___IsDelegate_1; }; #endif // GCACTION_T1580222198_H #ifndef SLOT_T179431562_H #define SLOT_T179431562_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectPool/Slot struct Slot_t179431562 { public: // System.Int32 XLua.ObjectPool/Slot::next int32_t ___next_0; // System.Object XLua.ObjectPool/Slot::obj RuntimeObject * ___obj_1; public: inline static int32_t get_offset_of_next_0() { return static_cast(offsetof(Slot_t179431562, ___next_0)); } inline int32_t get_next_0() const { return ___next_0; } inline int32_t* get_address_of_next_0() { return &___next_0; } inline void set_next_0(int32_t value) { ___next_0 = value; } inline static int32_t get_offset_of_obj_1() { return static_cast(offsetof(Slot_t179431562, ___obj_1)); } inline RuntimeObject * get_obj_1() const { return ___obj_1; } inline RuntimeObject ** get_address_of_obj_1() { return &___obj_1; } inline void set_obj_1(RuntimeObject * value) { ___obj_1 = value; Il2CppCodeGenWriteBarrier((&___obj_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of XLua.ObjectPool/Slot struct Slot_t179431562_marshaled_pinvoke { int32_t ___next_0; Il2CppIUnknown* ___obj_1; }; // Native definition for COM marshalling of XLua.ObjectPool/Slot struct Slot_t179431562_marshaled_com { int32_t ___next_0; Il2CppIUnknown* ___obj_1; }; #endif // SLOT_T179431562_H #ifndef 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 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 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 INTPTR_T_H #define INTPTR_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IntPtr struct IntPtr_t { public: // System.Void* System.IntPtr::m_value void* ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(IntPtr_t, ___m_value_0)); } inline void* get_m_value_0() const { return ___m_value_0; } inline void** get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(void* value) { ___m_value_0 = value; } }; struct IntPtr_t_StaticFields { public: // System.IntPtr System.IntPtr::Zero intptr_t ___Zero_1; public: inline static int32_t get_offset_of_Zero_1() { return static_cast(offsetof(IntPtr_t_StaticFields, ___Zero_1)); } inline intptr_t get_Zero_1() const { return ___Zero_1; } inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; } inline void set_Zero_1(intptr_t value) { ___Zero_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INTPTR_T_H #ifndef VOID_T1185182177_H #define VOID_T1185182177_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void struct Void_t1185182177 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VOID_T1185182177_H #ifndef 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 UINT64_T4134040092_H #define UINT64_T4134040092_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UInt64 struct UInt64_t4134040092 { public: // System.UInt64 System.UInt64::m_value uint64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt64_t4134040092, ___m_value_0)); } inline uint64_t get_m_value_0() const { return ___m_value_0; } inline uint64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint64_t value) { ___m_value_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UINT64_T4134040092_H #ifndef 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 INT64_T3736567304_H #define INT64_T3736567304_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int64 struct Int64_t3736567304 { public: // System.Int64 System.Int64::m_value int64_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Int64_t3736567304, ___m_value_2)); } inline int64_t get_m_value_2() const { return ___m_value_2; } inline int64_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(int64_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INT64_T3736567304_H #ifndef PRINCIPALPOLICY_T1761212333_H #define PRINCIPALPOLICY_T1761212333_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Principal.PrincipalPolicy struct PrincipalPolicy_t1761212333 { public: // System.Int32 System.Security.Principal.PrincipalPolicy::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(PrincipalPolicy_t1761212333, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PRINCIPALPOLICY_T1761212333_H #ifndef 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 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 INVALIDPROGRAMEXCEPTION_T3836716986_H #define INVALIDPROGRAMEXCEPTION_T3836716986_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.InvalidProgramException struct InvalidProgramException_t3836716986 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INVALIDPROGRAMEXCEPTION_T3836716986_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 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 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 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 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 INVALIDOPERATIONEXCEPTION_T56020091_H #define INVALIDOPERATIONEXCEPTION_T56020091_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.InvalidOperationException struct InvalidOperationException_t56020091 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INVALIDOPERATIONEXCEPTION_T56020091_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 U3CGETKEYSU3EC__ITERATOR0_T3432870881_H #define U3CGETKEYSU3EC__ITERATOR0_T3432870881_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.LuaTable/c__Iterator0 struct U3CGetKeysU3Ec__Iterator0_t3432870881 : public RuntimeObject { public: // System.IntPtr XLua.LuaTable/c__Iterator0::__0 intptr_t ___U3CLU3E__0_0; // XLua.ObjectTranslator XLua.LuaTable/c__Iterator0::__0 ObjectTranslator_t2020767555 * ___U3CtranslatorU3E__0_1; // System.Int32 XLua.LuaTable/c__Iterator0::__0 int32_t ___U3ColdTopU3E__0_2; // XLua.LuaTable XLua.LuaTable/c__Iterator0::$this LuaTable_t1631611336 * ___U24this_3; // System.Object XLua.LuaTable/c__Iterator0::$current RuntimeObject * ___U24current_4; // System.Boolean XLua.LuaTable/c__Iterator0::$disposing bool ___U24disposing_5; // System.Int32 XLua.LuaTable/c__Iterator0::$PC int32_t ___U24PC_6; public: inline static int32_t get_offset_of_U3CLU3E__0_0() { return static_cast(offsetof(U3CGetKeysU3Ec__Iterator0_t3432870881, ___U3CLU3E__0_0)); } inline intptr_t get_U3CLU3E__0_0() const { return ___U3CLU3E__0_0; } inline intptr_t* get_address_of_U3CLU3E__0_0() { return &___U3CLU3E__0_0; } inline void set_U3CLU3E__0_0(intptr_t value) { ___U3CLU3E__0_0 = value; } inline static int32_t get_offset_of_U3CtranslatorU3E__0_1() { return static_cast(offsetof(U3CGetKeysU3Ec__Iterator0_t3432870881, ___U3CtranslatorU3E__0_1)); } inline ObjectTranslator_t2020767555 * get_U3CtranslatorU3E__0_1() const { return ___U3CtranslatorU3E__0_1; } inline ObjectTranslator_t2020767555 ** get_address_of_U3CtranslatorU3E__0_1() { return &___U3CtranslatorU3E__0_1; } inline void set_U3CtranslatorU3E__0_1(ObjectTranslator_t2020767555 * value) { ___U3CtranslatorU3E__0_1 = value; Il2CppCodeGenWriteBarrier((&___U3CtranslatorU3E__0_1), value); } inline static int32_t get_offset_of_U3ColdTopU3E__0_2() { return static_cast(offsetof(U3CGetKeysU3Ec__Iterator0_t3432870881, ___U3ColdTopU3E__0_2)); } inline int32_t get_U3ColdTopU3E__0_2() const { return ___U3ColdTopU3E__0_2; } inline int32_t* get_address_of_U3ColdTopU3E__0_2() { return &___U3ColdTopU3E__0_2; } inline void set_U3ColdTopU3E__0_2(int32_t value) { ___U3ColdTopU3E__0_2 = value; } inline static int32_t get_offset_of_U24this_3() { return static_cast(offsetof(U3CGetKeysU3Ec__Iterator0_t3432870881, ___U24this_3)); } inline LuaTable_t1631611336 * get_U24this_3() const { return ___U24this_3; } inline LuaTable_t1631611336 ** get_address_of_U24this_3() { return &___U24this_3; } inline void set_U24this_3(LuaTable_t1631611336 * value) { ___U24this_3 = value; Il2CppCodeGenWriteBarrier((&___U24this_3), value); } inline static int32_t get_offset_of_U24current_4() { return static_cast(offsetof(U3CGetKeysU3Ec__Iterator0_t3432870881, ___U24current_4)); } inline RuntimeObject * get_U24current_4() const { return ___U24current_4; } inline RuntimeObject ** get_address_of_U24current_4() { return &___U24current_4; } inline void set_U24current_4(RuntimeObject * value) { ___U24current_4 = value; Il2CppCodeGenWriteBarrier((&___U24current_4), value); } inline static int32_t get_offset_of_U24disposing_5() { return static_cast(offsetof(U3CGetKeysU3Ec__Iterator0_t3432870881, ___U24disposing_5)); } inline bool get_U24disposing_5() const { return ___U24disposing_5; } inline bool* get_address_of_U24disposing_5() { return &___U24disposing_5; } inline void set_U24disposing_5(bool value) { ___U24disposing_5 = value; } inline static int32_t get_offset_of_U24PC_6() { return static_cast(offsetof(U3CGetKeysU3Ec__Iterator0_t3432870881, ___U24PC_6)); } inline int32_t get_U24PC_6() const { return ___U24PC_6; } inline int32_t* get_address_of_U24PC_6() { return &___U24PC_6; } inline void set_U24PC_6(int32_t value) { ___U24PC_6 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CGETKEYSU3EC__ITERATOR0_T3432870881_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 RAY2D_T2082843914_H #define RAY2D_T2082843914_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Ray2D struct Ray2D_t2082843914 { public: // UnityEngine.Vector2 UnityEngine.Ray2D::m_Origin Vector2_t2156229523 ___m_Origin_0; // UnityEngine.Vector2 UnityEngine.Ray2D::m_Direction Vector2_t2156229523 ___m_Direction_1; public: inline static int32_t get_offset_of_m_Origin_0() { return static_cast(offsetof(Ray2D_t2082843914, ___m_Origin_0)); } inline Vector2_t2156229523 get_m_Origin_0() const { return ___m_Origin_0; } inline Vector2_t2156229523 * get_address_of_m_Origin_0() { return &___m_Origin_0; } inline void set_m_Origin_0(Vector2_t2156229523 value) { ___m_Origin_0 = value; } inline static int32_t get_offset_of_m_Direction_1() { return static_cast(offsetof(Ray2D_t2082843914, ___m_Direction_1)); } inline Vector2_t2156229523 get_m_Direction_1() const { return ___m_Direction_1; } inline Vector2_t2156229523 * get_address_of_m_Direction_1() { return &___m_Direction_1; } inline void set_m_Direction_1(Vector2_t2156229523 value) { ___m_Direction_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RAY2D_T2082843914_H #ifndef AUTOPLAY_T1346164433_H #define AUTOPLAY_T1346164433_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.AutoPlay struct AutoPlay_t1346164433 { public: // System.Int32 DG.Tweening.AutoPlay::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(AutoPlay_t1346164433, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // AUTOPLAY_T1346164433_H #ifndef LOGBEHAVIOUR_T1548882435_H #define LOGBEHAVIOUR_T1548882435_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.LogBehaviour struct LogBehaviour_t1548882435 { public: // System.Int32 DG.Tweening.LogBehaviour::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(LogBehaviour_t1548882435, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LOGBEHAVIOUR_T1548882435_H #ifndef 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 ASSEMBLY_T_H #define ASSEMBLY_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Assembly struct Assembly_t : public RuntimeObject { public: // System.IntPtr System.Reflection.Assembly::_mono_assembly intptr_t ____mono_assembly_0; // System.Reflection.Assembly/ResolveEventHolder System.Reflection.Assembly::resolve_event_holder ResolveEventHolder_t2120639521 * ___resolve_event_holder_1; // System.Security.Policy.Evidence System.Reflection.Assembly::_evidence Evidence_t2008144148 * ____evidence_2; // System.Security.PermissionSet System.Reflection.Assembly::_minimum PermissionSet_t223948603 * ____minimum_3; // System.Security.PermissionSet System.Reflection.Assembly::_optional PermissionSet_t223948603 * ____optional_4; // System.Security.PermissionSet System.Reflection.Assembly::_refuse PermissionSet_t223948603 * ____refuse_5; // System.Security.PermissionSet System.Reflection.Assembly::_granted PermissionSet_t223948603 * ____granted_6; // System.Security.PermissionSet System.Reflection.Assembly::_denied PermissionSet_t223948603 * ____denied_7; // System.Boolean System.Reflection.Assembly::fromByteArray bool ___fromByteArray_8; // System.String System.Reflection.Assembly::assemblyName String_t* ___assemblyName_9; public: inline static int32_t get_offset_of__mono_assembly_0() { return static_cast(offsetof(Assembly_t, ____mono_assembly_0)); } inline intptr_t get__mono_assembly_0() const { return ____mono_assembly_0; } inline intptr_t* get_address_of__mono_assembly_0() { return &____mono_assembly_0; } inline void set__mono_assembly_0(intptr_t value) { ____mono_assembly_0 = value; } inline static int32_t get_offset_of_resolve_event_holder_1() { return static_cast(offsetof(Assembly_t, ___resolve_event_holder_1)); } inline ResolveEventHolder_t2120639521 * get_resolve_event_holder_1() const { return ___resolve_event_holder_1; } inline ResolveEventHolder_t2120639521 ** get_address_of_resolve_event_holder_1() { return &___resolve_event_holder_1; } inline void set_resolve_event_holder_1(ResolveEventHolder_t2120639521 * value) { ___resolve_event_holder_1 = value; Il2CppCodeGenWriteBarrier((&___resolve_event_holder_1), value); } inline static int32_t get_offset_of__evidence_2() { return static_cast(offsetof(Assembly_t, ____evidence_2)); } inline Evidence_t2008144148 * get__evidence_2() const { return ____evidence_2; } inline Evidence_t2008144148 ** get_address_of__evidence_2() { return &____evidence_2; } inline void set__evidence_2(Evidence_t2008144148 * value) { ____evidence_2 = value; Il2CppCodeGenWriteBarrier((&____evidence_2), value); } inline static int32_t get_offset_of__minimum_3() { return static_cast(offsetof(Assembly_t, ____minimum_3)); } inline PermissionSet_t223948603 * get__minimum_3() const { return ____minimum_3; } inline PermissionSet_t223948603 ** get_address_of__minimum_3() { return &____minimum_3; } inline void set__minimum_3(PermissionSet_t223948603 * value) { ____minimum_3 = value; Il2CppCodeGenWriteBarrier((&____minimum_3), value); } inline static int32_t get_offset_of__optional_4() { return static_cast(offsetof(Assembly_t, ____optional_4)); } inline PermissionSet_t223948603 * get__optional_4() const { return ____optional_4; } inline PermissionSet_t223948603 ** get_address_of__optional_4() { return &____optional_4; } inline void set__optional_4(PermissionSet_t223948603 * value) { ____optional_4 = value; Il2CppCodeGenWriteBarrier((&____optional_4), value); } inline static int32_t get_offset_of__refuse_5() { return static_cast(offsetof(Assembly_t, ____refuse_5)); } inline PermissionSet_t223948603 * get__refuse_5() const { return ____refuse_5; } inline PermissionSet_t223948603 ** get_address_of__refuse_5() { return &____refuse_5; } inline void set__refuse_5(PermissionSet_t223948603 * value) { ____refuse_5 = value; Il2CppCodeGenWriteBarrier((&____refuse_5), value); } inline static int32_t get_offset_of__granted_6() { return static_cast(offsetof(Assembly_t, ____granted_6)); } inline PermissionSet_t223948603 * get__granted_6() const { return ____granted_6; } inline PermissionSet_t223948603 ** get_address_of__granted_6() { return &____granted_6; } inline void set__granted_6(PermissionSet_t223948603 * value) { ____granted_6 = value; Il2CppCodeGenWriteBarrier((&____granted_6), value); } inline static int32_t get_offset_of__denied_7() { return static_cast(offsetof(Assembly_t, ____denied_7)); } inline PermissionSet_t223948603 * get__denied_7() const { return ____denied_7; } inline PermissionSet_t223948603 ** get_address_of__denied_7() { return &____denied_7; } inline void set__denied_7(PermissionSet_t223948603 * value) { ____denied_7 = value; Il2CppCodeGenWriteBarrier((&____denied_7), value); } inline static int32_t get_offset_of_fromByteArray_8() { return static_cast(offsetof(Assembly_t, ___fromByteArray_8)); } inline bool get_fromByteArray_8() const { return ___fromByteArray_8; } inline bool* get_address_of_fromByteArray_8() { return &___fromByteArray_8; } inline void set_fromByteArray_8(bool value) { ___fromByteArray_8 = value; } inline static int32_t get_offset_of_assemblyName_9() { return static_cast(offsetof(Assembly_t, ___assemblyName_9)); } inline String_t* get_assemblyName_9() const { return ___assemblyName_9; } inline String_t** get_address_of_assemblyName_9() { return &___assemblyName_9; } inline void set_assemblyName_9(String_t* value) { ___assemblyName_9 = value; Il2CppCodeGenWriteBarrier((&___assemblyName_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASSEMBLY_T_H #ifndef 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 RAY_T3785851493_H #define RAY_T3785851493_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Ray struct Ray_t3785851493 { public: // UnityEngine.Vector3 UnityEngine.Ray::m_Origin Vector3_t3722313464 ___m_Origin_0; // UnityEngine.Vector3 UnityEngine.Ray::m_Direction Vector3_t3722313464 ___m_Direction_1; public: inline static int32_t get_offset_of_m_Origin_0() { return static_cast(offsetof(Ray_t3785851493, ___m_Origin_0)); } inline Vector3_t3722313464 get_m_Origin_0() const { return ___m_Origin_0; } inline Vector3_t3722313464 * get_address_of_m_Origin_0() { return &___m_Origin_0; } inline void set_m_Origin_0(Vector3_t3722313464 value) { ___m_Origin_0 = value; } inline static int32_t get_offset_of_m_Direction_1() { return static_cast(offsetof(Ray_t3785851493, ___m_Direction_1)); } inline Vector3_t3722313464 get_m_Direction_1() const { return ___m_Direction_1; } inline Vector3_t3722313464 * get_address_of_m_Direction_1() { return &___m_Direction_1; } inline void set_m_Direction_1(Vector3_t3722313464 value) { ___m_Direction_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RAY_T3785851493_H #ifndef ENUMERATOR_T3923002270_H #define ENUMERATOR_T3923002270_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/Enumerator struct Enumerator_t3923002270 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_t1968819495 * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::next int32_t ___next_1; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::stamp int32_t ___stamp_2; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::current KeyValuePair_2_t71524366 ___current_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t3923002270, ___dictionary_0)); } inline Dictionary_2_t1968819495 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t1968819495 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t1968819495 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((&___dictionary_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t3923002270, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_stamp_2() { return static_cast(offsetof(Enumerator_t3923002270, ___stamp_2)); } inline int32_t get_stamp_2() const { return ___stamp_2; } inline int32_t* get_address_of_stamp_2() { return &___stamp_2; } inline void set_stamp_2(int32_t value) { ___stamp_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t3923002270, ___current_3)); } inline KeyValuePair_2_t71524366 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t71524366 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t71524366 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T3923002270_H #ifndef ENUMERATOR_T2177782822_H #define ENUMERATOR_T2177782822_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/Enumerator struct Enumerator_t2177782822 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_t223600047 * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::next int32_t ___next_1; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::stamp int32_t ___stamp_2; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::current KeyValuePair_2_t2621272214 ___current_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t2177782822, ___dictionary_0)); } inline Dictionary_2_t223600047 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t223600047 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t223600047 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((&___dictionary_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t2177782822, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_stamp_2() { return static_cast(offsetof(Enumerator_t2177782822, ___stamp_2)); } inline int32_t get_stamp_2() const { return ___stamp_2; } inline int32_t* get_address_of_stamp_2() { return &___stamp_2; } inline void set_stamp_2(int32_t value) { ___stamp_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t2177782822, ___current_3)); } inline KeyValuePair_2_t2621272214 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t2621272214 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t2621272214 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T2177782822_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 WEAKREFERENCE_T1334886716_H #define WEAKREFERENCE_T1334886716_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.WeakReference struct WeakReference_t1334886716 : public RuntimeObject { public: // System.Boolean System.WeakReference::isLongReference bool ___isLongReference_0; // System.Runtime.InteropServices.GCHandle System.WeakReference::gcHandle GCHandle_t3351438187 ___gcHandle_1; public: inline static int32_t get_offset_of_isLongReference_0() { return static_cast(offsetof(WeakReference_t1334886716, ___isLongReference_0)); } inline bool get_isLongReference_0() const { return ___isLongReference_0; } inline bool* get_address_of_isLongReference_0() { return &___isLongReference_0; } inline void set_isLongReference_0(bool value) { ___isLongReference_0 = value; } inline static int32_t get_offset_of_gcHandle_1() { return static_cast(offsetof(WeakReference_t1334886716, ___gcHandle_1)); } inline GCHandle_t3351438187 get_gcHandle_1() const { return ___gcHandle_1; } inline GCHandle_t3351438187 * get_address_of_gcHandle_1() { return &___gcHandle_1; } inline void set_gcHandle_1(GCHandle_t3351438187 value) { ___gcHandle_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WEAKREFERENCE_T1334886716_H #ifndef LOGLEVEL_T596865025_H #define LOGLEVEL_T596865025_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator/LOGLEVEL struct LOGLEVEL_t596865025 { public: // System.Int32 XLua.ObjectTranslator/LOGLEVEL::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(LOGLEVEL_t596865025, ___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 // LOGLEVEL_T596865025_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 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 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 CONSTRUCTORINFO_T5769829_H #define CONSTRUCTORINFO_T5769829_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.ConstructorInfo struct ConstructorInfo_t5769829 : public MethodBase_t { public: public: }; struct ConstructorInfo_t5769829_StaticFields { public: // System.String System.Reflection.ConstructorInfo::ConstructorName String_t* ___ConstructorName_0; // System.String System.Reflection.ConstructorInfo::TypeConstructorName String_t* ___TypeConstructorName_1; public: inline static int32_t get_offset_of_ConstructorName_0() { return static_cast(offsetof(ConstructorInfo_t5769829_StaticFields, ___ConstructorName_0)); } inline String_t* get_ConstructorName_0() const { return ___ConstructorName_0; } inline String_t** get_address_of_ConstructorName_0() { return &___ConstructorName_0; } inline void set_ConstructorName_0(String_t* value) { ___ConstructorName_0 = value; Il2CppCodeGenWriteBarrier((&___ConstructorName_0), value); } inline static int32_t get_offset_of_TypeConstructorName_1() { return static_cast(offsetof(ConstructorInfo_t5769829_StaticFields, ___TypeConstructorName_1)); } inline String_t* get_TypeConstructorName_1() const { return ___TypeConstructorName_1; } inline String_t** get_address_of_TypeConstructorName_1() { return &___TypeConstructorName_1; } inline void set_TypeConstructorName_1(String_t* value) { ___TypeConstructorName_1 = value; Il2CppCodeGenWriteBarrier((&___TypeConstructorName_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONSTRUCTORINFO_T5769829_H #ifndef 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 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 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 PARAMETERATTRIBUTES_T1826424051_H #define PARAMETERATTRIBUTES_T1826424051_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.ParameterAttributes struct ParameterAttributes_t1826424051 { public: // System.Int32 System.Reflection.ParameterAttributes::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ParameterAttributes_t1826424051, ___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 // PARAMETERATTRIBUTES_T1826424051_H #ifndef LUATHREADSTATUS_T1403746340_H #define LUATHREADSTATUS_T1403746340_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.LuaThreadStatus struct LuaThreadStatus_t1403746340 { public: // System.Int32 XLua.LuaThreadStatus::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(LuaThreadStatus_t1403746340, ___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 // LUATHREADSTATUS_T1403746340_H #ifndef NOTSUPPORTEDEXCEPTION_T1314879016_H #define NOTSUPPORTEDEXCEPTION_T1314879016_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.NotSupportedException struct NotSupportedException_t1314879016 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NOTSUPPORTEDEXCEPTION_T1314879016_H #ifndef 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 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 INVALIDCASTEXCEPTION_T3927145244_H #define INVALIDCASTEXCEPTION_T3927145244_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.InvalidCastException struct InvalidCastException_t3927145244 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INVALIDCASTEXCEPTION_T3927145244_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 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 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 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 MEMBERTYPES_T3790569052_H #define MEMBERTYPES_T3790569052_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MemberTypes struct MemberTypes_t3790569052 { public: // System.Int32 System.Reflection.MemberTypes::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(MemberTypes_t3790569052, ___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 // MEMBERTYPES_T3790569052_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 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 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 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 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 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 LAZYMEMBERTYPES_T2012944209_H #define LAZYMEMBERTYPES_T2012944209_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.LazyMemberTypes struct LazyMemberTypes_t2012944209 { public: // System.Int32 XLua.LazyMemberTypes::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(LazyMemberTypes_t2012944209, ___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 // LAZYMEMBERTYPES_T2012944209_H #ifndef LUAGCOPTIONS_T3723917616_H #define LUAGCOPTIONS_T3723917616_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.LuaGCOptions struct LuaGCOptions_t3723917616 { public: // System.Int32 XLua.LuaGCOptions::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(LuaGCOptions_t3723917616, ___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 // LUAGCOPTIONS_T3723917616_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 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 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 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 PARAMETERINFO_T1861056598_H #define PARAMETERINFO_T1861056598_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.ParameterInfo struct ParameterInfo_t1861056598 : public RuntimeObject { public: // System.Type System.Reflection.ParameterInfo::ClassImpl Type_t * ___ClassImpl_0; // System.Object System.Reflection.ParameterInfo::DefaultValueImpl RuntimeObject * ___DefaultValueImpl_1; // System.Reflection.MemberInfo System.Reflection.ParameterInfo::MemberImpl MemberInfo_t * ___MemberImpl_2; // System.String System.Reflection.ParameterInfo::NameImpl String_t* ___NameImpl_3; // System.Int32 System.Reflection.ParameterInfo::PositionImpl int32_t ___PositionImpl_4; // System.Reflection.ParameterAttributes System.Reflection.ParameterInfo::AttrsImpl int32_t ___AttrsImpl_5; // System.Reflection.Emit.UnmanagedMarshal System.Reflection.ParameterInfo::marshalAs UnmanagedMarshal_t984015687 * ___marshalAs_6; public: inline static int32_t get_offset_of_ClassImpl_0() { return static_cast(offsetof(ParameterInfo_t1861056598, ___ClassImpl_0)); } inline Type_t * get_ClassImpl_0() const { return ___ClassImpl_0; } inline Type_t ** get_address_of_ClassImpl_0() { return &___ClassImpl_0; } inline void set_ClassImpl_0(Type_t * value) { ___ClassImpl_0 = value; Il2CppCodeGenWriteBarrier((&___ClassImpl_0), value); } inline static int32_t get_offset_of_DefaultValueImpl_1() { return static_cast(offsetof(ParameterInfo_t1861056598, ___DefaultValueImpl_1)); } inline RuntimeObject * get_DefaultValueImpl_1() const { return ___DefaultValueImpl_1; } inline RuntimeObject ** get_address_of_DefaultValueImpl_1() { return &___DefaultValueImpl_1; } inline void set_DefaultValueImpl_1(RuntimeObject * value) { ___DefaultValueImpl_1 = value; Il2CppCodeGenWriteBarrier((&___DefaultValueImpl_1), value); } inline static int32_t get_offset_of_MemberImpl_2() { return static_cast(offsetof(ParameterInfo_t1861056598, ___MemberImpl_2)); } inline MemberInfo_t * get_MemberImpl_2() const { return ___MemberImpl_2; } inline MemberInfo_t ** get_address_of_MemberImpl_2() { return &___MemberImpl_2; } inline void set_MemberImpl_2(MemberInfo_t * value) { ___MemberImpl_2 = value; Il2CppCodeGenWriteBarrier((&___MemberImpl_2), value); } inline static int32_t get_offset_of_NameImpl_3() { return static_cast(offsetof(ParameterInfo_t1861056598, ___NameImpl_3)); } inline String_t* get_NameImpl_3() const { return ___NameImpl_3; } inline String_t** get_address_of_NameImpl_3() { return &___NameImpl_3; } inline void set_NameImpl_3(String_t* value) { ___NameImpl_3 = value; Il2CppCodeGenWriteBarrier((&___NameImpl_3), value); } inline static int32_t get_offset_of_PositionImpl_4() { return static_cast(offsetof(ParameterInfo_t1861056598, ___PositionImpl_4)); } inline int32_t get_PositionImpl_4() const { return ___PositionImpl_4; } inline int32_t* get_address_of_PositionImpl_4() { return &___PositionImpl_4; } inline void set_PositionImpl_4(int32_t value) { ___PositionImpl_4 = value; } inline static int32_t get_offset_of_AttrsImpl_5() { return static_cast(offsetof(ParameterInfo_t1861056598, ___AttrsImpl_5)); } inline int32_t get_AttrsImpl_5() const { return ___AttrsImpl_5; } inline int32_t* get_address_of_AttrsImpl_5() { return &___AttrsImpl_5; } inline void set_AttrsImpl_5(int32_t value) { ___AttrsImpl_5 = value; } inline static int32_t get_offset_of_marshalAs_6() { return static_cast(offsetof(ParameterInfo_t1861056598, ___marshalAs_6)); } inline UnmanagedMarshal_t984015687 * get_marshalAs_6() const { return ___marshalAs_6; } inline UnmanagedMarshal_t984015687 ** get_address_of_marshalAs_6() { return &___marshalAs_6; } inline void set_marshalAs_6(UnmanagedMarshal_t984015687 * value) { ___marshalAs_6 = value; Il2CppCodeGenWriteBarrier((&___marshalAs_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PARAMETERINFO_T1861056598_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 APPDOMAIN_T1571427825_H #define APPDOMAIN_T1571427825_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.AppDomain struct AppDomain_t1571427825 : public MarshalByRefObject_t2760389100 { public: // System.IntPtr System.AppDomain::_mono_app_domain intptr_t ____mono_app_domain_1; // System.Security.Policy.Evidence System.AppDomain::_evidence Evidence_t2008144148 * ____evidence_6; // System.Security.PermissionSet System.AppDomain::_granted PermissionSet_t223948603 * ____granted_7; // System.Security.Principal.PrincipalPolicy System.AppDomain::_principalPolicy int32_t ____principalPolicy_8; // System.AppDomainManager System.AppDomain::_domain_manager AppDomainManager_t1420869192 * ____domain_manager_11; // System.ActivationContext System.AppDomain::_activation ActivationContext_t976916018 * ____activation_12; // System.ApplicationIdentity System.AppDomain::_applicationIdentity ApplicationIdentity_t1917735356 * ____applicationIdentity_13; // System.AssemblyLoadEventHandler System.AppDomain::AssemblyLoad AssemblyLoadEventHandler_t107971893 * ___AssemblyLoad_14; // System.ResolveEventHandler System.AppDomain::AssemblyResolve ResolveEventHandler_t2775508208 * ___AssemblyResolve_15; // System.EventHandler System.AppDomain::DomainUnload EventHandler_t1348719766 * ___DomainUnload_16; // System.EventHandler System.AppDomain::ProcessExit EventHandler_t1348719766 * ___ProcessExit_17; // System.ResolveEventHandler System.AppDomain::ResourceResolve ResolveEventHandler_t2775508208 * ___ResourceResolve_18; // System.ResolveEventHandler System.AppDomain::TypeResolve ResolveEventHandler_t2775508208 * ___TypeResolve_19; // System.UnhandledExceptionEventHandler System.AppDomain::UnhandledException UnhandledExceptionEventHandler_t3101989324 * ___UnhandledException_20; // System.ResolveEventHandler System.AppDomain::ReflectionOnlyAssemblyResolve ResolveEventHandler_t2775508208 * ___ReflectionOnlyAssemblyResolve_21; public: inline static int32_t get_offset_of__mono_app_domain_1() { return static_cast(offsetof(AppDomain_t1571427825, ____mono_app_domain_1)); } inline intptr_t get__mono_app_domain_1() const { return ____mono_app_domain_1; } inline intptr_t* get_address_of__mono_app_domain_1() { return &____mono_app_domain_1; } inline void set__mono_app_domain_1(intptr_t value) { ____mono_app_domain_1 = value; } inline static int32_t get_offset_of__evidence_6() { return static_cast(offsetof(AppDomain_t1571427825, ____evidence_6)); } inline Evidence_t2008144148 * get__evidence_6() const { return ____evidence_6; } inline Evidence_t2008144148 ** get_address_of__evidence_6() { return &____evidence_6; } inline void set__evidence_6(Evidence_t2008144148 * value) { ____evidence_6 = value; Il2CppCodeGenWriteBarrier((&____evidence_6), value); } inline static int32_t get_offset_of__granted_7() { return static_cast(offsetof(AppDomain_t1571427825, ____granted_7)); } inline PermissionSet_t223948603 * get__granted_7() const { return ____granted_7; } inline PermissionSet_t223948603 ** get_address_of__granted_7() { return &____granted_7; } inline void set__granted_7(PermissionSet_t223948603 * value) { ____granted_7 = value; Il2CppCodeGenWriteBarrier((&____granted_7), value); } inline static int32_t get_offset_of__principalPolicy_8() { return static_cast(offsetof(AppDomain_t1571427825, ____principalPolicy_8)); } inline int32_t get__principalPolicy_8() const { return ____principalPolicy_8; } inline int32_t* get_address_of__principalPolicy_8() { return &____principalPolicy_8; } inline void set__principalPolicy_8(int32_t value) { ____principalPolicy_8 = value; } inline static int32_t get_offset_of__domain_manager_11() { return static_cast(offsetof(AppDomain_t1571427825, ____domain_manager_11)); } inline AppDomainManager_t1420869192 * get__domain_manager_11() const { return ____domain_manager_11; } inline AppDomainManager_t1420869192 ** get_address_of__domain_manager_11() { return &____domain_manager_11; } inline void set__domain_manager_11(AppDomainManager_t1420869192 * value) { ____domain_manager_11 = value; Il2CppCodeGenWriteBarrier((&____domain_manager_11), value); } inline static int32_t get_offset_of__activation_12() { return static_cast(offsetof(AppDomain_t1571427825, ____activation_12)); } inline ActivationContext_t976916018 * get__activation_12() const { return ____activation_12; } inline ActivationContext_t976916018 ** get_address_of__activation_12() { return &____activation_12; } inline void set__activation_12(ActivationContext_t976916018 * value) { ____activation_12 = value; Il2CppCodeGenWriteBarrier((&____activation_12), value); } inline static int32_t get_offset_of__applicationIdentity_13() { return static_cast(offsetof(AppDomain_t1571427825, ____applicationIdentity_13)); } inline ApplicationIdentity_t1917735356 * get__applicationIdentity_13() const { return ____applicationIdentity_13; } inline ApplicationIdentity_t1917735356 ** get_address_of__applicationIdentity_13() { return &____applicationIdentity_13; } inline void set__applicationIdentity_13(ApplicationIdentity_t1917735356 * value) { ____applicationIdentity_13 = value; Il2CppCodeGenWriteBarrier((&____applicationIdentity_13), value); } inline static int32_t get_offset_of_AssemblyLoad_14() { return static_cast(offsetof(AppDomain_t1571427825, ___AssemblyLoad_14)); } inline AssemblyLoadEventHandler_t107971893 * get_AssemblyLoad_14() const { return ___AssemblyLoad_14; } inline AssemblyLoadEventHandler_t107971893 ** get_address_of_AssemblyLoad_14() { return &___AssemblyLoad_14; } inline void set_AssemblyLoad_14(AssemblyLoadEventHandler_t107971893 * value) { ___AssemblyLoad_14 = value; Il2CppCodeGenWriteBarrier((&___AssemblyLoad_14), value); } inline static int32_t get_offset_of_AssemblyResolve_15() { return static_cast(offsetof(AppDomain_t1571427825, ___AssemblyResolve_15)); } inline ResolveEventHandler_t2775508208 * get_AssemblyResolve_15() const { return ___AssemblyResolve_15; } inline ResolveEventHandler_t2775508208 ** get_address_of_AssemblyResolve_15() { return &___AssemblyResolve_15; } inline void set_AssemblyResolve_15(ResolveEventHandler_t2775508208 * value) { ___AssemblyResolve_15 = value; Il2CppCodeGenWriteBarrier((&___AssemblyResolve_15), value); } inline static int32_t get_offset_of_DomainUnload_16() { return static_cast(offsetof(AppDomain_t1571427825, ___DomainUnload_16)); } inline EventHandler_t1348719766 * get_DomainUnload_16() const { return ___DomainUnload_16; } inline EventHandler_t1348719766 ** get_address_of_DomainUnload_16() { return &___DomainUnload_16; } inline void set_DomainUnload_16(EventHandler_t1348719766 * value) { ___DomainUnload_16 = value; Il2CppCodeGenWriteBarrier((&___DomainUnload_16), value); } inline static int32_t get_offset_of_ProcessExit_17() { return static_cast(offsetof(AppDomain_t1571427825, ___ProcessExit_17)); } inline EventHandler_t1348719766 * get_ProcessExit_17() const { return ___ProcessExit_17; } inline EventHandler_t1348719766 ** get_address_of_ProcessExit_17() { return &___ProcessExit_17; } inline void set_ProcessExit_17(EventHandler_t1348719766 * value) { ___ProcessExit_17 = value; Il2CppCodeGenWriteBarrier((&___ProcessExit_17), value); } inline static int32_t get_offset_of_ResourceResolve_18() { return static_cast(offsetof(AppDomain_t1571427825, ___ResourceResolve_18)); } inline ResolveEventHandler_t2775508208 * get_ResourceResolve_18() const { return ___ResourceResolve_18; } inline ResolveEventHandler_t2775508208 ** get_address_of_ResourceResolve_18() { return &___ResourceResolve_18; } inline void set_ResourceResolve_18(ResolveEventHandler_t2775508208 * value) { ___ResourceResolve_18 = value; Il2CppCodeGenWriteBarrier((&___ResourceResolve_18), value); } inline static int32_t get_offset_of_TypeResolve_19() { return static_cast(offsetof(AppDomain_t1571427825, ___TypeResolve_19)); } inline ResolveEventHandler_t2775508208 * get_TypeResolve_19() const { return ___TypeResolve_19; } inline ResolveEventHandler_t2775508208 ** get_address_of_TypeResolve_19() { return &___TypeResolve_19; } inline void set_TypeResolve_19(ResolveEventHandler_t2775508208 * value) { ___TypeResolve_19 = value; Il2CppCodeGenWriteBarrier((&___TypeResolve_19), value); } inline static int32_t get_offset_of_UnhandledException_20() { return static_cast(offsetof(AppDomain_t1571427825, ___UnhandledException_20)); } inline UnhandledExceptionEventHandler_t3101989324 * get_UnhandledException_20() const { return ___UnhandledException_20; } inline UnhandledExceptionEventHandler_t3101989324 ** get_address_of_UnhandledException_20() { return &___UnhandledException_20; } inline void set_UnhandledException_20(UnhandledExceptionEventHandler_t3101989324 * value) { ___UnhandledException_20 = value; Il2CppCodeGenWriteBarrier((&___UnhandledException_20), value); } inline static int32_t get_offset_of_ReflectionOnlyAssemblyResolve_21() { return static_cast(offsetof(AppDomain_t1571427825, ___ReflectionOnlyAssemblyResolve_21)); } inline ResolveEventHandler_t2775508208 * get_ReflectionOnlyAssemblyResolve_21() const { return ___ReflectionOnlyAssemblyResolve_21; } inline ResolveEventHandler_t2775508208 ** get_address_of_ReflectionOnlyAssemblyResolve_21() { return &___ReflectionOnlyAssemblyResolve_21; } inline void set_ReflectionOnlyAssemblyResolve_21(ResolveEventHandler_t2775508208 * value) { ___ReflectionOnlyAssemblyResolve_21 = value; Il2CppCodeGenWriteBarrier((&___ReflectionOnlyAssemblyResolve_21), value); } }; struct AppDomain_t1571427825_StaticFields { public: // System.String System.AppDomain::_process_guid String_t* ____process_guid_2; // System.AppDomain System.AppDomain::default_domain AppDomain_t1571427825 * ___default_domain_10; public: inline static int32_t get_offset_of__process_guid_2() { return static_cast(offsetof(AppDomain_t1571427825_StaticFields, ____process_guid_2)); } inline String_t* get__process_guid_2() const { return ____process_guid_2; } inline String_t** get_address_of__process_guid_2() { return &____process_guid_2; } inline void set__process_guid_2(String_t* value) { ____process_guid_2 = value; Il2CppCodeGenWriteBarrier((&____process_guid_2), value); } inline static int32_t get_offset_of_default_domain_10() { return static_cast(offsetof(AppDomain_t1571427825_StaticFields, ___default_domain_10)); } inline AppDomain_t1571427825 * get_default_domain_10() const { return ___default_domain_10; } inline AppDomain_t1571427825 ** get_address_of_default_domain_10() { return &___default_domain_10; } inline void set_default_domain_10(AppDomain_t1571427825 * value) { ___default_domain_10 = value; Il2CppCodeGenWriteBarrier((&___default_domain_10), value); } }; struct AppDomain_t1571427825_ThreadStaticFields { public: // System.Collections.Hashtable System.AppDomain::type_resolve_in_progress Hashtable_t1853889766 * ___type_resolve_in_progress_3; // System.Collections.Hashtable System.AppDomain::assembly_resolve_in_progress Hashtable_t1853889766 * ___assembly_resolve_in_progress_4; // System.Collections.Hashtable System.AppDomain::assembly_resolve_in_progress_refonly Hashtable_t1853889766 * ___assembly_resolve_in_progress_refonly_5; // System.Security.Principal.IPrincipal System.AppDomain::_principal RuntimeObject* ____principal_9; public: inline static int32_t get_offset_of_type_resolve_in_progress_3() { return static_cast(offsetof(AppDomain_t1571427825_ThreadStaticFields, ___type_resolve_in_progress_3)); } inline Hashtable_t1853889766 * get_type_resolve_in_progress_3() const { return ___type_resolve_in_progress_3; } inline Hashtable_t1853889766 ** get_address_of_type_resolve_in_progress_3() { return &___type_resolve_in_progress_3; } inline void set_type_resolve_in_progress_3(Hashtable_t1853889766 * value) { ___type_resolve_in_progress_3 = value; Il2CppCodeGenWriteBarrier((&___type_resolve_in_progress_3), value); } inline static int32_t get_offset_of_assembly_resolve_in_progress_4() { return static_cast(offsetof(AppDomain_t1571427825_ThreadStaticFields, ___assembly_resolve_in_progress_4)); } inline Hashtable_t1853889766 * get_assembly_resolve_in_progress_4() const { return ___assembly_resolve_in_progress_4; } inline Hashtable_t1853889766 ** get_address_of_assembly_resolve_in_progress_4() { return &___assembly_resolve_in_progress_4; } inline void set_assembly_resolve_in_progress_4(Hashtable_t1853889766 * value) { ___assembly_resolve_in_progress_4 = value; Il2CppCodeGenWriteBarrier((&___assembly_resolve_in_progress_4), value); } inline static int32_t get_offset_of_assembly_resolve_in_progress_refonly_5() { return static_cast(offsetof(AppDomain_t1571427825_ThreadStaticFields, ___assembly_resolve_in_progress_refonly_5)); } inline Hashtable_t1853889766 * get_assembly_resolve_in_progress_refonly_5() const { return ___assembly_resolve_in_progress_refonly_5; } inline Hashtable_t1853889766 ** get_address_of_assembly_resolve_in_progress_refonly_5() { return &___assembly_resolve_in_progress_refonly_5; } inline void set_assembly_resolve_in_progress_refonly_5(Hashtable_t1853889766 * value) { ___assembly_resolve_in_progress_refonly_5 = value; Il2CppCodeGenWriteBarrier((&___assembly_resolve_in_progress_refonly_5), value); } inline static int32_t get_offset_of__principal_9() { return static_cast(offsetof(AppDomain_t1571427825_ThreadStaticFields, ____principal_9)); } inline RuntimeObject* get__principal_9() const { return ____principal_9; } inline RuntimeObject** get_address_of__principal_9() { return &____principal_9; } inline void set__principal_9(RuntimeObject* value) { ____principal_9 = value; Il2CppCodeGenWriteBarrier((&____principal_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // APPDOMAIN_T1571427825_H #ifndef 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 QUATERNIONOPTIONS_T2974423933_H #define QUATERNIONOPTIONS_T2974423933_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Plugins.Options.QuaternionOptions struct QuaternionOptions_t2974423933 { public: // DG.Tweening.RotateMode DG.Tweening.Plugins.Options.QuaternionOptions::rotateMode int32_t ___rotateMode_0; // DG.Tweening.AxisConstraint DG.Tweening.Plugins.Options.QuaternionOptions::axisConstraint int32_t ___axisConstraint_1; // UnityEngine.Vector3 DG.Tweening.Plugins.Options.QuaternionOptions::up Vector3_t3722313464 ___up_2; public: inline static int32_t get_offset_of_rotateMode_0() { return static_cast(offsetof(QuaternionOptions_t2974423933, ___rotateMode_0)); } inline int32_t get_rotateMode_0() const { return ___rotateMode_0; } inline int32_t* get_address_of_rotateMode_0() { return &___rotateMode_0; } inline void set_rotateMode_0(int32_t value) { ___rotateMode_0 = value; } inline static int32_t get_offset_of_axisConstraint_1() { return static_cast(offsetof(QuaternionOptions_t2974423933, ___axisConstraint_1)); } inline int32_t get_axisConstraint_1() const { return ___axisConstraint_1; } inline int32_t* get_address_of_axisConstraint_1() { return &___axisConstraint_1; } inline void set_axisConstraint_1(int32_t value) { ___axisConstraint_1 = value; } inline static int32_t get_offset_of_up_2() { return static_cast(offsetof(QuaternionOptions_t2974423933, ___up_2)); } inline Vector3_t3722313464 get_up_2() const { return ___up_2; } inline Vector3_t3722313464 * get_address_of_up_2() { return &___up_2; } inline void set_up_2(Vector3_t3722313464 value) { ___up_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // QUATERNIONOPTIONS_T2974423933_H #ifndef STRINGOPTIONS_T3992490940_H #define STRINGOPTIONS_T3992490940_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Plugins.Options.StringOptions struct StringOptions_t3992490940 { public: // System.Boolean DG.Tweening.Plugins.Options.StringOptions::richTextEnabled bool ___richTextEnabled_0; // DG.Tweening.ScrambleMode DG.Tweening.Plugins.Options.StringOptions::scrambleMode int32_t ___scrambleMode_1; // System.Char[] DG.Tweening.Plugins.Options.StringOptions::scrambledChars CharU5BU5D_t3528271667* ___scrambledChars_2; // System.Int32 DG.Tweening.Plugins.Options.StringOptions::startValueStrippedLength int32_t ___startValueStrippedLength_3; // System.Int32 DG.Tweening.Plugins.Options.StringOptions::changeValueStrippedLength int32_t ___changeValueStrippedLength_4; public: inline static int32_t get_offset_of_richTextEnabled_0() { return static_cast(offsetof(StringOptions_t3992490940, ___richTextEnabled_0)); } inline bool get_richTextEnabled_0() const { return ___richTextEnabled_0; } inline bool* get_address_of_richTextEnabled_0() { return &___richTextEnabled_0; } inline void set_richTextEnabled_0(bool value) { ___richTextEnabled_0 = value; } inline static int32_t get_offset_of_scrambleMode_1() { return static_cast(offsetof(StringOptions_t3992490940, ___scrambleMode_1)); } inline int32_t get_scrambleMode_1() const { return ___scrambleMode_1; } inline int32_t* get_address_of_scrambleMode_1() { return &___scrambleMode_1; } inline void set_scrambleMode_1(int32_t value) { ___scrambleMode_1 = value; } inline static int32_t get_offset_of_scrambledChars_2() { return static_cast(offsetof(StringOptions_t3992490940, ___scrambledChars_2)); } inline CharU5BU5D_t3528271667* get_scrambledChars_2() const { return ___scrambledChars_2; } inline CharU5BU5D_t3528271667** get_address_of_scrambledChars_2() { return &___scrambledChars_2; } inline void set_scrambledChars_2(CharU5BU5D_t3528271667* value) { ___scrambledChars_2 = value; Il2CppCodeGenWriteBarrier((&___scrambledChars_2), value); } inline static int32_t get_offset_of_startValueStrippedLength_3() { return static_cast(offsetof(StringOptions_t3992490940, ___startValueStrippedLength_3)); } inline int32_t get_startValueStrippedLength_3() const { return ___startValueStrippedLength_3; } inline int32_t* get_address_of_startValueStrippedLength_3() { return &___startValueStrippedLength_3; } inline void set_startValueStrippedLength_3(int32_t value) { ___startValueStrippedLength_3 = value; } inline static int32_t get_offset_of_changeValueStrippedLength_4() { return static_cast(offsetof(StringOptions_t3992490940, ___changeValueStrippedLength_4)); } inline int32_t get_changeValueStrippedLength_4() const { return ___changeValueStrippedLength_4; } inline int32_t* get_address_of_changeValueStrippedLength_4() { return &___changeValueStrippedLength_4; } inline void set_changeValueStrippedLength_4(int32_t value) { ___changeValueStrippedLength_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of DG.Tweening.Plugins.Options.StringOptions struct StringOptions_t3992490940_marshaled_pinvoke { int32_t ___richTextEnabled_0; int32_t ___scrambleMode_1; uint8_t* ___scrambledChars_2; int32_t ___startValueStrippedLength_3; int32_t ___changeValueStrippedLength_4; }; // Native definition for COM marshalling of DG.Tweening.Plugins.Options.StringOptions struct StringOptions_t3992490940_marshaled_com { int32_t ___richTextEnabled_0; int32_t ___scrambleMode_1; uint8_t* ___scrambledChars_2; int32_t ___startValueStrippedLength_3; int32_t ___changeValueStrippedLength_4; }; #endif // STRINGOPTIONS_T3992490940_H #ifndef 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 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 VECTOROPTIONS_T1354903650_H #define VECTOROPTIONS_T1354903650_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Plugins.Options.VectorOptions struct VectorOptions_t1354903650 { public: // DG.Tweening.AxisConstraint DG.Tweening.Plugins.Options.VectorOptions::axisConstraint int32_t ___axisConstraint_0; // System.Boolean DG.Tweening.Plugins.Options.VectorOptions::snapping bool ___snapping_1; public: inline static int32_t get_offset_of_axisConstraint_0() { return static_cast(offsetof(VectorOptions_t1354903650, ___axisConstraint_0)); } inline int32_t get_axisConstraint_0() const { return ___axisConstraint_0; } inline int32_t* get_address_of_axisConstraint_0() { return &___axisConstraint_0; } inline void set_axisConstraint_0(int32_t value) { ___axisConstraint_0 = value; } inline static int32_t get_offset_of_snapping_1() { return static_cast(offsetof(VectorOptions_t1354903650, ___snapping_1)); } inline bool get_snapping_1() const { return ___snapping_1; } inline bool* get_address_of_snapping_1() { return &___snapping_1; } inline void set_snapping_1(bool value) { ___snapping_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of DG.Tweening.Plugins.Options.VectorOptions struct VectorOptions_t1354903650_marshaled_pinvoke { int32_t ___axisConstraint_0; int32_t ___snapping_1; }; // Native definition for COM marshalling of DG.Tweening.Plugins.Options.VectorOptions struct VectorOptions_t1354903650_marshaled_com { int32_t ___axisConstraint_0; int32_t ___snapping_1; }; #endif // VECTOROPTIONS_T1354903650_H #ifndef MULTICASTDELEGATE_T_H #define MULTICASTDELEGATE_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.MulticastDelegate struct MulticastDelegate_t : public Delegate_t1188392813 { public: // System.MulticastDelegate System.MulticastDelegate::prev MulticastDelegate_t * ___prev_9; // System.MulticastDelegate System.MulticastDelegate::kpm_next MulticastDelegate_t * ___kpm_next_10; public: inline static int32_t get_offset_of_prev_9() { return static_cast(offsetof(MulticastDelegate_t, ___prev_9)); } inline MulticastDelegate_t * get_prev_9() const { return ___prev_9; } inline MulticastDelegate_t ** get_address_of_prev_9() { return &___prev_9; } inline void set_prev_9(MulticastDelegate_t * value) { ___prev_9 = value; Il2CppCodeGenWriteBarrier((&___prev_9), value); } inline static int32_t get_offset_of_kpm_next_10() { return static_cast(offsetof(MulticastDelegate_t, ___kpm_next_10)); } inline MulticastDelegate_t * get_kpm_next_10() const { return ___kpm_next_10; } inline MulticastDelegate_t ** get_address_of_kpm_next_10() { return &___kpm_next_10; } inline void set_kpm_next_10(MulticastDelegate_t * value) { ___kpm_next_10 = value; Il2CppCodeGenWriteBarrier((&___kpm_next_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MULTICASTDELEGATE_T_H #ifndef 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 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 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 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 LUACALLCSHARPATTRIBUTE_T1599601720_H #define LUACALLCSHARPATTRIBUTE_T1599601720_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.LuaCallCSharpAttribute struct LuaCallCSharpAttribute_t1599601720 : public Attribute_t861562559 { public: // XLua.GenFlag XLua.LuaCallCSharpAttribute::flag int32_t ___flag_0; public: inline static int32_t get_offset_of_flag_0() { return static_cast(offsetof(LuaCallCSharpAttribute_t1599601720, ___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 // LUACALLCSHARPATTRIBUTE_T1599601720_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 PUSHCSOBJECT_T2825347334_H #define PUSHCSOBJECT_T2825347334_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator/PushCSObject struct PushCSObject_t2825347334 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PUSHCSOBJECT_T2825347334_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 GETCSOBJECT_T754952527_H #define GETCSOBJECT_T754952527_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator/GetCSObject struct GetCSObject_t754952527 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GETCSOBJECT_T754952527_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 UPDATECSOBJECT_T4262194437_H #define UPDATECSOBJECT_T4262194437_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectTranslator/UpdateCSObject struct UpdateCSObject_t4262194437 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UPDATECSOBJECT_T4262194437_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_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_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 __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_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_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 FUNC_2_T3692615456_H #define FUNC_2_T3692615456_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Func`2 struct Func_2_t3692615456 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FUNC_2_T3692615456_H #ifndef FUNC_2_T2046212999_H #define FUNC_2_T2046212999_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Func`2 struct Func_2_t2046212999 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FUNC_2_T2046212999_H #ifndef FUNC_2_T3487522507_H #define FUNC_2_T3487522507_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Func`2 struct Func_2_t3487522507 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FUNC_2_T3487522507_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 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_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_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_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_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 __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_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_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_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_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 FUNC_2_T3759279471_H #define FUNC_2_T3759279471_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Func`2 struct Func_2_t3759279471 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FUNC_2_T3759279471_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_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 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_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 __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_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 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 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 __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 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 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 __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 __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_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_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_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 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_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_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 ACTION_2_T3161010_H #define ACTION_2_T3161010_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_t3161010 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_2_T3161010_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 FUNC_2_T982659231_H #define FUNC_2_T982659231_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Func`2 struct Func_2_t982659231 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FUNC_2_T982659231_H #ifndef OBJECTCAST_T2869028929_H #define OBJECTCAST_T2869028929_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectCast struct ObjectCast_t2869028929 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // OBJECTCAST_T2869028929_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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 __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_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 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 __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 FUNC_3_T3175775510_H #define FUNC_3_T3175775510_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_t3175775510 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FUNC_3_T3175775510_H #ifndef ACTION_1_T1012617776_H #define ACTION_1_T1012617776_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_t1012617776 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTION_1_T1012617776_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 CUSTOMLOADER_T465830221_H #define CUSTOMLOADER_T465830221_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.LuaEnv/CustomLoader struct CustomLoader_t465830221 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CUSTOMLOADER_T465830221_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_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_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_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 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_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_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_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 OBJECTCHECK_T3971088829_H #define OBJECTCHECK_T3971088829_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // XLua.ObjectCheck struct ObjectCheck_t3971088829 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // OBJECTCHECK_T3971088829_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_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 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 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 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 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_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_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_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_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_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 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_T884556411_H #define TWEENERCORE_3_T884556411_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_t884556411 : public Tweener_t436044680 { public: // T2 DG.Tweening.Core.TweenerCore`3::startValue float ___startValue_55; // T2 DG.Tweening.Core.TweenerCore`3::endValue float ___endValue_56; // T2 DG.Tweening.Core.TweenerCore`3::changeValue float ___changeValue_57; // TPlugOptions DG.Tweening.Core.TweenerCore`3::plugOptions FloatOptions_t1203667100 ___plugOptions_58; // DG.Tweening.Core.DOGetter`1 DG.Tweening.Core.TweenerCore`3::getter DOGetter_1_t1140062978 * ___getter_59; // DG.Tweening.Core.DOSetter`1 DG.Tweening.Core.TweenerCore`3::setter DOSetter_1_t2447375106 * ___setter_60; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 DG.Tweening.Core.TweenerCore`3::tweenPlugin ABSTweenPlugin_3_t420566061 * ___tweenPlugin_61; public: inline static int32_t get_offset_of_startValue_55() { return static_cast(offsetof(TweenerCore_3_t884556411, ___startValue_55)); } inline float get_startValue_55() const { return ___startValue_55; } inline float* get_address_of_startValue_55() { return &___startValue_55; } inline void set_startValue_55(float value) { ___startValue_55 = value; } inline static int32_t get_offset_of_endValue_56() { return static_cast(offsetof(TweenerCore_3_t884556411, ___endValue_56)); } inline float get_endValue_56() const { return ___endValue_56; } inline float* get_address_of_endValue_56() { return &___endValue_56; } inline void set_endValue_56(float value) { ___endValue_56 = value; } inline static int32_t get_offset_of_changeValue_57() { return static_cast(offsetof(TweenerCore_3_t884556411, ___changeValue_57)); } inline float get_changeValue_57() const { return ___changeValue_57; } inline float* get_address_of_changeValue_57() { return &___changeValue_57; } inline void set_changeValue_57(float value) { ___changeValue_57 = value; } inline static int32_t get_offset_of_plugOptions_58() { return static_cast(offsetof(TweenerCore_3_t884556411, ___plugOptions_58)); } inline FloatOptions_t1203667100 get_plugOptions_58() const { return ___plugOptions_58; } inline FloatOptions_t1203667100 * get_address_of_plugOptions_58() { return &___plugOptions_58; } inline void set_plugOptions_58(FloatOptions_t1203667100 value) { ___plugOptions_58 = value; } inline static int32_t get_offset_of_getter_59() { return static_cast(offsetof(TweenerCore_3_t884556411, ___getter_59)); } inline DOGetter_1_t1140062978 * get_getter_59() const { return ___getter_59; } inline DOGetter_1_t1140062978 ** get_address_of_getter_59() { return &___getter_59; } inline void set_getter_59(DOGetter_1_t1140062978 * value) { ___getter_59 = value; Il2CppCodeGenWriteBarrier((&___getter_59), value); } inline static int32_t get_offset_of_setter_60() { return static_cast(offsetof(TweenerCore_3_t884556411, ___setter_60)); } inline DOSetter_1_t2447375106 * get_setter_60() const { return ___setter_60; } inline DOSetter_1_t2447375106 ** get_address_of_setter_60() { return &___setter_60; } inline void set_setter_60(DOSetter_1_t2447375106 * value) { ___setter_60 = value; Il2CppCodeGenWriteBarrier((&___setter_60), value); } inline static int32_t get_offset_of_tweenPlugin_61() { return static_cast(offsetof(TweenerCore_3_t884556411, ___tweenPlugin_61)); } inline ABSTweenPlugin_3_t420566061 * get_tweenPlugin_61() const { return ___tweenPlugin_61; } inline ABSTweenPlugin_3_t420566061 ** get_address_of_tweenPlugin_61() { return &___tweenPlugin_61; } inline void set_tweenPlugin_61(ABSTweenPlugin_3_t420566061 * value) { ___tweenPlugin_61 = value; Il2CppCodeGenWriteBarrier((&___tweenPlugin_61), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TWEENERCORE_3_T884556411_H #ifndef TWEENERCORE_3_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_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 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 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 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 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 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 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 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 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 #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 // 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; } }; // 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.Object[] struct ObjectU5BU5D_t2843939325 : public RuntimeArray { public: ALIGN_FIELD (8) RuntimeObject * m_Items[1]; public: inline RuntimeObject * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RuntimeObject ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, RuntimeObject * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline RuntimeObject * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RuntimeObject ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Type[] struct TypeU5BU5D_t3940880105 : public RuntimeArray { public: ALIGN_FIELD (8) Type_t * m_Items[1]; public: inline Type_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Type_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, Type_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline Type_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Type_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Type_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Reflection.ConstructorInfo[] struct ConstructorInfoU5BU5D_t881249896 : public RuntimeArray { public: ALIGN_FIELD (8) ConstructorInfo_t5769829 * m_Items[1]; public: inline ConstructorInfo_t5769829 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ConstructorInfo_t5769829 ** 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, ConstructorInfo_t5769829 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline ConstructorInfo_t5769829 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ConstructorInfo_t5769829 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ConstructorInfo_t5769829 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Reflection.ParameterInfo[] struct ParameterInfoU5BU5D_t390618515 : public RuntimeArray { public: ALIGN_FIELD (8) ParameterInfo_t1861056598 * m_Items[1]; public: inline ParameterInfo_t1861056598 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ParameterInfo_t1861056598 ** 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, ParameterInfo_t1861056598 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline ParameterInfo_t1861056598 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ParameterInfo_t1861056598 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ParameterInfo_t1861056598 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Reflection.MemberInfo[] struct MemberInfoU5BU5D_t1302094432 : public RuntimeArray { public: ALIGN_FIELD (8) MemberInfo_t * m_Items[1]; public: inline MemberInfo_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline MemberInfo_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, MemberInfo_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline MemberInfo_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline MemberInfo_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, MemberInfo_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Reflection.MethodBase[] struct MethodBaseU5BU5D_t779831733 : public RuntimeArray { public: ALIGN_FIELD (8) MethodBase_t * m_Items[1]; public: inline MethodBase_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline MethodBase_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, MethodBase_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline MethodBase_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline MethodBase_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, MethodBase_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Reflection.FieldInfo[] struct FieldInfoU5BU5D_t846150980 : public RuntimeArray { public: ALIGN_FIELD (8) FieldInfo_t * m_Items[1]; public: inline FieldInfo_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline FieldInfo_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, FieldInfo_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline FieldInfo_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline FieldInfo_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, FieldInfo_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // XLua.ObjectPool/Slot[] struct SlotU5BU5D_t3927785999 : public RuntimeArray { public: ALIGN_FIELD (8) Slot_t179431562 m_Items[1]; public: inline Slot_t179431562 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Slot_t179431562 * 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, Slot_t179431562 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Slot_t179431562 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Slot_t179431562 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Slot_t179431562 value) { m_Items[index] = value; } }; // System.Reflection.Assembly[] struct AssemblyU5BU5D_t2792222854 : public RuntimeArray { public: ALIGN_FIELD (8) Assembly_t * m_Items[1]; public: inline Assembly_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Assembly_t ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Assembly_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline Assembly_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Assembly_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Assembly_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Reflection.MethodInfo[] struct MethodInfoU5BU5D_t2572182361 : public RuntimeArray { public: ALIGN_FIELD (8) MethodInfo_t * m_Items[1]; public: inline MethodInfo_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline MethodInfo_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, MethodInfo_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline MethodInfo_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline MethodInfo_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, MethodInfo_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.String[] struct StringU5BU5D_t1281789340 : public RuntimeArray { public: ALIGN_FIELD (8) String_t* m_Items[1]; public: inline String_t* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline String_t** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, String_t* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Char[] struct CharU5BU5D_t3528271667 : public RuntimeArray { public: ALIGN_FIELD (8) Il2CppChar m_Items[1]; public: inline Il2CppChar GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Il2CppChar* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Il2CppChar value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Il2CppChar GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Il2CppChar* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Il2CppChar value) { m_Items[index] = value; } }; // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Func_2__ctor_m3104565095_gshared (Func_2_t3759279471 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Queue`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void Queue_1__ctor_m2745297526_gshared (Queue_1_t1426481692 * __this, 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.Dictionary`2::.ctor() extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m518943619_gshared (Dictionary_2_t132545152 * __this, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::Get(System.IntPtr,System.Int32,T&) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_Get_TisRuntimeObject_m824955942_gshared (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, RuntimeObject ** ___v2, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_m2287542950_gshared (List_1_t257213610 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Action`2::Invoke(!0,!1) extern "C" IL2CPP_METHOD_ATTR void Action_2_Invoke_m709903032_gshared (Action_2_t2470008838 * __this, RuntimeObject * p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m2934127733_gshared (List_1_t257213610 * __this, const RuntimeMethod* method); // 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); // T XLua.LuaEnv::LoadString(System.String,System.String,XLua.LuaTable) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * LuaEnv_LoadString_TisRuntimeObject_m1985841977_gshared (LuaEnv_t2152703515 * __this, String_t* ___chunk0, String_t* ___chunkName1, LuaTable_t1631611336 * ___env2, const RuntimeMethod* method); // !0 System.Collections.Generic.Queue`1::Dequeue() extern "C" IL2CPP_METHOD_ATTR GCAction_t1580222198 Queue_1_Dequeue_m3640826854_gshared (Queue_1_t1426481692 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.Queue`1::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t Queue_1_get_Count_m456349491_gshared (Queue_1_t1426481692 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Queue`1::Enqueue(!0) extern "C" IL2CPP_METHOD_ATTR void Queue_1_Enqueue_m3159108688_gshared (Queue_1_t1426481692 * __this, GCAction_t1580222198 p0, 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); // T XLua.LuaTable::GetInPath(System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * LuaTable_GetInPath_TisRuntimeObject_m1764580773_gshared (LuaTable_t1631611336 * __this, String_t* ___path0, const RuntimeMethod* method); // System.Void XLua.LuaTable::SetInPath(System.String,T) extern "C" IL2CPP_METHOD_ATTR void LuaTable_SetInPath_TisRuntimeObject_m1289779803_gshared (LuaTable_t1631611336 * __this, String_t* ___path0, RuntimeObject * ___val1, const RuntimeMethod* method); // T XLua.LuaTable::Get(System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * LuaTable_Get_TisRuntimeObject_m861900606_gshared (LuaTable_t1631611336 * __this, RuntimeObject * ___key0, const RuntimeMethod* method); // System.Void XLua.LuaTable::Set(TKey,TValue) extern "C" IL2CPP_METHOD_ATTR void LuaTable_Set_TisRuntimeObject_TisRuntimeObject_m819269054_gshared (LuaTable_t1631611336 * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_m2278349286_gshared (Dictionary_2_t132545152 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_m3474379962_gshared (Dictionary_2_t132545152 * __this, RuntimeObject * p0, RuntimeObject * p1, const RuntimeMethod* method); // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Dictionary_2_get_Item_m2714930061_gshared (Dictionary_2_t132545152 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m3280774074_gshared (Dictionary_2_t132545152 * __this, RuntimeObject * p0, RuntimeObject ** p1, const RuntimeMethod* method); // !1 System.Func`2::Invoke(!0) extern "C" IL2CPP_METHOD_ATTR bool Func_2_Invoke_m1574203759_gshared (Func_2_t3759279471 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m3959998165_gshared (Dictionary_2_t3384741 * __this, RuntimeObject * p0, int32_t* p1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::Remove(!0) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_Remove_m1061383611_gshared (Dictionary_2_t3384741 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor(System.Collections.Generic.IEqualityComparer`1) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m624773522_gshared (Dictionary_2_t3384741 * __this, RuntimeObject* p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m236774955_gshared (Dictionary_2_t1444694249 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m2601736566_gshared (Dictionary_2_t1968819495 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m2253601317_gshared (Dictionary_2_t3384741 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.HashSet`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void HashSet_1__ctor_m4231804131_gshared (HashSet_1_t1645055638 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1::Contains(!0) extern "C" IL2CPP_METHOD_ATTR bool List_1_Contains_m2654125393_gshared (List_1_t257213610 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_m1703962396_gshared (Dictionary_2_t1444694249 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Add_m4262304220_gshared (Dictionary_2_t1444694249 * __this, RuntimeObject * p0, bool p1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::Remove(!0) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_Remove_m1786738978_gshared (Dictionary_2_t132545152 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(!0) extern "C" IL2CPP_METHOD_ATTR void Action_1_Invoke_m3233585485_gshared (Action_1_t1012617776 * __this, intptr_t p0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.HashSet`1::Contains(!0) extern "C" IL2CPP_METHOD_ATTR bool HashSet_1_Contains_m3173358704_gshared (HashSet_1_t1645055638 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Where(System.Collections.Generic.IEnumerable`1,System.Func`2) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_Where_TisRuntimeObject_m3454096398_gshared (RuntimeObject * __this /* static, unused */, RuntimeObject* p0, Func_2_t3759279471 * p1, const RuntimeMethod* method); // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Func_2__ctor_m1645301223_gshared (Func_2_t2317969963 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Linq.IOrderedEnumerable`1 System.Linq.Enumerable::OrderBy(System.Collections.Generic.IEnumerable`1,System.Func`2) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_OrderBy_TisRuntimeObject_TisInt32_t2950945753_m886958096_gshared (RuntimeObject * __this /* static, unused */, RuntimeObject* p0, Func_2_t2317969963 * p1, const RuntimeMethod* method); // !!0[] System.Linq.Enumerable::ToArray(System.Collections.Generic.IEnumerable`1) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* Enumerable_ToArray_TisRuntimeObject_m3600642960_gshared (RuntimeObject * __this /* static, unused */, RuntimeObject* p0, const RuntimeMethod* method); // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Func_2__ctor_m406556452_gshared (Func_2_t2447130374 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method); // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Select(System.Collections.Generic.IEnumerable`1,System.Func`2) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_Select_TisRuntimeObject_TisRuntimeObject_m3244726840_gshared (RuntimeObject * __this /* static, unused */, RuntimeObject* p0, Func_2_t2447130374 * p1, const RuntimeMethod* method); // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Concat(System.Collections.Generic.IEnumerable`1,System.Collections.Generic.IEnumerable`1) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_Concat_TisRuntimeObject_m1054524938_gshared (RuntimeObject * __this /* static, unused */, RuntimeObject* p0, RuntimeObject* p1, const RuntimeMethod* method); // !1 System.Func`2::Invoke(!0) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Func_2_Invoke_m3285901618_gshared (Func_2_t2447130374 * __this, RuntimeObject * p0, const RuntimeMethod* method); // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Dictionary_2_get_Item_m107019914_gshared (Dictionary_2_t1968819495 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_m1544430118_gshared (Dictionary_2_t1968819495 * __this, int32_t p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR Enumerator_t3923002270 Dictionary_2_GetEnumerator_m1087370259_gshared (Dictionary_2_t1968819495 * __this, const RuntimeMethod* method); // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR KeyValuePair_2_t71524366 Enumerator_get_Current_m3431285658_gshared (Enumerator_t3923002270 * __this, const RuntimeMethod* method); // !1 System.Collections.Generic.KeyValuePair`2::get_Value() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m3495598764_gshared (KeyValuePair_2_t71524366 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m3398155861_gshared (Enumerator_t3923002270 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator::Dispose() extern "C" IL2CPP_METHOD_ATTR void Enumerator_Dispose_m562365603_gshared (Enumerator_t3923002270 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::Remove(!0) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_Remove_m4193450060_gshared (Dictionary_2_t1968819495 * __this, int32_t p0, const RuntimeMethod* method); // !2 System.Func`3::Invoke(!0,!1) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Func_3_Invoke_m567763635_gshared (Func_3_t1637747906 * __this, int32_t p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Add_m1279427033_gshared (Dictionary_2_t3384741 * __this, RuntimeObject * p0, int32_t p1, const RuntimeMethod* method); // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR Enumerator_t2146457487 List_1_GetEnumerator_m2930774921_gshared (List_1_t257213610 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1/Enumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_m470245444_gshared (Enumerator_t2146457487 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m2142368520_gshared (Enumerator_t2146457487 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() extern "C" IL2CPP_METHOD_ATTR void Enumerator_Dispose_m3007748546_gshared (Enumerator_t2146457487 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_m869305099_gshared (Dictionary_2_t3384741 * __this, RuntimeObject * p0, int32_t p1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m3167860287_gshared (Dictionary_2_t1968819495 * __this, int32_t p0, RuntimeObject ** p1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.HashSet`1::Add(!0) extern "C" IL2CPP_METHOD_ATTR bool HashSet_1_Add_m1971460364_gshared (HashSet_1_t1645055638 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_m1197295216_gshared (Dictionary_2_t3384741 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Add_m2059424751_gshared (Dictionary_2_t1968819495 * __this, int32_t p0, RuntimeObject * p1, const RuntimeMethod* method); // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE302::Invoke(UnityEngine.UI.Outline,UnityEngine.Color,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t745532282 * __GEN_DELEGATE302_Invoke_m3062010139 (__GEN_DELEGATE302_t1033809424 * __this, Outline_t2536100125 * ___target0, Color_t2555686324 ___endValue1, float ___duration2, const RuntimeMethod* method); // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE303::Invoke(UnityEngine.UI.Outline,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t745532282 * __GEN_DELEGATE303_Invoke_m3166533528 (__GEN_DELEGATE303_t1033874960 * __this, Outline_t2536100125 * ___target0, float ___endValue1, float ___duration2, const RuntimeMethod* method); // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE304::Invoke(UnityEngine.UI.Outline,UnityEngine.Vector2,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t4006488229 * __GEN_DELEGATE304_Invoke_m1818333829 (__GEN_DELEGATE304_t1034202640 * __this, Outline_t2536100125 * ___target0, Vector2_t2156229523 ___endValue1, float ___duration2, const RuntimeMethod* method); // DG.Tweening.Tweener XLua.InternalGlobals/__GEN_DELEGATE305::Invoke(UnityEngine.UI.ScrollRect,UnityEngine.Vector2,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE305_Invoke_m2695347085 (__GEN_DELEGATE305_t1034268176 * __this, ScrollRect_t4137855814 * ___target0, Vector2_t2156229523 ___endValue1, float ___duration2, bool ___snapping3, const RuntimeMethod* method); // DG.Tweening.Tweener XLua.InternalGlobals/__GEN_DELEGATE306::Invoke(UnityEngine.UI.ScrollRect,System.Single,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE306_Invoke_m2449638491 (__GEN_DELEGATE306_t1034071568 * __this, ScrollRect_t4137855814 * ___target0, float ___endValue1, float ___duration2, bool ___snapping3, const RuntimeMethod* method); // DG.Tweening.Tweener XLua.InternalGlobals/__GEN_DELEGATE307::Invoke(UnityEngine.UI.ScrollRect,System.Single,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE307_Invoke_m844197372 (__GEN_DELEGATE307_t1034137104 * __this, ScrollRect_t4137855814 * ___target0, float ___endValue1, float ___duration2, bool ___snapping3, const RuntimeMethod* method); // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE308::Invoke(UnityEngine.UI.Slider,System.Single,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t884556411 * __GEN_DELEGATE308_Invoke_m857026716 (__GEN_DELEGATE308_t1034464784 * __this, Slider_t3903728902 * ___target0, float ___endValue1, float ___duration2, bool ___snapping3, const RuntimeMethod* method); // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE309::Invoke(UnityEngine.UI.Text,UnityEngine.Color,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t745532282 * __GEN_DELEGATE309_Invoke_m2782060313 (__GEN_DELEGATE309_t1034530320 * __this, Text_t1901882714 * ___target0, Color_t2555686324 ___endValue1, float ___duration2, const RuntimeMethod* method); // System.Boolean XLua.InternalGlobals/__GEN_DELEGATE31::Invoke(DG.Tweening.Tween) extern "C" IL2CPP_METHOD_ATTR bool __GEN_DELEGATE31_Invoke_m3463116452 (__GEN_DELEGATE31_t1037086225 * __this, Tween_t2342918553 * ___t0, const RuntimeMethod* method); // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE310::Invoke(UnityEngine.UI.Text,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t745532282 * __GEN_DELEGATE310_Invoke_m2019443786 (__GEN_DELEGATE310_t1033940497 * __this, Text_t1901882714 * ___target0, float ___endValue1, float ___duration2, const RuntimeMethod* method); // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE311::Invoke(UnityEngine.UI.Text,System.String,System.Single,System.Boolean,DG.Tweening.ScrambleMode,System.String) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t2915539799 * __GEN_DELEGATE311_Invoke_m145606268 (__GEN_DELEGATE311_t1034006033 * __this, Text_t1901882714 * ___target0, String_t* ___endValue1, float ___duration2, bool ___richTextEnabled3, int32_t ___scrambleMode4, String_t* ___scrambleChars5, const RuntimeMethod* method); // DG.Tweening.Tweener XLua.InternalGlobals/__GEN_DELEGATE312::Invoke(UnityEngine.UI.Graphic,UnityEngine.Color,System.Single) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE312_Invoke_m1863008116 (__GEN_DELEGATE312_t1033809425 * __this, Graphic_t1660335611 * ___target0, Color_t2555686324 ___endValue1, float ___duration2, const RuntimeMethod* method); // DG.Tweening.Tweener XLua.InternalGlobals/__GEN_DELEGATE313::Invoke(UnityEngine.UI.Image,UnityEngine.Color,System.Single) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE313_Invoke_m1499576649 (__GEN_DELEGATE313_t1033874961 * __this, Image_t2670269651 * ___target0, Color_t2555686324 ___endValue1, float ___duration2, const RuntimeMethod* method); // DG.Tweening.Tweener XLua.InternalGlobals/__GEN_DELEGATE314::Invoke(UnityEngine.UI.Text,UnityEngine.Color,System.Single) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE314_Invoke_m21235027 (__GEN_DELEGATE314_t1034202641 * __this, Text_t1901882714 * ___target0, Color_t2555686324 ___endValue1, float ___duration2, const RuntimeMethod* method); // System.Int32 XLua.InternalGlobals/__GEN_DELEGATE32::Invoke(DG.Tweening.Tween) extern "C" IL2CPP_METHOD_ATTR int32_t __GEN_DELEGATE32_Invoke_m3333628964 (__GEN_DELEGATE32_t1037086226 * __this, Tween_t2342918553 * ___t0, const RuntimeMethod* method); // UnityEngine.Vector3 XLua.InternalGlobals/__GEN_DELEGATE33::Invoke(DG.Tweening.Tween,System.Single) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 __GEN_DELEGATE33_Invoke_m2874189186 (__GEN_DELEGATE33_t1037086227 * __this, Tween_t2342918553 * ___t0, float ___pathPercentage1, const RuntimeMethod* method); // UnityEngine.Vector3[] XLua.InternalGlobals/__GEN_DELEGATE34::Invoke(DG.Tweening.Tween,System.Int32) extern "C" IL2CPP_METHOD_ATTR Vector3U5BU5D_t1718750761* __GEN_DELEGATE34_Invoke_m326918886 (__GEN_DELEGATE34_t1037086228 * __this, Tween_t2342918553 * ___t0, int32_t ___subdivisionsXSegment1, const RuntimeMethod* method); // System.Single XLua.InternalGlobals/__GEN_DELEGATE35::Invoke(DG.Tweening.Tween) extern "C" IL2CPP_METHOD_ATTR float __GEN_DELEGATE35_Invoke_m2904443055 (__GEN_DELEGATE35_t1037086229 * __this, Tween_t2342918553 * ___t0, const RuntimeMethod* method); // DG.Tweening.Tween XLua.InternalGlobals/__GEN_DELEGATE36::Invoke(DG.Tweening.Tween) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE36_Invoke_m2993202585 (__GEN_DELEGATE36_t1037086230 * __this, Tween_t2342918553 * ___t0, const RuntimeMethod* method); // DG.Tweening.Tween XLua.InternalGlobals/__GEN_DELEGATE37::Invoke(DG.Tweening.Tween,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE37_Invoke_m2638195466 (__GEN_DELEGATE37_t1037086231 * __this, Tween_t2342918553 * ___t0, bool ___autoKillOnCompletion1, const RuntimeMethod* method); // DG.Tweening.Tween XLua.InternalGlobals/__GEN_DELEGATE38::Invoke(DG.Tweening.Tween,System.Object) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE38_Invoke_m2506809335 (__GEN_DELEGATE38_t1037086216 * __this, Tween_t2342918553 * ___t0, RuntimeObject * ___objectId1, const RuntimeMethod* method); // DG.Tweening.Tween XLua.InternalGlobals/__GEN_DELEGATE39::Invoke(DG.Tweening.Tween,System.String) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE39_Invoke_m175406872 (__GEN_DELEGATE39_t1037086217 * __this, Tween_t2342918553 * ___t0, String_t* ___stringId1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE4::Invoke(DG.Tweening.Tween,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE4_Invoke_m1443261489 (__GEN_DELEGATE4_t3726290516 * __this, Tween_t2342918553 * ___t0, float ___to1, bool ___andPlay2, const RuntimeMethod* method); // DG.Tweening.Tween XLua.InternalGlobals/__GEN_DELEGATE40::Invoke(DG.Tweening.Tween,System.Int32) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE40_Invoke_m1321024692 (__GEN_DELEGATE40_t1846390288 * __this, Tween_t2342918553 * ___t0, int32_t ___intId1, const RuntimeMethod* method); // DG.Tweening.Tween XLua.InternalGlobals/__GEN_DELEGATE41::Invoke(DG.Tweening.Tween,UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE41_Invoke_m3286084154 (__GEN_DELEGATE41_t1846390289 * __this, Tween_t2342918553 * ___t0, GameObject_t1113636619 * ___gameObject1, const RuntimeMethod* method); // DG.Tweening.Tween XLua.InternalGlobals/__GEN_DELEGATE42::Invoke(DG.Tweening.Tween,UnityEngine.GameObject,DG.Tweening.LinkBehaviour) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE42_Invoke_m3899294286 (__GEN_DELEGATE42_t1846390290 * __this, Tween_t2342918553 * ___t0, GameObject_t1113636619 * ___gameObject1, int32_t ___behaviour2, const RuntimeMethod* method); // DG.Tweening.Tween XLua.InternalGlobals/__GEN_DELEGATE43::Invoke(DG.Tweening.Tween,System.Object) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE43_Invoke_m1482927399 (__GEN_DELEGATE43_t1846390291 * __this, Tween_t2342918553 * ___t0, RuntimeObject * ___target1, const RuntimeMethod* method); // DG.Tweening.Tween XLua.InternalGlobals/__GEN_DELEGATE44::Invoke(DG.Tweening.Tween,System.Int32) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE44_Invoke_m1120475534 (__GEN_DELEGATE44_t1846390292 * __this, Tween_t2342918553 * ___t0, int32_t ___loops1, const RuntimeMethod* method); // DG.Tweening.Tween XLua.InternalGlobals/__GEN_DELEGATE45::Invoke(DG.Tweening.Tween,System.Int32,DG.Tweening.LoopType) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE45_Invoke_m2029417952 (__GEN_DELEGATE45_t1846390293 * __this, Tween_t2342918553 * ___t0, int32_t ___loops1, int32_t ___loopType2, const RuntimeMethod* method); // DG.Tweening.Tween XLua.InternalGlobals/__GEN_DELEGATE46::Invoke(DG.Tweening.Tween,DG.Tweening.Ease) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE46_Invoke_m2448885749 (__GEN_DELEGATE46_t1846390294 * __this, Tween_t2342918553 * ___t0, int32_t ___ease1, const RuntimeMethod* method); // DG.Tweening.Tween XLua.InternalGlobals/__GEN_DELEGATE47::Invoke(DG.Tweening.Tween,DG.Tweening.Ease,System.Single) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE47_Invoke_m3269650952 (__GEN_DELEGATE47_t1846390295 * __this, Tween_t2342918553 * ___t0, int32_t ___ease1, float ___overshoot2, const RuntimeMethod* method); // DG.Tweening.Tween XLua.InternalGlobals/__GEN_DELEGATE48::Invoke(DG.Tweening.Tween,DG.Tweening.Ease,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE48_Invoke_m4135641107 (__GEN_DELEGATE48_t1846390280 * __this, Tween_t2342918553 * ___t0, int32_t ___ease1, float ___amplitude2, float ___period3, const RuntimeMethod* method); // DG.Tweening.Tween XLua.InternalGlobals/__GEN_DELEGATE49::Invoke(DG.Tweening.Tween,UnityEngine.AnimationCurve) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE49_Invoke_m3992992403 (__GEN_DELEGATE49_t1846390281 * __this, Tween_t2342918553 * ___t0, AnimationCurve_t3046754366 * ___animCurve1, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE5::Invoke(DG.Tweening.Tween,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE5_Invoke_m2893429899 (__GEN_DELEGATE5_t1769975380 * __this, Tween_t2342918553 * ___t0, bool ___complete1, const RuntimeMethod* method); // DG.Tweening.Tween XLua.InternalGlobals/__GEN_DELEGATE50::Invoke(DG.Tweening.Tween,DG.Tweening.EaseFunction) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE50_Invoke_m1196481202 (__GEN_DELEGATE50_t4185042448 * __this, Tween_t2342918553 * ___t0, EaseFunction_t3531141372 * ___customEase1, const RuntimeMethod* method); // DG.Tweening.Tween XLua.InternalGlobals/__GEN_DELEGATE51::Invoke(DG.Tweening.Tween) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE51_Invoke_m2146258652 (__GEN_DELEGATE51_t4185042449 * __this, Tween_t2342918553 * ___t0, const RuntimeMethod* method); // DG.Tweening.Tween XLua.InternalGlobals/__GEN_DELEGATE52::Invoke(DG.Tweening.Tween,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE52_Invoke_m1763710989 (__GEN_DELEGATE52_t4185042450 * __this, Tween_t2342918553 * ___t0, bool ___recyclable1, const RuntimeMethod* method); // DG.Tweening.Tween XLua.InternalGlobals/__GEN_DELEGATE53::Invoke(DG.Tweening.Tween,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE53_Invoke_m3491661258 (__GEN_DELEGATE53_t4185042451 * __this, Tween_t2342918553 * ___t0, bool ___isIndependentUpdate1, const RuntimeMethod* method); // DG.Tweening.Tween XLua.InternalGlobals/__GEN_DELEGATE54::Invoke(DG.Tweening.Tween,DG.Tweening.UpdateType) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE54_Invoke_m3511142825 (__GEN_DELEGATE54_t4185042452 * __this, Tween_t2342918553 * ___t0, int32_t ___updateType1, const RuntimeMethod* method); // DG.Tweening.Tween XLua.InternalGlobals/__GEN_DELEGATE55::Invoke(DG.Tweening.Tween,DG.Tweening.UpdateType,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE55_Invoke_m4251812460 (__GEN_DELEGATE55_t4185042453 * __this, Tween_t2342918553 * ___t0, int32_t ___updateType1, bool ___isIndependentUpdate2, const RuntimeMethod* method); // DG.Tweening.Tween XLua.InternalGlobals/__GEN_DELEGATE56::Invoke(DG.Tweening.Tween,DG.Tweening.TweenCallback) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE56_Invoke_m2938523968 (__GEN_DELEGATE56_t4185042454 * __this, Tween_t2342918553 * ___t0, TweenCallback_t3727756325 * ___action1, const RuntimeMethod* method); // DG.Tweening.Tween XLua.InternalGlobals/__GEN_DELEGATE57::Invoke(DG.Tweening.Tween,DG.Tweening.TweenCallback) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE57_Invoke_m1836433406 (__GEN_DELEGATE57_t4185042455 * __this, Tween_t2342918553 * ___t0, TweenCallback_t3727756325 * ___action1, const RuntimeMethod* method); // DG.Tweening.Tween XLua.InternalGlobals/__GEN_DELEGATE58::Invoke(DG.Tweening.Tween,DG.Tweening.TweenCallback) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE58_Invoke_m2268577757 (__GEN_DELEGATE58_t4185042440 * __this, Tween_t2342918553 * ___t0, TweenCallback_t3727756325 * ___action1, const RuntimeMethod* method); // DG.Tweening.Tween XLua.InternalGlobals/__GEN_DELEGATE59::Invoke(DG.Tweening.Tween,DG.Tweening.TweenCallback) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE59_Invoke_m1233318398 (__GEN_DELEGATE59_t4185042441 * __this, Tween_t2342918553 * ___t0, TweenCallback_t3727756325 * ___action1, const RuntimeMethod* method); // DG.Tweening.Tween XLua.InternalGlobals/__GEN_DELEGATE6::Invoke(DG.Tweening.Tween) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE6_Invoke_m3431252815 (__GEN_DELEGATE6_t4108627540 * __this, Tween_t2342918553 * ___t0, const RuntimeMethod* method); // DG.Tweening.Tween XLua.InternalGlobals/__GEN_DELEGATE60::Invoke(DG.Tweening.Tween,DG.Tweening.TweenCallback) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE60_Invoke_m2340947818 (__GEN_DELEGATE60_t2228727312 * __this, Tween_t2342918553 * ___t0, TweenCallback_t3727756325 * ___action1, const RuntimeMethod* method); // DG.Tweening.Tween XLua.InternalGlobals/__GEN_DELEGATE61::Invoke(DG.Tweening.Tween,DG.Tweening.TweenCallback) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE61_Invoke_m128307606 (__GEN_DELEGATE61_t2228727313 * __this, Tween_t2342918553 * ___t0, TweenCallback_t3727756325 * ___action1, const RuntimeMethod* method); // DG.Tweening.Tween XLua.InternalGlobals/__GEN_DELEGATE62::Invoke(DG.Tweening.Tween,DG.Tweening.TweenCallback) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE62_Invoke_m500847206 (__GEN_DELEGATE62_t2228727314 * __this, Tween_t2342918553 * ___t0, TweenCallback_t3727756325 * ___action1, const RuntimeMethod* method); // DG.Tweening.Tween XLua.InternalGlobals/__GEN_DELEGATE63::Invoke(DG.Tweening.Tween,DG.Tweening.TweenCallback) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE63_Invoke_m3107955077 (__GEN_DELEGATE63_t2228727315 * __this, Tween_t2342918553 * ___t0, TweenCallback_t3727756325 * ___action1, const RuntimeMethod* method); // DG.Tweening.Tween XLua.InternalGlobals/__GEN_DELEGATE64::Invoke(DG.Tweening.Tween,DG.Tweening.TweenCallback`1) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE64_Invoke_m1425692996 (__GEN_DELEGATE64_t2228727316 * __this, Tween_t2342918553 * ___t0, TweenCallback_1_t3009965658 * ___action1, const RuntimeMethod* method); // DG.Tweening.Tween XLua.InternalGlobals/__GEN_DELEGATE65::Invoke(DG.Tweening.Tween,DG.Tweening.Tween) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE65_Invoke_m603116352 (__GEN_DELEGATE65_t2228727317 * __this, Tween_t2342918553 * ___t0, Tween_t2342918553 * ___asTween1, const RuntimeMethod* method); // DG.Tweening.Tween XLua.InternalGlobals/__GEN_DELEGATE66::Invoke(DG.Tweening.Tween,DG.Tweening.TweenParams) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE66_Invoke_m1574361147 (__GEN_DELEGATE66_t2228727318 * __this, Tween_t2342918553 * ___t0, TweenParams_t4171191025 * ___tweenParams1, const RuntimeMethod* method); // DG.Tweening.Sequence XLua.InternalGlobals/__GEN_DELEGATE67::Invoke(DG.Tweening.Sequence,DG.Tweening.Tween) extern "C" IL2CPP_METHOD_ATTR Sequence_t2050373119 * __GEN_DELEGATE67_Invoke_m1643370193 (__GEN_DELEGATE67_t2228727319 * __this, Sequence_t2050373119 * ___s0, Tween_t2342918553 * ___t1, const RuntimeMethod* method); // DG.Tweening.Sequence XLua.InternalGlobals/__GEN_DELEGATE68::Invoke(DG.Tweening.Sequence,DG.Tweening.Tween) extern "C" IL2CPP_METHOD_ATTR Sequence_t2050373119 * __GEN_DELEGATE68_Invoke_m877611175 (__GEN_DELEGATE68_t2228727304 * __this, Sequence_t2050373119 * ___s0, Tween_t2342918553 * ___t1, const RuntimeMethod* method); // DG.Tweening.Sequence XLua.InternalGlobals/__GEN_DELEGATE69::Invoke(DG.Tweening.Sequence,DG.Tweening.Tween) extern "C" IL2CPP_METHOD_ATTR Sequence_t2050373119 * __GEN_DELEGATE69_Invoke_m1727704698 (__GEN_DELEGATE69_t2228727305 * __this, Sequence_t2050373119 * ___s0, Tween_t2342918553 * ___t1, const RuntimeMethod* method); // DG.Tweening.Tween XLua.InternalGlobals/__GEN_DELEGATE7::Invoke(DG.Tweening.Tween) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE7_Invoke_m2142401073 (__GEN_DELEGATE7_t2152312404 * __this, Tween_t2342918553 * ___t0, const RuntimeMethod* method); // DG.Tweening.Sequence XLua.InternalGlobals/__GEN_DELEGATE70::Invoke(DG.Tweening.Sequence,System.Single,DG.Tweening.Tween) extern "C" IL2CPP_METHOD_ATTR Sequence_t2050373119 * __GEN_DELEGATE70_Invoke_m3295643867 (__GEN_DELEGATE70_t272412176 * __this, Sequence_t2050373119 * ___s0, float ___atPosition1, Tween_t2342918553 * ___t2, const RuntimeMethod* method); // DG.Tweening.Sequence XLua.InternalGlobals/__GEN_DELEGATE71::Invoke(DG.Tweening.Sequence,System.Single) extern "C" IL2CPP_METHOD_ATTR Sequence_t2050373119 * __GEN_DELEGATE71_Invoke_m2177370541 (__GEN_DELEGATE71_t272412177 * __this, Sequence_t2050373119 * ___s0, float ___interval1, const RuntimeMethod* method); // DG.Tweening.Sequence XLua.InternalGlobals/__GEN_DELEGATE72::Invoke(DG.Tweening.Sequence,System.Single) extern "C" IL2CPP_METHOD_ATTR Sequence_t2050373119 * __GEN_DELEGATE72_Invoke_m3079630202 (__GEN_DELEGATE72_t272412178 * __this, Sequence_t2050373119 * ___s0, float ___interval1, const RuntimeMethod* method); // DG.Tweening.Sequence XLua.InternalGlobals/__GEN_DELEGATE73::Invoke(DG.Tweening.Sequence,DG.Tweening.TweenCallback) extern "C" IL2CPP_METHOD_ATTR Sequence_t2050373119 * __GEN_DELEGATE73_Invoke_m4257981541 (__GEN_DELEGATE73_t272412179 * __this, Sequence_t2050373119 * ___s0, TweenCallback_t3727756325 * ___callback1, const RuntimeMethod* method); // DG.Tweening.Sequence XLua.InternalGlobals/__GEN_DELEGATE74::Invoke(DG.Tweening.Sequence,DG.Tweening.TweenCallback) extern "C" IL2CPP_METHOD_ATTR Sequence_t2050373119 * __GEN_DELEGATE74_Invoke_m2088217482 (__GEN_DELEGATE74_t272412180 * __this, Sequence_t2050373119 * ___s0, TweenCallback_t3727756325 * ___callback1, const RuntimeMethod* method); // DG.Tweening.Sequence XLua.InternalGlobals/__GEN_DELEGATE75::Invoke(DG.Tweening.Sequence,System.Single,DG.Tweening.TweenCallback) extern "C" IL2CPP_METHOD_ATTR Sequence_t2050373119 * __GEN_DELEGATE75_Invoke_m692795782 (__GEN_DELEGATE75_t272412181 * __this, Sequence_t2050373119 * ___s0, float ___atPosition1, TweenCallback_t3727756325 * ___callback2, const RuntimeMethod* method); // DG.Tweening.Tweener XLua.InternalGlobals/__GEN_DELEGATE76::Invoke(DG.Tweening.Tweener) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE76_Invoke_m2252394922 (__GEN_DELEGATE76_t272412182 * __this, Tweener_t436044680 * ___t0, const RuntimeMethod* method); // DG.Tweening.Tweener XLua.InternalGlobals/__GEN_DELEGATE77::Invoke(DG.Tweening.Tweener,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE77_Invoke_m468367144 (__GEN_DELEGATE77_t272412183 * __this, Tweener_t436044680 * ___t0, bool ___isRelative1, const RuntimeMethod* method); // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE78::Invoke(DG.Tweening.Core.TweenerCore`3,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t745532282 * __GEN_DELEGATE78_Invoke_m4138796045 (__GEN_DELEGATE78_t272412168 * __this, TweenerCore_3_t745532282 * ___t0, float ___fromAlphaValue1, bool ___setImmediately2, const RuntimeMethod* method); // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE79::Invoke(DG.Tweening.Core.TweenerCore`3,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t2944330537 * __GEN_DELEGATE79_Invoke_m1078464677 (__GEN_DELEGATE79_t272412169 * __this, TweenerCore_3_t2944330537 * ___t0, float ___fromValue1, bool ___setImmediately2, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE8::Invoke(DG.Tweening.Tween) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE8_Invoke_m786812196 (__GEN_DELEGATE8_t2961616468 * __this, Tween_t2342918553 * ___t0, const RuntimeMethod* method); // DG.Tweening.Tween XLua.InternalGlobals/__GEN_DELEGATE80::Invoke(DG.Tweening.Tween,System.Single) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE80_Invoke_m1889873643 (__GEN_DELEGATE80_t1081716240 * __this, Tween_t2342918553 * ___t0, float ___delay1, const RuntimeMethod* method); // DG.Tweening.Tween XLua.InternalGlobals/__GEN_DELEGATE81::Invoke(DG.Tweening.Tween) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE81_Invoke_m4241010628 (__GEN_DELEGATE81_t1081716241 * __this, Tween_t2342918553 * ___t0, const RuntimeMethod* method); // DG.Tweening.Tween XLua.InternalGlobals/__GEN_DELEGATE82::Invoke(DG.Tweening.Tween,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE82_Invoke_m3714398201 (__GEN_DELEGATE82_t1081716242 * __this, Tween_t2342918553 * ___t0, bool ___isRelative1, const RuntimeMethod* method); // DG.Tweening.Tween XLua.InternalGlobals/__GEN_DELEGATE83::Invoke(DG.Tweening.Tween) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE83_Invoke_m3598561363 (__GEN_DELEGATE83_t1081716243 * __this, Tween_t2342918553 * ___t0, const RuntimeMethod* method); // DG.Tweening.Tween XLua.InternalGlobals/__GEN_DELEGATE84::Invoke(DG.Tweening.Tween,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE84_Invoke_m3532412344 (__GEN_DELEGATE84_t1081716244 * __this, Tween_t2342918553 * ___t0, bool ___isSpeedBased1, const RuntimeMethod* method); // DG.Tweening.Tweener XLua.InternalGlobals/__GEN_DELEGATE85::Invoke(DG.Tweening.Core.TweenerCore`3,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE85_Invoke_m3583239092 (__GEN_DELEGATE85_t1081716245 * __this, TweenerCore_3_t884556411 * ___t0, bool ___snapping1, const RuntimeMethod* method); // DG.Tweening.Tweener XLua.InternalGlobals/__GEN_DELEGATE86::Invoke(DG.Tweening.Core.TweenerCore`3,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE86_Invoke_m732633145 (__GEN_DELEGATE86_t1081716246 * __this, TweenerCore_3_t4006488229 * ___t0, bool ___snapping1, const RuntimeMethod* method); // DG.Tweening.Tweener XLua.InternalGlobals/__GEN_DELEGATE87::Invoke(DG.Tweening.Core.TweenerCore`3,DG.Tweening.AxisConstraint,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE87_Invoke_m2031047527 (__GEN_DELEGATE87_t1081716247 * __this, TweenerCore_3_t4006488229 * ___t0, int32_t ___axisConstraint1, bool ___snapping2, const RuntimeMethod* method); // DG.Tweening.Tweener XLua.InternalGlobals/__GEN_DELEGATE88::Invoke(DG.Tweening.Core.TweenerCore`3,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE88_Invoke_m3064552130 (__GEN_DELEGATE88_t1081716232 * __this, TweenerCore_3_t2944330537 * ___t0, bool ___snapping1, const RuntimeMethod* method); // DG.Tweening.Tweener XLua.InternalGlobals/__GEN_DELEGATE89::Invoke(DG.Tweening.Core.TweenerCore`3,DG.Tweening.AxisConstraint,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE89_Invoke_m3756653700 (__GEN_DELEGATE89_t1081716233 * __this, TweenerCore_3_t2944330537 * ___t0, int32_t ___axisConstraint1, bool ___snapping2, const RuntimeMethod* method); // System.Void XLua.InternalGlobals/__GEN_DELEGATE9::Invoke(DG.Tweening.Tween) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE9_Invoke_m2025474622 (__GEN_DELEGATE9_t1005301332 * __this, Tween_t2342918553 * ___t0, const RuntimeMethod* method); // DG.Tweening.Tweener XLua.InternalGlobals/__GEN_DELEGATE90::Invoke(DG.Tweening.Core.TweenerCore`3,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE90_Invoke_m3765771958 (__GEN_DELEGATE90_t3420368400 * __this, TweenerCore_3_t1835836317 * ___t0, bool ___snapping1, const RuntimeMethod* method); // DG.Tweening.Tweener XLua.InternalGlobals/__GEN_DELEGATE91::Invoke(DG.Tweening.Core.TweenerCore`3,DG.Tweening.AxisConstraint,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE91_Invoke_m1944471013 (__GEN_DELEGATE91_t3420368401 * __this, TweenerCore_3_t1835836317 * ___t0, int32_t ___axisConstraint1, bool ___snapping2, const RuntimeMethod* method); // DG.Tweening.Tweener XLua.InternalGlobals/__GEN_DELEGATE92::Invoke(DG.Tweening.Core.TweenerCore`3,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE92_Invoke_m2784585196 (__GEN_DELEGATE92_t3420368402 * __this, TweenerCore_3_t1299559007 * ___t0, bool ___useShortest360Route1, const RuntimeMethod* method); // DG.Tweening.Tweener XLua.InternalGlobals/__GEN_DELEGATE93::Invoke(DG.Tweening.Core.TweenerCore`3,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE93_Invoke_m2962899134 (__GEN_DELEGATE93_t3420368403 * __this, TweenerCore_3_t745532282 * ___t0, bool ___alphaOnly1, const RuntimeMethod* method); // DG.Tweening.Tweener XLua.InternalGlobals/__GEN_DELEGATE94::Invoke(DG.Tweening.Core.TweenerCore`3,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE94_Invoke_m1778097718 (__GEN_DELEGATE94_t3420368404 * __this, TweenerCore_3_t1717381983 * ___t0, bool ___snapping1, const RuntimeMethod* method); // DG.Tweening.Tweener XLua.InternalGlobals/__GEN_DELEGATE95::Invoke(DG.Tweening.Core.TweenerCore`3,System.Boolean,DG.Tweening.ScrambleMode,System.String) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE95_Invoke_m527845621 (__GEN_DELEGATE95_t3420368405 * __this, TweenerCore_3_t2915539799 * ___t0, bool ___richTextEnabled1, int32_t ___scrambleMode2, String_t* ___scrambleChars3, const RuntimeMethod* method); // DG.Tweening.Tweener XLua.InternalGlobals/__GEN_DELEGATE96::Invoke(DG.Tweening.Core.TweenerCore`3,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE96_Invoke_m68836601 (__GEN_DELEGATE96_t3420368406 * __this, TweenerCore_3_t951858585 * ___t0, bool ___snapping1, const RuntimeMethod* method); // DG.Tweening.Tweener XLua.InternalGlobals/__GEN_DELEGATE97::Invoke(DG.Tweening.Core.TweenerCore`3,DG.Tweening.AxisConstraint,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE97_Invoke_m2510132533 (__GEN_DELEGATE97_t3420368407 * __this, TweenerCore_3_t951858585 * ___t0, int32_t ___axisConstraint1, bool ___snapping2, const RuntimeMethod* method); // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE98::Invoke(DG.Tweening.Core.TweenerCore`3,DG.Tweening.AxisConstraint,DG.Tweening.AxisConstraint) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t3040139253 * __GEN_DELEGATE98_Invoke_m491773427 (__GEN_DELEGATE98_t3420368392 * __this, TweenerCore_3_t3040139253 * ___t0, int32_t ___lockPosition1, int32_t ___lockRotation2, const RuntimeMethod* method); // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE99::Invoke(DG.Tweening.Core.TweenerCore`3,System.Boolean,DG.Tweening.AxisConstraint,DG.Tweening.AxisConstraint) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t3040139253 * __GEN_DELEGATE99_Invoke_m3483824578 (__GEN_DELEGATE99_t3420368393 * __this, TweenerCore_3_t3040139253 * ___t0, bool ___closePath1, int32_t ___lockPosition2, int32_t ___lockRotation3, const RuntimeMethod* method); // System.Boolean XLua.InternalGlobals/TryArrayGet::Invoke(System.Type,System.IntPtr,XLua.ObjectTranslator,System.Object,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool TryArrayGet_Invoke_m855297482 (TryArrayGet_t1731576616 * __this, Type_t * ___type0, intptr_t ___L1, ObjectTranslator_t2020767555 * ___translator2, RuntimeObject * ___obj3, int32_t ___index4, const RuntimeMethod* method); // System.Boolean XLua.InternalGlobals/TryArraySet::Invoke(System.Type,System.IntPtr,XLua.ObjectTranslator,System.Object,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool TryArraySet_Invoke_m2379453342 (TryArraySet_t1732363048 * __this, Type_t * ___type0, intptr_t ___L1, ObjectTranslator_t2020767555 * ___translator2, RuntimeObject * ___obj3, int32_t ___array_idx4, int32_t ___obj_idx5, const RuntimeMethod* method); // System.Void System.Object::.ctor() extern "C" IL2CPP_METHOD_ATTR void Object__ctor_m297566312 (RuntimeObject * __this, const RuntimeMethod* method); // System.Void System.Object::Finalize() extern "C" IL2CPP_METHOD_ATTR void Object_Finalize_m3076187857 (RuntimeObject * __this, const RuntimeMethod* method); // System.Void System.GC::SuppressFinalize(System.Object) extern "C" IL2CPP_METHOD_ATTR void GC_SuppressFinalize_m1177400158 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, 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.Void XLua.ObjectTranslator::ReleaseLuaBase(System.IntPtr,System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_ReleaseLuaBase_m1208506090 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___reference1, bool ___is_delegate2, const RuntimeMethod* method); // System.Void XLua.LuaEnv::equeueGCAction(XLua.LuaEnv/GCAction) extern "C" IL2CPP_METHOD_ATTR void LuaEnv_equeueGCAction_m588624957 (LuaEnv_t2152703515 * __this, GCAction_t1580222198 ___action0, const RuntimeMethod* method); // System.Type System.Object::GetType() extern "C" IL2CPP_METHOD_ATTR Type_t * Object_GetType_m88164663 (RuntimeObject * __this, const RuntimeMethod* method); // System.Boolean System.IntPtr::op_Inequality(System.IntPtr,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR bool IntPtr_op_Inequality_m3063970704 (RuntimeObject * __this /* static, unused */, intptr_t p0, intptr_t p1, 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_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.Int32 XLua.LuaDLL.Lua::lua_rawequal(System.IntPtr,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Lua_lua_rawequal_m4013348504 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___index11, int32_t ___index22, 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.IntPtr XLua.LuaDLL.Lua::lua_topointer(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR intptr_t Lua_lua_topointer_m3209115454 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___index1, 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 System.IntPtr::ToInt32() extern "C" IL2CPP_METHOD_ATTR int32_t IntPtr_ToInt32_m2978512204 (intptr_t* __this, const RuntimeMethod* method); // System.Void System.Attribute::.ctor() extern "C" IL2CPP_METHOD_ATTR void Attribute__ctor_m1529526131 (Attribute_t861562559 * __this, 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.Int32 XLua.LuaDLL.Lua::xlua_csharp_str_error(System.IntPtr,System.String) extern "C" IL2CPP_METHOD_ATTR int32_t Lua_xlua_csharp_str_error_m3044062863 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, String_t* ___message1, const RuntimeMethod* method); // System.Void XLua.LuaDLL.Lua::lua_createtable(System.IntPtr,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Lua_lua_createtable_m2902090570 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___narr1, int32_t ___nrec2, const RuntimeMethod* method); // System.Int32 XLua.LuaIndexes::get_LUA_REGISTRYINDEX() extern "C" IL2CPP_METHOD_ATTR int32_t LuaIndexes_get_LUA_REGISTRYINDEX_m2693244088 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 XLua.LuaDLL.Lua::luaL_ref(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Lua_luaL_ref_m2388249351 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___registryIndex1, const RuntimeMethod* method); // System.Void XLua.LuaDLL.Lua::xlua_rawgeti(System.IntPtr,System.Int32,System.Int64) extern "C" IL2CPP_METHOD_ATTR void Lua_xlua_rawgeti_m3760027779 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___tableIndex1, int64_t ___index2, const RuntimeMethod* method); // System.Void XLua.LuaDLL.Lua::luaL_unref(System.IntPtr,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Lua_luaL_unref_m2028964810 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___registryIndex1, int32_t ___reference2, const RuntimeMethod* method); // System.IntPtr System.Runtime.InteropServices.Marshal::GetFunctionPointerForDelegate(System.Delegate) extern "C" IL2CPP_METHOD_ATTR intptr_t Marshal_GetFunctionPointerForDelegate_m3926782411 (RuntimeObject * __this /* static, unused */, Delegate_t1188392813 * p0, const RuntimeMethod* method); // System.Void XLua.LuaDLL.Lua::xlua_push_csharp_function(System.IntPtr,System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Lua_xlua_push_csharp_function_m1625404395 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, intptr_t ___fn1, int32_t ___n2, const RuntimeMethod* method); // System.IntPtr XLua.LuaDLL.Lua::lua_tolstring(System.IntPtr,System.Int32,System.IntPtr&) extern "C" IL2CPP_METHOD_ATTR intptr_t Lua_lua_tolstring_m3062038113 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___index1, intptr_t* ___strLen2, const RuntimeMethod* method); // System.String System.Runtime.InteropServices.Marshal::PtrToStringAnsi(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* Marshal_PtrToStringAnsi_m2040277052 (RuntimeObject * __this /* static, unused */, intptr_t p0, int32_t p1, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.Marshal::Copy(System.IntPtr,System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Marshal_Copy_m1222846562 (RuntimeObject * __this /* static, unused */, intptr_t p0, ByteU5BU5D_t4116647657* p1, int32_t p2, int32_t p3, const RuntimeMethod* method); // System.Text.Encoding System.Text.Encoding::get_UTF8() extern "C" IL2CPP_METHOD_ATTR Encoding_t1523322056 * Encoding_get_UTF8_m1008486739 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void XLua.LuaDLL.Lua::lua_pushnil(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Lua_lua_pushnil_m4186324575 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // System.Void XLua.LuaDLL.Lua::xlua_pushlstring(System.IntPtr,System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR void Lua_xlua_pushlstring_m3598551169 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, ByteU5BU5D_t4116647657* ___str1, int32_t ___size2, const RuntimeMethod* method); // System.Int32 System.String::get_Length() extern "C" IL2CPP_METHOD_ATTR int32_t String_get_Length_m3847582255 (String_t* __this, const RuntimeMethod* method); // System.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::lua_rawget(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Lua_lua_rawget_m3285589170 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___index1, const RuntimeMethod* method); // System.Int32 XLua.LuaDLL.Lua::xluaL_loadbuffer(System.IntPtr,System.Byte[],System.Int32,System.String) extern "C" IL2CPP_METHOD_ATTR int32_t Lua_xluaL_loadbuffer_m2673977280 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, ByteU5BU5D_t4116647657* ___buff1, int32_t ___size2, String_t* ___name3, const RuntimeMethod* method); // System.Int32 XLua.LuaDLL.Lua::xlua_csharp_error(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t Lua_xlua_csharp_error_m1546883816 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // System.Boolean XLua.LuaDLL.Lua::xlua_is_eq_str(System.IntPtr,System.Int32,System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool Lua_xlua_is_eq_str_m2481305601 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___index1, String_t* ___str2, int32_t ___str_len3, const RuntimeMethod* method); // System.Int32 XLua.LuaDLL.lua_CSFunction::Invoke(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t lua_CSFunction_Invoke_m216159223 (lua_CSFunction_t883524059 * __this, intptr_t ___L0, const RuntimeMethod* method); // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) #define Func_2__ctor_m3104565095(__this, p0, p1, method) (( void (*) (Func_2_t3759279471 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_2__ctor_m3104565095_gshared)(__this, p0, p1, method) // System.Void System.Collections.Generic.Queue`1::.ctor() #define Queue_1__ctor_m2745297526(__this, method) (( void (*) (Queue_1_t1426481692 *, const RuntimeMethod*))Queue_1__ctor_m2745297526_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m217200730(__this, method) (( void (*) (List_1_t1937904963 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m757427480(__this, method) (( void (*) (Dictionary_2_t668780358 *, const RuntimeMethod*))Dictionary_2__ctor_m518943619_gshared)(__this, method) // System.Int32 XLua.LuaDLL.Lua::xlua_get_lib_version() extern "C" IL2CPP_METHOD_ATTR int32_t Lua_xlua_get_lib_version_m1170355840 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String System.String::Concat(System.Object[]) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m2971454694 (RuntimeObject * __this /* static, unused */, ObjectU5BU5D_t2843939325* p0, const RuntimeMethod* method); // System.Void System.InvalidProgramException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void InvalidProgramException__ctor_m3976792134 (InvalidProgramException_t3836716986 * __this, String_t* p0, const RuntimeMethod* method); // System.Int32 XLua.LuaDLL.Lua::xlua_get_registry_index() extern "C" IL2CPP_METHOD_ATTR int32_t Lua_xlua_get_registry_index_m3765757661 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void XLua.LuaIndexes::set_LUA_REGISTRYINDEX(System.Int32) extern "C" IL2CPP_METHOD_ATTR void LuaIndexes_set_LUA_REGISTRYINDEX_m3987034760 (RuntimeObject * __this /* static, unused */, int32_t ___value0, const RuntimeMethod* method); // System.IntPtr XLua.LuaDLL.Lua::luaL_newstate() extern "C" IL2CPP_METHOD_ATTR intptr_t Lua_luaL_newstate_m2446219266 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void XLua.LuaDLL.Lua::luaopen_xlua(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Lua_luaopen_xlua_m3245607481 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // System.Int32 XLua.LuaDLL.Lua::luaopen_i64lib(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t Lua_luaopen_i64lib_m1644853958 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::.ctor(XLua.LuaEnv,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator__ctor_m1386574389 (ObjectTranslator_t2020767555 * __this, LuaEnv_t2152703515 * ___luaenv0, intptr_t ___L1, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::createFunctionMetatable(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_createFunctionMetatable_m475099348 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::OpenLib(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_OpenLib_m1615739828 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, 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); // System.Void XLua.ObjectTranslatorPool::Add(System.IntPtr,XLua.ObjectTranslator) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslatorPool_Add_m2088407403 (ObjectTranslatorPool_t158158286 * __this, intptr_t ___L0, ObjectTranslator_t2020767555 * ___translator1, 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.IntPtr XLua.LuaDLL.Lua::lua_atpanic(System.IntPtr,XLua.LuaDLL.lua_CSFunction) extern "C" IL2CPP_METHOD_ATTR intptr_t Lua_lua_atpanic_m1708523052 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, lua_CSFunction_t883524059 * ___panicf1, const RuntimeMethod* method); // System.Void XLua.LuaDLL.Lua::lua_pushstdcallcfunction(System.IntPtr,XLua.LuaDLL.lua_CSFunction,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Lua_lua_pushstdcallcfunction_m955832510 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, lua_CSFunction_t883524059 * ___function1, int32_t ___n2, const RuntimeMethod* method); // System.Int32 XLua.LuaDLL.Lua::xlua_setglobal(System.IntPtr,System.String) extern "C" IL2CPP_METHOD_ATTR int32_t Lua_xlua_setglobal_m3972933054 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, String_t* ___name1, const RuntimeMethod* method); // System.Void System.Exception::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void Exception__ctor_m1152696503 (Exception_t * __this, String_t* p0, const RuntimeMethod* method); // System.Void XLua.TemplateEngine.LuaTemplate::OpenLib(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void LuaTemplate_OpenLib_m1886304761 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // System.Void XLua.LuaEnv::AddSearcher(XLua.LuaDLL.lua_CSFunction,System.Int32) extern "C" IL2CPP_METHOD_ATTR void LuaEnv_AddSearcher_m3095584321 (LuaEnv_t2152703515 * __this, lua_CSFunction_t883524059 * ___searcher0, int32_t ___index1, const RuntimeMethod* method); // System.Object[] XLua.LuaEnv::DoString(System.String,System.String,XLua.LuaTable) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* LuaEnv_DoString_m3000008709 (LuaEnv_t2152703515 * __this, String_t* ___chunk0, String_t* ___chunkName1, LuaTable_t1631611336 * ___env2, const RuntimeMethod* method); // System.Void XLua.LuaEnv::AddBuildin(System.String,XLua.LuaDLL.lua_CSFunction) extern "C" IL2CPP_METHOD_ATTR void LuaEnv_AddBuildin_m2620751191 (LuaEnv_t2152703515 * __this, String_t* ___name0, lua_CSFunction_t883524059 * ___initer1, const RuntimeMethod* method); // System.Void XLua.LuaDLL.Lua::lua_newtable(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Lua_lua_newtable_m1072923522 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // System.Void XLua.LuaDLL.Lua::lua_rawset(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Lua_lua_rawset_m3292503124 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___index1, 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.Int32 XLua.LuaDLL.Lua::lua_setmetatable(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Lua_lua_setmetatable_m707540821 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___objIndex1, const RuntimeMethod* method); // System.Int32 XLua.LuaDLL.Lua::lua_pushthread(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t Lua_lua_pushthread_m3098380310 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // System.Int32 XLua.LuaDLL.Lua::xlua_getglobal(System.IntPtr,System.String) extern "C" IL2CPP_METHOD_ATTR int32_t Lua_xlua_getglobal_m2784290553 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, String_t* ___name1, const RuntimeMethod* method); // System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle) extern "C" IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m1620074514 (RuntimeObject * __this /* static, unused */, RuntimeTypeHandle_t3027515415 p0, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::Alias(System.Type,System.String) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_Alias_m2065280003 (ObjectTranslator_t2020767555 * __this, Type_t * ___type0, String_t* ___alias1, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::Get(System.IntPtr,System.Int32,T&) #define ObjectTranslator_Get_TisLuaTable_t1631611336_m1057782986(__this, ___L0, ___index1, ___v2, method) (( void (*) (ObjectTranslator_t2020767555 *, intptr_t, int32_t, LuaTable_t1631611336 **, const RuntimeMethod*))ObjectTranslator_Get_TisRuntimeObject_m824955942_gshared)(__this, ___L0, ___index1, ___v2, method) // System.Int32 XLua.LuaDLL.Lua::get_error_func_ref(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t Lua_get_error_func_ref_m4094948020 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1>::get_Item(System.Int32) #define List_1_get_Item_m1425128427(__this, p0, method) (( Action_2_t3161010 * (*) (List_1_t1475235752 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Void System.Action`2::Invoke(!0,!1) #define Action_2_Invoke_m3655649185(__this, p0, p1, method) (( void (*) (Action_2_t3161010 *, LuaEnv_t2152703515 *, ObjectTranslator_t2020767555 *, const RuntimeMethod*))Action_2_Invoke_m709903032_gshared)(__this, p0, p1, method) // System.Int32 System.Collections.Generic.List`1>::get_Count() #define List_1_get_Count_m1019086744(__this, method) (( int32_t (*) (List_1_t1475235752 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // System.Void XLua.ObjectTranslator::CreateArrayMetatable(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_CreateArrayMetatable_m3535785860 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::CreateDelegateMetatable(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_CreateDelegateMetatable_m1303012280 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::CreateEnumerablePairs(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_CreateEnumerablePairs_m2150601827 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, const RuntimeMethod* method); // System.Boolean System.IntPtr::op_Equality(System.IntPtr,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR bool IntPtr_op_Equality_m408849716 (RuntimeObject * __this /* static, unused */, intptr_t p0, intptr_t p1, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m237278729 (InvalidOperationException_t56020091 * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1>::.ctor() #define List_1__ctor_m477357355(__this, method) (( void (*) (List_1_t1475235752 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void System.Collections.Generic.List`1>::Add(!0) #define List_1_Add_m3325643405(__this, p0, method) (( void (*) (List_1_t1475235752 *, Action_2_t3161010 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // T XLua.LuaEnv::LoadString(System.String,System.String,XLua.LuaTable) #define LuaEnv_LoadString_TisLuaFunction_t431395339_m2464418266(__this, ___chunk0, ___chunkName1, ___env2, method) (( LuaFunction_t431395339 * (*) (LuaEnv_t2152703515 *, String_t*, String_t*, LuaTable_t1631611336 *, const RuntimeMethod*))LuaEnv_LoadString_TisRuntimeObject_m1985841977_gshared)(__this, ___chunk0, ___chunkName1, ___env2, 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.Int32 XLua.LuaDLL.Lua::lua_setfenv(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Lua_lua_setfenv_m319825179 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___stackPos1, 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.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.Object[] XLua.ObjectTranslator::popValues(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* ObjectTranslator_popValues_m3575704436 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___oldTop1, 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.Object[] XLua.LuaEnv::DoString(System.Byte[],System.String,XLua.LuaTable) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* LuaEnv_DoString_m1495449376 (LuaEnv_t2152703515 * __this, ByteU5BU5D_t4116647657* ___chunk0, String_t* ___chunkName1, LuaTable_t1631611336 * ___env2, const RuntimeMethod* method); // System.Void XLua.LuaDLL.Lua::xlua_getloaders(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Lua_xlua_getloaders_m770835872 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // System.Boolean XLua.LuaDLL.Lua::lua_istable(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool Lua_lua_istable_m743603444 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method); // System.UInt32 XLua.LuaDLL.Lua::xlua_objlen(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR uint32_t Lua_xlua_objlen_m2453405350 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method); // System.Void XLua.LuaDLL.Lua::xlua_rawseti(System.IntPtr,System.Int32,System.Int64) extern "C" IL2CPP_METHOD_ATTR void Lua_xlua_rawseti_m1577548352 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___tableIndex1, int64_t ___index2, const RuntimeMethod* method); // System.Boolean UnityEngine.Object::op_Inequality(UnityEngine.Object,UnityEngine.Object) extern "C" IL2CPP_METHOD_ATTR bool Object_op_Inequality_m4071470834 (RuntimeObject * __this /* static, unused */, Object_t631007953 * p0, Object_t631007953 * p1, const RuntimeMethod* method); // System.Void System.Threading.Monitor::Enter(System.Object) extern "C" IL2CPP_METHOD_ATTR void Monitor_Enter_m2249409497 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, const RuntimeMethod* method); // !0 System.Collections.Generic.Queue`1::Dequeue() #define Queue_1_Dequeue_m3640826854(__this, method) (( GCAction_t1580222198 (*) (Queue_1_t1426481692 *, const RuntimeMethod*))Queue_1_Dequeue_m3640826854_gshared)(__this, method) // System.Int32 System.Collections.Generic.Queue`1::get_Count() #define Queue_1_get_Count_m456349491(__this, method) (( int32_t (*) (Queue_1_t1426481692 *, const RuntimeMethod*))Queue_1_get_Count_m456349491_gshared)(__this, method) // System.Void System.Threading.Monitor::Exit(System.Object) extern "C" IL2CPP_METHOD_ATTR void Monitor_Exit_m3585316909 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, const RuntimeMethod* method); // System.Int32 XLua.ObjectPool::Check(System.Int32,System.Int32,System.Func`2,System.Collections.Generic.Dictionary`2) extern "C" IL2CPP_METHOD_ATTR int32_t ObjectPool_Check_m2912466796 (ObjectPool_t1928582859 * __this, int32_t ___check_pos0, int32_t ___max_check1, Func_2_t3759279471 * ___checker2, Dictionary_2_t3384741 * ___reverse_map3, const RuntimeMethod* method); // System.Void XLua.LuaEnv::Tick() extern "C" IL2CPP_METHOD_ATTR void LuaEnv_Tick_m587394023 (LuaEnv_t2152703515 * __this, 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.LuaEnv::FullGc() extern "C" IL2CPP_METHOD_ATTR void LuaEnv_FullGc_m259815325 (LuaEnv_t2152703515 * __this, const RuntimeMethod* method); // System.Void System.GC::Collect() extern "C" IL2CPP_METHOD_ATTR void GC_Collect_m743975114 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.GC::WaitForPendingFinalizers() extern "C" IL2CPP_METHOD_ATTR void GC_WaitForPendingFinalizers_m1252988293 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean XLua.ObjectTranslator::AllDelegateBridgeReleased() extern "C" IL2CPP_METHOD_ATTR bool ObjectTranslator_AllDelegateBridgeReleased_m2707561361 (ObjectTranslator_t2020767555 * __this, const RuntimeMethod* method); // System.Void XLua.ObjectTranslatorPool::Remove(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslatorPool_Remove_m3828268227 (ObjectTranslatorPool_t158158286 * __this, intptr_t ___L0, const RuntimeMethod* method); // System.Void XLua.LuaDLL.Lua::lua_close(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Lua_lua_close_m1945542862 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // System.Object XLua.ObjectTranslator::GetObject(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ObjectTranslator_GetObject_m3031673712 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, const RuntimeMethod* method); // System.Void XLua.LuaException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void LuaException__ctor_m1453574532 (LuaException_t1837158180 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Queue`1::Enqueue(!0) #define Queue_1_Enqueue_m3159108688(__this, p0, method) (( void (*) (Queue_1_t1426481692 *, GCAction_t1580222198 , const RuntimeMethod*))Queue_1_Enqueue_m3159108688_gshared)(__this, p0, method) // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m133915914(__this, p0, method) (( void (*) (List_1_t1937904963 *, CustomLoader_t465830221 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Boolean XLua.Utils::IsStaticPInvokeCSFunction(XLua.LuaDLL.lua_CSFunction) extern "C" IL2CPP_METHOD_ATTR bool Utils_IsStaticPInvokeCSFunction_m887237802 (RuntimeObject * __this /* static, unused */, lua_CSFunction_t883524059 * ___csFunction0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) #define Dictionary_2_Add_m1436026967(__this, p0, p1, method) (( void (*) (Dictionary_2_t668780358 *, String_t*, lua_CSFunction_t883524059 *, const RuntimeMethod*))Dictionary_2_Add_m2387223709_gshared)(__this, p0, p1, method) // System.Int32 XLua.LuaDLL.Lua::lua_gc(System.IntPtr,XLua.LuaGCOptions,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Lua_lua_gc_m1878929160 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___what1, int32_t ___data2, const RuntimeMethod* method); // System.Byte[] XLua.LuaEnv/CustomLoader::Invoke(System.String&) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* CustomLoader_Invoke_m231579447 (CustomLoader_t465830221 * __this, String_t** ___filepath0, 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.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.Object[] XLua.ObjectTranslator::popValues(System.IntPtr,System.Int32,System.Type[]) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* ObjectTranslator_popValues_m4218441832 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___oldTop1, TypeU5BU5D_t3940880105* ___popTypes2, const RuntimeMethod* method); // System.Object[] XLua.LuaFunction::Call(System.Object[],System.Type[]) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* LuaFunction_Call_m4252697653 (LuaFunction_t431395339 * __this, ObjectU5BU5D_t2843939325* ___args0, TypeU5BU5D_t3940880105* ___returnTypes1, 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); // T XLua.LuaTable::GetInPath(System.String) #define LuaTable_GetInPath_TisRuntimeObject_m1764580773(__this, ___path0, method) (( RuntimeObject * (*) (LuaTable_t1631611336 *, String_t*, const RuntimeMethod*))LuaTable_GetInPath_TisRuntimeObject_m1764580773_gshared)(__this, ___path0, method) // System.Void XLua.LuaTable::SetInPath(System.String,T) #define LuaTable_SetInPath_TisRuntimeObject_m1289779803(__this, ___path0, ___val1, method) (( void (*) (LuaTable_t1631611336 *, String_t*, RuntimeObject *, const RuntimeMethod*))LuaTable_SetInPath_TisRuntimeObject_m1289779803_gshared)(__this, ___path0, ___val1, method) // T XLua.LuaTable::Get(System.Object) #define LuaTable_Get_TisRuntimeObject_m861900606(__this, ___key0, method) (( RuntimeObject * (*) (LuaTable_t1631611336 *, RuntimeObject *, const RuntimeMethod*))LuaTable_Get_TisRuntimeObject_m861900606_gshared)(__this, ___key0, method) // System.Void XLua.LuaTable::Set(TKey,TValue) #define LuaTable_Set_TisRuntimeObject_TisRuntimeObject_m819269054(__this, ___key0, ___value1, method) (( void (*) (LuaTable_t1631611336 *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*))LuaTable_Set_TisRuntimeObject_TisRuntimeObject_m819269054_gshared)(__this, ___key0, ___value1, method) // System.Void XLua.LuaTable/c__Iterator0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CGetKeysU3Ec__Iterator0__ctor_m4159376812 (U3CGetKeysU3Ec__Iterator0_t3432870881 * __this, const RuntimeMethod* method); // System.Int32 XLua.LuaDLL.Lua::lua_next(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Lua_lua_next_m3364024491 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___index1, const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor() extern "C" IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m2730133172 (NotSupportedException_t1314879016 * __this, const RuntimeMethod* method); // System.Collections.Generic.IEnumerator`1 XLua.LuaTable/c__Iterator0::System.Collections.Generic.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* U3CGetKeysU3Ec__Iterator0_System_Collections_Generic_IEnumerableU3CobjectU3E_GetEnumerator_m1899368017 (U3CGetKeysU3Ec__Iterator0_t3432870881 * __this, const RuntimeMethod* method); // System.Int32 System.Threading.Interlocked::CompareExchange(System.Int32&,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Interlocked_CompareExchange_m3023855514 (RuntimeObject * __this /* static, unused */, int32_t* p0, int32_t p1, int32_t p2, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m1115593722(__this, method) (( void (*) (List_1_t2699813617 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m4266051734(__this, method) (( int32_t (*) (List_1_t2699813617 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m3921383175(__this, p0, method) (( OverloadMethodWrap_t1227738875 * (*) (List_1_t2699813617 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Boolean XLua.OverloadMethodWrap::get_HasDefalutValue() extern "C" IL2CPP_METHOD_ATTR bool OverloadMethodWrap_get_HasDefalutValue_m2588768388 (OverloadMethodWrap_t1227738875 * __this, const RuntimeMethod* method); // System.Int32 XLua.OverloadMethodWrap::Call(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t OverloadMethodWrap_Call_m4219118015 (OverloadMethodWrap_t1227738875 * __this, intptr_t ___L0, const RuntimeMethod* method); // System.Boolean XLua.OverloadMethodWrap::Check(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR bool OverloadMethodWrap_Check_m735293606 (OverloadMethodWrap_t1227738875 * __this, intptr_t ___L0, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m3937257545 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* 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.Exception System.Exception::get_InnerException() extern "C" IL2CPP_METHOD_ATTR Exception_t * Exception_get_InnerException_m3836775 (Exception_t * __this, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m2163913788 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, String_t* p2, String_t* p3, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m2305198519(__this, method) (( void (*) (Dictionary_2_t3327871123 *, const RuntimeMethod*))Dictionary_2__ctor_m518943619_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2>::.ctor() #define Dictionary_2__ctor_m833314755(__this, method) (( void (*) (Dictionary_2_t3113127422 *, const RuntimeMethod*))Dictionary_2__ctor_m518943619_gshared)(__this, method) // System.Void XLua.MethodWrapsCache/c__AnonStorey0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CGetConstructorWrapU3Ec__AnonStorey0__ctor_m3049142914 (U3CGetConstructorWrapU3Ec__AnonStorey0_t1482310868 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) #define Dictionary_2_ContainsKey_m3601766311(__this, p0, method) (( bool (*) (Dictionary_2_t3327871123 *, Type_t *, const RuntimeMethod*))Dictionary_2_ContainsKey_m2278349286_gshared)(__this, p0, method) // System.Reflection.ConstructorInfo[] System.Type::GetConstructors() extern "C" IL2CPP_METHOD_ATTR ConstructorInfoU5BU5D_t881249896* Type_GetConstructors_m1172352582 (Type_t * __this, const RuntimeMethod* method); // System.Boolean XLua.TypeExtensions::IsAbstract(System.Type) extern "C" IL2CPP_METHOD_ATTR bool TypeExtensions_IsAbstract_m145558086 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method); // System.Boolean XLua.TypeExtensions::IsValueType(System.Type) extern "C" IL2CPP_METHOD_ATTR bool TypeExtensions_IsValueType_m1315482809 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) #define Dictionary_2_set_Item_m2882970668(__this, p0, p1, method) (( void (*) (Dictionary_2_t3327871123 *, Type_t *, lua_CSFunction_t883524059 *, const RuntimeMethod*))Dictionary_2_set_Item_m3474379962_gshared)(__this, p0, p1, method) // System.Void XLua.MethodWrapsCache/c__AnonStorey1::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CGetConstructorWrapU3Ec__AnonStorey1__ctor_m3172547202 (U3CGetConstructorWrapU3Ec__AnonStorey1_t3438626004 * __this, const RuntimeMethod* method); // XLua.MethodWrap XLua.MethodWrapsCache::_GenMethodWrap(System.Type,System.String,System.Collections.Generic.IEnumerable`1,System.Boolean) extern "C" IL2CPP_METHOD_ATTR MethodWrap_t801859268 * MethodWrapsCache__GenMethodWrap_m2785935813 (MethodWrapsCache_t113059333 * __this, Type_t * ___type0, String_t* ___methodName1, RuntimeObject* ___methodBases2, bool ___forceCheck3, const RuntimeMethod* method); // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) #define Dictionary_2_get_Item_m655425690(__this, p0, method) (( lua_CSFunction_t883524059 * (*) (Dictionary_2_t3327871123 *, Type_t *, const RuntimeMethod*))Dictionary_2_get_Item_m2714930061_gshared)(__this, p0, method) // System.Boolean System.Collections.Generic.Dictionary`2>::ContainsKey(!0) #define Dictionary_2_ContainsKey_m992648186(__this, p0, method) (( bool (*) (Dictionary_2_t3113127422 *, Type_t *, const RuntimeMethod*))Dictionary_2_ContainsKey_m2278349286_gshared)(__this, p0, method) // System.Void System.Collections.Generic.Dictionary`2>::set_Item(!0,!1) #define Dictionary_2_set_Item_m3864845424(__this, p0, p1, method) (( void (*) (Dictionary_2_t3113127422 *, Type_t *, Dictionary_2_t668780358 *, const RuntimeMethod*))Dictionary_2_set_Item_m3474379962_gshared)(__this, p0, p1, method) // !1 System.Collections.Generic.Dictionary`2>::get_Item(!0) #define Dictionary_2_get_Item_m629580894(__this, p0, method) (( Dictionary_2_t668780358 * (*) (Dictionary_2_t3113127422 *, Type_t *, const RuntimeMethod*))Dictionary_2_get_Item_m2714930061_gshared)(__this, p0, method) // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) #define Dictionary_2_ContainsKey_m672596804(__this, p0, method) (( bool (*) (Dictionary_2_t668780358 *, String_t*, const RuntimeMethod*))Dictionary_2_ContainsKey_m2278349286_gshared)(__this, p0, method) // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) #define Dictionary_2_set_Item_m3607904390(__this, p0, p1, method) (( void (*) (Dictionary_2_t668780358 *, String_t*, lua_CSFunction_t883524059 *, const RuntimeMethod*))Dictionary_2_set_Item_m3474379962_gshared)(__this, p0, p1, method) // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) #define Dictionary_2_get_Item_m2229435314(__this, p0, method) (( lua_CSFunction_t883524059 * (*) (Dictionary_2_t668780358 *, String_t*, const RuntimeMethod*))Dictionary_2_get_Item_m2714930061_gshared)(__this, p0, method) // System.Reflection.MethodInfo System.Type::GetMethod(System.String) extern "C" IL2CPP_METHOD_ATTR MethodInfo_t * Type_GetMethod_m2019726356 (Type_t * __this, String_t* p0, const RuntimeMethod* method); // System.Void XLua.MethodWrapsCache/c__AnonStorey3::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CGetEventWrapU3Ec__AnonStorey3__ctor_m1974015400 (U3CGetEventWrapU3Ec__AnonStorey3_t3948112893 * __this, const RuntimeMethod* method); // System.Void XLua.MethodWrapsCache/c__AnonStorey2::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CGetEventWrapU3Ec__AnonStorey2__ctor_m1920996776 (U3CGetEventWrapU3Ec__AnonStorey2_t3948178429 * __this, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m3755062657 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, String_t* p2, const RuntimeMethod* method); // System.Boolean System.Reflection.MethodBase::get_IsStatic() extern "C" IL2CPP_METHOD_ATTR bool MethodBase_get_IsStatic_m2399864271 (MethodBase_t * __this, const RuntimeMethod* method); // System.Void XLua.OverloadMethodWrap::.ctor(XLua.ObjectTranslator,System.Type,System.Reflection.MethodBase) extern "C" IL2CPP_METHOD_ATTR void OverloadMethodWrap__ctor_m2820620630 (OverloadMethodWrap_t1227738875 * __this, ObjectTranslator_t2020767555 * ___translator0, Type_t * ___targetType1, MethodBase_t * ___method2, const RuntimeMethod* method); // System.Void XLua.OverloadMethodWrap::Init(XLua.ObjectCheckers,XLua.ObjectCasters) extern "C" IL2CPP_METHOD_ATTR void OverloadMethodWrap_Init_m1174209660 (OverloadMethodWrap_t1227738875 * __this, ObjectCheckers_t1922409879 * ___objCheckers0, ObjectCasters_t3722364209 * ___objCasters1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m2370122(__this, p0, method) (( void (*) (List_1_t2699813617 *, OverloadMethodWrap_t1227738875 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Void XLua.MethodWrap::.ctor(System.String,System.Collections.Generic.List`1,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void MethodWrap__ctor_m1149894321 (MethodWrap_t801859268 * __this, String_t* ___methodName0, List_1_t2699813617 * ___overloads1, bool ___forceCheck2, const RuntimeMethod* method); // System.Boolean XLua.Utils::IsSupportedMethod(System.Reflection.MethodInfo) extern "C" IL2CPP_METHOD_ATTR bool Utils_IsSupportedMethod_m2462010521 (RuntimeObject * __this /* static, unused */, MethodInfo_t * ___method0, const RuntimeMethod* method); // System.Object System.Activator::CreateInstance(System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Activator_CreateInstance_m3631483688 (RuntimeObject * __this /* static, unused */, Type_t * p0, const RuntimeMethod* method); // System.Type System.Reflection.EventInfo::get_EventHandlerType() extern "C" IL2CPP_METHOD_ATTR Type_t * EventInfo_get_EventHandlerType_m420690865 (EventInfo_t * __this, const RuntimeMethod* method); // System.Object XLua.ObjectTranslator::CreateDelegateBridge(System.IntPtr,System.Type,System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ObjectTranslator_CreateDelegateBridge_m3427419959 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, Type_t * ___delegateType1, int32_t ___idx2, 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.Boolean System.String::op_Equality(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool String_op_Equality_m920492651 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Object System.Reflection.MethodBase::Invoke(System.Object,System.Object[]) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * MethodBase_Invoke_m1776411915 (MethodBase_t * __this, RuntimeObject * p0, ObjectU5BU5D_t2843939325* p1, const RuntimeMethod* method); // System.Object XLua.ObjectCast::Invoke(System.IntPtr,System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ObjectCast_Invoke_m1913262317 (ObjectCast_t2869028929 * __this, intptr_t ___L0, int32_t ___idx1, RuntimeObject * ___target2, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m4182377300(__this, method) (( void (*) (Dictionary_2_t1018408697 *, const RuntimeMethod*))Dictionary_2__ctor_m518943619_gshared)(__this, method) // System.Void XLua.ObjectCast::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void ObjectCast__ctor_m4203589322 (ObjectCast_t2869028929 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) #define Dictionary_2_set_Item_m1127545080(__this, p0, p1, method) (( void (*) (Dictionary_2_t1018408697 *, Type_t *, ObjectCast_t2869028929 *, const RuntimeMethod*))Dictionary_2_set_Item_m3474379962_gshared)(__this, p0, p1, 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.UInt32 XLua.LuaDLL.Lua::xlua_touint(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR uint32_t Lua_xlua_touint_m514469734 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___index1, const RuntimeMethod* method); // System.Int64 XLua.LuaDLL.Lua::lua_toint64(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR int64_t Lua_lua_toint64_m2860959092 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method); // System.UInt64 XLua.LuaDLL.Lua::lua_touint64(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR uint64_t Lua_lua_touint64_m3397986040 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___idx1, 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.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.Boolean XLua.LuaDLL.Lua::lua_toboolean(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool Lua_lua_toboolean_m3020476153 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___index1, const RuntimeMethod* method); // System.Byte[] XLua.LuaDLL.Lua::lua_tobytes(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* Lua_lua_tobytes_m3197196406 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___index1, const RuntimeMethod* method); // System.Object XLua.ObjectTranslator::SafeGetCSObj(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ObjectTranslator_SafeGetCSObj_m101375085 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, const RuntimeMethod* method); // System.IntPtr XLua.LuaDLL.Lua::lua_touserdata(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR intptr_t Lua_lua_touserdata_m3275992727 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method); // System.Boolean XLua.LuaDLL.Lua::lua_isint64(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool Lua_lua_isint64_m1369779581 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method); // System.Boolean XLua.LuaDLL.Lua::lua_isinteger(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool Lua_lua_isinteger_m3661555246 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___index1, const RuntimeMethod* method); // System.Object XLua.ObjectCasters::getLuaTable(System.IntPtr,System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ObjectCasters_getLuaTable_m3136690829 (ObjectCasters_t3722364209 * __this, intptr_t ___L0, int32_t ___idx1, RuntimeObject * ___target2, const RuntimeMethod* method); // System.Object XLua.ObjectCasters::getLuaFunction(System.IntPtr,System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ObjectCasters_getLuaFunction_m2371329095 (ObjectCasters_t3722364209 * __this, intptr_t ___L0, int32_t ___idx1, RuntimeObject * ___target2, const RuntimeMethod* method); // System.Boolean XLua.LuaDLL.Lua::lua_isuint64(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool Lua_lua_isuint64_m338346154 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method); // System.Int32 XLua.LuaDLL.Lua::luaL_ref(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t Lua_luaL_ref_m3714648423 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method); // System.Void XLua.LuaTable::.ctor(System.Int32,XLua.LuaEnv) extern "C" IL2CPP_METHOD_ATTR void LuaTable__ctor_m488729730 (LuaTable_t1631611336 * __this, int32_t ___reference0, LuaEnv_t2152703515 * ___luaenv1, 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.LuaFunction::.ctor(System.Int32,XLua.LuaEnv) extern "C" IL2CPP_METHOD_ATTR void LuaFunction__ctor_m1434709015 (LuaFunction_t431395339 * __this, int32_t ___reference0, LuaEnv_t2152703515 * ___luaenv1, const RuntimeMethod* method); // System.Void XLua.ObjectCasters/c__AnonStorey0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CgenCasterU3Ec__AnonStorey0__ctor_m1021895500 (U3CgenCasterU3Ec__AnonStorey0_t1460193 * __this, const RuntimeMethod* method); // System.Boolean XLua.TypeExtensions::IsInterface(System.Type) extern "C" IL2CPP_METHOD_ATTR bool TypeExtensions_IsInterface_m1418313074 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method); // System.Boolean XLua.TypeExtensions::IsEnum(System.Type) extern "C" IL2CPP_METHOD_ATTR bool TypeExtensions_IsEnum_m1162764005 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method); // System.Boolean System.Type::get_IsArray() extern "C" IL2CPP_METHOD_ATTR bool Type_get_IsArray_m2591212821 (Type_t * __this, const RuntimeMethod* method); // System.Boolean XLua.TypeExtensions::IsGenericType(System.Type) extern "C" IL2CPP_METHOD_ATTR bool TypeExtensions_IsGenericType_m3178670838 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method); // System.Void XLua.ObjectCasters/c__AnonStorey1::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CgenCasterU3Ec__AnonStorey1__ctor_m3866878796 (U3CgenCasterU3Ec__AnonStorey1_t1957775329 * __this, const RuntimeMethod* method); // XLua.ObjectCast XLua.ObjectCasters::GetCaster(System.Type) extern "C" IL2CPP_METHOD_ATTR ObjectCast_t2869028929 * ObjectCasters_GetCaster_m200833679 (ObjectCasters_t3722364209 * __this, Type_t * ___type0, const RuntimeMethod* method); // System.Void XLua.ObjectCasters/c__AnonStorey2::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CgenCasterU3Ec__AnonStorey2__ctor_m775086924 (U3CgenCasterU3Ec__AnonStorey2_t3914090465 * __this, const RuntimeMethod* method); // System.Boolean XLua.TypeExtensions::IsClass(System.Type) extern "C" IL2CPP_METHOD_ATTR bool TypeExtensions_IsClass_m111105048 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method); // System.Reflection.ConstructorInfo System.Type::GetConstructor(System.Type[]) extern "C" IL2CPP_METHOD_ATTR ConstructorInfo_t5769829 * Type_GetConstructor_m2219014380 (Type_t * __this, TypeU5BU5D_t3940880105* p0, const RuntimeMethod* method); // System.Void XLua.ObjectCasters/c__AnonStorey3::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CgenNullableCasterU3Ec__AnonStorey3__ctor_m1134396183 (U3CgenNullableCasterU3Ec__AnonStorey3_t4123092059 * __this, const RuntimeMethod* method); // System.Boolean System.Type::get_IsByRef() extern "C" IL2CPP_METHOD_ATTR bool Type_get_IsByRef_m1262524108 (Type_t * __this, const RuntimeMethod* method); // System.Type System.Nullable::GetUnderlyingType(System.Type) extern "C" IL2CPP_METHOD_ATTR Type_t * Nullable_GetUnderlyingType_m3905033790 (RuntimeObject * __this /* static, unused */, Type_t * p0, const RuntimeMethod* method); // XLua.ObjectCast XLua.ObjectCasters::genNullableCaster(XLua.ObjectCast) extern "C" IL2CPP_METHOD_ATTR ObjectCast_t2869028929 * ObjectCasters_genNullableCaster_m4207284878 (ObjectCasters_t3722364209 * __this, ObjectCast_t2869028929 * ___oc0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m3095085478(__this, p0, p1, method) (( bool (*) (Dictionary_2_t1018408697 *, Type_t *, ObjectCast_t2869028929 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3280774074_gshared)(__this, p0, p1, method) // XLua.ObjectCast XLua.ObjectCasters::genCaster(System.Type) extern "C" IL2CPP_METHOD_ATTR ObjectCast_t2869028929 * ObjectCasters_genCaster_m527925513 (ObjectCasters_t3722364209 * __this, Type_t * ___type0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) #define Dictionary_2_Add_m2863626116(__this, p0, p1, method) (( void (*) (Dictionary_2_t1018408697 *, Type_t *, ObjectCast_t2869028929 *, const RuntimeMethod*))Dictionary_2_Add_m2387223709_gshared)(__this, p0, p1, method) // System.Object XLua.ObjectTranslator::CreateInterfaceBridge(System.IntPtr,System.Type,System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ObjectTranslator_CreateInterfaceBridge_m1488525338 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, Type_t * ___interfaceType1, int32_t ___idx2, const RuntimeMethod* method); // System.Object System.Enum::Parse(System.Type,System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Enum_Parse_m1871331077 (RuntimeObject * __this /* static, unused */, Type_t * p0, String_t* p1, const RuntimeMethod* method); // System.Object System.Enum::ToObject(System.Type,System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Enum_ToObject_m2710011811 (RuntimeObject * __this /* static, unused */, Type_t * p0, int32_t p1, const RuntimeMethod* method); // System.Void System.InvalidCastException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void InvalidCastException__ctor_m318645277 (InvalidCastException_t3927145244 * __this, String_t* p0, const RuntimeMethod* method); // System.Array System.Array::CreateInstance(System.Type,System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeArray * Array_CreateInstance_m2750085942 (RuntimeObject * __this /* static, unused */, Type_t * p0, int32_t p1, const RuntimeMethod* method); // System.Boolean XLua.LuaDLL.Lua::lua_checkstack(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool Lua_lua_checkstack_m685072503 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___extra1, 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.Boolean XLua.TypeExtensions::IsPrimitive(System.Type) extern "C" IL2CPP_METHOD_ATTR bool TypeExtensions_IsPrimitive_m3572507193 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method); // System.Boolean XLua.StaticLuaCallbacks::TryPrimitiveArraySet(System.Type,System.IntPtr,System.Object,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool StaticLuaCallbacks_TryPrimitiveArraySet_m3448088211 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, intptr_t ___L1, RuntimeObject * ___obj2, int32_t ___array_idx3, int32_t ___obj_idx4, const RuntimeMethod* method); // System.Void System.Array::SetValue(System.Object,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_SetValue_m3412255035 (RuntimeArray * __this, RuntimeObject * p0, int32_t p1, const RuntimeMethod* method); // System.Reflection.FieldInfo[] System.Type::GetFields() extern "C" IL2CPP_METHOD_ATTR FieldInfoU5BU5D_t846150980* Type_GetFields_m3709891696 (Type_t * __this, const RuntimeMethod* method); // System.Boolean XLua.LuaDLL.Lua::lua_isnil(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool Lua_lua_isnil_m3293895152 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___index1, const RuntimeMethod* method); // System.Void System.Reflection.FieldInfo::SetValue(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR void FieldInfo_SetValue_m2460171138 (FieldInfo_t * __this, RuntimeObject * p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Boolean XLua.ObjectTranslator::Assignable(System.IntPtr,System.Int32,System.Type) extern "C" IL2CPP_METHOD_ATTR bool ObjectTranslator_Assignable_m475717339 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, Type_t * ___type2, const RuntimeMethod* method); // System.Boolean XLua.ObjectCheck::Invoke(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool ObjectCheck_Invoke_m3678272064 (ObjectCheck_t3971088829 * __this, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m815117427(__this, method) (( void (*) (Dictionary_2_t2120468597 *, const RuntimeMethod*))Dictionary_2__ctor_m518943619_gshared)(__this, method) // System.Void XLua.ObjectCheck::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void ObjectCheck__ctor_m3168775399 (ObjectCheck_t3971088829 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) #define Dictionary_2_set_Item_m4001127871(__this, p0, p1, method) (( void (*) (Dictionary_2_t2120468597 *, Type_t *, ObjectCheck_t3971088829 *, const RuntimeMethod*))Dictionary_2_set_Item_m3474379962_gshared)(__this, p0, p1, method) // System.Boolean XLua.ObjectTranslator::IsDecimal(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool ObjectTranslator_IsDecimal_m3121000211 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, const RuntimeMethod* method); // System.Void XLua.ObjectCheckers/c__AnonStorey0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CgenCheckerU3Ec__AnonStorey0__ctor_m3612424926 (U3CgenCheckerU3Ec__AnonStorey0_t2172020912 * __this, const RuntimeMethod* method); // System.Void XLua.ObjectCheckers/c__AnonStorey1::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CgenNullableCheckerU3Ec__AnonStorey1__ctor_m16030565 (U3CgenNullableCheckerU3Ec__AnonStorey1_t287041101 * __this, const RuntimeMethod* method); // XLua.ObjectCheck XLua.ObjectCheckers::GetChecker(System.Type) extern "C" IL2CPP_METHOD_ATTR ObjectCheck_t3971088829 * ObjectCheckers_GetChecker_m1011057478 (ObjectCheckers_t1922409879 * __this, Type_t * ___type0, const RuntimeMethod* method); // XLua.ObjectCheck XLua.ObjectCheckers::genNullableChecker(XLua.ObjectCheck) extern "C" IL2CPP_METHOD_ATTR ObjectCheck_t3971088829 * ObjectCheckers_genNullableChecker_m629991228 (ObjectCheckers_t1922409879 * __this, ObjectCheck_t3971088829 * ___oc0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m3517461582(__this, p0, p1, method) (( bool (*) (Dictionary_2_t2120468597 *, Type_t *, ObjectCheck_t3971088829 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3280774074_gshared)(__this, p0, p1, method) // XLua.ObjectCheck XLua.ObjectCheckers::genChecker(System.Type) extern "C" IL2CPP_METHOD_ATTR ObjectCheck_t3971088829 * ObjectCheckers_genChecker_m2957788172 (ObjectCheckers_t1922409879 * __this, Type_t * ___type0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) #define Dictionary_2_Add_m2019439261(__this, p0, p1, method) (( void (*) (Dictionary_2_t2120468597 *, Type_t *, ObjectCheck_t3971088829 *, const RuntimeMethod*))Dictionary_2_Add_m2387223709_gshared)(__this, p0, p1, method) // System.Type XLua.ObjectTranslator::GetTypeOf(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR Type_t * ObjectTranslator_GetTypeOf_m3589627830 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method); // System.Void XLua.ObjectPool::extend_capacity() extern "C" IL2CPP_METHOD_ATTR void ObjectPool_extend_capacity_m3994910656 (ObjectPool_t1928582859 * __this, const RuntimeMethod* method); // System.Void XLua.ObjectPool/Slot::.ctor(System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR void Slot__ctor_m245455814 (Slot_t179431562 * __this, int32_t ___next0, RuntimeObject * ___obj1, const RuntimeMethod* method); // System.Boolean System.Object::ReferenceEquals(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR bool Object_ReferenceEquals_m610702577 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, RuntimeObject * p1, const RuntimeMethod* method); // !1 System.Func`2::Invoke(!0) #define Func_2_Invoke_m1574203759(__this, p0, method) (( bool (*) (Func_2_t3759279471 *, RuntimeObject *, const RuntimeMethod*))Func_2_Invoke_m1574203759_gshared)(__this, p0, method) // System.Object XLua.ObjectPool::Replace(System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ObjectPool_Replace_m4172307805 (ObjectPool_t1928582859 * __this, int32_t ___index0, RuntimeObject * ___o1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m3959998165(__this, p0, p1, method) (( bool (*) (Dictionary_2_t3384741 *, RuntimeObject *, int32_t*, const RuntimeMethod*))Dictionary_2_TryGetValue_m3959998165_gshared)(__this, p0, p1, method) // System.Boolean System.Collections.Generic.Dictionary`2::Remove(!0) #define Dictionary_2_Remove_m1061383611(__this, p0, method) (( bool (*) (Dictionary_2_t3384741 *, RuntimeObject *, const RuntimeMethod*))Dictionary_2_Remove_m1061383611_gshared)(__this, p0, method) // System.Int32 System.Math::Min(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Math_Min_m3468062251 (RuntimeObject * __this /* static, unused */, int32_t p0, int32_t p1, const RuntimeMethod* method); // System.Void XLua.ObjectPool::.ctor() extern "C" IL2CPP_METHOD_ATTR void ObjectPool__ctor_m333161720 (ObjectPool_t1928582859 * __this, const RuntimeMethod* method); // System.Void XLua.ReferenceEqualsComparer::.ctor() extern "C" IL2CPP_METHOD_ATTR void ReferenceEqualsComparer__ctor_m1496592547 (ReferenceEqualsComparer_t1100647835 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor(System.Collections.Generic.IEqualityComparer`1) #define Dictionary_2__ctor_m624773522(__this, p0, method) (( void (*) (Dictionary_2_t3384741 *, RuntimeObject*, const RuntimeMethod*))Dictionary_2__ctor_m624773522_gshared)(__this, p0, method) // System.Void System.Collections.Generic.Dictionary`2>::.ctor() #define Dictionary_2__ctor_m1953359740(__this, method) (( void (*) (Dictionary_2_t3456964840 *, const RuntimeMethod*))Dictionary_2__ctor_m518943619_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2>::.ctor() #define Dictionary_2__ctor_m2869536720(__this, method) (( void (*) (Dictionary_2_t1325155278 *, const RuntimeMethod*))Dictionary_2__ctor_m518943619_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m2679887932(__this, method) (( void (*) (Dictionary_2_t633324528 *, const RuntimeMethod*))Dictionary_2__ctor_m518943619_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m1565303856(__this, method) (( void (*) (Dictionary_2_t2541635029 *, const RuntimeMethod*))Dictionary_2__ctor_m236774955_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2>::.ctor() #define Dictionary_2__ctor_m2562371212(__this, method) (( void (*) (Dictionary_2_t3427006295 *, const RuntimeMethod*))Dictionary_2__ctor_m518943619_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m63529513(__this, method) (( void (*) (Dictionary_2_t223600047 *, const RuntimeMethod*))Dictionary_2__ctor_m2601736566_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m2302605526(__this, method) (( void (*) (Dictionary_2_t1100325521 *, const RuntimeMethod*))Dictionary_2__ctor_m2253601317_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m1258574838(__this, method) (( void (*) (Dictionary_2_t1372658091 *, const RuntimeMethod*))Dictionary_2__ctor_m2601736566_gshared)(__this, method) // System.Void System.Collections.Generic.HashSet`1::.ctor() #define HashSet_1__ctor_m801176703(__this, method) (( void (*) (HashSet_1_t1048894234 *, const RuntimeMethod*))HashSet_1__ctor_m4231804131_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m2253601317(__this, method) (( void (*) (Dictionary_2_t3384741 *, const RuntimeMethod*))Dictionary_2__ctor_m2253601317_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m2307673079(__this, method) (( void (*) (List_1_t2355598801 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m3889550321(__this, method) (( void (*) (Dictionary_2_t974727102 *, const RuntimeMethod*))Dictionary_2__ctor_m518943619_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m1102867147(__this, method) (( void (*) (Dictionary_2_t3199299591 *, const RuntimeMethod*))Dictionary_2__ctor_m518943619_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2::.ctor() #define Dictionary_2__ctor_m851750302(__this, method) (( void (*) (Dictionary_2_t2411574205 *, const RuntimeMethod*))Dictionary_2__ctor_m518943619_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::.ctor() #define List_1__ctor_m1786034876(__this, method) (( void (*) (List_1_t1279540245 *, const RuntimeMethod*))List_1__ctor_m2321703786_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m543857524(__this, p0, method) (( void (*) (List_1_t1279540245 *, Assembly_t *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.AppDomain System.AppDomain::get_CurrentDomain() extern "C" IL2CPP_METHOD_ATTR AppDomain_t1571427825 * AppDomain_get_CurrentDomain_m182766250 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Reflection.Assembly[] System.AppDomain::GetAssemblies() extern "C" IL2CPP_METHOD_ATTR AssemblyU5BU5D_t2792222854* AppDomain_GetAssemblies_m803088943 (AppDomain_t1571427825 * __this, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::addAssemblieByName(System.Collections.Generic.IEnumerable`1,System.String) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_addAssemblieByName_m3007353531 (ObjectTranslator_t2020767555 * __this, RuntimeObject* ___assemblies_usorted0, String_t* ___name1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1::Contains(!0) #define List_1_Contains_m1336352484(__this, p0, method) (( bool (*) (List_1_t1279540245 *, Assembly_t *, const RuntimeMethod*))List_1_Contains_m2654125393_gshared)(__this, p0, method) // System.Void XLua.ObjectCasters::.ctor(XLua.ObjectTranslator) extern "C" IL2CPP_METHOD_ATTR void ObjectCasters__ctor_m3123633304 (ObjectCasters_t3722364209 * __this, ObjectTranslator_t2020767555 * ___translator0, const RuntimeMethod* method); // System.Void XLua.ObjectCheckers::.ctor(XLua.ObjectTranslator) extern "C" IL2CPP_METHOD_ATTR void ObjectCheckers__ctor_m2474300954 (ObjectCheckers_t1922409879 * __this, ObjectTranslator_t2020767555 * ___translator0, const RuntimeMethod* method); // System.Void XLua.MethodWrapsCache::.ctor(XLua.ObjectTranslator,XLua.ObjectCheckers,XLua.ObjectCasters) extern "C" IL2CPP_METHOD_ATTR void MethodWrapsCache__ctor_m507601062 (MethodWrapsCache_t113059333 * __this, ObjectTranslator_t2020767555 * ___translator0, ObjectCheckers_t1922409879 * ___objCheckers1, ObjectCasters_t3722364209 * ___objCasters2, const RuntimeMethod* method); // System.Void XLua.StaticLuaCallbacks::.ctor() extern "C" IL2CPP_METHOD_ATTR void StaticLuaCallbacks__ctor_m2031878285 (StaticLuaCallbacks_t3406648379 * __this, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator::initCSharpCallLua() extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_initCSharpCallLua_m1610732461 (ObjectTranslator_t2020767555 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2>::set_Item(!0,!1) #define Dictionary_2_set_Item_m1054239037(__this, p0, p1, method) (( void (*) (Dictionary_2_t3456964840 *, Type_t *, Action_1_t1012617776 *, const RuntimeMethod*))Dictionary_2_set_Item_m3474379962_gshared)(__this, p0, p1, method) // System.Void System.Collections.Generic.Dictionary`2>::Add(!0,!1) #define Dictionary_2_Add_m2540534362(__this, p0, p1, method) (( void (*) (Dictionary_2_t1325155278 *, Type_t *, Func_3_t3175775510 *, const RuntimeMethod*))Dictionary_2_Add_m2387223709_gshared)(__this, p0, p1, method) // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) #define Dictionary_2_ContainsKey_m1473012971(__this, p0, method) (( bool (*) (Dictionary_2_t2541635029 *, Type_t *, const RuntimeMethod*))Dictionary_2_ContainsKey_m1703962396_gshared)(__this, p0, method) // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) #define Dictionary_2_Add_m1178554211(__this, p0, p1, method) (( void (*) (Dictionary_2_t2541635029 *, Type_t *, bool, const RuntimeMethod*))Dictionary_2_Add_m4262304220_gshared)(__this, p0, p1, method) // System.Int32 XLua.LuaDLL.Lua::luaL_newmetatable(System.IntPtr,System.String) extern "C" IL2CPP_METHOD_ATTR int32_t Lua_luaL_newmetatable_m848198231 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, String_t* ___meta1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2>::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m612612121(__this, p0, p1, method) (( bool (*) (Dictionary_2_t3456964840 *, Type_t *, Action_1_t1012617776 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3280774074_gshared)(__this, p0, p1, method) // System.Boolean System.Collections.Generic.Dictionary`2>::Remove(!0) #define Dictionary_2_Remove_m1864771535(__this, p0, method) (( bool (*) (Dictionary_2_t3456964840 *, Type_t *, const RuntimeMethod*))Dictionary_2_Remove_m1786738978_gshared)(__this, p0, method) // System.Void System.Action`1::Invoke(!0) #define Action_1_Invoke_m3233585485(__this, p0, method) (( void (*) (Action_1_t1012617776 *, intptr_t, const RuntimeMethod*))Action_1_Invoke_m3233585485_gshared)(__this, p0, method) // System.Boolean System.Collections.Generic.HashSet`1::Contains(!0) #define HashSet_1_Contains_m3238457005(__this, p0, method) (( bool (*) (HashSet_1_t1048894234 *, Type_t *, const RuntimeMethod*))HashSet_1_Contains_m3173358704_gshared)(__this, p0, method) // System.Void XLua.Utils::ReflectionWrap(System.IntPtr,System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Utils_ReflectionWrap_m2304473727 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, Type_t * ___type1, bool ___privateAccessible2, const RuntimeMethod* method); // System.Boolean XLua.TypeExtensions::IsGenericTypeDefinition(System.Type) extern "C" IL2CPP_METHOD_ATTR bool TypeExtensions_IsGenericTypeDefinition_m741157858 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method); // System.Int32 XLua.ObjectTranslator::GetTypeId(System.IntPtr,System.Type) extern "C" IL2CPP_METHOD_ATTR int32_t ObjectTranslator_GetTypeId_m1793999451 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, Type_t * ___type1, const RuntimeMethod* method); // System.Type XLua.ObjectTranslator::FindType(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Type_t * ObjectTranslator_FindType_m4140411878 (ObjectTranslator_t2020767555 * __this, String_t* ___className0, bool ___isQualifiedName1, const RuntimeMethod* 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::set_Item(!0,!1) #define Dictionary_2_set_Item_m3966730482(__this, p0, p1, method) (( void (*) (Dictionary_2_t633324528 *, Type_t *, Type_t *, const RuntimeMethod*))Dictionary_2_set_Item_m3474379962_gshared)(__this, p0, p1, method) // System.Boolean System.String::StartsWith(System.String) extern "C" IL2CPP_METHOD_ATTR bool String_StartsWith_m1759067526 (String_t* __this, String_t* p0, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator/c__AnonStorey0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CgetCreatorUsingGenericU3Ec__AnonStorey0__ctor_m2667077584 (U3CgetCreatorUsingGenericU3Ec__AnonStorey0_t1407406737 * __this, const RuntimeMethod* method); // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) #define Func_2__ctor_m590823069(__this, p0, p1, method) (( void (*) (Func_2_t3487522507 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_2__ctor_m3104565095_gshared)(__this, p0, p1, method) // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Where(System.Collections.Generic.IEnumerable`1,System.Func`2) #define Enumerable_Where_TisMethodInfo_t_m3924235442(__this /* static, unused */, p0, p1, method) (( RuntimeObject* (*) (RuntimeObject * /* static, unused */, RuntimeObject*, Func_2_t3487522507 *, const RuntimeMethod*))Enumerable_Where_TisRuntimeObject_m3454096398_gshared)(__this /* static, unused */, p0, p1, method) // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) #define Func_2__ctor_m578777272(__this, p0, p1, method) (( void (*) (Func_2_t2046212999 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_2__ctor_m1645301223_gshared)(__this, p0, p1, method) // System.Linq.IOrderedEnumerable`1 System.Linq.Enumerable::OrderBy(System.Collections.Generic.IEnumerable`1,System.Func`2) #define Enumerable_OrderBy_TisMethodInfo_t_TisInt32_t2950945753_m2349904740(__this /* static, unused */, p0, p1, method) (( RuntimeObject* (*) (RuntimeObject * /* static, unused */, RuntimeObject*, Func_2_t2046212999 *, const RuntimeMethod*))Enumerable_OrderBy_TisRuntimeObject_TisInt32_t2950945753_m886958096_gshared)(__this /* static, unused */, p0, p1, method) // !!0[] System.Linq.Enumerable::ToArray(System.Collections.Generic.IEnumerable`1) #define Enumerable_ToArray_TisMethodInfo_t_m2640777535(__this /* static, unused */, p0, method) (( MethodInfoU5BU5D_t2572182361* (*) (RuntimeObject * /* static, unused */, RuntimeObject*, const RuntimeMethod*))Enumerable_ToArray_TisRuntimeObject_m3600642960_gshared)(__this /* static, unused */, p0, method) // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) #define Func_2__ctor_m1433494826(__this, p0, p1, method) (( void (*) (Func_2_t982659231 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_2__ctor_m406556452_gshared)(__this, p0, p1, method) // System.Boolean System.Reflection.ParameterInfo::get_IsOut() extern "C" IL2CPP_METHOD_ATTR bool ParameterInfo_get_IsOut_m867677222 (ParameterInfo_t1861056598 * __this, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator/c__AnonStorey2::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CgetCreatorUsingGenericU3Ec__AnonStorey2__ctor_m2913886160 (U3CgetCreatorUsingGenericU3Ec__AnonStorey2_t1025069713 * __this, const RuntimeMethod* method); // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) #define Func_2__ctor_m249082317(__this, p0, p1, method) (( void (*) (Func_2_t3692615456 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_2__ctor_m406556452_gshared)(__this, p0, p1, method) // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Select(System.Collections.Generic.IEnumerable`1,System.Func`2) #define Enumerable_Select_TisParameterInfo_t1861056598_TisType_t_m1700990983(__this /* static, unused */, p0, p1, method) (( RuntimeObject* (*) (RuntimeObject * /* static, unused */, RuntimeObject*, Func_2_t3692615456 *, const RuntimeMethod*))Enumerable_Select_TisRuntimeObject_TisRuntimeObject_m3244726840_gshared)(__this /* static, unused */, p0, p1, method) // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Concat(System.Collections.Generic.IEnumerable`1,System.Collections.Generic.IEnumerable`1) #define Enumerable_Concat_TisType_t_m738045824(__this /* static, unused */, p0, p1, method) (( RuntimeObject* (*) (RuntimeObject * /* static, unused */, RuntimeObject*, RuntimeObject*, const RuntimeMethod*))Enumerable_Concat_TisRuntimeObject_m1054524938_gshared)(__this /* static, unused */, p0, p1, method) // System.Void XLua.ObjectTranslator/c__AnonStorey1::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CgetCreatorUsingGenericU3Ec__AnonStorey1__ctor_m2543673296 (U3CgetCreatorUsingGenericU3Ec__AnonStorey1_t3746058897 * __this, const RuntimeMethod* method); // !!0[] System.Linq.Enumerable::ToArray(System.Collections.Generic.IEnumerable`1) #define Enumerable_ToArray_TisType_t_m4037995289(__this /* static, unused */, p0, method) (( TypeU5BU5D_t3940880105* (*) (RuntimeObject * /* static, unused */, RuntimeObject*, const RuntimeMethod*))Enumerable_ToArray_TisRuntimeObject_m3600642960_gshared)(__this /* static, unused */, p0, method) // System.Void XLua.ObjectTranslator/c__AnonStorey3::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CgetDelegateU3Ec__AnonStorey3__ctor_m1179516294 (U3CgetDelegateU3Ec__AnonStorey3_t4152580592 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2>::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m303980006(__this, p0, p1, method) (( bool (*) (Dictionary_2_t3427006295 *, Type_t *, Func_2_t982659231 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3280774074_gshared)(__this, p0, p1, method) // System.Boolean System.Reflection.MethodBase::get_IsConstructor() extern "C" IL2CPP_METHOD_ATTR bool MethodBase_get_IsConstructor_m1438333698 (MethodBase_t * __this, const RuntimeMethod* method); // System.Boolean XLua.Utils::IsParamsMatch(System.Reflection.MethodInfo,System.Reflection.MethodInfo) extern "C" IL2CPP_METHOD_ATTR bool Utils_IsParamsMatch_m3661847978 (RuntimeObject * __this /* static, unused */, MethodInfo_t * ___delegateMethod0, MethodInfo_t * ___bridgeMethod1, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator/c__AnonStorey4::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CgetDelegateU3Ec__AnonStorey4__ctor_m1179513027 (U3CgetDelegateU3Ec__AnonStorey4_t4152580591 * __this, const RuntimeMethod* method); // System.Func`2 XLua.ObjectTranslator::getCreatorUsingGeneric(XLua.DelegateBridgeBase,System.Type,System.Reflection.MethodInfo) extern "C" IL2CPP_METHOD_ATTR Func_2_t982659231 * ObjectTranslator_getCreatorUsingGeneric_m920798342 (ObjectTranslator_t2020767555 * __this, DelegateBridgeBase_t3577089876 * ___bridge0, Type_t * ___delegateType1, MethodInfo_t * ___delegateMethod2, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2>::Add(!0,!1) #define Dictionary_2_Add_m969062979(__this, p0, p1, method) (( void (*) (Dictionary_2_t3427006295 *, Type_t *, Func_2_t982659231 *, const RuntimeMethod*))Dictionary_2_Add_m2387223709_gshared)(__this, p0, p1, method) // !1 System.Func`2::Invoke(!0) #define Func_2_Invoke_m1675886064(__this, p0, method) (( Delegate_t1188392813 * (*) (Func_2_t982659231 *, DelegateBridgeBase_t3577089876 *, const RuntimeMethod*))Func_2_Invoke_m3285901618_gshared)(__this, p0, method) // System.String XLua.TypeExtensions::GetFriendlyName(System.Type) extern "C" IL2CPP_METHOD_ATTR String_t* TypeExtensions_GetFriendlyName_m3977986002 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method); // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) #define Dictionary_2_get_Item_m3543437838(__this, p0, method) (( WeakReference_t1334886716 * (*) (Dictionary_2_t223600047 *, int32_t, const RuntimeMethod*))Dictionary_2_get_Item_m107019914_gshared)(__this, p0, method) // 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); // System.Delegate XLua.ObjectTranslator::getDelegate(XLua.DelegateBridgeBase,System.Type) extern "C" IL2CPP_METHOD_ATTR Delegate_t1188392813 * ObjectTranslator_getDelegate_m425086728 (ObjectTranslator_t2020767555 * __this, DelegateBridgeBase_t3577089876 * ___bridge0, Type_t * ___delegateType1, const RuntimeMethod* method); // 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); // 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); // System.Void System.WeakReference::.ctor(System.Object) extern "C" IL2CPP_METHOD_ATTR void WeakReference__ctor_m2401547918 (WeakReference_t1334886716 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) #define Dictionary_2_set_Item_m3707679280(__this, p0, p1, method) (( void (*) (Dictionary_2_t223600047 *, int32_t, WeakReference_t1334886716 *, const RuntimeMethod*))Dictionary_2_set_Item_m1544430118_gshared)(__this, p0, p1, method) // System.Void XLua.LuaBase::Dispose() extern "C" IL2CPP_METHOD_ATTR void LuaBase_Dispose_m946379774 (LuaBase_t1730675691 * __this, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() #define Dictionary_2_GetEnumerator_m2739157404(__this, method) (( Enumerator_t2177782822 (*) (Dictionary_2_t223600047 *, const RuntimeMethod*))Dictionary_2_GetEnumerator_m1087370259_gshared)(__this, method) // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::get_Current() #define Enumerator_get_Current_m115693824(__this, method) (( KeyValuePair_2_t2621272214 (*) (Enumerator_t2177782822 *, const RuntimeMethod*))Enumerator_get_Current_m3431285658_gshared)(__this, method) // !1 System.Collections.Generic.KeyValuePair`2::get_Value() #define KeyValuePair_2_get_Value_m2229915025(__this, method) (( WeakReference_t1334886716 * (*) (KeyValuePair_2_t2621272214 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m3495598764_gshared)(__this, method) // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() #define Enumerator_MoveNext_m1230695701(__this, method) (( bool (*) (Enumerator_t2177782822 *, const RuntimeMethod*))Enumerator_MoveNext_m3398155861_gshared)(__this, method) // System.Void System.Collections.Generic.Dictionary`2/Enumerator::Dispose() #define Enumerator_Dispose_m2886732563(__this, method) (( void (*) (Enumerator_t2177782822 *, const RuntimeMethod*))Enumerator_Dispose_m562365603_gshared)(__this, method) // System.Void XLua.LuaDLL.Lua::lua_unref(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Lua_lua_unref_m877946208 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___reference1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::Remove(!0) #define Dictionary_2_Remove_m2817369805(__this, p0, method) (( bool (*) (Dictionary_2_t223600047 *, int32_t, const RuntimeMethod*))Dictionary_2_Remove_m4193450060_gshared)(__this, p0, method) // System.Boolean System.Collections.Generic.Dictionary`2>::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m1666246895(__this, p0, p1, method) (( bool (*) (Dictionary_2_t1325155278 *, Type_t *, Func_3_t3175775510 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3280774074_gshared)(__this, p0, p1, method) // !2 System.Func`3::Invoke(!0,!1) #define Func_3_Invoke_m3299196796(__this, p0, p1, method) (( LuaBase_t1730675691 * (*) (Func_3_t3175775510 *, int32_t, LuaEnv_t2152703515 *, const RuntimeMethod*))Func_3_Invoke_m567763635_gshared)(__this, p0, p1, 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.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.IntPtr XLua.LuaDLL.Lua::xlua_tag() extern "C" IL2CPP_METHOD_ATTR intptr_t Lua_xlua_tag_m2599648323 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void XLua.LuaDLL.Lua::lua_pushlightuserdata(System.IntPtr,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Lua_lua_pushlightuserdata_m2253183640 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, intptr_t ___udata1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) #define Dictionary_2_Add_m3904430912(__this, p0, p1, method) (( void (*) (Dictionary_2_t1100325521 *, Type_t *, int32_t, const RuntimeMethod*))Dictionary_2_Add_m1279427033_gshared)(__this, p0, p1, method) // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() #define List_1_GetEnumerator_m3129501405(__this, method) (( Enumerator_t3168784122 (*) (List_1_t1279540245 *, const RuntimeMethod*))List_1_GetEnumerator_m2930774921_gshared)(__this, method) // !0 System.Collections.Generic.List`1/Enumerator::get_Current() #define Enumerator_get_Current_m2153402222(__this, method) (( Assembly_t * (*) (Enumerator_t3168784122 *, const RuntimeMethod*))Enumerator_get_Current_m470245444_gshared)(__this, method) // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() #define Enumerator_MoveNext_m1805344116(__this, method) (( bool (*) (Enumerator_t3168784122 *, const RuntimeMethod*))Enumerator_MoveNext_m2142368520_gshared)(__this, method) // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() #define Enumerator_Dispose_m4254583986(__this, method) (( void (*) (Enumerator_t3168784122 *, const RuntimeMethod*))Enumerator_Dispose_m3007748546_gshared)(__this, method) // System.Int32 System.String::IndexOf(System.Char) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOf_m363431711 (String_t* __this, Il2CppChar p0, const RuntimeMethod* method); // System.String System.String::Substring(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_Substring_m1610150815 (String_t* __this, int32_t p0, int32_t p1, const RuntimeMethod* method); // System.String[] System.String::Split(System.Char[]) extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* String_Split_m3646115398 (String_t* __this, CharU5BU5D_t3528271667* p0, const RuntimeMethod* method); // System.String System.String::Trim() extern "C" IL2CPP_METHOD_ATTR String_t* String_Trim_m923598732 (String_t* __this, const RuntimeMethod* method); // System.Boolean XLua.ObjectPool::TryGetValue(System.Int32,System.Object&) extern "C" IL2CPP_METHOD_ATTR bool ObjectPool_TryGetValue_m963470544 (ObjectPool_t1928582859 * __this, int32_t ___index0, RuntimeObject ** ___obj1, const RuntimeMethod* method); // System.Object XLua.ObjectPool::Remove(System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ObjectPool_Remove_m53873247 (ObjectPool_t1928582859 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Int32 XLua.ObjectPool::Add(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t ObjectPool_Add_m3178212110 (ObjectPool_t1928582859 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) #define Dictionary_2_set_Item_m869305099(__this, p0, p1, method) (( void (*) (Dictionary_2_t3384741 *, RuntimeObject *, int32_t, const RuntimeMethod*))Dictionary_2_set_Item_m869305099_gshared)(__this, p0, p1, method) // System.Int32 XLua.LuaDLL.Lua::xlua_gettypeid(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Lua_xlua_gettypeid_m3587351592 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m2030279362(__this, p0, p1, method) (( bool (*) (Dictionary_2_t1372658091 *, int32_t, Type_t **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3167860287_gshared)(__this, p0, p1, method) // System.Int32 XLua.LuaDLL.Lua::xlua_tocsobj_safe(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Lua_xlua_tocsobj_safe_m1195188976 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___obj1, const RuntimeMethod* method); // System.Object XLua.ObjectPool::Get(System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ObjectPool_Get_m508265260 (ObjectPool_t1928582859 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m82507790(__this, p0, p1, method) (( bool (*) (Dictionary_2_t3199299591 *, Type_t *, GetCSObject_t754952527 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3280774074_gshared)(__this, p0, p1, method) // System.Object XLua.ObjectTranslator/GetCSObject::Invoke(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * GetCSObject_Invoke_m845305652 (GetCSObject_t754952527 * __this, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method); // System.Int32 System.Math::Max(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Math_Max_m1873195862 (RuntimeObject * __this /* static, unused */, int32_t p0, int32_t p1, const RuntimeMethod* method); // System.Int32 System.Array::get_Length() extern "C" IL2CPP_METHOD_ATTR int32_t Array_get_Length_m21610649 (RuntimeArray * __this, const RuntimeMethod* method); // System.Int32 XLua.ObjectTranslator::getTypeId(System.IntPtr,System.Type,System.Boolean&,XLua.ObjectTranslator/LOGLEVEL) extern "C" IL2CPP_METHOD_ATTR int32_t ObjectTranslator_getTypeId_m403608292 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, Type_t * ___type1, bool* ___is_first2, int32_t ___log_level3, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.HashSet`1::Add(!0) #define HashSet_1_Add_m3721320553(__this, p0, method) (( bool (*) (HashSet_1_t1048894234 *, Type_t *, const RuntimeMethod*))HashSet_1_Add_m1971460364_gshared)(__this, p0, method) // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) #define Dictionary_2_ContainsKey_m3183080891(__this, p0, method) (( bool (*) (Dictionary_2_t1100325521 *, Type_t *, const RuntimeMethod*))Dictionary_2_ContainsKey_m1197295216_gshared)(__this, p0, method) // System.Void XLua.Utils::MakePrivateAccessible(System.IntPtr,System.Type) extern "C" IL2CPP_METHOD_ATTR void Utils_MakePrivateAccessible_m1337896357 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, Type_t * ___type1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m1312663198(__this, p0, p1, method) (( bool (*) (Dictionary_2_t1100325521 *, Type_t *, int32_t*, const RuntimeMethod*))Dictionary_2_TryGetValue_m3959998165_gshared)(__this, p0, p1, method) // System.Boolean XLua.ObjectTranslator::TryDelayWrapLoader(System.IntPtr,System.Type) extern "C" IL2CPP_METHOD_ATTR bool ObjectTranslator_TryDelayWrapLoader_m733231240 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, Type_t * ___type1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m1545854663(__this, p0, p1, method) (( bool (*) (Dictionary_2_t633324528 *, Type_t *, Type_t **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3280774074_gshared)(__this, p0, p1, method) // System.Void XLua.LuaDLL.Lua::luaL_getmetatable(System.IntPtr,System.String) extern "C" IL2CPP_METHOD_ATTR void Lua_luaL_getmetatable_m3506102350 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, String_t* ___meta1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) #define Dictionary_2_Add_m3268150864(__this, p0, p1, method) (( void (*) (Dictionary_2_t1372658091 *, int32_t, Type_t *, const RuntimeMethod*))Dictionary_2_Add_m2059424751_gshared)(__this, p0, p1, method) // System.Int32 System.Convert::ToInt32(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_m2608095889 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, 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.Void XLua.LuaDLL.Lua::xlua_pushuint(System.IntPtr,System.UInt32) extern "C" IL2CPP_METHOD_ATTR void Lua_xlua_pushuint_m801887269 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, uint32_t ___value1, const RuntimeMethod* method); // System.Double System.Convert::ToDouble(System.Object) extern "C" IL2CPP_METHOD_ATTR double Convert_ToDouble_m4025515304 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, const RuntimeMethod* method); // System.Int64 System.Convert::ToInt64(System.Object) extern "C" IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_m3240678588 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, const RuntimeMethod* method); // System.Void XLua.LuaDLL.Lua::lua_pushint64(System.IntPtr,System.Int64) extern "C" IL2CPP_METHOD_ATTR void Lua_lua_pushint64_m835440290 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int64_t ___n1, const RuntimeMethod* method); // System.UInt64 System.Convert::ToUInt64(System.Object) extern "C" IL2CPP_METHOD_ATTR uint64_t Convert_ToUInt64_m1841050714 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, const RuntimeMethod* method); // System.Void XLua.LuaDLL.Lua::lua_pushuint64(System.IntPtr,System.UInt64) extern "C" IL2CPP_METHOD_ATTR void Lua_lua_pushuint64_m2089554472 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, uint64_t ___n1, 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.Void XLua.ObjectTranslator::pushPrimitive(System.IntPtr,System.Object) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_pushPrimitive_m4281434886 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, RuntimeObject * ___o1, 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.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::Push(System.IntPtr,XLua.LuaDLL.lua_CSFunction) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_Push_m152211440 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, lua_CSFunction_t883524059 * ___o1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m772098688(__this, p0, p1, method) (( bool (*) (Dictionary_2_t974727102 *, Type_t *, PushCSObject_t2825347334 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3280774074_gshared)(__this, p0, p1, method) // System.Void XLua.ObjectTranslator/PushCSObject::Invoke(System.IntPtr,System.Object) extern "C" IL2CPP_METHOD_ATTR void PushCSObject_Invoke_m884967110 (PushCSObject_t2825347334 * __this, intptr_t ___L0, RuntimeObject * ___obj1, 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.Boolean System.Type::get_IsEnum() extern "C" IL2CPP_METHOD_ATTR bool Type_get_IsEnum_m208091508 (Type_t * __this, const RuntimeMethod* method); // System.Boolean System.Type::get_IsValueType() extern "C" IL2CPP_METHOD_ATTR bool Type_get_IsValueType_m3108065642 (Type_t * __this, const RuntimeMethod* method); // System.Int32 XLua.LuaDLL.Lua::xlua_tryget_cachedud(System.IntPtr,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Lua_xlua_tryget_cachedud_m624523963 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___key1, int32_t ___cache_ref2, const RuntimeMethod* method); // System.Int32 XLua.ObjectTranslator::addObject(System.Object,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR int32_t ObjectTranslator_addObject_m214997251 (ObjectTranslator_t2020767555 * __this, RuntimeObject * ___obj0, bool ___is_valuetype1, bool ___is_enum2, const RuntimeMethod* method); // System.Void XLua.LuaDLL.Lua::xlua_pushcsobj(System.IntPtr,System.Int32,System.Int32,System.Boolean,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Lua_xlua_pushcsobj_m669437044 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___key1, int32_t ___meta_ref2, bool ___need_cache3, int32_t ___cache_ref4, const RuntimeMethod* method); // System.Int32 XLua.LuaDLL.Lua::xlua_tocsobj_fast(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Lua_xlua_tocsobj_fast_m552072423 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___obj1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m2426959911(__this, p0, p1, method) (( bool (*) (Dictionary_2_t2411574205 *, Type_t *, UpdateCSObject_t4262194437 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3280774074_gshared)(__this, p0, p1, method) // System.Void XLua.ObjectTranslator/UpdateCSObject::Invoke(System.IntPtr,System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR void UpdateCSObject_Invoke_m89165445 (UpdateCSObject_t4262194437 * __this, intptr_t ___L0, int32_t ___idx1, RuntimeObject * ___obj2, const RuntimeMethod* method); // System.String System.String::Concat(System.Object,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m1715369213 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, RuntimeObject * p1, RuntimeObject * p2, const RuntimeMethod* method); // System.Object XLua.ObjectTranslator::getCsObj(System.IntPtr,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ObjectTranslator_getCsObj_m1188549198 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, int32_t ___udata2, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) #define Dictionary_2_ContainsKey_m1197295216(__this, p0, method) (( bool (*) (Dictionary_2_t3384741 *, RuntimeObject *, const RuntimeMethod*))Dictionary_2_ContainsKey_m1197295216_gshared)(__this, p0, method) // !0 System.Collections.Generic.List`1::get_Item(System.Int32) #define List_1_get_Item_m2604122281(__this, p0, method) (( lua_CSFunction_t883524059 * (*) (List_1_t2355598801 *, int32_t, const RuntimeMethod*))List_1_get_Item_m2287542950_gshared)(__this, p0, method) // System.Int32 System.Collections.Generic.List`1::get_Count() #define List_1_get_Count_m1900280016(__this, method) (( int32_t (*) (List_1_t2355598801 *, const RuntimeMethod*))List_1_get_Count_m2934127733_gshared)(__this, method) // System.Void System.Collections.Generic.List`1::Add(!0) #define List_1_Add_m1246565533(__this, p0, method) (( void (*) (List_1_t2355598801 *, lua_CSFunction_t883524059 *, const RuntimeMethod*))List_1_Add_m3338814081_gshared)(__this, p0, method) // System.Void System.Collections.ArrayList::.ctor() extern "C" IL2CPP_METHOD_ATTR void ArrayList__ctor_m4254721275 (ArrayList_t2718874744 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) #define Dictionary_2_Add_m1134702904(__this, p0, p1, method) (( void (*) (Dictionary_2_t974727102 *, Type_t *, PushCSObject_t2825347334 *, const RuntimeMethod*))Dictionary_2_Add_m2387223709_gshared)(__this, p0, p1, method) // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) #define Dictionary_2_Add_m3097406003(__this, p0, p1, method) (( void (*) (Dictionary_2_t3199299591 *, Type_t *, GetCSObject_t754952527 *, const RuntimeMethod*))Dictionary_2_Add_m2387223709_gshared)(__this, p0, p1, method) // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) #define Dictionary_2_Add_m3230566386(__this, p0, p1, method) (( void (*) (Dictionary_2_t2411574205 *, Type_t *, UpdateCSObject_t4262194437 *, const RuntimeMethod*))Dictionary_2_Add_m2387223709_gshared)(__this, p0, p1, method) // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) #define Dictionary_2_ContainsKey_m2949013528(__this, p0, method) (( bool (*) (Dictionary_2_t974727102 *, Type_t *, const RuntimeMethod*))Dictionary_2_ContainsKey_m2278349286_gshared)(__this, p0, method) // System.IntPtr XLua.LuaDLL.Lua::xlua_pushstruct(System.IntPtr,System.UInt32,System.Int32) extern "C" IL2CPP_METHOD_ATTR intptr_t Lua_xlua_pushstruct_m3448988750 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, uint32_t ___size1, int32_t ___meta_ref2, const RuntimeMethod* method); // System.Boolean XLua.CopyByValue::Pack(System.IntPtr,System.Int32,System.Decimal) extern "C" IL2CPP_METHOD_ATTR bool CopyByValue_Pack_m2383623302 (RuntimeObject * __this /* static, unused */, intptr_t ___buff0, int32_t ___offset1, Decimal_t2948259380 ___field2, const RuntimeMethod* method); // System.Boolean XLua.CopyByValue::UnPack(System.IntPtr,System.Int32,System.Decimal&) extern "C" IL2CPP_METHOD_ATTR bool CopyByValue_UnPack_m1723889615 (RuntimeObject * __this /* static, unused */, intptr_t ___buff0, int32_t ___offset1, Decimal_t2948259380 * ___field2, const RuntimeMethod* method); // System.Decimal System.Decimal::op_Implicit(System.Int64) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Decimal_op_Implicit_m1349849065 (RuntimeObject * __this /* static, unused */, int64_t p0, const RuntimeMethod* method); // System.Decimal System.Decimal::op_Explicit(System.Double) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Decimal_op_Explicit_m2433293820 (RuntimeObject * __this /* static, unused */, double p0, const RuntimeMethod* method); // System.Boolean XLua.CopyByValue::Pack(System.IntPtr,System.Int32,XLuaTest.Pedding) extern "C" IL2CPP_METHOD_ATTR bool CopyByValue_Pack_m2401938426 (RuntimeObject * __this /* static, unused */, intptr_t ___buff0, int32_t ___offset1, Pedding_t3796070799 ___field2, const RuntimeMethod* method); // System.Boolean XLua.CopyByValue::UnPack(System.IntPtr,System.Int32,XLuaTest.Pedding&) extern "C" IL2CPP_METHOD_ATTR bool CopyByValue_UnPack_m2571184349 (RuntimeObject * __this /* static, unused */, intptr_t ___buff0, int32_t ___offset1, Pedding_t3796070799 * ___field2, const RuntimeMethod* method); // System.Void XLua.CopyByValue::UnPack(XLua.ObjectTranslator,System.IntPtr,System.Int32,XLuaTest.Pedding&) extern "C" IL2CPP_METHOD_ATTR void CopyByValue_UnPack_m147753079 (RuntimeObject * __this /* static, unused */, ObjectTranslator_t2020767555 * ___translator0, intptr_t ___L1, int32_t ___idx2, Pedding_t3796070799 * ___val3, const RuntimeMethod* method); // System.Boolean XLua.CopyByValue::Pack(System.IntPtr,System.Int32,XLuaTest.MyStruct) extern "C" IL2CPP_METHOD_ATTR bool CopyByValue_Pack_m69513820 (RuntimeObject * __this /* static, unused */, intptr_t ___buff0, int32_t ___offset1, MyStruct_t514849583 ___field2, const RuntimeMethod* method); // System.Boolean XLua.CopyByValue::UnPack(System.IntPtr,System.Int32,XLuaTest.MyStruct&) extern "C" IL2CPP_METHOD_ATTR bool CopyByValue_UnPack_m2780593109 (RuntimeObject * __this /* static, unused */, intptr_t ___buff0, int32_t ___offset1, MyStruct_t514849583 * ___field2, const RuntimeMethod* method); // System.Void XLua.CopyByValue::UnPack(XLua.ObjectTranslator,System.IntPtr,System.Int32,XLuaTest.MyStruct&) extern "C" IL2CPP_METHOD_ATTR void CopyByValue_UnPack_m932236536 (RuntimeObject * __this /* static, unused */, ObjectTranslator_t2020767555 * ___translator0, intptr_t ___L1, int32_t ___idx2, MyStruct_t514849583 * ___val3, const RuntimeMethod* method); // System.Void XLua.LuaDLL.Lua::xlua_pushcstable(System.IntPtr,System.UInt32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Lua_xlua_pushcstable_m3658111026 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, uint32_t ___field_count1, int32_t ___meta_ref2, const RuntimeMethod* method); // System.Boolean XLua.CopyByValue::UnPack(System.IntPtr,System.Int32,XLuaTest.PushAsTableStruct&) extern "C" IL2CPP_METHOD_ATTR bool CopyByValue_UnPack_m1336360566 (RuntimeObject * __this /* static, unused */, intptr_t ___buff0, int32_t ___offset1, PushAsTableStruct_t2836609445 * ___field2, const RuntimeMethod* method); // System.Void XLua.CopyByValue::UnPack(XLua.ObjectTranslator,System.IntPtr,System.Int32,XLuaTest.PushAsTableStruct&) extern "C" IL2CPP_METHOD_ATTR void CopyByValue_UnPack_m3948195184 (RuntimeObject * __this /* static, unused */, ObjectTranslator_t2020767555 * ___translator0, intptr_t ___L1, int32_t ___idx2, PushAsTableStruct_t2836609445 * ___val3, const RuntimeMethod* method); // System.Boolean XLua.CopyByValue::Pack(System.IntPtr,System.Int32,UnityEngine.Vector2) extern "C" IL2CPP_METHOD_ATTR bool CopyByValue_Pack_m758012832 (RuntimeObject * __this /* static, unused */, intptr_t ___buff0, int32_t ___offset1, Vector2_t2156229523 ___field2, const RuntimeMethod* method); // System.Boolean XLua.CopyByValue::UnPack(System.IntPtr,System.Int32,UnityEngine.Vector2&) extern "C" IL2CPP_METHOD_ATTR bool CopyByValue_UnPack_m2358189114 (RuntimeObject * __this /* static, unused */, intptr_t ___buff0, int32_t ___offset1, Vector2_t2156229523 * ___field2, const RuntimeMethod* method); // System.Void XLua.CopyByValue::UnPack(XLua.ObjectTranslator,System.IntPtr,System.Int32,UnityEngine.Vector2&) extern "C" IL2CPP_METHOD_ATTR void CopyByValue_UnPack_m358185705 (RuntimeObject * __this /* static, unused */, ObjectTranslator_t2020767555 * ___translator0, intptr_t ___L1, int32_t ___idx2, Vector2_t2156229523 * ___val3, const RuntimeMethod* method); // System.Boolean XLua.CopyByValue::Pack(System.IntPtr,System.Int32,UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR bool CopyByValue_Pack_m2714327968 (RuntimeObject * __this /* static, unused */, intptr_t ___buff0, int32_t ___offset1, Vector3_t3722313464 ___field2, const RuntimeMethod* method); // System.Boolean XLua.CopyByValue::UnPack(System.IntPtr,System.Int32,UnityEngine.Vector3&) extern "C" IL2CPP_METHOD_ATTR bool CopyByValue_UnPack_m2358254650 (RuntimeObject * __this /* static, unused */, intptr_t ___buff0, int32_t ___offset1, Vector3_t3722313464 * ___field2, const RuntimeMethod* method); // System.Void XLua.CopyByValue::UnPack(XLua.ObjectTranslator,System.IntPtr,System.Int32,UnityEngine.Vector3&) extern "C" IL2CPP_METHOD_ATTR void CopyByValue_UnPack_m358185704 (RuntimeObject * __this /* static, unused */, ObjectTranslator_t2020767555 * ___translator0, intptr_t ___L1, int32_t ___idx2, Vector3_t3722313464 * ___val3, const RuntimeMethod* method); // System.Boolean XLua.CopyByValue::Pack(System.IntPtr,System.Int32,UnityEngine.Vector4) extern "C" IL2CPP_METHOD_ATTR bool CopyByValue_Pack_m1140349856 (RuntimeObject * __this /* static, unused */, intptr_t ___buff0, int32_t ___offset1, Vector4_t3319028937 ___field2, const RuntimeMethod* method); // System.Boolean XLua.CopyByValue::UnPack(System.IntPtr,System.Int32,UnityEngine.Vector4&) extern "C" IL2CPP_METHOD_ATTR bool CopyByValue_UnPack_m2358582330 (RuntimeObject * __this /* static, unused */, intptr_t ___buff0, int32_t ___offset1, Vector4_t3319028937 * ___field2, const RuntimeMethod* method); // System.Void XLua.CopyByValue::UnPack(XLua.ObjectTranslator,System.IntPtr,System.Int32,UnityEngine.Vector4&) extern "C" IL2CPP_METHOD_ATTR void CopyByValue_UnPack_m358185707 (RuntimeObject * __this /* static, unused */, ObjectTranslator_t2020767555 * ___translator0, intptr_t ___L1, int32_t ___idx2, Vector4_t3319028937 * ___val3, const RuntimeMethod* method); // System.Boolean XLua.CopyByValue::Pack(System.IntPtr,System.Int32,UnityEngine.Color) extern "C" IL2CPP_METHOD_ATTR bool CopyByValue_Pack_m1570735299 (RuntimeObject * __this /* static, unused */, intptr_t ___buff0, int32_t ___offset1, Color_t2555686324 ___field2, const RuntimeMethod* method); // System.Boolean XLua.CopyByValue::UnPack(System.IntPtr,System.Int32,UnityEngine.Color&) extern "C" IL2CPP_METHOD_ATTR bool CopyByValue_UnPack_m441075174 (RuntimeObject * __this /* static, unused */, intptr_t ___buff0, int32_t ___offset1, Color_t2555686324 * ___field2, const RuntimeMethod* method); // System.Void XLua.CopyByValue::UnPack(XLua.ObjectTranslator,System.IntPtr,System.Int32,UnityEngine.Color&) extern "C" IL2CPP_METHOD_ATTR void CopyByValue_UnPack_m3148646782 (RuntimeObject * __this /* static, unused */, ObjectTranslator_t2020767555 * ___translator0, intptr_t ___L1, int32_t ___idx2, Color_t2555686324 * ___val3, const RuntimeMethod* method); // System.Boolean XLua.CopyByValue::Pack(System.IntPtr,System.Int32,UnityEngine.Quaternion) extern "C" IL2CPP_METHOD_ATTR bool CopyByValue_Pack_m3683509122 (RuntimeObject * __this /* static, unused */, intptr_t ___buff0, int32_t ___offset1, Quaternion_t2301928331 ___field2, const RuntimeMethod* method); // System.Boolean XLua.CopyByValue::UnPack(System.IntPtr,System.Int32,UnityEngine.Quaternion&) extern "C" IL2CPP_METHOD_ATTR bool CopyByValue_UnPack_m1723356518 (RuntimeObject * __this /* static, unused */, intptr_t ___buff0, int32_t ___offset1, Quaternion_t2301928331 * ___field2, const RuntimeMethod* method); // System.Void XLua.CopyByValue::UnPack(XLua.ObjectTranslator,System.IntPtr,System.Int32,UnityEngine.Quaternion&) extern "C" IL2CPP_METHOD_ATTR void CopyByValue_UnPack_m2372761741 (RuntimeObject * __this /* static, unused */, ObjectTranslator_t2020767555 * ___translator0, intptr_t ___L1, int32_t ___idx2, Quaternion_t2301928331 * ___val3, const RuntimeMethod* method); // System.Boolean XLua.CopyByValue::Pack(System.IntPtr,System.Int32,UnityEngine.Ray) extern "C" IL2CPP_METHOD_ATTR bool CopyByValue_Pack_m3141365297 (RuntimeObject * __this /* static, unused */, intptr_t ___buff0, int32_t ___offset1, Ray_t3785851493 ___field2, const RuntimeMethod* method); // System.Boolean XLua.CopyByValue::UnPack(System.IntPtr,System.Int32,UnityEngine.Ray&) extern "C" IL2CPP_METHOD_ATTR bool CopyByValue_UnPack_m370650556 (RuntimeObject * __this /* static, unused */, intptr_t ___buff0, int32_t ___offset1, Ray_t3785851493 * ___field2, const RuntimeMethod* method); // System.Void XLua.CopyByValue::UnPack(XLua.ObjectTranslator,System.IntPtr,System.Int32,UnityEngine.Ray&) extern "C" IL2CPP_METHOD_ATTR void CopyByValue_UnPack_m2538565708 (RuntimeObject * __this /* static, unused */, ObjectTranslator_t2020767555 * ___translator0, intptr_t ___L1, int32_t ___idx2, Ray_t3785851493 * ___val3, const RuntimeMethod* method); // System.Boolean XLua.CopyByValue::Pack(System.IntPtr,System.Int32,UnityEngine.Bounds) extern "C" IL2CPP_METHOD_ATTR bool CopyByValue_Pack_m3147100130 (RuntimeObject * __this /* static, unused */, intptr_t ___buff0, int32_t ___offset1, Bounds_t2266837910 ___field2, const RuntimeMethod* method); // System.Boolean XLua.CopyByValue::UnPack(System.IntPtr,System.Int32,UnityEngine.Bounds&) extern "C" IL2CPP_METHOD_ATTR bool CopyByValue_UnPack_m3738928286 (RuntimeObject * __this /* static, unused */, intptr_t ___buff0, int32_t ___offset1, Bounds_t2266837910 * ___field2, const RuntimeMethod* method); // System.Void XLua.CopyByValue::UnPack(XLua.ObjectTranslator,System.IntPtr,System.Int32,UnityEngine.Bounds&) extern "C" IL2CPP_METHOD_ATTR void CopyByValue_UnPack_m2540704775 (RuntimeObject * __this /* static, unused */, ObjectTranslator_t2020767555 * ___translator0, intptr_t ___L1, int32_t ___idx2, Bounds_t2266837910 * ___val3, const RuntimeMethod* method); // System.Boolean XLua.CopyByValue::Pack(System.IntPtr,System.Int32,UnityEngine.Ray2D) extern "C" IL2CPP_METHOD_ATTR bool CopyByValue_Pack_m1615371990 (RuntimeObject * __this /* static, unused */, intptr_t ___buff0, int32_t ___offset1, Ray2D_t2082843914 ___field2, const RuntimeMethod* method); // System.Boolean XLua.CopyByValue::UnPack(System.IntPtr,System.Int32,UnityEngine.Ray2D&) extern "C" IL2CPP_METHOD_ATTR bool CopyByValue_UnPack_m3907957863 (RuntimeObject * __this /* static, unused */, intptr_t ___buff0, int32_t ___offset1, Ray2D_t2082843914 * ___field2, const RuntimeMethod* method); // System.Void XLua.CopyByValue::UnPack(XLua.ObjectTranslator,System.IntPtr,System.Int32,UnityEngine.Ray2D&) extern "C" IL2CPP_METHOD_ATTR void CopyByValue_UnPack_m1519744288 (RuntimeObject * __this /* static, unused */, ObjectTranslator_t2020767555 * ___translator0, intptr_t ___L1, int32_t ___idx2, Ray2D_t2082843914 * ___val3, const RuntimeMethod* method); // System.Void XLua.Utils::LoadCSTable(System.IntPtr,System.Type) extern "C" IL2CPP_METHOD_ATTR void Utils_LoadCSTable_m2627825660 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, Type_t * ___type1, const RuntimeMethod* method); // System.Boolean XLua.CopyByValue::Pack(System.IntPtr,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool CopyByValue_Pack_m2057311035 (RuntimeObject * __this /* static, unused */, intptr_t ___buff0, int32_t ___offset1, int32_t ___field2, const RuntimeMethod* method); // System.Boolean XLua.CopyByValue::UnPack(System.IntPtr,System.Int32,System.Int32&) extern "C" IL2CPP_METHOD_ATTR bool CopyByValue_UnPack_m3277382702 (RuntimeObject * __this /* static, unused */, intptr_t ___buff0, int32_t ___offset1, int32_t* ___field2, const RuntimeMethod* method); // System.Void XLua.ObjectTranslator/IniterAdderXLuaTestPedding::.ctor() extern "C" IL2CPP_METHOD_ATTR void IniterAdderXLuaTestPedding__ctor_m2263956245 (IniterAdderXLuaTestPedding_t2424681114 * __this, const RuntimeMethod* method); // System.Void XLua.CSObjectWrap.XLua_Gen_Initer_Register__::.ctor() extern "C" IL2CPP_METHOD_ATTR void XLua_Gen_Initer_Register____ctor_m1230624860 (XLua_Gen_Initer_Register___t560736047 * __this, const RuntimeMethod* method); #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void 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) { __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_DELEGATE302::Invoke(UnityEngine.UI.Outline,UnityEngine.Color,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t745532282 * __GEN_DELEGATE302_Invoke_m3062010139 (__GEN_DELEGATE302_t1033809424 * __this, Outline_t2536100125 * ___target0, Color_t2555686324 ___endValue1, float ___duration2, const RuntimeMethod* method) { TweenerCore_3_t745532282 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE302_Invoke_m3062010139((__GEN_DELEGATE302_t1033809424 *)__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 *, Outline_t2536100125 *, Color_t2555686324 , float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___target0, ___endValue1, ___duration2, targetMethod); } } else { // closed { typedef TweenerCore_3_t745532282 * (*FunctionPointerType) (RuntimeObject *, void*, Outline_t2536100125 *, 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 *, Outline_t2536100125 *, Color_t2555686324 , float >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___duration2); else result = GenericVirtFuncInvoker3< TweenerCore_3_t745532282 *, Outline_t2536100125 *, Color_t2555686324 , float >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___duration2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< TweenerCore_3_t745532282 *, Outline_t2536100125 *, 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 *, Outline_t2536100125 *, Color_t2555686324 , float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___target0, ___endValue1, ___duration2); } } else { typedef TweenerCore_3_t745532282 * (*FunctionPointerType) (void*, Outline_t2536100125 *, 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) (Outline_t2536100125 *, Color_t2555686324 , float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___target0, ___endValue1, ___duration2, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE302::BeginInvoke(UnityEngine.UI.Outline,UnityEngine.Color,System.Single,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE302_BeginInvoke_m1336750710 (__GEN_DELEGATE302_t1033809424 * __this, Outline_t2536100125 * ___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_DELEGATE302_BeginInvoke_m1336750710_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_DELEGATE302::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t745532282 * __GEN_DELEGATE302_EndInvoke_m1713856147 (__GEN_DELEGATE302_t1033809424 * __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_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) { __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_DELEGATE303::Invoke(UnityEngine.UI.Outline,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t745532282 * __GEN_DELEGATE303_Invoke_m3166533528 (__GEN_DELEGATE303_t1033874960 * __this, Outline_t2536100125 * ___target0, float ___endValue1, float ___duration2, const RuntimeMethod* method) { TweenerCore_3_t745532282 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE303_Invoke_m3166533528((__GEN_DELEGATE303_t1033874960 *)__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 *, Outline_t2536100125 *, float, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___target0, ___endValue1, ___duration2, targetMethod); } } else { // closed { typedef TweenerCore_3_t745532282 * (*FunctionPointerType) (RuntimeObject *, void*, Outline_t2536100125 *, 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 *, Outline_t2536100125 *, float, float >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___duration2); else result = GenericVirtFuncInvoker3< TweenerCore_3_t745532282 *, Outline_t2536100125 *, float, float >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___duration2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< TweenerCore_3_t745532282 *, Outline_t2536100125 *, 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 *, Outline_t2536100125 *, float, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___target0, ___endValue1, ___duration2); } } else { typedef TweenerCore_3_t745532282 * (*FunctionPointerType) (void*, Outline_t2536100125 *, 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) (Outline_t2536100125 *, float, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___target0, ___endValue1, ___duration2, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE303::BeginInvoke(UnityEngine.UI.Outline,System.Single,System.Single,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE303_BeginInvoke_m2761960925 (__GEN_DELEGATE303_t1033874960 * __this, Outline_t2536100125 * ___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_DELEGATE303_BeginInvoke_m2761960925_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_DELEGATE303::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t745532282 * __GEN_DELEGATE303_EndInvoke_m3865709235 (__GEN_DELEGATE303_t1033874960 * __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_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) { __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_DELEGATE304::Invoke(UnityEngine.UI.Outline,UnityEngine.Vector2,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t4006488229 * __GEN_DELEGATE304_Invoke_m1818333829 (__GEN_DELEGATE304_t1034202640 * __this, Outline_t2536100125 * ___target0, Vector2_t2156229523 ___endValue1, float ___duration2, const RuntimeMethod* method) { TweenerCore_3_t4006488229 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE304_Invoke_m1818333829((__GEN_DELEGATE304_t1034202640 *)__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 *, Outline_t2536100125 *, Vector2_t2156229523 , float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___target0, ___endValue1, ___duration2, targetMethod); } } else { // closed { typedef TweenerCore_3_t4006488229 * (*FunctionPointerType) (RuntimeObject *, void*, Outline_t2536100125 *, 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 *, Outline_t2536100125 *, Vector2_t2156229523 , float >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___duration2); else result = GenericVirtFuncInvoker3< TweenerCore_3_t4006488229 *, Outline_t2536100125 *, Vector2_t2156229523 , float >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___duration2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< TweenerCore_3_t4006488229 *, Outline_t2536100125 *, 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 *, Outline_t2536100125 *, Vector2_t2156229523 , float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___target0, ___endValue1, ___duration2); } } else { typedef TweenerCore_3_t4006488229 * (*FunctionPointerType) (void*, Outline_t2536100125 *, 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) (Outline_t2536100125 *, Vector2_t2156229523 , float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___target0, ___endValue1, ___duration2, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE304::BeginInvoke(UnityEngine.UI.Outline,UnityEngine.Vector2,System.Single,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE304_BeginInvoke_m662561250 (__GEN_DELEGATE304_t1034202640 * __this, Outline_t2536100125 * ___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_DELEGATE304_BeginInvoke_m662561250_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_DELEGATE304::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t4006488229 * __GEN_DELEGATE304_EndInvoke_m3573084423 (__GEN_DELEGATE304_t1034202640 * __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_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) { __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_DELEGATE305::Invoke(UnityEngine.UI.ScrollRect,UnityEngine.Vector2,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE305_Invoke_m2695347085 (__GEN_DELEGATE305_t1034268176 * __this, ScrollRect_t4137855814 * ___target0, Vector2_t2156229523 ___endValue1, float ___duration2, bool ___snapping3, const RuntimeMethod* method) { Tweener_t436044680 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE305_Invoke_m2695347085((__GEN_DELEGATE305_t1034268176 *)__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 Tweener_t436044680 * (*FunctionPointerType) (RuntimeObject *, ScrollRect_t4137855814 *, Vector2_t2156229523 , float, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___target0, ___endValue1, ___duration2, ___snapping3, targetMethod); } } else { // closed { typedef Tweener_t436044680 * (*FunctionPointerType) (RuntimeObject *, void*, ScrollRect_t4137855814 *, Vector2_t2156229523 , 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< Tweener_t436044680 *, ScrollRect_t4137855814 *, Vector2_t2156229523 , float, bool >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___duration2, ___snapping3); else result = GenericVirtFuncInvoker4< Tweener_t436044680 *, ScrollRect_t4137855814 *, Vector2_t2156229523 , float, bool >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___duration2, ___snapping3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker4< Tweener_t436044680 *, ScrollRect_t4137855814 *, Vector2_t2156229523 , float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___target0, ___endValue1, ___duration2, ___snapping3); else result = VirtFuncInvoker4< Tweener_t436044680 *, ScrollRect_t4137855814 *, Vector2_t2156229523 , float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___target0, ___endValue1, ___duration2, ___snapping3); } } else { typedef Tweener_t436044680 * (*FunctionPointerType) (void*, ScrollRect_t4137855814 *, Vector2_t2156229523 , 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< Tweener_t436044680 *, Vector2_t2156229523 , float, bool >::Invoke(targetMethod, ___target0, ___endValue1, ___duration2, ___snapping3); else result = GenericVirtFuncInvoker3< Tweener_t436044680 *, Vector2_t2156229523 , float, bool >::Invoke(targetMethod, ___target0, ___endValue1, ___duration2, ___snapping3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< Tweener_t436044680 *, Vector2_t2156229523 , float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___target0, ___endValue1, ___duration2, ___snapping3); else result = VirtFuncInvoker3< Tweener_t436044680 *, Vector2_t2156229523 , float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___target0, ___endValue1, ___duration2, ___snapping3); } } else { typedef Tweener_t436044680 * (*FunctionPointerType) (ScrollRect_t4137855814 *, Vector2_t2156229523 , float, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___target0, ___endValue1, ___duration2, ___snapping3, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE305::BeginInvoke(UnityEngine.UI.ScrollRect,UnityEngine.Vector2,System.Single,System.Boolean,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE305_BeginInvoke_m2689213171 (__GEN_DELEGATE305_t1034268176 * __this, ScrollRect_t4137855814 * ___target0, Vector2_t2156229523 ___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_DELEGATE305_BeginInvoke_m2689213171_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] = 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.Tweener XLua.InternalGlobals/__GEN_DELEGATE305::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE305_EndInvoke_m1846327443 (__GEN_DELEGATE305_t1034268176 * __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_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) { __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_DELEGATE306::Invoke(UnityEngine.UI.ScrollRect,System.Single,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE306_Invoke_m2449638491 (__GEN_DELEGATE306_t1034071568 * __this, ScrollRect_t4137855814 * ___target0, float ___endValue1, float ___duration2, bool ___snapping3, const RuntimeMethod* method) { Tweener_t436044680 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE306_Invoke_m2449638491((__GEN_DELEGATE306_t1034071568 *)__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 Tweener_t436044680 * (*FunctionPointerType) (RuntimeObject *, ScrollRect_t4137855814 *, float, float, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___target0, ___endValue1, ___duration2, ___snapping3, targetMethod); } } else { // closed { typedef Tweener_t436044680 * (*FunctionPointerType) (RuntimeObject *, void*, ScrollRect_t4137855814 *, 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< Tweener_t436044680 *, ScrollRect_t4137855814 *, float, float, bool >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___duration2, ___snapping3); else result = GenericVirtFuncInvoker4< Tweener_t436044680 *, ScrollRect_t4137855814 *, float, float, bool >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___duration2, ___snapping3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker4< Tweener_t436044680 *, ScrollRect_t4137855814 *, 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< Tweener_t436044680 *, ScrollRect_t4137855814 *, float, float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___target0, ___endValue1, ___duration2, ___snapping3); } } else { typedef Tweener_t436044680 * (*FunctionPointerType) (void*, ScrollRect_t4137855814 *, 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< Tweener_t436044680 *, float, float, bool >::Invoke(targetMethod, ___target0, ___endValue1, ___duration2, ___snapping3); else result = GenericVirtFuncInvoker3< Tweener_t436044680 *, float, float, bool >::Invoke(targetMethod, ___target0, ___endValue1, ___duration2, ___snapping3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< Tweener_t436044680 *, float, float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___target0, ___endValue1, ___duration2, ___snapping3); else result = VirtFuncInvoker3< Tweener_t436044680 *, float, float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___target0, ___endValue1, ___duration2, ___snapping3); } } else { typedef Tweener_t436044680 * (*FunctionPointerType) (ScrollRect_t4137855814 *, float, float, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___target0, ___endValue1, ___duration2, ___snapping3, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE306::BeginInvoke(UnityEngine.UI.ScrollRect,System.Single,System.Single,System.Boolean,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE306_BeginInvoke_m2985389842 (__GEN_DELEGATE306_t1034071568 * __this, ScrollRect_t4137855814 * ___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_DELEGATE306_BeginInvoke_m2985389842_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.Tweener XLua.InternalGlobals/__GEN_DELEGATE306::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE306_EndInvoke_m3059434587 (__GEN_DELEGATE306_t1034071568 * __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_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) { __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_DELEGATE307::Invoke(UnityEngine.UI.ScrollRect,System.Single,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE307_Invoke_m844197372 (__GEN_DELEGATE307_t1034137104 * __this, ScrollRect_t4137855814 * ___target0, float ___endValue1, float ___duration2, bool ___snapping3, const RuntimeMethod* method) { Tweener_t436044680 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE307_Invoke_m844197372((__GEN_DELEGATE307_t1034137104 *)__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 Tweener_t436044680 * (*FunctionPointerType) (RuntimeObject *, ScrollRect_t4137855814 *, float, float, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___target0, ___endValue1, ___duration2, ___snapping3, targetMethod); } } else { // closed { typedef Tweener_t436044680 * (*FunctionPointerType) (RuntimeObject *, void*, ScrollRect_t4137855814 *, 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< Tweener_t436044680 *, ScrollRect_t4137855814 *, float, float, bool >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___duration2, ___snapping3); else result = GenericVirtFuncInvoker4< Tweener_t436044680 *, ScrollRect_t4137855814 *, float, float, bool >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___duration2, ___snapping3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker4< Tweener_t436044680 *, ScrollRect_t4137855814 *, 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< Tweener_t436044680 *, ScrollRect_t4137855814 *, float, float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___target0, ___endValue1, ___duration2, ___snapping3); } } else { typedef Tweener_t436044680 * (*FunctionPointerType) (void*, ScrollRect_t4137855814 *, 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< Tweener_t436044680 *, float, float, bool >::Invoke(targetMethod, ___target0, ___endValue1, ___duration2, ___snapping3); else result = GenericVirtFuncInvoker3< Tweener_t436044680 *, float, float, bool >::Invoke(targetMethod, ___target0, ___endValue1, ___duration2, ___snapping3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< Tweener_t436044680 *, float, float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___target0, ___endValue1, ___duration2, ___snapping3); else result = VirtFuncInvoker3< Tweener_t436044680 *, float, float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___target0, ___endValue1, ___duration2, ___snapping3); } } else { typedef Tweener_t436044680 * (*FunctionPointerType) (ScrollRect_t4137855814 *, float, float, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___target0, ___endValue1, ___duration2, ___snapping3, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE307::BeginInvoke(UnityEngine.UI.ScrollRect,System.Single,System.Single,System.Boolean,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE307_BeginInvoke_m3417548587 (__GEN_DELEGATE307_t1034137104 * __this, ScrollRect_t4137855814 * ___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_DELEGATE307_BeginInvoke_m3417548587_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.Tweener XLua.InternalGlobals/__GEN_DELEGATE307::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE307_EndInvoke_m3075457557 (__GEN_DELEGATE307_t1034137104 * __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_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) { __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_DELEGATE308::Invoke(UnityEngine.UI.Slider,System.Single,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t884556411 * __GEN_DELEGATE308_Invoke_m857026716 (__GEN_DELEGATE308_t1034464784 * __this, Slider_t3903728902 * ___target0, float ___endValue1, float ___duration2, bool ___snapping3, const RuntimeMethod* method) { TweenerCore_3_t884556411 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE308_Invoke_m857026716((__GEN_DELEGATE308_t1034464784 *)__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_t884556411 * (*FunctionPointerType) (RuntimeObject *, Slider_t3903728902 *, float, float, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___target0, ___endValue1, ___duration2, ___snapping3, targetMethod); } } else { // closed { typedef TweenerCore_3_t884556411 * (*FunctionPointerType) (RuntimeObject *, void*, Slider_t3903728902 *, 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_t884556411 *, Slider_t3903728902 *, float, float, bool >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___duration2, ___snapping3); else result = GenericVirtFuncInvoker4< TweenerCore_3_t884556411 *, Slider_t3903728902 *, float, float, bool >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___duration2, ___snapping3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker4< TweenerCore_3_t884556411 *, Slider_t3903728902 *, 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_t884556411 *, Slider_t3903728902 *, float, float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___target0, ___endValue1, ___duration2, ___snapping3); } } else { typedef TweenerCore_3_t884556411 * (*FunctionPointerType) (void*, Slider_t3903728902 *, 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_t884556411 *, float, float, bool >::Invoke(targetMethod, ___target0, ___endValue1, ___duration2, ___snapping3); else result = GenericVirtFuncInvoker3< TweenerCore_3_t884556411 *, float, float, bool >::Invoke(targetMethod, ___target0, ___endValue1, ___duration2, ___snapping3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< TweenerCore_3_t884556411 *, 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_t884556411 *, float, float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___target0, ___endValue1, ___duration2, ___snapping3); } } else { typedef TweenerCore_3_t884556411 * (*FunctionPointerType) (Slider_t3903728902 *, float, float, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___target0, ___endValue1, ___duration2, ___snapping3, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE308::BeginInvoke(UnityEngine.UI.Slider,System.Single,System.Single,System.Boolean,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE308_BeginInvoke_m1101181782 (__GEN_DELEGATE308_t1034464784 * __this, Slider_t3903728902 * ___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_DELEGATE308_BeginInvoke_m1101181782_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_DELEGATE308::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t884556411 * __GEN_DELEGATE308_EndInvoke_m2319130124 (__GEN_DELEGATE308_t1034464784 * __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_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) { __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_DELEGATE309::Invoke(UnityEngine.UI.Text,UnityEngine.Color,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t745532282 * __GEN_DELEGATE309_Invoke_m2782060313 (__GEN_DELEGATE309_t1034530320 * __this, Text_t1901882714 * ___target0, Color_t2555686324 ___endValue1, float ___duration2, const RuntimeMethod* method) { TweenerCore_3_t745532282 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE309_Invoke_m2782060313((__GEN_DELEGATE309_t1034530320 *)__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 *, Text_t1901882714 *, Color_t2555686324 , float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___target0, ___endValue1, ___duration2, targetMethod); } } else { // closed { typedef TweenerCore_3_t745532282 * (*FunctionPointerType) (RuntimeObject *, void*, Text_t1901882714 *, 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 *, Text_t1901882714 *, Color_t2555686324 , float >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___duration2); else result = GenericVirtFuncInvoker3< TweenerCore_3_t745532282 *, Text_t1901882714 *, Color_t2555686324 , float >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___duration2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< TweenerCore_3_t745532282 *, Text_t1901882714 *, 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 *, Text_t1901882714 *, Color_t2555686324 , float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___target0, ___endValue1, ___duration2); } } else { typedef TweenerCore_3_t745532282 * (*FunctionPointerType) (void*, Text_t1901882714 *, 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) (Text_t1901882714 *, Color_t2555686324 , float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___target0, ___endValue1, ___duration2, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE309::BeginInvoke(UnityEngine.UI.Text,UnityEngine.Color,System.Single,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE309_BeginInvoke_m2106963739 (__GEN_DELEGATE309_t1034530320 * __this, Text_t1901882714 * ___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_DELEGATE309_BeginInvoke_m2106963739_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_DELEGATE309::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t745532282 * __GEN_DELEGATE309_EndInvoke_m749552686 (__GEN_DELEGATE309_t1034530320 * __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_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) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Boolean XLua.InternalGlobals/__GEN_DELEGATE31::Invoke(DG.Tweening.Tween) extern "C" IL2CPP_METHOD_ATTR bool __GEN_DELEGATE31_Invoke_m3463116452 (__GEN_DELEGATE31_t1037086225 * __this, Tween_t2342918553 * ___t0, const RuntimeMethod* method) { bool result = false; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE31_Invoke_m3463116452((__GEN_DELEGATE31_t1037086225 *)__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 bool (*FunctionPointerType) (RuntimeObject *, Tween_t2342918553 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___t0, targetMethod); } } else { // closed { typedef bool (*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< bool, Tween_t2342918553 * >::Invoke(targetMethod, targetThis, ___t0); else result = GenericVirtFuncInvoker1< bool, Tween_t2342918553 * >::Invoke(targetMethod, targetThis, ___t0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< bool, Tween_t2342918553 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___t0); else result = VirtFuncInvoker1< bool, Tween_t2342918553 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___t0); } } else { typedef bool (*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< bool >::Invoke(targetMethod, ___t0); else result = GenericVirtFuncInvoker0< bool >::Invoke(targetMethod, ___t0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker0< bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___t0); else result = VirtFuncInvoker0< bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___t0); } } else { typedef bool (*FunctionPointerType) (Tween_t2342918553 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___t0, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE31::BeginInvoke(DG.Tweening.Tween,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE31_BeginInvoke_m912589124 (__GEN_DELEGATE31_t1037086225 * __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.Boolean XLua.InternalGlobals/__GEN_DELEGATE31::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR bool __GEN_DELEGATE31_EndInvoke_m3807526883 (__GEN_DELEGATE31_t1037086225 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(bool*)UnBox ((RuntimeObject*)__result); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void 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) { __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_DELEGATE310::Invoke(UnityEngine.UI.Text,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t745532282 * __GEN_DELEGATE310_Invoke_m2019443786 (__GEN_DELEGATE310_t1033940497 * __this, Text_t1901882714 * ___target0, float ___endValue1, float ___duration2, const RuntimeMethod* method) { TweenerCore_3_t745532282 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE310_Invoke_m2019443786((__GEN_DELEGATE310_t1033940497 *)__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 *, Text_t1901882714 *, float, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___target0, ___endValue1, ___duration2, targetMethod); } } else { // closed { typedef TweenerCore_3_t745532282 * (*FunctionPointerType) (RuntimeObject *, void*, Text_t1901882714 *, 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 *, Text_t1901882714 *, float, float >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___duration2); else result = GenericVirtFuncInvoker3< TweenerCore_3_t745532282 *, Text_t1901882714 *, float, float >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___duration2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< TweenerCore_3_t745532282 *, Text_t1901882714 *, 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 *, Text_t1901882714 *, float, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___target0, ___endValue1, ___duration2); } } else { typedef TweenerCore_3_t745532282 * (*FunctionPointerType) (void*, Text_t1901882714 *, 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) (Text_t1901882714 *, float, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___target0, ___endValue1, ___duration2, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE310::BeginInvoke(UnityEngine.UI.Text,System.Single,System.Single,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE310_BeginInvoke_m2498472370 (__GEN_DELEGATE310_t1033940497 * __this, Text_t1901882714 * ___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_DELEGATE310_BeginInvoke_m2498472370_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_DELEGATE310::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t745532282 * __GEN_DELEGATE310_EndInvoke_m3642567710 (__GEN_DELEGATE310_t1033940497 * __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_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) { __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_DELEGATE311::Invoke(UnityEngine.UI.Text,System.String,System.Single,System.Boolean,DG.Tweening.ScrambleMode,System.String) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t2915539799 * __GEN_DELEGATE311_Invoke_m145606268 (__GEN_DELEGATE311_t1034006033 * __this, Text_t1901882714 * ___target0, String_t* ___endValue1, float ___duration2, bool ___richTextEnabled3, int32_t ___scrambleMode4, String_t* ___scrambleChars5, const RuntimeMethod* method) { TweenerCore_3_t2915539799 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE311_Invoke_m145606268((__GEN_DELEGATE311_t1034006033 *)__this->get_prev_9(), ___target0, ___endValue1, ___duration2, ___richTextEnabled3, ___scrambleMode4, ___scrambleChars5, 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 TweenerCore_3_t2915539799 * (*FunctionPointerType) (RuntimeObject *, Text_t1901882714 *, String_t*, float, bool, int32_t, String_t*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___target0, ___endValue1, ___duration2, ___richTextEnabled3, ___scrambleMode4, ___scrambleChars5, targetMethod); } } else { // closed { typedef TweenerCore_3_t2915539799 * (*FunctionPointerType) (RuntimeObject *, void*, Text_t1901882714 *, String_t*, float, bool, int32_t, String_t*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___target0, ___endValue1, ___duration2, ___richTextEnabled3, ___scrambleMode4, ___scrambleChars5, 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< TweenerCore_3_t2915539799 *, Text_t1901882714 *, String_t*, float, bool, int32_t, String_t* >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___duration2, ___richTextEnabled3, ___scrambleMode4, ___scrambleChars5); else result = GenericVirtFuncInvoker6< TweenerCore_3_t2915539799 *, Text_t1901882714 *, String_t*, float, bool, int32_t, String_t* >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___duration2, ___richTextEnabled3, ___scrambleMode4, ___scrambleChars5); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker6< TweenerCore_3_t2915539799 *, Text_t1901882714 *, String_t*, float, bool, int32_t, String_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___target0, ___endValue1, ___duration2, ___richTextEnabled3, ___scrambleMode4, ___scrambleChars5); else result = VirtFuncInvoker6< TweenerCore_3_t2915539799 *, Text_t1901882714 *, String_t*, float, bool, int32_t, String_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___target0, ___endValue1, ___duration2, ___richTextEnabled3, ___scrambleMode4, ___scrambleChars5); } } else { typedef TweenerCore_3_t2915539799 * (*FunctionPointerType) (void*, Text_t1901882714 *, String_t*, float, bool, int32_t, String_t*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___target0, ___endValue1, ___duration2, ___richTextEnabled3, ___scrambleMode4, ___scrambleChars5, 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< TweenerCore_3_t2915539799 *, String_t*, float, bool, int32_t, String_t* >::Invoke(targetMethod, ___target0, ___endValue1, ___duration2, ___richTextEnabled3, ___scrambleMode4, ___scrambleChars5); else result = GenericVirtFuncInvoker5< TweenerCore_3_t2915539799 *, String_t*, float, bool, int32_t, String_t* >::Invoke(targetMethod, ___target0, ___endValue1, ___duration2, ___richTextEnabled3, ___scrambleMode4, ___scrambleChars5); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker5< TweenerCore_3_t2915539799 *, String_t*, float, bool, int32_t, String_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___target0, ___endValue1, ___duration2, ___richTextEnabled3, ___scrambleMode4, ___scrambleChars5); else result = VirtFuncInvoker5< TweenerCore_3_t2915539799 *, String_t*, float, bool, int32_t, String_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___target0, ___endValue1, ___duration2, ___richTextEnabled3, ___scrambleMode4, ___scrambleChars5); } } else { typedef TweenerCore_3_t2915539799 * (*FunctionPointerType) (Text_t1901882714 *, String_t*, float, bool, int32_t, String_t*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___target0, ___endValue1, ___duration2, ___richTextEnabled3, ___scrambleMode4, ___scrambleChars5, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE311::BeginInvoke(UnityEngine.UI.Text,System.String,System.Single,System.Boolean,DG.Tweening.ScrambleMode,System.String,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE311_BeginInvoke_m1107419352 (__GEN_DELEGATE311_t1034006033 * __this, Text_t1901882714 * ___target0, String_t* ___endValue1, float ___duration2, bool ___richTextEnabled3, int32_t ___scrambleMode4, String_t* ___scrambleChars5, AsyncCallback_t3962456242 * ___callback6, RuntimeObject * ___object7, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE311_BeginInvoke_m1107419352_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[7] = {0}; __d_args[0] = ___target0; __d_args[1] = ___endValue1; __d_args[2] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___duration2); __d_args[3] = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &___richTextEnabled3); __d_args[4] = Box(ScrambleMode_t1285273342_il2cpp_TypeInfo_var, &___scrambleMode4); __d_args[5] = ___scrambleChars5; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback6, (RuntimeObject*)___object7); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE311::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t2915539799 * __GEN_DELEGATE311_EndInvoke_m2740180827 (__GEN_DELEGATE311_t1034006033 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (TweenerCore_3_t2915539799 *)__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_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) { __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_DELEGATE312::Invoke(UnityEngine.UI.Graphic,UnityEngine.Color,System.Single) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE312_Invoke_m1863008116 (__GEN_DELEGATE312_t1033809425 * __this, Graphic_t1660335611 * ___target0, Color_t2555686324 ___endValue1, float ___duration2, const RuntimeMethod* method) { Tweener_t436044680 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE312_Invoke_m1863008116((__GEN_DELEGATE312_t1033809425 *)__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 Tweener_t436044680 * (*FunctionPointerType) (RuntimeObject *, Graphic_t1660335611 *, Color_t2555686324 , float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___target0, ___endValue1, ___duration2, targetMethod); } } else { // closed { typedef Tweener_t436044680 * (*FunctionPointerType) (RuntimeObject *, void*, Graphic_t1660335611 *, 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< Tweener_t436044680 *, Graphic_t1660335611 *, Color_t2555686324 , float >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___duration2); else result = GenericVirtFuncInvoker3< Tweener_t436044680 *, Graphic_t1660335611 *, Color_t2555686324 , float >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___duration2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< Tweener_t436044680 *, Graphic_t1660335611 *, Color_t2555686324 , float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___target0, ___endValue1, ___duration2); else result = VirtFuncInvoker3< Tweener_t436044680 *, Graphic_t1660335611 *, Color_t2555686324 , float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___target0, ___endValue1, ___duration2); } } else { typedef Tweener_t436044680 * (*FunctionPointerType) (void*, Graphic_t1660335611 *, 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< Tweener_t436044680 *, Color_t2555686324 , float >::Invoke(targetMethod, ___target0, ___endValue1, ___duration2); else result = GenericVirtFuncInvoker2< Tweener_t436044680 *, Color_t2555686324 , float >::Invoke(targetMethod, ___target0, ___endValue1, ___duration2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< Tweener_t436044680 *, Color_t2555686324 , float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___target0, ___endValue1, ___duration2); else result = VirtFuncInvoker2< Tweener_t436044680 *, Color_t2555686324 , float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___target0, ___endValue1, ___duration2); } } else { typedef Tweener_t436044680 * (*FunctionPointerType) (Graphic_t1660335611 *, Color_t2555686324 , float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___target0, ___endValue1, ___duration2, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE312::BeginInvoke(UnityEngine.UI.Graphic,UnityEngine.Color,System.Single,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE312_BeginInvoke_m2064471741 (__GEN_DELEGATE312_t1033809425 * __this, Graphic_t1660335611 * ___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_DELEGATE312_BeginInvoke_m2064471741_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.Tweener XLua.InternalGlobals/__GEN_DELEGATE312::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE312_EndInvoke_m1198730959 (__GEN_DELEGATE312_t1033809425 * __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_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) { __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_DELEGATE313::Invoke(UnityEngine.UI.Image,UnityEngine.Color,System.Single) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE313_Invoke_m1499576649 (__GEN_DELEGATE313_t1033874961 * __this, Image_t2670269651 * ___target0, Color_t2555686324 ___endValue1, float ___duration2, const RuntimeMethod* method) { Tweener_t436044680 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE313_Invoke_m1499576649((__GEN_DELEGATE313_t1033874961 *)__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 Tweener_t436044680 * (*FunctionPointerType) (RuntimeObject *, Image_t2670269651 *, Color_t2555686324 , float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___target0, ___endValue1, ___duration2, targetMethod); } } else { // closed { typedef Tweener_t436044680 * (*FunctionPointerType) (RuntimeObject *, void*, Image_t2670269651 *, 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< Tweener_t436044680 *, Image_t2670269651 *, Color_t2555686324 , float >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___duration2); else result = GenericVirtFuncInvoker3< Tweener_t436044680 *, Image_t2670269651 *, Color_t2555686324 , float >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___duration2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< Tweener_t436044680 *, Image_t2670269651 *, Color_t2555686324 , float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___target0, ___endValue1, ___duration2); else result = VirtFuncInvoker3< Tweener_t436044680 *, Image_t2670269651 *, Color_t2555686324 , float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___target0, ___endValue1, ___duration2); } } else { typedef Tweener_t436044680 * (*FunctionPointerType) (void*, Image_t2670269651 *, 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< Tweener_t436044680 *, Color_t2555686324 , float >::Invoke(targetMethod, ___target0, ___endValue1, ___duration2); else result = GenericVirtFuncInvoker2< Tweener_t436044680 *, Color_t2555686324 , float >::Invoke(targetMethod, ___target0, ___endValue1, ___duration2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< Tweener_t436044680 *, Color_t2555686324 , float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___target0, ___endValue1, ___duration2); else result = VirtFuncInvoker2< Tweener_t436044680 *, Color_t2555686324 , float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___target0, ___endValue1, ___duration2); } } else { typedef Tweener_t436044680 * (*FunctionPointerType) (Image_t2670269651 *, Color_t2555686324 , float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___target0, ___endValue1, ___duration2, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE313::BeginInvoke(UnityEngine.UI.Image,UnityEngine.Color,System.Single,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE313_BeginInvoke_m1886433132 (__GEN_DELEGATE313_t1033874961 * __this, Image_t2670269651 * ___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_DELEGATE313_BeginInvoke_m1886433132_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.Tweener XLua.InternalGlobals/__GEN_DELEGATE313::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE313_EndInvoke_m3503975986 (__GEN_DELEGATE313_t1033874961 * __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_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) { __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_DELEGATE314::Invoke(UnityEngine.UI.Text,UnityEngine.Color,System.Single) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE314_Invoke_m21235027 (__GEN_DELEGATE314_t1034202641 * __this, Text_t1901882714 * ___target0, Color_t2555686324 ___endValue1, float ___duration2, const RuntimeMethod* method) { Tweener_t436044680 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE314_Invoke_m21235027((__GEN_DELEGATE314_t1034202641 *)__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 Tweener_t436044680 * (*FunctionPointerType) (RuntimeObject *, Text_t1901882714 *, Color_t2555686324 , float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___target0, ___endValue1, ___duration2, targetMethod); } } else { // closed { typedef Tweener_t436044680 * (*FunctionPointerType) (RuntimeObject *, void*, Text_t1901882714 *, 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< Tweener_t436044680 *, Text_t1901882714 *, Color_t2555686324 , float >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___duration2); else result = GenericVirtFuncInvoker3< Tweener_t436044680 *, Text_t1901882714 *, Color_t2555686324 , float >::Invoke(targetMethod, targetThis, ___target0, ___endValue1, ___duration2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< Tweener_t436044680 *, Text_t1901882714 *, Color_t2555686324 , float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___target0, ___endValue1, ___duration2); else result = VirtFuncInvoker3< Tweener_t436044680 *, Text_t1901882714 *, Color_t2555686324 , float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___target0, ___endValue1, ___duration2); } } else { typedef Tweener_t436044680 * (*FunctionPointerType) (void*, Text_t1901882714 *, 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< Tweener_t436044680 *, Color_t2555686324 , float >::Invoke(targetMethod, ___target0, ___endValue1, ___duration2); else result = GenericVirtFuncInvoker2< Tweener_t436044680 *, Color_t2555686324 , float >::Invoke(targetMethod, ___target0, ___endValue1, ___duration2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< Tweener_t436044680 *, Color_t2555686324 , float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___target0, ___endValue1, ___duration2); else result = VirtFuncInvoker2< Tweener_t436044680 *, Color_t2555686324 , float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___target0, ___endValue1, ___duration2); } } else { typedef Tweener_t436044680 * (*FunctionPointerType) (Text_t1901882714 *, Color_t2555686324 , float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___target0, ___endValue1, ___duration2, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE314::BeginInvoke(UnityEngine.UI.Text,UnityEngine.Color,System.Single,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE314_BeginInvoke_m697504022 (__GEN_DELEGATE314_t1034202641 * __this, Text_t1901882714 * ___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_DELEGATE314_BeginInvoke_m697504022_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.Tweener XLua.InternalGlobals/__GEN_DELEGATE314::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE314_EndInvoke_m3381148287 (__GEN_DELEGATE314_t1034202641 * __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_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) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Int32 XLua.InternalGlobals/__GEN_DELEGATE32::Invoke(DG.Tweening.Tween) extern "C" IL2CPP_METHOD_ATTR int32_t __GEN_DELEGATE32_Invoke_m3333628964 (__GEN_DELEGATE32_t1037086226 * __this, Tween_t2342918553 * ___t0, const RuntimeMethod* method) { int32_t result = 0; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE32_Invoke_m3333628964((__GEN_DELEGATE32_t1037086226 *)__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 int32_t (*FunctionPointerType) (RuntimeObject *, Tween_t2342918553 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___t0, targetMethod); } } else { // closed { typedef int32_t (*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< int32_t, Tween_t2342918553 * >::Invoke(targetMethod, targetThis, ___t0); else result = GenericVirtFuncInvoker1< int32_t, Tween_t2342918553 * >::Invoke(targetMethod, targetThis, ___t0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< int32_t, Tween_t2342918553 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___t0); else result = VirtFuncInvoker1< int32_t, Tween_t2342918553 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___t0); } } else { typedef int32_t (*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< int32_t >::Invoke(targetMethod, ___t0); else result = GenericVirtFuncInvoker0< int32_t >::Invoke(targetMethod, ___t0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker0< int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___t0); else result = VirtFuncInvoker0< int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___t0); } } else { typedef int32_t (*FunctionPointerType) (Tween_t2342918553 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___t0, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE32::BeginInvoke(DG.Tweening.Tween,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE32_BeginInvoke_m899653824 (__GEN_DELEGATE32_t1037086226 * __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.Int32 XLua.InternalGlobals/__GEN_DELEGATE32::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR int32_t __GEN_DELEGATE32_EndInvoke_m4072715291 (__GEN_DELEGATE32_t1037086226 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(int32_t*)UnBox ((RuntimeObject*)__result); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void 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) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // UnityEngine.Vector3 XLua.InternalGlobals/__GEN_DELEGATE33::Invoke(DG.Tweening.Tween,System.Single) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 __GEN_DELEGATE33_Invoke_m2874189186 (__GEN_DELEGATE33_t1037086227 * __this, Tween_t2342918553 * ___t0, float ___pathPercentage1, const RuntimeMethod* method) { Vector3_t3722313464 result; memset(&result, 0, sizeof(result)); if(__this->get_prev_9() != NULL) { __GEN_DELEGATE33_Invoke_m2874189186((__GEN_DELEGATE33_t1037086227 *)__this->get_prev_9(), ___t0, ___pathPercentage1, 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 Vector3_t3722313464 (*FunctionPointerType) (RuntimeObject *, Tween_t2342918553 *, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___t0, ___pathPercentage1, targetMethod); } } else { // closed { typedef Vector3_t3722313464 (*FunctionPointerType) (RuntimeObject *, void*, Tween_t2342918553 *, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___t0, ___pathPercentage1, 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)) result = GenericInterfaceFuncInvoker2< Vector3_t3722313464 , Tween_t2342918553 *, float >::Invoke(targetMethod, targetThis, ___t0, ___pathPercentage1); else result = GenericVirtFuncInvoker2< Vector3_t3722313464 , Tween_t2342918553 *, float >::Invoke(targetMethod, targetThis, ___t0, ___pathPercentage1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< Vector3_t3722313464 , Tween_t2342918553 *, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___t0, ___pathPercentage1); else result = VirtFuncInvoker2< Vector3_t3722313464 , Tween_t2342918553 *, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___t0, ___pathPercentage1); } } else { typedef Vector3_t3722313464 (*FunctionPointerType) (void*, Tween_t2342918553 *, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___t0, ___pathPercentage1, 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 = GenericInterfaceFuncInvoker1< Vector3_t3722313464 , float >::Invoke(targetMethod, ___t0, ___pathPercentage1); else result = GenericVirtFuncInvoker1< Vector3_t3722313464 , float >::Invoke(targetMethod, ___t0, ___pathPercentage1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< Vector3_t3722313464 , float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___t0, ___pathPercentage1); else result = VirtFuncInvoker1< Vector3_t3722313464 , float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___t0, ___pathPercentage1); } } else { typedef Vector3_t3722313464 (*FunctionPointerType) (Tween_t2342918553 *, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___t0, ___pathPercentage1, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE33::BeginInvoke(DG.Tweening.Tween,System.Single,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE33_BeginInvoke_m529852334 (__GEN_DELEGATE33_t1037086227 * __this, Tween_t2342918553 * ___t0, float ___pathPercentage1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE33_BeginInvoke_m529852334_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = ___t0; __d_args[1] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___pathPercentage1); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // UnityEngine.Vector3 XLua.InternalGlobals/__GEN_DELEGATE33::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Vector3_t3722313464 __GEN_DELEGATE33_EndInvoke_m2633209878 (__GEN_DELEGATE33_t1037086227 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(Vector3_t3722313464 *)UnBox ((RuntimeObject*)__result); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void 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) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // UnityEngine.Vector3[] XLua.InternalGlobals/__GEN_DELEGATE34::Invoke(DG.Tweening.Tween,System.Int32) extern "C" IL2CPP_METHOD_ATTR Vector3U5BU5D_t1718750761* __GEN_DELEGATE34_Invoke_m326918886 (__GEN_DELEGATE34_t1037086228 * __this, Tween_t2342918553 * ___t0, int32_t ___subdivisionsXSegment1, const RuntimeMethod* method) { Vector3U5BU5D_t1718750761* result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE34_Invoke_m326918886((__GEN_DELEGATE34_t1037086228 *)__this->get_prev_9(), ___t0, ___subdivisionsXSegment1, 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 Vector3U5BU5D_t1718750761* (*FunctionPointerType) (RuntimeObject *, Tween_t2342918553 *, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___t0, ___subdivisionsXSegment1, targetMethod); } } else { // closed { typedef Vector3U5BU5D_t1718750761* (*FunctionPointerType) (RuntimeObject *, void*, Tween_t2342918553 *, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___t0, ___subdivisionsXSegment1, 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)) result = GenericInterfaceFuncInvoker2< Vector3U5BU5D_t1718750761*, Tween_t2342918553 *, int32_t >::Invoke(targetMethod, targetThis, ___t0, ___subdivisionsXSegment1); else result = GenericVirtFuncInvoker2< Vector3U5BU5D_t1718750761*, Tween_t2342918553 *, int32_t >::Invoke(targetMethod, targetThis, ___t0, ___subdivisionsXSegment1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< Vector3U5BU5D_t1718750761*, Tween_t2342918553 *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___t0, ___subdivisionsXSegment1); else result = VirtFuncInvoker2< Vector3U5BU5D_t1718750761*, Tween_t2342918553 *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___t0, ___subdivisionsXSegment1); } } else { typedef Vector3U5BU5D_t1718750761* (*FunctionPointerType) (void*, Tween_t2342918553 *, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___t0, ___subdivisionsXSegment1, 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 = GenericInterfaceFuncInvoker1< Vector3U5BU5D_t1718750761*, int32_t >::Invoke(targetMethod, ___t0, ___subdivisionsXSegment1); else result = GenericVirtFuncInvoker1< Vector3U5BU5D_t1718750761*, int32_t >::Invoke(targetMethod, ___t0, ___subdivisionsXSegment1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< Vector3U5BU5D_t1718750761*, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___t0, ___subdivisionsXSegment1); else result = VirtFuncInvoker1< Vector3U5BU5D_t1718750761*, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___t0, ___subdivisionsXSegment1); } } else { typedef Vector3U5BU5D_t1718750761* (*FunctionPointerType) (Tween_t2342918553 *, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___t0, ___subdivisionsXSegment1, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE34::BeginInvoke(DG.Tweening.Tween,System.Int32,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE34_BeginInvoke_m2860871478 (__GEN_DELEGATE34_t1037086228 * __this, Tween_t2342918553 * ___t0, int32_t ___subdivisionsXSegment1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE34_BeginInvoke_m2860871478_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = ___t0; __d_args[1] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___subdivisionsXSegment1); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // UnityEngine.Vector3[] XLua.InternalGlobals/__GEN_DELEGATE34::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Vector3U5BU5D_t1718750761* __GEN_DELEGATE34_EndInvoke_m1522895313 (__GEN_DELEGATE34_t1037086228 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (Vector3U5BU5D_t1718750761*)__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_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) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Single XLua.InternalGlobals/__GEN_DELEGATE35::Invoke(DG.Tweening.Tween) extern "C" IL2CPP_METHOD_ATTR float __GEN_DELEGATE35_Invoke_m2904443055 (__GEN_DELEGATE35_t1037086229 * __this, Tween_t2342918553 * ___t0, const RuntimeMethod* method) { float result = 0.0f; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE35_Invoke_m2904443055((__GEN_DELEGATE35_t1037086229 *)__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 float (*FunctionPointerType) (RuntimeObject *, Tween_t2342918553 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___t0, targetMethod); } } else { // closed { typedef float (*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< float, Tween_t2342918553 * >::Invoke(targetMethod, targetThis, ___t0); else result = GenericVirtFuncInvoker1< float, Tween_t2342918553 * >::Invoke(targetMethod, targetThis, ___t0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< float, Tween_t2342918553 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___t0); else result = VirtFuncInvoker1< float, Tween_t2342918553 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___t0); } } else { typedef float (*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< float >::Invoke(targetMethod, ___t0); else result = GenericVirtFuncInvoker0< float >::Invoke(targetMethod, ___t0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker0< float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___t0); else result = VirtFuncInvoker0< float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___t0); } } else { typedef float (*FunctionPointerType) (Tween_t2342918553 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___t0, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE35::BeginInvoke(DG.Tweening.Tween,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE35_BeginInvoke_m4193485732 (__GEN_DELEGATE35_t1037086229 * __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.Single XLua.InternalGlobals/__GEN_DELEGATE35::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR float __GEN_DELEGATE35_EndInvoke_m3339077284 (__GEN_DELEGATE35_t1037086229 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(float*)UnBox ((RuntimeObject*)__result); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void 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) { __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.Tween XLua.InternalGlobals/__GEN_DELEGATE36::Invoke(DG.Tweening.Tween) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE36_Invoke_m2993202585 (__GEN_DELEGATE36_t1037086230 * __this, Tween_t2342918553 * ___t0, const RuntimeMethod* method) { Tween_t2342918553 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE36_Invoke_m2993202585((__GEN_DELEGATE36_t1037086230 *)__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 Tween_t2342918553 * (*FunctionPointerType) (RuntimeObject *, Tween_t2342918553 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___t0, targetMethod); } } else { // closed { typedef Tween_t2342918553 * (*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< Tween_t2342918553 *, Tween_t2342918553 * >::Invoke(targetMethod, targetThis, ___t0); else result = GenericVirtFuncInvoker1< Tween_t2342918553 *, Tween_t2342918553 * >::Invoke(targetMethod, targetThis, ___t0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< Tween_t2342918553 *, Tween_t2342918553 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___t0); else result = VirtFuncInvoker1< Tween_t2342918553 *, Tween_t2342918553 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___t0); } } else { typedef Tween_t2342918553 * (*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< Tween_t2342918553 * >::Invoke(targetMethod, ___t0); else result = GenericVirtFuncInvoker0< Tween_t2342918553 * >::Invoke(targetMethod, ___t0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker0< Tween_t2342918553 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___t0); else result = VirtFuncInvoker0< Tween_t2342918553 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___t0); } } else { typedef Tween_t2342918553 * (*FunctionPointerType) (Tween_t2342918553 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___t0, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE36::BeginInvoke(DG.Tweening.Tween,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE36_BeginInvoke_m4023594503 (__GEN_DELEGATE36_t1037086230 * __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); } // DG.Tweening.Tween XLua.InternalGlobals/__GEN_DELEGATE36::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE36_EndInvoke_m4149179722 (__GEN_DELEGATE36_t1037086230 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (Tween_t2342918553 *)__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_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) { __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.Tween XLua.InternalGlobals/__GEN_DELEGATE37::Invoke(DG.Tweening.Tween,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE37_Invoke_m2638195466 (__GEN_DELEGATE37_t1037086231 * __this, Tween_t2342918553 * ___t0, bool ___autoKillOnCompletion1, const RuntimeMethod* method) { Tween_t2342918553 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE37_Invoke_m2638195466((__GEN_DELEGATE37_t1037086231 *)__this->get_prev_9(), ___t0, ___autoKillOnCompletion1, 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 Tween_t2342918553 * (*FunctionPointerType) (RuntimeObject *, Tween_t2342918553 *, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___t0, ___autoKillOnCompletion1, targetMethod); } } else { // closed { typedef Tween_t2342918553 * (*FunctionPointerType) (RuntimeObject *, void*, Tween_t2342918553 *, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___t0, ___autoKillOnCompletion1, 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)) result = GenericInterfaceFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, bool >::Invoke(targetMethod, targetThis, ___t0, ___autoKillOnCompletion1); else result = GenericVirtFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, bool >::Invoke(targetMethod, targetThis, ___t0, ___autoKillOnCompletion1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___t0, ___autoKillOnCompletion1); else result = VirtFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___t0, ___autoKillOnCompletion1); } } else { typedef Tween_t2342918553 * (*FunctionPointerType) (void*, Tween_t2342918553 *, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___t0, ___autoKillOnCompletion1, 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 = GenericInterfaceFuncInvoker1< Tween_t2342918553 *, bool >::Invoke(targetMethod, ___t0, ___autoKillOnCompletion1); else result = GenericVirtFuncInvoker1< Tween_t2342918553 *, bool >::Invoke(targetMethod, ___t0, ___autoKillOnCompletion1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< Tween_t2342918553 *, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___t0, ___autoKillOnCompletion1); else result = VirtFuncInvoker1< Tween_t2342918553 *, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___t0, ___autoKillOnCompletion1); } } else { typedef Tween_t2342918553 * (*FunctionPointerType) (Tween_t2342918553 *, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___t0, ___autoKillOnCompletion1, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE37::BeginInvoke(DG.Tweening.Tween,System.Boolean,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE37_BeginInvoke_m1165096356 (__GEN_DELEGATE37_t1037086231 * __this, Tween_t2342918553 * ___t0, bool ___autoKillOnCompletion1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE37_BeginInvoke_m1165096356_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = ___t0; __d_args[1] = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &___autoKillOnCompletion1); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // DG.Tweening.Tween XLua.InternalGlobals/__GEN_DELEGATE37::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE37_EndInvoke_m556573380 (__GEN_DELEGATE37_t1037086231 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (Tween_t2342918553 *)__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_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) { __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.Tween XLua.InternalGlobals/__GEN_DELEGATE38::Invoke(DG.Tweening.Tween,System.Object) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE38_Invoke_m2506809335 (__GEN_DELEGATE38_t1037086216 * __this, Tween_t2342918553 * ___t0, RuntimeObject * ___objectId1, const RuntimeMethod* method) { Tween_t2342918553 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE38_Invoke_m2506809335((__GEN_DELEGATE38_t1037086216 *)__this->get_prev_9(), ___t0, ___objectId1, 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 Tween_t2342918553 * (*FunctionPointerType) (RuntimeObject *, Tween_t2342918553 *, RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___t0, ___objectId1, targetMethod); } } else { // closed { typedef Tween_t2342918553 * (*FunctionPointerType) (RuntimeObject *, void*, Tween_t2342918553 *, RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___t0, ___objectId1, 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)) result = GenericInterfaceFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, RuntimeObject * >::Invoke(targetMethod, targetThis, ___t0, ___objectId1); else result = GenericVirtFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, RuntimeObject * >::Invoke(targetMethod, targetThis, ___t0, ___objectId1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___t0, ___objectId1); else result = VirtFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___t0, ___objectId1); } } else { typedef Tween_t2342918553 * (*FunctionPointerType) (void*, Tween_t2342918553 *, RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___t0, ___objectId1, 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 = GenericInterfaceFuncInvoker1< Tween_t2342918553 *, RuntimeObject * >::Invoke(targetMethod, ___t0, ___objectId1); else result = GenericVirtFuncInvoker1< Tween_t2342918553 *, RuntimeObject * >::Invoke(targetMethod, ___t0, ___objectId1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< Tween_t2342918553 *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___t0, ___objectId1); else result = VirtFuncInvoker1< Tween_t2342918553 *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___t0, ___objectId1); } } else { typedef Tween_t2342918553 * (*FunctionPointerType) (Tween_t2342918553 *, RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___t0, ___objectId1, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE38::BeginInvoke(DG.Tweening.Tween,System.Object,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE38_BeginInvoke_m515582504 (__GEN_DELEGATE38_t1037086216 * __this, Tween_t2342918553 * ___t0, RuntimeObject * ___objectId1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { void *__d_args[3] = {0}; __d_args[0] = ___t0; __d_args[1] = ___objectId1; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // DG.Tweening.Tween XLua.InternalGlobals/__GEN_DELEGATE38::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE38_EndInvoke_m294240423 (__GEN_DELEGATE38_t1037086216 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (Tween_t2342918553 *)__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_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) { __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.Tween XLua.InternalGlobals/__GEN_DELEGATE39::Invoke(DG.Tweening.Tween,System.String) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE39_Invoke_m175406872 (__GEN_DELEGATE39_t1037086217 * __this, Tween_t2342918553 * ___t0, String_t* ___stringId1, const RuntimeMethod* method) { Tween_t2342918553 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE39_Invoke_m175406872((__GEN_DELEGATE39_t1037086217 *)__this->get_prev_9(), ___t0, ___stringId1, 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 Tween_t2342918553 * (*FunctionPointerType) (RuntimeObject *, Tween_t2342918553 *, String_t*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___t0, ___stringId1, targetMethod); } } else { // closed { typedef Tween_t2342918553 * (*FunctionPointerType) (RuntimeObject *, void*, Tween_t2342918553 *, String_t*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___t0, ___stringId1, 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)) result = GenericInterfaceFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, String_t* >::Invoke(targetMethod, targetThis, ___t0, ___stringId1); else result = GenericVirtFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, String_t* >::Invoke(targetMethod, targetThis, ___t0, ___stringId1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, String_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___t0, ___stringId1); else result = VirtFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, String_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___t0, ___stringId1); } } else { typedef Tween_t2342918553 * (*FunctionPointerType) (void*, Tween_t2342918553 *, String_t*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___t0, ___stringId1, 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 = GenericInterfaceFuncInvoker1< Tween_t2342918553 *, String_t* >::Invoke(targetMethod, ___t0, ___stringId1); else result = GenericVirtFuncInvoker1< Tween_t2342918553 *, String_t* >::Invoke(targetMethod, ___t0, ___stringId1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< Tween_t2342918553 *, String_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___t0, ___stringId1); else result = VirtFuncInvoker1< Tween_t2342918553 *, String_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___t0, ___stringId1); } } else { typedef Tween_t2342918553 * (*FunctionPointerType) (Tween_t2342918553 *, String_t*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___t0, ___stringId1, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE39::BeginInvoke(DG.Tweening.Tween,System.String,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE39_BeginInvoke_m1292526266 (__GEN_DELEGATE39_t1037086217 * __this, Tween_t2342918553 * ___t0, String_t* ___stringId1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { void *__d_args[3] = {0}; __d_args[0] = ___t0; __d_args[1] = ___stringId1; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // DG.Tweening.Tween XLua.InternalGlobals/__GEN_DELEGATE39::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE39_EndInvoke_m358235176 (__GEN_DELEGATE39_t1037086217 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (Tween_t2342918553 *)__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_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) { __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_DELEGATE4::Invoke(DG.Tweening.Tween,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE4_Invoke_m1443261489 (__GEN_DELEGATE4_t3726290516 * __this, Tween_t2342918553 * ___t0, float ___to1, bool ___andPlay2, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { __GEN_DELEGATE4_Invoke_m1443261489((__GEN_DELEGATE4_t3726290516 *)__this->get_prev_9(), ___t0, ___to1, ___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 *, float, bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___t0, ___to1, ___andPlay2, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, Tween_t2342918553 *, float, bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___t0, ___to1, ___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 *, float, bool >::Invoke(targetMethod, targetThis, ___t0, ___to1, ___andPlay2); else GenericVirtActionInvoker3< Tween_t2342918553 *, float, bool >::Invoke(targetMethod, targetThis, ___t0, ___to1, ___andPlay2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker3< Tween_t2342918553 *, float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___t0, ___to1, ___andPlay2); else VirtActionInvoker3< Tween_t2342918553 *, float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___t0, ___to1, ___andPlay2); } } else { typedef void (*FunctionPointerType) (void*, Tween_t2342918553 *, float, bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___t0, ___to1, ___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< float, bool >::Invoke(targetMethod, ___t0, ___to1, ___andPlay2); else GenericVirtActionInvoker2< float, bool >::Invoke(targetMethod, ___t0, ___to1, ___andPlay2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___t0, ___to1, ___andPlay2); else VirtActionInvoker2< float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___t0, ___to1, ___andPlay2); } } else { typedef void (*FunctionPointerType) (Tween_t2342918553 *, float, bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___t0, ___to1, ___andPlay2, targetMethod); } } } } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE4::BeginInvoke(DG.Tweening.Tween,System.Single,System.Boolean,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE4_BeginInvoke_m4058617152 (__GEN_DELEGATE4_t3726290516 * __this, Tween_t2342918553 * ___t0, float ___to1, bool ___andPlay2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE4_BeginInvoke_m4058617152_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = ___t0; __d_args[1] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___to1); __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_DELEGATE4::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE4_EndInvoke_m2538770518 (__GEN_DELEGATE4_t3726290516 * __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_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) { __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.Tween XLua.InternalGlobals/__GEN_DELEGATE40::Invoke(DG.Tweening.Tween,System.Int32) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE40_Invoke_m1321024692 (__GEN_DELEGATE40_t1846390288 * __this, Tween_t2342918553 * ___t0, int32_t ___intId1, const RuntimeMethod* method) { Tween_t2342918553 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE40_Invoke_m1321024692((__GEN_DELEGATE40_t1846390288 *)__this->get_prev_9(), ___t0, ___intId1, 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 Tween_t2342918553 * (*FunctionPointerType) (RuntimeObject *, Tween_t2342918553 *, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___t0, ___intId1, targetMethod); } } else { // closed { typedef Tween_t2342918553 * (*FunctionPointerType) (RuntimeObject *, void*, Tween_t2342918553 *, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___t0, ___intId1, 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)) result = GenericInterfaceFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, int32_t >::Invoke(targetMethod, targetThis, ___t0, ___intId1); else result = GenericVirtFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, int32_t >::Invoke(targetMethod, targetThis, ___t0, ___intId1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___t0, ___intId1); else result = VirtFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___t0, ___intId1); } } else { typedef Tween_t2342918553 * (*FunctionPointerType) (void*, Tween_t2342918553 *, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___t0, ___intId1, 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 = GenericInterfaceFuncInvoker1< Tween_t2342918553 *, int32_t >::Invoke(targetMethod, ___t0, ___intId1); else result = GenericVirtFuncInvoker1< Tween_t2342918553 *, int32_t >::Invoke(targetMethod, ___t0, ___intId1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< Tween_t2342918553 *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___t0, ___intId1); else result = VirtFuncInvoker1< Tween_t2342918553 *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___t0, ___intId1); } } else { typedef Tween_t2342918553 * (*FunctionPointerType) (Tween_t2342918553 *, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___t0, ___intId1, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE40::BeginInvoke(DG.Tweening.Tween,System.Int32,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE40_BeginInvoke_m1041169071 (__GEN_DELEGATE40_t1846390288 * __this, Tween_t2342918553 * ___t0, int32_t ___intId1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE40_BeginInvoke_m1041169071_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = ___t0; __d_args[1] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___intId1); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // DG.Tweening.Tween XLua.InternalGlobals/__GEN_DELEGATE40::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE40_EndInvoke_m1561226808 (__GEN_DELEGATE40_t1846390288 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (Tween_t2342918553 *)__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_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) { __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.Tween XLua.InternalGlobals/__GEN_DELEGATE41::Invoke(DG.Tweening.Tween,UnityEngine.GameObject) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE41_Invoke_m3286084154 (__GEN_DELEGATE41_t1846390289 * __this, Tween_t2342918553 * ___t0, GameObject_t1113636619 * ___gameObject1, const RuntimeMethod* method) { Tween_t2342918553 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE41_Invoke_m3286084154((__GEN_DELEGATE41_t1846390289 *)__this->get_prev_9(), ___t0, ___gameObject1, 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 Tween_t2342918553 * (*FunctionPointerType) (RuntimeObject *, Tween_t2342918553 *, GameObject_t1113636619 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___t0, ___gameObject1, targetMethod); } } else { // closed { typedef Tween_t2342918553 * (*FunctionPointerType) (RuntimeObject *, void*, Tween_t2342918553 *, GameObject_t1113636619 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___t0, ___gameObject1, 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)) result = GenericInterfaceFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, GameObject_t1113636619 * >::Invoke(targetMethod, targetThis, ___t0, ___gameObject1); else result = GenericVirtFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, GameObject_t1113636619 * >::Invoke(targetMethod, targetThis, ___t0, ___gameObject1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, GameObject_t1113636619 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___t0, ___gameObject1); else result = VirtFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, GameObject_t1113636619 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___t0, ___gameObject1); } } else { typedef Tween_t2342918553 * (*FunctionPointerType) (void*, Tween_t2342918553 *, GameObject_t1113636619 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___t0, ___gameObject1, 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 = GenericInterfaceFuncInvoker1< Tween_t2342918553 *, GameObject_t1113636619 * >::Invoke(targetMethod, ___t0, ___gameObject1); else result = GenericVirtFuncInvoker1< Tween_t2342918553 *, GameObject_t1113636619 * >::Invoke(targetMethod, ___t0, ___gameObject1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< Tween_t2342918553 *, GameObject_t1113636619 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___t0, ___gameObject1); else result = VirtFuncInvoker1< Tween_t2342918553 *, GameObject_t1113636619 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___t0, ___gameObject1); } } else { typedef Tween_t2342918553 * (*FunctionPointerType) (Tween_t2342918553 *, GameObject_t1113636619 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___t0, ___gameObject1, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE41::BeginInvoke(DG.Tweening.Tween,UnityEngine.GameObject,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE41_BeginInvoke_m765702930 (__GEN_DELEGATE41_t1846390289 * __this, Tween_t2342918553 * ___t0, GameObject_t1113636619 * ___gameObject1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { void *__d_args[3] = {0}; __d_args[0] = ___t0; __d_args[1] = ___gameObject1; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // DG.Tweening.Tween XLua.InternalGlobals/__GEN_DELEGATE41::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE41_EndInvoke_m727995876 (__GEN_DELEGATE41_t1846390289 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (Tween_t2342918553 *)__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_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) { __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.Tween XLua.InternalGlobals/__GEN_DELEGATE42::Invoke(DG.Tweening.Tween,UnityEngine.GameObject,DG.Tweening.LinkBehaviour) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE42_Invoke_m3899294286 (__GEN_DELEGATE42_t1846390290 * __this, Tween_t2342918553 * ___t0, GameObject_t1113636619 * ___gameObject1, int32_t ___behaviour2, const RuntimeMethod* method) { Tween_t2342918553 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE42_Invoke_m3899294286((__GEN_DELEGATE42_t1846390290 *)__this->get_prev_9(), ___t0, ___gameObject1, ___behaviour2, 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 Tween_t2342918553 * (*FunctionPointerType) (RuntimeObject *, Tween_t2342918553 *, GameObject_t1113636619 *, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___t0, ___gameObject1, ___behaviour2, targetMethod); } } else { // closed { typedef Tween_t2342918553 * (*FunctionPointerType) (RuntimeObject *, void*, Tween_t2342918553 *, GameObject_t1113636619 *, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___t0, ___gameObject1, ___behaviour2, 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< Tween_t2342918553 *, Tween_t2342918553 *, GameObject_t1113636619 *, int32_t >::Invoke(targetMethod, targetThis, ___t0, ___gameObject1, ___behaviour2); else result = GenericVirtFuncInvoker3< Tween_t2342918553 *, Tween_t2342918553 *, GameObject_t1113636619 *, int32_t >::Invoke(targetMethod, targetThis, ___t0, ___gameObject1, ___behaviour2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< Tween_t2342918553 *, Tween_t2342918553 *, GameObject_t1113636619 *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___t0, ___gameObject1, ___behaviour2); else result = VirtFuncInvoker3< Tween_t2342918553 *, Tween_t2342918553 *, GameObject_t1113636619 *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___t0, ___gameObject1, ___behaviour2); } } else { typedef Tween_t2342918553 * (*FunctionPointerType) (void*, Tween_t2342918553 *, GameObject_t1113636619 *, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___t0, ___gameObject1, ___behaviour2, 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< Tween_t2342918553 *, GameObject_t1113636619 *, int32_t >::Invoke(targetMethod, ___t0, ___gameObject1, ___behaviour2); else result = GenericVirtFuncInvoker2< Tween_t2342918553 *, GameObject_t1113636619 *, int32_t >::Invoke(targetMethod, ___t0, ___gameObject1, ___behaviour2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< Tween_t2342918553 *, GameObject_t1113636619 *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___t0, ___gameObject1, ___behaviour2); else result = VirtFuncInvoker2< Tween_t2342918553 *, GameObject_t1113636619 *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___t0, ___gameObject1, ___behaviour2); } } else { typedef Tween_t2342918553 * (*FunctionPointerType) (Tween_t2342918553 *, GameObject_t1113636619 *, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___t0, ___gameObject1, ___behaviour2, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE42::BeginInvoke(DG.Tweening.Tween,UnityEngine.GameObject,DG.Tweening.LinkBehaviour,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE42_BeginInvoke_m4294115594 (__GEN_DELEGATE42_t1846390290 * __this, Tween_t2342918553 * ___t0, GameObject_t1113636619 * ___gameObject1, int32_t ___behaviour2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE42_BeginInvoke_m4294115594_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = ___t0; __d_args[1] = ___gameObject1; __d_args[2] = Box(LinkBehaviour_t431974039_il2cpp_TypeInfo_var, &___behaviour2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // DG.Tweening.Tween XLua.InternalGlobals/__GEN_DELEGATE42::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE42_EndInvoke_m1491428668 (__GEN_DELEGATE42_t1846390290 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (Tween_t2342918553 *)__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_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) { __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.Tween XLua.InternalGlobals/__GEN_DELEGATE43::Invoke(DG.Tweening.Tween,System.Object) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE43_Invoke_m1482927399 (__GEN_DELEGATE43_t1846390291 * __this, Tween_t2342918553 * ___t0, RuntimeObject * ___target1, const RuntimeMethod* method) { Tween_t2342918553 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE43_Invoke_m1482927399((__GEN_DELEGATE43_t1846390291 *)__this->get_prev_9(), ___t0, ___target1, 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 Tween_t2342918553 * (*FunctionPointerType) (RuntimeObject *, Tween_t2342918553 *, RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___t0, ___target1, targetMethod); } } else { // closed { typedef Tween_t2342918553 * (*FunctionPointerType) (RuntimeObject *, void*, Tween_t2342918553 *, RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___t0, ___target1, 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)) result = GenericInterfaceFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, RuntimeObject * >::Invoke(targetMethod, targetThis, ___t0, ___target1); else result = GenericVirtFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, RuntimeObject * >::Invoke(targetMethod, targetThis, ___t0, ___target1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___t0, ___target1); else result = VirtFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___t0, ___target1); } } else { typedef Tween_t2342918553 * (*FunctionPointerType) (void*, Tween_t2342918553 *, RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___t0, ___target1, 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 = GenericInterfaceFuncInvoker1< Tween_t2342918553 *, RuntimeObject * >::Invoke(targetMethod, ___t0, ___target1); else result = GenericVirtFuncInvoker1< Tween_t2342918553 *, RuntimeObject * >::Invoke(targetMethod, ___t0, ___target1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< Tween_t2342918553 *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___t0, ___target1); else result = VirtFuncInvoker1< Tween_t2342918553 *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___t0, ___target1); } } else { typedef Tween_t2342918553 * (*FunctionPointerType) (Tween_t2342918553 *, RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___t0, ___target1, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE43::BeginInvoke(DG.Tweening.Tween,System.Object,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE43_BeginInvoke_m4219126952 (__GEN_DELEGATE43_t1846390291 * __this, Tween_t2342918553 * ___t0, RuntimeObject * ___target1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { void *__d_args[3] = {0}; __d_args[0] = ___t0; __d_args[1] = ___target1; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // DG.Tweening.Tween XLua.InternalGlobals/__GEN_DELEGATE43::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE43_EndInvoke_m50186355 (__GEN_DELEGATE43_t1846390291 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (Tween_t2342918553 *)__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_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) { __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.Tween XLua.InternalGlobals/__GEN_DELEGATE44::Invoke(DG.Tweening.Tween,System.Int32) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE44_Invoke_m1120475534 (__GEN_DELEGATE44_t1846390292 * __this, Tween_t2342918553 * ___t0, int32_t ___loops1, const RuntimeMethod* method) { Tween_t2342918553 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE44_Invoke_m1120475534((__GEN_DELEGATE44_t1846390292 *)__this->get_prev_9(), ___t0, ___loops1, 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 Tween_t2342918553 * (*FunctionPointerType) (RuntimeObject *, Tween_t2342918553 *, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___t0, ___loops1, targetMethod); } } else { // closed { typedef Tween_t2342918553 * (*FunctionPointerType) (RuntimeObject *, void*, Tween_t2342918553 *, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___t0, ___loops1, 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)) result = GenericInterfaceFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, int32_t >::Invoke(targetMethod, targetThis, ___t0, ___loops1); else result = GenericVirtFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, int32_t >::Invoke(targetMethod, targetThis, ___t0, ___loops1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___t0, ___loops1); else result = VirtFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___t0, ___loops1); } } else { typedef Tween_t2342918553 * (*FunctionPointerType) (void*, Tween_t2342918553 *, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___t0, ___loops1, 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 = GenericInterfaceFuncInvoker1< Tween_t2342918553 *, int32_t >::Invoke(targetMethod, ___t0, ___loops1); else result = GenericVirtFuncInvoker1< Tween_t2342918553 *, int32_t >::Invoke(targetMethod, ___t0, ___loops1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< Tween_t2342918553 *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___t0, ___loops1); else result = VirtFuncInvoker1< Tween_t2342918553 *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___t0, ___loops1); } } else { typedef Tween_t2342918553 * (*FunctionPointerType) (Tween_t2342918553 *, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___t0, ___loops1, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE44::BeginInvoke(DG.Tweening.Tween,System.Int32,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE44_BeginInvoke_m2372057273 (__GEN_DELEGATE44_t1846390292 * __this, Tween_t2342918553 * ___t0, int32_t ___loops1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE44_BeginInvoke_m2372057273_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = ___t0; __d_args[1] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___loops1); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // DG.Tweening.Tween XLua.InternalGlobals/__GEN_DELEGATE44::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE44_EndInvoke_m1362981704 (__GEN_DELEGATE44_t1846390292 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (Tween_t2342918553 *)__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_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) { __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.Tween XLua.InternalGlobals/__GEN_DELEGATE45::Invoke(DG.Tweening.Tween,System.Int32,DG.Tweening.LoopType) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE45_Invoke_m2029417952 (__GEN_DELEGATE45_t1846390293 * __this, Tween_t2342918553 * ___t0, int32_t ___loops1, int32_t ___loopType2, const RuntimeMethod* method) { Tween_t2342918553 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE45_Invoke_m2029417952((__GEN_DELEGATE45_t1846390293 *)__this->get_prev_9(), ___t0, ___loops1, ___loopType2, 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 Tween_t2342918553 * (*FunctionPointerType) (RuntimeObject *, Tween_t2342918553 *, int32_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___t0, ___loops1, ___loopType2, targetMethod); } } else { // closed { typedef Tween_t2342918553 * (*FunctionPointerType) (RuntimeObject *, void*, Tween_t2342918553 *, int32_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___t0, ___loops1, ___loopType2, 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< Tween_t2342918553 *, Tween_t2342918553 *, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___t0, ___loops1, ___loopType2); else result = GenericVirtFuncInvoker3< Tween_t2342918553 *, Tween_t2342918553 *, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___t0, ___loops1, ___loopType2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< Tween_t2342918553 *, Tween_t2342918553 *, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___t0, ___loops1, ___loopType2); else result = VirtFuncInvoker3< Tween_t2342918553 *, Tween_t2342918553 *, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___t0, ___loops1, ___loopType2); } } else { typedef Tween_t2342918553 * (*FunctionPointerType) (void*, Tween_t2342918553 *, int32_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___t0, ___loops1, ___loopType2, 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< Tween_t2342918553 *, int32_t, int32_t >::Invoke(targetMethod, ___t0, ___loops1, ___loopType2); else result = GenericVirtFuncInvoker2< Tween_t2342918553 *, int32_t, int32_t >::Invoke(targetMethod, ___t0, ___loops1, ___loopType2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< Tween_t2342918553 *, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___t0, ___loops1, ___loopType2); else result = VirtFuncInvoker2< Tween_t2342918553 *, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___t0, ___loops1, ___loopType2); } } else { typedef Tween_t2342918553 * (*FunctionPointerType) (Tween_t2342918553 *, int32_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___t0, ___loops1, ___loopType2, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE45::BeginInvoke(DG.Tweening.Tween,System.Int32,DG.Tweening.LoopType,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE45_BeginInvoke_m3709443401 (__GEN_DELEGATE45_t1846390293 * __this, Tween_t2342918553 * ___t0, int32_t ___loops1, int32_t ___loopType2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE45_BeginInvoke_m3709443401_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = ___t0; __d_args[1] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___loops1); __d_args[2] = Box(LoopType_t3049802818_il2cpp_TypeInfo_var, &___loopType2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // DG.Tweening.Tween XLua.InternalGlobals/__GEN_DELEGATE45::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE45_EndInvoke_m2030229936 (__GEN_DELEGATE45_t1846390293 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (Tween_t2342918553 *)__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_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) { __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.Tween XLua.InternalGlobals/__GEN_DELEGATE46::Invoke(DG.Tweening.Tween,DG.Tweening.Ease) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE46_Invoke_m2448885749 (__GEN_DELEGATE46_t1846390294 * __this, Tween_t2342918553 * ___t0, int32_t ___ease1, const RuntimeMethod* method) { Tween_t2342918553 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE46_Invoke_m2448885749((__GEN_DELEGATE46_t1846390294 *)__this->get_prev_9(), ___t0, ___ease1, 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 Tween_t2342918553 * (*FunctionPointerType) (RuntimeObject *, Tween_t2342918553 *, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___t0, ___ease1, targetMethod); } } else { // closed { typedef Tween_t2342918553 * (*FunctionPointerType) (RuntimeObject *, void*, Tween_t2342918553 *, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___t0, ___ease1, 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)) result = GenericInterfaceFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, int32_t >::Invoke(targetMethod, targetThis, ___t0, ___ease1); else result = GenericVirtFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, int32_t >::Invoke(targetMethod, targetThis, ___t0, ___ease1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___t0, ___ease1); else result = VirtFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___t0, ___ease1); } } else { typedef Tween_t2342918553 * (*FunctionPointerType) (void*, Tween_t2342918553 *, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___t0, ___ease1, 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 = GenericInterfaceFuncInvoker1< Tween_t2342918553 *, int32_t >::Invoke(targetMethod, ___t0, ___ease1); else result = GenericVirtFuncInvoker1< Tween_t2342918553 *, int32_t >::Invoke(targetMethod, ___t0, ___ease1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< Tween_t2342918553 *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___t0, ___ease1); else result = VirtFuncInvoker1< Tween_t2342918553 *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___t0, ___ease1); } } else { typedef Tween_t2342918553 * (*FunctionPointerType) (Tween_t2342918553 *, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___t0, ___ease1, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE46::BeginInvoke(DG.Tweening.Tween,DG.Tweening.Ease,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE46_BeginInvoke_m2242510705 (__GEN_DELEGATE46_t1846390294 * __this, Tween_t2342918553 * ___t0, int32_t ___ease1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE46_BeginInvoke_m2242510705_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = ___t0; __d_args[1] = Box(Ease_t4010715394_il2cpp_TypeInfo_var, &___ease1); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // DG.Tweening.Tween XLua.InternalGlobals/__GEN_DELEGATE46::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE46_EndInvoke_m1218215427 (__GEN_DELEGATE46_t1846390294 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (Tween_t2342918553 *)__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_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) { __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.Tween XLua.InternalGlobals/__GEN_DELEGATE47::Invoke(DG.Tweening.Tween,DG.Tweening.Ease,System.Single) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE47_Invoke_m3269650952 (__GEN_DELEGATE47_t1846390295 * __this, Tween_t2342918553 * ___t0, int32_t ___ease1, float ___overshoot2, const RuntimeMethod* method) { Tween_t2342918553 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE47_Invoke_m3269650952((__GEN_DELEGATE47_t1846390295 *)__this->get_prev_9(), ___t0, ___ease1, ___overshoot2, 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 Tween_t2342918553 * (*FunctionPointerType) (RuntimeObject *, Tween_t2342918553 *, int32_t, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___t0, ___ease1, ___overshoot2, targetMethod); } } else { // closed { typedef Tween_t2342918553 * (*FunctionPointerType) (RuntimeObject *, void*, Tween_t2342918553 *, int32_t, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___t0, ___ease1, ___overshoot2, 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< Tween_t2342918553 *, Tween_t2342918553 *, int32_t, float >::Invoke(targetMethod, targetThis, ___t0, ___ease1, ___overshoot2); else result = GenericVirtFuncInvoker3< Tween_t2342918553 *, Tween_t2342918553 *, int32_t, float >::Invoke(targetMethod, targetThis, ___t0, ___ease1, ___overshoot2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< Tween_t2342918553 *, Tween_t2342918553 *, int32_t, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___t0, ___ease1, ___overshoot2); else result = VirtFuncInvoker3< Tween_t2342918553 *, Tween_t2342918553 *, int32_t, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___t0, ___ease1, ___overshoot2); } } else { typedef Tween_t2342918553 * (*FunctionPointerType) (void*, Tween_t2342918553 *, int32_t, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___t0, ___ease1, ___overshoot2, 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< Tween_t2342918553 *, int32_t, float >::Invoke(targetMethod, ___t0, ___ease1, ___overshoot2); else result = GenericVirtFuncInvoker2< Tween_t2342918553 *, int32_t, float >::Invoke(targetMethod, ___t0, ___ease1, ___overshoot2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< Tween_t2342918553 *, int32_t, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___t0, ___ease1, ___overshoot2); else result = VirtFuncInvoker2< Tween_t2342918553 *, int32_t, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___t0, ___ease1, ___overshoot2); } } else { typedef Tween_t2342918553 * (*FunctionPointerType) (Tween_t2342918553 *, int32_t, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___t0, ___ease1, ___overshoot2, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE47::BeginInvoke(DG.Tweening.Tween,DG.Tweening.Ease,System.Single,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE47_BeginInvoke_m632364558 (__GEN_DELEGATE47_t1846390295 * __this, Tween_t2342918553 * ___t0, int32_t ___ease1, float ___overshoot2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE47_BeginInvoke_m632364558_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = ___t0; __d_args[1] = Box(Ease_t4010715394_il2cpp_TypeInfo_var, &___ease1); __d_args[2] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___overshoot2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // DG.Tweening.Tween XLua.InternalGlobals/__GEN_DELEGATE47::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE47_EndInvoke_m1920576381 (__GEN_DELEGATE47_t1846390295 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (Tween_t2342918553 *)__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_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) { __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.Tween XLua.InternalGlobals/__GEN_DELEGATE48::Invoke(DG.Tweening.Tween,DG.Tweening.Ease,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE48_Invoke_m4135641107 (__GEN_DELEGATE48_t1846390280 * __this, Tween_t2342918553 * ___t0, int32_t ___ease1, float ___amplitude2, float ___period3, const RuntimeMethod* method) { Tween_t2342918553 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE48_Invoke_m4135641107((__GEN_DELEGATE48_t1846390280 *)__this->get_prev_9(), ___t0, ___ease1, ___amplitude2, ___period3, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 4) { // open { typedef Tween_t2342918553 * (*FunctionPointerType) (RuntimeObject *, Tween_t2342918553 *, int32_t, float, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___t0, ___ease1, ___amplitude2, ___period3, targetMethod); } } else { // closed { typedef Tween_t2342918553 * (*FunctionPointerType) (RuntimeObject *, void*, Tween_t2342918553 *, int32_t, float, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___t0, ___ease1, ___amplitude2, ___period3, 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< Tween_t2342918553 *, Tween_t2342918553 *, int32_t, float, float >::Invoke(targetMethod, targetThis, ___t0, ___ease1, ___amplitude2, ___period3); else result = GenericVirtFuncInvoker4< Tween_t2342918553 *, Tween_t2342918553 *, int32_t, float, float >::Invoke(targetMethod, targetThis, ___t0, ___ease1, ___amplitude2, ___period3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker4< Tween_t2342918553 *, Tween_t2342918553 *, int32_t, float, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___t0, ___ease1, ___amplitude2, ___period3); else result = VirtFuncInvoker4< Tween_t2342918553 *, Tween_t2342918553 *, int32_t, float, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___t0, ___ease1, ___amplitude2, ___period3); } } else { typedef Tween_t2342918553 * (*FunctionPointerType) (void*, Tween_t2342918553 *, int32_t, float, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___t0, ___ease1, ___amplitude2, ___period3, 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< Tween_t2342918553 *, int32_t, float, float >::Invoke(targetMethod, ___t0, ___ease1, ___amplitude2, ___period3); else result = GenericVirtFuncInvoker3< Tween_t2342918553 *, int32_t, float, float >::Invoke(targetMethod, ___t0, ___ease1, ___amplitude2, ___period3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< Tween_t2342918553 *, int32_t, float, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___t0, ___ease1, ___amplitude2, ___period3); else result = VirtFuncInvoker3< Tween_t2342918553 *, int32_t, float, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___t0, ___ease1, ___amplitude2, ___period3); } } else { typedef Tween_t2342918553 * (*FunctionPointerType) (Tween_t2342918553 *, int32_t, float, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___t0, ___ease1, ___amplitude2, ___period3, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE48::BeginInvoke(DG.Tweening.Tween,DG.Tweening.Ease,System.Single,System.Single,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE48_BeginInvoke_m62641748 (__GEN_DELEGATE48_t1846390280 * __this, Tween_t2342918553 * ___t0, int32_t ___ease1, float ___amplitude2, float ___period3, AsyncCallback_t3962456242 * ___callback4, RuntimeObject * ___object5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE48_BeginInvoke_m62641748_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[5] = {0}; __d_args[0] = ___t0; __d_args[1] = Box(Ease_t4010715394_il2cpp_TypeInfo_var, &___ease1); __d_args[2] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___amplitude2); __d_args[3] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___period3); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback4, (RuntimeObject*)___object5); } // DG.Tweening.Tween XLua.InternalGlobals/__GEN_DELEGATE48::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE48_EndInvoke_m1658243424 (__GEN_DELEGATE48_t1846390280 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (Tween_t2342918553 *)__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_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) { __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.Tween XLua.InternalGlobals/__GEN_DELEGATE49::Invoke(DG.Tweening.Tween,UnityEngine.AnimationCurve) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE49_Invoke_m3992992403 (__GEN_DELEGATE49_t1846390281 * __this, Tween_t2342918553 * ___t0, AnimationCurve_t3046754366 * ___animCurve1, const RuntimeMethod* method) { Tween_t2342918553 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE49_Invoke_m3992992403((__GEN_DELEGATE49_t1846390281 *)__this->get_prev_9(), ___t0, ___animCurve1, 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 Tween_t2342918553 * (*FunctionPointerType) (RuntimeObject *, Tween_t2342918553 *, AnimationCurve_t3046754366 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___t0, ___animCurve1, targetMethod); } } else { // closed { typedef Tween_t2342918553 * (*FunctionPointerType) (RuntimeObject *, void*, Tween_t2342918553 *, AnimationCurve_t3046754366 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___t0, ___animCurve1, 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)) result = GenericInterfaceFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, AnimationCurve_t3046754366 * >::Invoke(targetMethod, targetThis, ___t0, ___animCurve1); else result = GenericVirtFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, AnimationCurve_t3046754366 * >::Invoke(targetMethod, targetThis, ___t0, ___animCurve1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, AnimationCurve_t3046754366 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___t0, ___animCurve1); else result = VirtFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, AnimationCurve_t3046754366 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___t0, ___animCurve1); } } else { typedef Tween_t2342918553 * (*FunctionPointerType) (void*, Tween_t2342918553 *, AnimationCurve_t3046754366 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___t0, ___animCurve1, 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 = GenericInterfaceFuncInvoker1< Tween_t2342918553 *, AnimationCurve_t3046754366 * >::Invoke(targetMethod, ___t0, ___animCurve1); else result = GenericVirtFuncInvoker1< Tween_t2342918553 *, AnimationCurve_t3046754366 * >::Invoke(targetMethod, ___t0, ___animCurve1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< Tween_t2342918553 *, AnimationCurve_t3046754366 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___t0, ___animCurve1); else result = VirtFuncInvoker1< Tween_t2342918553 *, AnimationCurve_t3046754366 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___t0, ___animCurve1); } } else { typedef Tween_t2342918553 * (*FunctionPointerType) (Tween_t2342918553 *, AnimationCurve_t3046754366 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___t0, ___animCurve1, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE49::BeginInvoke(DG.Tweening.Tween,UnityEngine.AnimationCurve,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE49_BeginInvoke_m1196758775 (__GEN_DELEGATE49_t1846390281 * __this, Tween_t2342918553 * ___t0, AnimationCurve_t3046754366 * ___animCurve1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { void *__d_args[3] = {0}; __d_args[0] = ___t0; __d_args[1] = ___animCurve1; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // DG.Tweening.Tween XLua.InternalGlobals/__GEN_DELEGATE49::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE49_EndInvoke_m1722238177 (__GEN_DELEGATE49_t1846390281 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (Tween_t2342918553 *)__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_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) { __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_DELEGATE5::Invoke(DG.Tweening.Tween,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE5_Invoke_m2893429899 (__GEN_DELEGATE5_t1769975380 * __this, Tween_t2342918553 * ___t0, bool ___complete1, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { __GEN_DELEGATE5_Invoke_m2893429899((__GEN_DELEGATE5_t1769975380 *)__this->get_prev_9(), ___t0, ___complete1, 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, ___complete1, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, Tween_t2342918553 *, bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___t0, ___complete1, 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, ___complete1); else GenericVirtActionInvoker2< Tween_t2342918553 *, bool >::Invoke(targetMethod, targetThis, ___t0, ___complete1); } 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, ___complete1); else VirtActionInvoker2< Tween_t2342918553 *, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___t0, ___complete1); } } else { typedef void (*FunctionPointerType) (void*, Tween_t2342918553 *, bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___t0, ___complete1, 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, ___complete1); else GenericVirtActionInvoker1< bool >::Invoke(targetMethod, ___t0, ___complete1); } 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, ___complete1); else VirtActionInvoker1< bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___t0, ___complete1); } } else { typedef void (*FunctionPointerType) (Tween_t2342918553 *, bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___t0, ___complete1, targetMethod); } } } } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE5::BeginInvoke(DG.Tweening.Tween,System.Boolean,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE5_BeginInvoke_m1510794579 (__GEN_DELEGATE5_t1769975380 * __this, Tween_t2342918553 * ___t0, bool ___complete1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE5_BeginInvoke_m1510794579_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = ___t0; __d_args[1] = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &___complete1); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void XLua.InternalGlobals/__GEN_DELEGATE5::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE5_EndInvoke_m2757773540 (__GEN_DELEGATE5_t1769975380 * __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_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) { __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.Tween XLua.InternalGlobals/__GEN_DELEGATE50::Invoke(DG.Tweening.Tween,DG.Tweening.EaseFunction) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE50_Invoke_m1196481202 (__GEN_DELEGATE50_t4185042448 * __this, Tween_t2342918553 * ___t0, EaseFunction_t3531141372 * ___customEase1, const RuntimeMethod* method) { Tween_t2342918553 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE50_Invoke_m1196481202((__GEN_DELEGATE50_t4185042448 *)__this->get_prev_9(), ___t0, ___customEase1, 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 Tween_t2342918553 * (*FunctionPointerType) (RuntimeObject *, Tween_t2342918553 *, EaseFunction_t3531141372 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___t0, ___customEase1, targetMethod); } } else { // closed { typedef Tween_t2342918553 * (*FunctionPointerType) (RuntimeObject *, void*, Tween_t2342918553 *, EaseFunction_t3531141372 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___t0, ___customEase1, 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)) result = GenericInterfaceFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, EaseFunction_t3531141372 * >::Invoke(targetMethod, targetThis, ___t0, ___customEase1); else result = GenericVirtFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, EaseFunction_t3531141372 * >::Invoke(targetMethod, targetThis, ___t0, ___customEase1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, EaseFunction_t3531141372 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___t0, ___customEase1); else result = VirtFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, EaseFunction_t3531141372 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___t0, ___customEase1); } } else { typedef Tween_t2342918553 * (*FunctionPointerType) (void*, Tween_t2342918553 *, EaseFunction_t3531141372 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___t0, ___customEase1, 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 = GenericInterfaceFuncInvoker1< Tween_t2342918553 *, EaseFunction_t3531141372 * >::Invoke(targetMethod, ___t0, ___customEase1); else result = GenericVirtFuncInvoker1< Tween_t2342918553 *, EaseFunction_t3531141372 * >::Invoke(targetMethod, ___t0, ___customEase1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< Tween_t2342918553 *, EaseFunction_t3531141372 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___t0, ___customEase1); else result = VirtFuncInvoker1< Tween_t2342918553 *, EaseFunction_t3531141372 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___t0, ___customEase1); } } else { typedef Tween_t2342918553 * (*FunctionPointerType) (Tween_t2342918553 *, EaseFunction_t3531141372 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___t0, ___customEase1, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE50::BeginInvoke(DG.Tweening.Tween,DG.Tweening.EaseFunction,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE50_BeginInvoke_m2243352559 (__GEN_DELEGATE50_t4185042448 * __this, Tween_t2342918553 * ___t0, EaseFunction_t3531141372 * ___customEase1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { void *__d_args[3] = {0}; __d_args[0] = ___t0; __d_args[1] = ___customEase1; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // DG.Tweening.Tween XLua.InternalGlobals/__GEN_DELEGATE50::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE50_EndInvoke_m2150362168 (__GEN_DELEGATE50_t4185042448 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (Tween_t2342918553 *)__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_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) { __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.Tween XLua.InternalGlobals/__GEN_DELEGATE51::Invoke(DG.Tweening.Tween) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE51_Invoke_m2146258652 (__GEN_DELEGATE51_t4185042449 * __this, Tween_t2342918553 * ___t0, const RuntimeMethod* method) { Tween_t2342918553 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE51_Invoke_m2146258652((__GEN_DELEGATE51_t4185042449 *)__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 Tween_t2342918553 * (*FunctionPointerType) (RuntimeObject *, Tween_t2342918553 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___t0, targetMethod); } } else { // closed { typedef Tween_t2342918553 * (*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< Tween_t2342918553 *, Tween_t2342918553 * >::Invoke(targetMethod, targetThis, ___t0); else result = GenericVirtFuncInvoker1< Tween_t2342918553 *, Tween_t2342918553 * >::Invoke(targetMethod, targetThis, ___t0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< Tween_t2342918553 *, Tween_t2342918553 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___t0); else result = VirtFuncInvoker1< Tween_t2342918553 *, Tween_t2342918553 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___t0); } } else { typedef Tween_t2342918553 * (*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< Tween_t2342918553 * >::Invoke(targetMethod, ___t0); else result = GenericVirtFuncInvoker0< Tween_t2342918553 * >::Invoke(targetMethod, ___t0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker0< Tween_t2342918553 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___t0); else result = VirtFuncInvoker0< Tween_t2342918553 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___t0); } } else { typedef Tween_t2342918553 * (*FunctionPointerType) (Tween_t2342918553 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___t0, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE51::BeginInvoke(DG.Tweening.Tween,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE51_BeginInvoke_m2769926694 (__GEN_DELEGATE51_t4185042449 * __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); } // DG.Tweening.Tween XLua.InternalGlobals/__GEN_DELEGATE51::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE51_EndInvoke_m1317131236 (__GEN_DELEGATE51_t4185042449 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (Tween_t2342918553 *)__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_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) { __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.Tween XLua.InternalGlobals/__GEN_DELEGATE52::Invoke(DG.Tweening.Tween,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE52_Invoke_m1763710989 (__GEN_DELEGATE52_t4185042450 * __this, Tween_t2342918553 * ___t0, bool ___recyclable1, const RuntimeMethod* method) { Tween_t2342918553 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE52_Invoke_m1763710989((__GEN_DELEGATE52_t4185042450 *)__this->get_prev_9(), ___t0, ___recyclable1, 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 Tween_t2342918553 * (*FunctionPointerType) (RuntimeObject *, Tween_t2342918553 *, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___t0, ___recyclable1, targetMethod); } } else { // closed { typedef Tween_t2342918553 * (*FunctionPointerType) (RuntimeObject *, void*, Tween_t2342918553 *, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___t0, ___recyclable1, 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)) result = GenericInterfaceFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, bool >::Invoke(targetMethod, targetThis, ___t0, ___recyclable1); else result = GenericVirtFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, bool >::Invoke(targetMethod, targetThis, ___t0, ___recyclable1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___t0, ___recyclable1); else result = VirtFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___t0, ___recyclable1); } } else { typedef Tween_t2342918553 * (*FunctionPointerType) (void*, Tween_t2342918553 *, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___t0, ___recyclable1, 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 = GenericInterfaceFuncInvoker1< Tween_t2342918553 *, bool >::Invoke(targetMethod, ___t0, ___recyclable1); else result = GenericVirtFuncInvoker1< Tween_t2342918553 *, bool >::Invoke(targetMethod, ___t0, ___recyclable1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< Tween_t2342918553 *, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___t0, ___recyclable1); else result = VirtFuncInvoker1< Tween_t2342918553 *, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___t0, ___recyclable1); } } else { typedef Tween_t2342918553 * (*FunctionPointerType) (Tween_t2342918553 *, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___t0, ___recyclable1, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE52::BeginInvoke(DG.Tweening.Tween,System.Boolean,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE52_BeginInvoke_m2176677586 (__GEN_DELEGATE52_t4185042450 * __this, Tween_t2342918553 * ___t0, bool ___recyclable1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE52_BeginInvoke_m2176677586_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = ___t0; __d_args[1] = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &___recyclable1); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // DG.Tweening.Tween XLua.InternalGlobals/__GEN_DELEGATE52::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE52_EndInvoke_m2080564028 (__GEN_DELEGATE52_t4185042450 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (Tween_t2342918553 *)__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_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) { __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.Tween XLua.InternalGlobals/__GEN_DELEGATE53::Invoke(DG.Tweening.Tween,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE53_Invoke_m3491661258 (__GEN_DELEGATE53_t4185042451 * __this, Tween_t2342918553 * ___t0, bool ___isIndependentUpdate1, const RuntimeMethod* method) { Tween_t2342918553 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE53_Invoke_m3491661258((__GEN_DELEGATE53_t4185042451 *)__this->get_prev_9(), ___t0, ___isIndependentUpdate1, 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 Tween_t2342918553 * (*FunctionPointerType) (RuntimeObject *, Tween_t2342918553 *, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___t0, ___isIndependentUpdate1, targetMethod); } } else { // closed { typedef Tween_t2342918553 * (*FunctionPointerType) (RuntimeObject *, void*, Tween_t2342918553 *, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___t0, ___isIndependentUpdate1, 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)) result = GenericInterfaceFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, bool >::Invoke(targetMethod, targetThis, ___t0, ___isIndependentUpdate1); else result = GenericVirtFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, bool >::Invoke(targetMethod, targetThis, ___t0, ___isIndependentUpdate1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___t0, ___isIndependentUpdate1); else result = VirtFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___t0, ___isIndependentUpdate1); } } else { typedef Tween_t2342918553 * (*FunctionPointerType) (void*, Tween_t2342918553 *, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___t0, ___isIndependentUpdate1, 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 = GenericInterfaceFuncInvoker1< Tween_t2342918553 *, bool >::Invoke(targetMethod, ___t0, ___isIndependentUpdate1); else result = GenericVirtFuncInvoker1< Tween_t2342918553 *, bool >::Invoke(targetMethod, ___t0, ___isIndependentUpdate1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< Tween_t2342918553 *, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___t0, ___isIndependentUpdate1); else result = VirtFuncInvoker1< Tween_t2342918553 *, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___t0, ___isIndependentUpdate1); } } else { typedef Tween_t2342918553 * (*FunctionPointerType) (Tween_t2342918553 *, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___t0, ___isIndependentUpdate1, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE53::BeginInvoke(DG.Tweening.Tween,System.Boolean,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE53_BeginInvoke_m628509106 (__GEN_DELEGATE53_t4185042451 * __this, Tween_t2342918553 * ___t0, bool ___isIndependentUpdate1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE53_BeginInvoke_m628509106_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = ___t0; __d_args[1] = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &___isIndependentUpdate1); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // DG.Tweening.Tween XLua.InternalGlobals/__GEN_DELEGATE53::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE53_EndInvoke_m639321715 (__GEN_DELEGATE53_t4185042451 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (Tween_t2342918553 *)__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_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) { __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.Tween XLua.InternalGlobals/__GEN_DELEGATE54::Invoke(DG.Tweening.Tween,DG.Tweening.UpdateType) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE54_Invoke_m3511142825 (__GEN_DELEGATE54_t4185042452 * __this, Tween_t2342918553 * ___t0, int32_t ___updateType1, const RuntimeMethod* method) { Tween_t2342918553 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE54_Invoke_m3511142825((__GEN_DELEGATE54_t4185042452 *)__this->get_prev_9(), ___t0, ___updateType1, 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 Tween_t2342918553 * (*FunctionPointerType) (RuntimeObject *, Tween_t2342918553 *, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___t0, ___updateType1, targetMethod); } } else { // closed { typedef Tween_t2342918553 * (*FunctionPointerType) (RuntimeObject *, void*, Tween_t2342918553 *, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___t0, ___updateType1, 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)) result = GenericInterfaceFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, int32_t >::Invoke(targetMethod, targetThis, ___t0, ___updateType1); else result = GenericVirtFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, int32_t >::Invoke(targetMethod, targetThis, ___t0, ___updateType1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___t0, ___updateType1); else result = VirtFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___t0, ___updateType1); } } else { typedef Tween_t2342918553 * (*FunctionPointerType) (void*, Tween_t2342918553 *, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___t0, ___updateType1, 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 = GenericInterfaceFuncInvoker1< Tween_t2342918553 *, int32_t >::Invoke(targetMethod, ___t0, ___updateType1); else result = GenericVirtFuncInvoker1< Tween_t2342918553 *, int32_t >::Invoke(targetMethod, ___t0, ___updateType1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< Tween_t2342918553 *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___t0, ___updateType1); else result = VirtFuncInvoker1< Tween_t2342918553 *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___t0, ___updateType1); } } else { typedef Tween_t2342918553 * (*FunctionPointerType) (Tween_t2342918553 *, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___t0, ___updateType1, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE54::BeginInvoke(DG.Tweening.Tween,DG.Tweening.UpdateType,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE54_BeginInvoke_m2266693342 (__GEN_DELEGATE54_t4185042452 * __this, Tween_t2342918553 * ___t0, int32_t ___updateType1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE54_BeginInvoke_m2266693342_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = ___t0; __d_args[1] = Box(UpdateType_t3937729206_il2cpp_TypeInfo_var, &___updateType1); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // DG.Tweening.Tween XLua.InternalGlobals/__GEN_DELEGATE54::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE54_EndInvoke_m1952117064 (__GEN_DELEGATE54_t4185042452 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (Tween_t2342918553 *)__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_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) { __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.Tween XLua.InternalGlobals/__GEN_DELEGATE55::Invoke(DG.Tweening.Tween,DG.Tweening.UpdateType,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE55_Invoke_m4251812460 (__GEN_DELEGATE55_t4185042453 * __this, Tween_t2342918553 * ___t0, int32_t ___updateType1, bool ___isIndependentUpdate2, const RuntimeMethod* method) { Tween_t2342918553 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE55_Invoke_m4251812460((__GEN_DELEGATE55_t4185042453 *)__this->get_prev_9(), ___t0, ___updateType1, ___isIndependentUpdate2, 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 Tween_t2342918553 * (*FunctionPointerType) (RuntimeObject *, Tween_t2342918553 *, int32_t, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___t0, ___updateType1, ___isIndependentUpdate2, targetMethod); } } else { // closed { typedef Tween_t2342918553 * (*FunctionPointerType) (RuntimeObject *, void*, Tween_t2342918553 *, int32_t, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___t0, ___updateType1, ___isIndependentUpdate2, 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< Tween_t2342918553 *, Tween_t2342918553 *, int32_t, bool >::Invoke(targetMethod, targetThis, ___t0, ___updateType1, ___isIndependentUpdate2); else result = GenericVirtFuncInvoker3< Tween_t2342918553 *, Tween_t2342918553 *, int32_t, bool >::Invoke(targetMethod, targetThis, ___t0, ___updateType1, ___isIndependentUpdate2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< Tween_t2342918553 *, Tween_t2342918553 *, int32_t, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___t0, ___updateType1, ___isIndependentUpdate2); else result = VirtFuncInvoker3< Tween_t2342918553 *, Tween_t2342918553 *, int32_t, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___t0, ___updateType1, ___isIndependentUpdate2); } } else { typedef Tween_t2342918553 * (*FunctionPointerType) (void*, Tween_t2342918553 *, int32_t, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___t0, ___updateType1, ___isIndependentUpdate2, 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< Tween_t2342918553 *, int32_t, bool >::Invoke(targetMethod, ___t0, ___updateType1, ___isIndependentUpdate2); else result = GenericVirtFuncInvoker2< Tween_t2342918553 *, int32_t, bool >::Invoke(targetMethod, ___t0, ___updateType1, ___isIndependentUpdate2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< Tween_t2342918553 *, int32_t, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___t0, ___updateType1, ___isIndependentUpdate2); else result = VirtFuncInvoker2< Tween_t2342918553 *, int32_t, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___t0, ___updateType1, ___isIndependentUpdate2); } } else { typedef Tween_t2342918553 * (*FunctionPointerType) (Tween_t2342918553 *, int32_t, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___t0, ___updateType1, ___isIndependentUpdate2, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE55::BeginInvoke(DG.Tweening.Tween,DG.Tweening.UpdateType,System.Boolean,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE55_BeginInvoke_m1751689045 (__GEN_DELEGATE55_t4185042453 * __this, Tween_t2342918553 * ___t0, int32_t ___updateType1, bool ___isIndependentUpdate2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE55_BeginInvoke_m1751689045_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = ___t0; __d_args[1] = Box(UpdateType_t3937729206_il2cpp_TypeInfo_var, &___updateType1); __d_args[2] = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &___isIndependentUpdate2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // DG.Tweening.Tween XLua.InternalGlobals/__GEN_DELEGATE55::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE55_EndInvoke_m2619365296 (__GEN_DELEGATE55_t4185042453 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (Tween_t2342918553 *)__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_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) { __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.Tween XLua.InternalGlobals/__GEN_DELEGATE56::Invoke(DG.Tweening.Tween,DG.Tweening.TweenCallback) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE56_Invoke_m2938523968 (__GEN_DELEGATE56_t4185042454 * __this, Tween_t2342918553 * ___t0, TweenCallback_t3727756325 * ___action1, const RuntimeMethod* method) { Tween_t2342918553 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE56_Invoke_m2938523968((__GEN_DELEGATE56_t4185042454 *)__this->get_prev_9(), ___t0, ___action1, 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 Tween_t2342918553 * (*FunctionPointerType) (RuntimeObject *, Tween_t2342918553 *, TweenCallback_t3727756325 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___t0, ___action1, targetMethod); } } else { // closed { typedef Tween_t2342918553 * (*FunctionPointerType) (RuntimeObject *, void*, Tween_t2342918553 *, TweenCallback_t3727756325 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___t0, ___action1, 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)) result = GenericInterfaceFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, TweenCallback_t3727756325 * >::Invoke(targetMethod, targetThis, ___t0, ___action1); else result = GenericVirtFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, TweenCallback_t3727756325 * >::Invoke(targetMethod, targetThis, ___t0, ___action1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, TweenCallback_t3727756325 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___t0, ___action1); else result = VirtFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, TweenCallback_t3727756325 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___t0, ___action1); } } else { typedef Tween_t2342918553 * (*FunctionPointerType) (void*, Tween_t2342918553 *, TweenCallback_t3727756325 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___t0, ___action1, 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 = GenericInterfaceFuncInvoker1< Tween_t2342918553 *, TweenCallback_t3727756325 * >::Invoke(targetMethod, ___t0, ___action1); else result = GenericVirtFuncInvoker1< Tween_t2342918553 *, TweenCallback_t3727756325 * >::Invoke(targetMethod, ___t0, ___action1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< Tween_t2342918553 *, TweenCallback_t3727756325 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___t0, ___action1); else result = VirtFuncInvoker1< Tween_t2342918553 *, TweenCallback_t3727756325 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___t0, ___action1); } } else { typedef Tween_t2342918553 * (*FunctionPointerType) (Tween_t2342918553 *, TweenCallback_t3727756325 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___t0, ___action1, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE56::BeginInvoke(DG.Tweening.Tween,DG.Tweening.TweenCallback,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE56_BeginInvoke_m3194460172 (__GEN_DELEGATE56_t4185042454 * __this, Tween_t2342918553 * ___t0, TweenCallback_t3727756325 * ___action1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { void *__d_args[3] = {0}; __d_args[0] = ___t0; __d_args[1] = ___action1; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // DG.Tweening.Tween XLua.InternalGlobals/__GEN_DELEGATE56::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE56_EndInvoke_m1807350787 (__GEN_DELEGATE56_t4185042454 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (Tween_t2342918553 *)__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_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) { __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.Tween XLua.InternalGlobals/__GEN_DELEGATE57::Invoke(DG.Tweening.Tween,DG.Tweening.TweenCallback) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE57_Invoke_m1836433406 (__GEN_DELEGATE57_t4185042455 * __this, Tween_t2342918553 * ___t0, TweenCallback_t3727756325 * ___action1, const RuntimeMethod* method) { Tween_t2342918553 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE57_Invoke_m1836433406((__GEN_DELEGATE57_t4185042455 *)__this->get_prev_9(), ___t0, ___action1, 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 Tween_t2342918553 * (*FunctionPointerType) (RuntimeObject *, Tween_t2342918553 *, TweenCallback_t3727756325 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___t0, ___action1, targetMethod); } } else { // closed { typedef Tween_t2342918553 * (*FunctionPointerType) (RuntimeObject *, void*, Tween_t2342918553 *, TweenCallback_t3727756325 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___t0, ___action1, 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)) result = GenericInterfaceFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, TweenCallback_t3727756325 * >::Invoke(targetMethod, targetThis, ___t0, ___action1); else result = GenericVirtFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, TweenCallback_t3727756325 * >::Invoke(targetMethod, targetThis, ___t0, ___action1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, TweenCallback_t3727756325 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___t0, ___action1); else result = VirtFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, TweenCallback_t3727756325 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___t0, ___action1); } } else { typedef Tween_t2342918553 * (*FunctionPointerType) (void*, Tween_t2342918553 *, TweenCallback_t3727756325 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___t0, ___action1, 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 = GenericInterfaceFuncInvoker1< Tween_t2342918553 *, TweenCallback_t3727756325 * >::Invoke(targetMethod, ___t0, ___action1); else result = GenericVirtFuncInvoker1< Tween_t2342918553 *, TweenCallback_t3727756325 * >::Invoke(targetMethod, ___t0, ___action1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< Tween_t2342918553 *, TweenCallback_t3727756325 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___t0, ___action1); else result = VirtFuncInvoker1< Tween_t2342918553 *, TweenCallback_t3727756325 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___t0, ___action1); } } else { typedef Tween_t2342918553 * (*FunctionPointerType) (Tween_t2342918553 *, TweenCallback_t3727756325 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___t0, ___action1, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE57::BeginInvoke(DG.Tweening.Tween,DG.Tweening.TweenCallback,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE57_BeginInvoke_m303302420 (__GEN_DELEGATE57_t4185042455 * __this, Tween_t2342918553 * ___t0, TweenCallback_t3727756325 * ___action1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { void *__d_args[3] = {0}; __d_args[0] = ___t0; __d_args[1] = ___action1; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // DG.Tweening.Tween XLua.InternalGlobals/__GEN_DELEGATE57::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE57_EndInvoke_m2509711741 (__GEN_DELEGATE57_t4185042455 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (Tween_t2342918553 *)__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_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) { __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.Tween XLua.InternalGlobals/__GEN_DELEGATE58::Invoke(DG.Tweening.Tween,DG.Tweening.TweenCallback) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE58_Invoke_m2268577757 (__GEN_DELEGATE58_t4185042440 * __this, Tween_t2342918553 * ___t0, TweenCallback_t3727756325 * ___action1, const RuntimeMethod* method) { Tween_t2342918553 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE58_Invoke_m2268577757((__GEN_DELEGATE58_t4185042440 *)__this->get_prev_9(), ___t0, ___action1, 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 Tween_t2342918553 * (*FunctionPointerType) (RuntimeObject *, Tween_t2342918553 *, TweenCallback_t3727756325 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___t0, ___action1, targetMethod); } } else { // closed { typedef Tween_t2342918553 * (*FunctionPointerType) (RuntimeObject *, void*, Tween_t2342918553 *, TweenCallback_t3727756325 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___t0, ___action1, 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)) result = GenericInterfaceFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, TweenCallback_t3727756325 * >::Invoke(targetMethod, targetThis, ___t0, ___action1); else result = GenericVirtFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, TweenCallback_t3727756325 * >::Invoke(targetMethod, targetThis, ___t0, ___action1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, TweenCallback_t3727756325 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___t0, ___action1); else result = VirtFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, TweenCallback_t3727756325 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___t0, ___action1); } } else { typedef Tween_t2342918553 * (*FunctionPointerType) (void*, Tween_t2342918553 *, TweenCallback_t3727756325 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___t0, ___action1, 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 = GenericInterfaceFuncInvoker1< Tween_t2342918553 *, TweenCallback_t3727756325 * >::Invoke(targetMethod, ___t0, ___action1); else result = GenericVirtFuncInvoker1< Tween_t2342918553 *, TweenCallback_t3727756325 * >::Invoke(targetMethod, ___t0, ___action1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< Tween_t2342918553 *, TweenCallback_t3727756325 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___t0, ___action1); else result = VirtFuncInvoker1< Tween_t2342918553 *, TweenCallback_t3727756325 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___t0, ___action1); } } else { typedef Tween_t2342918553 * (*FunctionPointerType) (Tween_t2342918553 *, TweenCallback_t3727756325 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___t0, ___action1, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE58::BeginInvoke(DG.Tweening.Tween,DG.Tweening.TweenCallback,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE58_BeginInvoke_m2837762493 (__GEN_DELEGATE58_t4185042440 * __this, Tween_t2342918553 * ___t0, TweenCallback_t3727756325 * ___action1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { void *__d_args[3] = {0}; __d_args[0] = ___t0; __d_args[1] = ___action1; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // DG.Tweening.Tween XLua.InternalGlobals/__GEN_DELEGATE58::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE58_EndInvoke_m2247378784 (__GEN_DELEGATE58_t4185042440 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (Tween_t2342918553 *)__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_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) { __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.Tween XLua.InternalGlobals/__GEN_DELEGATE59::Invoke(DG.Tweening.Tween,DG.Tweening.TweenCallback) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE59_Invoke_m1233318398 (__GEN_DELEGATE59_t4185042441 * __this, Tween_t2342918553 * ___t0, TweenCallback_t3727756325 * ___action1, const RuntimeMethod* method) { Tween_t2342918553 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE59_Invoke_m1233318398((__GEN_DELEGATE59_t4185042441 *)__this->get_prev_9(), ___t0, ___action1, 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 Tween_t2342918553 * (*FunctionPointerType) (RuntimeObject *, Tween_t2342918553 *, TweenCallback_t3727756325 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___t0, ___action1, targetMethod); } } else { // closed { typedef Tween_t2342918553 * (*FunctionPointerType) (RuntimeObject *, void*, Tween_t2342918553 *, TweenCallback_t3727756325 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___t0, ___action1, 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)) result = GenericInterfaceFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, TweenCallback_t3727756325 * >::Invoke(targetMethod, targetThis, ___t0, ___action1); else result = GenericVirtFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, TweenCallback_t3727756325 * >::Invoke(targetMethod, targetThis, ___t0, ___action1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, TweenCallback_t3727756325 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___t0, ___action1); else result = VirtFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, TweenCallback_t3727756325 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___t0, ___action1); } } else { typedef Tween_t2342918553 * (*FunctionPointerType) (void*, Tween_t2342918553 *, TweenCallback_t3727756325 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___t0, ___action1, 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 = GenericInterfaceFuncInvoker1< Tween_t2342918553 *, TweenCallback_t3727756325 * >::Invoke(targetMethod, ___t0, ___action1); else result = GenericVirtFuncInvoker1< Tween_t2342918553 *, TweenCallback_t3727756325 * >::Invoke(targetMethod, ___t0, ___action1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< Tween_t2342918553 *, TweenCallback_t3727756325 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___t0, ___action1); else result = VirtFuncInvoker1< Tween_t2342918553 *, TweenCallback_t3727756325 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___t0, ___action1); } } else { typedef Tween_t2342918553 * (*FunctionPointerType) (Tween_t2342918553 *, TweenCallback_t3727756325 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___t0, ___action1, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE59::BeginInvoke(DG.Tweening.Tween,DG.Tweening.TweenCallback,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE59_BeginInvoke_m1931726645 (__GEN_DELEGATE59_t4185042441 * __this, Tween_t2342918553 * ___t0, TweenCallback_t3727756325 * ___action1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { void *__d_args[3] = {0}; __d_args[0] = ___t0; __d_args[1] = ___action1; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // DG.Tweening.Tween XLua.InternalGlobals/__GEN_DELEGATE59::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE59_EndInvoke_m2311373537 (__GEN_DELEGATE59_t4185042441 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (Tween_t2342918553 *)__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_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) { __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.Tween XLua.InternalGlobals/__GEN_DELEGATE6::Invoke(DG.Tweening.Tween) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE6_Invoke_m3431252815 (__GEN_DELEGATE6_t4108627540 * __this, Tween_t2342918553 * ___t0, const RuntimeMethod* method) { Tween_t2342918553 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE6_Invoke_m3431252815((__GEN_DELEGATE6_t4108627540 *)__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 Tween_t2342918553 * (*FunctionPointerType) (RuntimeObject *, Tween_t2342918553 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___t0, targetMethod); } } else { // closed { typedef Tween_t2342918553 * (*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< Tween_t2342918553 *, Tween_t2342918553 * >::Invoke(targetMethod, targetThis, ___t0); else result = GenericVirtFuncInvoker1< Tween_t2342918553 *, Tween_t2342918553 * >::Invoke(targetMethod, targetThis, ___t0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< Tween_t2342918553 *, Tween_t2342918553 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___t0); else result = VirtFuncInvoker1< Tween_t2342918553 *, Tween_t2342918553 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___t0); } } else { typedef Tween_t2342918553 * (*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< Tween_t2342918553 * >::Invoke(targetMethod, ___t0); else result = GenericVirtFuncInvoker0< Tween_t2342918553 * >::Invoke(targetMethod, ___t0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker0< Tween_t2342918553 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___t0); else result = VirtFuncInvoker0< Tween_t2342918553 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___t0); } } else { typedef Tween_t2342918553 * (*FunctionPointerType) (Tween_t2342918553 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___t0, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE6::BeginInvoke(DG.Tweening.Tween,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE6_BeginInvoke_m3285214295 (__GEN_DELEGATE6_t4108627540 * __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); } // DG.Tweening.Tween XLua.InternalGlobals/__GEN_DELEGATE6::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE6_EndInvoke_m2267321420 (__GEN_DELEGATE6_t4108627540 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (Tween_t2342918553 *)__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_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) { __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.Tween XLua.InternalGlobals/__GEN_DELEGATE60::Invoke(DG.Tweening.Tween,DG.Tweening.TweenCallback) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE60_Invoke_m2340947818 (__GEN_DELEGATE60_t2228727312 * __this, Tween_t2342918553 * ___t0, TweenCallback_t3727756325 * ___action1, const RuntimeMethod* method) { Tween_t2342918553 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE60_Invoke_m2340947818((__GEN_DELEGATE60_t2228727312 *)__this->get_prev_9(), ___t0, ___action1, 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 Tween_t2342918553 * (*FunctionPointerType) (RuntimeObject *, Tween_t2342918553 *, TweenCallback_t3727756325 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___t0, ___action1, targetMethod); } } else { // closed { typedef Tween_t2342918553 * (*FunctionPointerType) (RuntimeObject *, void*, Tween_t2342918553 *, TweenCallback_t3727756325 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___t0, ___action1, 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)) result = GenericInterfaceFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, TweenCallback_t3727756325 * >::Invoke(targetMethod, targetThis, ___t0, ___action1); else result = GenericVirtFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, TweenCallback_t3727756325 * >::Invoke(targetMethod, targetThis, ___t0, ___action1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, TweenCallback_t3727756325 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___t0, ___action1); else result = VirtFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, TweenCallback_t3727756325 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___t0, ___action1); } } else { typedef Tween_t2342918553 * (*FunctionPointerType) (void*, Tween_t2342918553 *, TweenCallback_t3727756325 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___t0, ___action1, 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 = GenericInterfaceFuncInvoker1< Tween_t2342918553 *, TweenCallback_t3727756325 * >::Invoke(targetMethod, ___t0, ___action1); else result = GenericVirtFuncInvoker1< Tween_t2342918553 *, TweenCallback_t3727756325 * >::Invoke(targetMethod, ___t0, ___action1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< Tween_t2342918553 *, TweenCallback_t3727756325 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___t0, ___action1); else result = VirtFuncInvoker1< Tween_t2342918553 *, TweenCallback_t3727756325 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___t0, ___action1); } } else { typedef Tween_t2342918553 * (*FunctionPointerType) (Tween_t2342918553 *, TweenCallback_t3727756325 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___t0, ___action1, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE60::BeginInvoke(DG.Tweening.Tween,DG.Tweening.TweenCallback,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE60_BeginInvoke_m4180473219 (__GEN_DELEGATE60_t2228727312 * __this, Tween_t2342918553 * ___t0, TweenCallback_t3727756325 * ___action1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { void *__d_args[3] = {0}; __d_args[0] = ___t0; __d_args[1] = ___action1; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // DG.Tweening.Tween XLua.InternalGlobals/__GEN_DELEGATE60::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE60_EndInvoke_m4009079072 (__GEN_DELEGATE60_t2228727312 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (Tween_t2342918553 *)__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_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) { __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.Tween XLua.InternalGlobals/__GEN_DELEGATE61::Invoke(DG.Tweening.Tween,DG.Tweening.TweenCallback) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE61_Invoke_m128307606 (__GEN_DELEGATE61_t2228727313 * __this, Tween_t2342918553 * ___t0, TweenCallback_t3727756325 * ___action1, const RuntimeMethod* method) { Tween_t2342918553 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE61_Invoke_m128307606((__GEN_DELEGATE61_t2228727313 *)__this->get_prev_9(), ___t0, ___action1, 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 Tween_t2342918553 * (*FunctionPointerType) (RuntimeObject *, Tween_t2342918553 *, TweenCallback_t3727756325 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___t0, ___action1, targetMethod); } } else { // closed { typedef Tween_t2342918553 * (*FunctionPointerType) (RuntimeObject *, void*, Tween_t2342918553 *, TweenCallback_t3727756325 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___t0, ___action1, 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)) result = GenericInterfaceFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, TweenCallback_t3727756325 * >::Invoke(targetMethod, targetThis, ___t0, ___action1); else result = GenericVirtFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, TweenCallback_t3727756325 * >::Invoke(targetMethod, targetThis, ___t0, ___action1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, TweenCallback_t3727756325 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___t0, ___action1); else result = VirtFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, TweenCallback_t3727756325 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___t0, ___action1); } } else { typedef Tween_t2342918553 * (*FunctionPointerType) (void*, Tween_t2342918553 *, TweenCallback_t3727756325 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___t0, ___action1, 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 = GenericInterfaceFuncInvoker1< Tween_t2342918553 *, TweenCallback_t3727756325 * >::Invoke(targetMethod, ___t0, ___action1); else result = GenericVirtFuncInvoker1< Tween_t2342918553 *, TweenCallback_t3727756325 * >::Invoke(targetMethod, ___t0, ___action1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< Tween_t2342918553 *, TweenCallback_t3727756325 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___t0, ___action1); else result = VirtFuncInvoker1< Tween_t2342918553 *, TweenCallback_t3727756325 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___t0, ___action1); } } else { typedef Tween_t2342918553 * (*FunctionPointerType) (Tween_t2342918553 *, TweenCallback_t3727756325 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___t0, ___action1, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE61::BeginInvoke(DG.Tweening.Tween,DG.Tweening.TweenCallback,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE61_BeginInvoke_m1000018213 (__GEN_DELEGATE61_t2228727313 * __this, Tween_t2342918553 * ___t0, TweenCallback_t3727756325 * ___action1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { void *__d_args[3] = {0}; __d_args[0] = ___t0; __d_args[1] = ___action1; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // DG.Tweening.Tween XLua.InternalGlobals/__GEN_DELEGATE61::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE61_EndInvoke_m3175848140 (__GEN_DELEGATE61_t2228727313 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (Tween_t2342918553 *)__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_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) { __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.Tween XLua.InternalGlobals/__GEN_DELEGATE62::Invoke(DG.Tweening.Tween,DG.Tweening.TweenCallback) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE62_Invoke_m500847206 (__GEN_DELEGATE62_t2228727314 * __this, Tween_t2342918553 * ___t0, TweenCallback_t3727756325 * ___action1, const RuntimeMethod* method) { Tween_t2342918553 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE62_Invoke_m500847206((__GEN_DELEGATE62_t2228727314 *)__this->get_prev_9(), ___t0, ___action1, 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 Tween_t2342918553 * (*FunctionPointerType) (RuntimeObject *, Tween_t2342918553 *, TweenCallback_t3727756325 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___t0, ___action1, targetMethod); } } else { // closed { typedef Tween_t2342918553 * (*FunctionPointerType) (RuntimeObject *, void*, Tween_t2342918553 *, TweenCallback_t3727756325 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___t0, ___action1, 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)) result = GenericInterfaceFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, TweenCallback_t3727756325 * >::Invoke(targetMethod, targetThis, ___t0, ___action1); else result = GenericVirtFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, TweenCallback_t3727756325 * >::Invoke(targetMethod, targetThis, ___t0, ___action1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, TweenCallback_t3727756325 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___t0, ___action1); else result = VirtFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, TweenCallback_t3727756325 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___t0, ___action1); } } else { typedef Tween_t2342918553 * (*FunctionPointerType) (void*, Tween_t2342918553 *, TweenCallback_t3727756325 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___t0, ___action1, 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 = GenericInterfaceFuncInvoker1< Tween_t2342918553 *, TweenCallback_t3727756325 * >::Invoke(targetMethod, ___t0, ___action1); else result = GenericVirtFuncInvoker1< Tween_t2342918553 *, TweenCallback_t3727756325 * >::Invoke(targetMethod, ___t0, ___action1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< Tween_t2342918553 *, TweenCallback_t3727756325 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___t0, ___action1); else result = VirtFuncInvoker1< Tween_t2342918553 *, TweenCallback_t3727756325 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___t0, ___action1); } } else { typedef Tween_t2342918553 * (*FunctionPointerType) (Tween_t2342918553 *, TweenCallback_t3727756325 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___t0, ___action1, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE62::BeginInvoke(DG.Tweening.Tween,DG.Tweening.TweenCallback,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE62_BeginInvoke_m395332994 (__GEN_DELEGATE62_t2228727314 * __this, Tween_t2342918553 * ___t0, TweenCallback_t3727756325 * ___action1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { void *__d_args[3] = {0}; __d_args[0] = ___t0; __d_args[1] = ___action1; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // DG.Tweening.Tween XLua.InternalGlobals/__GEN_DELEGATE62::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE62_EndInvoke_m3939280932 (__GEN_DELEGATE62_t2228727314 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (Tween_t2342918553 *)__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_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) { __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.Tween XLua.InternalGlobals/__GEN_DELEGATE63::Invoke(DG.Tweening.Tween,DG.Tweening.TweenCallback) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE63_Invoke_m3107955077 (__GEN_DELEGATE63_t2228727315 * __this, Tween_t2342918553 * ___t0, TweenCallback_t3727756325 * ___action1, const RuntimeMethod* method) { Tween_t2342918553 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE63_Invoke_m3107955077((__GEN_DELEGATE63_t2228727315 *)__this->get_prev_9(), ___t0, ___action1, 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 Tween_t2342918553 * (*FunctionPointerType) (RuntimeObject *, Tween_t2342918553 *, TweenCallback_t3727756325 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___t0, ___action1, targetMethod); } } else { // closed { typedef Tween_t2342918553 * (*FunctionPointerType) (RuntimeObject *, void*, Tween_t2342918553 *, TweenCallback_t3727756325 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___t0, ___action1, 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)) result = GenericInterfaceFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, TweenCallback_t3727756325 * >::Invoke(targetMethod, targetThis, ___t0, ___action1); else result = GenericVirtFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, TweenCallback_t3727756325 * >::Invoke(targetMethod, targetThis, ___t0, ___action1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, TweenCallback_t3727756325 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___t0, ___action1); else result = VirtFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, TweenCallback_t3727756325 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___t0, ___action1); } } else { typedef Tween_t2342918553 * (*FunctionPointerType) (void*, Tween_t2342918553 *, TweenCallback_t3727756325 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___t0, ___action1, 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 = GenericInterfaceFuncInvoker1< Tween_t2342918553 *, TweenCallback_t3727756325 * >::Invoke(targetMethod, ___t0, ___action1); else result = GenericVirtFuncInvoker1< Tween_t2342918553 *, TweenCallback_t3727756325 * >::Invoke(targetMethod, ___t0, ___action1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< Tween_t2342918553 *, TweenCallback_t3727756325 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___t0, ___action1); else result = VirtFuncInvoker1< Tween_t2342918553 *, TweenCallback_t3727756325 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___t0, ___action1); } } else { typedef Tween_t2342918553 * (*FunctionPointerType) (Tween_t2342918553 *, TweenCallback_t3727756325 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___t0, ___action1, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE63::BeginInvoke(DG.Tweening.Tween,DG.Tweening.TweenCallback,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE63_BeginInvoke_m3596142861 (__GEN_DELEGATE63_t2228727315 * __this, Tween_t2342918553 * ___t0, TweenCallback_t3727756325 * ___action1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { void *__d_args[3] = {0}; __d_args[0] = ___t0; __d_args[1] = ___action1; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // DG.Tweening.Tween XLua.InternalGlobals/__GEN_DELEGATE63::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE63_EndInvoke_m2498038619 (__GEN_DELEGATE63_t2228727315 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (Tween_t2342918553 *)__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_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) { __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.Tween XLua.InternalGlobals/__GEN_DELEGATE64::Invoke(DG.Tweening.Tween,DG.Tweening.TweenCallback`1) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE64_Invoke_m1425692996 (__GEN_DELEGATE64_t2228727316 * __this, Tween_t2342918553 * ___t0, TweenCallback_1_t3009965658 * ___action1, const RuntimeMethod* method) { Tween_t2342918553 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE64_Invoke_m1425692996((__GEN_DELEGATE64_t2228727316 *)__this->get_prev_9(), ___t0, ___action1, 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 Tween_t2342918553 * (*FunctionPointerType) (RuntimeObject *, Tween_t2342918553 *, TweenCallback_1_t3009965658 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___t0, ___action1, targetMethod); } } else { // closed { typedef Tween_t2342918553 * (*FunctionPointerType) (RuntimeObject *, void*, Tween_t2342918553 *, TweenCallback_1_t3009965658 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___t0, ___action1, 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)) result = GenericInterfaceFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, TweenCallback_1_t3009965658 * >::Invoke(targetMethod, targetThis, ___t0, ___action1); else result = GenericVirtFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, TweenCallback_1_t3009965658 * >::Invoke(targetMethod, targetThis, ___t0, ___action1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, TweenCallback_1_t3009965658 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___t0, ___action1); else result = VirtFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, TweenCallback_1_t3009965658 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___t0, ___action1); } } else { typedef Tween_t2342918553 * (*FunctionPointerType) (void*, Tween_t2342918553 *, TweenCallback_1_t3009965658 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___t0, ___action1, 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 = GenericInterfaceFuncInvoker1< Tween_t2342918553 *, TweenCallback_1_t3009965658 * >::Invoke(targetMethod, ___t0, ___action1); else result = GenericVirtFuncInvoker1< Tween_t2342918553 *, TweenCallback_1_t3009965658 * >::Invoke(targetMethod, ___t0, ___action1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< Tween_t2342918553 *, TweenCallback_1_t3009965658 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___t0, ___action1); else result = VirtFuncInvoker1< Tween_t2342918553 *, TweenCallback_1_t3009965658 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___t0, ___action1); } } else { typedef Tween_t2342918553 * (*FunctionPointerType) (Tween_t2342918553 *, TweenCallback_1_t3009965658 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___t0, ___action1, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE64::BeginInvoke(DG.Tweening.Tween,DG.Tweening.TweenCallback`1,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE64_BeginInvoke_m2605210000 (__GEN_DELEGATE64_t2228727316 * __this, Tween_t2342918553 * ___t0, TweenCallback_1_t3009965658 * ___action1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { void *__d_args[3] = {0}; __d_args[0] = ___t0; __d_args[1] = ___action1; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // DG.Tweening.Tween XLua.InternalGlobals/__GEN_DELEGATE64::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE64_EndInvoke_m3810833968 (__GEN_DELEGATE64_t2228727316 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (Tween_t2342918553 *)__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_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) { __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.Tween XLua.InternalGlobals/__GEN_DELEGATE65::Invoke(DG.Tweening.Tween,DG.Tweening.Tween) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE65_Invoke_m603116352 (__GEN_DELEGATE65_t2228727317 * __this, Tween_t2342918553 * ___t0, Tween_t2342918553 * ___asTween1, const RuntimeMethod* method) { Tween_t2342918553 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE65_Invoke_m603116352((__GEN_DELEGATE65_t2228727317 *)__this->get_prev_9(), ___t0, ___asTween1, 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 Tween_t2342918553 * (*FunctionPointerType) (RuntimeObject *, Tween_t2342918553 *, Tween_t2342918553 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___t0, ___asTween1, targetMethod); } } else { // closed { typedef Tween_t2342918553 * (*FunctionPointerType) (RuntimeObject *, void*, Tween_t2342918553 *, Tween_t2342918553 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___t0, ___asTween1, 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)) result = GenericInterfaceFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, Tween_t2342918553 * >::Invoke(targetMethod, targetThis, ___t0, ___asTween1); else result = GenericVirtFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, Tween_t2342918553 * >::Invoke(targetMethod, targetThis, ___t0, ___asTween1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, Tween_t2342918553 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___t0, ___asTween1); else result = VirtFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, Tween_t2342918553 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___t0, ___asTween1); } } else { typedef Tween_t2342918553 * (*FunctionPointerType) (void*, Tween_t2342918553 *, Tween_t2342918553 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___t0, ___asTween1, 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 = GenericInterfaceFuncInvoker1< Tween_t2342918553 *, Tween_t2342918553 * >::Invoke(targetMethod, ___t0, ___asTween1); else result = GenericVirtFuncInvoker1< Tween_t2342918553 *, Tween_t2342918553 * >::Invoke(targetMethod, ___t0, ___asTween1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< Tween_t2342918553 *, Tween_t2342918553 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___t0, ___asTween1); else result = VirtFuncInvoker1< Tween_t2342918553 *, Tween_t2342918553 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___t0, ___asTween1); } } else { typedef Tween_t2342918553 * (*FunctionPointerType) (Tween_t2342918553 *, Tween_t2342918553 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___t0, ___asTween1, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE65::BeginInvoke(DG.Tweening.Tween,DG.Tweening.Tween,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE65_BeginInvoke_m3078351548 (__GEN_DELEGATE65_t2228727317 * __this, Tween_t2342918553 * ___t0, Tween_t2342918553 * ___asTween1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { void *__d_args[3] = {0}; __d_args[0] = ___t0; __d_args[1] = ___asTween1; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // DG.Tweening.Tween XLua.InternalGlobals/__GEN_DELEGATE65::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE65_EndInvoke_m183114904 (__GEN_DELEGATE65_t2228727317 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (Tween_t2342918553 *)__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_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) { __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.Tween XLua.InternalGlobals/__GEN_DELEGATE66::Invoke(DG.Tweening.Tween,DG.Tweening.TweenParams) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE66_Invoke_m1574361147 (__GEN_DELEGATE66_t2228727318 * __this, Tween_t2342918553 * ___t0, TweenParams_t4171191025 * ___tweenParams1, const RuntimeMethod* method) { Tween_t2342918553 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE66_Invoke_m1574361147((__GEN_DELEGATE66_t2228727318 *)__this->get_prev_9(), ___t0, ___tweenParams1, 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 Tween_t2342918553 * (*FunctionPointerType) (RuntimeObject *, Tween_t2342918553 *, TweenParams_t4171191025 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___t0, ___tweenParams1, targetMethod); } } else { // closed { typedef Tween_t2342918553 * (*FunctionPointerType) (RuntimeObject *, void*, Tween_t2342918553 *, TweenParams_t4171191025 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___t0, ___tweenParams1, 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)) result = GenericInterfaceFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, TweenParams_t4171191025 * >::Invoke(targetMethod, targetThis, ___t0, ___tweenParams1); else result = GenericVirtFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, TweenParams_t4171191025 * >::Invoke(targetMethod, targetThis, ___t0, ___tweenParams1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, TweenParams_t4171191025 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___t0, ___tweenParams1); else result = VirtFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, TweenParams_t4171191025 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___t0, ___tweenParams1); } } else { typedef Tween_t2342918553 * (*FunctionPointerType) (void*, Tween_t2342918553 *, TweenParams_t4171191025 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___t0, ___tweenParams1, 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 = GenericInterfaceFuncInvoker1< Tween_t2342918553 *, TweenParams_t4171191025 * >::Invoke(targetMethod, ___t0, ___tweenParams1); else result = GenericVirtFuncInvoker1< Tween_t2342918553 *, TweenParams_t4171191025 * >::Invoke(targetMethod, ___t0, ___tweenParams1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< Tween_t2342918553 *, TweenParams_t4171191025 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___t0, ___tweenParams1); else result = VirtFuncInvoker1< Tween_t2342918553 *, TweenParams_t4171191025 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___t0, ___tweenParams1); } } else { typedef Tween_t2342918553 * (*FunctionPointerType) (Tween_t2342918553 *, TweenParams_t4171191025 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___t0, ___tweenParams1, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE66::BeginInvoke(DG.Tweening.Tween,DG.Tweening.TweenParams,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE66_BeginInvoke_m2273505843 (__GEN_DELEGATE66_t2228727318 * __this, Tween_t2342918553 * ___t0, TweenParams_t4171191025 * ___tweenParams1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { void *__d_args[3] = {0}; __d_args[0] = ___t0; __d_args[1] = ___tweenParams1; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // DG.Tweening.Tween XLua.InternalGlobals/__GEN_DELEGATE66::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE66_EndInvoke_m3666067691 (__GEN_DELEGATE66_t2228727318 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (Tween_t2342918553 *)__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_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) { __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_DELEGATE67::Invoke(DG.Tweening.Sequence,DG.Tweening.Tween) extern "C" IL2CPP_METHOD_ATTR Sequence_t2050373119 * __GEN_DELEGATE67_Invoke_m1643370193 (__GEN_DELEGATE67_t2228727319 * __this, Sequence_t2050373119 * ___s0, Tween_t2342918553 * ___t1, const RuntimeMethod* method) { Sequence_t2050373119 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE67_Invoke_m1643370193((__GEN_DELEGATE67_t2228727319 *)__this->get_prev_9(), ___s0, ___t1, 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 Sequence_t2050373119 * (*FunctionPointerType) (RuntimeObject *, Sequence_t2050373119 *, Tween_t2342918553 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___s0, ___t1, targetMethod); } } else { // closed { typedef Sequence_t2050373119 * (*FunctionPointerType) (RuntimeObject *, void*, Sequence_t2050373119 *, Tween_t2342918553 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___s0, ___t1, 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)) result = GenericInterfaceFuncInvoker2< Sequence_t2050373119 *, Sequence_t2050373119 *, Tween_t2342918553 * >::Invoke(targetMethod, targetThis, ___s0, ___t1); else result = GenericVirtFuncInvoker2< Sequence_t2050373119 *, Sequence_t2050373119 *, Tween_t2342918553 * >::Invoke(targetMethod, targetThis, ___s0, ___t1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< Sequence_t2050373119 *, Sequence_t2050373119 *, Tween_t2342918553 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___s0, ___t1); else result = VirtFuncInvoker2< Sequence_t2050373119 *, Sequence_t2050373119 *, Tween_t2342918553 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___s0, ___t1); } } else { typedef Sequence_t2050373119 * (*FunctionPointerType) (void*, Sequence_t2050373119 *, Tween_t2342918553 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___s0, ___t1, 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 = GenericInterfaceFuncInvoker1< Sequence_t2050373119 *, Tween_t2342918553 * >::Invoke(targetMethod, ___s0, ___t1); else result = GenericVirtFuncInvoker1< Sequence_t2050373119 *, Tween_t2342918553 * >::Invoke(targetMethod, ___s0, ___t1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< Sequence_t2050373119 *, Tween_t2342918553 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___s0, ___t1); else result = VirtFuncInvoker1< Sequence_t2050373119 *, Tween_t2342918553 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___s0, ___t1); } } else { typedef Sequence_t2050373119 * (*FunctionPointerType) (Sequence_t2050373119 *, Tween_t2342918553 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___s0, ___t1, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE67::BeginInvoke(DG.Tweening.Sequence,DG.Tweening.Tween,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE67_BeginInvoke_m3335777673 (__GEN_DELEGATE67_t2228727319 * __this, Sequence_t2050373119 * ___s0, Tween_t2342918553 * ___t1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { void *__d_args[3] = {0}; __d_args[0] = ___s0; __d_args[1] = ___t1; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // DG.Tweening.Sequence XLua.InternalGlobals/__GEN_DELEGATE67::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Sequence_t2050373119 * __GEN_DELEGATE67_EndInvoke_m2023325563 (__GEN_DELEGATE67_t2228727319 * __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_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) { __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_DELEGATE68::Invoke(DG.Tweening.Sequence,DG.Tweening.Tween) extern "C" IL2CPP_METHOD_ATTR Sequence_t2050373119 * __GEN_DELEGATE68_Invoke_m877611175 (__GEN_DELEGATE68_t2228727304 * __this, Sequence_t2050373119 * ___s0, Tween_t2342918553 * ___t1, const RuntimeMethod* method) { Sequence_t2050373119 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE68_Invoke_m877611175((__GEN_DELEGATE68_t2228727304 *)__this->get_prev_9(), ___s0, ___t1, 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 Sequence_t2050373119 * (*FunctionPointerType) (RuntimeObject *, Sequence_t2050373119 *, Tween_t2342918553 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___s0, ___t1, targetMethod); } } else { // closed { typedef Sequence_t2050373119 * (*FunctionPointerType) (RuntimeObject *, void*, Sequence_t2050373119 *, Tween_t2342918553 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___s0, ___t1, 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)) result = GenericInterfaceFuncInvoker2< Sequence_t2050373119 *, Sequence_t2050373119 *, Tween_t2342918553 * >::Invoke(targetMethod, targetThis, ___s0, ___t1); else result = GenericVirtFuncInvoker2< Sequence_t2050373119 *, Sequence_t2050373119 *, Tween_t2342918553 * >::Invoke(targetMethod, targetThis, ___s0, ___t1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< Sequence_t2050373119 *, Sequence_t2050373119 *, Tween_t2342918553 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___s0, ___t1); else result = VirtFuncInvoker2< Sequence_t2050373119 *, Sequence_t2050373119 *, Tween_t2342918553 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___s0, ___t1); } } else { typedef Sequence_t2050373119 * (*FunctionPointerType) (void*, Sequence_t2050373119 *, Tween_t2342918553 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___s0, ___t1, 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 = GenericInterfaceFuncInvoker1< Sequence_t2050373119 *, Tween_t2342918553 * >::Invoke(targetMethod, ___s0, ___t1); else result = GenericVirtFuncInvoker1< Sequence_t2050373119 *, Tween_t2342918553 * >::Invoke(targetMethod, ___s0, ___t1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< Sequence_t2050373119 *, Tween_t2342918553 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___s0, ___t1); else result = VirtFuncInvoker1< Sequence_t2050373119 *, Tween_t2342918553 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___s0, ___t1); } } else { typedef Sequence_t2050373119 * (*FunctionPointerType) (Sequence_t2050373119 *, Tween_t2342918553 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___s0, ___t1, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE68::BeginInvoke(DG.Tweening.Sequence,DG.Tweening.Tween,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE68_BeginInvoke_m4091788093 (__GEN_DELEGATE68_t2228727304 * __this, Sequence_t2050373119 * ___s0, Tween_t2342918553 * ___t1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { void *__d_args[3] = {0}; __d_args[0] = ___s0; __d_args[1] = ___t1; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // DG.Tweening.Sequence XLua.InternalGlobals/__GEN_DELEGATE68::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Sequence_t2050373119 * __GEN_DELEGATE68_EndInvoke_m449498524 (__GEN_DELEGATE68_t2228727304 * __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_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) { __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_DELEGATE69::Invoke(DG.Tweening.Sequence,DG.Tweening.Tween) extern "C" IL2CPP_METHOD_ATTR Sequence_t2050373119 * __GEN_DELEGATE69_Invoke_m1727704698 (__GEN_DELEGATE69_t2228727305 * __this, Sequence_t2050373119 * ___s0, Tween_t2342918553 * ___t1, const RuntimeMethod* method) { Sequence_t2050373119 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE69_Invoke_m1727704698((__GEN_DELEGATE69_t2228727305 *)__this->get_prev_9(), ___s0, ___t1, 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 Sequence_t2050373119 * (*FunctionPointerType) (RuntimeObject *, Sequence_t2050373119 *, Tween_t2342918553 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___s0, ___t1, targetMethod); } } else { // closed { typedef Sequence_t2050373119 * (*FunctionPointerType) (RuntimeObject *, void*, Sequence_t2050373119 *, Tween_t2342918553 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___s0, ___t1, 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)) result = GenericInterfaceFuncInvoker2< Sequence_t2050373119 *, Sequence_t2050373119 *, Tween_t2342918553 * >::Invoke(targetMethod, targetThis, ___s0, ___t1); else result = GenericVirtFuncInvoker2< Sequence_t2050373119 *, Sequence_t2050373119 *, Tween_t2342918553 * >::Invoke(targetMethod, targetThis, ___s0, ___t1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< Sequence_t2050373119 *, Sequence_t2050373119 *, Tween_t2342918553 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___s0, ___t1); else result = VirtFuncInvoker2< Sequence_t2050373119 *, Sequence_t2050373119 *, Tween_t2342918553 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___s0, ___t1); } } else { typedef Sequence_t2050373119 * (*FunctionPointerType) (void*, Sequence_t2050373119 *, Tween_t2342918553 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___s0, ___t1, 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 = GenericInterfaceFuncInvoker1< Sequence_t2050373119 *, Tween_t2342918553 * >::Invoke(targetMethod, ___s0, ___t1); else result = GenericVirtFuncInvoker1< Sequence_t2050373119 *, Tween_t2342918553 * >::Invoke(targetMethod, ___s0, ___t1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< Sequence_t2050373119 *, Tween_t2342918553 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___s0, ___t1); else result = VirtFuncInvoker1< Sequence_t2050373119 *, Tween_t2342918553 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___s0, ___t1); } } else { typedef Sequence_t2050373119 * (*FunctionPointerType) (Sequence_t2050373119 *, Tween_t2342918553 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___s0, ___t1, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE69::BeginInvoke(DG.Tweening.Sequence,DG.Tweening.Tween,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE69_BeginInvoke_m2723992899 (__GEN_DELEGATE69_t2228727305 * __this, Sequence_t2050373119 * ___s0, Tween_t2342918553 * ___t1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { void *__d_args[3] = {0}; __d_args[0] = ___s0; __d_args[1] = ___t1; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // DG.Tweening.Sequence XLua.InternalGlobals/__GEN_DELEGATE69::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Sequence_t2050373119 * __GEN_DELEGATE69_EndInvoke_m220662156 (__GEN_DELEGATE69_t2228727305 * __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_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) { __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.Tween XLua.InternalGlobals/__GEN_DELEGATE7::Invoke(DG.Tweening.Tween) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE7_Invoke_m2142401073 (__GEN_DELEGATE7_t2152312404 * __this, Tween_t2342918553 * ___t0, const RuntimeMethod* method) { Tween_t2342918553 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE7_Invoke_m2142401073((__GEN_DELEGATE7_t2152312404 *)__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 Tween_t2342918553 * (*FunctionPointerType) (RuntimeObject *, Tween_t2342918553 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___t0, targetMethod); } } else { // closed { typedef Tween_t2342918553 * (*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< Tween_t2342918553 *, Tween_t2342918553 * >::Invoke(targetMethod, targetThis, ___t0); else result = GenericVirtFuncInvoker1< Tween_t2342918553 *, Tween_t2342918553 * >::Invoke(targetMethod, targetThis, ___t0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< Tween_t2342918553 *, Tween_t2342918553 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___t0); else result = VirtFuncInvoker1< Tween_t2342918553 *, Tween_t2342918553 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___t0); } } else { typedef Tween_t2342918553 * (*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< Tween_t2342918553 * >::Invoke(targetMethod, ___t0); else result = GenericVirtFuncInvoker0< Tween_t2342918553 * >::Invoke(targetMethod, ___t0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker0< Tween_t2342918553 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___t0); else result = VirtFuncInvoker0< Tween_t2342918553 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___t0); } } else { typedef Tween_t2342918553 * (*FunctionPointerType) (Tween_t2342918553 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___t0, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE7::BeginInvoke(DG.Tweening.Tween,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE7_BeginInvoke_m1542125613 (__GEN_DELEGATE7_t2152312404 * __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); } // DG.Tweening.Tween XLua.InternalGlobals/__GEN_DELEGATE7::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE7_EndInvoke_m1628422717 (__GEN_DELEGATE7_t2152312404 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (Tween_t2342918553 *)__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_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) { __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_DELEGATE70::Invoke(DG.Tweening.Sequence,System.Single,DG.Tweening.Tween) extern "C" IL2CPP_METHOD_ATTR Sequence_t2050373119 * __GEN_DELEGATE70_Invoke_m3295643867 (__GEN_DELEGATE70_t272412176 * __this, Sequence_t2050373119 * ___s0, float ___atPosition1, Tween_t2342918553 * ___t2, const RuntimeMethod* method) { Sequence_t2050373119 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE70_Invoke_m3295643867((__GEN_DELEGATE70_t272412176 *)__this->get_prev_9(), ___s0, ___atPosition1, ___t2, 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 Sequence_t2050373119 * (*FunctionPointerType) (RuntimeObject *, Sequence_t2050373119 *, float, Tween_t2342918553 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___s0, ___atPosition1, ___t2, targetMethod); } } else { // closed { typedef Sequence_t2050373119 * (*FunctionPointerType) (RuntimeObject *, void*, Sequence_t2050373119 *, float, Tween_t2342918553 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___s0, ___atPosition1, ___t2, 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< Sequence_t2050373119 *, Sequence_t2050373119 *, float, Tween_t2342918553 * >::Invoke(targetMethod, targetThis, ___s0, ___atPosition1, ___t2); else result = GenericVirtFuncInvoker3< Sequence_t2050373119 *, Sequence_t2050373119 *, float, Tween_t2342918553 * >::Invoke(targetMethod, targetThis, ___s0, ___atPosition1, ___t2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< Sequence_t2050373119 *, Sequence_t2050373119 *, float, Tween_t2342918553 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___s0, ___atPosition1, ___t2); else result = VirtFuncInvoker3< Sequence_t2050373119 *, Sequence_t2050373119 *, float, Tween_t2342918553 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___s0, ___atPosition1, ___t2); } } else { typedef Sequence_t2050373119 * (*FunctionPointerType) (void*, Sequence_t2050373119 *, float, Tween_t2342918553 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___s0, ___atPosition1, ___t2, 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< Sequence_t2050373119 *, float, Tween_t2342918553 * >::Invoke(targetMethod, ___s0, ___atPosition1, ___t2); else result = GenericVirtFuncInvoker2< Sequence_t2050373119 *, float, Tween_t2342918553 * >::Invoke(targetMethod, ___s0, ___atPosition1, ___t2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< Sequence_t2050373119 *, float, Tween_t2342918553 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___s0, ___atPosition1, ___t2); else result = VirtFuncInvoker2< Sequence_t2050373119 *, float, Tween_t2342918553 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___s0, ___atPosition1, ___t2); } } else { typedef Sequence_t2050373119 * (*FunctionPointerType) (Sequence_t2050373119 *, float, Tween_t2342918553 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___s0, ___atPosition1, ___t2, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE70::BeginInvoke(DG.Tweening.Sequence,System.Single,DG.Tweening.Tween,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE70_BeginInvoke_m164287379 (__GEN_DELEGATE70_t272412176 * __this, Sequence_t2050373119 * ___s0, float ___atPosition1, Tween_t2342918553 * ___t2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE70_BeginInvoke_m164287379_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = ___s0; __d_args[1] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___atPosition1); __d_args[2] = ___t2; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // DG.Tweening.Sequence XLua.InternalGlobals/__GEN_DELEGATE70::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Sequence_t2050373119 * __GEN_DELEGATE70_EndInvoke_m3136643399 (__GEN_DELEGATE70_t272412176 * __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_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) { __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_DELEGATE71::Invoke(DG.Tweening.Sequence,System.Single) extern "C" IL2CPP_METHOD_ATTR Sequence_t2050373119 * __GEN_DELEGATE71_Invoke_m2177370541 (__GEN_DELEGATE71_t272412177 * __this, Sequence_t2050373119 * ___s0, float ___interval1, const RuntimeMethod* method) { Sequence_t2050373119 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE71_Invoke_m2177370541((__GEN_DELEGATE71_t272412177 *)__this->get_prev_9(), ___s0, ___interval1, 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 Sequence_t2050373119 * (*FunctionPointerType) (RuntimeObject *, Sequence_t2050373119 *, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___s0, ___interval1, targetMethod); } } else { // closed { typedef Sequence_t2050373119 * (*FunctionPointerType) (RuntimeObject *, void*, Sequence_t2050373119 *, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___s0, ___interval1, 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)) result = GenericInterfaceFuncInvoker2< Sequence_t2050373119 *, Sequence_t2050373119 *, float >::Invoke(targetMethod, targetThis, ___s0, ___interval1); else result = GenericVirtFuncInvoker2< Sequence_t2050373119 *, Sequence_t2050373119 *, float >::Invoke(targetMethod, targetThis, ___s0, ___interval1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< Sequence_t2050373119 *, Sequence_t2050373119 *, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___s0, ___interval1); else result = VirtFuncInvoker2< Sequence_t2050373119 *, Sequence_t2050373119 *, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___s0, ___interval1); } } else { typedef Sequence_t2050373119 * (*FunctionPointerType) (void*, Sequence_t2050373119 *, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___s0, ___interval1, 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 = GenericInterfaceFuncInvoker1< Sequence_t2050373119 *, float >::Invoke(targetMethod, ___s0, ___interval1); else result = GenericVirtFuncInvoker1< Sequence_t2050373119 *, float >::Invoke(targetMethod, ___s0, ___interval1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< Sequence_t2050373119 *, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___s0, ___interval1); else result = VirtFuncInvoker1< Sequence_t2050373119 *, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___s0, ___interval1); } } else { typedef Sequence_t2050373119 * (*FunctionPointerType) (Sequence_t2050373119 *, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___s0, ___interval1, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE71::BeginInvoke(DG.Tweening.Sequence,System.Single,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE71_BeginInvoke_m3513336977 (__GEN_DELEGATE71_t272412177 * __this, Sequence_t2050373119 * ___s0, float ___interval1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE71_BeginInvoke_m3513336977_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = ___s0; __d_args[1] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___interval1); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // DG.Tweening.Sequence XLua.InternalGlobals/__GEN_DELEGATE71::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Sequence_t2050373119 * __GEN_DELEGATE71_EndInvoke_m2297980011 (__GEN_DELEGATE71_t272412177 * __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_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) { __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_DELEGATE72::Invoke(DG.Tweening.Sequence,System.Single) extern "C" IL2CPP_METHOD_ATTR Sequence_t2050373119 * __GEN_DELEGATE72_Invoke_m3079630202 (__GEN_DELEGATE72_t272412178 * __this, Sequence_t2050373119 * ___s0, float ___interval1, const RuntimeMethod* method) { Sequence_t2050373119 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE72_Invoke_m3079630202((__GEN_DELEGATE72_t272412178 *)__this->get_prev_9(), ___s0, ___interval1, 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 Sequence_t2050373119 * (*FunctionPointerType) (RuntimeObject *, Sequence_t2050373119 *, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___s0, ___interval1, targetMethod); } } else { // closed { typedef Sequence_t2050373119 * (*FunctionPointerType) (RuntimeObject *, void*, Sequence_t2050373119 *, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___s0, ___interval1, 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)) result = GenericInterfaceFuncInvoker2< Sequence_t2050373119 *, Sequence_t2050373119 *, float >::Invoke(targetMethod, targetThis, ___s0, ___interval1); else result = GenericVirtFuncInvoker2< Sequence_t2050373119 *, Sequence_t2050373119 *, float >::Invoke(targetMethod, targetThis, ___s0, ___interval1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< Sequence_t2050373119 *, Sequence_t2050373119 *, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___s0, ___interval1); else result = VirtFuncInvoker2< Sequence_t2050373119 *, Sequence_t2050373119 *, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___s0, ___interval1); } } else { typedef Sequence_t2050373119 * (*FunctionPointerType) (void*, Sequence_t2050373119 *, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___s0, ___interval1, 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 = GenericInterfaceFuncInvoker1< Sequence_t2050373119 *, float >::Invoke(targetMethod, ___s0, ___interval1); else result = GenericVirtFuncInvoker1< Sequence_t2050373119 *, float >::Invoke(targetMethod, ___s0, ___interval1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< Sequence_t2050373119 *, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___s0, ___interval1); else result = VirtFuncInvoker1< Sequence_t2050373119 *, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___s0, ___interval1); } } else { typedef Sequence_t2050373119 * (*FunctionPointerType) (Sequence_t2050373119 *, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___s0, ___interval1, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE72::BeginInvoke(DG.Tweening.Sequence,System.Single,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE72_BeginInvoke_m1594040126 (__GEN_DELEGATE72_t272412178 * __this, Sequence_t2050373119 * ___s0, float ___interval1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE72_BeginInvoke_m1594040126_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = ___s0; __d_args[1] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___interval1); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // DG.Tweening.Sequence XLua.InternalGlobals/__GEN_DELEGATE72::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Sequence_t2050373119 * __GEN_DELEGATE72_EndInvoke_m4028114695 (__GEN_DELEGATE72_t272412178 * __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_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) { __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_DELEGATE73::Invoke(DG.Tweening.Sequence,DG.Tweening.TweenCallback) extern "C" IL2CPP_METHOD_ATTR Sequence_t2050373119 * __GEN_DELEGATE73_Invoke_m4257981541 (__GEN_DELEGATE73_t272412179 * __this, Sequence_t2050373119 * ___s0, TweenCallback_t3727756325 * ___callback1, const RuntimeMethod* method) { Sequence_t2050373119 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE73_Invoke_m4257981541((__GEN_DELEGATE73_t272412179 *)__this->get_prev_9(), ___s0, ___callback1, 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 Sequence_t2050373119 * (*FunctionPointerType) (RuntimeObject *, Sequence_t2050373119 *, TweenCallback_t3727756325 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___s0, ___callback1, targetMethod); } } else { // closed { typedef Sequence_t2050373119 * (*FunctionPointerType) (RuntimeObject *, void*, Sequence_t2050373119 *, TweenCallback_t3727756325 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___s0, ___callback1, 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)) result = GenericInterfaceFuncInvoker2< Sequence_t2050373119 *, Sequence_t2050373119 *, TweenCallback_t3727756325 * >::Invoke(targetMethod, targetThis, ___s0, ___callback1); else result = GenericVirtFuncInvoker2< Sequence_t2050373119 *, Sequence_t2050373119 *, TweenCallback_t3727756325 * >::Invoke(targetMethod, targetThis, ___s0, ___callback1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< Sequence_t2050373119 *, Sequence_t2050373119 *, TweenCallback_t3727756325 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___s0, ___callback1); else result = VirtFuncInvoker2< Sequence_t2050373119 *, Sequence_t2050373119 *, TweenCallback_t3727756325 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___s0, ___callback1); } } else { typedef Sequence_t2050373119 * (*FunctionPointerType) (void*, Sequence_t2050373119 *, TweenCallback_t3727756325 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___s0, ___callback1, 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 = GenericInterfaceFuncInvoker1< Sequence_t2050373119 *, TweenCallback_t3727756325 * >::Invoke(targetMethod, ___s0, ___callback1); else result = GenericVirtFuncInvoker1< Sequence_t2050373119 *, TweenCallback_t3727756325 * >::Invoke(targetMethod, ___s0, ___callback1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< Sequence_t2050373119 *, TweenCallback_t3727756325 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___s0, ___callback1); else result = VirtFuncInvoker1< Sequence_t2050373119 *, TweenCallback_t3727756325 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___s0, ___callback1); } } else { typedef Sequence_t2050373119 * (*FunctionPointerType) (Sequence_t2050373119 *, TweenCallback_t3727756325 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___s0, ___callback1, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE73::BeginInvoke(DG.Tweening.Sequence,DG.Tweening.TweenCallback,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE73_BeginInvoke_m3751048620 (__GEN_DELEGATE73_t272412179 * __this, Sequence_t2050373119 * ___s0, TweenCallback_t3727756325 * ___callback1, AsyncCallback_t3962456242 * ____callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { void *__d_args[3] = {0}; __d_args[0] = ___s0; __d_args[1] = ___callback1; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)____callback2, (RuntimeObject*)___object3); } // DG.Tweening.Sequence XLua.InternalGlobals/__GEN_DELEGATE73::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Sequence_t2050373119 * __GEN_DELEGATE73_EndInvoke_m81685920 (__GEN_DELEGATE73_t272412179 * __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_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) { __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_DELEGATE74::Invoke(DG.Tweening.Sequence,DG.Tweening.TweenCallback) extern "C" IL2CPP_METHOD_ATTR Sequence_t2050373119 * __GEN_DELEGATE74_Invoke_m2088217482 (__GEN_DELEGATE74_t272412180 * __this, Sequence_t2050373119 * ___s0, TweenCallback_t3727756325 * ___callback1, const RuntimeMethod* method) { Sequence_t2050373119 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE74_Invoke_m2088217482((__GEN_DELEGATE74_t272412180 *)__this->get_prev_9(), ___s0, ___callback1, 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 Sequence_t2050373119 * (*FunctionPointerType) (RuntimeObject *, Sequence_t2050373119 *, TweenCallback_t3727756325 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___s0, ___callback1, targetMethod); } } else { // closed { typedef Sequence_t2050373119 * (*FunctionPointerType) (RuntimeObject *, void*, Sequence_t2050373119 *, TweenCallback_t3727756325 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___s0, ___callback1, 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)) result = GenericInterfaceFuncInvoker2< Sequence_t2050373119 *, Sequence_t2050373119 *, TweenCallback_t3727756325 * >::Invoke(targetMethod, targetThis, ___s0, ___callback1); else result = GenericVirtFuncInvoker2< Sequence_t2050373119 *, Sequence_t2050373119 *, TweenCallback_t3727756325 * >::Invoke(targetMethod, targetThis, ___s0, ___callback1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< Sequence_t2050373119 *, Sequence_t2050373119 *, TweenCallback_t3727756325 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___s0, ___callback1); else result = VirtFuncInvoker2< Sequence_t2050373119 *, Sequence_t2050373119 *, TweenCallback_t3727756325 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___s0, ___callback1); } } else { typedef Sequence_t2050373119 * (*FunctionPointerType) (void*, Sequence_t2050373119 *, TweenCallback_t3727756325 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___s0, ___callback1, 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 = GenericInterfaceFuncInvoker1< Sequence_t2050373119 *, TweenCallback_t3727756325 * >::Invoke(targetMethod, ___s0, ___callback1); else result = GenericVirtFuncInvoker1< Sequence_t2050373119 *, TweenCallback_t3727756325 * >::Invoke(targetMethod, ___s0, ___callback1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< Sequence_t2050373119 *, TweenCallback_t3727756325 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___s0, ___callback1); else result = VirtFuncInvoker1< Sequence_t2050373119 *, TweenCallback_t3727756325 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___s0, ___callback1); } } else { typedef Sequence_t2050373119 * (*FunctionPointerType) (Sequence_t2050373119 *, TweenCallback_t3727756325 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___s0, ___callback1, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE74::BeginInvoke(DG.Tweening.Sequence,DG.Tweening.TweenCallback,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE74_BeginInvoke_m382623357 (__GEN_DELEGATE74_t272412180 * __this, Sequence_t2050373119 * ___s0, TweenCallback_t3727756325 * ___callback1, AsyncCallback_t3962456242 * ____callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { void *__d_args[3] = {0}; __d_args[0] = ___s0; __d_args[1] = ___callback1; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)____callback2, (RuntimeObject*)___object3); } // DG.Tweening.Sequence XLua.InternalGlobals/__GEN_DELEGATE74::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Sequence_t2050373119 * __GEN_DELEGATE74_EndInvoke_m1702794523 (__GEN_DELEGATE74_t272412180 * __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_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) { __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_DELEGATE75::Invoke(DG.Tweening.Sequence,System.Single,DG.Tweening.TweenCallback) extern "C" IL2CPP_METHOD_ATTR Sequence_t2050373119 * __GEN_DELEGATE75_Invoke_m692795782 (__GEN_DELEGATE75_t272412181 * __this, Sequence_t2050373119 * ___s0, float ___atPosition1, TweenCallback_t3727756325 * ___callback2, const RuntimeMethod* method) { Sequence_t2050373119 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE75_Invoke_m692795782((__GEN_DELEGATE75_t272412181 *)__this->get_prev_9(), ___s0, ___atPosition1, ___callback2, 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 Sequence_t2050373119 * (*FunctionPointerType) (RuntimeObject *, Sequence_t2050373119 *, float, TweenCallback_t3727756325 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___s0, ___atPosition1, ___callback2, targetMethod); } } else { // closed { typedef Sequence_t2050373119 * (*FunctionPointerType) (RuntimeObject *, void*, Sequence_t2050373119 *, float, TweenCallback_t3727756325 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___s0, ___atPosition1, ___callback2, 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< Sequence_t2050373119 *, Sequence_t2050373119 *, float, TweenCallback_t3727756325 * >::Invoke(targetMethod, targetThis, ___s0, ___atPosition1, ___callback2); else result = GenericVirtFuncInvoker3< Sequence_t2050373119 *, Sequence_t2050373119 *, float, TweenCallback_t3727756325 * >::Invoke(targetMethod, targetThis, ___s0, ___atPosition1, ___callback2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< Sequence_t2050373119 *, Sequence_t2050373119 *, float, TweenCallback_t3727756325 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___s0, ___atPosition1, ___callback2); else result = VirtFuncInvoker3< Sequence_t2050373119 *, Sequence_t2050373119 *, float, TweenCallback_t3727756325 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___s0, ___atPosition1, ___callback2); } } else { typedef Sequence_t2050373119 * (*FunctionPointerType) (void*, Sequence_t2050373119 *, float, TweenCallback_t3727756325 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___s0, ___atPosition1, ___callback2, 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< Sequence_t2050373119 *, float, TweenCallback_t3727756325 * >::Invoke(targetMethod, ___s0, ___atPosition1, ___callback2); else result = GenericVirtFuncInvoker2< Sequence_t2050373119 *, float, TweenCallback_t3727756325 * >::Invoke(targetMethod, ___s0, ___atPosition1, ___callback2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< Sequence_t2050373119 *, float, TweenCallback_t3727756325 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___s0, ___atPosition1, ___callback2); else result = VirtFuncInvoker2< Sequence_t2050373119 *, float, TweenCallback_t3727756325 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___s0, ___atPosition1, ___callback2); } } else { typedef Sequence_t2050373119 * (*FunctionPointerType) (Sequence_t2050373119 *, float, TweenCallback_t3727756325 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___s0, ___atPosition1, ___callback2, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE75::BeginInvoke(DG.Tweening.Sequence,System.Single,DG.Tweening.TweenCallback,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE75_BeginInvoke_m3199413031 (__GEN_DELEGATE75_t272412181 * __this, Sequence_t2050373119 * ___s0, float ___atPosition1, TweenCallback_t3727756325 * ___callback2, AsyncCallback_t3962456242 * ____callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE75_BeginInvoke_m3199413031_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = ___s0; __d_args[1] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___atPosition1); __d_args[2] = ___callback2; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)____callback3, (RuntimeObject*)___object4); } // DG.Tweening.Sequence XLua.InternalGlobals/__GEN_DELEGATE75::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Sequence_t2050373119 * __GEN_DELEGATE75_EndInvoke_m1946542977 (__GEN_DELEGATE75_t272412181 * __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_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) { __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_DELEGATE76::Invoke(DG.Tweening.Tweener) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE76_Invoke_m2252394922 (__GEN_DELEGATE76_t272412182 * __this, Tweener_t436044680 * ___t0, const RuntimeMethod* method) { Tweener_t436044680 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE76_Invoke_m2252394922((__GEN_DELEGATE76_t272412182 *)__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 Tweener_t436044680 * (*FunctionPointerType) (RuntimeObject *, Tweener_t436044680 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___t0, targetMethod); } } else { // closed { typedef Tweener_t436044680 * (*FunctionPointerType) (RuntimeObject *, void*, Tweener_t436044680 *, 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< Tweener_t436044680 *, Tweener_t436044680 * >::Invoke(targetMethod, targetThis, ___t0); else result = GenericVirtFuncInvoker1< Tweener_t436044680 *, Tweener_t436044680 * >::Invoke(targetMethod, targetThis, ___t0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< Tweener_t436044680 *, Tweener_t436044680 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___t0); else result = VirtFuncInvoker1< Tweener_t436044680 *, Tweener_t436044680 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___t0); } } else { typedef Tweener_t436044680 * (*FunctionPointerType) (void*, Tweener_t436044680 *, 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< Tweener_t436044680 * >::Invoke(targetMethod, ___t0); else result = GenericVirtFuncInvoker0< Tweener_t436044680 * >::Invoke(targetMethod, ___t0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker0< Tweener_t436044680 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___t0); else result = VirtFuncInvoker0< Tweener_t436044680 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___t0); } } else { typedef Tweener_t436044680 * (*FunctionPointerType) (Tweener_t436044680 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___t0, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE76::BeginInvoke(DG.Tweening.Tweener,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE76_BeginInvoke_m1107686738 (__GEN_DELEGATE76_t272412182 * __this, Tweener_t436044680 * ___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); } // DG.Tweening.Tweener XLua.InternalGlobals/__GEN_DELEGATE76::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE76_EndInvoke_m303654034 (__GEN_DELEGATE76_t272412182 * __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_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) { __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_DELEGATE77::Invoke(DG.Tweening.Tweener,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE77_Invoke_m468367144 (__GEN_DELEGATE77_t272412183 * __this, Tweener_t436044680 * ___t0, bool ___isRelative1, const RuntimeMethod* method) { Tweener_t436044680 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE77_Invoke_m468367144((__GEN_DELEGATE77_t272412183 *)__this->get_prev_9(), ___t0, ___isRelative1, 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 Tweener_t436044680 * (*FunctionPointerType) (RuntimeObject *, Tweener_t436044680 *, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___t0, ___isRelative1, targetMethod); } } else { // closed { typedef Tweener_t436044680 * (*FunctionPointerType) (RuntimeObject *, void*, Tweener_t436044680 *, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___t0, ___isRelative1, 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)) result = GenericInterfaceFuncInvoker2< Tweener_t436044680 *, Tweener_t436044680 *, bool >::Invoke(targetMethod, targetThis, ___t0, ___isRelative1); else result = GenericVirtFuncInvoker2< Tweener_t436044680 *, Tweener_t436044680 *, bool >::Invoke(targetMethod, targetThis, ___t0, ___isRelative1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< Tweener_t436044680 *, Tweener_t436044680 *, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___t0, ___isRelative1); else result = VirtFuncInvoker2< Tweener_t436044680 *, Tweener_t436044680 *, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___t0, ___isRelative1); } } else { typedef Tweener_t436044680 * (*FunctionPointerType) (void*, Tweener_t436044680 *, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___t0, ___isRelative1, 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 = GenericInterfaceFuncInvoker1< Tweener_t436044680 *, bool >::Invoke(targetMethod, ___t0, ___isRelative1); else result = GenericVirtFuncInvoker1< Tweener_t436044680 *, bool >::Invoke(targetMethod, ___t0, ___isRelative1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< Tweener_t436044680 *, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___t0, ___isRelative1); else result = VirtFuncInvoker1< Tweener_t436044680 *, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___t0, ___isRelative1); } } else { typedef Tweener_t436044680 * (*FunctionPointerType) (Tweener_t436044680 *, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___t0, ___isRelative1, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE77::BeginInvoke(DG.Tweening.Tweener,System.Boolean,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE77_BeginInvoke_m1084064531 (__GEN_DELEGATE77_t272412183 * __this, Tweener_t436044680 * ___t0, bool ___isRelative1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE77_BeginInvoke_m1084064531_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = ___t0; __d_args[1] = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &___isRelative1); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // DG.Tweening.Tweener XLua.InternalGlobals/__GEN_DELEGATE77::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE77_EndInvoke_m3878953361 (__GEN_DELEGATE77_t272412183 * __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_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) { __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_DELEGATE78::Invoke(DG.Tweening.Core.TweenerCore`3,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t745532282 * __GEN_DELEGATE78_Invoke_m4138796045 (__GEN_DELEGATE78_t272412168 * __this, TweenerCore_3_t745532282 * ___t0, float ___fromAlphaValue1, bool ___setImmediately2, const RuntimeMethod* method) { TweenerCore_3_t745532282 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE78_Invoke_m4138796045((__GEN_DELEGATE78_t272412168 *)__this->get_prev_9(), ___t0, ___fromAlphaValue1, ___setImmediately2, 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 *, TweenerCore_3_t745532282 *, float, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___t0, ___fromAlphaValue1, ___setImmediately2, targetMethod); } } else { // closed { typedef TweenerCore_3_t745532282 * (*FunctionPointerType) (RuntimeObject *, void*, TweenerCore_3_t745532282 *, float, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___t0, ___fromAlphaValue1, ___setImmediately2, 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 *, TweenerCore_3_t745532282 *, float, bool >::Invoke(targetMethod, targetThis, ___t0, ___fromAlphaValue1, ___setImmediately2); else result = GenericVirtFuncInvoker3< TweenerCore_3_t745532282 *, TweenerCore_3_t745532282 *, float, bool >::Invoke(targetMethod, targetThis, ___t0, ___fromAlphaValue1, ___setImmediately2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< TweenerCore_3_t745532282 *, TweenerCore_3_t745532282 *, float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___t0, ___fromAlphaValue1, ___setImmediately2); else result = VirtFuncInvoker3< TweenerCore_3_t745532282 *, TweenerCore_3_t745532282 *, float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___t0, ___fromAlphaValue1, ___setImmediately2); } } else { typedef TweenerCore_3_t745532282 * (*FunctionPointerType) (void*, TweenerCore_3_t745532282 *, float, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___t0, ___fromAlphaValue1, ___setImmediately2, 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, bool >::Invoke(targetMethod, ___t0, ___fromAlphaValue1, ___setImmediately2); else result = GenericVirtFuncInvoker2< TweenerCore_3_t745532282 *, float, bool >::Invoke(targetMethod, ___t0, ___fromAlphaValue1, ___setImmediately2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< TweenerCore_3_t745532282 *, float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___t0, ___fromAlphaValue1, ___setImmediately2); else result = VirtFuncInvoker2< TweenerCore_3_t745532282 *, float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___t0, ___fromAlphaValue1, ___setImmediately2); } } else { typedef TweenerCore_3_t745532282 * (*FunctionPointerType) (TweenerCore_3_t745532282 *, float, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___t0, ___fromAlphaValue1, ___setImmediately2, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE78::BeginInvoke(DG.Tweening.Core.TweenerCore`3,System.Single,System.Boolean,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE78_BeginInvoke_m3165074704 (__GEN_DELEGATE78_t272412168 * __this, TweenerCore_3_t745532282 * ___t0, float ___fromAlphaValue1, bool ___setImmediately2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE78_BeginInvoke_m3165074704_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = ___t0; __d_args[1] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___fromAlphaValue1); __d_args[2] = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &___setImmediately2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE78::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t745532282 * __GEN_DELEGATE78_EndInvoke_m1684596437 (__GEN_DELEGATE78_t272412168 * __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_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) { __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_DELEGATE79::Invoke(DG.Tweening.Core.TweenerCore`3,System.Single,System.Boolean) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t2944330537 * __GEN_DELEGATE79_Invoke_m1078464677 (__GEN_DELEGATE79_t272412169 * __this, TweenerCore_3_t2944330537 * ___t0, float ___fromValue1, bool ___setImmediately2, const RuntimeMethod* method) { TweenerCore_3_t2944330537 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE79_Invoke_m1078464677((__GEN_DELEGATE79_t272412169 *)__this->get_prev_9(), ___t0, ___fromValue1, ___setImmediately2, 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 *, TweenerCore_3_t2944330537 *, float, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___t0, ___fromValue1, ___setImmediately2, targetMethod); } } else { // closed { typedef TweenerCore_3_t2944330537 * (*FunctionPointerType) (RuntimeObject *, void*, TweenerCore_3_t2944330537 *, float, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___t0, ___fromValue1, ___setImmediately2, 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 *, TweenerCore_3_t2944330537 *, float, bool >::Invoke(targetMethod, targetThis, ___t0, ___fromValue1, ___setImmediately2); else result = GenericVirtFuncInvoker3< TweenerCore_3_t2944330537 *, TweenerCore_3_t2944330537 *, float, bool >::Invoke(targetMethod, targetThis, ___t0, ___fromValue1, ___setImmediately2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< TweenerCore_3_t2944330537 *, TweenerCore_3_t2944330537 *, float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___t0, ___fromValue1, ___setImmediately2); else result = VirtFuncInvoker3< TweenerCore_3_t2944330537 *, TweenerCore_3_t2944330537 *, float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___t0, ___fromValue1, ___setImmediately2); } } else { typedef TweenerCore_3_t2944330537 * (*FunctionPointerType) (void*, TweenerCore_3_t2944330537 *, float, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___t0, ___fromValue1, ___setImmediately2, 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, bool >::Invoke(targetMethod, ___t0, ___fromValue1, ___setImmediately2); else result = GenericVirtFuncInvoker2< TweenerCore_3_t2944330537 *, float, bool >::Invoke(targetMethod, ___t0, ___fromValue1, ___setImmediately2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< TweenerCore_3_t2944330537 *, float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___t0, ___fromValue1, ___setImmediately2); else result = VirtFuncInvoker2< TweenerCore_3_t2944330537 *, float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___t0, ___fromValue1, ___setImmediately2); } } else { typedef TweenerCore_3_t2944330537 * (*FunctionPointerType) (TweenerCore_3_t2944330537 *, float, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___t0, ___fromValue1, ___setImmediately2, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE79::BeginInvoke(DG.Tweening.Core.TweenerCore`3,System.Single,System.Boolean,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE79_BeginInvoke_m3894512931 (__GEN_DELEGATE79_t272412169 * __this, TweenerCore_3_t2944330537 * ___t0, float ___fromValue1, bool ___setImmediately2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE79_BeginInvoke_m3894512931_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = ___t0; __d_args[1] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___fromValue1); __d_args[2] = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &___setImmediately2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE79::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t2944330537 * __GEN_DELEGATE79_EndInvoke_m3913656356 (__GEN_DELEGATE79_t272412169 * __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_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) { __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_DELEGATE8::Invoke(DG.Tweening.Tween) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE8_Invoke_m786812196 (__GEN_DELEGATE8_t2961616468 * __this, Tween_t2342918553 * ___t0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { __GEN_DELEGATE8_Invoke_m786812196((__GEN_DELEGATE8_t2961616468 *)__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_DELEGATE8::BeginInvoke(DG.Tweening.Tween,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE8_BeginInvoke_m3822754200 (__GEN_DELEGATE8_t2961616468 * __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_DELEGATE8::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE8_EndInvoke_m535734396 (__GEN_DELEGATE8_t2961616468 * __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_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) { __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.Tween XLua.InternalGlobals/__GEN_DELEGATE80::Invoke(DG.Tweening.Tween,System.Single) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE80_Invoke_m1889873643 (__GEN_DELEGATE80_t1081716240 * __this, Tween_t2342918553 * ___t0, float ___delay1, const RuntimeMethod* method) { Tween_t2342918553 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE80_Invoke_m1889873643((__GEN_DELEGATE80_t1081716240 *)__this->get_prev_9(), ___t0, ___delay1, 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 Tween_t2342918553 * (*FunctionPointerType) (RuntimeObject *, Tween_t2342918553 *, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___t0, ___delay1, targetMethod); } } else { // closed { typedef Tween_t2342918553 * (*FunctionPointerType) (RuntimeObject *, void*, Tween_t2342918553 *, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___t0, ___delay1, 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)) result = GenericInterfaceFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, float >::Invoke(targetMethod, targetThis, ___t0, ___delay1); else result = GenericVirtFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, float >::Invoke(targetMethod, targetThis, ___t0, ___delay1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___t0, ___delay1); else result = VirtFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___t0, ___delay1); } } else { typedef Tween_t2342918553 * (*FunctionPointerType) (void*, Tween_t2342918553 *, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___t0, ___delay1, 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 = GenericInterfaceFuncInvoker1< Tween_t2342918553 *, float >::Invoke(targetMethod, ___t0, ___delay1); else result = GenericVirtFuncInvoker1< Tween_t2342918553 *, float >::Invoke(targetMethod, ___t0, ___delay1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< Tween_t2342918553 *, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___t0, ___delay1); else result = VirtFuncInvoker1< Tween_t2342918553 *, float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___t0, ___delay1); } } else { typedef Tween_t2342918553 * (*FunctionPointerType) (Tween_t2342918553 *, float, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___t0, ___delay1, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE80::BeginInvoke(DG.Tweening.Tween,System.Single,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE80_BeginInvoke_m3525286958 (__GEN_DELEGATE80_t1081716240 * __this, Tween_t2342918553 * ___t0, float ___delay1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE80_BeginInvoke_m3525286958_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = ___t0; __d_args[1] = Box(Single_t1397266774_il2cpp_TypeInfo_var, &___delay1); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // DG.Tweening.Tween XLua.InternalGlobals/__GEN_DELEGATE80::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE80_EndInvoke_m1277722039 (__GEN_DELEGATE80_t1081716240 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (Tween_t2342918553 *)__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_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) { __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.Tween XLua.InternalGlobals/__GEN_DELEGATE81::Invoke(DG.Tweening.Tween) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE81_Invoke_m4241010628 (__GEN_DELEGATE81_t1081716241 * __this, Tween_t2342918553 * ___t0, const RuntimeMethod* method) { Tween_t2342918553 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE81_Invoke_m4241010628((__GEN_DELEGATE81_t1081716241 *)__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 Tween_t2342918553 * (*FunctionPointerType) (RuntimeObject *, Tween_t2342918553 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___t0, targetMethod); } } else { // closed { typedef Tween_t2342918553 * (*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< Tween_t2342918553 *, Tween_t2342918553 * >::Invoke(targetMethod, targetThis, ___t0); else result = GenericVirtFuncInvoker1< Tween_t2342918553 *, Tween_t2342918553 * >::Invoke(targetMethod, targetThis, ___t0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< Tween_t2342918553 *, Tween_t2342918553 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___t0); else result = VirtFuncInvoker1< Tween_t2342918553 *, Tween_t2342918553 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___t0); } } else { typedef Tween_t2342918553 * (*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< Tween_t2342918553 * >::Invoke(targetMethod, ___t0); else result = GenericVirtFuncInvoker0< Tween_t2342918553 * >::Invoke(targetMethod, ___t0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker0< Tween_t2342918553 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___t0); else result = VirtFuncInvoker0< Tween_t2342918553 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___t0); } } else { typedef Tween_t2342918553 * (*FunctionPointerType) (Tween_t2342918553 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___t0, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE81::BeginInvoke(DG.Tweening.Tween,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE81_BeginInvoke_m3891049544 (__GEN_DELEGATE81_t1081716241 * __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); } // DG.Tweening.Tween XLua.InternalGlobals/__GEN_DELEGATE81::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE81_EndInvoke_m444491107 (__GEN_DELEGATE81_t1081716241 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (Tween_t2342918553 *)__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_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) { __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.Tween XLua.InternalGlobals/__GEN_DELEGATE82::Invoke(DG.Tweening.Tween,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE82_Invoke_m3714398201 (__GEN_DELEGATE82_t1081716242 * __this, Tween_t2342918553 * ___t0, bool ___isRelative1, const RuntimeMethod* method) { Tween_t2342918553 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE82_Invoke_m3714398201((__GEN_DELEGATE82_t1081716242 *)__this->get_prev_9(), ___t0, ___isRelative1, 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 Tween_t2342918553 * (*FunctionPointerType) (RuntimeObject *, Tween_t2342918553 *, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___t0, ___isRelative1, targetMethod); } } else { // closed { typedef Tween_t2342918553 * (*FunctionPointerType) (RuntimeObject *, void*, Tween_t2342918553 *, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___t0, ___isRelative1, 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)) result = GenericInterfaceFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, bool >::Invoke(targetMethod, targetThis, ___t0, ___isRelative1); else result = GenericVirtFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, bool >::Invoke(targetMethod, targetThis, ___t0, ___isRelative1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___t0, ___isRelative1); else result = VirtFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___t0, ___isRelative1); } } else { typedef Tween_t2342918553 * (*FunctionPointerType) (void*, Tween_t2342918553 *, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___t0, ___isRelative1, 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 = GenericInterfaceFuncInvoker1< Tween_t2342918553 *, bool >::Invoke(targetMethod, ___t0, ___isRelative1); else result = GenericVirtFuncInvoker1< Tween_t2342918553 *, bool >::Invoke(targetMethod, ___t0, ___isRelative1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< Tween_t2342918553 *, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___t0, ___isRelative1); else result = VirtFuncInvoker1< Tween_t2342918553 *, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___t0, ___isRelative1); } } else { typedef Tween_t2342918553 * (*FunctionPointerType) (Tween_t2342918553 *, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___t0, ___isRelative1, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE82::BeginInvoke(DG.Tweening.Tween,System.Boolean,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE82_BeginInvoke_m2383905178 (__GEN_DELEGATE82_t1081716242 * __this, Tween_t2342918553 * ___t0, bool ___isRelative1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE82_BeginInvoke_m2383905178_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = ___t0; __d_args[1] = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &___isRelative1); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // DG.Tweening.Tween XLua.InternalGlobals/__GEN_DELEGATE82::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE82_EndInvoke_m1207923899 (__GEN_DELEGATE82_t1081716242 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (Tween_t2342918553 *)__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_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) { __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.Tween XLua.InternalGlobals/__GEN_DELEGATE83::Invoke(DG.Tweening.Tween) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE83_Invoke_m3598561363 (__GEN_DELEGATE83_t1081716243 * __this, Tween_t2342918553 * ___t0, const RuntimeMethod* method) { Tween_t2342918553 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE83_Invoke_m3598561363((__GEN_DELEGATE83_t1081716243 *)__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 Tween_t2342918553 * (*FunctionPointerType) (RuntimeObject *, Tween_t2342918553 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___t0, targetMethod); } } else { // closed { typedef Tween_t2342918553 * (*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< Tween_t2342918553 *, Tween_t2342918553 * >::Invoke(targetMethod, targetThis, ___t0); else result = GenericVirtFuncInvoker1< Tween_t2342918553 *, Tween_t2342918553 * >::Invoke(targetMethod, targetThis, ___t0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< Tween_t2342918553 *, Tween_t2342918553 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___t0); else result = VirtFuncInvoker1< Tween_t2342918553 *, Tween_t2342918553 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___t0); } } else { typedef Tween_t2342918553 * (*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< Tween_t2342918553 * >::Invoke(targetMethod, ___t0); else result = GenericVirtFuncInvoker0< Tween_t2342918553 * >::Invoke(targetMethod, ___t0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker0< Tween_t2342918553 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___t0); else result = VirtFuncInvoker0< Tween_t2342918553 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___t0); } } else { typedef Tween_t2342918553 * (*FunctionPointerType) (Tween_t2342918553 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___t0, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE83::BeginInvoke(DG.Tweening.Tween,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE83_BeginInvoke_m809189975 (__GEN_DELEGATE83_t1081716243 * __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); } // DG.Tweening.Tween XLua.InternalGlobals/__GEN_DELEGATE83::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE83_EndInvoke_m4061648882 (__GEN_DELEGATE83_t1081716243 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (Tween_t2342918553 *)__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_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) { __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.Tween XLua.InternalGlobals/__GEN_DELEGATE84::Invoke(DG.Tweening.Tween,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE84_Invoke_m3532412344 (__GEN_DELEGATE84_t1081716244 * __this, Tween_t2342918553 * ___t0, bool ___isSpeedBased1, const RuntimeMethod* method) { Tween_t2342918553 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE84_Invoke_m3532412344((__GEN_DELEGATE84_t1081716244 *)__this->get_prev_9(), ___t0, ___isSpeedBased1, 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 Tween_t2342918553 * (*FunctionPointerType) (RuntimeObject *, Tween_t2342918553 *, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___t0, ___isSpeedBased1, targetMethod); } } else { // closed { typedef Tween_t2342918553 * (*FunctionPointerType) (RuntimeObject *, void*, Tween_t2342918553 *, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___t0, ___isSpeedBased1, 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)) result = GenericInterfaceFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, bool >::Invoke(targetMethod, targetThis, ___t0, ___isSpeedBased1); else result = GenericVirtFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, bool >::Invoke(targetMethod, targetThis, ___t0, ___isSpeedBased1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___t0, ___isSpeedBased1); else result = VirtFuncInvoker2< Tween_t2342918553 *, Tween_t2342918553 *, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___t0, ___isSpeedBased1); } } else { typedef Tween_t2342918553 * (*FunctionPointerType) (void*, Tween_t2342918553 *, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___t0, ___isSpeedBased1, 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 = GenericInterfaceFuncInvoker1< Tween_t2342918553 *, bool >::Invoke(targetMethod, ___t0, ___isSpeedBased1); else result = GenericVirtFuncInvoker1< Tween_t2342918553 *, bool >::Invoke(targetMethod, ___t0, ___isSpeedBased1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< Tween_t2342918553 *, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___t0, ___isSpeedBased1); else result = VirtFuncInvoker1< Tween_t2342918553 *, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___t0, ___isSpeedBased1); } } else { typedef Tween_t2342918553 * (*FunctionPointerType) (Tween_t2342918553 *, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___t0, ___isSpeedBased1, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE84::BeginInvoke(DG.Tweening.Tween,System.Boolean,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE84_BeginInvoke_m1008491698 (__GEN_DELEGATE84_t1081716244 * __this, Tween_t2342918553 * ___t0, bool ___isSpeedBased1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE84_BeginInvoke_m1008491698_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = ___t0; __d_args[1] = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &___isSpeedBased1); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // DG.Tweening.Tween XLua.InternalGlobals/__GEN_DELEGATE84::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Tween_t2342918553 * __GEN_DELEGATE84_EndInvoke_m1079476935 (__GEN_DELEGATE84_t1081716244 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (Tween_t2342918553 *)__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_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) { __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_DELEGATE85::Invoke(DG.Tweening.Core.TweenerCore`3,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE85_Invoke_m3583239092 (__GEN_DELEGATE85_t1081716245 * __this, TweenerCore_3_t884556411 * ___t0, bool ___snapping1, const RuntimeMethod* method) { Tweener_t436044680 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE85_Invoke_m3583239092((__GEN_DELEGATE85_t1081716245 *)__this->get_prev_9(), ___t0, ___snapping1, 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 Tweener_t436044680 * (*FunctionPointerType) (RuntimeObject *, TweenerCore_3_t884556411 *, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___t0, ___snapping1, targetMethod); } } else { // closed { typedef Tweener_t436044680 * (*FunctionPointerType) (RuntimeObject *, void*, TweenerCore_3_t884556411 *, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___t0, ___snapping1, 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)) result = GenericInterfaceFuncInvoker2< Tweener_t436044680 *, TweenerCore_3_t884556411 *, bool >::Invoke(targetMethod, targetThis, ___t0, ___snapping1); else result = GenericVirtFuncInvoker2< Tweener_t436044680 *, TweenerCore_3_t884556411 *, bool >::Invoke(targetMethod, targetThis, ___t0, ___snapping1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< Tweener_t436044680 *, TweenerCore_3_t884556411 *, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___t0, ___snapping1); else result = VirtFuncInvoker2< Tweener_t436044680 *, TweenerCore_3_t884556411 *, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___t0, ___snapping1); } } else { typedef Tweener_t436044680 * (*FunctionPointerType) (void*, TweenerCore_3_t884556411 *, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___t0, ___snapping1, 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 = GenericInterfaceFuncInvoker1< Tweener_t436044680 *, bool >::Invoke(targetMethod, ___t0, ___snapping1); else result = GenericVirtFuncInvoker1< Tweener_t436044680 *, bool >::Invoke(targetMethod, ___t0, ___snapping1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< Tweener_t436044680 *, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___t0, ___snapping1); else result = VirtFuncInvoker1< Tweener_t436044680 *, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___t0, ___snapping1); } } else { typedef Tweener_t436044680 * (*FunctionPointerType) (TweenerCore_3_t884556411 *, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___t0, ___snapping1, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE85::BeginInvoke(DG.Tweening.Core.TweenerCore`3,System.Boolean,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE85_BeginInvoke_m1186791401 (__GEN_DELEGATE85_t1081716245 * __this, TweenerCore_3_t884556411 * ___t0, bool ___snapping1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE85_BeginInvoke_m1186791401_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = ___t0; __d_args[1] = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &___snapping1); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // DG.Tweening.Tweener XLua.InternalGlobals/__GEN_DELEGATE85::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE85_EndInvoke_m4147856369 (__GEN_DELEGATE85_t1081716245 * __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_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) { __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_DELEGATE86::Invoke(DG.Tweening.Core.TweenerCore`3,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE86_Invoke_m732633145 (__GEN_DELEGATE86_t1081716246 * __this, TweenerCore_3_t4006488229 * ___t0, bool ___snapping1, const RuntimeMethod* method) { Tweener_t436044680 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE86_Invoke_m732633145((__GEN_DELEGATE86_t1081716246 *)__this->get_prev_9(), ___t0, ___snapping1, 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 Tweener_t436044680 * (*FunctionPointerType) (RuntimeObject *, TweenerCore_3_t4006488229 *, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___t0, ___snapping1, targetMethod); } } else { // closed { typedef Tweener_t436044680 * (*FunctionPointerType) (RuntimeObject *, void*, TweenerCore_3_t4006488229 *, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___t0, ___snapping1, 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)) result = GenericInterfaceFuncInvoker2< Tweener_t436044680 *, TweenerCore_3_t4006488229 *, bool >::Invoke(targetMethod, targetThis, ___t0, ___snapping1); else result = GenericVirtFuncInvoker2< Tweener_t436044680 *, TweenerCore_3_t4006488229 *, bool >::Invoke(targetMethod, targetThis, ___t0, ___snapping1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< Tweener_t436044680 *, TweenerCore_3_t4006488229 *, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___t0, ___snapping1); else result = VirtFuncInvoker2< Tweener_t436044680 *, TweenerCore_3_t4006488229 *, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___t0, ___snapping1); } } else { typedef Tweener_t436044680 * (*FunctionPointerType) (void*, TweenerCore_3_t4006488229 *, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___t0, ___snapping1, 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 = GenericInterfaceFuncInvoker1< Tweener_t436044680 *, bool >::Invoke(targetMethod, ___t0, ___snapping1); else result = GenericVirtFuncInvoker1< Tweener_t436044680 *, bool >::Invoke(targetMethod, ___t0, ___snapping1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< Tweener_t436044680 *, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___t0, ___snapping1); else result = VirtFuncInvoker1< Tweener_t436044680 *, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___t0, ___snapping1); } } else { typedef Tweener_t436044680 * (*FunctionPointerType) (TweenerCore_3_t4006488229 *, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___t0, ___snapping1, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE86::BeginInvoke(DG.Tweening.Core.TweenerCore`3,System.Boolean,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE86_BeginInvoke_m328619085 (__GEN_DELEGATE86_t1081716246 * __this, TweenerCore_3_t4006488229 * ___t0, bool ___snapping1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE86_BeginInvoke_m328619085_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = ___t0; __d_args[1] = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &___snapping1); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // DG.Tweening.Tweener XLua.InternalGlobals/__GEN_DELEGATE86::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE86_EndInvoke_m833989043 (__GEN_DELEGATE86_t1081716246 * __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_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) { __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_DELEGATE87::Invoke(DG.Tweening.Core.TweenerCore`3,DG.Tweening.AxisConstraint,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE87_Invoke_m2031047527 (__GEN_DELEGATE87_t1081716247 * __this, TweenerCore_3_t4006488229 * ___t0, int32_t ___axisConstraint1, bool ___snapping2, const RuntimeMethod* method) { Tweener_t436044680 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE87_Invoke_m2031047527((__GEN_DELEGATE87_t1081716247 *)__this->get_prev_9(), ___t0, ___axisConstraint1, ___snapping2, 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 Tweener_t436044680 * (*FunctionPointerType) (RuntimeObject *, TweenerCore_3_t4006488229 *, int32_t, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___t0, ___axisConstraint1, ___snapping2, targetMethod); } } else { // closed { typedef Tweener_t436044680 * (*FunctionPointerType) (RuntimeObject *, void*, TweenerCore_3_t4006488229 *, int32_t, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___t0, ___axisConstraint1, ___snapping2, 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< Tweener_t436044680 *, TweenerCore_3_t4006488229 *, int32_t, bool >::Invoke(targetMethod, targetThis, ___t0, ___axisConstraint1, ___snapping2); else result = GenericVirtFuncInvoker3< Tweener_t436044680 *, TweenerCore_3_t4006488229 *, int32_t, bool >::Invoke(targetMethod, targetThis, ___t0, ___axisConstraint1, ___snapping2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< Tweener_t436044680 *, TweenerCore_3_t4006488229 *, int32_t, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___t0, ___axisConstraint1, ___snapping2); else result = VirtFuncInvoker3< Tweener_t436044680 *, TweenerCore_3_t4006488229 *, int32_t, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___t0, ___axisConstraint1, ___snapping2); } } else { typedef Tweener_t436044680 * (*FunctionPointerType) (void*, TweenerCore_3_t4006488229 *, int32_t, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___t0, ___axisConstraint1, ___snapping2, 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< Tweener_t436044680 *, int32_t, bool >::Invoke(targetMethod, ___t0, ___axisConstraint1, ___snapping2); else result = GenericVirtFuncInvoker2< Tweener_t436044680 *, int32_t, bool >::Invoke(targetMethod, ___t0, ___axisConstraint1, ___snapping2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< Tweener_t436044680 *, int32_t, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___t0, ___axisConstraint1, ___snapping2); else result = VirtFuncInvoker2< Tweener_t436044680 *, int32_t, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___t0, ___axisConstraint1, ___snapping2); } } else { typedef Tweener_t436044680 * (*FunctionPointerType) (TweenerCore_3_t4006488229 *, int32_t, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___t0, ___axisConstraint1, ___snapping2, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE87::BeginInvoke(DG.Tweening.Core.TweenerCore`3,DG.Tweening.AxisConstraint,System.Boolean,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE87_BeginInvoke_m3176334351 (__GEN_DELEGATE87_t1081716247 * __this, TweenerCore_3_t4006488229 * ___t0, int32_t ___axisConstraint1, bool ___snapping2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE87_BeginInvoke_m3176334351_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = ___t0; __d_args[1] = Box(AxisConstraint_t2771958344_il2cpp_TypeInfo_var, &___axisConstraint1); __d_args[2] = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &___snapping2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // DG.Tweening.Tweener XLua.InternalGlobals/__GEN_DELEGATE87::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE87_EndInvoke_m114321074 (__GEN_DELEGATE87_t1081716247 * __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_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) { __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_DELEGATE88::Invoke(DG.Tweening.Core.TweenerCore`3,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE88_Invoke_m3064552130 (__GEN_DELEGATE88_t1081716232 * __this, TweenerCore_3_t2944330537 * ___t0, bool ___snapping1, const RuntimeMethod* method) { Tweener_t436044680 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE88_Invoke_m3064552130((__GEN_DELEGATE88_t1081716232 *)__this->get_prev_9(), ___t0, ___snapping1, 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 Tweener_t436044680 * (*FunctionPointerType) (RuntimeObject *, TweenerCore_3_t2944330537 *, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___t0, ___snapping1, targetMethod); } } else { // closed { typedef Tweener_t436044680 * (*FunctionPointerType) (RuntimeObject *, void*, TweenerCore_3_t2944330537 *, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___t0, ___snapping1, 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)) result = GenericInterfaceFuncInvoker2< Tweener_t436044680 *, TweenerCore_3_t2944330537 *, bool >::Invoke(targetMethod, targetThis, ___t0, ___snapping1); else result = GenericVirtFuncInvoker2< Tweener_t436044680 *, TweenerCore_3_t2944330537 *, bool >::Invoke(targetMethod, targetThis, ___t0, ___snapping1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< Tweener_t436044680 *, TweenerCore_3_t2944330537 *, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___t0, ___snapping1); else result = VirtFuncInvoker2< Tweener_t436044680 *, TweenerCore_3_t2944330537 *, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___t0, ___snapping1); } } else { typedef Tweener_t436044680 * (*FunctionPointerType) (void*, TweenerCore_3_t2944330537 *, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___t0, ___snapping1, 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 = GenericInterfaceFuncInvoker1< Tweener_t436044680 *, bool >::Invoke(targetMethod, ___t0, ___snapping1); else result = GenericVirtFuncInvoker1< Tweener_t436044680 *, bool >::Invoke(targetMethod, ___t0, ___snapping1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< Tweener_t436044680 *, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___t0, ___snapping1); else result = VirtFuncInvoker1< Tweener_t436044680 *, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___t0, ___snapping1); } } else { typedef Tweener_t436044680 * (*FunctionPointerType) (TweenerCore_3_t2944330537 *, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___t0, ___snapping1, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE88::BeginInvoke(DG.Tweening.Core.TweenerCore`3,System.Boolean,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE88_BeginInvoke_m190964294 (__GEN_DELEGATE88_t1081716232 * __this, TweenerCore_3_t2944330537 * ___t0, bool ___snapping1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE88_BeginInvoke_m190964294_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = ___t0; __d_args[1] = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &___snapping1); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // DG.Tweening.Tweener XLua.InternalGlobals/__GEN_DELEGATE88::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE88_EndInvoke_m4057143736 (__GEN_DELEGATE88_t1081716232 * __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_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) { __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_DELEGATE89::Invoke(DG.Tweening.Core.TweenerCore`3,DG.Tweening.AxisConstraint,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE89_Invoke_m3756653700 (__GEN_DELEGATE89_t1081716233 * __this, TweenerCore_3_t2944330537 * ___t0, int32_t ___axisConstraint1, bool ___snapping2, const RuntimeMethod* method) { Tweener_t436044680 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE89_Invoke_m3756653700((__GEN_DELEGATE89_t1081716233 *)__this->get_prev_9(), ___t0, ___axisConstraint1, ___snapping2, 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 Tweener_t436044680 * (*FunctionPointerType) (RuntimeObject *, TweenerCore_3_t2944330537 *, int32_t, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___t0, ___axisConstraint1, ___snapping2, targetMethod); } } else { // closed { typedef Tweener_t436044680 * (*FunctionPointerType) (RuntimeObject *, void*, TweenerCore_3_t2944330537 *, int32_t, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___t0, ___axisConstraint1, ___snapping2, 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< Tweener_t436044680 *, TweenerCore_3_t2944330537 *, int32_t, bool >::Invoke(targetMethod, targetThis, ___t0, ___axisConstraint1, ___snapping2); else result = GenericVirtFuncInvoker3< Tweener_t436044680 *, TweenerCore_3_t2944330537 *, int32_t, bool >::Invoke(targetMethod, targetThis, ___t0, ___axisConstraint1, ___snapping2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< Tweener_t436044680 *, TweenerCore_3_t2944330537 *, int32_t, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___t0, ___axisConstraint1, ___snapping2); else result = VirtFuncInvoker3< Tweener_t436044680 *, TweenerCore_3_t2944330537 *, int32_t, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___t0, ___axisConstraint1, ___snapping2); } } else { typedef Tweener_t436044680 * (*FunctionPointerType) (void*, TweenerCore_3_t2944330537 *, int32_t, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___t0, ___axisConstraint1, ___snapping2, 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< Tweener_t436044680 *, int32_t, bool >::Invoke(targetMethod, ___t0, ___axisConstraint1, ___snapping2); else result = GenericVirtFuncInvoker2< Tweener_t436044680 *, int32_t, bool >::Invoke(targetMethod, ___t0, ___axisConstraint1, ___snapping2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< Tweener_t436044680 *, int32_t, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___t0, ___axisConstraint1, ___snapping2); else result = VirtFuncInvoker2< Tweener_t436044680 *, int32_t, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___t0, ___axisConstraint1, ___snapping2); } } else { typedef Tweener_t436044680 * (*FunctionPointerType) (TweenerCore_3_t2944330537 *, int32_t, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___t0, ___axisConstraint1, ___snapping2, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE89::BeginInvoke(DG.Tweening.Core.TweenerCore`3,DG.Tweening.AxisConstraint,System.Boolean,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE89_BeginInvoke_m1319287544 (__GEN_DELEGATE89_t1081716233 * __this, TweenerCore_3_t2944330537 * ___t0, int32_t ___axisConstraint1, bool ___snapping2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE89_BeginInvoke_m1319287544_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = ___t0; __d_args[1] = Box(AxisConstraint_t2771958344_il2cpp_TypeInfo_var, &___axisConstraint1); __d_args[2] = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &___snapping2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // DG.Tweening.Tweener XLua.InternalGlobals/__GEN_DELEGATE89::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE89_EndInvoke_m3460540900 (__GEN_DELEGATE89_t1081716233 * __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_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) { __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_DELEGATE9::Invoke(DG.Tweening.Tween) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE9_Invoke_m2025474622 (__GEN_DELEGATE9_t1005301332 * __this, Tween_t2342918553 * ___t0, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { __GEN_DELEGATE9_Invoke_m2025474622((__GEN_DELEGATE9_t1005301332 *)__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_DELEGATE9::BeginInvoke(DG.Tweening.Tween,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE9_BeginInvoke_m2174605037 (__GEN_DELEGATE9_t1005301332 * __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_DELEGATE9::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void __GEN_DELEGATE9_EndInvoke_m2258587459 (__GEN_DELEGATE9_t1005301332 * __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_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) { __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_DELEGATE90::Invoke(DG.Tweening.Core.TweenerCore`3,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE90_Invoke_m3765771958 (__GEN_DELEGATE90_t3420368400 * __this, TweenerCore_3_t1835836317 * ___t0, bool ___snapping1, const RuntimeMethod* method) { Tweener_t436044680 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE90_Invoke_m3765771958((__GEN_DELEGATE90_t3420368400 *)__this->get_prev_9(), ___t0, ___snapping1, 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 Tweener_t436044680 * (*FunctionPointerType) (RuntimeObject *, TweenerCore_3_t1835836317 *, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___t0, ___snapping1, targetMethod); } } else { // closed { typedef Tweener_t436044680 * (*FunctionPointerType) (RuntimeObject *, void*, TweenerCore_3_t1835836317 *, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___t0, ___snapping1, 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)) result = GenericInterfaceFuncInvoker2< Tweener_t436044680 *, TweenerCore_3_t1835836317 *, bool >::Invoke(targetMethod, targetThis, ___t0, ___snapping1); else result = GenericVirtFuncInvoker2< Tweener_t436044680 *, TweenerCore_3_t1835836317 *, bool >::Invoke(targetMethod, targetThis, ___t0, ___snapping1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< Tweener_t436044680 *, TweenerCore_3_t1835836317 *, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___t0, ___snapping1); else result = VirtFuncInvoker2< Tweener_t436044680 *, TweenerCore_3_t1835836317 *, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___t0, ___snapping1); } } else { typedef Tweener_t436044680 * (*FunctionPointerType) (void*, TweenerCore_3_t1835836317 *, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___t0, ___snapping1, 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 = GenericInterfaceFuncInvoker1< Tweener_t436044680 *, bool >::Invoke(targetMethod, ___t0, ___snapping1); else result = GenericVirtFuncInvoker1< Tweener_t436044680 *, bool >::Invoke(targetMethod, ___t0, ___snapping1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< Tweener_t436044680 *, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___t0, ___snapping1); else result = VirtFuncInvoker1< Tweener_t436044680 *, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___t0, ___snapping1); } } else { typedef Tweener_t436044680 * (*FunctionPointerType) (TweenerCore_3_t1835836317 *, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___t0, ___snapping1, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE90::BeginInvoke(DG.Tweening.Core.TweenerCore`3,System.Boolean,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE90_BeginInvoke_m559608692 (__GEN_DELEGATE90_t3420368400 * __this, TweenerCore_3_t1835836317 * ___t0, bool ___snapping1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE90_BeginInvoke_m559608692_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = ___t0; __d_args[1] = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &___snapping1); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // DG.Tweening.Tweener XLua.InternalGlobals/__GEN_DELEGATE90::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE90_EndInvoke_m99149465 (__GEN_DELEGATE90_t3420368400 * __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_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) { __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_DELEGATE91::Invoke(DG.Tweening.Core.TweenerCore`3,DG.Tweening.AxisConstraint,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE91_Invoke_m1944471013 (__GEN_DELEGATE91_t3420368401 * __this, TweenerCore_3_t1835836317 * ___t0, int32_t ___axisConstraint1, bool ___snapping2, const RuntimeMethod* method) { Tweener_t436044680 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE91_Invoke_m1944471013((__GEN_DELEGATE91_t3420368401 *)__this->get_prev_9(), ___t0, ___axisConstraint1, ___snapping2, 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 Tweener_t436044680 * (*FunctionPointerType) (RuntimeObject *, TweenerCore_3_t1835836317 *, int32_t, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___t0, ___axisConstraint1, ___snapping2, targetMethod); } } else { // closed { typedef Tweener_t436044680 * (*FunctionPointerType) (RuntimeObject *, void*, TweenerCore_3_t1835836317 *, int32_t, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___t0, ___axisConstraint1, ___snapping2, 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< Tweener_t436044680 *, TweenerCore_3_t1835836317 *, int32_t, bool >::Invoke(targetMethod, targetThis, ___t0, ___axisConstraint1, ___snapping2); else result = GenericVirtFuncInvoker3< Tweener_t436044680 *, TweenerCore_3_t1835836317 *, int32_t, bool >::Invoke(targetMethod, targetThis, ___t0, ___axisConstraint1, ___snapping2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< Tweener_t436044680 *, TweenerCore_3_t1835836317 *, int32_t, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___t0, ___axisConstraint1, ___snapping2); else result = VirtFuncInvoker3< Tweener_t436044680 *, TweenerCore_3_t1835836317 *, int32_t, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___t0, ___axisConstraint1, ___snapping2); } } else { typedef Tweener_t436044680 * (*FunctionPointerType) (void*, TweenerCore_3_t1835836317 *, int32_t, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___t0, ___axisConstraint1, ___snapping2, 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< Tweener_t436044680 *, int32_t, bool >::Invoke(targetMethod, ___t0, ___axisConstraint1, ___snapping2); else result = GenericVirtFuncInvoker2< Tweener_t436044680 *, int32_t, bool >::Invoke(targetMethod, ___t0, ___axisConstraint1, ___snapping2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< Tweener_t436044680 *, int32_t, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___t0, ___axisConstraint1, ___snapping2); else result = VirtFuncInvoker2< Tweener_t436044680 *, int32_t, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___t0, ___axisConstraint1, ___snapping2); } } else { typedef Tweener_t436044680 * (*FunctionPointerType) (TweenerCore_3_t1835836317 *, int32_t, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___t0, ___axisConstraint1, ___snapping2, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE91::BeginInvoke(DG.Tweening.Core.TweenerCore`3,DG.Tweening.AxisConstraint,System.Boolean,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE91_BeginInvoke_m2950117256 (__GEN_DELEGATE91_t3420368401 * __this, TweenerCore_3_t1835836317 * ___t0, int32_t ___axisConstraint1, bool ___snapping2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE91_BeginInvoke_m2950117256_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = ___t0; __d_args[1] = Box(AxisConstraint_t2771958344_il2cpp_TypeInfo_var, &___axisConstraint1); __d_args[2] = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &___snapping2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // DG.Tweening.Tweener XLua.InternalGlobals/__GEN_DELEGATE91::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE91_EndInvoke_m583220037 (__GEN_DELEGATE91_t3420368401 * __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_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) { __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_DELEGATE92::Invoke(DG.Tweening.Core.TweenerCore`3,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE92_Invoke_m2784585196 (__GEN_DELEGATE92_t3420368402 * __this, TweenerCore_3_t1299559007 * ___t0, bool ___useShortest360Route1, const RuntimeMethod* method) { Tweener_t436044680 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE92_Invoke_m2784585196((__GEN_DELEGATE92_t3420368402 *)__this->get_prev_9(), ___t0, ___useShortest360Route1, 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 Tweener_t436044680 * (*FunctionPointerType) (RuntimeObject *, TweenerCore_3_t1299559007 *, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___t0, ___useShortest360Route1, targetMethod); } } else { // closed { typedef Tweener_t436044680 * (*FunctionPointerType) (RuntimeObject *, void*, TweenerCore_3_t1299559007 *, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___t0, ___useShortest360Route1, 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)) result = GenericInterfaceFuncInvoker2< Tweener_t436044680 *, TweenerCore_3_t1299559007 *, bool >::Invoke(targetMethod, targetThis, ___t0, ___useShortest360Route1); else result = GenericVirtFuncInvoker2< Tweener_t436044680 *, TweenerCore_3_t1299559007 *, bool >::Invoke(targetMethod, targetThis, ___t0, ___useShortest360Route1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< Tweener_t436044680 *, TweenerCore_3_t1299559007 *, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___t0, ___useShortest360Route1); else result = VirtFuncInvoker2< Tweener_t436044680 *, TweenerCore_3_t1299559007 *, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___t0, ___useShortest360Route1); } } else { typedef Tweener_t436044680 * (*FunctionPointerType) (void*, TweenerCore_3_t1299559007 *, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___t0, ___useShortest360Route1, 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 = GenericInterfaceFuncInvoker1< Tweener_t436044680 *, bool >::Invoke(targetMethod, ___t0, ___useShortest360Route1); else result = GenericVirtFuncInvoker1< Tweener_t436044680 *, bool >::Invoke(targetMethod, ___t0, ___useShortest360Route1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< Tweener_t436044680 *, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___t0, ___useShortest360Route1); else result = VirtFuncInvoker1< Tweener_t436044680 *, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___t0, ___useShortest360Route1); } } else { typedef Tweener_t436044680 * (*FunctionPointerType) (TweenerCore_3_t1299559007 *, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___t0, ___useShortest360Route1, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE92::BeginInvoke(DG.Tweening.Core.TweenerCore`3,System.Boolean,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE92_BeginInvoke_m60230514 (__GEN_DELEGATE92_t3420368402 * __this, TweenerCore_3_t1299559007 * ___t0, bool ___useShortest360Route1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE92_BeginInvoke_m60230514_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = ___t0; __d_args[1] = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &___useShortest360Route1); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // DG.Tweening.Tweener XLua.InternalGlobals/__GEN_DELEGATE92::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE92_EndInvoke_m3418829379 (__GEN_DELEGATE92_t3420368402 * __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_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) { __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_DELEGATE93::Invoke(DG.Tweening.Core.TweenerCore`3,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE93_Invoke_m2962899134 (__GEN_DELEGATE93_t3420368403 * __this, TweenerCore_3_t745532282 * ___t0, bool ___alphaOnly1, const RuntimeMethod* method) { Tweener_t436044680 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE93_Invoke_m2962899134((__GEN_DELEGATE93_t3420368403 *)__this->get_prev_9(), ___t0, ___alphaOnly1, 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 Tweener_t436044680 * (*FunctionPointerType) (RuntimeObject *, TweenerCore_3_t745532282 *, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___t0, ___alphaOnly1, targetMethod); } } else { // closed { typedef Tweener_t436044680 * (*FunctionPointerType) (RuntimeObject *, void*, TweenerCore_3_t745532282 *, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___t0, ___alphaOnly1, 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)) result = GenericInterfaceFuncInvoker2< Tweener_t436044680 *, TweenerCore_3_t745532282 *, bool >::Invoke(targetMethod, targetThis, ___t0, ___alphaOnly1); else result = GenericVirtFuncInvoker2< Tweener_t436044680 *, TweenerCore_3_t745532282 *, bool >::Invoke(targetMethod, targetThis, ___t0, ___alphaOnly1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< Tweener_t436044680 *, TweenerCore_3_t745532282 *, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___t0, ___alphaOnly1); else result = VirtFuncInvoker2< Tweener_t436044680 *, TweenerCore_3_t745532282 *, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___t0, ___alphaOnly1); } } else { typedef Tweener_t436044680 * (*FunctionPointerType) (void*, TweenerCore_3_t745532282 *, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___t0, ___alphaOnly1, 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 = GenericInterfaceFuncInvoker1< Tweener_t436044680 *, bool >::Invoke(targetMethod, ___t0, ___alphaOnly1); else result = GenericVirtFuncInvoker1< Tweener_t436044680 *, bool >::Invoke(targetMethod, ___t0, ___alphaOnly1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< Tweener_t436044680 *, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___t0, ___alphaOnly1); else result = VirtFuncInvoker1< Tweener_t436044680 *, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___t0, ___alphaOnly1); } } else { typedef Tweener_t436044680 * (*FunctionPointerType) (TweenerCore_3_t745532282 *, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___t0, ___alphaOnly1, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE93::BeginInvoke(DG.Tweening.Core.TweenerCore`3,System.Boolean,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE93_BeginInvoke_m1361697526 (__GEN_DELEGATE93_t3420368403 * __this, TweenerCore_3_t745532282 * ___t0, bool ___alphaOnly1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE93_BeginInvoke_m1361697526_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = ___t0; __d_args[1] = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &___alphaOnly1); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // DG.Tweening.Tweener XLua.InternalGlobals/__GEN_DELEGATE93::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE93_EndInvoke_m2646806052 (__GEN_DELEGATE93_t3420368403 * __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_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) { __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_DELEGATE94::Invoke(DG.Tweening.Core.TweenerCore`3,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE94_Invoke_m1778097718 (__GEN_DELEGATE94_t3420368404 * __this, TweenerCore_3_t1717381983 * ___t0, bool ___snapping1, const RuntimeMethod* method) { Tweener_t436044680 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE94_Invoke_m1778097718((__GEN_DELEGATE94_t3420368404 *)__this->get_prev_9(), ___t0, ___snapping1, 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 Tweener_t436044680 * (*FunctionPointerType) (RuntimeObject *, TweenerCore_3_t1717381983 *, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___t0, ___snapping1, targetMethod); } } else { // closed { typedef Tweener_t436044680 * (*FunctionPointerType) (RuntimeObject *, void*, TweenerCore_3_t1717381983 *, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___t0, ___snapping1, 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)) result = GenericInterfaceFuncInvoker2< Tweener_t436044680 *, TweenerCore_3_t1717381983 *, bool >::Invoke(targetMethod, targetThis, ___t0, ___snapping1); else result = GenericVirtFuncInvoker2< Tweener_t436044680 *, TweenerCore_3_t1717381983 *, bool >::Invoke(targetMethod, targetThis, ___t0, ___snapping1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< Tweener_t436044680 *, TweenerCore_3_t1717381983 *, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___t0, ___snapping1); else result = VirtFuncInvoker2< Tweener_t436044680 *, TweenerCore_3_t1717381983 *, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___t0, ___snapping1); } } else { typedef Tweener_t436044680 * (*FunctionPointerType) (void*, TweenerCore_3_t1717381983 *, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___t0, ___snapping1, 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 = GenericInterfaceFuncInvoker1< Tweener_t436044680 *, bool >::Invoke(targetMethod, ___t0, ___snapping1); else result = GenericVirtFuncInvoker1< Tweener_t436044680 *, bool >::Invoke(targetMethod, ___t0, ___snapping1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< Tweener_t436044680 *, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___t0, ___snapping1); else result = VirtFuncInvoker1< Tweener_t436044680 *, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___t0, ___snapping1); } } else { typedef Tweener_t436044680 * (*FunctionPointerType) (TweenerCore_3_t1717381983 *, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___t0, ___snapping1, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE94::BeginInvoke(DG.Tweening.Core.TweenerCore`3,System.Boolean,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE94_BeginInvoke_m1586796131 (__GEN_DELEGATE94_t3420368404 * __this, TweenerCore_3_t1717381983 * ___t0, bool ___snapping1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE94_BeginInvoke_m1586796131_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = ___t0; __d_args[1] = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &___snapping1); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // DG.Tweening.Tweener XLua.InternalGlobals/__GEN_DELEGATE94::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE94_EndInvoke_m920655805 (__GEN_DELEGATE94_t3420368404 * __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_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) { __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_DELEGATE95::Invoke(DG.Tweening.Core.TweenerCore`3,System.Boolean,DG.Tweening.ScrambleMode,System.String) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE95_Invoke_m527845621 (__GEN_DELEGATE95_t3420368405 * __this, TweenerCore_3_t2915539799 * ___t0, bool ___richTextEnabled1, int32_t ___scrambleMode2, String_t* ___scrambleChars3, const RuntimeMethod* method) { Tweener_t436044680 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE95_Invoke_m527845621((__GEN_DELEGATE95_t3420368405 *)__this->get_prev_9(), ___t0, ___richTextEnabled1, ___scrambleMode2, ___scrambleChars3, 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 *, TweenerCore_3_t2915539799 *, bool, int32_t, String_t*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___t0, ___richTextEnabled1, ___scrambleMode2, ___scrambleChars3, targetMethod); } } else { // closed { typedef Tweener_t436044680 * (*FunctionPointerType) (RuntimeObject *, void*, TweenerCore_3_t2915539799 *, bool, int32_t, String_t*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___t0, ___richTextEnabled1, ___scrambleMode2, ___scrambleChars3, 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 *, TweenerCore_3_t2915539799 *, bool, int32_t, String_t* >::Invoke(targetMethod, targetThis, ___t0, ___richTextEnabled1, ___scrambleMode2, ___scrambleChars3); else result = GenericVirtFuncInvoker4< Tweener_t436044680 *, TweenerCore_3_t2915539799 *, bool, int32_t, String_t* >::Invoke(targetMethod, targetThis, ___t0, ___richTextEnabled1, ___scrambleMode2, ___scrambleChars3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker4< Tweener_t436044680 *, TweenerCore_3_t2915539799 *, bool, int32_t, String_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___t0, ___richTextEnabled1, ___scrambleMode2, ___scrambleChars3); else result = VirtFuncInvoker4< Tweener_t436044680 *, TweenerCore_3_t2915539799 *, bool, int32_t, String_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___t0, ___richTextEnabled1, ___scrambleMode2, ___scrambleChars3); } } else { typedef Tweener_t436044680 * (*FunctionPointerType) (void*, TweenerCore_3_t2915539799 *, bool, int32_t, String_t*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___t0, ___richTextEnabled1, ___scrambleMode2, ___scrambleChars3, 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 *, bool, int32_t, String_t* >::Invoke(targetMethod, ___t0, ___richTextEnabled1, ___scrambleMode2, ___scrambleChars3); else result = GenericVirtFuncInvoker3< Tweener_t436044680 *, bool, int32_t, String_t* >::Invoke(targetMethod, ___t0, ___richTextEnabled1, ___scrambleMode2, ___scrambleChars3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< Tweener_t436044680 *, bool, int32_t, String_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___t0, ___richTextEnabled1, ___scrambleMode2, ___scrambleChars3); else result = VirtFuncInvoker3< Tweener_t436044680 *, bool, int32_t, String_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___t0, ___richTextEnabled1, ___scrambleMode2, ___scrambleChars3); } } else { typedef Tweener_t436044680 * (*FunctionPointerType) (TweenerCore_3_t2915539799 *, bool, int32_t, String_t*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___t0, ___richTextEnabled1, ___scrambleMode2, ___scrambleChars3, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE95::BeginInvoke(DG.Tweening.Core.TweenerCore`3,System.Boolean,DG.Tweening.ScrambleMode,System.String,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE95_BeginInvoke_m4149383278 (__GEN_DELEGATE95_t3420368405 * __this, TweenerCore_3_t2915539799 * ___t0, bool ___richTextEnabled1, int32_t ___scrambleMode2, String_t* ___scrambleChars3, AsyncCallback_t3962456242 * ___callback4, RuntimeObject * ___object5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE95_BeginInvoke_m4149383278_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[5] = {0}; __d_args[0] = ___t0; __d_args[1] = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &___richTextEnabled1); __d_args[2] = Box(ScrambleMode_t1285273342_il2cpp_TypeInfo_var, &___scrambleMode2); __d_args[3] = ___scrambleChars3; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback4, (RuntimeObject*)___object5); } // DG.Tweening.Tweener XLua.InternalGlobals/__GEN_DELEGATE95::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE95_EndInvoke_m147106802 (__GEN_DELEGATE95_t3420368405 * __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_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) { __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_DELEGATE96::Invoke(DG.Tweening.Core.TweenerCore`3,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE96_Invoke_m68836601 (__GEN_DELEGATE96_t3420368406 * __this, TweenerCore_3_t951858585 * ___t0, bool ___snapping1, const RuntimeMethod* method) { Tweener_t436044680 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE96_Invoke_m68836601((__GEN_DELEGATE96_t3420368406 *)__this->get_prev_9(), ___t0, ___snapping1, 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 Tweener_t436044680 * (*FunctionPointerType) (RuntimeObject *, TweenerCore_3_t951858585 *, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___t0, ___snapping1, targetMethod); } } else { // closed { typedef Tweener_t436044680 * (*FunctionPointerType) (RuntimeObject *, void*, TweenerCore_3_t951858585 *, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___t0, ___snapping1, 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)) result = GenericInterfaceFuncInvoker2< Tweener_t436044680 *, TweenerCore_3_t951858585 *, bool >::Invoke(targetMethod, targetThis, ___t0, ___snapping1); else result = GenericVirtFuncInvoker2< Tweener_t436044680 *, TweenerCore_3_t951858585 *, bool >::Invoke(targetMethod, targetThis, ___t0, ___snapping1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< Tweener_t436044680 *, TweenerCore_3_t951858585 *, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___t0, ___snapping1); else result = VirtFuncInvoker2< Tweener_t436044680 *, TweenerCore_3_t951858585 *, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___t0, ___snapping1); } } else { typedef Tweener_t436044680 * (*FunctionPointerType) (void*, TweenerCore_3_t951858585 *, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___t0, ___snapping1, 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 = GenericInterfaceFuncInvoker1< Tweener_t436044680 *, bool >::Invoke(targetMethod, ___t0, ___snapping1); else result = GenericVirtFuncInvoker1< Tweener_t436044680 *, bool >::Invoke(targetMethod, ___t0, ___snapping1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< Tweener_t436044680 *, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___t0, ___snapping1); else result = VirtFuncInvoker1< Tweener_t436044680 *, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___t0, ___snapping1); } } else { typedef Tweener_t436044680 * (*FunctionPointerType) (TweenerCore_3_t951858585 *, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___t0, ___snapping1, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE96::BeginInvoke(DG.Tweening.Core.TweenerCore`3,System.Boolean,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE96_BeginInvoke_m1732898693 (__GEN_DELEGATE96_t3420368406 * __this, TweenerCore_3_t951858585 * ___t0, bool ___snapping1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE96_BeginInvoke_m1732898693_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = ___t0; __d_args[1] = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &___snapping1); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // DG.Tweening.Tweener XLua.InternalGlobals/__GEN_DELEGATE96::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE96_EndInvoke_m1128206772 (__GEN_DELEGATE96_t3420368406 * __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_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) { __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_DELEGATE97::Invoke(DG.Tweening.Core.TweenerCore`3,DG.Tweening.AxisConstraint,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE97_Invoke_m2510132533 (__GEN_DELEGATE97_t3420368407 * __this, TweenerCore_3_t951858585 * ___t0, int32_t ___axisConstraint1, bool ___snapping2, const RuntimeMethod* method) { Tweener_t436044680 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE97_Invoke_m2510132533((__GEN_DELEGATE97_t3420368407 *)__this->get_prev_9(), ___t0, ___axisConstraint1, ___snapping2, 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 Tweener_t436044680 * (*FunctionPointerType) (RuntimeObject *, TweenerCore_3_t951858585 *, int32_t, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___t0, ___axisConstraint1, ___snapping2, targetMethod); } } else { // closed { typedef Tweener_t436044680 * (*FunctionPointerType) (RuntimeObject *, void*, TweenerCore_3_t951858585 *, int32_t, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___t0, ___axisConstraint1, ___snapping2, 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< Tweener_t436044680 *, TweenerCore_3_t951858585 *, int32_t, bool >::Invoke(targetMethod, targetThis, ___t0, ___axisConstraint1, ___snapping2); else result = GenericVirtFuncInvoker3< Tweener_t436044680 *, TweenerCore_3_t951858585 *, int32_t, bool >::Invoke(targetMethod, targetThis, ___t0, ___axisConstraint1, ___snapping2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< Tweener_t436044680 *, TweenerCore_3_t951858585 *, int32_t, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___t0, ___axisConstraint1, ___snapping2); else result = VirtFuncInvoker3< Tweener_t436044680 *, TweenerCore_3_t951858585 *, int32_t, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___t0, ___axisConstraint1, ___snapping2); } } else { typedef Tweener_t436044680 * (*FunctionPointerType) (void*, TweenerCore_3_t951858585 *, int32_t, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___t0, ___axisConstraint1, ___snapping2, 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< Tweener_t436044680 *, int32_t, bool >::Invoke(targetMethod, ___t0, ___axisConstraint1, ___snapping2); else result = GenericVirtFuncInvoker2< Tweener_t436044680 *, int32_t, bool >::Invoke(targetMethod, ___t0, ___axisConstraint1, ___snapping2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< Tweener_t436044680 *, int32_t, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___t0, ___axisConstraint1, ___snapping2); else result = VirtFuncInvoker2< Tweener_t436044680 *, int32_t, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___t0, ___axisConstraint1, ___snapping2); } } else { typedef Tweener_t436044680 * (*FunctionPointerType) (TweenerCore_3_t951858585 *, int32_t, bool, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___t0, ___axisConstraint1, ___snapping2, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE97::BeginInvoke(DG.Tweening.Core.TweenerCore`3,DG.Tweening.AxisConstraint,System.Boolean,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE97_BeginInvoke_m1814454820 (__GEN_DELEGATE97_t3420368407 * __this, TweenerCore_3_t951858585 * ___t0, int32_t ___axisConstraint1, bool ___snapping2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE97_BeginInvoke_m1814454820_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = ___t0; __d_args[1] = Box(AxisConstraint_t2771958344_il2cpp_TypeInfo_var, &___axisConstraint1); __d_args[2] = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &___snapping2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // DG.Tweening.Tweener XLua.InternalGlobals/__GEN_DELEGATE97::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR Tweener_t436044680 * __GEN_DELEGATE97_EndInvoke_m408538803 (__GEN_DELEGATE97_t3420368407 * __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_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) { __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_DELEGATE98::Invoke(DG.Tweening.Core.TweenerCore`3,DG.Tweening.AxisConstraint,DG.Tweening.AxisConstraint) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t3040139253 * __GEN_DELEGATE98_Invoke_m491773427 (__GEN_DELEGATE98_t3420368392 * __this, TweenerCore_3_t3040139253 * ___t0, int32_t ___lockPosition1, int32_t ___lockRotation2, const RuntimeMethod* method) { TweenerCore_3_t3040139253 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE98_Invoke_m491773427((__GEN_DELEGATE98_t3420368392 *)__this->get_prev_9(), ___t0, ___lockPosition1, ___lockRotation2, 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_t3040139253 * (*FunctionPointerType) (RuntimeObject *, TweenerCore_3_t3040139253 *, int32_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___t0, ___lockPosition1, ___lockRotation2, targetMethod); } } else { // closed { typedef TweenerCore_3_t3040139253 * (*FunctionPointerType) (RuntimeObject *, void*, TweenerCore_3_t3040139253 *, int32_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___t0, ___lockPosition1, ___lockRotation2, 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_t3040139253 *, TweenerCore_3_t3040139253 *, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___t0, ___lockPosition1, ___lockRotation2); else result = GenericVirtFuncInvoker3< TweenerCore_3_t3040139253 *, TweenerCore_3_t3040139253 *, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___t0, ___lockPosition1, ___lockRotation2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< TweenerCore_3_t3040139253 *, TweenerCore_3_t3040139253 *, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___t0, ___lockPosition1, ___lockRotation2); else result = VirtFuncInvoker3< TweenerCore_3_t3040139253 *, TweenerCore_3_t3040139253 *, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___t0, ___lockPosition1, ___lockRotation2); } } else { typedef TweenerCore_3_t3040139253 * (*FunctionPointerType) (void*, TweenerCore_3_t3040139253 *, int32_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___t0, ___lockPosition1, ___lockRotation2, 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_t3040139253 *, int32_t, int32_t >::Invoke(targetMethod, ___t0, ___lockPosition1, ___lockRotation2); else result = GenericVirtFuncInvoker2< TweenerCore_3_t3040139253 *, int32_t, int32_t >::Invoke(targetMethod, ___t0, ___lockPosition1, ___lockRotation2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< TweenerCore_3_t3040139253 *, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___t0, ___lockPosition1, ___lockRotation2); else result = VirtFuncInvoker2< TweenerCore_3_t3040139253 *, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___t0, ___lockPosition1, ___lockRotation2); } } else { typedef TweenerCore_3_t3040139253 * (*FunctionPointerType) (TweenerCore_3_t3040139253 *, int32_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___t0, ___lockPosition1, ___lockRotation2, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE98::BeginInvoke(DG.Tweening.Core.TweenerCore`3,DG.Tweening.AxisConstraint,DG.Tweening.AxisConstraint,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE98_BeginInvoke_m4203339668 (__GEN_DELEGATE98_t3420368392 * __this, TweenerCore_3_t3040139253 * ___t0, int32_t ___lockPosition1, int32_t ___lockRotation2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE98_BeginInvoke_m4203339668_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = ___t0; __d_args[1] = Box(AxisConstraint_t2771958344_il2cpp_TypeInfo_var, &___lockPosition1); __d_args[2] = Box(AxisConstraint_t2771958344_il2cpp_TypeInfo_var, &___lockRotation2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE98::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t3040139253 * __GEN_DELEGATE98_EndInvoke_m2919043213 (__GEN_DELEGATE98_t3420368392 * __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_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) { __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_DELEGATE99::Invoke(DG.Tweening.Core.TweenerCore`3,System.Boolean,DG.Tweening.AxisConstraint,DG.Tweening.AxisConstraint) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t3040139253 * __GEN_DELEGATE99_Invoke_m3483824578 (__GEN_DELEGATE99_t3420368393 * __this, TweenerCore_3_t3040139253 * ___t0, bool ___closePath1, int32_t ___lockPosition2, int32_t ___lockRotation3, const RuntimeMethod* method) { TweenerCore_3_t3040139253 * result = NULL; if(__this->get_prev_9() != NULL) { __GEN_DELEGATE99_Invoke_m3483824578((__GEN_DELEGATE99_t3420368393 *)__this->get_prev_9(), ___t0, ___closePath1, ___lockPosition2, ___lockRotation3, 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 *, bool, int32_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___t0, ___closePath1, ___lockPosition2, ___lockRotation3, targetMethod); } } else { // closed { typedef TweenerCore_3_t3040139253 * (*FunctionPointerType) (RuntimeObject *, void*, TweenerCore_3_t3040139253 *, bool, int32_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___t0, ___closePath1, ___lockPosition2, ___lockRotation3, 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 *, bool, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___t0, ___closePath1, ___lockPosition2, ___lockRotation3); else result = GenericVirtFuncInvoker4< TweenerCore_3_t3040139253 *, TweenerCore_3_t3040139253 *, bool, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___t0, ___closePath1, ___lockPosition2, ___lockRotation3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker4< TweenerCore_3_t3040139253 *, TweenerCore_3_t3040139253 *, bool, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___t0, ___closePath1, ___lockPosition2, ___lockRotation3); else result = VirtFuncInvoker4< TweenerCore_3_t3040139253 *, TweenerCore_3_t3040139253 *, bool, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___t0, ___closePath1, ___lockPosition2, ___lockRotation3); } } else { typedef TweenerCore_3_t3040139253 * (*FunctionPointerType) (void*, TweenerCore_3_t3040139253 *, bool, int32_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___t0, ___closePath1, ___lockPosition2, ___lockRotation3, 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 *, bool, int32_t, int32_t >::Invoke(targetMethod, ___t0, ___closePath1, ___lockPosition2, ___lockRotation3); else result = GenericVirtFuncInvoker3< TweenerCore_3_t3040139253 *, bool, int32_t, int32_t >::Invoke(targetMethod, ___t0, ___closePath1, ___lockPosition2, ___lockRotation3); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< TweenerCore_3_t3040139253 *, bool, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___t0, ___closePath1, ___lockPosition2, ___lockRotation3); else result = VirtFuncInvoker3< TweenerCore_3_t3040139253 *, bool, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___t0, ___closePath1, ___lockPosition2, ___lockRotation3); } } else { typedef TweenerCore_3_t3040139253 * (*FunctionPointerType) (TweenerCore_3_t3040139253 *, bool, int32_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___t0, ___closePath1, ___lockPosition2, ___lockRotation3, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/__GEN_DELEGATE99::BeginInvoke(DG.Tweening.Core.TweenerCore`3,System.Boolean,DG.Tweening.AxisConstraint,DG.Tweening.AxisConstraint,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* __GEN_DELEGATE99_BeginInvoke_m1958441867 (__GEN_DELEGATE99_t3420368393 * __this, TweenerCore_3_t3040139253 * ___t0, bool ___closePath1, int32_t ___lockPosition2, int32_t ___lockRotation3, AsyncCallback_t3962456242 * ___callback4, RuntimeObject * ___object5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (__GEN_DELEGATE99_BeginInvoke_m1958441867_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[5] = {0}; __d_args[0] = ___t0; __d_args[1] = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &___closePath1); __d_args[2] = Box(AxisConstraint_t2771958344_il2cpp_TypeInfo_var, &___lockPosition2); __d_args[3] = Box(AxisConstraint_t2771958344_il2cpp_TypeInfo_var, &___lockRotation3); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback4, (RuntimeObject*)___object5); } // DG.Tweening.Core.TweenerCore`3 XLua.InternalGlobals/__GEN_DELEGATE99::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR TweenerCore_3_t3040139253 * __GEN_DELEGATE99_EndInvoke_m440439920 (__GEN_DELEGATE99_t3420368393 * __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/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) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Boolean XLua.InternalGlobals/TryArrayGet::Invoke(System.Type,System.IntPtr,XLua.ObjectTranslator,System.Object,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool TryArrayGet_Invoke_m855297482 (TryArrayGet_t1731576616 * __this, Type_t * ___type0, intptr_t ___L1, ObjectTranslator_t2020767555 * ___translator2, RuntimeObject * ___obj3, int32_t ___index4, const RuntimeMethod* method) { bool result = false; if(__this->get_prev_9() != NULL) { TryArrayGet_Invoke_m855297482((TryArrayGet_t1731576616 *)__this->get_prev_9(), ___type0, ___L1, ___translator2, ___obj3, ___index4, 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 bool (*FunctionPointerType) (RuntimeObject *, Type_t *, intptr_t, ObjectTranslator_t2020767555 *, RuntimeObject *, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___type0, ___L1, ___translator2, ___obj3, ___index4, targetMethod); } } else { // closed { typedef bool (*FunctionPointerType) (RuntimeObject *, void*, Type_t *, intptr_t, ObjectTranslator_t2020767555 *, RuntimeObject *, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___type0, ___L1, ___translator2, ___obj3, ___index4, 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< bool, Type_t *, intptr_t, ObjectTranslator_t2020767555 *, RuntimeObject *, int32_t >::Invoke(targetMethod, targetThis, ___type0, ___L1, ___translator2, ___obj3, ___index4); else result = GenericVirtFuncInvoker5< bool, Type_t *, intptr_t, ObjectTranslator_t2020767555 *, RuntimeObject *, int32_t >::Invoke(targetMethod, targetThis, ___type0, ___L1, ___translator2, ___obj3, ___index4); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker5< bool, Type_t *, intptr_t, ObjectTranslator_t2020767555 *, RuntimeObject *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___type0, ___L1, ___translator2, ___obj3, ___index4); else result = VirtFuncInvoker5< bool, Type_t *, intptr_t, ObjectTranslator_t2020767555 *, RuntimeObject *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___type0, ___L1, ___translator2, ___obj3, ___index4); } } else { typedef bool (*FunctionPointerType) (void*, Type_t *, intptr_t, ObjectTranslator_t2020767555 *, RuntimeObject *, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___type0, ___L1, ___translator2, ___obj3, ___index4, 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< bool, intptr_t, ObjectTranslator_t2020767555 *, RuntimeObject *, int32_t >::Invoke(targetMethod, ___type0, ___L1, ___translator2, ___obj3, ___index4); else result = GenericVirtFuncInvoker4< bool, intptr_t, ObjectTranslator_t2020767555 *, RuntimeObject *, int32_t >::Invoke(targetMethod, ___type0, ___L1, ___translator2, ___obj3, ___index4); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker4< bool, intptr_t, ObjectTranslator_t2020767555 *, RuntimeObject *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___type0, ___L1, ___translator2, ___obj3, ___index4); else result = VirtFuncInvoker4< bool, intptr_t, ObjectTranslator_t2020767555 *, RuntimeObject *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___type0, ___L1, ___translator2, ___obj3, ___index4); } } else { typedef bool (*FunctionPointerType) (Type_t *, intptr_t, ObjectTranslator_t2020767555 *, RuntimeObject *, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___type0, ___L1, ___translator2, ___obj3, ___index4, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/TryArrayGet::BeginInvoke(System.Type,System.IntPtr,XLua.ObjectTranslator,System.Object,System.Int32,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* TryArrayGet_BeginInvoke_m2046550725 (TryArrayGet_t1731576616 * __this, Type_t * ___type0, intptr_t ___L1, ObjectTranslator_t2020767555 * ___translator2, RuntimeObject * ___obj3, int32_t ___index4, AsyncCallback_t3962456242 * ___callback5, RuntimeObject * ___object6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TryArrayGet_BeginInvoke_m2046550725_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[6] = {0}; __d_args[0] = ___type0; __d_args[1] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___L1); __d_args[2] = ___translator2; __d_args[3] = ___obj3; __d_args[4] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___index4); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback5, (RuntimeObject*)___object6); } // System.Boolean XLua.InternalGlobals/TryArrayGet::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR bool TryArrayGet_EndInvoke_m766769428 (TryArrayGet_t1731576616 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(bool*)UnBox ((RuntimeObject*)__result); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void 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) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Boolean XLua.InternalGlobals/TryArraySet::Invoke(System.Type,System.IntPtr,XLua.ObjectTranslator,System.Object,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool TryArraySet_Invoke_m2379453342 (TryArraySet_t1732363048 * __this, Type_t * ___type0, intptr_t ___L1, ObjectTranslator_t2020767555 * ___translator2, RuntimeObject * ___obj3, int32_t ___array_idx4, int32_t ___obj_idx5, const RuntimeMethod* method) { bool result = false; if(__this->get_prev_9() != NULL) { TryArraySet_Invoke_m2379453342((TryArraySet_t1732363048 *)__this->get_prev_9(), ___type0, ___L1, ___translator2, ___obj3, ___array_idx4, ___obj_idx5, 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 bool (*FunctionPointerType) (RuntimeObject *, Type_t *, intptr_t, ObjectTranslator_t2020767555 *, RuntimeObject *, int32_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___type0, ___L1, ___translator2, ___obj3, ___array_idx4, ___obj_idx5, targetMethod); } } else { // closed { typedef bool (*FunctionPointerType) (RuntimeObject *, void*, Type_t *, intptr_t, ObjectTranslator_t2020767555 *, RuntimeObject *, int32_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___type0, ___L1, ___translator2, ___obj3, ___array_idx4, ___obj_idx5, 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< bool, Type_t *, intptr_t, ObjectTranslator_t2020767555 *, RuntimeObject *, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___type0, ___L1, ___translator2, ___obj3, ___array_idx4, ___obj_idx5); else result = GenericVirtFuncInvoker6< bool, Type_t *, intptr_t, ObjectTranslator_t2020767555 *, RuntimeObject *, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___type0, ___L1, ___translator2, ___obj3, ___array_idx4, ___obj_idx5); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker6< bool, Type_t *, intptr_t, ObjectTranslator_t2020767555 *, RuntimeObject *, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___type0, ___L1, ___translator2, ___obj3, ___array_idx4, ___obj_idx5); else result = VirtFuncInvoker6< bool, Type_t *, intptr_t, ObjectTranslator_t2020767555 *, RuntimeObject *, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___type0, ___L1, ___translator2, ___obj3, ___array_idx4, ___obj_idx5); } } else { typedef bool (*FunctionPointerType) (void*, Type_t *, intptr_t, ObjectTranslator_t2020767555 *, RuntimeObject *, int32_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___type0, ___L1, ___translator2, ___obj3, ___array_idx4, ___obj_idx5, 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< bool, intptr_t, ObjectTranslator_t2020767555 *, RuntimeObject *, int32_t, int32_t >::Invoke(targetMethod, ___type0, ___L1, ___translator2, ___obj3, ___array_idx4, ___obj_idx5); else result = GenericVirtFuncInvoker5< bool, intptr_t, ObjectTranslator_t2020767555 *, RuntimeObject *, int32_t, int32_t >::Invoke(targetMethod, ___type0, ___L1, ___translator2, ___obj3, ___array_idx4, ___obj_idx5); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker5< bool, intptr_t, ObjectTranslator_t2020767555 *, RuntimeObject *, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___type0, ___L1, ___translator2, ___obj3, ___array_idx4, ___obj_idx5); else result = VirtFuncInvoker5< bool, intptr_t, ObjectTranslator_t2020767555 *, RuntimeObject *, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___type0, ___L1, ___translator2, ___obj3, ___array_idx4, ___obj_idx5); } } else { typedef bool (*FunctionPointerType) (Type_t *, intptr_t, ObjectTranslator_t2020767555 *, RuntimeObject *, int32_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___type0, ___L1, ___translator2, ___obj3, ___array_idx4, ___obj_idx5, targetMethod); } } } return result; } // System.IAsyncResult XLua.InternalGlobals/TryArraySet::BeginInvoke(System.Type,System.IntPtr,XLua.ObjectTranslator,System.Object,System.Int32,System.Int32,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* TryArraySet_BeginInvoke_m3869035955 (TryArraySet_t1732363048 * __this, Type_t * ___type0, intptr_t ___L1, ObjectTranslator_t2020767555 * ___translator2, RuntimeObject * ___obj3, int32_t ___array_idx4, int32_t ___obj_idx5, AsyncCallback_t3962456242 * ___callback6, RuntimeObject * ___object7, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TryArraySet_BeginInvoke_m3869035955_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[7] = {0}; __d_args[0] = ___type0; __d_args[1] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___L1); __d_args[2] = ___translator2; __d_args[3] = ___obj3; __d_args[4] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___array_idx4); __d_args[5] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___obj_idx5); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback6, (RuntimeObject*)___object7); } // System.Boolean XLua.InternalGlobals/TryArraySet::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR bool TryArraySet_EndInvoke_m1002787712 (TryArraySet_t1732363048 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(bool*)UnBox ((RuntimeObject*)__result); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #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.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) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_0 = ___reference0; __this->set_luaReference_1(L_0); LuaEnv_t2152703515 * L_1 = ___luaenv1; __this->set_luaEnv_2(L_1); return; } } // System.Void XLua.LuaBase::Finalize() extern "C" IL2CPP_METHOD_ATTR void LuaBase_Finalize_m799328070 (LuaBase_t1730675691 * __this, const RuntimeMethod* method) { 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) VirtActionInvoker1< bool >::Invoke(5 /* System.Void XLua.LuaBase::Dispose(System.Boolean) */, __this, (bool)0); IL2CPP_LEAVE(0x13, FINALLY_000c); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_000c; } FINALLY_000c: { // begin finally (depth: 1) Object_Finalize_m3076187857(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(12) } // end finally (depth: 1) IL2CPP_CLEANUP(12) { IL2CPP_JUMP_TBL(0x13, IL_0013) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0013: { return; } } // System.Void XLua.LuaBase::Dispose() extern "C" IL2CPP_METHOD_ATTR void LuaBase_Dispose_m946379774 (LuaBase_t1730675691 * __this, const RuntimeMethod* method) { { VirtActionInvoker1< bool >::Invoke(5 /* System.Void XLua.LuaBase::Dispose(System.Boolean) */, __this, (bool)1); GC_SuppressFinalize_m1177400158(NULL /*static, unused*/, __this, /*hidden argument*/NULL); return; } } // System.Void XLua.LuaBase::Dispose(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void LuaBase_Dispose_m3304804527 (LuaBase_t1730675691 * __this, bool ___disposeManagedResources0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LuaBase_Dispose_m3304804527_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; GCAction_t1580222198 V_1; memset(&V_1, 0, sizeof(V_1)); { bool L_0 = __this->get_disposed_0(); if (L_0) { goto IL_007d; } } { int32_t L_1 = __this->get_luaReference_1(); if (!L_1) { goto IL_0076; } } { V_0 = (bool)((!(((RuntimeObject*)(DelegateBridgeBase_t3577089876 *)((DelegateBridgeBase_t3577089876 *)IsInstClass((RuntimeObject*)__this, DelegateBridgeBase_t3577089876_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); bool L_2 = ___disposeManagedResources0; if (!L_2) { goto IL_004d; } } { LuaEnv_t2152703515 * L_3 = __this->get_luaEnv_2(); NullCheck(L_3); ObjectTranslator_t2020767555 * L_4 = L_3->get_translator_4(); LuaEnv_t2152703515 * L_5 = __this->get_luaEnv_2(); NullCheck(L_5); intptr_t L_6 = LuaEnv_get_L_m820602397(L_5, /*hidden argument*/NULL); int32_t L_7 = __this->get_luaReference_1(); bool L_8 = V_0; NullCheck(L_4); ObjectTranslator_ReleaseLuaBase_m1208506090(L_4, L_6, L_7, L_8, /*hidden argument*/NULL); goto IL_0076; } IL_004d: { LuaEnv_t2152703515 * L_9 = __this->get_luaEnv_2(); il2cpp_codegen_initobj((&V_1), sizeof(GCAction_t1580222198 )); int32_t L_10 = __this->get_luaReference_1(); (&V_1)->set_Reference_0(L_10); bool L_11 = V_0; (&V_1)->set_IsDelegate_1(L_11); GCAction_t1580222198 L_12 = V_1; NullCheck(L_9); LuaEnv_equeueGCAction_m588624957(L_9, L_12, /*hidden argument*/NULL); } IL_0076: { __this->set_disposed_0((bool)1); } IL_007d: { return; } } // System.Boolean XLua.LuaBase::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool LuaBase_Equals_m2963737396 (LuaBase_t1730675691 * __this, RuntimeObject * ___o0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LuaBase_Equals_m2963737396_MetadataUsageId); s_Il2CppMethodInitialized = true; } LuaBase_t1730675691 * V_0 = NULL; intptr_t V_1; memset(&V_1, 0, sizeof(V_1)); int32_t V_2 = 0; int32_t V_3 = 0; { RuntimeObject * L_0 = ___o0; if (!L_0) { goto IL_007a; } } { Type_t * L_1 = Object_GetType_m88164663(__this, /*hidden argument*/NULL); RuntimeObject * L_2 = ___o0; NullCheck(L_2); Type_t * L_3 = Object_GetType_m88164663(L_2, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_1) == ((RuntimeObject*)(Type_t *)L_3)))) { goto IL_007a; } } { RuntimeObject * L_4 = ___o0; V_0 = ((LuaBase_t1730675691 *)CastclassClass((RuntimeObject*)L_4, LuaBase_t1730675691_il2cpp_TypeInfo_var)); LuaEnv_t2152703515 * L_5 = __this->get_luaEnv_2(); NullCheck(L_5); intptr_t L_6 = LuaEnv_get_L_m820602397(L_5, /*hidden argument*/NULL); V_1 = L_6; intptr_t L_7 = V_1; LuaBase_t1730675691 * L_8 = V_0; NullCheck(L_8); LuaEnv_t2152703515 * L_9 = L_8->get_luaEnv_2(); NullCheck(L_9); intptr_t L_10 = LuaEnv_get_L_m820602397(L_9, /*hidden argument*/NULL); bool L_11 = IntPtr_op_Inequality_m3063970704(NULL /*static, unused*/, L_7, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0042; } } { return (bool)0; } IL_0042: { intptr_t L_12 = V_1; int32_t L_13 = Lua_lua_gettop_m2394536141(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); V_2 = L_13; intptr_t L_14 = V_1; LuaBase_t1730675691 * L_15 = V_0; NullCheck(L_15); int32_t L_16 = L_15->get_luaReference_1(); Lua_lua_getref_m387649952(NULL /*static, unused*/, L_14, L_16, /*hidden argument*/NULL); intptr_t L_17 = V_1; int32_t L_18 = __this->get_luaReference_1(); Lua_lua_getref_m387649952(NULL /*static, unused*/, L_17, L_18, /*hidden argument*/NULL); intptr_t L_19 = V_1; int32_t L_20 = Lua_lua_rawequal_m4013348504(NULL /*static, unused*/, L_19, (-1), ((int32_t)-2), /*hidden argument*/NULL); V_3 = L_20; intptr_t L_21 = V_1; int32_t L_22 = V_2; Lua_lua_settop_m2822720422(NULL /*static, unused*/, L_21, L_22, /*hidden argument*/NULL); int32_t L_23 = V_3; return (bool)((((int32_t)((((int32_t)L_23) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); } IL_007a: { return (bool)0; } } // System.Int32 XLua.LuaBase::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t LuaBase_GetHashCode_m1651586170 (LuaBase_t1730675691 * __this, const RuntimeMethod* method) { intptr_t V_0; memset(&V_0, 0, sizeof(V_0)); { LuaEnv_t2152703515 * L_0 = __this->get_luaEnv_2(); NullCheck(L_0); intptr_t L_1 = LuaEnv_get_L_m820602397(L_0, /*hidden argument*/NULL); int32_t L_2 = __this->get_luaReference_1(); Lua_lua_getref_m387649952(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL); LuaEnv_t2152703515 * L_3 = __this->get_luaEnv_2(); NullCheck(L_3); intptr_t L_4 = LuaEnv_get_L_m820602397(L_3, /*hidden argument*/NULL); intptr_t L_5 = Lua_lua_topointer_m3209115454(NULL /*static, unused*/, L_4, (-1), /*hidden argument*/NULL); V_0 = L_5; LuaEnv_t2152703515 * L_6 = __this->get_luaEnv_2(); NullCheck(L_6); intptr_t L_7 = LuaEnv_get_L_m820602397(L_6, /*hidden argument*/NULL); Lua_lua_pop_m1434696172(NULL /*static, unused*/, L_7, 1, /*hidden argument*/NULL); int32_t L_8 = IntPtr_ToInt32_m2978512204((&V_0), /*hidden argument*/NULL); return L_8; } } // System.Void XLua.LuaBase::push(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void LuaBase_push_m1590347189 (LuaBase_t1730675691 * __this, intptr_t ___L0, const RuntimeMethod* method) { { intptr_t L_0 = ___L0; int32_t L_1 = __this->get_luaReference_1(); Lua_lua_getref_m387649952(NULL /*static, unused*/, L_0, L_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 // System.Void XLua.LuaCallCSharpAttribute::.ctor(XLua.GenFlag) extern "C" IL2CPP_METHOD_ATTR void LuaCallCSharpAttribute__ctor_m919631093 (LuaCallCSharpAttribute_t1599601720 * __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.GenFlag XLua.LuaCallCSharpAttribute::get_Flag() extern "C" IL2CPP_METHOD_ATTR int32_t LuaCallCSharpAttribute_get_Flag_m3045244684 (LuaCallCSharpAttribute_t1599601720 * __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.LuaDLL.Lua::.ctor() extern "C" IL2CPP_METHOD_ATTR void Lua__ctor_m2697330939 (Lua_t529328851 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } extern "C" intptr_t CDECL lua_tothread(intptr_t, int32_t); // System.IntPtr XLua.LuaDLL.Lua::lua_tothread(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR intptr_t Lua_lua_tothread_m1708848213 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___index1, const RuntimeMethod* method) { typedef intptr_t (CDECL *PInvokeFunc) (intptr_t, int32_t); // Native function invocation intptr_t returnValue = reinterpret_cast(lua_tothread)(___L0, ___index1); return returnValue; } extern "C" int32_t CDECL xlua_get_lib_version(); // System.Int32 XLua.LuaDLL.Lua::xlua_get_lib_version() extern "C" IL2CPP_METHOD_ATTR int32_t Lua_xlua_get_lib_version_m1170355840 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { typedef int32_t (CDECL *PInvokeFunc) (); // Native function invocation int32_t returnValue = reinterpret_cast(xlua_get_lib_version)(); return returnValue; } extern "C" int32_t CDECL lua_gc(intptr_t, int32_t, int32_t); // System.Int32 XLua.LuaDLL.Lua::lua_gc(System.IntPtr,XLua.LuaGCOptions,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Lua_lua_gc_m1878929160 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___what1, int32_t ___data2, const RuntimeMethod* method) { typedef int32_t (CDECL *PInvokeFunc) (intptr_t, int32_t, int32_t); // Native function invocation int32_t returnValue = reinterpret_cast(lua_gc)(___L0, ___what1, ___data2); return returnValue; } extern "C" intptr_t CDECL lua_getupvalue(intptr_t, int32_t, int32_t); // System.IntPtr XLua.LuaDLL.Lua::lua_getupvalue(System.IntPtr,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR intptr_t Lua_lua_getupvalue_m349383901 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___funcindex1, int32_t ___n2, const RuntimeMethod* method) { typedef intptr_t (CDECL *PInvokeFunc) (intptr_t, int32_t, int32_t); // Native function invocation intptr_t returnValue = reinterpret_cast(lua_getupvalue)(___L0, ___funcindex1, ___n2); return returnValue; } extern "C" intptr_t CDECL lua_setupvalue(intptr_t, int32_t, int32_t); // System.IntPtr XLua.LuaDLL.Lua::lua_setupvalue(System.IntPtr,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR intptr_t Lua_lua_setupvalue_m1525557294 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___funcindex1, int32_t ___n2, const RuntimeMethod* method) { typedef intptr_t (CDECL *PInvokeFunc) (intptr_t, int32_t, int32_t); // Native function invocation intptr_t returnValue = reinterpret_cast(lua_setupvalue)(___L0, ___funcindex1, ___n2); return returnValue; } extern "C" int32_t CDECL lua_pushthread(intptr_t); // System.Int32 XLua.LuaDLL.Lua::lua_pushthread(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t Lua_lua_pushthread_m3098380310 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { typedef int32_t (CDECL *PInvokeFunc) (intptr_t); // Native function invocation int32_t returnValue = reinterpret_cast(lua_pushthread)(___L0); return returnValue; } // 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) { { intptr_t L_0 = ___L0; int32_t L_1 = ___stackPos1; int32_t L_2 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return (bool)((((int32_t)L_2) == ((int32_t)6))? 1 : 0); } } // System.Boolean XLua.LuaDLL.Lua::lua_islightuserdata(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool Lua_lua_islightuserdata_m3942388176 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method) { { intptr_t L_0 = ___L0; int32_t L_1 = ___stackPos1; int32_t L_2 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return (bool)((((int32_t)L_2) == ((int32_t)2))? 1 : 0); } } // System.Boolean XLua.LuaDLL.Lua::lua_istable(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool Lua_lua_istable_m743603444 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method) { { intptr_t L_0 = ___L0; int32_t L_1 = ___stackPos1; int32_t L_2 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return (bool)((((int32_t)L_2) == ((int32_t)5))? 1 : 0); } } // System.Boolean XLua.LuaDLL.Lua::lua_isthread(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool Lua_lua_isthread_m1120163901 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method) { { intptr_t L_0 = ___L0; int32_t L_1 = ___stackPos1; int32_t L_2 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return (bool)((((int32_t)L_2) == ((int32_t)8))? 1 : 0); } } // 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) { { intptr_t L_0 = ___L0; String_t* L_1 = ___message1; Lua_xlua_csharp_str_error_m3044062863(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return 0; } } extern "C" int32_t CDECL lua_setfenv(intptr_t, int32_t); // System.Int32 XLua.LuaDLL.Lua::lua_setfenv(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Lua_lua_setfenv_m319825179 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method) { typedef int32_t (CDECL *PInvokeFunc) (intptr_t, int32_t); // Native function invocation int32_t returnValue = reinterpret_cast(lua_setfenv)(___L0, ___stackPos1); return returnValue; } extern "C" intptr_t CDECL luaL_newstate(); // System.IntPtr XLua.LuaDLL.Lua::luaL_newstate() extern "C" IL2CPP_METHOD_ATTR intptr_t Lua_luaL_newstate_m2446219266 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { typedef intptr_t (CDECL *PInvokeFunc) (); // Native function invocation intptr_t returnValue = reinterpret_cast(luaL_newstate)(); return returnValue; } extern "C" void CDECL lua_close(intptr_t); // System.Void XLua.LuaDLL.Lua::lua_close(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Lua_lua_close_m1945542862 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { typedef void (CDECL *PInvokeFunc) (intptr_t); // Native function invocation reinterpret_cast(lua_close)(___L0); } extern "C" void CDECL luaopen_xlua(intptr_t); // System.Void XLua.LuaDLL.Lua::luaopen_xlua(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Lua_luaopen_xlua_m3245607481 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { typedef void (CDECL *PInvokeFunc) (intptr_t); // Native function invocation reinterpret_cast(luaopen_xlua)(___L0); } extern "C" void CDECL luaL_openlibs(intptr_t); // System.Void XLua.LuaDLL.Lua::luaL_openlibs(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Lua_luaL_openlibs_m692013785 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { typedef void (CDECL *PInvokeFunc) (intptr_t); // Native function invocation reinterpret_cast(luaL_openlibs)(___L0); } extern "C" uint32_t CDECL xlua_objlen(intptr_t, int32_t); // System.UInt32 XLua.LuaDLL.Lua::xlua_objlen(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR uint32_t Lua_xlua_objlen_m2453405350 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method) { typedef uint32_t (CDECL *PInvokeFunc) (intptr_t, int32_t); // Native function invocation uint32_t returnValue = reinterpret_cast(xlua_objlen)(___L0, ___stackPos1); return returnValue; } extern "C" void CDECL lua_createtable(intptr_t, int32_t, int32_t); // System.Void XLua.LuaDLL.Lua::lua_createtable(System.IntPtr,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Lua_lua_createtable_m2902090570 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___narr1, int32_t ___nrec2, const RuntimeMethod* method) { typedef void (CDECL *PInvokeFunc) (intptr_t, int32_t, int32_t); // Native function invocation reinterpret_cast(lua_createtable)(___L0, ___narr1, ___nrec2); } // System.Void XLua.LuaDLL.Lua::lua_newtable(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Lua_lua_newtable_m1072923522 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { { intptr_t L_0 = ___L0; Lua_lua_createtable_m2902090570(NULL /*static, unused*/, L_0, 0, 0, /*hidden argument*/NULL); return; } } extern "C" int32_t CDECL xlua_getglobal(intptr_t, char*); // System.Int32 XLua.LuaDLL.Lua::xlua_getglobal(System.IntPtr,System.String) extern "C" IL2CPP_METHOD_ATTR int32_t Lua_xlua_getglobal_m2784290553 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, String_t* ___name1, const RuntimeMethod* method) { typedef int32_t (CDECL *PInvokeFunc) (intptr_t, char*); // Marshaling of parameter '___name1' to native representation char* ____name1_marshaled = NULL; ____name1_marshaled = il2cpp_codegen_marshal_string(___name1); // Native function invocation int32_t returnValue = reinterpret_cast(xlua_getglobal)(___L0, ____name1_marshaled); // Marshaling cleanup of parameter '___name1' native representation il2cpp_codegen_marshal_free(____name1_marshaled); ____name1_marshaled = NULL; return returnValue; } extern "C" int32_t CDECL xlua_setglobal(intptr_t, char*); // System.Int32 XLua.LuaDLL.Lua::xlua_setglobal(System.IntPtr,System.String) extern "C" IL2CPP_METHOD_ATTR int32_t Lua_xlua_setglobal_m3972933054 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, String_t* ___name1, const RuntimeMethod* method) { typedef int32_t (CDECL *PInvokeFunc) (intptr_t, char*); // Marshaling of parameter '___name1' to native representation char* ____name1_marshaled = NULL; ____name1_marshaled = il2cpp_codegen_marshal_string(___name1); // Native function invocation int32_t returnValue = reinterpret_cast(xlua_setglobal)(___L0, ____name1_marshaled); // Marshaling cleanup of parameter '___name1' native representation il2cpp_codegen_marshal_free(____name1_marshaled); ____name1_marshaled = NULL; return returnValue; } extern "C" void CDECL xlua_getloaders(intptr_t); // System.Void XLua.LuaDLL.Lua::xlua_getloaders(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Lua_xlua_getloaders_m770835872 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { typedef void (CDECL *PInvokeFunc) (intptr_t); // Native function invocation reinterpret_cast(xlua_getloaders)(___L0); } extern "C" void CDECL lua_settop(intptr_t, int32_t); // 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) { typedef void (CDECL *PInvokeFunc) (intptr_t, int32_t); // Native function invocation reinterpret_cast(lua_settop)(___L0, ___newTop1); } // 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) { { intptr_t L_0 = ___L0; int32_t L_1 = ___amount1; Lua_lua_settop_m2822720422(NULL /*static, unused*/, L_0, ((int32_t)il2cpp_codegen_subtract((int32_t)((-L_1)), (int32_t)1)), /*hidden argument*/NULL); return; } } extern "C" void CDECL lua_insert(intptr_t, int32_t); // System.Void XLua.LuaDLL.Lua::lua_insert(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Lua_lua_insert_m3859369367 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___newTop1, const RuntimeMethod* method) { typedef void (CDECL *PInvokeFunc) (intptr_t, int32_t); // Native function invocation reinterpret_cast(lua_insert)(___L0, ___newTop1); } extern "C" void CDECL lua_remove(intptr_t, int32_t); // 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) { typedef void (CDECL *PInvokeFunc) (intptr_t, int32_t); // Native function invocation reinterpret_cast(lua_remove)(___L0, ___index1); } extern "C" int32_t CDECL lua_rawget(intptr_t, int32_t); // System.Int32 XLua.LuaDLL.Lua::lua_rawget(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Lua_lua_rawget_m3285589170 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___index1, const RuntimeMethod* method) { typedef int32_t (CDECL *PInvokeFunc) (intptr_t, int32_t); // Native function invocation int32_t returnValue = reinterpret_cast(lua_rawget)(___L0, ___index1); return returnValue; } extern "C" void CDECL lua_rawset(intptr_t, int32_t); // System.Void XLua.LuaDLL.Lua::lua_rawset(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Lua_lua_rawset_m3292503124 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___index1, const RuntimeMethod* method) { typedef void (CDECL *PInvokeFunc) (intptr_t, int32_t); // Native function invocation reinterpret_cast(lua_rawset)(___L0, ___index1); } extern "C" int32_t CDECL lua_setmetatable(intptr_t, int32_t); // System.Int32 XLua.LuaDLL.Lua::lua_setmetatable(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Lua_lua_setmetatable_m707540821 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___objIndex1, const RuntimeMethod* method) { typedef int32_t (CDECL *PInvokeFunc) (intptr_t, int32_t); // Native function invocation int32_t returnValue = reinterpret_cast(lua_setmetatable)(___L0, ___objIndex1); return returnValue; } extern "C" int32_t CDECL lua_rawequal(intptr_t, int32_t, int32_t); // System.Int32 XLua.LuaDLL.Lua::lua_rawequal(System.IntPtr,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Lua_lua_rawequal_m4013348504 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___index11, int32_t ___index22, const RuntimeMethod* method) { typedef int32_t (CDECL *PInvokeFunc) (intptr_t, int32_t, int32_t); // Native function invocation int32_t returnValue = reinterpret_cast(lua_rawequal)(___L0, ___index11, ___index22); return returnValue; } extern "C" void CDECL lua_pushvalue(intptr_t, int32_t); // 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) { typedef void (CDECL *PInvokeFunc) (intptr_t, int32_t); // Native function invocation reinterpret_cast(lua_pushvalue)(___L0, ___index1); } extern "C" void CDECL lua_pushcclosure(intptr_t, intptr_t, int32_t); // System.Void XLua.LuaDLL.Lua::lua_pushcclosure(System.IntPtr,System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Lua_lua_pushcclosure_m3060940092 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, intptr_t ___fn1, int32_t ___n2, const RuntimeMethod* method) { typedef void (CDECL *PInvokeFunc) (intptr_t, intptr_t, int32_t); // Native function invocation reinterpret_cast(lua_pushcclosure)(___L0, ___fn1, ___n2); } extern "C" void CDECL lua_replace(intptr_t, int32_t); // System.Void XLua.LuaDLL.Lua::lua_replace(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Lua_lua_replace_m1547907438 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___index1, const RuntimeMethod* method) { typedef void (CDECL *PInvokeFunc) (intptr_t, int32_t); // Native function invocation reinterpret_cast(lua_replace)(___L0, ___index1); } extern "C" int32_t CDECL lua_gettop(intptr_t); // 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) { typedef int32_t (CDECL *PInvokeFunc) (intptr_t); // Native function invocation int32_t returnValue = reinterpret_cast(lua_gettop)(___L0); return returnValue; } extern "C" int32_t CDECL lua_type(intptr_t, int32_t); // 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) { typedef int32_t (CDECL *PInvokeFunc) (intptr_t, int32_t); // Native function invocation int32_t returnValue = reinterpret_cast(lua_type)(___L0, ___index1); return returnValue; } // System.Boolean XLua.LuaDLL.Lua::lua_isnil(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool Lua_lua_isnil_m3293895152 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___index1, const RuntimeMethod* method) { { intptr_t L_0 = ___L0; int32_t L_1 = ___index1; int32_t L_2 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0); } } extern "C" int32_t CDECL lua_isnumber(intptr_t, int32_t); // System.Boolean XLua.LuaDLL.Lua::lua_isnumber(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool Lua_lua_isnumber_m2757027135 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___index1, const RuntimeMethod* method) { typedef int32_t (CDECL *PInvokeFunc) (intptr_t, int32_t); // Native function invocation int32_t returnValue = reinterpret_cast(lua_isnumber)(___L0, ___index1); return static_cast(returnValue); } // System.Boolean XLua.LuaDLL.Lua::lua_isboolean(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool Lua_lua_isboolean_m3454758819 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___index1, const RuntimeMethod* method) { { intptr_t L_0 = ___L0; int32_t L_1 = ___index1; int32_t L_2 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return (bool)((((int32_t)L_2) == ((int32_t)1))? 1 : 0); } } extern "C" int32_t CDECL luaL_ref(intptr_t, int32_t); // System.Int32 XLua.LuaDLL.Lua::luaL_ref(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Lua_luaL_ref_m2388249351 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___registryIndex1, const RuntimeMethod* method) { typedef int32_t (CDECL *PInvokeFunc) (intptr_t, int32_t); // Native function invocation int32_t returnValue = reinterpret_cast(luaL_ref)(___L0, ___registryIndex1); return returnValue; } // System.Int32 XLua.LuaDLL.Lua::luaL_ref(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t Lua_luaL_ref_m3714648423 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { { intptr_t L_0 = ___L0; int32_t L_1 = LuaIndexes_get_LUA_REGISTRYINDEX_m2693244088(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_2 = Lua_luaL_ref_m2388249351(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return L_2; } } extern "C" void CDECL xlua_rawgeti(intptr_t, int32_t, int64_t); // System.Void XLua.LuaDLL.Lua::xlua_rawgeti(System.IntPtr,System.Int32,System.Int64) extern "C" IL2CPP_METHOD_ATTR void Lua_xlua_rawgeti_m3760027779 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___tableIndex1, int64_t ___index2, const RuntimeMethod* method) { typedef void (CDECL *PInvokeFunc) (intptr_t, int32_t, int64_t); // Native function invocation reinterpret_cast(xlua_rawgeti)(___L0, ___tableIndex1, ___index2); } extern "C" void CDECL xlua_rawseti(intptr_t, int32_t, int64_t); // System.Void XLua.LuaDLL.Lua::xlua_rawseti(System.IntPtr,System.Int32,System.Int64) extern "C" IL2CPP_METHOD_ATTR void Lua_xlua_rawseti_m1577548352 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___tableIndex1, int64_t ___index2, const RuntimeMethod* method) { typedef void (CDECL *PInvokeFunc) (intptr_t, int32_t, int64_t); // Native function invocation reinterpret_cast(xlua_rawseti)(___L0, ___tableIndex1, ___index2); } // 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) { { intptr_t L_0 = ___L0; int32_t L_1 = LuaIndexes_get_LUA_REGISTRYINDEX_m2693244088(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_2 = ___reference1; Lua_xlua_rawgeti_m3760027779(NULL /*static, unused*/, L_0, L_1, (((int64_t)((int64_t)L_2))), /*hidden argument*/NULL); return; } } extern "C" int32_t CDECL pcall_prepare(intptr_t, int32_t, int32_t); // 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) { typedef int32_t (CDECL *PInvokeFunc) (intptr_t, int32_t, int32_t); // Native function invocation int32_t returnValue = reinterpret_cast(pcall_prepare)(___L0, ___error_func_ref1, ___func_ref2); return returnValue; } extern "C" void CDECL luaL_unref(intptr_t, int32_t, int32_t); // System.Void XLua.LuaDLL.Lua::luaL_unref(System.IntPtr,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Lua_luaL_unref_m2028964810 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___registryIndex1, int32_t ___reference2, const RuntimeMethod* method) { typedef void (CDECL *PInvokeFunc) (intptr_t, int32_t, int32_t); // Native function invocation reinterpret_cast(luaL_unref)(___L0, ___registryIndex1, ___reference2); } // System.Void XLua.LuaDLL.Lua::lua_unref(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Lua_lua_unref_m877946208 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___reference1, const RuntimeMethod* method) { { intptr_t L_0 = ___L0; int32_t L_1 = LuaIndexes_get_LUA_REGISTRYINDEX_m2693244088(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_2 = ___reference1; Lua_luaL_unref_m2028964810(NULL /*static, unused*/, L_0, L_1, L_2, /*hidden argument*/NULL); return; } } extern "C" int32_t CDECL lua_isstring(intptr_t, int32_t); // System.Boolean XLua.LuaDLL.Lua::lua_isstring(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool Lua_lua_isstring_m2609904945 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___index1, const RuntimeMethod* method) { typedef int32_t (CDECL *PInvokeFunc) (intptr_t, int32_t); // Native function invocation int32_t returnValue = reinterpret_cast(lua_isstring)(___L0, ___index1); return static_cast(returnValue); } extern "C" int32_t CDECL lua_isinteger(intptr_t, int32_t); // System.Boolean XLua.LuaDLL.Lua::lua_isinteger(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool Lua_lua_isinteger_m3661555246 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___index1, const RuntimeMethod* method) { typedef int32_t (CDECL *PInvokeFunc) (intptr_t, int32_t); // Native function invocation int32_t returnValue = reinterpret_cast(lua_isinteger)(___L0, ___index1); return static_cast(returnValue); } extern "C" void CDECL lua_pushnil(intptr_t); // System.Void XLua.LuaDLL.Lua::lua_pushnil(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Lua_lua_pushnil_m4186324575 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { typedef void (CDECL *PInvokeFunc) (intptr_t); // Native function invocation reinterpret_cast(lua_pushnil)(___L0); } // System.Void XLua.LuaDLL.Lua::lua_pushstdcallcfunction(System.IntPtr,XLua.LuaDLL.lua_CSFunction,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Lua_lua_pushstdcallcfunction_m955832510 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, lua_CSFunction_t883524059 * ___function1, int32_t ___n2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Lua_lua_pushstdcallcfunction_m955832510_MetadataUsageId); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset(&V_0, 0, sizeof(V_0)); { lua_CSFunction_t883524059 * L_0 = ___function1; IL2CPP_RUNTIME_CLASS_INIT(Marshal_t1757017490_il2cpp_TypeInfo_var); intptr_t L_1 = Marshal_GetFunctionPointerForDelegate_m3926782411(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; intptr_t L_2 = ___L0; intptr_t L_3 = V_0; int32_t L_4 = ___n2; Lua_xlua_push_csharp_function_m1625404395(NULL /*static, unused*/, L_2, L_3, L_4, /*hidden argument*/NULL); return; } } extern "C" int32_t CDECL xlua_upvalueindex(int32_t); // System.Int32 XLua.LuaDLL.Lua::xlua_upvalueindex(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Lua_xlua_upvalueindex_m2890383900 (RuntimeObject * __this /* static, unused */, int32_t ___n0, const RuntimeMethod* method) { typedef int32_t (CDECL *PInvokeFunc) (int32_t); // Native function invocation int32_t returnValue = reinterpret_cast(xlua_upvalueindex)(___n0); return returnValue; } extern "C" int32_t CDECL lua_pcall(intptr_t, int32_t, int32_t, int32_t); // 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) { typedef int32_t (CDECL *PInvokeFunc) (intptr_t, int32_t, int32_t, int32_t); // Native function invocation int32_t returnValue = reinterpret_cast(lua_pcall)(___L0, ___nArgs1, ___nResults2, ___errfunc3); return returnValue; } extern "C" double CDECL lua_tonumber(intptr_t, int32_t); // 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) { typedef double (CDECL *PInvokeFunc) (intptr_t, int32_t); // Native function invocation double returnValue = reinterpret_cast(lua_tonumber)(___L0, ___index1); return returnValue; } extern "C" int32_t CDECL xlua_tointeger(intptr_t, int32_t); // 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) { typedef int32_t (CDECL *PInvokeFunc) (intptr_t, int32_t); // Native function invocation int32_t returnValue = reinterpret_cast(xlua_tointeger)(___L0, ___index1); return returnValue; } extern "C" uint32_t CDECL xlua_touint(intptr_t, int32_t); // System.UInt32 XLua.LuaDLL.Lua::xlua_touint(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR uint32_t Lua_xlua_touint_m514469734 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___index1, const RuntimeMethod* method) { typedef uint32_t (CDECL *PInvokeFunc) (intptr_t, int32_t); // Native function invocation uint32_t returnValue = reinterpret_cast(xlua_touint)(___L0, ___index1); return returnValue; } extern "C" int32_t CDECL lua_toboolean(intptr_t, int32_t); // System.Boolean XLua.LuaDLL.Lua::lua_toboolean(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool Lua_lua_toboolean_m3020476153 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___index1, const RuntimeMethod* method) { typedef int32_t (CDECL *PInvokeFunc) (intptr_t, int32_t); // Native function invocation int32_t returnValue = reinterpret_cast(lua_toboolean)(___L0, ___index1); return static_cast(returnValue); } extern "C" intptr_t CDECL lua_topointer(intptr_t, int32_t); // System.IntPtr XLua.LuaDLL.Lua::lua_topointer(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR intptr_t Lua_lua_topointer_m3209115454 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___index1, const RuntimeMethod* method) { typedef intptr_t (CDECL *PInvokeFunc) (intptr_t, int32_t); // Native function invocation intptr_t returnValue = reinterpret_cast(lua_topointer)(___L0, ___index1); return returnValue; } extern "C" intptr_t CDECL lua_tolstring(intptr_t, int32_t, intptr_t*); // System.IntPtr XLua.LuaDLL.Lua::lua_tolstring(System.IntPtr,System.Int32,System.IntPtr&) extern "C" IL2CPP_METHOD_ATTR intptr_t Lua_lua_tolstring_m3062038113 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___index1, intptr_t* ___strLen2, const RuntimeMethod* method) { typedef intptr_t (CDECL *PInvokeFunc) (intptr_t, int32_t, intptr_t*); // Marshaling of parameter '___strLen2' to native representation intptr_t ____strLen2_empty = 0; // Native function invocation intptr_t returnValue = reinterpret_cast(lua_tolstring)(___L0, ___index1, (&____strLen2_empty)); // Marshaling of parameter '___strLen2' back from native representation *___strLen2 = ____strLen2_empty; return returnValue; } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Lua_lua_tostring_m2201066917_MetadataUsageId); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset(&V_0, 0, sizeof(V_0)); intptr_t V_1; memset(&V_1, 0, sizeof(V_1)); String_t* V_2 = NULL; int32_t V_3 = 0; ByteU5BU5D_t4116647657* V_4 = NULL; { intptr_t L_0 = ___L0; int32_t L_1 = ___index1; intptr_t L_2 = Lua_lua_tolstring_m3062038113(NULL /*static, unused*/, L_0, L_1, (&V_0), /*hidden argument*/NULL); V_1 = L_2; intptr_t L_3 = V_1; bool L_4 = IntPtr_op_Inequality_m3063970704(NULL /*static, unused*/, L_3, (intptr_t)(0), /*hidden argument*/NULL); if (!L_4) { goto IL_0057; } } { intptr_t L_5 = V_1; int32_t L_6 = IntPtr_ToInt32_m2978512204((&V_0), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Marshal_t1757017490_il2cpp_TypeInfo_var); String_t* L_7 = Marshal_PtrToStringAnsi_m2040277052(NULL /*static, unused*/, L_5, L_6, /*hidden argument*/NULL); V_2 = L_7; String_t* L_8 = V_2; if (L_8) { goto IL_0055; } } { int32_t L_9 = IntPtr_ToInt32_m2978512204((&V_0), /*hidden argument*/NULL); V_3 = L_9; int32_t L_10 = V_3; V_4 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_10)); intptr_t L_11 = V_1; ByteU5BU5D_t4116647657* L_12 = V_4; int32_t L_13 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Marshal_t1757017490_il2cpp_TypeInfo_var); Marshal_Copy_m1222846562(NULL /*static, unused*/, L_11, L_12, 0, L_13, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_14 = Encoding_get_UTF8_m1008486739(NULL /*static, unused*/, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_15 = V_4; NullCheck(L_14); String_t* L_16 = VirtFuncInvoker1< String_t*, ByteU5BU5D_t4116647657* >::Invoke(23 /* System.String System.Text.Encoding::GetString(System.Byte[]) */, L_14, L_15); return L_16; } IL_0055: { String_t* L_17 = V_2; return L_17; } IL_0057: { return (String_t*)NULL; } } extern "C" intptr_t CDECL lua_atpanic(intptr_t, Il2CppMethodPointer); // System.IntPtr XLua.LuaDLL.Lua::lua_atpanic(System.IntPtr,XLua.LuaDLL.lua_CSFunction) extern "C" IL2CPP_METHOD_ATTR intptr_t Lua_lua_atpanic_m1708523052 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, lua_CSFunction_t883524059 * ___panicf1, const RuntimeMethod* method) { typedef intptr_t (CDECL *PInvokeFunc) (intptr_t, Il2CppMethodPointer); // Marshaling of parameter '___panicf1' to native representation Il2CppMethodPointer ____panicf1_marshaled = NULL; ____panicf1_marshaled = il2cpp_codegen_marshal_delegate(reinterpret_cast(___panicf1)); // Native function invocation intptr_t returnValue = reinterpret_cast(lua_atpanic)(___L0, ____panicf1_marshaled); return returnValue; } extern "C" void CDECL lua_pushnumber(intptr_t, double); // 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) { typedef void (CDECL *PInvokeFunc) (intptr_t, double); // Native function invocation reinterpret_cast(lua_pushnumber)(___L0, ___number1); } extern "C" void CDECL lua_pushboolean(intptr_t, int32_t); // 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) { typedef void (CDECL *PInvokeFunc) (intptr_t, int32_t); // Native function invocation reinterpret_cast(lua_pushboolean)(___L0, static_cast(___value1)); } extern "C" void CDECL xlua_pushinteger(intptr_t, int32_t); // 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) { typedef void (CDECL *PInvokeFunc) (intptr_t, int32_t); // Native function invocation reinterpret_cast(xlua_pushinteger)(___L0, ___value1); } extern "C" void CDECL xlua_pushuint(intptr_t, uint32_t); // System.Void XLua.LuaDLL.Lua::xlua_pushuint(System.IntPtr,System.UInt32) extern "C" IL2CPP_METHOD_ATTR void Lua_xlua_pushuint_m801887269 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, uint32_t ___value1, const RuntimeMethod* method) { typedef void (CDECL *PInvokeFunc) (intptr_t, uint32_t); // Native function invocation reinterpret_cast(xlua_pushuint)(___L0, ___value1); } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Lua_lua_pushstring_m4067524778_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; int32_t V_1 = 0; { String_t* L_0 = ___str1; if (L_0) { goto IL_0011; } } { intptr_t L_1 = ___L0; Lua_lua_pushnil_m4186324575(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); goto IL_0068; } IL_0011: { IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_2 = Encoding_get_UTF8_m1008486739(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_3 = ___str1; NullCheck(L_2); int32_t L_4 = VirtFuncInvoker1< int32_t, String_t* >::Invoke(6 /* System.Int32 System.Text.Encoding::GetByteCount(System.String) */, L_2, L_3); IL2CPP_RUNTIME_CLASS_INIT(InternalGlobals_t381021467_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_5 = ((InternalGlobals_t381021467_StaticFields*)il2cpp_codegen_static_fields_for(InternalGlobals_t381021467_il2cpp_TypeInfo_var))->get_strBuff_0(); NullCheck(L_5); if ((((int32_t)L_4) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_5)->max_length))))))) { goto IL_0043; } } { IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_6 = Encoding_get_UTF8_m1008486739(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_7 = ___str1; NullCheck(L_6); ByteU5BU5D_t4116647657* L_8 = VirtFuncInvoker1< ByteU5BU5D_t4116647657*, String_t* >::Invoke(10 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */, L_6, L_7); V_0 = L_8; intptr_t L_9 = ___L0; ByteU5BU5D_t4116647657* L_10 = V_0; ByteU5BU5D_t4116647657* L_11 = V_0; NullCheck(L_11); Lua_xlua_pushlstring_m3598551169(NULL /*static, unused*/, L_9, L_10, (((int32_t)((int32_t)(((RuntimeArray *)L_11)->max_length)))), /*hidden argument*/NULL); goto IL_0068; } IL_0043: { IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_12 = Encoding_get_UTF8_m1008486739(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_13 = ___str1; String_t* L_14 = ___str1; NullCheck(L_14); int32_t L_15 = String_get_Length_m3847582255(L_14, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(InternalGlobals_t381021467_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_16 = ((InternalGlobals_t381021467_StaticFields*)il2cpp_codegen_static_fields_for(InternalGlobals_t381021467_il2cpp_TypeInfo_var))->get_strBuff_0(); NullCheck(L_12); int32_t L_17 = VirtFuncInvoker5< int32_t, String_t*, int32_t, int32_t, ByteU5BU5D_t4116647657*, int32_t >::Invoke(9 /* System.Int32 System.Text.Encoding::GetBytes(System.String,System.Int32,System.Int32,System.Byte[],System.Int32) */, L_12, L_13, 0, L_15, L_16, 0); V_1 = L_17; intptr_t L_18 = ___L0; ByteU5BU5D_t4116647657* L_19 = ((InternalGlobals_t381021467_StaticFields*)il2cpp_codegen_static_fields_for(InternalGlobals_t381021467_il2cpp_TypeInfo_var))->get_strBuff_0(); int32_t L_20 = V_1; Lua_xlua_pushlstring_m3598551169(NULL /*static, unused*/, L_18, L_19, L_20, /*hidden argument*/NULL); } IL_0068: { return; } } extern "C" void CDECL xlua_pushlstring(intptr_t, uint8_t*, int32_t); // System.Void XLua.LuaDLL.Lua::xlua_pushlstring(System.IntPtr,System.Byte[],System.Int32) extern "C" IL2CPP_METHOD_ATTR void Lua_xlua_pushlstring_m3598551169 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, ByteU5BU5D_t4116647657* ___str1, int32_t ___size2, const RuntimeMethod* method) { typedef void (CDECL *PInvokeFunc) (intptr_t, uint8_t*, int32_t); // Marshaling of parameter '___str1' to native representation uint8_t* ____str1_marshaled = NULL; if (___str1 != NULL) { ____str1_marshaled = reinterpret_cast((___str1)->GetAddressAtUnchecked(0)); } // Native function invocation reinterpret_cast(xlua_pushlstring)(___L0, ____str1_marshaled, ___size2); } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Lua_xlua_pushasciistring_m246597761_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { String_t* L_0 = ___str1; if (L_0) { goto IL_0011; } } { intptr_t L_1 = ___L0; Lua_lua_pushnil_m4186324575(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); goto IL_0050; } IL_0011: { String_t* L_2 = ___str1; NullCheck(L_2); int32_t L_3 = String_get_Length_m3847582255(L_2, /*hidden argument*/NULL); V_0 = L_3; IL2CPP_RUNTIME_CLASS_INIT(InternalGlobals_t381021467_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_4 = ((InternalGlobals_t381021467_StaticFields*)il2cpp_codegen_static_fields_for(InternalGlobals_t381021467_il2cpp_TypeInfo_var))->get_strBuff_0(); NullCheck(L_4); int32_t L_5 = V_0; if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length))))) >= ((int32_t)L_5))) { goto IL_0030; } } { int32_t L_6 = V_0; IL2CPP_RUNTIME_CLASS_INIT(InternalGlobals_t381021467_il2cpp_TypeInfo_var); ((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)L_6))); } IL_0030: { IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_7 = Encoding_get_UTF8_m1008486739(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_8 = ___str1; int32_t L_9 = V_0; IL2CPP_RUNTIME_CLASS_INIT(InternalGlobals_t381021467_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_10 = ((InternalGlobals_t381021467_StaticFields*)il2cpp_codegen_static_fields_for(InternalGlobals_t381021467_il2cpp_TypeInfo_var))->get_strBuff_0(); NullCheck(L_7); int32_t L_11 = VirtFuncInvoker5< int32_t, String_t*, int32_t, int32_t, ByteU5BU5D_t4116647657*, int32_t >::Invoke(9 /* System.Int32 System.Text.Encoding::GetBytes(System.String,System.Int32,System.Int32,System.Byte[],System.Int32) */, L_7, L_8, 0, L_9, L_10, 0); V_1 = L_11; intptr_t L_12 = ___L0; ByteU5BU5D_t4116647657* L_13 = ((InternalGlobals_t381021467_StaticFields*)il2cpp_codegen_static_fields_for(InternalGlobals_t381021467_il2cpp_TypeInfo_var))->get_strBuff_0(); int32_t L_14 = V_1; Lua_xlua_pushlstring_m3598551169(NULL /*static, unused*/, L_12, L_13, L_14, /*hidden argument*/NULL); } IL_0050: { return; } } // 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) { { ByteU5BU5D_t4116647657* L_0 = ___str1; if (L_0) { goto IL_0011; } } { intptr_t L_1 = ___L0; Lua_lua_pushnil_m4186324575(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); goto IL_001b; } IL_0011: { intptr_t L_2 = ___L0; ByteU5BU5D_t4116647657* L_3 = ___str1; ByteU5BU5D_t4116647657* L_4 = ___str1; NullCheck(L_4); Lua_xlua_pushlstring_m3598551169(NULL /*static, unused*/, L_2, L_3, (((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length)))), /*hidden argument*/NULL); } IL_001b: { return; } } // System.Byte[] XLua.LuaDLL.Lua::lua_tobytes(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* Lua_lua_tobytes_m3197196406 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Lua_lua_tobytes_m3197196406_MetadataUsageId); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset(&V_0, 0, sizeof(V_0)); intptr_t V_1; memset(&V_1, 0, sizeof(V_1)); int32_t V_2 = 0; ByteU5BU5D_t4116647657* V_3 = NULL; { intptr_t L_0 = ___L0; int32_t L_1 = ___index1; int32_t L_2 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if ((!(((uint32_t)L_2) == ((uint32_t)4)))) { goto IL_0041; } } { intptr_t L_3 = ___L0; int32_t L_4 = ___index1; intptr_t L_5 = Lua_lua_tolstring_m3062038113(NULL /*static, unused*/, L_3, L_4, (&V_0), /*hidden argument*/NULL); V_1 = L_5; intptr_t L_6 = V_1; bool L_7 = IntPtr_op_Inequality_m3063970704(NULL /*static, unused*/, L_6, (intptr_t)(0), /*hidden argument*/NULL); if (!L_7) { goto IL_0041; } } { int32_t L_8 = IntPtr_ToInt32_m2978512204((&V_0), /*hidden argument*/NULL); V_2 = L_8; int32_t L_9 = V_2; V_3 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_9)); intptr_t L_10 = V_1; ByteU5BU5D_t4116647657* L_11 = V_3; int32_t L_12 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Marshal_t1757017490_il2cpp_TypeInfo_var); Marshal_Copy_m1222846562(NULL /*static, unused*/, L_10, L_11, 0, L_12, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_13 = V_3; return L_13; } IL_0041: { return (ByteU5BU5D_t4116647657*)NULL; } } extern "C" int32_t CDECL luaL_newmetatable(intptr_t, char*); // System.Int32 XLua.LuaDLL.Lua::luaL_newmetatable(System.IntPtr,System.String) extern "C" IL2CPP_METHOD_ATTR int32_t Lua_luaL_newmetatable_m848198231 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, String_t* ___meta1, const RuntimeMethod* method) { typedef int32_t (CDECL *PInvokeFunc) (intptr_t, char*); // Marshaling of parameter '___meta1' to native representation char* ____meta1_marshaled = NULL; ____meta1_marshaled = il2cpp_codegen_marshal_string(___meta1); // Native function invocation int32_t returnValue = reinterpret_cast(luaL_newmetatable)(___L0, ____meta1_marshaled); // Marshaling cleanup of parameter '___meta1' native representation il2cpp_codegen_marshal_free(____meta1_marshaled); ____meta1_marshaled = NULL; return returnValue; } extern "C" int32_t CDECL xlua_pgettable(intptr_t, int32_t); // 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) { typedef int32_t (CDECL *PInvokeFunc) (intptr_t, int32_t); // Native function invocation int32_t returnValue = reinterpret_cast(xlua_pgettable)(___L0, ___idx1); return returnValue; } extern "C" int32_t CDECL xlua_psettable(intptr_t, int32_t); // 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) { typedef int32_t (CDECL *PInvokeFunc) (intptr_t, int32_t); // Native function invocation int32_t returnValue = reinterpret_cast(xlua_psettable)(___L0, ___idx1); return returnValue; } // System.Void XLua.LuaDLL.Lua::luaL_getmetatable(System.IntPtr,System.String) extern "C" IL2CPP_METHOD_ATTR void Lua_luaL_getmetatable_m3506102350 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, String_t* ___meta1, const RuntimeMethod* method) { { intptr_t L_0 = ___L0; String_t* L_1 = ___meta1; Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); intptr_t L_2 = ___L0; int32_t L_3 = LuaIndexes_get_LUA_REGISTRYINDEX_m2693244088(NULL /*static, unused*/, /*hidden argument*/NULL); Lua_lua_rawget_m3285589170(NULL /*static, unused*/, L_2, L_3, /*hidden argument*/NULL); return; } } extern "C" int32_t CDECL xluaL_loadbuffer(intptr_t, uint8_t*, int32_t, char*); // System.Int32 XLua.LuaDLL.Lua::xluaL_loadbuffer(System.IntPtr,System.Byte[],System.Int32,System.String) extern "C" IL2CPP_METHOD_ATTR int32_t Lua_xluaL_loadbuffer_m2673977280 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, ByteU5BU5D_t4116647657* ___buff1, int32_t ___size2, String_t* ___name3, const RuntimeMethod* method) { typedef int32_t (CDECL *PInvokeFunc) (intptr_t, uint8_t*, int32_t, char*); // Marshaling of parameter '___buff1' to native representation uint8_t* ____buff1_marshaled = NULL; if (___buff1 != NULL) { ____buff1_marshaled = reinterpret_cast((___buff1)->GetAddressAtUnchecked(0)); } // Marshaling of parameter '___name3' to native representation char* ____name3_marshaled = NULL; ____name3_marshaled = il2cpp_codegen_marshal_string(___name3); // Native function invocation int32_t returnValue = reinterpret_cast(xluaL_loadbuffer)(___L0, ____buff1_marshaled, ___size2, ____name3_marshaled); // Marshaling cleanup of parameter '___name3' native representation il2cpp_codegen_marshal_free(____name3_marshaled); ____name3_marshaled = NULL; return returnValue; } // System.Int32 XLua.LuaDLL.Lua::luaL_loadbuffer(System.IntPtr,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR int32_t Lua_luaL_loadbuffer_m1233100179 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, String_t* ___buff1, String_t* ___name2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Lua_luaL_loadbuffer_m1233100179_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_0 = Encoding_get_UTF8_m1008486739(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_1 = ___buff1; NullCheck(L_0); ByteU5BU5D_t4116647657* L_2 = VirtFuncInvoker1< ByteU5BU5D_t4116647657*, String_t* >::Invoke(10 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */, L_0, L_1); V_0 = L_2; intptr_t L_3 = ___L0; ByteU5BU5D_t4116647657* L_4 = V_0; ByteU5BU5D_t4116647657* L_5 = V_0; NullCheck(L_5); String_t* L_6 = ___name2; int32_t L_7 = Lua_xluaL_loadbuffer_m2673977280(NULL /*static, unused*/, L_3, L_4, (((int32_t)((int32_t)(((RuntimeArray *)L_5)->max_length)))), L_6, /*hidden argument*/NULL); return L_7; } } extern "C" int32_t CDECL xlua_tocsobj_safe(intptr_t, int32_t); // System.Int32 XLua.LuaDLL.Lua::xlua_tocsobj_safe(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Lua_xlua_tocsobj_safe_m1195188976 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___obj1, const RuntimeMethod* method) { typedef int32_t (CDECL *PInvokeFunc) (intptr_t, int32_t); // Native function invocation int32_t returnValue = reinterpret_cast(xlua_tocsobj_safe)(___L0, ___obj1); return returnValue; } extern "C" int32_t CDECL xlua_tocsobj_fast(intptr_t, int32_t); // System.Int32 XLua.LuaDLL.Lua::xlua_tocsobj_fast(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Lua_xlua_tocsobj_fast_m552072423 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___obj1, const RuntimeMethod* method) { typedef int32_t (CDECL *PInvokeFunc) (intptr_t, int32_t); // Native function invocation int32_t returnValue = reinterpret_cast(xlua_tocsobj_fast)(___L0, ___obj1); return returnValue; } // System.Int32 XLua.LuaDLL.Lua::lua_error(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t Lua_lua_error_m4289945108 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { { intptr_t L_0 = ___L0; Lua_xlua_csharp_error_m1546883816(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return 0; } } extern "C" int32_t CDECL lua_checkstack(intptr_t, int32_t); // System.Boolean XLua.LuaDLL.Lua::lua_checkstack(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool Lua_lua_checkstack_m685072503 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___extra1, const RuntimeMethod* method) { typedef int32_t (CDECL *PInvokeFunc) (intptr_t, int32_t); // Native function invocation int32_t returnValue = reinterpret_cast(lua_checkstack)(___L0, ___extra1); return static_cast(returnValue); } extern "C" int32_t CDECL lua_next(intptr_t, int32_t); // System.Int32 XLua.LuaDLL.Lua::lua_next(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Lua_lua_next_m3364024491 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___index1, const RuntimeMethod* method) { typedef int32_t (CDECL *PInvokeFunc) (intptr_t, int32_t); // Native function invocation int32_t returnValue = reinterpret_cast(lua_next)(___L0, ___index1); return returnValue; } extern "C" void CDECL lua_pushlightuserdata(intptr_t, intptr_t); // System.Void XLua.LuaDLL.Lua::lua_pushlightuserdata(System.IntPtr,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void Lua_lua_pushlightuserdata_m2253183640 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, intptr_t ___udata1, const RuntimeMethod* method) { typedef void (CDECL *PInvokeFunc) (intptr_t, intptr_t); // Native function invocation reinterpret_cast(lua_pushlightuserdata)(___L0, ___udata1); } extern "C" intptr_t CDECL xlua_tag(); // System.IntPtr XLua.LuaDLL.Lua::xlua_tag() extern "C" IL2CPP_METHOD_ATTR intptr_t Lua_xlua_tag_m2599648323 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { typedef intptr_t (CDECL *PInvokeFunc) (); // Native function invocation intptr_t returnValue = reinterpret_cast(xlua_tag)(); return returnValue; } extern "C" void CDECL luaL_where(intptr_t, int32_t); // System.Void XLua.LuaDLL.Lua::luaL_where(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Lua_luaL_where_m344897928 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___level1, const RuntimeMethod* method) { typedef void (CDECL *PInvokeFunc) (intptr_t, int32_t); // Native function invocation reinterpret_cast(luaL_where)(___L0, ___level1); } extern "C" int32_t CDECL xlua_tryget_cachedud(intptr_t, int32_t, int32_t); // System.Int32 XLua.LuaDLL.Lua::xlua_tryget_cachedud(System.IntPtr,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Lua_xlua_tryget_cachedud_m624523963 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___key1, int32_t ___cache_ref2, const RuntimeMethod* method) { typedef int32_t (CDECL *PInvokeFunc) (intptr_t, int32_t, int32_t); // Native function invocation int32_t returnValue = reinterpret_cast(xlua_tryget_cachedud)(___L0, ___key1, ___cache_ref2); return returnValue; } extern "C" void CDECL xlua_pushcsobj(intptr_t, int32_t, int32_t, int32_t, int32_t); // System.Void XLua.LuaDLL.Lua::xlua_pushcsobj(System.IntPtr,System.Int32,System.Int32,System.Boolean,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Lua_xlua_pushcsobj_m669437044 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___key1, int32_t ___meta_ref2, bool ___need_cache3, int32_t ___cache_ref4, const RuntimeMethod* method) { typedef void (CDECL *PInvokeFunc) (intptr_t, int32_t, int32_t, int32_t, int32_t); // Native function invocation reinterpret_cast(xlua_pushcsobj)(___L0, ___key1, ___meta_ref2, static_cast(___need_cache3), ___cache_ref4); } extern "C" int32_t CDECL gen_obj_indexer(intptr_t); // System.Int32 XLua.LuaDLL.Lua::gen_obj_indexer(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t Lua_gen_obj_indexer_m981970365 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { typedef int32_t (CDECL *PInvokeFunc) (intptr_t); // Native function invocation int32_t returnValue = reinterpret_cast(gen_obj_indexer)(___L0); return returnValue; } extern "C" int32_t CDECL gen_obj_newindexer(intptr_t); // System.Int32 XLua.LuaDLL.Lua::gen_obj_newindexer(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t Lua_gen_obj_newindexer_m552221288 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { typedef int32_t (CDECL *PInvokeFunc) (intptr_t); // Native function invocation int32_t returnValue = reinterpret_cast(gen_obj_newindexer)(___L0); return returnValue; } extern "C" int32_t CDECL gen_cls_indexer(intptr_t); // System.Int32 XLua.LuaDLL.Lua::gen_cls_indexer(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t Lua_gen_cls_indexer_m2080781565 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { typedef int32_t (CDECL *PInvokeFunc) (intptr_t); // Native function invocation int32_t returnValue = reinterpret_cast(gen_cls_indexer)(___L0); return returnValue; } extern "C" int32_t CDECL gen_cls_newindexer(intptr_t); // System.Int32 XLua.LuaDLL.Lua::gen_cls_newindexer(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t Lua_gen_cls_newindexer_m2001818131 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { typedef int32_t (CDECL *PInvokeFunc) (intptr_t); // Native function invocation int32_t returnValue = reinterpret_cast(gen_cls_newindexer)(___L0); return returnValue; } extern "C" int32_t CDECL get_error_func_ref(intptr_t); // System.Int32 XLua.LuaDLL.Lua::get_error_func_ref(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t Lua_get_error_func_ref_m4094948020 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { typedef int32_t (CDECL *PInvokeFunc) (intptr_t); // Native function invocation int32_t returnValue = reinterpret_cast(get_error_func_ref)(___L0); return returnValue; } extern "C" int32_t CDECL load_error_func(intptr_t, int32_t); // 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) { typedef int32_t (CDECL *PInvokeFunc) (intptr_t, int32_t); // Native function invocation int32_t returnValue = reinterpret_cast(load_error_func)(___L0, ___Ref1); return returnValue; } extern "C" int32_t CDECL luaopen_i64lib(intptr_t); // System.Int32 XLua.LuaDLL.Lua::luaopen_i64lib(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t Lua_luaopen_i64lib_m1644853958 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { typedef int32_t (CDECL *PInvokeFunc) (intptr_t); // Native function invocation int32_t returnValue = reinterpret_cast(luaopen_i64lib)(___L0); return returnValue; } extern "C" int32_t CDECL luaopen_socket_core(intptr_t); // System.Int32 XLua.LuaDLL.Lua::luaopen_socket_core(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t Lua_luaopen_socket_core_m2113482057 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { typedef int32_t (CDECL *PInvokeFunc) (intptr_t); // Native function invocation int32_t returnValue = reinterpret_cast(luaopen_socket_core)(___L0); return returnValue; } extern "C" void CDECL lua_pushint64(intptr_t, int64_t); // System.Void XLua.LuaDLL.Lua::lua_pushint64(System.IntPtr,System.Int64) extern "C" IL2CPP_METHOD_ATTR void Lua_lua_pushint64_m835440290 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int64_t ___n1, const RuntimeMethod* method) { typedef void (CDECL *PInvokeFunc) (intptr_t, int64_t); // Native function invocation reinterpret_cast(lua_pushint64)(___L0, ___n1); } extern "C" void CDECL lua_pushuint64(intptr_t, uint64_t); // System.Void XLua.LuaDLL.Lua::lua_pushuint64(System.IntPtr,System.UInt64) extern "C" IL2CPP_METHOD_ATTR void Lua_lua_pushuint64_m2089554472 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, uint64_t ___n1, const RuntimeMethod* method) { typedef void (CDECL *PInvokeFunc) (intptr_t, uint64_t); // Native function invocation reinterpret_cast(lua_pushuint64)(___L0, ___n1); } extern "C" int32_t CDECL lua_isint64(intptr_t, int32_t); // System.Boolean XLua.LuaDLL.Lua::lua_isint64(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool Lua_lua_isint64_m1369779581 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method) { typedef int32_t (CDECL *PInvokeFunc) (intptr_t, int32_t); // Native function invocation int32_t returnValue = reinterpret_cast(lua_isint64)(___L0, ___idx1); return static_cast(returnValue); } extern "C" int32_t CDECL lua_isuint64(intptr_t, int32_t); // System.Boolean XLua.LuaDLL.Lua::lua_isuint64(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool Lua_lua_isuint64_m338346154 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method) { typedef int32_t (CDECL *PInvokeFunc) (intptr_t, int32_t); // Native function invocation int32_t returnValue = reinterpret_cast(lua_isuint64)(___L0, ___idx1); return static_cast(returnValue); } extern "C" int64_t CDECL lua_toint64(intptr_t, int32_t); // System.Int64 XLua.LuaDLL.Lua::lua_toint64(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR int64_t Lua_lua_toint64_m2860959092 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method) { typedef int64_t (CDECL *PInvokeFunc) (intptr_t, int32_t); // Native function invocation int64_t returnValue = reinterpret_cast(lua_toint64)(___L0, ___idx1); return returnValue; } extern "C" uint64_t CDECL lua_touint64(intptr_t, int32_t); // System.UInt64 XLua.LuaDLL.Lua::lua_touint64(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR uint64_t Lua_lua_touint64_m3397986040 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method) { typedef uint64_t (CDECL *PInvokeFunc) (intptr_t, int32_t); // Native function invocation uint64_t returnValue = reinterpret_cast(lua_touint64)(___L0, ___idx1); return returnValue; } extern "C" void CDECL xlua_push_csharp_function(intptr_t, intptr_t, int32_t); // System.Void XLua.LuaDLL.Lua::xlua_push_csharp_function(System.IntPtr,System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Lua_xlua_push_csharp_function_m1625404395 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, intptr_t ___fn1, int32_t ___n2, const RuntimeMethod* method) { typedef void (CDECL *PInvokeFunc) (intptr_t, intptr_t, int32_t); // Native function invocation reinterpret_cast(xlua_push_csharp_function)(___L0, ___fn1, ___n2); } extern "C" int32_t CDECL xlua_csharp_str_error(intptr_t, char*); // System.Int32 XLua.LuaDLL.Lua::xlua_csharp_str_error(System.IntPtr,System.String) extern "C" IL2CPP_METHOD_ATTR int32_t Lua_xlua_csharp_str_error_m3044062863 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, String_t* ___message1, const RuntimeMethod* method) { typedef int32_t (CDECL *PInvokeFunc) (intptr_t, char*); // Marshaling of parameter '___message1' to native representation char* ____message1_marshaled = NULL; ____message1_marshaled = il2cpp_codegen_marshal_string(___message1); // Native function invocation int32_t returnValue = reinterpret_cast(xlua_csharp_str_error)(___L0, ____message1_marshaled); // Marshaling cleanup of parameter '___message1' native representation il2cpp_codegen_marshal_free(____message1_marshaled); ____message1_marshaled = NULL; return returnValue; } extern "C" int32_t CDECL xlua_csharp_error(intptr_t); // System.Int32 XLua.LuaDLL.Lua::xlua_csharp_error(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t Lua_xlua_csharp_error_m1546883816 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { typedef int32_t (CDECL *PInvokeFunc) (intptr_t); // Native function invocation int32_t returnValue = reinterpret_cast(xlua_csharp_error)(___L0); return returnValue; } extern "C" int32_t CDECL xlua_pack_int8_t(intptr_t, int32_t, uint8_t); // System.Boolean XLua.LuaDLL.Lua::xlua_pack_int8_t(System.IntPtr,System.Int32,System.Byte) extern "C" IL2CPP_METHOD_ATTR bool Lua_xlua_pack_int8_t_m337597282 (RuntimeObject * __this /* static, unused */, intptr_t ___buff0, int32_t ___offset1, uint8_t ___field2, const RuntimeMethod* method) { typedef int32_t (CDECL *PInvokeFunc) (intptr_t, int32_t, uint8_t); // Native function invocation int32_t returnValue = reinterpret_cast(xlua_pack_int8_t)(___buff0, ___offset1, ___field2); return static_cast(returnValue); } extern "C" int32_t CDECL xlua_unpack_int8_t(intptr_t, int32_t, uint8_t*); // System.Boolean XLua.LuaDLL.Lua::xlua_unpack_int8_t(System.IntPtr,System.Int32,System.Byte&) extern "C" IL2CPP_METHOD_ATTR bool Lua_xlua_unpack_int8_t_m3049318637 (RuntimeObject * __this /* static, unused */, intptr_t ___buff0, int32_t ___offset1, uint8_t* ___field2, const RuntimeMethod* method) { typedef int32_t (CDECL *PInvokeFunc) (intptr_t, int32_t, uint8_t*); // Marshaling of parameter '___field2' to native representation uint8_t ____field2_empty = 0; // Native function invocation int32_t returnValue = reinterpret_cast(xlua_unpack_int8_t)(___buff0, ___offset1, (&____field2_empty)); // Marshaling of parameter '___field2' back from native representation *___field2 = ____field2_empty; return static_cast(returnValue); } extern "C" int32_t CDECL xlua_pack_int16_t(intptr_t, int32_t, int16_t); // System.Boolean XLua.LuaDLL.Lua::xlua_pack_int16_t(System.IntPtr,System.Int32,System.Int16) extern "C" IL2CPP_METHOD_ATTR bool Lua_xlua_pack_int16_t_m2653920609 (RuntimeObject * __this /* static, unused */, intptr_t ___buff0, int32_t ___offset1, int16_t ___field2, const RuntimeMethod* method) { typedef int32_t (CDECL *PInvokeFunc) (intptr_t, int32_t, int16_t); // Native function invocation int32_t returnValue = reinterpret_cast(xlua_pack_int16_t)(___buff0, ___offset1, ___field2); return static_cast(returnValue); } extern "C" int32_t CDECL xlua_unpack_int16_t(intptr_t, int32_t, int16_t*); // System.Boolean XLua.LuaDLL.Lua::xlua_unpack_int16_t(System.IntPtr,System.Int32,System.Int16&) extern "C" IL2CPP_METHOD_ATTR bool Lua_xlua_unpack_int16_t_m2951155519 (RuntimeObject * __this /* static, unused */, intptr_t ___buff0, int32_t ___offset1, int16_t* ___field2, const RuntimeMethod* method) { typedef int32_t (CDECL *PInvokeFunc) (intptr_t, int32_t, int16_t*); // Marshaling of parameter '___field2' to native representation int16_t ____field2_empty = 0; // Native function invocation int32_t returnValue = reinterpret_cast(xlua_unpack_int16_t)(___buff0, ___offset1, (&____field2_empty)); // Marshaling of parameter '___field2' back from native representation *___field2 = ____field2_empty; return static_cast(returnValue); } extern "C" int32_t CDECL xlua_pack_int32_t(intptr_t, int32_t, int32_t); // System.Boolean XLua.LuaDLL.Lua::xlua_pack_int32_t(System.IntPtr,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool Lua_xlua_pack_int32_t_m2019350512 (RuntimeObject * __this /* static, unused */, intptr_t ___buff0, int32_t ___offset1, int32_t ___field2, const RuntimeMethod* method) { typedef int32_t (CDECL *PInvokeFunc) (intptr_t, int32_t, int32_t); // Native function invocation int32_t returnValue = reinterpret_cast(xlua_pack_int32_t)(___buff0, ___offset1, ___field2); return static_cast(returnValue); } extern "C" int32_t CDECL xlua_unpack_int32_t(intptr_t, int32_t, int32_t*); // System.Boolean XLua.LuaDLL.Lua::xlua_unpack_int32_t(System.IntPtr,System.Int32,System.Int32&) extern "C" IL2CPP_METHOD_ATTR bool Lua_xlua_unpack_int32_t_m2309992995 (RuntimeObject * __this /* static, unused */, intptr_t ___buff0, int32_t ___offset1, int32_t* ___field2, const RuntimeMethod* method) { typedef int32_t (CDECL *PInvokeFunc) (intptr_t, int32_t, int32_t*); // Marshaling of parameter '___field2' to native representation int32_t ____field2_empty = 0; // Native function invocation int32_t returnValue = reinterpret_cast(xlua_unpack_int32_t)(___buff0, ___offset1, (&____field2_empty)); // Marshaling of parameter '___field2' back from native representation *___field2 = ____field2_empty; return static_cast(returnValue); } extern "C" int32_t CDECL xlua_pack_int64_t(intptr_t, int32_t, int64_t); // System.Boolean XLua.LuaDLL.Lua::xlua_pack_int64_t(System.IntPtr,System.Int32,System.Int64) extern "C" IL2CPP_METHOD_ATTR bool Lua_xlua_pack_int64_t_m2641152947 (RuntimeObject * __this /* static, unused */, intptr_t ___buff0, int32_t ___offset1, int64_t ___field2, const RuntimeMethod* method) { typedef int32_t (CDECL *PInvokeFunc) (intptr_t, int32_t, int64_t); // Native function invocation int32_t returnValue = reinterpret_cast(xlua_pack_int64_t)(___buff0, ___offset1, ___field2); return static_cast(returnValue); } extern "C" int32_t CDECL xlua_unpack_int64_t(intptr_t, int32_t, int64_t*); // System.Boolean XLua.LuaDLL.Lua::xlua_unpack_int64_t(System.IntPtr,System.Int32,System.Int64&) extern "C" IL2CPP_METHOD_ATTR bool Lua_xlua_unpack_int64_t_m1674606325 (RuntimeObject * __this /* static, unused */, intptr_t ___buff0, int32_t ___offset1, int64_t* ___field2, const RuntimeMethod* method) { typedef int32_t (CDECL *PInvokeFunc) (intptr_t, int32_t, int64_t*); // Marshaling of parameter '___field2' to native representation int64_t ____field2_empty = 0; // Native function invocation int32_t returnValue = reinterpret_cast(xlua_unpack_int64_t)(___buff0, ___offset1, (&____field2_empty)); // Marshaling of parameter '___field2' back from native representation *___field2 = ____field2_empty; return static_cast(returnValue); } extern "C" int32_t CDECL xlua_pack_float(intptr_t, int32_t, float); // System.Boolean XLua.LuaDLL.Lua::xlua_pack_float(System.IntPtr,System.Int32,System.Single) extern "C" IL2CPP_METHOD_ATTR bool Lua_xlua_pack_float_m241269732 (RuntimeObject * __this /* static, unused */, intptr_t ___buff0, int32_t ___offset1, float ___field2, const RuntimeMethod* method) { typedef int32_t (CDECL *PInvokeFunc) (intptr_t, int32_t, float); // Native function invocation int32_t returnValue = reinterpret_cast(xlua_pack_float)(___buff0, ___offset1, ___field2); return static_cast(returnValue); } extern "C" int32_t CDECL xlua_unpack_float(intptr_t, int32_t, float*); // System.Boolean XLua.LuaDLL.Lua::xlua_unpack_float(System.IntPtr,System.Int32,System.Single&) extern "C" IL2CPP_METHOD_ATTR bool Lua_xlua_unpack_float_m3558117169 (RuntimeObject * __this /* static, unused */, intptr_t ___buff0, int32_t ___offset1, float* ___field2, const RuntimeMethod* method) { typedef int32_t (CDECL *PInvokeFunc) (intptr_t, int32_t, float*); // Marshaling of parameter '___field2' to native representation float ____field2_empty = 0.0f; // Native function invocation int32_t returnValue = reinterpret_cast(xlua_unpack_float)(___buff0, ___offset1, (&____field2_empty)); // Marshaling of parameter '___field2' back from native representation *___field2 = ____field2_empty; return static_cast(returnValue); } extern "C" int32_t CDECL xlua_pack_double(intptr_t, int32_t, double); // System.Boolean XLua.LuaDLL.Lua::xlua_pack_double(System.IntPtr,System.Int32,System.Double) extern "C" IL2CPP_METHOD_ATTR bool Lua_xlua_pack_double_m2689957062 (RuntimeObject * __this /* static, unused */, intptr_t ___buff0, int32_t ___offset1, double ___field2, const RuntimeMethod* method) { typedef int32_t (CDECL *PInvokeFunc) (intptr_t, int32_t, double); // Native function invocation int32_t returnValue = reinterpret_cast(xlua_pack_double)(___buff0, ___offset1, ___field2); return static_cast(returnValue); } extern "C" int32_t CDECL xlua_unpack_double(intptr_t, int32_t, double*); // System.Boolean XLua.LuaDLL.Lua::xlua_unpack_double(System.IntPtr,System.Int32,System.Double&) extern "C" IL2CPP_METHOD_ATTR bool Lua_xlua_unpack_double_m2207375992 (RuntimeObject * __this /* static, unused */, intptr_t ___buff0, int32_t ___offset1, double* ___field2, const RuntimeMethod* method) { typedef int32_t (CDECL *PInvokeFunc) (intptr_t, int32_t, double*); // Marshaling of parameter '___field2' to native representation double ____field2_empty = 0.0; // Native function invocation int32_t returnValue = reinterpret_cast(xlua_unpack_double)(___buff0, ___offset1, (&____field2_empty)); // Marshaling of parameter '___field2' back from native representation *___field2 = ____field2_empty; return static_cast(returnValue); } extern "C" intptr_t CDECL xlua_pushstruct(intptr_t, uint32_t, int32_t); // System.IntPtr XLua.LuaDLL.Lua::xlua_pushstruct(System.IntPtr,System.UInt32,System.Int32) extern "C" IL2CPP_METHOD_ATTR intptr_t Lua_xlua_pushstruct_m3448988750 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, uint32_t ___size1, int32_t ___meta_ref2, const RuntimeMethod* method) { typedef intptr_t (CDECL *PInvokeFunc) (intptr_t, uint32_t, int32_t); // Native function invocation intptr_t returnValue = reinterpret_cast(xlua_pushstruct)(___L0, ___size1, ___meta_ref2); return returnValue; } extern "C" void CDECL xlua_pushcstable(intptr_t, uint32_t, int32_t); // System.Void XLua.LuaDLL.Lua::xlua_pushcstable(System.IntPtr,System.UInt32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Lua_xlua_pushcstable_m3658111026 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, uint32_t ___field_count1, int32_t ___meta_ref2, const RuntimeMethod* method) { typedef void (CDECL *PInvokeFunc) (intptr_t, uint32_t, int32_t); // Native function invocation reinterpret_cast(xlua_pushcstable)(___L0, ___field_count1, ___meta_ref2); } extern "C" intptr_t CDECL lua_touserdata(intptr_t, int32_t); // System.IntPtr XLua.LuaDLL.Lua::lua_touserdata(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR intptr_t Lua_lua_touserdata_m3275992727 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method) { typedef intptr_t (CDECL *PInvokeFunc) (intptr_t, int32_t); // Native function invocation intptr_t returnValue = reinterpret_cast(lua_touserdata)(___L0, ___idx1); return returnValue; } extern "C" int32_t CDECL xlua_gettypeid(intptr_t, int32_t); // System.Int32 XLua.LuaDLL.Lua::xlua_gettypeid(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Lua_xlua_gettypeid_m3587351592 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method) { typedef int32_t (CDECL *PInvokeFunc) (intptr_t, int32_t); // Native function invocation int32_t returnValue = reinterpret_cast(xlua_gettypeid)(___L0, ___idx1); return returnValue; } extern "C" int32_t CDECL xlua_get_registry_index(); // System.Int32 XLua.LuaDLL.Lua::xlua_get_registry_index() extern "C" IL2CPP_METHOD_ATTR int32_t Lua_xlua_get_registry_index_m3765757661 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { typedef int32_t (CDECL *PInvokeFunc) (); // Native function invocation int32_t returnValue = reinterpret_cast(xlua_get_registry_index)(); return returnValue; } extern "C" int32_t CDECL xlua_pgettable_bypath(intptr_t, int32_t, char*); // System.Int32 XLua.LuaDLL.Lua::xlua_pgettable_bypath(System.IntPtr,System.Int32,System.String) extern "C" IL2CPP_METHOD_ATTR int32_t Lua_xlua_pgettable_bypath_m927775643 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___idx1, String_t* ___path2, const RuntimeMethod* method) { typedef int32_t (CDECL *PInvokeFunc) (intptr_t, int32_t, char*); // Marshaling of parameter '___path2' to native representation char* ____path2_marshaled = NULL; ____path2_marshaled = il2cpp_codegen_marshal_string(___path2); // Native function invocation int32_t returnValue = reinterpret_cast(xlua_pgettable_bypath)(___L0, ___idx1, ____path2_marshaled); // Marshaling cleanup of parameter '___path2' native representation il2cpp_codegen_marshal_free(____path2_marshaled); ____path2_marshaled = NULL; return returnValue; } extern "C" int32_t CDECL xlua_psettable_bypath(intptr_t, int32_t, char*); // System.Int32 XLua.LuaDLL.Lua::xlua_psettable_bypath(System.IntPtr,System.Int32,System.String) extern "C" IL2CPP_METHOD_ATTR int32_t Lua_xlua_psettable_bypath_m2037219172 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___idx1, String_t* ___path2, const RuntimeMethod* method) { typedef int32_t (CDECL *PInvokeFunc) (intptr_t, int32_t, char*); // Marshaling of parameter '___path2' to native representation char* ____path2_marshaled = NULL; ____path2_marshaled = il2cpp_codegen_marshal_string(___path2); // Native function invocation int32_t returnValue = reinterpret_cast(xlua_psettable_bypath)(___L0, ___idx1, ____path2_marshaled); // Marshaling cleanup of parameter '___path2' native representation il2cpp_codegen_marshal_free(____path2_marshaled); ____path2_marshaled = NULL; return returnValue; } extern "C" int32_t CDECL xlua_pack_float2(intptr_t, int32_t, float, float); // System.Boolean XLua.LuaDLL.Lua::xlua_pack_float2(System.IntPtr,System.Int32,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR bool Lua_xlua_pack_float2_m2286235945 (RuntimeObject * __this /* static, unused */, intptr_t ___buff0, int32_t ___offset1, float ___f12, float ___f23, const RuntimeMethod* method) { typedef int32_t (CDECL *PInvokeFunc) (intptr_t, int32_t, float, float); // Native function invocation int32_t returnValue = reinterpret_cast(xlua_pack_float2)(___buff0, ___offset1, ___f12, ___f23); return static_cast(returnValue); } extern "C" int32_t CDECL xlua_unpack_float2(intptr_t, int32_t, float*, float*); // System.Boolean XLua.LuaDLL.Lua::xlua_unpack_float2(System.IntPtr,System.Int32,System.Single&,System.Single&) extern "C" IL2CPP_METHOD_ATTR bool Lua_xlua_unpack_float2_m4138521020 (RuntimeObject * __this /* static, unused */, intptr_t ___buff0, int32_t ___offset1, float* ___f12, float* ___f23, const RuntimeMethod* method) { typedef int32_t (CDECL *PInvokeFunc) (intptr_t, int32_t, float*, float*); // Marshaling of parameter '___f12' to native representation float ____f12_empty = 0.0f; // Marshaling of parameter '___f23' to native representation float ____f23_empty = 0.0f; // Native function invocation int32_t returnValue = reinterpret_cast(xlua_unpack_float2)(___buff0, ___offset1, (&____f12_empty), (&____f23_empty)); // Marshaling of parameter '___f12' back from native representation *___f12 = ____f12_empty; // Marshaling of parameter '___f23' back from native representation *___f23 = ____f23_empty; return static_cast(returnValue); } extern "C" int32_t CDECL xlua_pack_float3(intptr_t, int32_t, float, float, float); // System.Boolean XLua.LuaDLL.Lua::xlua_pack_float3(System.IntPtr,System.Int32,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR bool Lua_xlua_pack_float3_m738897347 (RuntimeObject * __this /* static, unused */, intptr_t ___buff0, int32_t ___offset1, float ___f12, float ___f23, float ___f34, const RuntimeMethod* method) { typedef int32_t (CDECL *PInvokeFunc) (intptr_t, int32_t, float, float, float); // Native function invocation int32_t returnValue = reinterpret_cast(xlua_pack_float3)(___buff0, ___offset1, ___f12, ___f23, ___f34); return static_cast(returnValue); } extern "C" int32_t CDECL xlua_unpack_float3(intptr_t, int32_t, float*, float*, float*); // System.Boolean XLua.LuaDLL.Lua::xlua_unpack_float3(System.IntPtr,System.Int32,System.Single&,System.Single&,System.Single&) extern "C" IL2CPP_METHOD_ATTR bool Lua_xlua_unpack_float3_m4127110488 (RuntimeObject * __this /* static, unused */, intptr_t ___buff0, int32_t ___offset1, float* ___f12, float* ___f23, float* ___f34, const RuntimeMethod* method) { typedef int32_t (CDECL *PInvokeFunc) (intptr_t, int32_t, float*, float*, float*); // Marshaling of parameter '___f12' to native representation float ____f12_empty = 0.0f; // Marshaling of parameter '___f23' to native representation float ____f23_empty = 0.0f; // Marshaling of parameter '___f34' to native representation float ____f34_empty = 0.0f; // Native function invocation int32_t returnValue = reinterpret_cast(xlua_unpack_float3)(___buff0, ___offset1, (&____f12_empty), (&____f23_empty), (&____f34_empty)); // Marshaling of parameter '___f12' back from native representation *___f12 = ____f12_empty; // Marshaling of parameter '___f23' back from native representation *___f23 = ____f23_empty; // Marshaling of parameter '___f34' back from native representation *___f34 = ____f34_empty; return static_cast(returnValue); } extern "C" int32_t CDECL xlua_pack_float4(intptr_t, int32_t, float, float, float, float); // System.Boolean XLua.LuaDLL.Lua::xlua_pack_float4(System.IntPtr,System.Int32,System.Single,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR bool Lua_xlua_pack_float4_m1391149225 (RuntimeObject * __this /* static, unused */, intptr_t ___buff0, int32_t ___offset1, float ___f12, float ___f23, float ___f34, float ___f45, const RuntimeMethod* method) { typedef int32_t (CDECL *PInvokeFunc) (intptr_t, int32_t, float, float, float, float); // Native function invocation int32_t returnValue = reinterpret_cast(xlua_pack_float4)(___buff0, ___offset1, ___f12, ___f23, ___f34, ___f45); return static_cast(returnValue); } extern "C" int32_t CDECL xlua_unpack_float4(intptr_t, int32_t, float*, float*, float*, float*); // System.Boolean XLua.LuaDLL.Lua::xlua_unpack_float4(System.IntPtr,System.Int32,System.Single&,System.Single&,System.Single&,System.Single&) extern "C" IL2CPP_METHOD_ATTR bool Lua_xlua_unpack_float4_m481666704 (RuntimeObject * __this /* static, unused */, intptr_t ___buff0, int32_t ___offset1, float* ___f12, float* ___f23, float* ___f34, float* ___f45, const RuntimeMethod* method) { typedef int32_t (CDECL *PInvokeFunc) (intptr_t, int32_t, float*, float*, float*, float*); // Marshaling of parameter '___f12' to native representation float ____f12_empty = 0.0f; // Marshaling of parameter '___f23' to native representation float ____f23_empty = 0.0f; // Marshaling of parameter '___f34' to native representation float ____f34_empty = 0.0f; // Marshaling of parameter '___f45' to native representation float ____f45_empty = 0.0f; // Native function invocation int32_t returnValue = reinterpret_cast(xlua_unpack_float4)(___buff0, ___offset1, (&____f12_empty), (&____f23_empty), (&____f34_empty), (&____f45_empty)); // Marshaling of parameter '___f12' back from native representation *___f12 = ____f12_empty; // Marshaling of parameter '___f23' back from native representation *___f23 = ____f23_empty; // Marshaling of parameter '___f34' back from native representation *___f34 = ____f34_empty; // Marshaling of parameter '___f45' back from native representation *___f45 = ____f45_empty; return static_cast(returnValue); } extern "C" int32_t CDECL xlua_pack_float5(intptr_t, int32_t, float, float, float, float, float); // System.Boolean XLua.LuaDLL.Lua::xlua_pack_float5(System.IntPtr,System.Int32,System.Single,System.Single,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR bool Lua_xlua_pack_float5_m2589963580 (RuntimeObject * __this /* static, unused */, intptr_t ___buff0, int32_t ___offset1, float ___f12, float ___f23, float ___f34, float ___f45, float ___f56, const RuntimeMethod* method) { typedef int32_t (CDECL *PInvokeFunc) (intptr_t, int32_t, float, float, float, float, float); // Native function invocation int32_t returnValue = reinterpret_cast(xlua_pack_float5)(___buff0, ___offset1, ___f12, ___f23, ___f34, ___f45, ___f56); return static_cast(returnValue); } extern "C" int32_t CDECL xlua_unpack_float5(intptr_t, int32_t, float*, float*, float*, float*, float*); // System.Boolean XLua.LuaDLL.Lua::xlua_unpack_float5(System.IntPtr,System.Int32,System.Single&,System.Single&,System.Single&,System.Single&,System.Single&) extern "C" IL2CPP_METHOD_ATTR bool Lua_xlua_unpack_float5_m3784461622 (RuntimeObject * __this /* static, unused */, intptr_t ___buff0, int32_t ___offset1, float* ___f12, float* ___f23, float* ___f34, float* ___f45, float* ___f56, const RuntimeMethod* method) { typedef int32_t (CDECL *PInvokeFunc) (intptr_t, int32_t, float*, float*, float*, float*, float*); // Marshaling of parameter '___f12' to native representation float ____f12_empty = 0.0f; // Marshaling of parameter '___f23' to native representation float ____f23_empty = 0.0f; // Marshaling of parameter '___f34' to native representation float ____f34_empty = 0.0f; // Marshaling of parameter '___f45' to native representation float ____f45_empty = 0.0f; // Marshaling of parameter '___f56' to native representation float ____f56_empty = 0.0f; // Native function invocation int32_t returnValue = reinterpret_cast(xlua_unpack_float5)(___buff0, ___offset1, (&____f12_empty), (&____f23_empty), (&____f34_empty), (&____f45_empty), (&____f56_empty)); // Marshaling of parameter '___f12' back from native representation *___f12 = ____f12_empty; // Marshaling of parameter '___f23' back from native representation *___f23 = ____f23_empty; // Marshaling of parameter '___f34' back from native representation *___f34 = ____f34_empty; // Marshaling of parameter '___f45' back from native representation *___f45 = ____f45_empty; // Marshaling of parameter '___f56' back from native representation *___f56 = ____f56_empty; return static_cast(returnValue); } extern "C" int32_t CDECL xlua_pack_float6(intptr_t, int32_t, float, float, float, float, float, float); // System.Boolean XLua.LuaDLL.Lua::xlua_pack_float6(System.IntPtr,System.Int32,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single) extern "C" IL2CPP_METHOD_ATTR bool Lua_xlua_pack_float6_m3577210297 (RuntimeObject * __this /* static, unused */, intptr_t ___buff0, int32_t ___offset1, float ___f12, float ___f23, float ___f34, float ___f45, float ___f56, float ___f67, const RuntimeMethod* method) { typedef int32_t (CDECL *PInvokeFunc) (intptr_t, int32_t, float, float, float, float, float, float); // Native function invocation int32_t returnValue = reinterpret_cast(xlua_pack_float6)(___buff0, ___offset1, ___f12, ___f23, ___f34, ___f45, ___f56, ___f67); return static_cast(returnValue); } extern "C" int32_t CDECL xlua_unpack_float6(intptr_t, int32_t, float*, float*, float*, float*, float*, float*); // System.Boolean XLua.LuaDLL.Lua::xlua_unpack_float6(System.IntPtr,System.Int32,System.Single&,System.Single&,System.Single&,System.Single&,System.Single&,System.Single&) extern "C" IL2CPP_METHOD_ATTR bool Lua_xlua_unpack_float6_m1926056992 (RuntimeObject * __this /* static, unused */, intptr_t ___buff0, int32_t ___offset1, float* ___f12, float* ___f23, float* ___f34, float* ___f45, float* ___f56, float* ___f67, const RuntimeMethod* method) { typedef int32_t (CDECL *PInvokeFunc) (intptr_t, int32_t, float*, float*, float*, float*, float*, float*); // Marshaling of parameter '___f12' to native representation float ____f12_empty = 0.0f; // Marshaling of parameter '___f23' to native representation float ____f23_empty = 0.0f; // Marshaling of parameter '___f34' to native representation float ____f34_empty = 0.0f; // Marshaling of parameter '___f45' to native representation float ____f45_empty = 0.0f; // Marshaling of parameter '___f56' to native representation float ____f56_empty = 0.0f; // Marshaling of parameter '___f67' to native representation float ____f67_empty = 0.0f; // Native function invocation int32_t returnValue = reinterpret_cast(xlua_unpack_float6)(___buff0, ___offset1, (&____f12_empty), (&____f23_empty), (&____f34_empty), (&____f45_empty), (&____f56_empty), (&____f67_empty)); // Marshaling of parameter '___f12' back from native representation *___f12 = ____f12_empty; // Marshaling of parameter '___f23' back from native representation *___f23 = ____f23_empty; // Marshaling of parameter '___f34' back from native representation *___f34 = ____f34_empty; // Marshaling of parameter '___f45' back from native representation *___f45 = ____f45_empty; // Marshaling of parameter '___f56' back from native representation *___f56 = ____f56_empty; // Marshaling of parameter '___f67' back from native representation *___f67 = ____f67_empty; return static_cast(returnValue); } extern "C" int32_t CDECL xlua_pack_decimal(intptr_t, int32_t, Decimal_t2948259380 *); // System.Boolean XLua.LuaDLL.Lua::xlua_pack_decimal(System.IntPtr,System.Int32,System.Decimal&) extern "C" IL2CPP_METHOD_ATTR bool Lua_xlua_pack_decimal_m1763414670 (RuntimeObject * __this /* static, unused */, intptr_t ___buff0, int32_t ___offset1, Decimal_t2948259380 * ___dec2, const RuntimeMethod* method) { typedef int32_t (CDECL *PInvokeFunc) (intptr_t, int32_t, Decimal_t2948259380 *); // Native function invocation int32_t returnValue = reinterpret_cast(xlua_pack_decimal)(___buff0, ___offset1, ___dec2); return static_cast(returnValue); } extern "C" int32_t CDECL xlua_unpack_decimal(intptr_t, int32_t, uint8_t*, uint8_t*, int32_t*, uint64_t*); // System.Boolean XLua.LuaDLL.Lua::xlua_unpack_decimal(System.IntPtr,System.Int32,System.Byte&,System.Byte&,System.Int32&,System.UInt64&) extern "C" IL2CPP_METHOD_ATTR bool Lua_xlua_unpack_decimal_m1715231358 (RuntimeObject * __this /* static, unused */, intptr_t ___buff0, int32_t ___offset1, uint8_t* ___scale2, uint8_t* ___sign3, int32_t* ___hi324, uint64_t* ___lo645, const RuntimeMethod* method) { typedef int32_t (CDECL *PInvokeFunc) (intptr_t, int32_t, uint8_t*, uint8_t*, int32_t*, uint64_t*); // Marshaling of parameter '___scale2' to native representation uint8_t ____scale2_empty = 0; // Marshaling of parameter '___sign3' to native representation uint8_t ____sign3_empty = 0; // Marshaling of parameter '___hi324' to native representation int32_t ____hi324_empty = 0; // Marshaling of parameter '___lo645' to native representation uint64_t ____lo645_empty = 0; // Native function invocation int32_t returnValue = reinterpret_cast(xlua_unpack_decimal)(___buff0, ___offset1, (&____scale2_empty), (&____sign3_empty), (&____hi324_empty), (&____lo645_empty)); // Marshaling of parameter '___scale2' back from native representation *___scale2 = ____scale2_empty; // Marshaling of parameter '___sign3' back from native representation *___sign3 = ____sign3_empty; // Marshaling of parameter '___hi324' back from native representation *___hi324 = ____hi324_empty; // Marshaling of parameter '___lo645' back from native representation *___lo645 = ____lo645_empty; return static_cast(returnValue); } // 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) { { intptr_t L_0 = ___L0; int32_t L_1 = ___index1; String_t* L_2 = ___str2; String_t* L_3 = ___str2; NullCheck(L_3); int32_t L_4 = String_get_Length_m3847582255(L_3, /*hidden argument*/NULL); bool L_5 = Lua_xlua_is_eq_str_m2481305601(NULL /*static, unused*/, L_0, L_1, L_2, L_4, /*hidden argument*/NULL); return L_5; } } extern "C" int32_t CDECL xlua_is_eq_str(intptr_t, int32_t, char*, int32_t); // System.Boolean XLua.LuaDLL.Lua::xlua_is_eq_str(System.IntPtr,System.Int32,System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool Lua_xlua_is_eq_str_m2481305601 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___index1, String_t* ___str2, int32_t ___str_len3, const RuntimeMethod* method) { typedef int32_t (CDECL *PInvokeFunc) (intptr_t, int32_t, char*, int32_t); // Marshaling of parameter '___str2' to native representation char* ____str2_marshaled = NULL; ____str2_marshaled = il2cpp_codegen_marshal_string(___str2); // Native function invocation int32_t returnValue = reinterpret_cast(xlua_is_eq_str)(___L0, ___index1, ____str2_marshaled, ___str_len3); // Marshaling cleanup of parameter '___str2' native representation il2cpp_codegen_marshal_free(____str2_marshaled); ____str2_marshaled = NULL; return static_cast(returnValue); } extern "C" intptr_t CDECL xlua_gl(intptr_t); // System.IntPtr XLua.LuaDLL.Lua::xlua_gl(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR intptr_t Lua_xlua_gl_m921891067 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, const RuntimeMethod* method) { typedef intptr_t (CDECL *PInvokeFunc) (intptr_t); // Native function invocation intptr_t returnValue = reinterpret_cast(xlua_gl)(___L0); return returnValue; } #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 DelegatePInvokeWrapper_lua_CSFunction_t883524059 (lua_CSFunction_t883524059 * __this, intptr_t ___L0, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc)(intptr_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Native function invocation int32_t returnValue = il2cppPInvokeFunc(___L0); return returnValue; } // 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) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Int32 XLua.LuaDLL.lua_CSFunction::Invoke(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t lua_CSFunction_Invoke_m216159223 (lua_CSFunction_t883524059 * __this, intptr_t ___L0, const RuntimeMethod* method) { int32_t result = 0; if(__this->get_prev_9() != NULL) { lua_CSFunction_Invoke_m216159223((lua_CSFunction_t883524059 *)__this->get_prev_9(), ___L0, 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 int32_t (*FunctionPointerType) (RuntimeObject *, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___L0, targetMethod); } } else { // closed { typedef int32_t (*FunctionPointerType) (RuntimeObject *, void*, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___L0, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker1< int32_t, intptr_t >::Invoke(targetMethod, targetThis, ___L0); else result = GenericVirtFuncInvoker1< int32_t, intptr_t >::Invoke(targetMethod, targetThis, ___L0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< int32_t, intptr_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___L0); else result = VirtFuncInvoker1< int32_t, intptr_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___L0); } } else { typedef int32_t (*FunctionPointerType) (void*, intptr_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___L0, targetMethod); } } } return result; } // System.IAsyncResult XLua.LuaDLL.lua_CSFunction::BeginInvoke(System.IntPtr,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* lua_CSFunction_BeginInvoke_m2558897430 (lua_CSFunction_t883524059 * __this, intptr_t ___L0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (lua_CSFunction_BeginInvoke_m2558897430_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___L0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Int32 XLua.LuaDLL.lua_CSFunction::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR int32_t lua_CSFunction_EndInvoke_m2654718961 (lua_CSFunction_t883524059 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(int32_t*)UnBox ((RuntimeObject*)__result); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.LuaEnv::.ctor() extern "C" IL2CPP_METHOD_ATTR void LuaEnv__ctor_m1444695618 (LuaEnv_t2152703515 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LuaEnv__ctor_m1444695618_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; intptr_t G_B4_0; memset(&G_B4_0, 0, sizeof(G_B4_0)); intptr_t G_B3_0; memset(&G_B3_0, 0, sizeof(G_B3_0)); intptr_t G_B6_0; memset(&G_B6_0, 0, sizeof(G_B6_0)); intptr_t G_B5_0; memset(&G_B5_0, 0, sizeof(G_B5_0)); LuaEnv_t2152703515 * G_B10_0 = NULL; LuaEnv_t2152703515 * G_B9_0 = NULL; LuaEnv_t2152703515 * G_B12_0 = NULL; LuaEnv_t2152703515 * G_B11_0 = NULL; LuaEnv_t2152703515 * G_B14_0 = NULL; LuaEnv_t2152703515 * G_B13_0 = NULL; LuaEnv_t2152703515 * G_B16_0 = NULL; LuaEnv_t2152703515 * G_B15_0 = NULL; String_t* G_B18_0 = NULL; LuaEnv_t2152703515 * G_B18_1 = NULL; String_t* G_B17_0 = NULL; LuaEnv_t2152703515 * G_B17_1 = NULL; String_t* G_B20_0 = NULL; LuaEnv_t2152703515 * G_B20_1 = NULL; String_t* G_B19_0 = NULL; LuaEnv_t2152703515 * G_B19_1 = NULL; String_t* G_B22_0 = NULL; LuaEnv_t2152703515 * G_B22_1 = NULL; String_t* G_B21_0 = NULL; LuaEnv_t2152703515 * G_B21_1 = NULL; intptr_t G_B24_0; memset(&G_B24_0, 0, sizeof(G_B24_0)); intptr_t G_B23_0; memset(&G_B23_0, 0, sizeof(G_B23_0)); { __this->set_errorFuncRef_5((-1)); __this->set_max_check_per_tick_9(((int32_t)20)); intptr_t L_0 = (intptr_t)LuaEnv_ObjectValidCheck_m2365723176_RuntimeMethod_var; Func_2_t3759279471 * L_1 = (Func_2_t3759279471 *)il2cpp_codegen_object_new(Func_2_t3759279471_il2cpp_TypeInfo_var); Func_2__ctor_m3104565095(L_1, NULL, L_0, /*hidden argument*/Func_2__ctor_m3104565095_RuntimeMethod_var); __this->set_object_valid_checker_10(L_1); Queue_1_t1426481692 * L_2 = (Queue_1_t1426481692 *)il2cpp_codegen_object_new(Queue_1_t1426481692_il2cpp_TypeInfo_var); Queue_1__ctor_m2745297526(L_2, /*hidden argument*/Queue_1__ctor_m2745297526_RuntimeMethod_var); __this->set_refQueue_12(L_2); __this->set_init_xlua_13(_stringLiteral515399239); List_1_t1937904963 * L_3 = (List_1_t1937904963 *)il2cpp_codegen_object_new(List_1_t1937904963_il2cpp_TypeInfo_var); List_1__ctor_m217200730(L_3, /*hidden argument*/List_1__ctor_m217200730_RuntimeMethod_var); __this->set_customLoaders_14(L_3); Dictionary_2_t668780358 * L_4 = (Dictionary_2_t668780358 *)il2cpp_codegen_object_new(Dictionary_2_t668780358_il2cpp_TypeInfo_var); Dictionary_2__ctor_m757427480(L_4, /*hidden argument*/Dictionary_2__ctor_m757427480_RuntimeMethod_var); __this->set_buildin_initer_15(L_4); Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_5 = Lua_xlua_get_lib_version_m1170355840(NULL /*static, unused*/, /*hidden argument*/NULL); if ((((int32_t)L_5) == ((int32_t)((int32_t)105)))) { goto IL_0097; } } { ObjectU5BU5D_t2843939325* L_6 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)4)); NullCheck(L_6); ArrayElementTypeCheck (L_6, _stringLiteral1553572904); (L_6)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral1553572904); ObjectU5BU5D_t2843939325* L_7 = L_6; int32_t L_8 = ((int32_t)105); RuntimeObject * L_9 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_8); NullCheck(L_7); ArrayElementTypeCheck (L_7, L_9); (L_7)->SetAt(static_cast(1), (RuntimeObject *)L_9); ObjectU5BU5D_t2843939325* L_10 = L_7; NullCheck(L_10); ArrayElementTypeCheck (L_10, _stringLiteral1872395187); (L_10)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1872395187); ObjectU5BU5D_t2843939325* L_11 = L_10; int32_t L_12 = Lua_xlua_get_lib_version_m1170355840(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_13 = L_12; RuntimeObject * L_14 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_13); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_14); (L_11)->SetAt(static_cast(3), (RuntimeObject *)L_14); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_15 = String_Concat_m2971454694(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); InvalidProgramException_t3836716986 * L_16 = (InvalidProgramException_t3836716986 *)il2cpp_codegen_object_new(InvalidProgramException_t3836716986_il2cpp_TypeInfo_var); InvalidProgramException__ctor_m3976792134(L_16, L_15, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16,LuaEnv__ctor_m1444695618_RuntimeMethod_var); } IL_0097: { int32_t L_17 = Lua_xlua_get_registry_index_m3765757661(NULL /*static, unused*/, /*hidden argument*/NULL); LuaIndexes_set_LUA_REGISTRYINDEX_m3987034760(NULL /*static, unused*/, L_17, /*hidden argument*/NULL); intptr_t L_18 = Lua_luaL_newstate_m2446219266(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_rawL_2(L_18); intptr_t L_19 = __this->get_rawL_2(); Lua_luaopen_xlua_m3245607481(NULL /*static, unused*/, L_19, /*hidden argument*/NULL); intptr_t L_20 = __this->get_rawL_2(); Lua_luaopen_i64lib_m1644853958(NULL /*static, unused*/, L_20, /*hidden argument*/NULL); intptr_t L_21 = __this->get_rawL_2(); ObjectTranslator_t2020767555 * L_22 = (ObjectTranslator_t2020767555 *)il2cpp_codegen_object_new(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var); ObjectTranslator__ctor_m1386574389(L_22, __this, L_21, /*hidden argument*/NULL); __this->set_translator_4(L_22); ObjectTranslator_t2020767555 * L_23 = __this->get_translator_4(); intptr_t L_24 = __this->get_rawL_2(); NullCheck(L_23); ObjectTranslator_createFunctionMetatable_m475099348(L_23, L_24, /*hidden argument*/NULL); ObjectTranslator_t2020767555 * L_25 = __this->get_translator_4(); intptr_t L_26 = __this->get_rawL_2(); NullCheck(L_25); ObjectTranslator_OpenLib_m1615739828(L_25, L_26, /*hidden argument*/NULL); ObjectTranslatorPool_t158158286 * L_27 = ObjectTranslatorPool_get_Instance_m842665354(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_28 = __this->get_rawL_2(); ObjectTranslator_t2020767555 * L_29 = __this->get_translator_4(); NullCheck(L_27); ObjectTranslatorPool_Add_m2088407403(L_27, L_28, L_29, /*hidden argument*/NULL); intptr_t L_30 = __this->get_rawL_2(); IL2CPP_RUNTIME_CLASS_INIT(LuaEnv_t2152703515_il2cpp_TypeInfo_var); lua_CSFunction_t883524059 * L_31 = ((LuaEnv_t2152703515_StaticFields*)il2cpp_codegen_static_fields_for(LuaEnv_t2152703515_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache0_16(); G_B3_0 = L_30; if (L_31) { G_B4_0 = L_30; goto IL_012b; } } { intptr_t L_32 = (intptr_t)StaticLuaCallbacks_Panic_m3394584402_RuntimeMethod_var; lua_CSFunction_t883524059 * L_33 = (lua_CSFunction_t883524059 *)il2cpp_codegen_object_new(lua_CSFunction_t883524059_il2cpp_TypeInfo_var); lua_CSFunction__ctor_m2895663127(L_33, NULL, L_32, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(LuaEnv_t2152703515_il2cpp_TypeInfo_var); ((LuaEnv_t2152703515_StaticFields*)il2cpp_codegen_static_fields_for(LuaEnv_t2152703515_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache0_16(L_33); G_B4_0 = G_B3_0; } IL_012b: { IL2CPP_RUNTIME_CLASS_INIT(LuaEnv_t2152703515_il2cpp_TypeInfo_var); lua_CSFunction_t883524059 * L_34 = ((LuaEnv_t2152703515_StaticFields*)il2cpp_codegen_static_fields_for(LuaEnv_t2152703515_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache0_16(); Lua_lua_atpanic_m1708523052(NULL /*static, unused*/, G_B4_0, L_34, /*hidden argument*/NULL); intptr_t L_35 = __this->get_rawL_2(); lua_CSFunction_t883524059 * L_36 = ((LuaEnv_t2152703515_StaticFields*)il2cpp_codegen_static_fields_for(LuaEnv_t2152703515_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache1_17(); G_B5_0 = L_35; if (L_36) { G_B6_0 = L_35; goto IL_0154; } } { intptr_t L_37 = (intptr_t)StaticLuaCallbacks_Print_m1349533568_RuntimeMethod_var; lua_CSFunction_t883524059 * L_38 = (lua_CSFunction_t883524059 *)il2cpp_codegen_object_new(lua_CSFunction_t883524059_il2cpp_TypeInfo_var); lua_CSFunction__ctor_m2895663127(L_38, NULL, L_37, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(LuaEnv_t2152703515_il2cpp_TypeInfo_var); ((LuaEnv_t2152703515_StaticFields*)il2cpp_codegen_static_fields_for(LuaEnv_t2152703515_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache1_17(L_38); G_B6_0 = G_B5_0; } IL_0154: { IL2CPP_RUNTIME_CLASS_INIT(LuaEnv_t2152703515_il2cpp_TypeInfo_var); lua_CSFunction_t883524059 * L_39 = ((LuaEnv_t2152703515_StaticFields*)il2cpp_codegen_static_fields_for(LuaEnv_t2152703515_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache1_17(); Lua_lua_pushstdcallcfunction_m955832510(NULL /*static, unused*/, G_B6_0, L_39, 0, /*hidden argument*/NULL); intptr_t L_40 = __this->get_rawL_2(); int32_t L_41 = Lua_xlua_setglobal_m3972933054(NULL /*static, unused*/, L_40, _stringLiteral61343007, /*hidden argument*/NULL); if (!L_41) { goto IL_017f; } } { Exception_t * L_42 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_42, _stringLiteral141443076, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_42,LuaEnv__ctor_m1444695618_RuntimeMethod_var); } IL_017f: { intptr_t L_43 = __this->get_rawL_2(); IL2CPP_RUNTIME_CLASS_INIT(LuaTemplate_t802592420_il2cpp_TypeInfo_var); LuaTemplate_OpenLib_m1886304761(NULL /*static, unused*/, L_43, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(LuaEnv_t2152703515_il2cpp_TypeInfo_var); lua_CSFunction_t883524059 * L_44 = ((LuaEnv_t2152703515_StaticFields*)il2cpp_codegen_static_fields_for(LuaEnv_t2152703515_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache2_18(); G_B9_0 = __this; if (L_44) { G_B10_0 = __this; goto IL_01a3; } } { intptr_t L_45 = (intptr_t)StaticLuaCallbacks_LoadBuiltinLib_m2917056565_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); IL2CPP_RUNTIME_CLASS_INIT(LuaEnv_t2152703515_il2cpp_TypeInfo_var); ((LuaEnv_t2152703515_StaticFields*)il2cpp_codegen_static_fields_for(LuaEnv_t2152703515_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache2_18(L_46); G_B10_0 = G_B9_0; } IL_01a3: { IL2CPP_RUNTIME_CLASS_INIT(LuaEnv_t2152703515_il2cpp_TypeInfo_var); lua_CSFunction_t883524059 * L_47 = ((LuaEnv_t2152703515_StaticFields*)il2cpp_codegen_static_fields_for(LuaEnv_t2152703515_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache2_18(); NullCheck(G_B10_0); LuaEnv_AddSearcher_m3095584321(G_B10_0, L_47, 2, /*hidden argument*/NULL); lua_CSFunction_t883524059 * L_48 = ((LuaEnv_t2152703515_StaticFields*)il2cpp_codegen_static_fields_for(LuaEnv_t2152703515_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache3_19(); G_B11_0 = __this; if (L_48) { G_B12_0 = __this; goto IL_01c7; } } { intptr_t L_49 = (intptr_t)StaticLuaCallbacks_LoadFromCustomLoaders_m1480218717_RuntimeMethod_var; lua_CSFunction_t883524059 * L_50 = (lua_CSFunction_t883524059 *)il2cpp_codegen_object_new(lua_CSFunction_t883524059_il2cpp_TypeInfo_var); lua_CSFunction__ctor_m2895663127(L_50, NULL, L_49, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(LuaEnv_t2152703515_il2cpp_TypeInfo_var); ((LuaEnv_t2152703515_StaticFields*)il2cpp_codegen_static_fields_for(LuaEnv_t2152703515_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache3_19(L_50); G_B12_0 = G_B11_0; } IL_01c7: { IL2CPP_RUNTIME_CLASS_INIT(LuaEnv_t2152703515_il2cpp_TypeInfo_var); lua_CSFunction_t883524059 * L_51 = ((LuaEnv_t2152703515_StaticFields*)il2cpp_codegen_static_fields_for(LuaEnv_t2152703515_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache3_19(); NullCheck(G_B12_0); LuaEnv_AddSearcher_m3095584321(G_B12_0, L_51, 3, /*hidden argument*/NULL); lua_CSFunction_t883524059 * L_52 = ((LuaEnv_t2152703515_StaticFields*)il2cpp_codegen_static_fields_for(LuaEnv_t2152703515_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache4_20(); G_B13_0 = __this; if (L_52) { G_B14_0 = __this; goto IL_01eb; } } { intptr_t L_53 = (intptr_t)StaticLuaCallbacks_LoadFromResource_m1140514553_RuntimeMethod_var; lua_CSFunction_t883524059 * L_54 = (lua_CSFunction_t883524059 *)il2cpp_codegen_object_new(lua_CSFunction_t883524059_il2cpp_TypeInfo_var); lua_CSFunction__ctor_m2895663127(L_54, NULL, L_53, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(LuaEnv_t2152703515_il2cpp_TypeInfo_var); ((LuaEnv_t2152703515_StaticFields*)il2cpp_codegen_static_fields_for(LuaEnv_t2152703515_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache4_20(L_54); G_B14_0 = G_B13_0; } IL_01eb: { IL2CPP_RUNTIME_CLASS_INIT(LuaEnv_t2152703515_il2cpp_TypeInfo_var); lua_CSFunction_t883524059 * L_55 = ((LuaEnv_t2152703515_StaticFields*)il2cpp_codegen_static_fields_for(LuaEnv_t2152703515_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache4_20(); NullCheck(G_B14_0); LuaEnv_AddSearcher_m3095584321(G_B14_0, L_55, 4, /*hidden argument*/NULL); lua_CSFunction_t883524059 * L_56 = ((LuaEnv_t2152703515_StaticFields*)il2cpp_codegen_static_fields_for(LuaEnv_t2152703515_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache5_21(); G_B15_0 = __this; if (L_56) { G_B16_0 = __this; goto IL_020f; } } { intptr_t L_57 = (intptr_t)StaticLuaCallbacks_LoadFromStreamingAssetsPath_m235562120_RuntimeMethod_var; lua_CSFunction_t883524059 * L_58 = (lua_CSFunction_t883524059 *)il2cpp_codegen_object_new(lua_CSFunction_t883524059_il2cpp_TypeInfo_var); lua_CSFunction__ctor_m2895663127(L_58, NULL, L_57, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(LuaEnv_t2152703515_il2cpp_TypeInfo_var); ((LuaEnv_t2152703515_StaticFields*)il2cpp_codegen_static_fields_for(LuaEnv_t2152703515_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache5_21(L_58); G_B16_0 = G_B15_0; } IL_020f: { IL2CPP_RUNTIME_CLASS_INIT(LuaEnv_t2152703515_il2cpp_TypeInfo_var); lua_CSFunction_t883524059 * L_59 = ((LuaEnv_t2152703515_StaticFields*)il2cpp_codegen_static_fields_for(LuaEnv_t2152703515_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache5_21(); NullCheck(G_B16_0); LuaEnv_AddSearcher_m3095584321(G_B16_0, L_59, (-1), /*hidden argument*/NULL); String_t* L_60 = __this->get_init_xlua_13(); LuaEnv_DoString_m3000008709(__this, L_60, _stringLiteral3134671412, (LuaTable_t1631611336 *)NULL, /*hidden argument*/NULL); __this->set_init_xlua_13((String_t*)NULL); lua_CSFunction_t883524059 * L_61 = ((LuaEnv_t2152703515_StaticFields*)il2cpp_codegen_static_fields_for(LuaEnv_t2152703515_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache6_22(); G_B17_0 = _stringLiteral551493575; G_B17_1 = __this; if (L_61) { G_B18_0 = _stringLiteral551493575; G_B18_1 = __this; goto IL_0252; } } { intptr_t L_62 = (intptr_t)StaticLuaCallbacks_LoadSocketCore_m328516753_RuntimeMethod_var; lua_CSFunction_t883524059 * L_63 = (lua_CSFunction_t883524059 *)il2cpp_codegen_object_new(lua_CSFunction_t883524059_il2cpp_TypeInfo_var); lua_CSFunction__ctor_m2895663127(L_63, NULL, L_62, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(LuaEnv_t2152703515_il2cpp_TypeInfo_var); ((LuaEnv_t2152703515_StaticFields*)il2cpp_codegen_static_fields_for(LuaEnv_t2152703515_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache6_22(L_63); G_B18_0 = G_B17_0; G_B18_1 = G_B17_1; } IL_0252: { IL2CPP_RUNTIME_CLASS_INIT(LuaEnv_t2152703515_il2cpp_TypeInfo_var); lua_CSFunction_t883524059 * L_64 = ((LuaEnv_t2152703515_StaticFields*)il2cpp_codegen_static_fields_for(LuaEnv_t2152703515_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache6_22(); NullCheck(G_B18_1); LuaEnv_AddBuildin_m2620751191(G_B18_1, G_B18_0, L_64, /*hidden argument*/NULL); lua_CSFunction_t883524059 * L_65 = ((LuaEnv_t2152703515_StaticFields*)il2cpp_codegen_static_fields_for(LuaEnv_t2152703515_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache7_23(); G_B19_0 = _stringLiteral4269838979; G_B19_1 = __this; if (L_65) { G_B20_0 = _stringLiteral4269838979; G_B20_1 = __this; goto IL_027a; } } { intptr_t L_66 = (intptr_t)StaticLuaCallbacks_LoadSocketCore_m328516753_RuntimeMethod_var; lua_CSFunction_t883524059 * L_67 = (lua_CSFunction_t883524059 *)il2cpp_codegen_object_new(lua_CSFunction_t883524059_il2cpp_TypeInfo_var); lua_CSFunction__ctor_m2895663127(L_67, NULL, L_66, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(LuaEnv_t2152703515_il2cpp_TypeInfo_var); ((LuaEnv_t2152703515_StaticFields*)il2cpp_codegen_static_fields_for(LuaEnv_t2152703515_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache7_23(L_67); G_B20_0 = G_B19_0; G_B20_1 = G_B19_1; } IL_027a: { IL2CPP_RUNTIME_CLASS_INIT(LuaEnv_t2152703515_il2cpp_TypeInfo_var); lua_CSFunction_t883524059 * L_68 = ((LuaEnv_t2152703515_StaticFields*)il2cpp_codegen_static_fields_for(LuaEnv_t2152703515_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache7_23(); NullCheck(G_B20_1); LuaEnv_AddBuildin_m2620751191(G_B20_1, G_B20_0, L_68, /*hidden argument*/NULL); lua_CSFunction_t883524059 * L_69 = ((LuaEnv_t2152703515_StaticFields*)il2cpp_codegen_static_fields_for(LuaEnv_t2152703515_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache8_24(); G_B21_0 = _stringLiteral3457660893; G_B21_1 = __this; if (L_69) { G_B22_0 = _stringLiteral3457660893; G_B22_1 = __this; goto IL_02a2; } } { intptr_t L_70 = (intptr_t)StaticLuaCallbacks_LoadCS_m2413833471_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); IL2CPP_RUNTIME_CLASS_INIT(LuaEnv_t2152703515_il2cpp_TypeInfo_var); ((LuaEnv_t2152703515_StaticFields*)il2cpp_codegen_static_fields_for(LuaEnv_t2152703515_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache8_24(L_71); G_B22_0 = G_B21_0; G_B22_1 = G_B21_1; } IL_02a2: { IL2CPP_RUNTIME_CLASS_INIT(LuaEnv_t2152703515_il2cpp_TypeInfo_var); lua_CSFunction_t883524059 * L_72 = ((LuaEnv_t2152703515_StaticFields*)il2cpp_codegen_static_fields_for(LuaEnv_t2152703515_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache8_24(); NullCheck(G_B22_1); LuaEnv_AddBuildin_m2620751191(G_B22_1, G_B22_0, L_72, /*hidden argument*/NULL); intptr_t L_73 = __this->get_rawL_2(); Lua_lua_newtable_m1072923522(NULL /*static, unused*/, L_73, /*hidden argument*/NULL); intptr_t L_74 = __this->get_rawL_2(); Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_74, _stringLiteral2281993974, /*hidden argument*/NULL); intptr_t L_75 = __this->get_rawL_2(); lua_CSFunction_t883524059 * L_76 = ((LuaEnv_t2152703515_StaticFields*)il2cpp_codegen_static_fields_for(LuaEnv_t2152703515_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache9_25(); G_B23_0 = L_75; if (L_76) { G_B24_0 = L_75; goto IL_02e5; } } { intptr_t L_77 = (intptr_t)StaticLuaCallbacks_MetaFuncIndex_m1669227410_RuntimeMethod_var; lua_CSFunction_t883524059 * L_78 = (lua_CSFunction_t883524059 *)il2cpp_codegen_object_new(lua_CSFunction_t883524059_il2cpp_TypeInfo_var); lua_CSFunction__ctor_m2895663127(L_78, NULL, L_77, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(LuaEnv_t2152703515_il2cpp_TypeInfo_var); ((LuaEnv_t2152703515_StaticFields*)il2cpp_codegen_static_fields_for(LuaEnv_t2152703515_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache9_25(L_78); G_B24_0 = G_B23_0; } IL_02e5: { IL2CPP_RUNTIME_CLASS_INIT(LuaEnv_t2152703515_il2cpp_TypeInfo_var); lua_CSFunction_t883524059 * L_79 = ((LuaEnv_t2152703515_StaticFields*)il2cpp_codegen_static_fields_for(LuaEnv_t2152703515_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache9_25(); Lua_lua_pushstdcallcfunction_m955832510(NULL /*static, unused*/, G_B24_0, L_79, 0, /*hidden argument*/NULL); intptr_t L_80 = __this->get_rawL_2(); Lua_lua_rawset_m3292503124(NULL /*static, unused*/, L_80, ((int32_t)-3), /*hidden argument*/NULL); intptr_t L_81 = __this->get_rawL_2(); Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_81, _stringLiteral3960986699, /*hidden argument*/NULL); intptr_t L_82 = __this->get_rawL_2(); Lua_lua_newtable_m1072923522(NULL /*static, unused*/, L_82, /*hidden argument*/NULL); intptr_t L_83 = __this->get_rawL_2(); Lua_lua_pushvalue_m425062527(NULL /*static, unused*/, L_83, ((int32_t)-3), /*hidden argument*/NULL); intptr_t L_84 = __this->get_rawL_2(); Lua_lua_setmetatable_m707540821(NULL /*static, unused*/, L_84, ((int32_t)-2), /*hidden argument*/NULL); intptr_t L_85 = __this->get_rawL_2(); int32_t L_86 = LuaIndexes_get_LUA_REGISTRYINDEX_m2693244088(NULL /*static, unused*/, /*hidden argument*/NULL); Lua_lua_rawset_m3292503124(NULL /*static, unused*/, L_85, L_86, /*hidden argument*/NULL); intptr_t L_87 = __this->get_rawL_2(); Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_87, _stringLiteral2667692541, /*hidden argument*/NULL); intptr_t L_88 = __this->get_rawL_2(); Lua_lua_newtable_m1072923522(NULL /*static, unused*/, L_88, /*hidden argument*/NULL); intptr_t L_89 = __this->get_rawL_2(); Lua_lua_pushvalue_m425062527(NULL /*static, unused*/, L_89, ((int32_t)-3), /*hidden argument*/NULL); intptr_t L_90 = __this->get_rawL_2(); Lua_lua_setmetatable_m707540821(NULL /*static, unused*/, L_90, ((int32_t)-2), /*hidden argument*/NULL); intptr_t L_91 = __this->get_rawL_2(); int32_t L_92 = LuaIndexes_get_LUA_REGISTRYINDEX_m2693244088(NULL /*static, unused*/, /*hidden argument*/NULL); Lua_lua_rawset_m3292503124(NULL /*static, unused*/, L_91, L_92, /*hidden argument*/NULL); intptr_t L_93 = __this->get_rawL_2(); Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_93, _stringLiteral3909272822, /*hidden argument*/NULL); intptr_t L_94 = __this->get_rawL_2(); Lua_lua_newtable_m1072923522(NULL /*static, unused*/, L_94, /*hidden argument*/NULL); intptr_t L_95 = __this->get_rawL_2(); Lua_lua_pushvalue_m425062527(NULL /*static, unused*/, L_95, ((int32_t)-3), /*hidden argument*/NULL); intptr_t L_96 = __this->get_rawL_2(); Lua_lua_setmetatable_m707540821(NULL /*static, unused*/, L_96, ((int32_t)-2), /*hidden argument*/NULL); intptr_t L_97 = __this->get_rawL_2(); int32_t L_98 = LuaIndexes_get_LUA_REGISTRYINDEX_m2693244088(NULL /*static, unused*/, /*hidden argument*/NULL); Lua_lua_rawset_m3292503124(NULL /*static, unused*/, L_97, L_98, /*hidden argument*/NULL); intptr_t L_99 = __this->get_rawL_2(); Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_99, _stringLiteral1186449479, /*hidden argument*/NULL); intptr_t L_100 = __this->get_rawL_2(); Lua_lua_newtable_m1072923522(NULL /*static, unused*/, L_100, /*hidden argument*/NULL); intptr_t L_101 = __this->get_rawL_2(); Lua_lua_pushvalue_m425062527(NULL /*static, unused*/, L_101, ((int32_t)-3), /*hidden argument*/NULL); intptr_t L_102 = __this->get_rawL_2(); Lua_lua_setmetatable_m707540821(NULL /*static, unused*/, L_102, ((int32_t)-2), /*hidden argument*/NULL); intptr_t L_103 = __this->get_rawL_2(); int32_t L_104 = LuaIndexes_get_LUA_REGISTRYINDEX_m2693244088(NULL /*static, unused*/, /*hidden argument*/NULL); Lua_lua_rawset_m3292503124(NULL /*static, unused*/, L_103, L_104, /*hidden argument*/NULL); intptr_t L_105 = __this->get_rawL_2(); Lua_lua_pop_m1434696172(NULL /*static, unused*/, L_105, 1, /*hidden argument*/NULL); intptr_t L_106 = __this->get_rawL_2(); Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_106, _stringLiteral2403387427, /*hidden argument*/NULL); intptr_t L_107 = __this->get_rawL_2(); Lua_lua_pushthread_m3098380310(NULL /*static, unused*/, L_107, /*hidden argument*/NULL); intptr_t L_108 = __this->get_rawL_2(); int32_t L_109 = LuaIndexes_get_LUA_REGISTRYINDEX_m2693244088(NULL /*static, unused*/, /*hidden argument*/NULL); Lua_lua_rawset_m3292503124(NULL /*static, unused*/, L_108, L_109, /*hidden argument*/NULL); intptr_t L_110 = __this->get_rawL_2(); Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_110, _stringLiteral2053301422, /*hidden argument*/NULL); intptr_t L_111 = __this->get_rawL_2(); int32_t L_112 = Lua_xlua_getglobal_m2784290553(NULL /*static, unused*/, L_111, _stringLiteral3457660893, /*hidden argument*/NULL); if (!L_112) { goto IL_047d; } } { Exception_t * L_113 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_113, _stringLiteral3187947488, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_113,LuaEnv__ctor_m1444695618_RuntimeMethod_var); } IL_047d: { intptr_t L_114 = __this->get_rawL_2(); int32_t L_115 = LuaIndexes_get_LUA_REGISTRYINDEX_m2693244088(NULL /*static, unused*/, /*hidden argument*/NULL); Lua_lua_rawset_m3292503124(NULL /*static, unused*/, L_114, L_115, /*hidden argument*/NULL); ObjectTranslator_t2020767555 * L_116 = __this->get_translator_4(); RuntimeTypeHandle_t3027515415 L_117 = { reinterpret_cast (Type_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_118 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_117, /*hidden argument*/NULL); NullCheck(L_116); ObjectTranslator_Alias_m2065280003(L_116, L_118, _stringLiteral1844184036, /*hidden argument*/NULL); intptr_t L_119 = __this->get_rawL_2(); int32_t L_120 = Lua_xlua_getglobal_m2784290553(NULL /*static, unused*/, L_119, _stringLiteral3456350193, /*hidden argument*/NULL); if (!L_120) { goto IL_04c7; } } { Exception_t * L_121 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_121, _stringLiteral3227006612, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_121,LuaEnv__ctor_m1444695618_RuntimeMethod_var); } IL_04c7: { ObjectTranslator_t2020767555 * L_122 = __this->get_translator_4(); intptr_t L_123 = __this->get_rawL_2(); LuaTable_t1631611336 ** L_124 = __this->get_address_of__G_3(); NullCheck(L_122); ObjectTranslator_Get_TisLuaTable_t1631611336_m1057782986(L_122, L_123, (-1), L_124, /*hidden argument*/ObjectTranslator_Get_TisLuaTable_t1631611336_m1057782986_RuntimeMethod_var); intptr_t L_125 = __this->get_rawL_2(); Lua_lua_pop_m1434696172(NULL /*static, unused*/, L_125, 1, /*hidden argument*/NULL); intptr_t L_126 = __this->get_rawL_2(); int32_t L_127 = Lua_get_error_func_ref_m4094948020(NULL /*static, unused*/, L_126, /*hidden argument*/NULL); __this->set_errorFuncRef_5(L_127); IL2CPP_RUNTIME_CLASS_INIT(LuaEnv_t2152703515_il2cpp_TypeInfo_var); List_1_t1475235752 * L_128 = ((LuaEnv_t2152703515_StaticFields*)il2cpp_codegen_static_fields_for(LuaEnv_t2152703515_il2cpp_TypeInfo_var))->get_initers_7(); if (!L_128) { goto IL_0538; } } { V_0 = 0; goto IL_0528; } IL_050d: { IL2CPP_RUNTIME_CLASS_INIT(LuaEnv_t2152703515_il2cpp_TypeInfo_var); List_1_t1475235752 * L_129 = ((LuaEnv_t2152703515_StaticFields*)il2cpp_codegen_static_fields_for(LuaEnv_t2152703515_il2cpp_TypeInfo_var))->get_initers_7(); int32_t L_130 = V_0; NullCheck(L_129); Action_2_t3161010 * L_131 = List_1_get_Item_m1425128427(L_129, L_130, /*hidden argument*/List_1_get_Item_m1425128427_RuntimeMethod_var); ObjectTranslator_t2020767555 * L_132 = __this->get_translator_4(); NullCheck(L_131); Action_2_Invoke_m3655649185(L_131, __this, L_132, /*hidden argument*/Action_2_Invoke_m3655649185_RuntimeMethod_var); int32_t L_133 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_133, (int32_t)1)); } IL_0528: { int32_t L_134 = V_0; IL2CPP_RUNTIME_CLASS_INIT(LuaEnv_t2152703515_il2cpp_TypeInfo_var); List_1_t1475235752 * L_135 = ((LuaEnv_t2152703515_StaticFields*)il2cpp_codegen_static_fields_for(LuaEnv_t2152703515_il2cpp_TypeInfo_var))->get_initers_7(); NullCheck(L_135); int32_t L_136 = List_1_get_Count_m1019086744(L_135, /*hidden argument*/List_1_get_Count_m1019086744_RuntimeMethod_var); if ((((int32_t)L_134) < ((int32_t)L_136))) { goto IL_050d; } } IL_0538: { ObjectTranslator_t2020767555 * L_137 = __this->get_translator_4(); intptr_t L_138 = __this->get_rawL_2(); NullCheck(L_137); ObjectTranslator_CreateArrayMetatable_m3535785860(L_137, L_138, /*hidden argument*/NULL); ObjectTranslator_t2020767555 * L_139 = __this->get_translator_4(); intptr_t L_140 = __this->get_rawL_2(); NullCheck(L_139); ObjectTranslator_CreateDelegateMetatable_m1303012280(L_139, L_140, /*hidden argument*/NULL); ObjectTranslator_t2020767555 * L_141 = __this->get_translator_4(); intptr_t L_142 = __this->get_rawL_2(); NullCheck(L_141); ObjectTranslator_CreateEnumerablePairs_m2150601827(L_141, L_142, /*hidden argument*/NULL); return; } } // System.IntPtr XLua.LuaEnv::get_L() extern "C" IL2CPP_METHOD_ATTR intptr_t LuaEnv_get_L_m820602397 (LuaEnv_t2152703515 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LuaEnv_get_L_m820602397_MetadataUsageId); s_Il2CppMethodInitialized = true; } { intptr_t L_0 = __this->get_rawL_2(); bool L_1 = IntPtr_op_Equality_m408849716(NULL /*static, unused*/, L_0, (intptr_t)(0), /*hidden argument*/NULL); if (!L_1) { goto IL_0020; } } { InvalidOperationException_t56020091 * L_2 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_2, _stringLiteral555721584, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,LuaEnv_get_L_m820602397_RuntimeMethod_var); } IL_0020: { intptr_t L_3 = __this->get_rawL_2(); return L_3; } } // System.Void XLua.LuaEnv::AddIniter(System.Action`2) extern "C" IL2CPP_METHOD_ATTR void LuaEnv_AddIniter_m3559288492 (RuntimeObject * __this /* static, unused */, Action_2_t3161010 * ___initer0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LuaEnv_AddIniter_m3559288492_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(LuaEnv_t2152703515_il2cpp_TypeInfo_var); List_1_t1475235752 * L_0 = ((LuaEnv_t2152703515_StaticFields*)il2cpp_codegen_static_fields_for(LuaEnv_t2152703515_il2cpp_TypeInfo_var))->get_initers_7(); if (L_0) { goto IL_0014; } } { List_1_t1475235752 * L_1 = (List_1_t1475235752 *)il2cpp_codegen_object_new(List_1_t1475235752_il2cpp_TypeInfo_var); List_1__ctor_m477357355(L_1, /*hidden argument*/List_1__ctor_m477357355_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(LuaEnv_t2152703515_il2cpp_TypeInfo_var); ((LuaEnv_t2152703515_StaticFields*)il2cpp_codegen_static_fields_for(LuaEnv_t2152703515_il2cpp_TypeInfo_var))->set_initers_7(L_1); } IL_0014: { IL2CPP_RUNTIME_CLASS_INIT(LuaEnv_t2152703515_il2cpp_TypeInfo_var); List_1_t1475235752 * L_2 = ((LuaEnv_t2152703515_StaticFields*)il2cpp_codegen_static_fields_for(LuaEnv_t2152703515_il2cpp_TypeInfo_var))->get_initers_7(); Action_2_t3161010 * L_3 = ___initer0; NullCheck(L_2); List_1_Add_m3325643405(L_2, L_3, /*hidden argument*/List_1_Add_m3325643405_RuntimeMethod_var); return; } } // XLua.LuaTable XLua.LuaEnv::get_Global() extern "C" IL2CPP_METHOD_ATTR LuaTable_t1631611336 * LuaEnv_get_Global_m258556783 (LuaEnv_t2152703515 * __this, const RuntimeMethod* method) { { LuaTable_t1631611336 * L_0 = __this->get__G_3(); return L_0; } } // XLua.LuaFunction XLua.LuaEnv::LoadString(System.String,System.String,XLua.LuaTable) extern "C" IL2CPP_METHOD_ATTR LuaFunction_t431395339 * LuaEnv_LoadString_m3799979839 (LuaEnv_t2152703515 * __this, String_t* ___chunk0, String_t* ___chunkName1, LuaTable_t1631611336 * ___env2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LuaEnv_LoadString_m3799979839_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___chunk0; String_t* L_1 = ___chunkName1; LuaTable_t1631611336 * L_2 = ___env2; LuaFunction_t431395339 * L_3 = LuaEnv_LoadString_TisLuaFunction_t431395339_m2464418266(__this, L_0, L_1, L_2, /*hidden argument*/LuaEnv_LoadString_TisLuaFunction_t431395339_m2464418266_RuntimeMethod_var); return L_3; } } // System.Object[] XLua.LuaEnv::DoString(System.Byte[],System.String,XLua.LuaTable) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* LuaEnv_DoString_m1495449376 (LuaEnv_t2152703515 * __this, ByteU5BU5D_t4116647657* ___chunk0, String_t* ___chunkName1, LuaTable_t1631611336 * ___env2, const RuntimeMethod* method) { intptr_t V_0; memset(&V_0, 0, sizeof(V_0)); int32_t V_1 = 0; int32_t V_2 = 0; { intptr_t L_0 = LuaEnv_get_L_m820602397(__this, /*hidden argument*/NULL); V_0 = L_0; intptr_t L_1 = V_0; int32_t L_2 = Lua_lua_gettop_m2394536141(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); V_1 = L_2; intptr_t L_3 = V_0; int32_t L_4 = __this->get_errorFuncRef_5(); int32_t L_5 = Lua_load_error_func_m900418168(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); V_2 = L_5; intptr_t L_6 = V_0; ByteU5BU5D_t4116647657* L_7 = ___chunk0; ByteU5BU5D_t4116647657* L_8 = ___chunk0; NullCheck(L_8); String_t* L_9 = ___chunkName1; int32_t L_10 = Lua_xluaL_loadbuffer_m2673977280(NULL /*static, unused*/, L_6, L_7, (((int32_t)((int32_t)(((RuntimeArray *)L_8)->max_length)))), L_9, /*hidden argument*/NULL); if (L_10) { goto IL_0070; } } { LuaTable_t1631611336 * L_11 = ___env2; if (!L_11) { goto IL_0041; } } { LuaTable_t1631611336 * L_12 = ___env2; intptr_t L_13 = V_0; NullCheck(L_12); VirtActionInvoker1< intptr_t >::Invoke(6 /* System.Void XLua.LuaBase::push(System.IntPtr) */, L_12, L_13); intptr_t L_14 = V_0; Lua_lua_setfenv_m319825179(NULL /*static, unused*/, L_14, ((int32_t)-2), /*hidden argument*/NULL); } IL_0041: { intptr_t L_15 = V_0; int32_t L_16 = V_2; int32_t L_17 = Lua_lua_pcall_m4060699747(NULL /*static, unused*/, L_15, 0, (-1), L_16, /*hidden argument*/NULL); if (L_17) { goto IL_0064; } } { intptr_t L_18 = V_0; int32_t L_19 = V_2; Lua_lua_remove_m1793624660(NULL /*static, unused*/, L_18, L_19, /*hidden argument*/NULL); ObjectTranslator_t2020767555 * L_20 = __this->get_translator_4(); intptr_t L_21 = V_0; int32_t L_22 = V_1; NullCheck(L_20); ObjectU5BU5D_t2843939325* L_23 = ObjectTranslator_popValues_m3575704436(L_20, L_21, L_22, /*hidden argument*/NULL); return L_23; } IL_0064: { int32_t L_24 = V_1; LuaEnv_ThrowExceptionFromError_m1685544561(__this, L_24, /*hidden argument*/NULL); goto IL_0077; } IL_0070: { int32_t L_25 = V_1; LuaEnv_ThrowExceptionFromError_m1685544561(__this, L_25, /*hidden argument*/NULL); } IL_0077: { return (ObjectU5BU5D_t2843939325*)NULL; } } // System.Object[] XLua.LuaEnv::DoString(System.String,System.String,XLua.LuaTable) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* LuaEnv_DoString_m3000008709 (LuaEnv_t2152703515 * __this, String_t* ___chunk0, String_t* ___chunkName1, LuaTable_t1631611336 * ___env2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LuaEnv_DoString_m3000008709_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_0 = Encoding_get_UTF8_m1008486739(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_1 = ___chunk0; NullCheck(L_0); ByteU5BU5D_t4116647657* L_2 = VirtFuncInvoker1< ByteU5BU5D_t4116647657*, String_t* >::Invoke(10 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */, L_0, L_1); V_0 = L_2; ByteU5BU5D_t4116647657* L_3 = V_0; String_t* L_4 = ___chunkName1; LuaTable_t1631611336 * L_5 = ___env2; ObjectU5BU5D_t2843939325* L_6 = LuaEnv_DoString_m1495449376(__this, L_3, L_4, L_5, /*hidden argument*/NULL); return L_6; } } // System.Void XLua.LuaEnv::AddSearcher(XLua.LuaDLL.lua_CSFunction,System.Int32) extern "C" IL2CPP_METHOD_ATTR void LuaEnv_AddSearcher_m3095584321 (LuaEnv_t2152703515 * __this, lua_CSFunction_t883524059 * ___searcher0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LuaEnv_AddSearcher_m3095584321_MetadataUsageId); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset(&V_0, 0, sizeof(V_0)); uint32_t V_1 = 0; int32_t V_2 = 0; int32_t G_B5_0 = 0; { intptr_t L_0 = LuaEnv_get_L_m820602397(__this, /*hidden argument*/NULL); V_0 = L_0; intptr_t L_1 = V_0; Lua_xlua_getloaders_m770835872(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); intptr_t L_2 = V_0; bool L_3 = Lua_lua_istable_m743603444(NULL /*static, unused*/, L_2, (-1), /*hidden argument*/NULL); if (L_3) { goto IL_0024; } } { Exception_t * L_4 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_4, _stringLiteral4243970538, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,LuaEnv_AddSearcher_m3095584321_RuntimeMethod_var); } IL_0024: { intptr_t L_5 = V_0; uint32_t L_6 = Lua_xlua_objlen_m2453405350(NULL /*static, unused*/, L_5, (-1), /*hidden argument*/NULL); V_1 = L_6; int32_t L_7 = ___index1; if ((((int32_t)L_7) >= ((int32_t)0))) { goto IL_0041; } } { uint32_t L_8 = V_1; int32_t L_9 = ___index1; G_B5_0 = (((int32_t)((int32_t)((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_add((int64_t)(((int64_t)((uint64_t)L_8))), (int64_t)(((int64_t)((int64_t)L_9))))), (int64_t)(((int64_t)((int64_t)2)))))))); goto IL_0042; } IL_0041: { int32_t L_10 = ___index1; G_B5_0 = L_10; } IL_0042: { ___index1 = G_B5_0; uint32_t L_11 = V_1; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); goto IL_0066; } IL_004d: { intptr_t L_12 = V_0; int32_t L_13 = V_2; Lua_xlua_rawgeti_m3760027779(NULL /*static, unused*/, L_12, (-1), (((int64_t)((int64_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)1))))), /*hidden argument*/NULL); intptr_t L_14 = V_0; int32_t L_15 = V_2; Lua_xlua_rawseti_m1577548352(NULL /*static, unused*/, L_14, ((int32_t)-2), (((int64_t)((int64_t)L_15))), /*hidden argument*/NULL); int32_t L_16 = V_2; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)1)); } IL_0066: { int32_t L_17 = V_2; int32_t L_18 = ___index1; if ((((int32_t)L_17) > ((int32_t)L_18))) { goto IL_004d; } } { intptr_t L_19 = V_0; lua_CSFunction_t883524059 * L_20 = ___searcher0; Lua_lua_pushstdcallcfunction_m955832510(NULL /*static, unused*/, L_19, L_20, 0, /*hidden argument*/NULL); intptr_t L_21 = V_0; int32_t L_22 = ___index1; Lua_xlua_rawseti_m1577548352(NULL /*static, unused*/, L_21, ((int32_t)-2), (((int64_t)((int64_t)L_22))), /*hidden argument*/NULL); intptr_t L_23 = V_0; Lua_lua_pop_m1434696172(NULL /*static, unused*/, L_23, 1, /*hidden argument*/NULL); return; } } // System.Void XLua.LuaEnv::Alias(System.Type,System.String) extern "C" IL2CPP_METHOD_ATTR void LuaEnv_Alias_m903485734 (LuaEnv_t2152703515 * __this, Type_t * ___type0, String_t* ___alias1, const RuntimeMethod* method) { { ObjectTranslator_t2020767555 * L_0 = __this->get_translator_4(); Type_t * L_1 = ___type0; String_t* L_2 = ___alias1; NullCheck(L_0); ObjectTranslator_Alias_m2065280003(L_0, L_1, L_2, /*hidden argument*/NULL); return; } } // System.Boolean XLua.LuaEnv::ObjectValidCheck(System.Object) extern "C" IL2CPP_METHOD_ATTR bool LuaEnv_ObjectValidCheck_m2365723176 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LuaEnv_ObjectValidCheck_m2365723176_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B3_0 = 0; { RuntimeObject * L_0 = ___obj0; if (!((Object_t631007953 *)IsInstClass((RuntimeObject*)L_0, Object_t631007953_il2cpp_TypeInfo_var))) { goto IL_0019; } } { RuntimeObject * L_1 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(Object_t631007953_il2cpp_TypeInfo_var); bool L_2 = Object_op_Inequality_m4071470834(NULL /*static, unused*/, ((Object_t631007953 *)IsInstClass((RuntimeObject*)L_1, Object_t631007953_il2cpp_TypeInfo_var)), (Object_t631007953 *)NULL, /*hidden argument*/NULL); G_B3_0 = ((int32_t)(L_2)); goto IL_001a; } IL_0019: { G_B3_0 = 1; } IL_001a: { return (bool)G_B3_0; } } // System.Void XLua.LuaEnv::Tick() extern "C" IL2CPP_METHOD_ATTR void LuaEnv_Tick_m587394023 (LuaEnv_t2152703515 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LuaEnv_Tick_m587394023_MetadataUsageId); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset(&V_0, 0, sizeof(V_0)); RuntimeObject * V_1 = NULL; GCAction_t1580222198 V_2; memset(&V_2, 0, sizeof(V_2)); 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); { intptr_t L_0 = LuaEnv_get_L_m820602397(__this, /*hidden argument*/NULL); V_0 = L_0; Queue_1_t1426481692 * L_1 = __this->get_refQueue_12(); V_1 = L_1; RuntimeObject * L_2 = V_1; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); } IL_0014: try { // begin try (depth: 1) { goto IL_003f; } IL_0019: { Queue_1_t1426481692 * L_3 = __this->get_refQueue_12(); NullCheck(L_3); GCAction_t1580222198 L_4 = Queue_1_Dequeue_m3640826854(L_3, /*hidden argument*/Queue_1_Dequeue_m3640826854_RuntimeMethod_var); V_2 = L_4; ObjectTranslator_t2020767555 * L_5 = __this->get_translator_4(); intptr_t L_6 = V_0; int32_t L_7 = (&V_2)->get_Reference_0(); bool L_8 = (&V_2)->get_IsDelegate_1(); NullCheck(L_5); ObjectTranslator_ReleaseLuaBase_m1208506090(L_5, L_6, L_7, L_8, /*hidden argument*/NULL); } IL_003f: { Queue_1_t1426481692 * L_9 = __this->get_refQueue_12(); NullCheck(L_9); int32_t L_10 = Queue_1_get_Count_m456349491(L_9, /*hidden argument*/Queue_1_get_Count_m456349491_RuntimeMethod_var); if ((((int32_t)L_10) > ((int32_t)0))) { goto IL_0019; } } IL_0050: { IL2CPP_LEAVE(0x5C, FINALLY_0055); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0055; } FINALLY_0055: { // begin finally (depth: 1) RuntimeObject * L_11 = V_1; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); IL2CPP_END_FINALLY(85) } // end finally (depth: 1) IL2CPP_CLEANUP(85) { IL2CPP_JUMP_TBL(0x5C, IL_005c) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_005c: { ObjectTranslator_t2020767555 * L_12 = __this->get_translator_4(); NullCheck(L_12); ObjectPool_t1928582859 * L_13 = L_12->get_objects_3(); int32_t L_14 = __this->get_last_check_point_8(); int32_t L_15 = __this->get_max_check_per_tick_9(); Func_2_t3759279471 * L_16 = __this->get_object_valid_checker_10(); ObjectTranslator_t2020767555 * L_17 = __this->get_translator_4(); NullCheck(L_17); Dictionary_2_t3384741 * L_18 = L_17->get_reverseMap_4(); NullCheck(L_13); int32_t L_19 = ObjectPool_Check_m2912466796(L_13, L_14, L_15, L_16, L_18, /*hidden argument*/NULL); __this->set_last_check_point_8(L_19); return; } } // System.Void XLua.LuaEnv::GC() extern "C" IL2CPP_METHOD_ATTR void LuaEnv_GC_m1180482709 (LuaEnv_t2152703515 * __this, const RuntimeMethod* method) { { LuaEnv_Tick_m587394023(__this, /*hidden argument*/NULL); return; } } // XLua.LuaTable XLua.LuaEnv::NewTable() extern "C" IL2CPP_METHOD_ATTR LuaTable_t1631611336 * LuaEnv_NewTable_m3761568747 (LuaEnv_t2152703515 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LuaEnv_NewTable_m3761568747_MetadataUsageId); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset(&V_0, 0, sizeof(V_0)); int32_t V_1 = 0; LuaTable_t1631611336 * V_2 = NULL; { intptr_t L_0 = LuaEnv_get_L_m820602397(__this, /*hidden argument*/NULL); V_0 = L_0; intptr_t L_1 = V_0; int32_t L_2 = Lua_lua_gettop_m2394536141(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); V_1 = L_2; intptr_t L_3 = V_0; Lua_lua_newtable_m1072923522(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); ObjectTranslator_t2020767555 * L_4 = __this->get_translator_4(); intptr_t L_5 = V_0; RuntimeTypeHandle_t3027515415 L_6 = { reinterpret_cast (LuaTable_t1631611336_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); NullCheck(L_4); RuntimeObject * L_8 = ObjectTranslator_GetObject_m805173647(L_4, L_5, (-1), L_7, /*hidden argument*/NULL); V_2 = ((LuaTable_t1631611336 *)CastclassClass((RuntimeObject*)L_8, LuaTable_t1631611336_il2cpp_TypeInfo_var)); intptr_t L_9 = V_0; int32_t L_10 = V_1; Lua_lua_settop_m2822720422(NULL /*static, unused*/, L_9, L_10, /*hidden argument*/NULL); LuaTable_t1631611336 * L_11 = V_2; return L_11; } } // System.Void XLua.LuaEnv::Dispose() extern "C" IL2CPP_METHOD_ATTR void LuaEnv_Dispose_m135176068 (LuaEnv_t2152703515 * __this, const RuntimeMethod* method) { { LuaEnv_FullGc_m259815325(__this, /*hidden argument*/NULL); GC_Collect_m743975114(NULL /*static, unused*/, /*hidden argument*/NULL); GC_WaitForPendingFinalizers_m1252988293(NULL /*static, unused*/, /*hidden argument*/NULL); VirtActionInvoker1< bool >::Invoke(5 /* System.Void XLua.LuaEnv::Dispose(System.Boolean) */, __this, (bool)1); GC_Collect_m743975114(NULL /*static, unused*/, /*hidden argument*/NULL); GC_WaitForPendingFinalizers_m1252988293(NULL /*static, unused*/, /*hidden argument*/NULL); return; } } // System.Void XLua.LuaEnv::Dispose(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void LuaEnv_Dispose_m2420193729 (LuaEnv_t2152703515 * __this, bool ___dispose0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LuaEnv_Dispose_m2420193729_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_disposed_11(); if (!L_0) { goto IL_000c; } } { return; } IL_000c: { LuaEnv_Tick_m587394023(__this, /*hidden argument*/NULL); ObjectTranslator_t2020767555 * L_1 = __this->get_translator_4(); NullCheck(L_1); bool L_2 = ObjectTranslator_AllDelegateBridgeReleased_m2707561361(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_002d; } } { InvalidOperationException_t56020091 * L_3 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_3, _stringLiteral1194330324, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,LuaEnv_Dispose_m2420193729_RuntimeMethod_var); } IL_002d: { ObjectTranslatorPool_t158158286 * L_4 = ObjectTranslatorPool_get_Instance_m842665354(NULL /*static, unused*/, /*hidden argument*/NULL); intptr_t L_5 = LuaEnv_get_L_m820602397(__this, /*hidden argument*/NULL); NullCheck(L_4); ObjectTranslatorPool_Remove_m3828268227(L_4, L_5, /*hidden argument*/NULL); intptr_t L_6 = LuaEnv_get_L_m820602397(__this, /*hidden argument*/NULL); Lua_lua_close_m1945542862(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); __this->set_translator_4((ObjectTranslator_t2020767555 *)NULL); __this->set_rawL_2((intptr_t)(0)); __this->set_disposed_11((bool)1); return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LuaEnv_ThrowExceptionFromError_m1685544561_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; Exception_t * V_1 = NULL; { ObjectTranslator_t2020767555 * L_0 = __this->get_translator_4(); intptr_t L_1 = LuaEnv_get_L_m820602397(__this, /*hidden argument*/NULL); NullCheck(L_0); RuntimeObject * L_2 = ObjectTranslator_GetObject_m3031673712(L_0, L_1, (-1), /*hidden argument*/NULL); V_0 = L_2; intptr_t L_3 = LuaEnv_get_L_m820602397(__this, /*hidden argument*/NULL); int32_t L_4 = ___oldTop0; Lua_lua_settop_m2822720422(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); RuntimeObject * L_5 = V_0; V_1 = ((Exception_t *)IsInstClass((RuntimeObject*)L_5, Exception_t_il2cpp_TypeInfo_var)); Exception_t * L_6 = V_1; if (!L_6) { goto IL_002e; } } { Exception_t * L_7 = V_1; IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,LuaEnv_ThrowExceptionFromError_m1685544561_RuntimeMethod_var); } IL_002e: { RuntimeObject * L_8 = V_0; if (L_8) { goto IL_003a; } } { V_0 = _stringLiteral4257020360; } IL_003a: { RuntimeObject * L_9 = V_0; NullCheck(L_9); String_t* L_10 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_9); LuaException_t1837158180 * L_11 = (LuaException_t1837158180 *)il2cpp_codegen_object_new(LuaException_t1837158180_il2cpp_TypeInfo_var); LuaException__ctor_m1453574532(L_11, L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,LuaEnv_ThrowExceptionFromError_m1685544561_RuntimeMethod_var); } } // System.Void XLua.LuaEnv::equeueGCAction(XLua.LuaEnv/GCAction) extern "C" IL2CPP_METHOD_ATTR void LuaEnv_equeueGCAction_m588624957 (LuaEnv_t2152703515 * __this, GCAction_t1580222198 ___action0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LuaEnv_equeueGCAction_m588624957_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = 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); { Queue_1_t1426481692 * L_0 = __this->get_refQueue_12(); V_0 = L_0; RuntimeObject * L_1 = V_0; Monitor_Enter_m2249409497(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); } IL_000d: try { // begin try (depth: 1) Queue_1_t1426481692 * L_2 = __this->get_refQueue_12(); GCAction_t1580222198 L_3 = ___action0; NullCheck(L_2); Queue_1_Enqueue_m3159108688(L_2, L_3, /*hidden argument*/Queue_1_Enqueue_m3159108688_RuntimeMethod_var); IL2CPP_LEAVE(0x25, FINALLY_001e); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_001e; } FINALLY_001e: { // begin finally (depth: 1) RuntimeObject * L_4 = V_0; Monitor_Exit_m3585316909(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); IL2CPP_END_FINALLY(30) } // end finally (depth: 1) IL2CPP_CLEANUP(30) { IL2CPP_JUMP_TBL(0x25, IL_0025) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0025: { return; } } // System.Void XLua.LuaEnv::AddLoader(XLua.LuaEnv/CustomLoader) extern "C" IL2CPP_METHOD_ATTR void LuaEnv_AddLoader_m3491367536 (LuaEnv_t2152703515 * __this, CustomLoader_t465830221 * ___loader0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LuaEnv_AddLoader_m3491367536_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t1937904963 * L_0 = __this->get_customLoaders_14(); CustomLoader_t465830221 * L_1 = ___loader0; NullCheck(L_0); List_1_Add_m133915914(L_0, L_1, /*hidden argument*/List_1_Add_m133915914_RuntimeMethod_var); return; } } // System.Void XLua.LuaEnv::AddBuildin(System.String,XLua.LuaDLL.lua_CSFunction) extern "C" IL2CPP_METHOD_ATTR void LuaEnv_AddBuildin_m2620751191 (LuaEnv_t2152703515 * __this, String_t* ___name0, lua_CSFunction_t883524059 * ___initer1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LuaEnv_AddBuildin_m2620751191_MetadataUsageId); s_Il2CppMethodInitialized = true; } { lua_CSFunction_t883524059 * L_0 = ___initer1; bool L_1 = Utils_IsStaticPInvokeCSFunction_m887237802(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0016; } } { Exception_t * L_2 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_2, _stringLiteral3816967827, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,LuaEnv_AddBuildin_m2620751191_RuntimeMethod_var); } IL_0016: { Dictionary_2_t668780358 * L_3 = __this->get_buildin_initer_15(); String_t* L_4 = ___name0; lua_CSFunction_t883524059 * L_5 = ___initer1; NullCheck(L_3); Dictionary_2_Add_m1436026967(L_3, L_4, L_5, /*hidden argument*/Dictionary_2_Add_m1436026967_RuntimeMethod_var); return; } } // System.Int32 XLua.LuaEnv::get_GcPause() extern "C" IL2CPP_METHOD_ATTR int32_t LuaEnv_get_GcPause_m1844018208 (LuaEnv_t2152703515 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { intptr_t L_0 = LuaEnv_get_L_m820602397(__this, /*hidden argument*/NULL); int32_t L_1 = Lua_lua_gc_m1878929160(NULL /*static, unused*/, L_0, 6, ((int32_t)200), /*hidden argument*/NULL); V_0 = L_1; intptr_t L_2 = LuaEnv_get_L_m820602397(__this, /*hidden argument*/NULL); int32_t L_3 = V_0; Lua_lua_gc_m1878929160(NULL /*static, unused*/, L_2, 6, L_3, /*hidden argument*/NULL); int32_t L_4 = V_0; return L_4; } } // System.Void XLua.LuaEnv::set_GcPause(System.Int32) extern "C" IL2CPP_METHOD_ATTR void LuaEnv_set_GcPause_m2272122607 (LuaEnv_t2152703515 * __this, int32_t ___value0, const RuntimeMethod* method) { { intptr_t L_0 = LuaEnv_get_L_m820602397(__this, /*hidden argument*/NULL); int32_t L_1 = ___value0; Lua_lua_gc_m1878929160(NULL /*static, unused*/, L_0, 6, L_1, /*hidden argument*/NULL); return; } } // System.Int32 XLua.LuaEnv::get_GcStepmul() extern "C" IL2CPP_METHOD_ATTR int32_t LuaEnv_get_GcStepmul_m2005770154 (LuaEnv_t2152703515 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { intptr_t L_0 = LuaEnv_get_L_m820602397(__this, /*hidden argument*/NULL); int32_t L_1 = Lua_lua_gc_m1878929160(NULL /*static, unused*/, L_0, 7, ((int32_t)200), /*hidden argument*/NULL); V_0 = L_1; intptr_t L_2 = LuaEnv_get_L_m820602397(__this, /*hidden argument*/NULL); int32_t L_3 = V_0; Lua_lua_gc_m1878929160(NULL /*static, unused*/, L_2, 7, L_3, /*hidden argument*/NULL); int32_t L_4 = V_0; return L_4; } } // System.Void XLua.LuaEnv::set_GcStepmul(System.Int32) extern "C" IL2CPP_METHOD_ATTR void LuaEnv_set_GcStepmul_m1863698999 (LuaEnv_t2152703515 * __this, int32_t ___value0, const RuntimeMethod* method) { { intptr_t L_0 = LuaEnv_get_L_m820602397(__this, /*hidden argument*/NULL); int32_t L_1 = ___value0; Lua_lua_gc_m1878929160(NULL /*static, unused*/, L_0, 7, L_1, /*hidden argument*/NULL); return; } } // System.Void XLua.LuaEnv::FullGc() extern "C" IL2CPP_METHOD_ATTR void LuaEnv_FullGc_m259815325 (LuaEnv_t2152703515 * __this, const RuntimeMethod* method) { { intptr_t L_0 = LuaEnv_get_L_m820602397(__this, /*hidden argument*/NULL); Lua_lua_gc_m1878929160(NULL /*static, unused*/, L_0, 2, 0, /*hidden argument*/NULL); return; } } // System.Void XLua.LuaEnv::StopGc() extern "C" IL2CPP_METHOD_ATTR void LuaEnv_StopGc_m1586288868 (LuaEnv_t2152703515 * __this, const RuntimeMethod* method) { { intptr_t L_0 = LuaEnv_get_L_m820602397(__this, /*hidden argument*/NULL); Lua_lua_gc_m1878929160(NULL /*static, unused*/, L_0, 0, 0, /*hidden argument*/NULL); return; } } // System.Void XLua.LuaEnv::RestartGc() extern "C" IL2CPP_METHOD_ATTR void LuaEnv_RestartGc_m846435972 (LuaEnv_t2152703515 * __this, const RuntimeMethod* method) { { intptr_t L_0 = LuaEnv_get_L_m820602397(__this, /*hidden argument*/NULL); Lua_lua_gc_m1878929160(NULL /*static, unused*/, L_0, 1, 0, /*hidden argument*/NULL); return; } } // System.Boolean XLua.LuaEnv::GcStep(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool LuaEnv_GcStep_m2304307550 (LuaEnv_t2152703515 * __this, int32_t ___data0, const RuntimeMethod* method) { { intptr_t L_0 = LuaEnv_get_L_m820602397(__this, /*hidden argument*/NULL); int32_t L_1 = ___data0; int32_t L_2 = Lua_lua_gc_m1878929160(NULL /*static, unused*/, L_0, 5, L_1, /*hidden argument*/NULL); return (bool)((((int32_t)((((int32_t)L_2) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Int32 XLua.LuaEnv::get_Memroy() extern "C" IL2CPP_METHOD_ATTR int32_t LuaEnv_get_Memroy_m2112009357 (LuaEnv_t2152703515 * __this, const RuntimeMethod* method) { { intptr_t L_0 = LuaEnv_get_L_m820602397(__this, /*hidden argument*/NULL); int32_t L_1 = Lua_lua_gc_m1878929160(NULL /*static, unused*/, L_0, 3, 0, /*hidden argument*/NULL); return L_1; } } // System.Void XLua.LuaEnv::.cctor() extern "C" IL2CPP_METHOD_ATTR void LuaEnv__cctor_m549670674 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { { 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" ByteU5BU5D_t4116647657* DelegatePInvokeWrapper_CustomLoader_t465830221 (CustomLoader_t465830221 * __this, String_t** ___filepath0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DelegatePInvokeWrapper_CustomLoader_t465830221_MetadataUsageId); s_Il2CppMethodInitialized = true; } typedef uint8_t* (DEFAULT_CALL *PInvokeFunc)(char**); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Marshaling of parameter '___filepath0' to native representation char** ____filepath0_marshaled = NULL; char* ____filepath0_marshaled_dereferenced = NULL; ____filepath0_marshaled_dereferenced = il2cpp_codegen_marshal_string(*___filepath0); ____filepath0_marshaled = &____filepath0_marshaled_dereferenced; // Native function invocation uint8_t* returnValue = il2cppPInvokeFunc(____filepath0_marshaled); // Marshaling of return value back from native representation ByteU5BU5D_t4116647657* _returnValue_unmarshaled = NULL; if (returnValue != NULL) { _returnValue_unmarshaled = reinterpret_cast(SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, 1)); for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(1); i++) { (_returnValue_unmarshaled)->SetAtUnchecked(static_cast(i), (returnValue)[i]); } } // Marshaling cleanup of return value native representation il2cpp_codegen_marshal_free(returnValue); returnValue = NULL; // Marshaling of parameter '___filepath0' back from native representation String_t* _____filepath0_marshaled_unmarshaled_dereferenced = NULL; _____filepath0_marshaled_unmarshaled_dereferenced = il2cpp_codegen_marshal_string_result(*____filepath0_marshaled); *___filepath0 = _____filepath0_marshaled_unmarshaled_dereferenced; // Marshaling cleanup of parameter '___filepath0' native representation il2cpp_codegen_marshal_free(*____filepath0_marshaled); *____filepath0_marshaled = NULL; return _returnValue_unmarshaled; } // System.Void XLua.LuaEnv/CustomLoader::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void CustomLoader__ctor_m1115093900 (CustomLoader_t465830221 * __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.Byte[] XLua.LuaEnv/CustomLoader::Invoke(System.String&) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* CustomLoader_Invoke_m231579447 (CustomLoader_t465830221 * __this, String_t** ___filepath0, const RuntimeMethod* method) { ByteU5BU5D_t4116647657* result = NULL; if(__this->get_prev_9() != NULL) { CustomLoader_Invoke_m231579447((CustomLoader_t465830221 *)__this->get_prev_9(), ___filepath0, 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 ByteU5BU5D_t4116647657* (*FunctionPointerType) (RuntimeObject *, String_t**, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___filepath0, targetMethod); } } else { // closed { typedef ByteU5BU5D_t4116647657* (*FunctionPointerType) (RuntimeObject *, void*, String_t**, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___filepath0, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker1< ByteU5BU5D_t4116647657*, String_t** >::Invoke(targetMethod, targetThis, ___filepath0); else result = GenericVirtFuncInvoker1< ByteU5BU5D_t4116647657*, String_t** >::Invoke(targetMethod, targetThis, ___filepath0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker1< ByteU5BU5D_t4116647657*, String_t** >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___filepath0); else result = VirtFuncInvoker1< ByteU5BU5D_t4116647657*, String_t** >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___filepath0); } } else { typedef ByteU5BU5D_t4116647657* (*FunctionPointerType) (void*, String_t**, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___filepath0, targetMethod); } } } return result; } // System.IAsyncResult XLua.LuaEnv/CustomLoader::BeginInvoke(System.String&,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* CustomLoader_BeginInvoke_m2172646715 (CustomLoader_t465830221 * __this, String_t** ___filepath0, AsyncCallback_t3962456242 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { void *__d_args[2] = {0}; __d_args[0] = *___filepath0; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2); } // System.Byte[] XLua.LuaEnv/CustomLoader::EndInvoke(System.String&,System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* CustomLoader_EndInvoke_m1465378463 (CustomLoader_t465830221 * __this, String_t** ___filepath0, RuntimeObject* ___result1, const RuntimeMethod* method) { void* ___out_args[] = { ___filepath0, }; RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result1, ___out_args); return (ByteU5BU5D_t4116647657*)__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 // Conversion methods for marshalling of: XLua.LuaEnv/GCAction extern "C" void GCAction_t1580222198_marshal_pinvoke(const GCAction_t1580222198& unmarshaled, GCAction_t1580222198_marshaled_pinvoke& marshaled) { marshaled.___Reference_0 = unmarshaled.get_Reference_0(); marshaled.___IsDelegate_1 = static_cast(unmarshaled.get_IsDelegate_1()); } extern "C" void GCAction_t1580222198_marshal_pinvoke_back(const GCAction_t1580222198_marshaled_pinvoke& marshaled, GCAction_t1580222198& unmarshaled) { int32_t unmarshaled_Reference_temp_0 = 0; unmarshaled_Reference_temp_0 = marshaled.___Reference_0; unmarshaled.set_Reference_0(unmarshaled_Reference_temp_0); bool unmarshaled_IsDelegate_temp_1 = false; unmarshaled_IsDelegate_temp_1 = static_cast(marshaled.___IsDelegate_1); unmarshaled.set_IsDelegate_1(unmarshaled_IsDelegate_temp_1); } // Conversion method for clean up from marshalling of: XLua.LuaEnv/GCAction extern "C" void GCAction_t1580222198_marshal_pinvoke_cleanup(GCAction_t1580222198_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: XLua.LuaEnv/GCAction extern "C" void GCAction_t1580222198_marshal_com(const GCAction_t1580222198& unmarshaled, GCAction_t1580222198_marshaled_com& marshaled) { marshaled.___Reference_0 = unmarshaled.get_Reference_0(); marshaled.___IsDelegate_1 = static_cast(unmarshaled.get_IsDelegate_1()); } extern "C" void GCAction_t1580222198_marshal_com_back(const GCAction_t1580222198_marshaled_com& marshaled, GCAction_t1580222198& unmarshaled) { int32_t unmarshaled_Reference_temp_0 = 0; unmarshaled_Reference_temp_0 = marshaled.___Reference_0; unmarshaled.set_Reference_0(unmarshaled_Reference_temp_0); bool unmarshaled_IsDelegate_temp_1 = false; unmarshaled_IsDelegate_temp_1 = static_cast(marshaled.___IsDelegate_1); unmarshaled.set_IsDelegate_1(unmarshaled_IsDelegate_temp_1); } // Conversion method for clean up from marshalling of: XLua.LuaEnv/GCAction extern "C" void GCAction_t1580222198_marshal_com_cleanup(GCAction_t1580222198_marshaled_com& marshaled) { } #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.LuaException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void LuaException__ctor_m1453574532 (LuaException_t1837158180 * __this, String_t* ___message0, const RuntimeMethod* method) { { String_t* L_0 = ___message0; Exception__ctor_m1152696503(__this, L_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 // System.Void XLua.LuaFunction::.ctor(System.Int32,XLua.LuaEnv) extern "C" IL2CPP_METHOD_ATTR void LuaFunction__ctor_m1434709015 (LuaFunction_t431395339 * __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; } } // System.Object[] XLua.LuaFunction::Call(System.Object[],System.Type[]) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* LuaFunction_Call_m4252697653 (LuaFunction_t431395339 * __this, ObjectU5BU5D_t2843939325* ___args0, TypeU5BU5D_t3940880105* ___returnTypes1, const RuntimeMethod* method) { int32_t V_0 = 0; intptr_t V_1; memset(&V_1, 0, sizeof(V_1)); ObjectTranslator_t2020767555 * V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; { V_0 = 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_1 = L_1; LuaEnv_t2152703515 * L_2 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); NullCheck(L_2); ObjectTranslator_t2020767555 * L_3 = L_2->get_translator_4(); V_2 = L_3; intptr_t L_4 = V_1; int32_t L_5 = Lua_lua_gettop_m2394536141(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); V_3 = L_5; intptr_t L_6 = V_1; LuaEnv_t2152703515 * L_7 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); NullCheck(L_7); int32_t L_8 = L_7->get_errorFuncRef_5(); int32_t L_9 = Lua_load_error_func_m900418168(NULL /*static, unused*/, L_6, L_8, /*hidden argument*/NULL); V_4 = L_9; intptr_t L_10 = V_1; int32_t L_11 = ((LuaBase_t1730675691 *)__this)->get_luaReference_1(); Lua_lua_getref_m387649952(NULL /*static, unused*/, L_10, L_11, /*hidden argument*/NULL); ObjectU5BU5D_t2843939325* L_12 = ___args0; if (!L_12) { goto IL_006d; } } { ObjectU5BU5D_t2843939325* L_13 = ___args0; NullCheck(L_13); V_0 = (((int32_t)((int32_t)(((RuntimeArray *)L_13)->max_length)))); V_5 = 0; goto IL_0063; } IL_0052: { ObjectTranslator_t2020767555 * L_14 = V_2; intptr_t L_15 = V_1; ObjectU5BU5D_t2843939325* L_16 = ___args0; int32_t L_17 = V_5; NullCheck(L_16); int32_t L_18 = L_17; RuntimeObject * L_19 = (L_16)->GetAt(static_cast(L_18)); NullCheck(L_14); ObjectTranslator_PushAny_m2595410231(L_14, L_15, L_19, /*hidden argument*/NULL); int32_t L_20 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0063: { int32_t L_21 = V_5; ObjectU5BU5D_t2843939325* L_22 = ___args0; NullCheck(L_22); if ((((int32_t)L_21) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_22)->max_length))))))) { goto IL_0052; } } IL_006d: { intptr_t L_23 = V_1; int32_t L_24 = V_0; int32_t L_25 = V_4; int32_t L_26 = Lua_lua_pcall_m4060699747(NULL /*static, unused*/, L_23, L_24, (-1), L_25, /*hidden argument*/NULL); V_6 = L_26; int32_t L_27 = V_6; if (!L_27) { goto IL_008c; } } { LuaEnv_t2152703515 * L_28 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); int32_t L_29 = V_3; NullCheck(L_28); LuaEnv_ThrowExceptionFromError_m1685544561(L_28, L_29, /*hidden argument*/NULL); } IL_008c: { intptr_t L_30 = V_1; int32_t L_31 = V_4; Lua_lua_remove_m1793624660(NULL /*static, unused*/, L_30, L_31, /*hidden argument*/NULL); TypeU5BU5D_t3940880105* L_32 = ___returnTypes1; if (!L_32) { goto IL_00a4; } } { ObjectTranslator_t2020767555 * L_33 = V_2; intptr_t L_34 = V_1; int32_t L_35 = V_3; TypeU5BU5D_t3940880105* L_36 = ___returnTypes1; NullCheck(L_33); ObjectU5BU5D_t2843939325* L_37 = ObjectTranslator_popValues_m4218441832(L_33, L_34, L_35, L_36, /*hidden argument*/NULL); return L_37; } IL_00a4: { ObjectTranslator_t2020767555 * L_38 = V_2; intptr_t L_39 = V_1; int32_t L_40 = V_3; NullCheck(L_38); ObjectU5BU5D_t2843939325* L_41 = ObjectTranslator_popValues_m3575704436(L_38, L_39, L_40, /*hidden argument*/NULL); return L_41; } } // System.Object[] XLua.LuaFunction::Call(System.Object[]) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* LuaFunction_Call_m2670163886 (LuaFunction_t431395339 * __this, ObjectU5BU5D_t2843939325* ___args0, const RuntimeMethod* method) { { ObjectU5BU5D_t2843939325* L_0 = ___args0; ObjectU5BU5D_t2843939325* L_1 = LuaFunction_Call_m4252697653(__this, L_0, (TypeU5BU5D_t3940880105*)(TypeU5BU5D_t3940880105*)NULL, /*hidden argument*/NULL); return L_1; } } // System.Void XLua.LuaFunction::SetEnv(XLua.LuaTable) extern "C" IL2CPP_METHOD_ATTR void LuaFunction_SetEnv_m1309815985 (LuaFunction_t431395339 * __this, LuaTable_t1631611336 * ___env0, 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 = 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; VirtActionInvoker1< intptr_t >::Invoke(6 /* System.Void XLua.LuaBase::push(System.IntPtr) */, __this, L_4); LuaTable_t1631611336 * L_5 = ___env0; intptr_t L_6 = V_0; NullCheck(L_5); VirtActionInvoker1< intptr_t >::Invoke(6 /* System.Void XLua.LuaBase::push(System.IntPtr) */, L_5, L_6); intptr_t L_7 = V_0; Lua_lua_setfenv_m319825179(NULL /*static, unused*/, L_7, ((int32_t)-2), /*hidden argument*/NULL); intptr_t L_8 = V_0; int32_t L_9 = V_1; Lua_lua_settop_m2822720422(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL); return; } } // System.Void XLua.LuaFunction::push(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void LuaFunction_push_m1842696441 (LuaFunction_t431395339 * __this, intptr_t ___L0, const RuntimeMethod* method) { { intptr_t L_0 = ___L0; int32_t L_1 = ((LuaBase_t1730675691 *)__this)->get_luaReference_1(); Lua_lua_getref_m387649952(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return; } } // System.String XLua.LuaFunction::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* LuaFunction_ToString_m3648397107 (LuaFunction_t431395339 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LuaFunction_ToString_m3648397107_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ((LuaBase_t1730675691 *)__this)->get_luaReference_1(); int32_t L_1 = L_0; RuntimeObject * L_2 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_1); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral4079115681, L_2, /*hidden argument*/NULL); return L_3; } } #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.LuaIndexes::.ctor() extern "C" IL2CPP_METHOD_ATTR void LuaIndexes__ctor_m4072546269 (LuaIndexes_t3508049786 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Int32 XLua.LuaIndexes::get_LUA_REGISTRYINDEX() extern "C" IL2CPP_METHOD_ATTR int32_t LuaIndexes_get_LUA_REGISTRYINDEX_m2693244088 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LuaIndexes_get_LUA_REGISTRYINDEX_m2693244088_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(InternalGlobals_t381021467_il2cpp_TypeInfo_var); int32_t L_0 = ((InternalGlobals_t381021467_StaticFields*)il2cpp_codegen_static_fields_for(InternalGlobals_t381021467_il2cpp_TypeInfo_var))->get_LUA_REGISTRYINDEX_4(); il2cpp_codegen_memory_barrier(); return L_0; } } // System.Void XLua.LuaIndexes::set_LUA_REGISTRYINDEX(System.Int32) extern "C" IL2CPP_METHOD_ATTR void LuaIndexes_set_LUA_REGISTRYINDEX_m3987034760 (RuntimeObject * __this /* static, unused */, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LuaIndexes_set_LUA_REGISTRYINDEX_m3987034760_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(InternalGlobals_t381021467_il2cpp_TypeInfo_var); il2cpp_codegen_memory_barrier(); ((InternalGlobals_t381021467_StaticFields*)il2cpp_codegen_static_fields_for(InternalGlobals_t381021467_il2cpp_TypeInfo_var))->set_LUA_REGISTRYINDEX_4(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.LuaTable::.ctor(System.Int32,XLua.LuaEnv) extern "C" IL2CPP_METHOD_ATTR void LuaTable__ctor_m488729730 (LuaTable_t1631611336 * __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; } } // System.Object XLua.LuaTable::get_Item(System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * LuaTable_get_Item_m1975034407 (LuaTable_t1631611336 * __this, String_t* ___field0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LuaTable_get_Item_m1975034407_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___field0; RuntimeObject * L_1 = LuaTable_GetInPath_TisRuntimeObject_m1764580773(__this, L_0, /*hidden argument*/LuaTable_GetInPath_TisRuntimeObject_m1764580773_RuntimeMethod_var); return L_1; } } // System.Void XLua.LuaTable::set_Item(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR void LuaTable_set_Item_m438864103 (LuaTable_t1631611336 * __this, String_t* ___field0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LuaTable_set_Item_m438864103_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___field0; RuntimeObject * L_1 = ___value1; LuaTable_SetInPath_TisRuntimeObject_m1289779803(__this, L_0, L_1, /*hidden argument*/LuaTable_SetInPath_TisRuntimeObject_m1289779803_RuntimeMethod_var); return; } } // System.Object XLua.LuaTable::get_Item(System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * LuaTable_get_Item_m613938920 (LuaTable_t1631611336 * __this, RuntimeObject * ___field0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LuaTable_get_Item_m613938920_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___field0; RuntimeObject * L_1 = LuaTable_Get_TisRuntimeObject_m861900606(__this, L_0, /*hidden argument*/LuaTable_Get_TisRuntimeObject_m861900606_RuntimeMethod_var); return L_1; } } // System.Void XLua.LuaTable::set_Item(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR void LuaTable_set_Item_m1929258924 (LuaTable_t1631611336 * __this, RuntimeObject * ___field0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LuaTable_set_Item_m1929258924_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___field0; RuntimeObject * L_1 = ___value1; LuaTable_Set_TisRuntimeObject_TisRuntimeObject_m819269054(__this, L_0, L_1, /*hidden argument*/LuaTable_Set_TisRuntimeObject_TisRuntimeObject_m819269054_RuntimeMethod_var); return; } } // System.Int32 XLua.LuaTable::get_Length() extern "C" IL2CPP_METHOD_ATTR int32_t LuaTable_get_Length_m3878518391 (LuaTable_t1631611336 * __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; { 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; uint32_t L_7 = Lua_xlua_objlen_m2453405350(NULL /*static, unused*/, L_6, (-1), /*hidden argument*/NULL); V_2 = L_7; intptr_t L_8 = V_0; int32_t L_9 = V_1; Lua_lua_settop_m2822720422(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL); int32_t L_10 = V_2; return L_10; } } // System.Collections.IEnumerable XLua.LuaTable::GetKeys() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* LuaTable_GetKeys_m1961189430 (LuaTable_t1631611336 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LuaTable_GetKeys_m1961189430_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CGetKeysU3Ec__Iterator0_t3432870881 * V_0 = NULL; { U3CGetKeysU3Ec__Iterator0_t3432870881 * L_0 = (U3CGetKeysU3Ec__Iterator0_t3432870881 *)il2cpp_codegen_object_new(U3CGetKeysU3Ec__Iterator0_t3432870881_il2cpp_TypeInfo_var); U3CGetKeysU3Ec__Iterator0__ctor_m4159376812(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CGetKeysU3Ec__Iterator0_t3432870881 * L_1 = V_0; NullCheck(L_1); L_1->set_U24this_3(__this); U3CGetKeysU3Ec__Iterator0_t3432870881 * L_2 = V_0; U3CGetKeysU3Ec__Iterator0_t3432870881 * L_3 = L_2; NullCheck(L_3); L_3->set_U24PC_6(((int32_t)-2)); return L_3; } } // System.Void XLua.LuaTable::SetMetaTable(XLua.LuaTable) extern "C" IL2CPP_METHOD_ATTR void LuaTable_SetMetaTable_m1174144126 (LuaTable_t1631611336 * __this, LuaTable_t1631611336 * ___metaTable0, const RuntimeMethod* method) { { 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); VirtActionInvoker1< intptr_t >::Invoke(6 /* System.Void XLua.LuaBase::push(System.IntPtr) */, __this, L_1); LuaTable_t1631611336 * L_2 = ___metaTable0; LuaEnv_t2152703515 * L_3 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); NullCheck(L_3); intptr_t L_4 = LuaEnv_get_L_m820602397(L_3, /*hidden argument*/NULL); NullCheck(L_2); VirtActionInvoker1< intptr_t >::Invoke(6 /* System.Void XLua.LuaBase::push(System.IntPtr) */, L_2, L_4); LuaEnv_t2152703515 * L_5 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); NullCheck(L_5); intptr_t L_6 = LuaEnv_get_L_m820602397(L_5, /*hidden argument*/NULL); Lua_lua_setmetatable_m707540821(NULL /*static, unused*/, L_6, ((int32_t)-2), /*hidden argument*/NULL); LuaEnv_t2152703515 * L_7 = ((LuaBase_t1730675691 *)__this)->get_luaEnv_2(); NullCheck(L_7); intptr_t L_8 = LuaEnv_get_L_m820602397(L_7, /*hidden argument*/NULL); Lua_lua_pop_m1434696172(NULL /*static, unused*/, L_8, 1, /*hidden argument*/NULL); return; } } // System.Void XLua.LuaTable::push(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void LuaTable_push_m1918714312 (LuaTable_t1631611336 * __this, intptr_t ___L0, const RuntimeMethod* method) { { intptr_t L_0 = ___L0; int32_t L_1 = ((LuaBase_t1730675691 *)__this)->get_luaReference_1(); Lua_lua_getref_m387649952(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return; } } // System.String XLua.LuaTable::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* LuaTable_ToString_m3446685003 (LuaTable_t1631611336 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (LuaTable_ToString_m3446685003_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ((LuaBase_t1730675691 *)__this)->get_luaReference_1(); int32_t L_1 = L_0; RuntimeObject * L_2 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_1); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2486806417, L_2, /*hidden argument*/NULL); return L_3; } } #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.LuaTable/c__Iterator0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CGetKeysU3Ec__Iterator0__ctor_m4159376812 (U3CGetKeysU3Ec__Iterator0_t3432870881 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean XLua.LuaTable/c__Iterator0::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool U3CGetKeysU3Ec__Iterator0_MoveNext_m3460478841 (U3CGetKeysU3Ec__Iterator0_t3432870881 * __this, const RuntimeMethod* method) { uint32_t V_0 = 0; { int32_t L_0 = __this->get_U24PC_6(); V_0 = L_0; __this->set_U24PC_6((-1)); uint32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_0021; } case 1: { goto IL_00b1; } } } { goto IL_00e7; } IL_0021: { LuaTable_t1631611336 * L_2 = __this->get_U24this_3(); NullCheck(L_2); LuaEnv_t2152703515 * L_3 = ((LuaBase_t1730675691 *)L_2)->get_luaEnv_2(); NullCheck(L_3); intptr_t L_4 = LuaEnv_get_L_m820602397(L_3, /*hidden argument*/NULL); __this->set_U3CLU3E__0_0(L_4); LuaTable_t1631611336 * L_5 = __this->get_U24this_3(); NullCheck(L_5); LuaEnv_t2152703515 * L_6 = ((LuaBase_t1730675691 *)L_5)->get_luaEnv_2(); NullCheck(L_6); ObjectTranslator_t2020767555 * L_7 = L_6->get_translator_4(); __this->set_U3CtranslatorU3E__0_1(L_7); intptr_t L_8 = __this->get_U3CLU3E__0_0(); int32_t L_9 = Lua_lua_gettop_m2394536141(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); __this->set_U3ColdTopU3E__0_2(L_9); intptr_t L_10 = __this->get_U3CLU3E__0_0(); LuaTable_t1631611336 * L_11 = __this->get_U24this_3(); NullCheck(L_11); int32_t L_12 = ((LuaBase_t1730675691 *)L_11)->get_luaReference_1(); Lua_lua_getref_m387649952(NULL /*static, unused*/, L_10, L_12, /*hidden argument*/NULL); intptr_t L_13 = __this->get_U3CLU3E__0_0(); Lua_lua_pushnil_m4186324575(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); goto IL_00bd; } IL_0084: { ObjectTranslator_t2020767555 * L_14 = __this->get_U3CtranslatorU3E__0_1(); intptr_t L_15 = __this->get_U3CLU3E__0_0(); NullCheck(L_14); RuntimeObject * L_16 = ObjectTranslator_GetObject_m3031673712(L_14, L_15, ((int32_t)-2), /*hidden argument*/NULL); __this->set_U24current_4(L_16); bool L_17 = __this->get_U24disposing_5(); if (L_17) { goto IL_00ac; } } { __this->set_U24PC_6(1); } IL_00ac: { goto IL_00e9; } IL_00b1: { intptr_t L_18 = __this->get_U3CLU3E__0_0(); Lua_lua_pop_m1434696172(NULL /*static, unused*/, L_18, 1, /*hidden argument*/NULL); } IL_00bd: { intptr_t L_19 = __this->get_U3CLU3E__0_0(); int32_t L_20 = Lua_lua_next_m3364024491(NULL /*static, unused*/, L_19, ((int32_t)-2), /*hidden argument*/NULL); if (L_20) { goto IL_0084; } } { intptr_t L_21 = __this->get_U3CLU3E__0_0(); int32_t L_22 = __this->get_U3ColdTopU3E__0_2(); Lua_lua_settop_m2822720422(NULL /*static, unused*/, L_21, L_22, /*hidden argument*/NULL); __this->set_U24PC_6((-1)); } IL_00e7: { return (bool)0; } IL_00e9: { return (bool)1; } } // System.Object XLua.LuaTable/c__Iterator0::System.Collections.Generic.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CGetKeysU3Ec__Iterator0_System_Collections_Generic_IEnumeratorU3CobjectU3E_get_Current_m2753035765 (U3CGetKeysU3Ec__Iterator0_t3432870881 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U24current_4(); return L_0; } } // System.Object XLua.LuaTable/c__Iterator0::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CGetKeysU3Ec__Iterator0_System_Collections_IEnumerator_get_Current_m1680003454 (U3CGetKeysU3Ec__Iterator0_t3432870881 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U24current_4(); return L_0; } } // System.Void XLua.LuaTable/c__Iterator0::Dispose() extern "C" IL2CPP_METHOD_ATTR void U3CGetKeysU3Ec__Iterator0_Dispose_m2733739790 (U3CGetKeysU3Ec__Iterator0_t3432870881 * __this, const RuntimeMethod* method) { { __this->set_U24disposing_5((bool)1); __this->set_U24PC_6((-1)); return; } } // System.Void XLua.LuaTable/c__Iterator0::Reset() extern "C" IL2CPP_METHOD_ATTR void U3CGetKeysU3Ec__Iterator0_Reset_m171580844 (U3CGetKeysU3Ec__Iterator0_t3432870881 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CGetKeysU3Ec__Iterator0_Reset_m171580844_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,U3CGetKeysU3Ec__Iterator0_Reset_m171580844_RuntimeMethod_var); } } // System.Collections.IEnumerator XLua.LuaTable/c__Iterator0::System.Collections.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* U3CGetKeysU3Ec__Iterator0_System_Collections_IEnumerable_GetEnumerator_m931429220 (U3CGetKeysU3Ec__Iterator0_t3432870881 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = U3CGetKeysU3Ec__Iterator0_System_Collections_Generic_IEnumerableU3CobjectU3E_GetEnumerator_m1899368017(__this, /*hidden argument*/NULL); return L_0; } } // System.Collections.Generic.IEnumerator`1 XLua.LuaTable/c__Iterator0::System.Collections.Generic.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* U3CGetKeysU3Ec__Iterator0_System_Collections_Generic_IEnumerableU3CobjectU3E_GetEnumerator_m1899368017 (U3CGetKeysU3Ec__Iterator0_t3432870881 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CGetKeysU3Ec__Iterator0_System_Collections_Generic_IEnumerableU3CobjectU3E_GetEnumerator_m1899368017_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CGetKeysU3Ec__Iterator0_t3432870881 * V_0 = NULL; { int32_t* L_0 = __this->get_address_of_U24PC_6(); int32_t L_1 = Interlocked_CompareExchange_m3023855514(NULL /*static, unused*/, L_0, 0, ((int32_t)-2), /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)-2))))) { goto IL_0014; } } { return __this; } IL_0014: { U3CGetKeysU3Ec__Iterator0_t3432870881 * L_2 = (U3CGetKeysU3Ec__Iterator0_t3432870881 *)il2cpp_codegen_object_new(U3CGetKeysU3Ec__Iterator0_t3432870881_il2cpp_TypeInfo_var); U3CGetKeysU3Ec__Iterator0__ctor_m4159376812(L_2, /*hidden argument*/NULL); V_0 = L_2; U3CGetKeysU3Ec__Iterator0_t3432870881 * L_3 = V_0; LuaTable_t1631611336 * L_4 = __this->get_U24this_3(); NullCheck(L_3); L_3->set_U24this_3(L_4); U3CGetKeysU3Ec__Iterator0_t3432870881 * L_5 = V_0; return L_5; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.MethodWrap::.ctor(System.String,System.Collections.Generic.List`1,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void MethodWrap__ctor_m1149894321 (MethodWrap_t801859268 * __this, String_t* ___methodName0, List_1_t2699813617 * ___overloads1, bool ___forceCheck2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MethodWrap__ctor_m1149894321_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t2699813617 * L_0 = (List_1_t2699813617 *)il2cpp_codegen_object_new(List_1_t2699813617_il2cpp_TypeInfo_var); List_1__ctor_m1115593722(L_0, /*hidden argument*/List_1__ctor_m1115593722_RuntimeMethod_var); __this->set_overloads_1(L_0); Object__ctor_m297566312(__this, /*hidden argument*/NULL); String_t* L_1 = ___methodName0; __this->set_methodName_0(L_1); List_1_t2699813617 * L_2 = ___overloads1; __this->set_overloads_1(L_2); bool L_3 = ___forceCheck2; __this->set_forceCheck_2(L_3); return; } } // System.Int32 XLua.MethodWrap::Call(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t MethodWrap_Call_m4251351097 (MethodWrap_t801859268 * __this, intptr_t ___L0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MethodWrap_Call_m4251351097_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; OverloadMethodWrap_t1227738875 * V_2 = NULL; TargetInvocationException_t4266643902 * V_3 = NULL; Exception_t * V_4 = 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) { List_1_t2699813617 * L_0 = __this->get_overloads_1(); NullCheck(L_0); int32_t L_1 = List_1_get_Count_m4266051734(L_0, /*hidden argument*/List_1_get_Count_m4266051734_RuntimeMethod_var); if ((!(((uint32_t)L_1) == ((uint32_t)1)))) { goto IL_004a; } } IL_0011: { List_1_t2699813617 * L_2 = __this->get_overloads_1(); NullCheck(L_2); OverloadMethodWrap_t1227738875 * L_3 = List_1_get_Item_m3921383175(L_2, 0, /*hidden argument*/List_1_get_Item_m3921383175_RuntimeMethod_var); NullCheck(L_3); bool L_4 = OverloadMethodWrap_get_HasDefalutValue_m2588768388(L_3, /*hidden argument*/NULL); if (L_4) { goto IL_004a; } } IL_0027: { bool L_5 = __this->get_forceCheck_2(); if (L_5) { goto IL_004a; } } IL_0032: { List_1_t2699813617 * L_6 = __this->get_overloads_1(); NullCheck(L_6); OverloadMethodWrap_t1227738875 * L_7 = List_1_get_Item_m3921383175(L_6, 0, /*hidden argument*/List_1_get_Item_m3921383175_RuntimeMethod_var); intptr_t L_8 = ___L0; NullCheck(L_7); int32_t L_9 = OverloadMethodWrap_Call_m4219118015(L_7, L_8, /*hidden argument*/NULL); V_0 = L_9; goto IL_0105; } IL_004a: { V_1 = 0; goto IL_007b; } IL_0051: { List_1_t2699813617 * L_10 = __this->get_overloads_1(); int32_t L_11 = V_1; NullCheck(L_10); OverloadMethodWrap_t1227738875 * L_12 = List_1_get_Item_m3921383175(L_10, L_11, /*hidden argument*/List_1_get_Item_m3921383175_RuntimeMethod_var); V_2 = L_12; OverloadMethodWrap_t1227738875 * L_13 = V_2; intptr_t L_14 = ___L0; NullCheck(L_13); bool L_15 = OverloadMethodWrap_Check_m735293606(L_13, L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_0077; } } IL_006a: { OverloadMethodWrap_t1227738875 * L_16 = V_2; intptr_t L_17 = ___L0; NullCheck(L_16); int32_t L_18 = OverloadMethodWrap_Call_m4219118015(L_16, L_17, /*hidden argument*/NULL); V_0 = L_18; goto IL_0105; } IL_0077: { int32_t L_19 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_007b: { int32_t L_20 = V_1; List_1_t2699813617 * L_21 = __this->get_overloads_1(); NullCheck(L_21); int32_t L_22 = List_1_get_Count_m4266051734(L_21, /*hidden argument*/List_1_get_Count_m4266051734_RuntimeMethod_var); if ((((int32_t)L_20) < ((int32_t)L_22))) { goto IL_0051; } } IL_008c: { intptr_t L_23 = ___L0; String_t* L_24 = __this->get_methodName_0(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_25 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral3949275079, L_24, /*hidden argument*/NULL); int32_t L_26 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_23, L_25, /*hidden argument*/NULL); V_0 = L_26; goto IL_0105; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (TargetInvocationException_t4266643902_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_00a8; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_00da; throw e; } CATCH_00a8: { // begin catch(System.Reflection.TargetInvocationException) V_3 = ((TargetInvocationException_t4266643902 *)__exception_local); intptr_t L_27 = ___L0; TargetInvocationException_t4266643902 * L_28 = V_3; NullCheck(L_28); Exception_t * L_29 = Exception_get_InnerException_m3836775(L_28, /*hidden argument*/NULL); NullCheck(L_29); String_t* L_30 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, L_29); TargetInvocationException_t4266643902 * L_31 = V_3; NullCheck(L_31); Exception_t * L_32 = Exception_get_InnerException_m3836775(L_31, /*hidden argument*/NULL); NullCheck(L_32); String_t* L_33 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Exception::get_StackTrace() */, L_32); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_34 = String_Concat_m2163913788(NULL /*static, unused*/, _stringLiteral632665612, L_30, _stringLiteral4253019905, L_33, /*hidden argument*/NULL); int32_t L_35 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_27, L_34, /*hidden argument*/NULL); V_0 = L_35; goto IL_0105; } // end catch (depth: 1) CATCH_00da: { // begin catch(System.Exception) V_4 = ((Exception_t *)__exception_local); intptr_t L_36 = ___L0; Exception_t * L_37 = V_4; NullCheck(L_37); String_t* L_38 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, L_37); Exception_t * L_39 = V_4; NullCheck(L_39); String_t* L_40 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Exception::get_StackTrace() */, L_39); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_41 = String_Concat_m2163913788(NULL /*static, unused*/, _stringLiteral632665612, L_38, _stringLiteral4253019905, L_40, /*hidden argument*/NULL); int32_t L_42 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_36, L_41, /*hidden argument*/NULL); V_0 = L_42; goto IL_0105; } // end catch (depth: 1) IL_0105: { int32_t L_43 = V_0; return L_43; } } #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.MethodWrapsCache::.ctor(XLua.ObjectTranslator,XLua.ObjectCheckers,XLua.ObjectCasters) extern "C" IL2CPP_METHOD_ATTR void MethodWrapsCache__ctor_m507601062 (MethodWrapsCache_t113059333 * __this, ObjectTranslator_t2020767555 * ___translator0, ObjectCheckers_t1922409879 * ___objCheckers1, ObjectCasters_t3722364209 * ___objCasters2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MethodWrapsCache__ctor_m507601062_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t3327871123 * L_0 = (Dictionary_2_t3327871123 *)il2cpp_codegen_object_new(Dictionary_2_t3327871123_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2305198519(L_0, /*hidden argument*/Dictionary_2__ctor_m2305198519_RuntimeMethod_var); __this->set_constructorCache_3(L_0); Dictionary_2_t3113127422 * L_1 = (Dictionary_2_t3113127422 *)il2cpp_codegen_object_new(Dictionary_2_t3113127422_il2cpp_TypeInfo_var); Dictionary_2__ctor_m833314755(L_1, /*hidden argument*/Dictionary_2__ctor_m833314755_RuntimeMethod_var); __this->set_methodsCache_4(L_1); Dictionary_2_t3327871123 * L_2 = (Dictionary_2_t3327871123 *)il2cpp_codegen_object_new(Dictionary_2_t3327871123_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2305198519(L_2, /*hidden argument*/Dictionary_2__ctor_m2305198519_RuntimeMethod_var); __this->set_delegateCache_5(L_2); Object__ctor_m297566312(__this, /*hidden argument*/NULL); ObjectTranslator_t2020767555 * L_3 = ___translator0; __this->set_translator_0(L_3); ObjectCheckers_t1922409879 * L_4 = ___objCheckers1; __this->set_objCheckers_1(L_4); ObjectCasters_t3722364209 * L_5 = ___objCasters2; __this->set_objCasters_2(L_5); return; } } // XLua.LuaDLL.lua_CSFunction XLua.MethodWrapsCache::GetConstructorWrap(System.Type) extern "C" IL2CPP_METHOD_ATTR lua_CSFunction_t883524059 * MethodWrapsCache_GetConstructorWrap_m3737546418 (MethodWrapsCache_t113059333 * __this, Type_t * ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MethodWrapsCache_GetConstructorWrap_m3737546418_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CGetConstructorWrapU3Ec__AnonStorey0_t1482310868 * V_0 = NULL; ConstructorInfoU5BU5D_t881249896* V_1 = NULL; U3CGetConstructorWrapU3Ec__AnonStorey1_t3438626004 * V_2 = NULL; bool V_3 = false; int32_t V_4 = 0; { U3CGetConstructorWrapU3Ec__AnonStorey0_t1482310868 * L_0 = (U3CGetConstructorWrapU3Ec__AnonStorey0_t1482310868 *)il2cpp_codegen_object_new(U3CGetConstructorWrapU3Ec__AnonStorey0_t1482310868_il2cpp_TypeInfo_var); U3CGetConstructorWrapU3Ec__AnonStorey0__ctor_m3049142914(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CGetConstructorWrapU3Ec__AnonStorey0_t1482310868 * L_1 = V_0; Type_t * L_2 = ___type0; NullCheck(L_1); L_1->set_type_0(L_2); U3CGetConstructorWrapU3Ec__AnonStorey0_t1482310868 * L_3 = V_0; NullCheck(L_3); L_3->set_U24this_1(__this); Dictionary_2_t3327871123 * L_4 = __this->get_constructorCache_3(); U3CGetConstructorWrapU3Ec__AnonStorey0_t1482310868 * L_5 = V_0; NullCheck(L_5); Type_t * L_6 = L_5->get_type_0(); NullCheck(L_4); bool L_7 = Dictionary_2_ContainsKey_m3601766311(L_4, L_6, /*hidden argument*/Dictionary_2_ContainsKey_m3601766311_RuntimeMethod_var); if (L_7) { goto IL_015a; } } { U3CGetConstructorWrapU3Ec__AnonStorey0_t1482310868 * L_8 = V_0; NullCheck(L_8); Type_t * L_9 = L_8->get_type_0(); NullCheck(L_9); ConstructorInfoU5BU5D_t881249896* L_10 = Type_GetConstructors_m1172352582(L_9, /*hidden argument*/NULL); V_1 = L_10; U3CGetConstructorWrapU3Ec__AnonStorey0_t1482310868 * L_11 = V_0; NullCheck(L_11); Type_t * L_12 = L_11->get_type_0(); bool L_13 = TypeExtensions_IsAbstract_m145558086(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); if (L_13) { goto IL_0054; } } { ConstructorInfoU5BU5D_t881249896* L_14 = V_1; if (!L_14) { goto IL_0054; } } { ConstructorInfoU5BU5D_t881249896* L_15 = V_1; NullCheck(L_15); if ((((int32_t)((int32_t)(((RuntimeArray *)L_15)->max_length))))) { goto IL_008d; } } IL_0054: { U3CGetConstructorWrapU3Ec__AnonStorey0_t1482310868 * L_16 = V_0; NullCheck(L_16); Type_t * L_17 = L_16->get_type_0(); bool L_18 = TypeExtensions_IsValueType_m1315482809(NULL /*static, unused*/, L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_0086; } } { Dictionary_2_t3327871123 * L_19 = __this->get_constructorCache_3(); U3CGetConstructorWrapU3Ec__AnonStorey0_t1482310868 * L_20 = V_0; NullCheck(L_20); Type_t * L_21 = L_20->get_type_0(); U3CGetConstructorWrapU3Ec__AnonStorey0_t1482310868 * L_22 = V_0; intptr_t L_23 = (intptr_t)U3CGetConstructorWrapU3Ec__AnonStorey0_U3CU3Em__0_m4262377222_RuntimeMethod_var; lua_CSFunction_t883524059 * L_24 = (lua_CSFunction_t883524059 *)il2cpp_codegen_object_new(lua_CSFunction_t883524059_il2cpp_TypeInfo_var); lua_CSFunction__ctor_m2895663127(L_24, L_22, L_23, /*hidden argument*/NULL); NullCheck(L_19); Dictionary_2_set_Item_m2882970668(L_19, L_21, L_24, /*hidden argument*/Dictionary_2_set_Item_m2882970668_RuntimeMethod_var); goto IL_0088; } IL_0086: { return (lua_CSFunction_t883524059 *)NULL; } IL_0088: { goto IL_015a; } IL_008d: { U3CGetConstructorWrapU3Ec__AnonStorey1_t3438626004 * L_25 = (U3CGetConstructorWrapU3Ec__AnonStorey1_t3438626004 *)il2cpp_codegen_object_new(U3CGetConstructorWrapU3Ec__AnonStorey1_t3438626004_il2cpp_TypeInfo_var); U3CGetConstructorWrapU3Ec__AnonStorey1__ctor_m3172547202(L_25, /*hidden argument*/NULL); V_2 = L_25; U3CGetConstructorWrapU3Ec__AnonStorey1_t3438626004 * L_26 = V_2; U3CGetConstructorWrapU3Ec__AnonStorey0_t1482310868 * L_27 = V_0; NullCheck(L_26); L_26->set_U3CU3Ef__refU240_1(L_27); U3CGetConstructorWrapU3Ec__AnonStorey1_t3438626004 * L_28 = V_2; U3CGetConstructorWrapU3Ec__AnonStorey0_t1482310868 * L_29 = V_0; NullCheck(L_29); Type_t * L_30 = L_29->get_type_0(); ConstructorInfoU5BU5D_t881249896* L_31 = V_1; MethodWrap_t801859268 * L_32 = MethodWrapsCache__GenMethodWrap_m2785935813(__this, L_30, _stringLiteral1221375020, (RuntimeObject*)(RuntimeObject*)L_31, (bool)1, /*hidden argument*/NULL); intptr_t L_33 = (intptr_t)MethodWrap_Call_m4251351097_RuntimeMethod_var; lua_CSFunction_t883524059 * L_34 = (lua_CSFunction_t883524059 *)il2cpp_codegen_object_new(lua_CSFunction_t883524059_il2cpp_TypeInfo_var); lua_CSFunction__ctor_m2895663127(L_34, L_32, L_33, /*hidden argument*/NULL); NullCheck(L_28); L_28->set_ctor_0(L_34); U3CGetConstructorWrapU3Ec__AnonStorey0_t1482310868 * L_35 = V_0; NullCheck(L_35); Type_t * L_36 = L_35->get_type_0(); bool L_37 = TypeExtensions_IsValueType_m1315482809(NULL /*static, unused*/, L_36, /*hidden argument*/NULL); if (!L_37) { goto IL_0143; } } { V_3 = (bool)0; V_4 = 0; goto IL_00f5; } IL_00d8: { ConstructorInfoU5BU5D_t881249896* L_38 = V_1; int32_t L_39 = V_4; NullCheck(L_38); int32_t L_40 = L_39; ConstructorInfo_t5769829 * L_41 = (L_38)->GetAt(static_cast(L_40)); NullCheck(L_41); ParameterInfoU5BU5D_t390618515* L_42 = VirtFuncInvoker0< ParameterInfoU5BU5D_t390618515* >::Invoke(15 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParameters() */, L_41); NullCheck(L_42); if ((((int32_t)((int32_t)(((RuntimeArray *)L_42)->max_length))))) { goto IL_00ef; } } { V_3 = (bool)1; goto IL_00ff; } IL_00ef: { int32_t L_43 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1)); } IL_00f5: { int32_t L_44 = V_4; ConstructorInfoU5BU5D_t881249896* L_45 = V_1; NullCheck(L_45); if ((((int32_t)L_44) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_45)->max_length))))))) { goto IL_00d8; } } IL_00ff: { bool L_46 = V_3; if (!L_46) { goto IL_0121; } } { Dictionary_2_t3327871123 * L_47 = __this->get_constructorCache_3(); U3CGetConstructorWrapU3Ec__AnonStorey0_t1482310868 * L_48 = V_0; NullCheck(L_48); Type_t * L_49 = L_48->get_type_0(); U3CGetConstructorWrapU3Ec__AnonStorey1_t3438626004 * L_50 = V_2; NullCheck(L_50); lua_CSFunction_t883524059 * L_51 = L_50->get_ctor_0(); NullCheck(L_47); Dictionary_2_set_Item_m2882970668(L_47, L_49, L_51, /*hidden argument*/Dictionary_2_set_Item_m2882970668_RuntimeMethod_var); goto IL_013e; } IL_0121: { Dictionary_2_t3327871123 * L_52 = __this->get_constructorCache_3(); U3CGetConstructorWrapU3Ec__AnonStorey0_t1482310868 * L_53 = V_0; NullCheck(L_53); Type_t * L_54 = L_53->get_type_0(); U3CGetConstructorWrapU3Ec__AnonStorey1_t3438626004 * L_55 = V_2; intptr_t L_56 = (intptr_t)U3CGetConstructorWrapU3Ec__AnonStorey1_U3CU3Em__0_m4090029861_RuntimeMethod_var; lua_CSFunction_t883524059 * L_57 = (lua_CSFunction_t883524059 *)il2cpp_codegen_object_new(lua_CSFunction_t883524059_il2cpp_TypeInfo_var); lua_CSFunction__ctor_m2895663127(L_57, L_55, L_56, /*hidden argument*/NULL); NullCheck(L_52); Dictionary_2_set_Item_m2882970668(L_52, L_54, L_57, /*hidden argument*/Dictionary_2_set_Item_m2882970668_RuntimeMethod_var); } IL_013e: { goto IL_015a; } IL_0143: { Dictionary_2_t3327871123 * L_58 = __this->get_constructorCache_3(); U3CGetConstructorWrapU3Ec__AnonStorey0_t1482310868 * L_59 = V_0; NullCheck(L_59); Type_t * L_60 = L_59->get_type_0(); U3CGetConstructorWrapU3Ec__AnonStorey1_t3438626004 * L_61 = V_2; NullCheck(L_61); lua_CSFunction_t883524059 * L_62 = L_61->get_ctor_0(); NullCheck(L_58); Dictionary_2_set_Item_m2882970668(L_58, L_60, L_62, /*hidden argument*/Dictionary_2_set_Item_m2882970668_RuntimeMethod_var); } IL_015a: { Dictionary_2_t3327871123 * L_63 = __this->get_constructorCache_3(); U3CGetConstructorWrapU3Ec__AnonStorey0_t1482310868 * L_64 = V_0; NullCheck(L_64); Type_t * L_65 = L_64->get_type_0(); NullCheck(L_63); lua_CSFunction_t883524059 * L_66 = Dictionary_2_get_Item_m655425690(L_63, L_65, /*hidden argument*/Dictionary_2_get_Item_m655425690_RuntimeMethod_var); return L_66; } } // XLua.LuaDLL.lua_CSFunction XLua.MethodWrapsCache::GetMethodWrap(System.Type,System.String) extern "C" IL2CPP_METHOD_ATTR lua_CSFunction_t883524059 * MethodWrapsCache_GetMethodWrap_m288029743 (MethodWrapsCache_t113059333 * __this, Type_t * ___type0, String_t* ___methodName1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MethodWrapsCache_GetMethodWrap_m288029743_MetadataUsageId); s_Il2CppMethodInitialized = true; } Dictionary_2_t668780358 * V_0 = NULL; MemberInfoU5BU5D_t1302094432* V_1 = NULL; { Dictionary_2_t3113127422 * L_0 = __this->get_methodsCache_4(); Type_t * L_1 = ___type0; NullCheck(L_0); bool L_2 = Dictionary_2_ContainsKey_m992648186(L_0, L_1, /*hidden argument*/Dictionary_2_ContainsKey_m992648186_RuntimeMethod_var); if (L_2) { goto IL_0022; } } { Dictionary_2_t3113127422 * L_3 = __this->get_methodsCache_4(); Type_t * L_4 = ___type0; Dictionary_2_t668780358 * L_5 = (Dictionary_2_t668780358 *)il2cpp_codegen_object_new(Dictionary_2_t668780358_il2cpp_TypeInfo_var); Dictionary_2__ctor_m757427480(L_5, /*hidden argument*/Dictionary_2__ctor_m757427480_RuntimeMethod_var); NullCheck(L_3); Dictionary_2_set_Item_m3864845424(L_3, L_4, L_5, /*hidden argument*/Dictionary_2_set_Item_m3864845424_RuntimeMethod_var); } IL_0022: { Dictionary_2_t3113127422 * L_6 = __this->get_methodsCache_4(); Type_t * L_7 = ___type0; NullCheck(L_6); Dictionary_2_t668780358 * L_8 = Dictionary_2_get_Item_m629580894(L_6, L_7, /*hidden argument*/Dictionary_2_get_Item_m629580894_RuntimeMethod_var); V_0 = L_8; Dictionary_2_t668780358 * L_9 = V_0; String_t* L_10 = ___methodName1; NullCheck(L_9); bool L_11 = Dictionary_2_ContainsKey_m672596804(L_9, L_10, /*hidden argument*/Dictionary_2_ContainsKey_m672596804_RuntimeMethod_var); if (L_11) { goto IL_007f; } } { Type_t * L_12 = ___type0; String_t* L_13 = ___methodName1; NullCheck(L_12); MemberInfoU5BU5D_t1302094432* L_14 = VirtFuncInvoker2< MemberInfoU5BU5D_t1302094432*, String_t*, int32_t >::Invoke(57 /* System.Reflection.MemberInfo[] System.Type::GetMember(System.String,System.Reflection.BindingFlags) */, L_12, L_13, ((int32_t)29)); V_1 = L_14; MemberInfoU5BU5D_t1302094432* L_15 = V_1; if (!L_15) { goto IL_0061; } } { MemberInfoU5BU5D_t1302094432* L_16 = V_1; NullCheck(L_16); if (!(((int32_t)((int32_t)(((RuntimeArray *)L_16)->max_length))))) { goto IL_0061; } } { MemberInfoU5BU5D_t1302094432* L_17 = V_1; NullCheck(L_17); int32_t L_18 = 0; MemberInfo_t * L_19 = (L_17)->GetAt(static_cast(L_18)); NullCheck(L_19); int32_t L_20 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Reflection.MemberTypes System.Reflection.MemberInfo::get_MemberType() */, L_19); if ((((int32_t)L_20) == ((int32_t)8))) { goto IL_0063; } } IL_0061: { return (lua_CSFunction_t883524059 *)NULL; } IL_0063: { Dictionary_2_t668780358 * L_21 = V_0; String_t* L_22 = ___methodName1; Type_t * L_23 = ___type0; String_t* L_24 = ___methodName1; MemberInfoU5BU5D_t1302094432* L_25 = V_1; MethodWrap_t801859268 * L_26 = MethodWrapsCache__GenMethodWrap_m2785935813(__this, L_23, L_24, (RuntimeObject*)(RuntimeObject*)L_25, (bool)0, /*hidden argument*/NULL); intptr_t L_27 = (intptr_t)MethodWrap_Call_m4251351097_RuntimeMethod_var; lua_CSFunction_t883524059 * L_28 = (lua_CSFunction_t883524059 *)il2cpp_codegen_object_new(lua_CSFunction_t883524059_il2cpp_TypeInfo_var); lua_CSFunction__ctor_m2895663127(L_28, L_26, L_27, /*hidden argument*/NULL); NullCheck(L_21); Dictionary_2_set_Item_m3607904390(L_21, L_22, L_28, /*hidden argument*/Dictionary_2_set_Item_m3607904390_RuntimeMethod_var); } IL_007f: { Dictionary_2_t668780358 * L_29 = V_0; String_t* L_30 = ___methodName1; NullCheck(L_29); lua_CSFunction_t883524059 * L_31 = Dictionary_2_get_Item_m2229435314(L_29, L_30, /*hidden argument*/Dictionary_2_get_Item_m2229435314_RuntimeMethod_var); return L_31; } } // XLua.LuaDLL.lua_CSFunction XLua.MethodWrapsCache::GetMethodWrapInCache(System.Type,System.String) extern "C" IL2CPP_METHOD_ATTR lua_CSFunction_t883524059 * MethodWrapsCache_GetMethodWrapInCache_m772188387 (MethodWrapsCache_t113059333 * __this, Type_t * ___type0, String_t* ___methodName1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MethodWrapsCache_GetMethodWrapInCache_m772188387_MetadataUsageId); s_Il2CppMethodInitialized = true; } Dictionary_2_t668780358 * V_0 = NULL; lua_CSFunction_t883524059 * G_B5_0 = NULL; { Dictionary_2_t3113127422 * L_0 = __this->get_methodsCache_4(); Type_t * L_1 = ___type0; NullCheck(L_0); bool L_2 = Dictionary_2_ContainsKey_m992648186(L_0, L_1, /*hidden argument*/Dictionary_2_ContainsKey_m992648186_RuntimeMethod_var); if (L_2) { goto IL_0022; } } { Dictionary_2_t3113127422 * L_3 = __this->get_methodsCache_4(); Type_t * L_4 = ___type0; Dictionary_2_t668780358 * L_5 = (Dictionary_2_t668780358 *)il2cpp_codegen_object_new(Dictionary_2_t668780358_il2cpp_TypeInfo_var); Dictionary_2__ctor_m757427480(L_5, /*hidden argument*/Dictionary_2__ctor_m757427480_RuntimeMethod_var); NullCheck(L_3); Dictionary_2_set_Item_m3864845424(L_3, L_4, L_5, /*hidden argument*/Dictionary_2_set_Item_m3864845424_RuntimeMethod_var); } IL_0022: { Dictionary_2_t3113127422 * L_6 = __this->get_methodsCache_4(); Type_t * L_7 = ___type0; NullCheck(L_6); Dictionary_2_t668780358 * L_8 = Dictionary_2_get_Item_m629580894(L_6, L_7, /*hidden argument*/Dictionary_2_get_Item_m629580894_RuntimeMethod_var); V_0 = L_8; Dictionary_2_t668780358 * L_9 = V_0; String_t* L_10 = ___methodName1; NullCheck(L_9); bool L_11 = Dictionary_2_ContainsKey_m672596804(L_9, L_10, /*hidden argument*/Dictionary_2_ContainsKey_m672596804_RuntimeMethod_var); if (!L_11) { goto IL_0047; } } { Dictionary_2_t668780358 * L_12 = V_0; String_t* L_13 = ___methodName1; NullCheck(L_12); lua_CSFunction_t883524059 * L_14 = Dictionary_2_get_Item_m2229435314(L_12, L_13, /*hidden argument*/Dictionary_2_get_Item_m2229435314_RuntimeMethod_var); G_B5_0 = L_14; goto IL_0048; } IL_0047: { G_B5_0 = ((lua_CSFunction_t883524059 *)(NULL)); } IL_0048: { return G_B5_0; } } // XLua.LuaDLL.lua_CSFunction XLua.MethodWrapsCache::GetDelegateWrap(System.Type) extern "C" IL2CPP_METHOD_ATTR lua_CSFunction_t883524059 * MethodWrapsCache_GetDelegateWrap_m842285672 (MethodWrapsCache_t113059333 * __this, Type_t * ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MethodWrapsCache_GetDelegateWrap_m842285672_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_t3027515415 L_0 = { reinterpret_cast (Delegate_t1188392813_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); Type_t * L_2 = ___type0; NullCheck(L_1); bool L_3 = VirtFuncInvoker1< bool, Type_t * >::Invoke(45 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_1, L_2); if (L_3) { goto IL_0017; } } { return (lua_CSFunction_t883524059 *)NULL; } IL_0017: { Dictionary_2_t3327871123 * L_4 = __this->get_delegateCache_5(); Type_t * L_5 = ___type0; NullCheck(L_4); bool L_6 = Dictionary_2_ContainsKey_m3601766311(L_4, L_5, /*hidden argument*/Dictionary_2_ContainsKey_m3601766311_RuntimeMethod_var); if (L_6) { goto IL_0061; } } { Dictionary_2_t3327871123 * L_7 = __this->get_delegateCache_5(); Type_t * L_8 = ___type0; Type_t * L_9 = ___type0; Type_t * L_10 = ___type0; NullCheck(L_10); String_t* L_11 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_10); MethodBaseU5BU5D_t779831733* L_12 = ((MethodBaseU5BU5D_t779831733*)SZArrayNew(MethodBaseU5BU5D_t779831733_il2cpp_TypeInfo_var, (uint32_t)1)); Type_t * L_13 = ___type0; NullCheck(L_13); MethodInfo_t * L_14 = Type_GetMethod_m2019726356(L_13, _stringLiteral2401610308, /*hidden argument*/NULL); NullCheck(L_12); ArrayElementTypeCheck (L_12, L_14); (L_12)->SetAt(static_cast(0), (MethodBase_t *)L_14); MethodWrap_t801859268 * L_15 = MethodWrapsCache__GenMethodWrap_m2785935813(__this, L_9, L_11, (RuntimeObject*)(RuntimeObject*)L_12, (bool)0, /*hidden argument*/NULL); intptr_t L_16 = (intptr_t)MethodWrap_Call_m4251351097_RuntimeMethod_var; lua_CSFunction_t883524059 * L_17 = (lua_CSFunction_t883524059 *)il2cpp_codegen_object_new(lua_CSFunction_t883524059_il2cpp_TypeInfo_var); lua_CSFunction__ctor_m2895663127(L_17, L_15, L_16, /*hidden argument*/NULL); NullCheck(L_7); Dictionary_2_set_Item_m2882970668(L_7, L_8, L_17, /*hidden argument*/Dictionary_2_set_Item_m2882970668_RuntimeMethod_var); } IL_0061: { Dictionary_2_t3327871123 * L_18 = __this->get_delegateCache_5(); Type_t * L_19 = ___type0; NullCheck(L_18); lua_CSFunction_t883524059 * L_20 = Dictionary_2_get_Item_m655425690(L_18, L_19, /*hidden argument*/Dictionary_2_get_Item_m655425690_RuntimeMethod_var); return L_20; } } // XLua.LuaDLL.lua_CSFunction XLua.MethodWrapsCache::GetEventWrap(System.Type,System.String) extern "C" IL2CPP_METHOD_ATTR lua_CSFunction_t883524059 * MethodWrapsCache_GetEventWrap_m2092790157 (MethodWrapsCache_t113059333 * __this, Type_t * ___type0, String_t* ___eventName1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MethodWrapsCache_GetEventWrap_m2092790157_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CGetEventWrapU3Ec__AnonStorey3_t3948112893 * V_0 = NULL; Dictionary_2_t668780358 * V_1 = NULL; U3CGetEventWrapU3Ec__AnonStorey2_t3948178429 * V_2 = NULL; U3CGetEventWrapU3Ec__AnonStorey2_t3948178429 * G_B10_0 = NULL; U3CGetEventWrapU3Ec__AnonStorey2_t3948178429 * G_B9_0 = NULL; bool G_B11_0 = false; U3CGetEventWrapU3Ec__AnonStorey2_t3948178429 * G_B11_1 = NULL; { U3CGetEventWrapU3Ec__AnonStorey3_t3948112893 * L_0 = (U3CGetEventWrapU3Ec__AnonStorey3_t3948112893 *)il2cpp_codegen_object_new(U3CGetEventWrapU3Ec__AnonStorey3_t3948112893_il2cpp_TypeInfo_var); U3CGetEventWrapU3Ec__AnonStorey3__ctor_m1974015400(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CGetEventWrapU3Ec__AnonStorey3_t3948112893 * L_1 = V_0; Type_t * L_2 = ___type0; NullCheck(L_1); L_1->set_type_0(L_2); U3CGetEventWrapU3Ec__AnonStorey3_t3948112893 * L_3 = V_0; String_t* L_4 = ___eventName1; NullCheck(L_3); L_3->set_eventName_1(L_4); U3CGetEventWrapU3Ec__AnonStorey3_t3948112893 * L_5 = V_0; NullCheck(L_5); L_5->set_U24this_2(__this); Dictionary_2_t3113127422 * L_6 = __this->get_methodsCache_4(); U3CGetEventWrapU3Ec__AnonStorey3_t3948112893 * L_7 = V_0; NullCheck(L_7); Type_t * L_8 = L_7->get_type_0(); NullCheck(L_6); bool L_9 = Dictionary_2_ContainsKey_m992648186(L_6, L_8, /*hidden argument*/Dictionary_2_ContainsKey_m992648186_RuntimeMethod_var); if (L_9) { goto IL_0047; } } { Dictionary_2_t3113127422 * L_10 = __this->get_methodsCache_4(); U3CGetEventWrapU3Ec__AnonStorey3_t3948112893 * L_11 = V_0; NullCheck(L_11); Type_t * L_12 = L_11->get_type_0(); Dictionary_2_t668780358 * L_13 = (Dictionary_2_t668780358 *)il2cpp_codegen_object_new(Dictionary_2_t668780358_il2cpp_TypeInfo_var); Dictionary_2__ctor_m757427480(L_13, /*hidden argument*/Dictionary_2__ctor_m757427480_RuntimeMethod_var); NullCheck(L_10); Dictionary_2_set_Item_m3864845424(L_10, L_12, L_13, /*hidden argument*/Dictionary_2_set_Item_m3864845424_RuntimeMethod_var); } IL_0047: { Dictionary_2_t3113127422 * L_14 = __this->get_methodsCache_4(); U3CGetEventWrapU3Ec__AnonStorey3_t3948112893 * L_15 = V_0; NullCheck(L_15); Type_t * L_16 = L_15->get_type_0(); NullCheck(L_14); Dictionary_2_t668780358 * L_17 = Dictionary_2_get_Item_m629580894(L_14, L_16, /*hidden argument*/Dictionary_2_get_Item_m629580894_RuntimeMethod_var); V_1 = L_17; Dictionary_2_t668780358 * L_18 = V_1; U3CGetEventWrapU3Ec__AnonStorey3_t3948112893 * L_19 = V_0; NullCheck(L_19); String_t* L_20 = L_19->get_eventName_1(); NullCheck(L_18); bool L_21 = Dictionary_2_ContainsKey_m672596804(L_18, L_20, /*hidden argument*/Dictionary_2_ContainsKey_m672596804_RuntimeMethod_var); if (L_21) { goto IL_0179; } } { U3CGetEventWrapU3Ec__AnonStorey2_t3948178429 * L_22 = (U3CGetEventWrapU3Ec__AnonStorey2_t3948178429 *)il2cpp_codegen_object_new(U3CGetEventWrapU3Ec__AnonStorey2_t3948178429_il2cpp_TypeInfo_var); U3CGetEventWrapU3Ec__AnonStorey2__ctor_m1920996776(L_22, /*hidden argument*/NULL); V_2 = L_22; U3CGetEventWrapU3Ec__AnonStorey2_t3948178429 * L_23 = V_2; U3CGetEventWrapU3Ec__AnonStorey3_t3948112893 * L_24 = V_0; NullCheck(L_23); L_23->set_U3CU3Ef__refU243_5(L_24); U3CGetEventWrapU3Ec__AnonStorey2_t3948178429 * L_25 = V_2; U3CGetEventWrapU3Ec__AnonStorey3_t3948112893 * L_26 = V_0; NullCheck(L_26); Type_t * L_27 = L_26->get_type_0(); U3CGetEventWrapU3Ec__AnonStorey3_t3948112893 * L_28 = V_0; NullCheck(L_28); String_t* L_29 = L_28->get_eventName_1(); NullCheck(L_27); EventInfo_t * L_30 = VirtFuncInvoker2< EventInfo_t *, String_t*, int32_t >::Invoke(50 /* System.Reflection.EventInfo System.Type::GetEvent(System.String,System.Reflection.BindingFlags) */, L_27, L_29, ((int32_t)62)); NullCheck(L_25); L_25->set_eventInfo_1(L_30); U3CGetEventWrapU3Ec__AnonStorey2_t3948178429 * L_31 = V_2; NullCheck(L_31); EventInfo_t * L_32 = L_31->get_eventInfo_1(); if (L_32) { goto IL_00bc; } } { U3CGetEventWrapU3Ec__AnonStorey3_t3948112893 * L_33 = V_0; NullCheck(L_33); Type_t * L_34 = L_33->get_type_0(); NullCheck(L_34); String_t* L_35 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.MemberInfo::get_Name() */, L_34); U3CGetEventWrapU3Ec__AnonStorey3_t3948112893 * L_36 = V_0; NullCheck(L_36); String_t* L_37 = L_36->get_eventName_1(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_38 = String_Concat_m3755062657(NULL /*static, unused*/, L_35, _stringLiteral378999945, L_37, /*hidden argument*/NULL); Exception_t * L_39 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_39, L_38, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_39,MethodWrapsCache_GetEventWrap_m2092790157_RuntimeMethod_var); } IL_00bc: { U3CGetEventWrapU3Ec__AnonStorey2_t3948178429 * L_40 = V_2; NullCheck(L_40); L_40->set_start_idx_2(0); U3CGetEventWrapU3Ec__AnonStorey2_t3948178429 * L_41 = V_2; U3CGetEventWrapU3Ec__AnonStorey2_t3948178429 * L_42 = V_2; NullCheck(L_42); EventInfo_t * L_43 = L_42->get_eventInfo_1(); NullCheck(L_43); MethodInfo_t * L_44 = VirtFuncInvoker1< MethodInfo_t *, bool >::Invoke(17 /* System.Reflection.MethodInfo System.Reflection.EventInfo::GetAddMethod(System.Boolean) */, L_43, (bool)1); NullCheck(L_41); L_41->set_add_3(L_44); U3CGetEventWrapU3Ec__AnonStorey2_t3948178429 * L_45 = V_2; U3CGetEventWrapU3Ec__AnonStorey2_t3948178429 * L_46 = V_2; NullCheck(L_46); EventInfo_t * L_47 = L_46->get_eventInfo_1(); NullCheck(L_47); MethodInfo_t * L_48 = VirtFuncInvoker1< MethodInfo_t *, bool >::Invoke(18 /* System.Reflection.MethodInfo System.Reflection.EventInfo::GetRemoveMethod(System.Boolean) */, L_47, (bool)1); NullCheck(L_45); L_45->set_remove_4(L_48); U3CGetEventWrapU3Ec__AnonStorey2_t3948178429 * L_49 = V_2; NullCheck(L_49); MethodInfo_t * L_50 = L_49->get_add_3(); if (L_50) { goto IL_0123; } } { U3CGetEventWrapU3Ec__AnonStorey2_t3948178429 * L_51 = V_2; NullCheck(L_51); MethodInfo_t * L_52 = L_51->get_remove_4(); if (L_52) { goto IL_0123; } } { U3CGetEventWrapU3Ec__AnonStorey3_t3948112893 * L_53 = V_0; NullCheck(L_53); Type_t * L_54 = L_53->get_type_0(); NullCheck(L_54); String_t* L_55 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.MemberInfo::get_Name() */, L_54); U3CGetEventWrapU3Ec__AnonStorey3_t3948112893 * L_56 = V_0; NullCheck(L_56); String_t* L_57 = L_56->get_eventName_1(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_58 = String_Concat_m2163913788(NULL /*static, unused*/, L_55, _stringLiteral3791102147, L_57, _stringLiteral3699994413, /*hidden argument*/NULL); Exception_t * L_59 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_59, L_58, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_59,MethodWrapsCache_GetEventWrap_m2092790157_RuntimeMethod_var); } IL_0123: { U3CGetEventWrapU3Ec__AnonStorey2_t3948178429 * L_60 = V_2; U3CGetEventWrapU3Ec__AnonStorey2_t3948178429 * L_61 = V_2; NullCheck(L_61); MethodInfo_t * L_62 = L_61->get_add_3(); G_B9_0 = L_60; if (!L_62) { G_B10_0 = L_60; goto IL_013f; } } { U3CGetEventWrapU3Ec__AnonStorey2_t3948178429 * L_63 = V_2; NullCheck(L_63); MethodInfo_t * L_64 = L_63->get_add_3(); NullCheck(L_64); bool L_65 = MethodBase_get_IsStatic_m2399864271(L_64, /*hidden argument*/NULL); G_B11_0 = L_65; G_B11_1 = G_B9_0; goto IL_014a; } IL_013f: { U3CGetEventWrapU3Ec__AnonStorey2_t3948178429 * L_66 = V_2; NullCheck(L_66); MethodInfo_t * L_67 = L_66->get_remove_4(); NullCheck(L_67); bool L_68 = MethodBase_get_IsStatic_m2399864271(L_67, /*hidden argument*/NULL); G_B11_0 = L_68; G_B11_1 = G_B10_0; } IL_014a: { NullCheck(G_B11_1); G_B11_1->set_is_static_0(G_B11_0); U3CGetEventWrapU3Ec__AnonStorey2_t3948178429 * L_69 = V_2; NullCheck(L_69); bool L_70 = L_69->get_is_static_0(); if (L_70) { goto IL_0161; } } { U3CGetEventWrapU3Ec__AnonStorey2_t3948178429 * L_71 = V_2; NullCheck(L_71); L_71->set_start_idx_2(1); } IL_0161: { Dictionary_2_t668780358 * L_72 = V_1; U3CGetEventWrapU3Ec__AnonStorey3_t3948112893 * L_73 = V_0; NullCheck(L_73); String_t* L_74 = L_73->get_eventName_1(); U3CGetEventWrapU3Ec__AnonStorey2_t3948178429 * L_75 = V_2; intptr_t L_76 = (intptr_t)U3CGetEventWrapU3Ec__AnonStorey2_U3CU3Em__0_m1712820956_RuntimeMethod_var; lua_CSFunction_t883524059 * L_77 = (lua_CSFunction_t883524059 *)il2cpp_codegen_object_new(lua_CSFunction_t883524059_il2cpp_TypeInfo_var); lua_CSFunction__ctor_m2895663127(L_77, L_75, L_76, /*hidden argument*/NULL); NullCheck(L_72); Dictionary_2_set_Item_m3607904390(L_72, L_74, L_77, /*hidden argument*/Dictionary_2_set_Item_m3607904390_RuntimeMethod_var); } IL_0179: { Dictionary_2_t668780358 * L_78 = V_1; U3CGetEventWrapU3Ec__AnonStorey3_t3948112893 * L_79 = V_0; NullCheck(L_79); String_t* L_80 = L_79->get_eventName_1(); NullCheck(L_78); lua_CSFunction_t883524059 * L_81 = Dictionary_2_get_Item_m2229435314(L_78, L_80, /*hidden argument*/Dictionary_2_get_Item_m2229435314_RuntimeMethod_var); return L_81; } } // XLua.MethodWrap XLua.MethodWrapsCache::_GenMethodWrap(System.Type,System.String,System.Collections.Generic.IEnumerable`1,System.Boolean) extern "C" IL2CPP_METHOD_ATTR MethodWrap_t801859268 * MethodWrapsCache__GenMethodWrap_m2785935813 (MethodWrapsCache_t113059333 * __this, Type_t * ___type0, String_t* ___methodName1, RuntimeObject* ___methodBases2, bool ___forceCheck3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MethodWrapsCache__GenMethodWrap_m2785935813_MetadataUsageId); s_Il2CppMethodInitialized = true; } List_1_t2699813617 * V_0 = NULL; MemberInfo_t * V_1 = NULL; RuntimeObject* V_2 = NULL; MethodBase_t * V_3 = NULL; OverloadMethodWrap_t1227738875 * V_4 = 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); { List_1_t2699813617 * L_0 = (List_1_t2699813617 *)il2cpp_codegen_object_new(List_1_t2699813617_il2cpp_TypeInfo_var); List_1__ctor_m1115593722(L_0, /*hidden argument*/List_1__ctor_m1115593722_RuntimeMethod_var); V_0 = L_0; RuntimeObject* L_1 = ___methodBases2; NullCheck(L_1); RuntimeObject* L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_t2359854630_il2cpp_TypeInfo_var, L_1); V_2 = L_2; } IL_000d: try { // begin try (depth: 1) { goto IL_0065; } IL_0012: { RuntimeObject* L_3 = V_2; NullCheck(L_3); MemberInfo_t * L_4 = InterfaceFuncInvoker0< MemberInfo_t * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t3812572209_il2cpp_TypeInfo_var, L_3); V_1 = L_4; MemberInfo_t * L_5 = V_1; V_3 = ((MethodBase_t *)IsInstClass((RuntimeObject*)L_5, MethodBase_t_il2cpp_TypeInfo_var)); MethodBase_t * L_6 = V_3; if (L_6) { goto IL_002b; } } IL_0026: { goto IL_0065; } IL_002b: { MethodBase_t * L_7 = V_3; NullCheck(L_7); bool L_8 = VirtFuncInvoker0< bool >::Invoke(31 /* System.Boolean System.Reflection.MethodBase::get_IsGenericMethodDefinition() */, L_7); if (!L_8) { goto IL_003b; } } IL_0036: { goto IL_0065; } IL_003b: { ObjectTranslator_t2020767555 * L_9 = __this->get_translator_0(); Type_t * L_10 = ___type0; MethodBase_t * L_11 = V_3; OverloadMethodWrap_t1227738875 * L_12 = (OverloadMethodWrap_t1227738875 *)il2cpp_codegen_object_new(OverloadMethodWrap_t1227738875_il2cpp_TypeInfo_var); OverloadMethodWrap__ctor_m2820620630(L_12, L_9, L_10, L_11, /*hidden argument*/NULL); V_4 = L_12; OverloadMethodWrap_t1227738875 * L_13 = V_4; ObjectCheckers_t1922409879 * L_14 = __this->get_objCheckers_1(); ObjectCasters_t3722364209 * L_15 = __this->get_objCasters_2(); NullCheck(L_13); OverloadMethodWrap_Init_m1174209660(L_13, L_14, L_15, /*hidden argument*/NULL); List_1_t2699813617 * L_16 = V_0; OverloadMethodWrap_t1227738875 * L_17 = V_4; NullCheck(L_16); List_1_Add_m2370122(L_16, L_17, /*hidden argument*/List_1_Add_m2370122_RuntimeMethod_var); } IL_0065: { RuntimeObject* L_18 = V_2; NullCheck(L_18); bool L_19 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_18); if (L_19) { goto IL_0012; } } IL_0070: { IL2CPP_LEAVE(0x82, FINALLY_0075); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0075; } FINALLY_0075: { // begin finally (depth: 1) { RuntimeObject* L_20 = V_2; if (!L_20) { goto IL_0081; } } IL_007b: { RuntimeObject* L_21 = V_2; NullCheck(L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_21); } IL_0081: { IL2CPP_END_FINALLY(117) } } // end finally (depth: 1) IL2CPP_CLEANUP(117) { IL2CPP_JUMP_TBL(0x82, IL_0082) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0082: { String_t* L_22 = ___methodName1; List_1_t2699813617 * L_23 = V_0; bool L_24 = ___forceCheck3; MethodWrap_t801859268 * L_25 = (MethodWrap_t801859268 *)il2cpp_codegen_object_new(MethodWrap_t801859268_il2cpp_TypeInfo_var); MethodWrap__ctor_m1149894321(L_25, L_22, L_23, L_24, /*hidden argument*/NULL); return L_25; } } // System.Boolean XLua.MethodWrapsCache::tryMakeGenericMethod(System.Reflection.MethodBase&) extern "C" IL2CPP_METHOD_ATTR bool MethodWrapsCache_tryMakeGenericMethod_m3035523591 (RuntimeObject * __this /* static, unused */, MethodBase_t ** ___method0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MethodWrapsCache_tryMakeGenericMethod_m3035523591_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; TypeU5BU5D_t3940880105* V_1 = NULL; TypeU5BU5D_t3940880105* V_2 = NULL; int32_t V_3 = 0; Type_t * V_4 = NULL; TypeU5BU5D_t3940880105* 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) { MethodBase_t ** L_0 = ___method0; MethodBase_t * L_1 = *((MethodBase_t **)L_0); if (!((MethodInfo_t *)IsInstClass((RuntimeObject*)L_1, MethodInfo_t_il2cpp_TypeInfo_var))) { goto IL_001d; } } IL_000c: { MethodBase_t ** L_2 = ___method0; MethodBase_t * L_3 = *((MethodBase_t **)L_2); bool L_4 = Utils_IsSupportedMethod_m2462010521(NULL /*static, unused*/, ((MethodInfo_t *)IsInstClass((RuntimeObject*)L_3, MethodInfo_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_4) { goto IL_0024; } } IL_001d: { V_0 = (bool)0; goto IL_007c; } IL_0024: { MethodBase_t ** L_5 = ___method0; MethodBase_t * L_6 = *((MethodBase_t **)L_5); NullCheck(L_6); TypeU5BU5D_t3940880105* L_7 = VirtFuncInvoker0< TypeU5BU5D_t3940880105* >::Invoke(29 /* System.Type[] System.Reflection.MethodBase::GetGenericArguments() */, L_6); V_1 = L_7; TypeU5BU5D_t3940880105* L_8 = V_1; NullCheck(L_8); V_2 = ((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_8)->max_length)))))); V_3 = 0; goto IL_0055; } IL_003c: { TypeU5BU5D_t3940880105* L_9 = V_1; int32_t L_10 = V_3; NullCheck(L_9); int32_t L_11 = L_10; Type_t * L_12 = (L_9)->GetAt(static_cast(L_11)); V_4 = L_12; Type_t * L_13 = V_4; NullCheck(L_13); TypeU5BU5D_t3940880105* L_14 = VirtFuncInvoker0< TypeU5BU5D_t3940880105* >::Invoke(99 /* System.Type[] System.Type::GetGenericParameterConstraints() */, L_13); V_5 = L_14; TypeU5BU5D_t3940880105* L_15 = V_2; int32_t L_16 = V_3; TypeU5BU5D_t3940880105* L_17 = V_5; NullCheck(L_17); int32_t L_18 = 0; Type_t * L_19 = (L_17)->GetAt(static_cast(L_18)); NullCheck(L_15); ArrayElementTypeCheck (L_15, L_19); (L_15)->SetAt(static_cast(L_16), (Type_t *)L_19); int32_t L_20 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0055: { int32_t L_21 = V_3; TypeU5BU5D_t3940880105* L_22 = V_1; NullCheck(L_22); if ((((int32_t)L_21) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_22)->max_length))))))) { goto IL_003c; } } IL_005e: { MethodBase_t ** L_23 = ___method0; MethodBase_t ** L_24 = ___method0; MethodBase_t * L_25 = *((MethodBase_t **)L_24); TypeU5BU5D_t3940880105* L_26 = V_2; NullCheck(((MethodInfo_t *)CastclassClass((RuntimeObject*)L_25, MethodInfo_t_il2cpp_TypeInfo_var))); MethodInfo_t * L_27 = VirtFuncInvoker1< MethodInfo_t *, TypeU5BU5D_t3940880105* >::Invoke(35 /* System.Reflection.MethodInfo System.Reflection.MethodInfo::MakeGenericMethod(System.Type[]) */, ((MethodInfo_t *)CastclassClass((RuntimeObject*)L_25, MethodInfo_t_il2cpp_TypeInfo_var)), L_26); *((RuntimeObject **)(L_23)) = (RuntimeObject *)L_27; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_23), (RuntimeObject *)L_27); V_0 = (bool)1; goto IL_007c; } } // 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_0074; throw e; } CATCH_0074: { // begin catch(System.Exception) V_0 = (bool)0; goto IL_007c; } // end catch (depth: 1) IL_007c: { bool L_28 = V_0; return L_28; } } #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.MethodWrapsCache/c__AnonStorey0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CGetConstructorWrapU3Ec__AnonStorey0__ctor_m3049142914 (U3CGetConstructorWrapU3Ec__AnonStorey0_t1482310868 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Int32 XLua.MethodWrapsCache/c__AnonStorey0::<>m__0(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t U3CGetConstructorWrapU3Ec__AnonStorey0_U3CU3Em__0_m4262377222 (U3CGetConstructorWrapU3Ec__AnonStorey0_t1482310868 * __this, intptr_t ___L0, const RuntimeMethod* method) { { MethodWrapsCache_t113059333 * L_0 = __this->get_U24this_1(); NullCheck(L_0); ObjectTranslator_t2020767555 * L_1 = L_0->get_translator_0(); intptr_t L_2 = ___L0; Type_t * L_3 = __this->get_type_0(); RuntimeObject * L_4 = Activator_CreateInstance_m3631483688(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); NullCheck(L_1); ObjectTranslator_PushAny_m2595410231(L_1, L_2, L_4, /*hidden argument*/NULL); 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 // System.Void XLua.MethodWrapsCache/c__AnonStorey1::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CGetConstructorWrapU3Ec__AnonStorey1__ctor_m3172547202 (U3CGetConstructorWrapU3Ec__AnonStorey1_t3438626004 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Int32 XLua.MethodWrapsCache/c__AnonStorey1::<>m__0(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t U3CGetConstructorWrapU3Ec__AnonStorey1_U3CU3Em__0_m4090029861 (U3CGetConstructorWrapU3Ec__AnonStorey1_t3438626004 * __this, intptr_t ___L0, const RuntimeMethod* method) { { intptr_t L_0 = ___L0; int32_t L_1 = Lua_lua_gettop_m2394536141(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)1)))) { goto IL_0034; } } { U3CGetConstructorWrapU3Ec__AnonStorey0_t1482310868 * L_2 = __this->get_U3CU3Ef__refU240_1(); NullCheck(L_2); MethodWrapsCache_t113059333 * L_3 = L_2->get_U24this_1(); NullCheck(L_3); ObjectTranslator_t2020767555 * L_4 = L_3->get_translator_0(); intptr_t L_5 = ___L0; U3CGetConstructorWrapU3Ec__AnonStorey0_t1482310868 * L_6 = __this->get_U3CU3Ef__refU240_1(); NullCheck(L_6); Type_t * L_7 = L_6->get_type_0(); RuntimeObject * L_8 = Activator_CreateInstance_m3631483688(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); NullCheck(L_4); ObjectTranslator_PushAny_m2595410231(L_4, L_5, L_8, /*hidden argument*/NULL); return 1; } IL_0034: { lua_CSFunction_t883524059 * L_9 = __this->get_ctor_0(); intptr_t L_10 = ___L0; NullCheck(L_9); int32_t L_11 = lua_CSFunction_Invoke_m216159223(L_9, L_10, /*hidden argument*/NULL); return L_11; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.MethodWrapsCache/c__AnonStorey2::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CGetEventWrapU3Ec__AnonStorey2__ctor_m1920996776 (U3CGetEventWrapU3Ec__AnonStorey2_t3948178429 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Int32 XLua.MethodWrapsCache/c__AnonStorey2::<>m__0(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR int32_t U3CGetEventWrapU3Ec__AnonStorey2_U3CU3Em__0_m1712820956 (U3CGetEventWrapU3Ec__AnonStorey2_t3948178429 * __this, intptr_t ___L0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CGetEventWrapU3Ec__AnonStorey2_U3CU3Em__0_m1712820956_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; RuntimeObject * V_1 = NULL; int32_t V_2 = 0; String_t* V_3 = NULL; Exception_t * V_4 = 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); { V_0 = NULL; bool L_0 = __this->get_is_static_0(); if (L_0) { goto IL_0052; } } { U3CGetEventWrapU3Ec__AnonStorey3_t3948112893 * L_1 = __this->get_U3CU3Ef__refU243_5(); NullCheck(L_1); MethodWrapsCache_t113059333 * L_2 = L_1->get_U24this_2(); NullCheck(L_2); ObjectTranslator_t2020767555 * L_3 = L_2->get_translator_0(); intptr_t L_4 = ___L0; U3CGetEventWrapU3Ec__AnonStorey3_t3948112893 * L_5 = __this->get_U3CU3Ef__refU243_5(); NullCheck(L_5); Type_t * L_6 = L_5->get_type_0(); NullCheck(L_3); RuntimeObject * L_7 = ObjectTranslator_GetObject_m805173647(L_3, L_4, 1, L_6, /*hidden argument*/NULL); V_0 = L_7; RuntimeObject * L_8 = V_0; if (L_8) { goto IL_0052; } } { intptr_t L_9 = ___L0; U3CGetEventWrapU3Ec__AnonStorey3_t3948112893 * L_10 = __this->get_U3CU3Ef__refU243_5(); NullCheck(L_10); Type_t * L_11 = L_10->get_type_0(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_12 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral904649280, L_11, /*hidden argument*/NULL); int32_t L_13 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_9, L_12, /*hidden argument*/NULL); return L_13; } IL_0052: try { // begin try (depth: 1) { U3CGetEventWrapU3Ec__AnonStorey3_t3948112893 * L_14 = __this->get_U3CU3Ef__refU243_5(); NullCheck(L_14); MethodWrapsCache_t113059333 * L_15 = L_14->get_U24this_2(); NullCheck(L_15); ObjectTranslator_t2020767555 * L_16 = L_15->get_translator_0(); intptr_t L_17 = ___L0; EventInfo_t * L_18 = __this->get_eventInfo_1(); NullCheck(L_18); Type_t * L_19 = EventInfo_get_EventHandlerType_m420690865(L_18, /*hidden argument*/NULL); int32_t L_20 = __this->get_start_idx_2(); NullCheck(L_16); RuntimeObject * L_21 = ObjectTranslator_CreateDelegateBridge_m3427419959(L_16, L_17, L_19, ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)2)), /*hidden argument*/NULL); V_1 = L_21; RuntimeObject * L_22 = V_1; if (L_22) { goto IL_00c7; } } IL_0082: { intptr_t L_23 = ___L0; ObjectU5BU5D_t2843939325* L_24 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)4)); NullCheck(L_24); ArrayElementTypeCheck (L_24, _stringLiteral3572010117); (L_24)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral3572010117); ObjectU5BU5D_t2843939325* L_25 = L_24; int32_t L_26 = __this->get_start_idx_2(); int32_t L_27 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)2)); RuntimeObject * L_28 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_27); NullCheck(L_25); ArrayElementTypeCheck (L_25, L_28); (L_25)->SetAt(static_cast(1), (RuntimeObject *)L_28); ObjectU5BU5D_t2843939325* L_29 = L_25; NullCheck(L_29); ArrayElementTypeCheck (L_29, _stringLiteral2113070220); (L_29)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral2113070220); ObjectU5BU5D_t2843939325* L_30 = L_29; EventInfo_t * L_31 = __this->get_eventInfo_1(); NullCheck(L_31); Type_t * L_32 = EventInfo_get_EventHandlerType_m420690865(L_31, /*hidden argument*/NULL); NullCheck(L_30); ArrayElementTypeCheck (L_30, L_32); (L_30)->SetAt(static_cast(3), (RuntimeObject *)L_32); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_33 = String_Concat_m2971454694(NULL /*static, unused*/, L_30, /*hidden argument*/NULL); int32_t L_34 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_23, L_33, /*hidden argument*/NULL); V_2 = L_34; goto IL_0215; } IL_00c7: { intptr_t L_35 = ___L0; int32_t L_36 = __this->get_start_idx_2(); String_t* L_37 = Lua_lua_tostring_m2201066917(NULL /*static, unused*/, L_35, ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1)), /*hidden argument*/NULL); V_3 = L_37; String_t* L_38 = V_3; if (!L_38) { goto IL_0191; } } IL_00dc: { String_t* L_39 = V_3; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_40 = String_op_Equality_m920492651(NULL /*static, unused*/, L_39, _stringLiteral3452614533, /*hidden argument*/NULL); if (L_40) { goto IL_0101; } } IL_00ec: { String_t* L_41 = V_3; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_42 = String_op_Equality_m920492651(NULL /*static, unused*/, L_41, _stringLiteral3452614531, /*hidden argument*/NULL); if (L_42) { goto IL_0149; } } IL_00fc: { goto IL_0191; } IL_0101: { MethodInfo_t * L_43 = __this->get_add_3(); if (L_43) { goto IL_012d; } } IL_010c: { intptr_t L_44 = ___L0; U3CGetEventWrapU3Ec__AnonStorey3_t3948112893 * L_45 = __this->get_U3CU3Ef__refU243_5(); NullCheck(L_45); String_t* L_46 = L_45->get_eventName_1(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_47 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral954049644, L_46, /*hidden argument*/NULL); int32_t L_48 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_44, L_47, /*hidden argument*/NULL); V_2 = L_48; goto IL_0215; } IL_012d: { MethodInfo_t * L_49 = __this->get_add_3(); RuntimeObject * L_50 = V_0; ObjectU5BU5D_t2843939325* L_51 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1)); RuntimeObject * L_52 = V_1; NullCheck(L_51); ArrayElementTypeCheck (L_51, L_52); (L_51)->SetAt(static_cast(0), (RuntimeObject *)L_52); NullCheck(L_49); MethodBase_Invoke_m1776411915(L_49, L_50, L_51, /*hidden argument*/NULL); goto IL_01d6; } IL_0149: { MethodInfo_t * L_53 = __this->get_remove_4(); if (L_53) { goto IL_0175; } } IL_0154: { intptr_t L_54 = ___L0; U3CGetEventWrapU3Ec__AnonStorey3_t3948112893 * L_55 = __this->get_U3CU3Ef__refU243_5(); NullCheck(L_55); String_t* L_56 = L_55->get_eventName_1(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_57 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral1420142263, L_56, /*hidden argument*/NULL); int32_t L_58 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_54, L_57, /*hidden argument*/NULL); V_2 = L_58; goto IL_0215; } IL_0175: { MethodInfo_t * L_59 = __this->get_remove_4(); RuntimeObject * L_60 = V_0; ObjectU5BU5D_t2843939325* L_61 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1)); RuntimeObject * L_62 = V_1; NullCheck(L_61); ArrayElementTypeCheck (L_61, L_62); (L_61)->SetAt(static_cast(0), (RuntimeObject *)L_62); NullCheck(L_59); MethodBase_Invoke_m1776411915(L_59, L_60, L_61, /*hidden argument*/NULL); goto IL_01d6; } IL_0191: { intptr_t L_63 = ___L0; ObjectU5BU5D_t2843939325* L_64 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)4)); NullCheck(L_64); ArrayElementTypeCheck (L_64, _stringLiteral3572010117); (L_64)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral3572010117); ObjectU5BU5D_t2843939325* L_65 = L_64; int32_t L_66 = __this->get_start_idx_2(); int32_t L_67 = ((int32_t)il2cpp_codegen_add((int32_t)L_66, (int32_t)1)); RuntimeObject * L_68 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_67); NullCheck(L_65); ArrayElementTypeCheck (L_65, L_68); (L_65)->SetAt(static_cast(1), (RuntimeObject *)L_68); ObjectU5BU5D_t2843939325* L_69 = L_65; NullCheck(L_69); ArrayElementTypeCheck (L_69, _stringLiteral2094603332); (L_69)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral2094603332); ObjectU5BU5D_t2843939325* L_70 = L_69; EventInfo_t * L_71 = __this->get_eventInfo_1(); NullCheck(L_71); Type_t * L_72 = EventInfo_get_EventHandlerType_m420690865(L_71, /*hidden argument*/NULL); NullCheck(L_70); ArrayElementTypeCheck (L_70, L_72); (L_70)->SetAt(static_cast(3), (RuntimeObject *)L_72); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_73 = String_Concat_m2971454694(NULL /*static, unused*/, L_70, /*hidden argument*/NULL); int32_t L_74 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_63, L_73, /*hidden argument*/NULL); V_2 = L_74; goto IL_0215; } IL_01d6: { goto IL_0213; } } // 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_01db; throw e; } CATCH_01db: { // begin catch(System.Exception) V_4 = ((Exception_t *)__exception_local); intptr_t L_75 = ___L0; ObjectU5BU5D_t2843939325* L_76 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)4)); NullCheck(L_76); ArrayElementTypeCheck (L_76, _stringLiteral632665612); (L_76)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral632665612); ObjectU5BU5D_t2843939325* L_77 = L_76; Exception_t * L_78 = V_4; NullCheck(L_77); ArrayElementTypeCheck (L_77, L_78); (L_77)->SetAt(static_cast(1), (RuntimeObject *)L_78); ObjectU5BU5D_t2843939325* L_79 = L_77; NullCheck(L_79); ArrayElementTypeCheck (L_79, _stringLiteral4253019905); (L_79)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral4253019905); ObjectU5BU5D_t2843939325* L_80 = L_79; Exception_t * L_81 = V_4; NullCheck(L_81); String_t* L_82 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Exception::get_StackTrace() */, L_81); NullCheck(L_80); ArrayElementTypeCheck (L_80, L_82); (L_80)->SetAt(static_cast(3), (RuntimeObject *)L_82); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_83 = String_Concat_m2971454694(NULL /*static, unused*/, L_80, /*hidden argument*/NULL); int32_t L_84 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_75, L_83, /*hidden argument*/NULL); V_2 = L_84; goto IL_0215; } // end catch (depth: 1) IL_0213: { return 0; } IL_0215: { int32_t L_85 = V_2; return L_85; } } #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.MethodWrapsCache/c__AnonStorey3::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CGetEventWrapU3Ec__AnonStorey3__ctor_m1974015400 (U3CGetEventWrapU3Ec__AnonStorey3_t3948112893 * __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.MonoPInvokeCallbackAttribute::.ctor(System.Type) extern "C" IL2CPP_METHOD_ATTR void MonoPInvokeCallbackAttribute__ctor_m352676770 (MonoPInvokeCallbackAttribute_t1448494431 * __this, Type_t * ___t0, const RuntimeMethod* method) { { Attribute__ctor_m1529526131(__this, /*hidden argument*/NULL); Type_t * L_0 = ___t0; __this->set_type_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.ObjectCast::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void ObjectCast__ctor_m4203589322 (ObjectCast_t2869028929 * __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.Object XLua.ObjectCast::Invoke(System.IntPtr,System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ObjectCast_Invoke_m1913262317 (ObjectCast_t2869028929 * __this, intptr_t ___L0, int32_t ___idx1, RuntimeObject * ___target2, const RuntimeMethod* method) { RuntimeObject * result = NULL; if(__this->get_prev_9() != NULL) { ObjectCast_Invoke_m1913262317((ObjectCast_t2869028929 *)__this->get_prev_9(), ___L0, ___idx1, ___target2, 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 RuntimeObject * (*FunctionPointerType) (RuntimeObject *, intptr_t, int32_t, RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___L0, ___idx1, ___target2, targetMethod); } } else { // closed { typedef RuntimeObject * (*FunctionPointerType) (RuntimeObject *, void*, intptr_t, int32_t, RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___L0, ___idx1, ___target2, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker3< RuntimeObject *, intptr_t, int32_t, RuntimeObject * >::Invoke(targetMethod, targetThis, ___L0, ___idx1, ___target2); else result = GenericVirtFuncInvoker3< RuntimeObject *, intptr_t, int32_t, RuntimeObject * >::Invoke(targetMethod, targetThis, ___L0, ___idx1, ___target2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< RuntimeObject *, intptr_t, int32_t, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___L0, ___idx1, ___target2); else result = VirtFuncInvoker3< RuntimeObject *, intptr_t, int32_t, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___L0, ___idx1, ___target2); } } else { typedef RuntimeObject * (*FunctionPointerType) (void*, intptr_t, int32_t, RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___L0, ___idx1, ___target2, targetMethod); } } } return result; } // System.IAsyncResult XLua.ObjectCast::BeginInvoke(System.IntPtr,System.Int32,System.Object,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ObjectCast_BeginInvoke_m4251954245 (ObjectCast_t2869028929 * __this, intptr_t ___L0, int32_t ___idx1, RuntimeObject * ___target2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectCast_BeginInvoke_m4251954245_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___L0); __d_args[1] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___idx1); __d_args[2] = ___target2; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // System.Object XLua.ObjectCast::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ObjectCast_EndInvoke_m2481118623 (ObjectCast_t2869028929 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (RuntimeObject *)__result; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.ObjectCasters::.ctor(XLua.ObjectTranslator) extern "C" IL2CPP_METHOD_ATTR void ObjectCasters__ctor_m3123633304 (ObjectCasters_t3722364209 * __this, ObjectTranslator_t2020767555 * ___translator0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectCasters__ctor_m3123633304_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * G_B2_0 = NULL; Dictionary_2_t1018408697 * G_B2_1 = NULL; Type_t * G_B1_0 = NULL; Dictionary_2_t1018408697 * G_B1_1 = NULL; Type_t * G_B4_0 = NULL; Dictionary_2_t1018408697 * G_B4_1 = NULL; Type_t * G_B3_0 = NULL; Dictionary_2_t1018408697 * G_B3_1 = NULL; Type_t * G_B6_0 = NULL; Dictionary_2_t1018408697 * G_B6_1 = NULL; Type_t * G_B5_0 = NULL; Dictionary_2_t1018408697 * G_B5_1 = NULL; Type_t * G_B8_0 = NULL; Dictionary_2_t1018408697 * G_B8_1 = NULL; Type_t * G_B7_0 = NULL; Dictionary_2_t1018408697 * G_B7_1 = NULL; Type_t * G_B10_0 = NULL; Dictionary_2_t1018408697 * G_B10_1 = NULL; Type_t * G_B9_0 = NULL; Dictionary_2_t1018408697 * G_B9_1 = NULL; Type_t * G_B12_0 = NULL; Dictionary_2_t1018408697 * G_B12_1 = NULL; Type_t * G_B11_0 = NULL; Dictionary_2_t1018408697 * G_B11_1 = NULL; Type_t * G_B14_0 = NULL; Dictionary_2_t1018408697 * G_B14_1 = NULL; Type_t * G_B13_0 = NULL; Dictionary_2_t1018408697 * G_B13_1 = NULL; Type_t * G_B16_0 = NULL; Dictionary_2_t1018408697 * G_B16_1 = NULL; Type_t * G_B15_0 = NULL; Dictionary_2_t1018408697 * G_B15_1 = NULL; Type_t * G_B18_0 = NULL; Dictionary_2_t1018408697 * G_B18_1 = NULL; Type_t * G_B17_0 = NULL; Dictionary_2_t1018408697 * G_B17_1 = NULL; Type_t * G_B20_0 = NULL; Dictionary_2_t1018408697 * G_B20_1 = NULL; Type_t * G_B19_0 = NULL; Dictionary_2_t1018408697 * G_B19_1 = NULL; Type_t * G_B22_0 = NULL; Dictionary_2_t1018408697 * G_B22_1 = NULL; Type_t * G_B21_0 = NULL; Dictionary_2_t1018408697 * G_B21_1 = NULL; Type_t * G_B24_0 = NULL; Dictionary_2_t1018408697 * G_B24_1 = NULL; Type_t * G_B23_0 = NULL; Dictionary_2_t1018408697 * G_B23_1 = NULL; Type_t * G_B26_0 = NULL; Dictionary_2_t1018408697 * G_B26_1 = NULL; Type_t * G_B25_0 = NULL; Dictionary_2_t1018408697 * G_B25_1 = NULL; { Dictionary_2_t1018408697 * L_0 = (Dictionary_2_t1018408697 *)il2cpp_codegen_object_new(Dictionary_2_t1018408697_il2cpp_TypeInfo_var); Dictionary_2__ctor_m4182377300(L_0, /*hidden argument*/Dictionary_2__ctor_m4182377300_RuntimeMethod_var); __this->set_castersMap_0(L_0); Object__ctor_m297566312(__this, /*hidden argument*/NULL); ObjectTranslator_t2020767555 * L_1 = ___translator0; __this->set_translator_1(L_1); Dictionary_2_t1018408697 * L_2 = __this->get_castersMap_0(); RuntimeTypeHandle_t3027515415 L_3 = { reinterpret_cast (Char_t3634460470_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); ObjectCast_t2869028929 * L_5 = ((ObjectCasters_t3722364209_StaticFields*)il2cpp_codegen_static_fields_for(ObjectCasters_t3722364209_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache0_2(); G_B1_0 = L_4; G_B1_1 = L_2; if (L_5) { G_B2_0 = L_4; G_B2_1 = L_2; goto IL_0040; } } { intptr_t L_6 = (intptr_t)ObjectCasters_charCaster_m352428120_RuntimeMethod_var; ObjectCast_t2869028929 * L_7 = (ObjectCast_t2869028929 *)il2cpp_codegen_object_new(ObjectCast_t2869028929_il2cpp_TypeInfo_var); ObjectCast__ctor_m4203589322(L_7, NULL, L_6, /*hidden argument*/NULL); ((ObjectCasters_t3722364209_StaticFields*)il2cpp_codegen_static_fields_for(ObjectCasters_t3722364209_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache0_2(L_7); G_B2_0 = G_B1_0; G_B2_1 = G_B1_1; } IL_0040: { ObjectCast_t2869028929 * L_8 = ((ObjectCasters_t3722364209_StaticFields*)il2cpp_codegen_static_fields_for(ObjectCasters_t3722364209_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache0_2(); NullCheck(G_B2_1); Dictionary_2_set_Item_m1127545080(G_B2_1, G_B2_0, L_8, /*hidden argument*/Dictionary_2_set_Item_m1127545080_RuntimeMethod_var); Dictionary_2_t1018408697 * L_9 = __this->get_castersMap_0(); RuntimeTypeHandle_t3027515415 L_10 = { reinterpret_cast (SByte_t1669577662_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_11 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); ObjectCast_t2869028929 * L_12 = ((ObjectCasters_t3722364209_StaticFields*)il2cpp_codegen_static_fields_for(ObjectCasters_t3722364209_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache1_3(); G_B3_0 = L_11; G_B3_1 = L_9; if (L_12) { G_B4_0 = L_11; G_B4_1 = L_9; goto IL_0072; } } { intptr_t L_13 = (intptr_t)ObjectCasters_sbyteCaster_m2803499767_RuntimeMethod_var; ObjectCast_t2869028929 * L_14 = (ObjectCast_t2869028929 *)il2cpp_codegen_object_new(ObjectCast_t2869028929_il2cpp_TypeInfo_var); ObjectCast__ctor_m4203589322(L_14, NULL, L_13, /*hidden argument*/NULL); ((ObjectCasters_t3722364209_StaticFields*)il2cpp_codegen_static_fields_for(ObjectCasters_t3722364209_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache1_3(L_14); G_B4_0 = G_B3_0; G_B4_1 = G_B3_1; } IL_0072: { ObjectCast_t2869028929 * L_15 = ((ObjectCasters_t3722364209_StaticFields*)il2cpp_codegen_static_fields_for(ObjectCasters_t3722364209_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache1_3(); NullCheck(G_B4_1); Dictionary_2_set_Item_m1127545080(G_B4_1, G_B4_0, L_15, /*hidden argument*/Dictionary_2_set_Item_m1127545080_RuntimeMethod_var); Dictionary_2_t1018408697 * L_16 = __this->get_castersMap_0(); RuntimeTypeHandle_t3027515415 L_17 = { reinterpret_cast (Byte_t1134296376_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_18 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_17, /*hidden argument*/NULL); ObjectCast_t2869028929 * L_19 = ((ObjectCasters_t3722364209_StaticFields*)il2cpp_codegen_static_fields_for(ObjectCasters_t3722364209_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache2_4(); G_B5_0 = L_18; G_B5_1 = L_16; if (L_19) { G_B6_0 = L_18; G_B6_1 = L_16; goto IL_00a4; } } { intptr_t L_20 = (intptr_t)ObjectCasters_byteCaster_m4069216718_RuntimeMethod_var; ObjectCast_t2869028929 * L_21 = (ObjectCast_t2869028929 *)il2cpp_codegen_object_new(ObjectCast_t2869028929_il2cpp_TypeInfo_var); ObjectCast__ctor_m4203589322(L_21, NULL, L_20, /*hidden argument*/NULL); ((ObjectCasters_t3722364209_StaticFields*)il2cpp_codegen_static_fields_for(ObjectCasters_t3722364209_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache2_4(L_21); G_B6_0 = G_B5_0; G_B6_1 = G_B5_1; } IL_00a4: { ObjectCast_t2869028929 * L_22 = ((ObjectCasters_t3722364209_StaticFields*)il2cpp_codegen_static_fields_for(ObjectCasters_t3722364209_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache2_4(); NullCheck(G_B6_1); Dictionary_2_set_Item_m1127545080(G_B6_1, G_B6_0, L_22, /*hidden argument*/Dictionary_2_set_Item_m1127545080_RuntimeMethod_var); Dictionary_2_t1018408697 * L_23 = __this->get_castersMap_0(); RuntimeTypeHandle_t3027515415 L_24 = { reinterpret_cast (Int16_t2552820387_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_25 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_24, /*hidden argument*/NULL); ObjectCast_t2869028929 * L_26 = ((ObjectCasters_t3722364209_StaticFields*)il2cpp_codegen_static_fields_for(ObjectCasters_t3722364209_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache3_5(); G_B7_0 = L_25; G_B7_1 = L_23; if (L_26) { G_B8_0 = L_25; G_B8_1 = L_23; goto IL_00d6; } } { intptr_t L_27 = (intptr_t)ObjectCasters_shortCaster_m3072037876_RuntimeMethod_var; ObjectCast_t2869028929 * L_28 = (ObjectCast_t2869028929 *)il2cpp_codegen_object_new(ObjectCast_t2869028929_il2cpp_TypeInfo_var); ObjectCast__ctor_m4203589322(L_28, NULL, L_27, /*hidden argument*/NULL); ((ObjectCasters_t3722364209_StaticFields*)il2cpp_codegen_static_fields_for(ObjectCasters_t3722364209_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache3_5(L_28); G_B8_0 = G_B7_0; G_B8_1 = G_B7_1; } IL_00d6: { ObjectCast_t2869028929 * L_29 = ((ObjectCasters_t3722364209_StaticFields*)il2cpp_codegen_static_fields_for(ObjectCasters_t3722364209_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache3_5(); NullCheck(G_B8_1); Dictionary_2_set_Item_m1127545080(G_B8_1, G_B8_0, L_29, /*hidden argument*/Dictionary_2_set_Item_m1127545080_RuntimeMethod_var); Dictionary_2_t1018408697 * L_30 = __this->get_castersMap_0(); RuntimeTypeHandle_t3027515415 L_31 = { reinterpret_cast (UInt16_t2177724958_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); ObjectCast_t2869028929 * L_33 = ((ObjectCasters_t3722364209_StaticFields*)il2cpp_codegen_static_fields_for(ObjectCasters_t3722364209_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache4_6(); G_B9_0 = L_32; G_B9_1 = L_30; if (L_33) { G_B10_0 = L_32; G_B10_1 = L_30; goto IL_0108; } } { intptr_t L_34 = (intptr_t)ObjectCasters_ushortCaster_m225098554_RuntimeMethod_var; ObjectCast_t2869028929 * L_35 = (ObjectCast_t2869028929 *)il2cpp_codegen_object_new(ObjectCast_t2869028929_il2cpp_TypeInfo_var); ObjectCast__ctor_m4203589322(L_35, NULL, L_34, /*hidden argument*/NULL); ((ObjectCasters_t3722364209_StaticFields*)il2cpp_codegen_static_fields_for(ObjectCasters_t3722364209_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache4_6(L_35); G_B10_0 = G_B9_0; G_B10_1 = G_B9_1; } IL_0108: { ObjectCast_t2869028929 * L_36 = ((ObjectCasters_t3722364209_StaticFields*)il2cpp_codegen_static_fields_for(ObjectCasters_t3722364209_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache4_6(); NullCheck(G_B10_1); Dictionary_2_set_Item_m1127545080(G_B10_1, G_B10_0, L_36, /*hidden argument*/Dictionary_2_set_Item_m1127545080_RuntimeMethod_var); Dictionary_2_t1018408697 * L_37 = __this->get_castersMap_0(); RuntimeTypeHandle_t3027515415 L_38 = { reinterpret_cast (Int32_t2950945753_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_39 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_38, /*hidden argument*/NULL); ObjectCast_t2869028929 * L_40 = ((ObjectCasters_t3722364209_StaticFields*)il2cpp_codegen_static_fields_for(ObjectCasters_t3722364209_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache5_7(); G_B11_0 = L_39; G_B11_1 = L_37; if (L_40) { G_B12_0 = L_39; G_B12_1 = L_37; goto IL_013a; } } { intptr_t L_41 = (intptr_t)ObjectCasters_intCaster_m341705968_RuntimeMethod_var; ObjectCast_t2869028929 * L_42 = (ObjectCast_t2869028929 *)il2cpp_codegen_object_new(ObjectCast_t2869028929_il2cpp_TypeInfo_var); ObjectCast__ctor_m4203589322(L_42, NULL, L_41, /*hidden argument*/NULL); ((ObjectCasters_t3722364209_StaticFields*)il2cpp_codegen_static_fields_for(ObjectCasters_t3722364209_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache5_7(L_42); G_B12_0 = G_B11_0; G_B12_1 = G_B11_1; } IL_013a: { ObjectCast_t2869028929 * L_43 = ((ObjectCasters_t3722364209_StaticFields*)il2cpp_codegen_static_fields_for(ObjectCasters_t3722364209_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache5_7(); NullCheck(G_B12_1); Dictionary_2_set_Item_m1127545080(G_B12_1, G_B12_0, L_43, /*hidden argument*/Dictionary_2_set_Item_m1127545080_RuntimeMethod_var); Dictionary_2_t1018408697 * L_44 = __this->get_castersMap_0(); RuntimeTypeHandle_t3027515415 L_45 = { reinterpret_cast (UInt32_t2560061978_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_46 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_45, /*hidden argument*/NULL); ObjectCast_t2869028929 * L_47 = ((ObjectCasters_t3722364209_StaticFields*)il2cpp_codegen_static_fields_for(ObjectCasters_t3722364209_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache6_8(); G_B13_0 = L_46; G_B13_1 = L_44; if (L_47) { G_B14_0 = L_46; G_B14_1 = L_44; goto IL_016c; } } { intptr_t L_48 = (intptr_t)ObjectCasters_uintCaster_m4099416940_RuntimeMethod_var; ObjectCast_t2869028929 * L_49 = (ObjectCast_t2869028929 *)il2cpp_codegen_object_new(ObjectCast_t2869028929_il2cpp_TypeInfo_var); ObjectCast__ctor_m4203589322(L_49, NULL, L_48, /*hidden argument*/NULL); ((ObjectCasters_t3722364209_StaticFields*)il2cpp_codegen_static_fields_for(ObjectCasters_t3722364209_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache6_8(L_49); G_B14_0 = G_B13_0; G_B14_1 = G_B13_1; } IL_016c: { ObjectCast_t2869028929 * L_50 = ((ObjectCasters_t3722364209_StaticFields*)il2cpp_codegen_static_fields_for(ObjectCasters_t3722364209_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache6_8(); NullCheck(G_B14_1); Dictionary_2_set_Item_m1127545080(G_B14_1, G_B14_0, L_50, /*hidden argument*/Dictionary_2_set_Item_m1127545080_RuntimeMethod_var); Dictionary_2_t1018408697 * L_51 = __this->get_castersMap_0(); RuntimeTypeHandle_t3027515415 L_52 = { reinterpret_cast (Int64_t3736567304_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_53 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_52, /*hidden argument*/NULL); ObjectCast_t2869028929 * L_54 = ((ObjectCasters_t3722364209_StaticFields*)il2cpp_codegen_static_fields_for(ObjectCasters_t3722364209_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache7_9(); G_B15_0 = L_53; G_B15_1 = L_51; if (L_54) { G_B16_0 = L_53; G_B16_1 = L_51; goto IL_019e; } } { intptr_t L_55 = (intptr_t)ObjectCasters_longCaster_m64008719_RuntimeMethod_var; ObjectCast_t2869028929 * L_56 = (ObjectCast_t2869028929 *)il2cpp_codegen_object_new(ObjectCast_t2869028929_il2cpp_TypeInfo_var); ObjectCast__ctor_m4203589322(L_56, NULL, L_55, /*hidden argument*/NULL); ((ObjectCasters_t3722364209_StaticFields*)il2cpp_codegen_static_fields_for(ObjectCasters_t3722364209_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache7_9(L_56); G_B16_0 = G_B15_0; G_B16_1 = G_B15_1; } IL_019e: { ObjectCast_t2869028929 * L_57 = ((ObjectCasters_t3722364209_StaticFields*)il2cpp_codegen_static_fields_for(ObjectCasters_t3722364209_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache7_9(); NullCheck(G_B16_1); Dictionary_2_set_Item_m1127545080(G_B16_1, G_B16_0, L_57, /*hidden argument*/Dictionary_2_set_Item_m1127545080_RuntimeMethod_var); Dictionary_2_t1018408697 * L_58 = __this->get_castersMap_0(); RuntimeTypeHandle_t3027515415 L_59 = { reinterpret_cast (UInt64_t4134040092_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_60 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_59, /*hidden argument*/NULL); ObjectCast_t2869028929 * L_61 = ((ObjectCasters_t3722364209_StaticFields*)il2cpp_codegen_static_fields_for(ObjectCasters_t3722364209_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache8_10(); G_B17_0 = L_60; G_B17_1 = L_58; if (L_61) { G_B18_0 = L_60; G_B18_1 = L_58; goto IL_01d0; } } { intptr_t L_62 = (intptr_t)ObjectCasters_ulongCaster_m1822772326_RuntimeMethod_var; ObjectCast_t2869028929 * L_63 = (ObjectCast_t2869028929 *)il2cpp_codegen_object_new(ObjectCast_t2869028929_il2cpp_TypeInfo_var); ObjectCast__ctor_m4203589322(L_63, NULL, L_62, /*hidden argument*/NULL); ((ObjectCasters_t3722364209_StaticFields*)il2cpp_codegen_static_fields_for(ObjectCasters_t3722364209_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache8_10(L_63); G_B18_0 = G_B17_0; G_B18_1 = G_B17_1; } IL_01d0: { ObjectCast_t2869028929 * L_64 = ((ObjectCasters_t3722364209_StaticFields*)il2cpp_codegen_static_fields_for(ObjectCasters_t3722364209_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache8_10(); NullCheck(G_B18_1); Dictionary_2_set_Item_m1127545080(G_B18_1, G_B18_0, L_64, /*hidden argument*/Dictionary_2_set_Item_m1127545080_RuntimeMethod_var); Dictionary_2_t1018408697 * L_65 = __this->get_castersMap_0(); RuntimeTypeHandle_t3027515415 L_66 = { reinterpret_cast (Double_t594665363_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); ObjectCast_t2869028929 * L_68 = ((ObjectCasters_t3722364209_StaticFields*)il2cpp_codegen_static_fields_for(ObjectCasters_t3722364209_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache9_11(); G_B19_0 = L_67; G_B19_1 = L_65; if (L_68) { G_B20_0 = L_67; G_B20_1 = L_65; goto IL_0202; } } { intptr_t L_69 = (intptr_t)ObjectCasters_getDouble_m3472777255_RuntimeMethod_var; ObjectCast_t2869028929 * L_70 = (ObjectCast_t2869028929 *)il2cpp_codegen_object_new(ObjectCast_t2869028929_il2cpp_TypeInfo_var); ObjectCast__ctor_m4203589322(L_70, NULL, L_69, /*hidden argument*/NULL); ((ObjectCasters_t3722364209_StaticFields*)il2cpp_codegen_static_fields_for(ObjectCasters_t3722364209_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache9_11(L_70); G_B20_0 = G_B19_0; G_B20_1 = G_B19_1; } IL_0202: { ObjectCast_t2869028929 * L_71 = ((ObjectCasters_t3722364209_StaticFields*)il2cpp_codegen_static_fields_for(ObjectCasters_t3722364209_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache9_11(); NullCheck(G_B20_1); Dictionary_2_set_Item_m1127545080(G_B20_1, G_B20_0, L_71, /*hidden argument*/Dictionary_2_set_Item_m1127545080_RuntimeMethod_var); Dictionary_2_t1018408697 * L_72 = __this->get_castersMap_0(); RuntimeTypeHandle_t3027515415 L_73 = { reinterpret_cast (Single_t1397266774_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_74 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_73, /*hidden argument*/NULL); ObjectCast_t2869028929 * L_75 = ((ObjectCasters_t3722364209_StaticFields*)il2cpp_codegen_static_fields_for(ObjectCasters_t3722364209_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cacheA_12(); G_B21_0 = L_74; G_B21_1 = L_72; if (L_75) { G_B22_0 = L_74; G_B22_1 = L_72; goto IL_0234; } } { intptr_t L_76 = (intptr_t)ObjectCasters_floatCaster_m3169466075_RuntimeMethod_var; ObjectCast_t2869028929 * L_77 = (ObjectCast_t2869028929 *)il2cpp_codegen_object_new(ObjectCast_t2869028929_il2cpp_TypeInfo_var); ObjectCast__ctor_m4203589322(L_77, NULL, L_76, /*hidden argument*/NULL); ((ObjectCasters_t3722364209_StaticFields*)il2cpp_codegen_static_fields_for(ObjectCasters_t3722364209_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cacheA_12(L_77); G_B22_0 = G_B21_0; G_B22_1 = G_B21_1; } IL_0234: { ObjectCast_t2869028929 * L_78 = ((ObjectCasters_t3722364209_StaticFields*)il2cpp_codegen_static_fields_for(ObjectCasters_t3722364209_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cacheA_12(); NullCheck(G_B22_1); Dictionary_2_set_Item_m1127545080(G_B22_1, G_B22_0, L_78, /*hidden argument*/Dictionary_2_set_Item_m1127545080_RuntimeMethod_var); Dictionary_2_t1018408697 * L_79 = __this->get_castersMap_0(); RuntimeTypeHandle_t3027515415 L_80 = { reinterpret_cast (Decimal_t2948259380_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_81 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_80, /*hidden argument*/NULL); intptr_t L_82 = (intptr_t)ObjectCasters_decimalCaster_m1332884884_RuntimeMethod_var; ObjectCast_t2869028929 * L_83 = (ObjectCast_t2869028929 *)il2cpp_codegen_object_new(ObjectCast_t2869028929_il2cpp_TypeInfo_var); ObjectCast__ctor_m4203589322(L_83, __this, L_82, /*hidden argument*/NULL); NullCheck(L_79); Dictionary_2_set_Item_m1127545080(L_79, L_81, L_83, /*hidden argument*/Dictionary_2_set_Item_m1127545080_RuntimeMethod_var); Dictionary_2_t1018408697 * L_84 = __this->get_castersMap_0(); RuntimeTypeHandle_t3027515415 L_85 = { reinterpret_cast (Boolean_t97287965_0_0_0_var) }; Type_t * L_86 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_85, /*hidden argument*/NULL); ObjectCast_t2869028929 * L_87 = ((ObjectCasters_t3722364209_StaticFields*)il2cpp_codegen_static_fields_for(ObjectCasters_t3722364209_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cacheB_13(); G_B23_0 = L_86; G_B23_1 = L_84; if (L_87) { G_B24_0 = L_86; G_B24_1 = L_84; goto IL_0287; } } { intptr_t L_88 = (intptr_t)ObjectCasters_getBoolean_m513503057_RuntimeMethod_var; ObjectCast_t2869028929 * L_89 = (ObjectCast_t2869028929 *)il2cpp_codegen_object_new(ObjectCast_t2869028929_il2cpp_TypeInfo_var); ObjectCast__ctor_m4203589322(L_89, NULL, L_88, /*hidden argument*/NULL); ((ObjectCasters_t3722364209_StaticFields*)il2cpp_codegen_static_fields_for(ObjectCasters_t3722364209_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cacheB_13(L_89); G_B24_0 = G_B23_0; G_B24_1 = G_B23_1; } IL_0287: { ObjectCast_t2869028929 * L_90 = ((ObjectCasters_t3722364209_StaticFields*)il2cpp_codegen_static_fields_for(ObjectCasters_t3722364209_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cacheB_13(); NullCheck(G_B24_1); Dictionary_2_set_Item_m1127545080(G_B24_1, G_B24_0, L_90, /*hidden argument*/Dictionary_2_set_Item_m1127545080_RuntimeMethod_var); Dictionary_2_t1018408697 * L_91 = __this->get_castersMap_0(); RuntimeTypeHandle_t3027515415 L_92 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_93 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_92, /*hidden argument*/NULL); ObjectCast_t2869028929 * L_94 = ((ObjectCasters_t3722364209_StaticFields*)il2cpp_codegen_static_fields_for(ObjectCasters_t3722364209_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cacheC_14(); G_B25_0 = L_93; G_B25_1 = L_91; if (L_94) { G_B26_0 = L_93; G_B26_1 = L_91; goto IL_02b9; } } { intptr_t L_95 = (intptr_t)ObjectCasters_getString_m695255276_RuntimeMethod_var; ObjectCast_t2869028929 * L_96 = (ObjectCast_t2869028929 *)il2cpp_codegen_object_new(ObjectCast_t2869028929_il2cpp_TypeInfo_var); ObjectCast__ctor_m4203589322(L_96, NULL, L_95, /*hidden argument*/NULL); ((ObjectCasters_t3722364209_StaticFields*)il2cpp_codegen_static_fields_for(ObjectCasters_t3722364209_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cacheC_14(L_96); G_B26_0 = G_B25_0; G_B26_1 = G_B25_1; } IL_02b9: { ObjectCast_t2869028929 * L_97 = ((ObjectCasters_t3722364209_StaticFields*)il2cpp_codegen_static_fields_for(ObjectCasters_t3722364209_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cacheC_14(); NullCheck(G_B26_1); Dictionary_2_set_Item_m1127545080(G_B26_1, G_B26_0, L_97, /*hidden argument*/Dictionary_2_set_Item_m1127545080_RuntimeMethod_var); Dictionary_2_t1018408697 * L_98 = __this->get_castersMap_0(); RuntimeTypeHandle_t3027515415 L_99 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_100 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_99, /*hidden argument*/NULL); intptr_t L_101 = (intptr_t)ObjectCasters_getObject_m2326975907_RuntimeMethod_var; ObjectCast_t2869028929 * L_102 = (ObjectCast_t2869028929 *)il2cpp_codegen_object_new(ObjectCast_t2869028929_il2cpp_TypeInfo_var); ObjectCast__ctor_m4203589322(L_102, __this, L_101, /*hidden argument*/NULL); NullCheck(L_98); Dictionary_2_set_Item_m1127545080(L_98, L_100, L_102, /*hidden argument*/Dictionary_2_set_Item_m1127545080_RuntimeMethod_var); Dictionary_2_t1018408697 * L_103 = __this->get_castersMap_0(); RuntimeTypeHandle_t3027515415 L_104 = { reinterpret_cast (ByteU5BU5D_t4116647657_0_0_0_var) }; Type_t * L_105 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_104, /*hidden argument*/NULL); intptr_t L_106 = (intptr_t)ObjectCasters_getBytes_m3347099512_RuntimeMethod_var; ObjectCast_t2869028929 * L_107 = (ObjectCast_t2869028929 *)il2cpp_codegen_object_new(ObjectCast_t2869028929_il2cpp_TypeInfo_var); ObjectCast__ctor_m4203589322(L_107, __this, L_106, /*hidden argument*/NULL); NullCheck(L_103); Dictionary_2_set_Item_m1127545080(L_103, L_105, L_107, /*hidden argument*/Dictionary_2_set_Item_m1127545080_RuntimeMethod_var); Dictionary_2_t1018408697 * L_108 = __this->get_castersMap_0(); RuntimeTypeHandle_t3027515415 L_109 = { reinterpret_cast (IntPtr_t_0_0_0_var) }; Type_t * L_110 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_109, /*hidden argument*/NULL); intptr_t L_111 = (intptr_t)ObjectCasters_getIntptr_m2858946563_RuntimeMethod_var; ObjectCast_t2869028929 * L_112 = (ObjectCast_t2869028929 *)il2cpp_codegen_object_new(ObjectCast_t2869028929_il2cpp_TypeInfo_var); ObjectCast__ctor_m4203589322(L_112, __this, L_111, /*hidden argument*/NULL); NullCheck(L_108); Dictionary_2_set_Item_m1127545080(L_108, L_110, L_112, /*hidden argument*/Dictionary_2_set_Item_m1127545080_RuntimeMethod_var); Dictionary_2_t1018408697 * L_113 = __this->get_castersMap_0(); RuntimeTypeHandle_t3027515415 L_114 = { reinterpret_cast (LuaTable_t1631611336_0_0_0_var) }; Type_t * L_115 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_114, /*hidden argument*/NULL); intptr_t L_116 = (intptr_t)ObjectCasters_getLuaTable_m3136690829_RuntimeMethod_var; ObjectCast_t2869028929 * L_117 = (ObjectCast_t2869028929 *)il2cpp_codegen_object_new(ObjectCast_t2869028929_il2cpp_TypeInfo_var); ObjectCast__ctor_m4203589322(L_117, __this, L_116, /*hidden argument*/NULL); NullCheck(L_113); Dictionary_2_set_Item_m1127545080(L_113, L_115, L_117, /*hidden argument*/Dictionary_2_set_Item_m1127545080_RuntimeMethod_var); Dictionary_2_t1018408697 * L_118 = __this->get_castersMap_0(); RuntimeTypeHandle_t3027515415 L_119 = { reinterpret_cast (LuaFunction_t431395339_0_0_0_var) }; Type_t * L_120 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_119, /*hidden argument*/NULL); intptr_t L_121 = (intptr_t)ObjectCasters_getLuaFunction_m2371329095_RuntimeMethod_var; ObjectCast_t2869028929 * L_122 = (ObjectCast_t2869028929 *)il2cpp_codegen_object_new(ObjectCast_t2869028929_il2cpp_TypeInfo_var); ObjectCast__ctor_m4203589322(L_122, __this, L_121, /*hidden argument*/NULL); NullCheck(L_118); Dictionary_2_set_Item_m1127545080(L_118, L_120, L_122, /*hidden argument*/Dictionary_2_set_Item_m1127545080_RuntimeMethod_var); return; } } // System.Object XLua.ObjectCasters::charCaster(System.IntPtr,System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ObjectCasters_charCaster_m352428120 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___idx1, RuntimeObject * ___target2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectCasters_charCaster_m352428120_MetadataUsageId); s_Il2CppMethodInitialized = true; } { intptr_t L_0 = ___L0; int32_t L_1 = ___idx1; int32_t L_2 = Lua_xlua_tointeger_m2263761157(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); Il2CppChar L_3 = ((Il2CppChar)(((int32_t)((uint16_t)L_2)))); RuntimeObject * L_4 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_3); return L_4; } } // System.Object XLua.ObjectCasters::sbyteCaster(System.IntPtr,System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ObjectCasters_sbyteCaster_m2803499767 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___idx1, RuntimeObject * ___target2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectCasters_sbyteCaster_m2803499767_MetadataUsageId); s_Il2CppMethodInitialized = true; } { intptr_t L_0 = ___L0; int32_t L_1 = ___idx1; int32_t L_2 = Lua_xlua_tointeger_m2263761157(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); int8_t L_3 = (((int8_t)((int8_t)L_2))); RuntimeObject * L_4 = Box(SByte_t1669577662_il2cpp_TypeInfo_var, &L_3); return L_4; } } // System.Object XLua.ObjectCasters::byteCaster(System.IntPtr,System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ObjectCasters_byteCaster_m4069216718 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___idx1, RuntimeObject * ___target2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectCasters_byteCaster_m4069216718_MetadataUsageId); s_Il2CppMethodInitialized = true; } { intptr_t L_0 = ___L0; int32_t L_1 = ___idx1; int32_t L_2 = Lua_xlua_tointeger_m2263761157(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); uint8_t L_3 = ((uint8_t)(((int32_t)((uint8_t)L_2)))); RuntimeObject * L_4 = Box(Byte_t1134296376_il2cpp_TypeInfo_var, &L_3); return L_4; } } // System.Object XLua.ObjectCasters::shortCaster(System.IntPtr,System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ObjectCasters_shortCaster_m3072037876 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___idx1, RuntimeObject * ___target2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectCasters_shortCaster_m3072037876_MetadataUsageId); s_Il2CppMethodInitialized = true; } { intptr_t L_0 = ___L0; int32_t L_1 = ___idx1; int32_t L_2 = Lua_xlua_tointeger_m2263761157(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); int16_t L_3 = (((int16_t)((int16_t)L_2))); RuntimeObject * L_4 = Box(Int16_t2552820387_il2cpp_TypeInfo_var, &L_3); return L_4; } } // System.Object XLua.ObjectCasters::ushortCaster(System.IntPtr,System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ObjectCasters_ushortCaster_m225098554 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___idx1, RuntimeObject * ___target2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectCasters_ushortCaster_m225098554_MetadataUsageId); s_Il2CppMethodInitialized = true; } { intptr_t L_0 = ___L0; int32_t L_1 = ___idx1; int32_t L_2 = Lua_xlua_tointeger_m2263761157(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); uint16_t L_3 = ((uint16_t)(((int32_t)((uint16_t)L_2)))); RuntimeObject * L_4 = Box(UInt16_t2177724958_il2cpp_TypeInfo_var, &L_3); return L_4; } } // System.Object XLua.ObjectCasters::intCaster(System.IntPtr,System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ObjectCasters_intCaster_m341705968 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___idx1, RuntimeObject * ___target2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectCasters_intCaster_m341705968_MetadataUsageId); s_Il2CppMethodInitialized = true; } { intptr_t L_0 = ___L0; int32_t L_1 = ___idx1; int32_t L_2 = Lua_xlua_tointeger_m2263761157(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); int32_t L_3 = L_2; RuntimeObject * L_4 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_3); return L_4; } } // System.Object XLua.ObjectCasters::uintCaster(System.IntPtr,System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ObjectCasters_uintCaster_m4099416940 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___idx1, RuntimeObject * ___target2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectCasters_uintCaster_m4099416940_MetadataUsageId); s_Il2CppMethodInitialized = true; } { intptr_t L_0 = ___L0; int32_t L_1 = ___idx1; uint32_t L_2 = Lua_xlua_touint_m514469734(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); uint32_t L_3 = L_2; RuntimeObject * L_4 = Box(UInt32_t2560061978_il2cpp_TypeInfo_var, &L_3); return L_4; } } // System.Object XLua.ObjectCasters::longCaster(System.IntPtr,System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ObjectCasters_longCaster_m64008719 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___idx1, RuntimeObject * ___target2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectCasters_longCaster_m64008719_MetadataUsageId); s_Il2CppMethodInitialized = true; } { intptr_t L_0 = ___L0; int32_t L_1 = ___idx1; int64_t L_2 = Lua_lua_toint64_m2860959092(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); int64_t L_3 = L_2; RuntimeObject * L_4 = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &L_3); return L_4; } } // System.Object XLua.ObjectCasters::ulongCaster(System.IntPtr,System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ObjectCasters_ulongCaster_m1822772326 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___idx1, RuntimeObject * ___target2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectCasters_ulongCaster_m1822772326_MetadataUsageId); s_Il2CppMethodInitialized = true; } { intptr_t L_0 = ___L0; int32_t L_1 = ___idx1; uint64_t L_2 = Lua_lua_touint64_m3397986040(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); uint64_t L_3 = L_2; RuntimeObject * L_4 = Box(UInt64_t4134040092_il2cpp_TypeInfo_var, &L_3); return L_4; } } // System.Object XLua.ObjectCasters::getDouble(System.IntPtr,System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ObjectCasters_getDouble_m3472777255 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___idx1, RuntimeObject * ___target2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectCasters_getDouble_m3472777255_MetadataUsageId); s_Il2CppMethodInitialized = true; } { intptr_t L_0 = ___L0; int32_t L_1 = ___idx1; double L_2 = Lua_lua_tonumber_m3087017991(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); double L_3 = L_2; RuntimeObject * L_4 = Box(Double_t594665363_il2cpp_TypeInfo_var, &L_3); return L_4; } } // System.Object XLua.ObjectCasters::floatCaster(System.IntPtr,System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ObjectCasters_floatCaster_m3169466075 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___idx1, RuntimeObject * ___target2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectCasters_floatCaster_m3169466075_MetadataUsageId); s_Il2CppMethodInitialized = true; } { intptr_t L_0 = ___L0; int32_t L_1 = ___idx1; double L_2 = Lua_lua_tonumber_m3087017991(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); float L_3 = (((float)((float)L_2))); RuntimeObject * L_4 = Box(Single_t1397266774_il2cpp_TypeInfo_var, &L_3); return L_4; } } // System.Object XLua.ObjectCasters::decimalCaster(System.IntPtr,System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ObjectCasters_decimalCaster_m1332884884 (ObjectCasters_t3722364209 * __this, intptr_t ___L0, int32_t ___idx1, RuntimeObject * ___target2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectCasters_decimalCaster_m1332884884_MetadataUsageId); s_Il2CppMethodInitialized = true; } Decimal_t2948259380 V_0; memset(&V_0, 0, sizeof(V_0)); { ObjectTranslator_t2020767555 * L_0 = __this->get_translator_1(); intptr_t L_1 = ___L0; int32_t L_2 = ___idx1; NullCheck(L_0); ObjectTranslator_Get_m3855786213(L_0, L_1, L_2, (&V_0), /*hidden argument*/NULL); Decimal_t2948259380 L_3 = V_0; Decimal_t2948259380 L_4 = L_3; RuntimeObject * L_5 = Box(Decimal_t2948259380_il2cpp_TypeInfo_var, &L_4); return L_5; } } // System.Object XLua.ObjectCasters::getBoolean(System.IntPtr,System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ObjectCasters_getBoolean_m513503057 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___idx1, RuntimeObject * ___target2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectCasters_getBoolean_m513503057_MetadataUsageId); s_Il2CppMethodInitialized = true; } { intptr_t L_0 = ___L0; int32_t L_1 = ___idx1; bool L_2 = Lua_lua_toboolean_m3020476153(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); bool L_3 = L_2; RuntimeObject * L_4 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_3); return L_4; } } // System.Object XLua.ObjectCasters::getString(System.IntPtr,System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ObjectCasters_getString_m695255276 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___idx1, RuntimeObject * ___target2, const RuntimeMethod* method) { { intptr_t L_0 = ___L0; int32_t L_1 = ___idx1; String_t* L_2 = Lua_lua_tostring_m2201066917(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Object XLua.ObjectCasters::getBytes(System.IntPtr,System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ObjectCasters_getBytes_m3347099512 (ObjectCasters_t3722364209 * __this, intptr_t ___L0, int32_t ___idx1, RuntimeObject * ___target2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectCasters_getBytes_m3347099512_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* G_B3_0 = NULL; { intptr_t L_0 = ___L0; int32_t L_1 = ___idx1; int32_t L_2 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if ((!(((uint32_t)L_2) == ((uint32_t)4)))) { goto IL_0019; } } { intptr_t L_3 = ___L0; int32_t L_4 = ___idx1; ByteU5BU5D_t4116647657* L_5 = Lua_lua_tobytes_m3197196406(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); G_B3_0 = L_5; goto IL_002b; } IL_0019: { ObjectTranslator_t2020767555 * L_6 = __this->get_translator_1(); intptr_t L_7 = ___L0; int32_t L_8 = ___idx1; NullCheck(L_6); RuntimeObject * L_9 = ObjectTranslator_SafeGetCSObj_m101375085(L_6, L_7, L_8, /*hidden argument*/NULL); G_B3_0 = ((ByteU5BU5D_t4116647657*)IsInst((RuntimeObject*)L_9, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var)); } IL_002b: { return (RuntimeObject *)G_B3_0; } } // System.Object XLua.ObjectCasters::getIntptr(System.IntPtr,System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ObjectCasters_getIntptr_m2858946563 (ObjectCasters_t3722364209 * __this, intptr_t ___L0, int32_t ___idx1, RuntimeObject * ___target2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectCasters_getIntptr_m2858946563_MetadataUsageId); s_Il2CppMethodInitialized = true; } { intptr_t L_0 = ___L0; int32_t L_1 = ___idx1; intptr_t L_2 = Lua_lua_touserdata_m3275992727(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); intptr_t L_3 = L_2; RuntimeObject * L_4 = Box(IntPtr_t_il2cpp_TypeInfo_var, &L_3); return L_4; } } // System.Object XLua.ObjectCasters::getObject(System.IntPtr,System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ObjectCasters_getObject_m2326975907 (ObjectCasters_t3722364209 * __this, intptr_t ___L0, int32_t ___idx1, RuntimeObject * ___target2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectCasters_getObject_m2326975907_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; RuntimeObject * V_1 = NULL; RuntimeObject * G_B18_0 = NULL; { intptr_t L_0 = ___L0; int32_t L_1 = ___idx1; int32_t L_2 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1))) { case 0: { goto IL_0078; } case 1: { goto IL_00f6; } case 2: { goto IL_0031; } case 3: { goto IL_0070; } case 4: { goto IL_0085; } case 5: { goto IL_008f; } case 6: { goto IL_0099; } } } { goto IL_00f6; } IL_0031: { intptr_t L_4 = ___L0; int32_t L_5 = ___idx1; bool L_6 = Lua_lua_isint64_m1369779581(NULL /*static, unused*/, L_4, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_004a; } } { intptr_t L_7 = ___L0; int32_t L_8 = ___idx1; int64_t L_9 = Lua_lua_toint64_m2860959092(NULL /*static, unused*/, L_7, L_8, /*hidden argument*/NULL); int64_t L_10 = L_9; RuntimeObject * L_11 = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &L_10); return L_11; } IL_004a: { intptr_t L_12 = ___L0; int32_t L_13 = ___idx1; bool L_14 = Lua_lua_isinteger_m3661555246(NULL /*static, unused*/, L_12, L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_0063; } } { intptr_t L_15 = ___L0; int32_t L_16 = ___idx1; int32_t L_17 = Lua_xlua_tointeger_m2263761157(NULL /*static, unused*/, L_15, L_16, /*hidden argument*/NULL); int32_t L_18 = L_17; RuntimeObject * L_19 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_18); return L_19; } IL_0063: { intptr_t L_20 = ___L0; int32_t L_21 = ___idx1; double L_22 = Lua_lua_tonumber_m3087017991(NULL /*static, unused*/, L_20, L_21, /*hidden argument*/NULL); double L_23 = L_22; RuntimeObject * L_24 = Box(Double_t594665363_il2cpp_TypeInfo_var, &L_23); return L_24; } IL_0070: { intptr_t L_25 = ___L0; int32_t L_26 = ___idx1; String_t* L_27 = Lua_lua_tostring_m2201066917(NULL /*static, unused*/, L_25, L_26, /*hidden argument*/NULL); return L_27; } IL_0078: { intptr_t L_28 = ___L0; int32_t L_29 = ___idx1; bool L_30 = Lua_lua_toboolean_m3020476153(NULL /*static, unused*/, L_28, L_29, /*hidden argument*/NULL); bool L_31 = L_30; RuntimeObject * L_32 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_31); return L_32; } IL_0085: { intptr_t L_33 = ___L0; int32_t L_34 = ___idx1; RuntimeObject * L_35 = ObjectCasters_getLuaTable_m3136690829(__this, L_33, L_34, NULL, /*hidden argument*/NULL); return L_35; } IL_008f: { intptr_t L_36 = ___L0; int32_t L_37 = ___idx1; RuntimeObject * L_38 = ObjectCasters_getLuaFunction_m2371329095(__this, L_36, L_37, NULL, /*hidden argument*/NULL); return L_38; } IL_0099: { intptr_t L_39 = ___L0; int32_t L_40 = ___idx1; bool L_41 = Lua_lua_isint64_m1369779581(NULL /*static, unused*/, L_39, L_40, /*hidden argument*/NULL); if (!L_41) { goto IL_00b2; } } { intptr_t L_42 = ___L0; int32_t L_43 = ___idx1; int64_t L_44 = Lua_lua_toint64_m2860959092(NULL /*static, unused*/, L_42, L_43, /*hidden argument*/NULL); int64_t L_45 = L_44; RuntimeObject * L_46 = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &L_45); return L_46; } IL_00b2: { intptr_t L_47 = ___L0; int32_t L_48 = ___idx1; bool L_49 = Lua_lua_isuint64_m338346154(NULL /*static, unused*/, L_47, L_48, /*hidden argument*/NULL); if (!L_49) { goto IL_00cb; } } { intptr_t L_50 = ___L0; int32_t L_51 = ___idx1; uint64_t L_52 = Lua_lua_touint64_m3397986040(NULL /*static, unused*/, L_50, L_51, /*hidden argument*/NULL); uint64_t L_53 = L_52; RuntimeObject * L_54 = Box(UInt64_t4134040092_il2cpp_TypeInfo_var, &L_53); return L_54; } IL_00cb: { ObjectTranslator_t2020767555 * L_55 = __this->get_translator_1(); intptr_t L_56 = ___L0; int32_t L_57 = ___idx1; NullCheck(L_55); RuntimeObject * L_58 = ObjectTranslator_SafeGetCSObj_m101375085(L_55, L_56, L_57, /*hidden argument*/NULL); V_1 = L_58; RuntimeObject * L_59 = V_1; if (!((RuntimeObject*)IsInst((RuntimeObject*)L_59, RawObject_t2955426449_il2cpp_TypeInfo_var))) { goto IL_00f4; } } { RuntimeObject * L_60 = V_1; NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_60, RawObject_t2955426449_il2cpp_TypeInfo_var))); RuntimeObject * L_61 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object XLua.RawObject::get_Target() */, RawObject_t2955426449_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_60, RawObject_t2955426449_il2cpp_TypeInfo_var))); G_B18_0 = L_61; goto IL_00f5; } IL_00f4: { RuntimeObject * L_62 = V_1; G_B18_0 = L_62; } IL_00f5: { return G_B18_0; } IL_00f6: { return NULL; } } // System.Object XLua.ObjectCasters::getLuaTable(System.IntPtr,System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ObjectCasters_getLuaTable_m3136690829 (ObjectCasters_t3722364209 * __this, intptr_t ___L0, int32_t ___idx1, RuntimeObject * ___target2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectCasters_getLuaTable_m3136690829_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; RuntimeObject * G_B5_0 = NULL; { intptr_t L_0 = ___L0; int32_t L_1 = ___idx1; int32_t L_2 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if ((!(((uint32_t)L_2) == ((uint32_t)7)))) { goto IL_0034; } } { ObjectTranslator_t2020767555 * L_3 = __this->get_translator_1(); intptr_t L_4 = ___L0; int32_t L_5 = ___idx1; NullCheck(L_3); RuntimeObject * L_6 = ObjectTranslator_SafeGetCSObj_m101375085(L_3, L_4, L_5, /*hidden argument*/NULL); V_0 = L_6; RuntimeObject * L_7 = V_0; if (!L_7) { goto IL_0032; } } { RuntimeObject * L_8 = V_0; if (!((LuaTable_t1631611336 *)IsInstClass((RuntimeObject*)L_8, LuaTable_t1631611336_il2cpp_TypeInfo_var))) { goto IL_0032; } } { RuntimeObject * L_9 = V_0; G_B5_0 = L_9; goto IL_0033; } IL_0032: { G_B5_0 = NULL; } IL_0033: { return G_B5_0; } IL_0034: { intptr_t L_10 = ___L0; int32_t L_11 = ___idx1; bool L_12 = Lua_lua_istable_m743603444(NULL /*static, unused*/, L_10, L_11, /*hidden argument*/NULL); if (L_12) { goto IL_0042; } } { return NULL; } IL_0042: { intptr_t L_13 = ___L0; int32_t L_14 = ___idx1; Lua_lua_pushvalue_m425062527(NULL /*static, unused*/, L_13, L_14, /*hidden argument*/NULL); intptr_t L_15 = ___L0; int32_t L_16 = Lua_luaL_ref_m3714648423(NULL /*static, unused*/, L_15, /*hidden argument*/NULL); ObjectTranslator_t2020767555 * L_17 = __this->get_translator_1(); NullCheck(L_17); LuaEnv_t2152703515 * L_18 = L_17->get_luaEnv_5(); LuaTable_t1631611336 * L_19 = (LuaTable_t1631611336 *)il2cpp_codegen_object_new(LuaTable_t1631611336_il2cpp_TypeInfo_var); LuaTable__ctor_m488729730(L_19, L_16, L_18, /*hidden argument*/NULL); return L_19; } } // System.Object XLua.ObjectCasters::getLuaFunction(System.IntPtr,System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ObjectCasters_getLuaFunction_m2371329095 (ObjectCasters_t3722364209 * __this, intptr_t ___L0, int32_t ___idx1, RuntimeObject * ___target2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectCasters_getLuaFunction_m2371329095_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; RuntimeObject * G_B5_0 = NULL; { intptr_t L_0 = ___L0; int32_t L_1 = ___idx1; int32_t L_2 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if ((!(((uint32_t)L_2) == ((uint32_t)7)))) { goto IL_0034; } } { ObjectTranslator_t2020767555 * L_3 = __this->get_translator_1(); intptr_t L_4 = ___L0; int32_t L_5 = ___idx1; NullCheck(L_3); RuntimeObject * L_6 = ObjectTranslator_SafeGetCSObj_m101375085(L_3, L_4, L_5, /*hidden argument*/NULL); V_0 = L_6; RuntimeObject * L_7 = V_0; if (!L_7) { goto IL_0032; } } { RuntimeObject * L_8 = V_0; if (!((LuaFunction_t431395339 *)IsInstClass((RuntimeObject*)L_8, LuaFunction_t431395339_il2cpp_TypeInfo_var))) { goto IL_0032; } } { RuntimeObject * L_9 = V_0; G_B5_0 = L_9; goto IL_0033; } IL_0032: { G_B5_0 = NULL; } IL_0033: { return G_B5_0; } IL_0034: { intptr_t L_10 = ___L0; int32_t L_11 = ___idx1; bool L_12 = Lua_lua_isfunction_m2911708774(NULL /*static, unused*/, L_10, L_11, /*hidden argument*/NULL); if (L_12) { goto IL_0042; } } { return NULL; } IL_0042: { intptr_t L_13 = ___L0; int32_t L_14 = ___idx1; Lua_lua_pushvalue_m425062527(NULL /*static, unused*/, L_13, L_14, /*hidden argument*/NULL); intptr_t L_15 = ___L0; int32_t L_16 = Lua_luaL_ref_m3714648423(NULL /*static, unused*/, L_15, /*hidden argument*/NULL); ObjectTranslator_t2020767555 * L_17 = __this->get_translator_1(); NullCheck(L_17); LuaEnv_t2152703515 * L_18 = L_17->get_luaEnv_5(); LuaFunction_t431395339 * L_19 = (LuaFunction_t431395339 *)il2cpp_codegen_object_new(LuaFunction_t431395339_il2cpp_TypeInfo_var); LuaFunction__ctor_m1434709015(L_19, L_16, L_18, /*hidden argument*/NULL); return L_19; } } // System.Void XLua.ObjectCasters::AddCaster(System.Type,XLua.ObjectCast) extern "C" IL2CPP_METHOD_ATTR void ObjectCasters_AddCaster_m4130462881 (ObjectCasters_t3722364209 * __this, Type_t * ___type0, ObjectCast_t2869028929 * ___oc1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectCasters_AddCaster_m4130462881_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t1018408697 * L_0 = __this->get_castersMap_0(); Type_t * L_1 = ___type0; ObjectCast_t2869028929 * L_2 = ___oc1; NullCheck(L_0); Dictionary_2_set_Item_m1127545080(L_0, L_1, L_2, /*hidden argument*/Dictionary_2_set_Item_m1127545080_RuntimeMethod_var); return; } } // XLua.ObjectCast XLua.ObjectCasters::genCaster(System.Type) extern "C" IL2CPP_METHOD_ATTR ObjectCast_t2869028929 * ObjectCasters_genCaster_m527925513 (ObjectCasters_t3722364209 * __this, Type_t * ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectCasters_genCaster_m527925513_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CgenCasterU3Ec__AnonStorey0_t1460193 * V_0 = NULL; U3CgenCasterU3Ec__AnonStorey1_t1957775329 * V_1 = NULL; U3CgenCasterU3Ec__AnonStorey2_t3914090465 * V_2 = NULL; { U3CgenCasterU3Ec__AnonStorey0_t1460193 * L_0 = (U3CgenCasterU3Ec__AnonStorey0_t1460193 *)il2cpp_codegen_object_new(U3CgenCasterU3Ec__AnonStorey0_t1460193_il2cpp_TypeInfo_var); U3CgenCasterU3Ec__AnonStorey0__ctor_m1021895500(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CgenCasterU3Ec__AnonStorey0_t1460193 * L_1 = V_0; Type_t * L_2 = ___type0; NullCheck(L_1); L_1->set_type_0(L_2); U3CgenCasterU3Ec__AnonStorey0_t1460193 * L_3 = V_0; NullCheck(L_3); L_3->set_U24this_2(__this); U3CgenCasterU3Ec__AnonStorey0_t1460193 * L_4 = V_0; U3CgenCasterU3Ec__AnonStorey0_t1460193 * L_5 = V_0; intptr_t L_6 = (intptr_t)U3CgenCasterU3Ec__AnonStorey0_U3CU3Em__0_m3130515376_RuntimeMethod_var; ObjectCast_t2869028929 * L_7 = (ObjectCast_t2869028929 *)il2cpp_codegen_object_new(ObjectCast_t2869028929_il2cpp_TypeInfo_var); ObjectCast__ctor_m4203589322(L_7, L_5, L_6, /*hidden argument*/NULL); NullCheck(L_4); L_4->set_fixTypeGetter_1(L_7); RuntimeTypeHandle_t3027515415 L_8 = { reinterpret_cast (Delegate_t1188392813_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_9 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); U3CgenCasterU3Ec__AnonStorey0_t1460193 * L_10 = V_0; NullCheck(L_10); Type_t * L_11 = L_10->get_type_0(); NullCheck(L_9); bool L_12 = VirtFuncInvoker1< bool, Type_t * >::Invoke(45 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_9, L_11); if (!L_12) { goto IL_004d; } } { U3CgenCasterU3Ec__AnonStorey0_t1460193 * L_13 = V_0; intptr_t L_14 = (intptr_t)U3CgenCasterU3Ec__AnonStorey0_U3CU3Em__1_m1455686709_RuntimeMethod_var; ObjectCast_t2869028929 * L_15 = (ObjectCast_t2869028929 *)il2cpp_codegen_object_new(ObjectCast_t2869028929_il2cpp_TypeInfo_var); ObjectCast__ctor_m4203589322(L_15, L_13, L_14, /*hidden argument*/NULL); return L_15; } IL_004d: { RuntimeTypeHandle_t3027515415 L_16 = { reinterpret_cast (DelegateBridgeBase_t3577089876_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); U3CgenCasterU3Ec__AnonStorey0_t1460193 * L_18 = V_0; NullCheck(L_18); Type_t * L_19 = L_18->get_type_0(); NullCheck(L_17); bool L_20 = VirtFuncInvoker1< bool, Type_t * >::Invoke(45 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_17, L_19); if (!L_20) { goto IL_0074; } } { U3CgenCasterU3Ec__AnonStorey0_t1460193 * L_21 = V_0; intptr_t L_22 = (intptr_t)U3CgenCasterU3Ec__AnonStorey0_U3CU3Em__2_m2622380149_RuntimeMethod_var; ObjectCast_t2869028929 * L_23 = (ObjectCast_t2869028929 *)il2cpp_codegen_object_new(ObjectCast_t2869028929_il2cpp_TypeInfo_var); ObjectCast__ctor_m4203589322(L_23, L_21, L_22, /*hidden argument*/NULL); return L_23; } IL_0074: { U3CgenCasterU3Ec__AnonStorey0_t1460193 * L_24 = V_0; NullCheck(L_24); Type_t * L_25 = L_24->get_type_0(); bool L_26 = TypeExtensions_IsInterface_m1418313074(NULL /*static, unused*/, L_25, /*hidden argument*/NULL); if (!L_26) { goto IL_0091; } } { U3CgenCasterU3Ec__AnonStorey0_t1460193 * L_27 = V_0; intptr_t L_28 = (intptr_t)U3CgenCasterU3Ec__AnonStorey0_U3CU3Em__3_m1958139431_RuntimeMethod_var; ObjectCast_t2869028929 * L_29 = (ObjectCast_t2869028929 *)il2cpp_codegen_object_new(ObjectCast_t2869028929_il2cpp_TypeInfo_var); ObjectCast__ctor_m4203589322(L_29, L_27, L_28, /*hidden argument*/NULL); return L_29; } IL_0091: { U3CgenCasterU3Ec__AnonStorey0_t1460193 * L_30 = V_0; NullCheck(L_30); Type_t * L_31 = L_30->get_type_0(); bool L_32 = TypeExtensions_IsEnum_m1162764005(NULL /*static, unused*/, L_31, /*hidden argument*/NULL); if (!L_32) { goto IL_00ae; } } { U3CgenCasterU3Ec__AnonStorey0_t1460193 * L_33 = V_0; intptr_t L_34 = (intptr_t)U3CgenCasterU3Ec__AnonStorey0_U3CU3Em__4_m1757654455_RuntimeMethod_var; ObjectCast_t2869028929 * L_35 = (ObjectCast_t2869028929 *)il2cpp_codegen_object_new(ObjectCast_t2869028929_il2cpp_TypeInfo_var); ObjectCast__ctor_m4203589322(L_35, L_33, L_34, /*hidden argument*/NULL); return L_35; } IL_00ae: { U3CgenCasterU3Ec__AnonStorey0_t1460193 * L_36 = V_0; NullCheck(L_36); Type_t * L_37 = L_36->get_type_0(); NullCheck(L_37); bool L_38 = Type_get_IsArray_m2591212821(L_37, /*hidden argument*/NULL); if (!L_38) { goto IL_00cb; } } { U3CgenCasterU3Ec__AnonStorey0_t1460193 * L_39 = V_0; intptr_t L_40 = (intptr_t)U3CgenCasterU3Ec__AnonStorey0_U3CU3Em__5_m1760075876_RuntimeMethod_var; ObjectCast_t2869028929 * L_41 = (ObjectCast_t2869028929 *)il2cpp_codegen_object_new(ObjectCast_t2869028929_il2cpp_TypeInfo_var); ObjectCast__ctor_m4203589322(L_41, L_39, L_40, /*hidden argument*/NULL); return L_41; } IL_00cb: { RuntimeTypeHandle_t3027515415 L_42 = { reinterpret_cast (IList_t2094931216_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_43 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_42, /*hidden argument*/NULL); U3CgenCasterU3Ec__AnonStorey0_t1460193 * L_44 = V_0; NullCheck(L_44); Type_t * L_45 = L_44->get_type_0(); NullCheck(L_43); bool L_46 = VirtFuncInvoker1< bool, Type_t * >::Invoke(45 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_43, L_45); if (!L_46) { goto IL_0134; } } { U3CgenCasterU3Ec__AnonStorey0_t1460193 * L_47 = V_0; NullCheck(L_47); Type_t * L_48 = L_47->get_type_0(); bool L_49 = TypeExtensions_IsGenericType_m3178670838(NULL /*static, unused*/, L_48, /*hidden argument*/NULL); if (!L_49) { goto IL_0134; } } { U3CgenCasterU3Ec__AnonStorey1_t1957775329 * L_50 = (U3CgenCasterU3Ec__AnonStorey1_t1957775329 *)il2cpp_codegen_object_new(U3CgenCasterU3Ec__AnonStorey1_t1957775329_il2cpp_TypeInfo_var); U3CgenCasterU3Ec__AnonStorey1__ctor_m3866878796(L_50, /*hidden argument*/NULL); V_1 = L_50; U3CgenCasterU3Ec__AnonStorey1_t1957775329 * L_51 = V_1; U3CgenCasterU3Ec__AnonStorey0_t1460193 * L_52 = V_0; NullCheck(L_51); L_51->set_U3CU3Ef__refU240_2(L_52); U3CgenCasterU3Ec__AnonStorey1_t1957775329 * L_53 = V_1; U3CgenCasterU3Ec__AnonStorey0_t1460193 * L_54 = V_0; NullCheck(L_54); Type_t * L_55 = L_54->get_type_0(); NullCheck(L_55); TypeU5BU5D_t3940880105* L_56 = VirtFuncInvoker0< TypeU5BU5D_t3940880105* >::Invoke(92 /* System.Type[] System.Type::GetGenericArguments() */, L_55); NullCheck(L_56); int32_t L_57 = 0; Type_t * L_58 = (L_56)->GetAt(static_cast(L_57)); NullCheck(L_53); L_53->set_elementType_0(L_58); U3CgenCasterU3Ec__AnonStorey1_t1957775329 * L_59 = V_1; U3CgenCasterU3Ec__AnonStorey1_t1957775329 * L_60 = V_1; NullCheck(L_60); Type_t * L_61 = L_60->get_elementType_0(); ObjectCast_t2869028929 * L_62 = ObjectCasters_GetCaster_m200833679(__this, L_61, /*hidden argument*/NULL); NullCheck(L_59); L_59->set_elementCaster_1(L_62); U3CgenCasterU3Ec__AnonStorey1_t1957775329 * L_63 = V_1; intptr_t L_64 = (intptr_t)U3CgenCasterU3Ec__AnonStorey1_U3CU3Em__0_m2100484140_RuntimeMethod_var; ObjectCast_t2869028929 * L_65 = (ObjectCast_t2869028929 *)il2cpp_codegen_object_new(ObjectCast_t2869028929_il2cpp_TypeInfo_var); ObjectCast__ctor_m4203589322(L_65, L_63, L_64, /*hidden argument*/NULL); return L_65; } IL_0134: { RuntimeTypeHandle_t3027515415 L_66 = { reinterpret_cast (IDictionary_t1363984059_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); U3CgenCasterU3Ec__AnonStorey0_t1460193 * L_68 = V_0; NullCheck(L_68); Type_t * L_69 = L_68->get_type_0(); NullCheck(L_67); bool L_70 = VirtFuncInvoker1< bool, Type_t * >::Invoke(45 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_67, L_69); if (!L_70) { goto IL_01c2; } } { U3CgenCasterU3Ec__AnonStorey0_t1460193 * L_71 = V_0; NullCheck(L_71); Type_t * L_72 = L_71->get_type_0(); bool L_73 = TypeExtensions_IsGenericType_m3178670838(NULL /*static, unused*/, L_72, /*hidden argument*/NULL); if (!L_73) { goto IL_01c2; } } { U3CgenCasterU3Ec__AnonStorey2_t3914090465 * L_74 = (U3CgenCasterU3Ec__AnonStorey2_t3914090465 *)il2cpp_codegen_object_new(U3CgenCasterU3Ec__AnonStorey2_t3914090465_il2cpp_TypeInfo_var); U3CgenCasterU3Ec__AnonStorey2__ctor_m775086924(L_74, /*hidden argument*/NULL); V_2 = L_74; U3CgenCasterU3Ec__AnonStorey2_t3914090465 * L_75 = V_2; U3CgenCasterU3Ec__AnonStorey0_t1460193 * L_76 = V_0; NullCheck(L_75); L_75->set_U3CU3Ef__refU240_4(L_76); U3CgenCasterU3Ec__AnonStorey2_t3914090465 * L_77 = V_2; U3CgenCasterU3Ec__AnonStorey0_t1460193 * L_78 = V_0; NullCheck(L_78); Type_t * L_79 = L_78->get_type_0(); NullCheck(L_79); TypeU5BU5D_t3940880105* L_80 = VirtFuncInvoker0< TypeU5BU5D_t3940880105* >::Invoke(92 /* System.Type[] System.Type::GetGenericArguments() */, L_79); NullCheck(L_80); int32_t L_81 = 0; Type_t * L_82 = (L_80)->GetAt(static_cast(L_81)); NullCheck(L_77); L_77->set_keyType_0(L_82); U3CgenCasterU3Ec__AnonStorey2_t3914090465 * L_83 = V_2; U3CgenCasterU3Ec__AnonStorey2_t3914090465 * L_84 = V_2; NullCheck(L_84); Type_t * L_85 = L_84->get_keyType_0(); ObjectCast_t2869028929 * L_86 = ObjectCasters_GetCaster_m200833679(__this, L_85, /*hidden argument*/NULL); NullCheck(L_83); L_83->set_keyCaster_2(L_86); U3CgenCasterU3Ec__AnonStorey2_t3914090465 * L_87 = V_2; U3CgenCasterU3Ec__AnonStorey0_t1460193 * L_88 = V_0; NullCheck(L_88); Type_t * L_89 = L_88->get_type_0(); NullCheck(L_89); TypeU5BU5D_t3940880105* L_90 = VirtFuncInvoker0< TypeU5BU5D_t3940880105* >::Invoke(92 /* System.Type[] System.Type::GetGenericArguments() */, L_89); NullCheck(L_90); int32_t L_91 = 1; Type_t * L_92 = (L_90)->GetAt(static_cast(L_91)); NullCheck(L_87); L_87->set_valueType_1(L_92); U3CgenCasterU3Ec__AnonStorey2_t3914090465 * L_93 = V_2; U3CgenCasterU3Ec__AnonStorey2_t3914090465 * L_94 = V_2; NullCheck(L_94); Type_t * L_95 = L_94->get_valueType_1(); ObjectCast_t2869028929 * L_96 = ObjectCasters_GetCaster_m200833679(__this, L_95, /*hidden argument*/NULL); NullCheck(L_93); L_93->set_valueCaster_3(L_96); U3CgenCasterU3Ec__AnonStorey2_t3914090465 * L_97 = V_2; intptr_t L_98 = (intptr_t)U3CgenCasterU3Ec__AnonStorey2_U3CU3Em__0_m2830195986_RuntimeMethod_var; ObjectCast_t2869028929 * L_99 = (ObjectCast_t2869028929 *)il2cpp_codegen_object_new(ObjectCast_t2869028929_il2cpp_TypeInfo_var); ObjectCast__ctor_m4203589322(L_99, L_97, L_98, /*hidden argument*/NULL); return L_99; } IL_01c2: { U3CgenCasterU3Ec__AnonStorey0_t1460193 * L_100 = V_0; NullCheck(L_100); Type_t * L_101 = L_100->get_type_0(); bool L_102 = TypeExtensions_IsClass_m111105048(NULL /*static, unused*/, L_101, /*hidden argument*/NULL); if (!L_102) { goto IL_01e7; } } { U3CgenCasterU3Ec__AnonStorey0_t1460193 * L_103 = V_0; NullCheck(L_103); Type_t * L_104 = L_103->get_type_0(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); TypeU5BU5D_t3940880105* L_105 = ((Type_t_StaticFields*)il2cpp_codegen_static_fields_for(Type_t_il2cpp_TypeInfo_var))->get_EmptyTypes_3(); NullCheck(L_104); ConstructorInfo_t5769829 * L_106 = Type_GetConstructor_m2219014380(L_104, L_105, /*hidden argument*/NULL); if (L_106) { goto IL_0207; } } IL_01e7: { U3CgenCasterU3Ec__AnonStorey0_t1460193 * L_107 = V_0; NullCheck(L_107); Type_t * L_108 = L_107->get_type_0(); bool L_109 = TypeExtensions_IsValueType_m1315482809(NULL /*static, unused*/, L_108, /*hidden argument*/NULL); if (!L_109) { goto IL_0214; } } { U3CgenCasterU3Ec__AnonStorey0_t1460193 * L_110 = V_0; NullCheck(L_110); Type_t * L_111 = L_110->get_type_0(); bool L_112 = TypeExtensions_IsEnum_m1162764005(NULL /*static, unused*/, L_111, /*hidden argument*/NULL); if (L_112) { goto IL_0214; } } IL_0207: { U3CgenCasterU3Ec__AnonStorey0_t1460193 * L_113 = V_0; intptr_t L_114 = (intptr_t)U3CgenCasterU3Ec__AnonStorey0_U3CU3Em__6_m934316509_RuntimeMethod_var; ObjectCast_t2869028929 * L_115 = (ObjectCast_t2869028929 *)il2cpp_codegen_object_new(ObjectCast_t2869028929_il2cpp_TypeInfo_var); ObjectCast__ctor_m4203589322(L_115, L_113, L_114, /*hidden argument*/NULL); return L_115; } IL_0214: { U3CgenCasterU3Ec__AnonStorey0_t1460193 * L_116 = V_0; NullCheck(L_116); ObjectCast_t2869028929 * L_117 = L_116->get_fixTypeGetter_1(); return L_117; } } // XLua.ObjectCast XLua.ObjectCasters::genNullableCaster(XLua.ObjectCast) extern "C" IL2CPP_METHOD_ATTR ObjectCast_t2869028929 * ObjectCasters_genNullableCaster_m4207284878 (ObjectCasters_t3722364209 * __this, ObjectCast_t2869028929 * ___oc0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectCasters_genNullableCaster_m4207284878_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CgenNullableCasterU3Ec__AnonStorey3_t4123092059 * V_0 = NULL; { U3CgenNullableCasterU3Ec__AnonStorey3_t4123092059 * L_0 = (U3CgenNullableCasterU3Ec__AnonStorey3_t4123092059 *)il2cpp_codegen_object_new(U3CgenNullableCasterU3Ec__AnonStorey3_t4123092059_il2cpp_TypeInfo_var); U3CgenNullableCasterU3Ec__AnonStorey3__ctor_m1134396183(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CgenNullableCasterU3Ec__AnonStorey3_t4123092059 * L_1 = V_0; ObjectCast_t2869028929 * L_2 = ___oc0; NullCheck(L_1); L_1->set_oc_0(L_2); U3CgenNullableCasterU3Ec__AnonStorey3_t4123092059 * L_3 = V_0; intptr_t L_4 = (intptr_t)U3CgenNullableCasterU3Ec__AnonStorey3_U3CU3Em__0_m3081510775_RuntimeMethod_var; ObjectCast_t2869028929 * L_5 = (ObjectCast_t2869028929 *)il2cpp_codegen_object_new(ObjectCast_t2869028929_il2cpp_TypeInfo_var); ObjectCast__ctor_m4203589322(L_5, L_3, L_4, /*hidden argument*/NULL); return L_5; } } // XLua.ObjectCast XLua.ObjectCasters::GetCaster(System.Type) extern "C" IL2CPP_METHOD_ATTR ObjectCast_t2869028929 * ObjectCasters_GetCaster_m200833679 (ObjectCasters_t3722364209 * __this, Type_t * ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectCasters_GetCaster_m200833679_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; ObjectCast_t2869028929 * V_1 = NULL; { Type_t * L_0 = ___type0; NullCheck(L_0); bool L_1 = Type_get_IsByRef_m1262524108(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0013; } } { Type_t * L_2 = ___type0; NullCheck(L_2); Type_t * L_3 = VirtFuncInvoker0< Type_t * >::Invoke(48 /* System.Type System.Type::GetElementType() */, L_2); ___type0 = L_3; } IL_0013: { Type_t * L_4 = ___type0; Type_t * L_5 = Nullable_GetUnderlyingType_m3905033790(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); V_0 = L_5; Type_t * L_6 = V_0; if (!L_6) { goto IL_002e; } } { Type_t * L_7 = V_0; ObjectCast_t2869028929 * L_8 = ObjectCasters_GetCaster_m200833679(__this, L_7, /*hidden argument*/NULL); ObjectCast_t2869028929 * L_9 = ObjectCasters_genNullableCaster_m4207284878(__this, L_8, /*hidden argument*/NULL); return L_9; } IL_002e: { Dictionary_2_t1018408697 * L_10 = __this->get_castersMap_0(); Type_t * L_11 = ___type0; NullCheck(L_10); bool L_12 = Dictionary_2_TryGetValue_m3095085478(L_10, L_11, (&V_1), /*hidden argument*/Dictionary_2_TryGetValue_m3095085478_RuntimeMethod_var); if (L_12) { goto IL_0056; } } { Type_t * L_13 = ___type0; ObjectCast_t2869028929 * L_14 = ObjectCasters_genCaster_m527925513(__this, L_13, /*hidden argument*/NULL); V_1 = L_14; Dictionary_2_t1018408697 * L_15 = __this->get_castersMap_0(); Type_t * L_16 = ___type0; ObjectCast_t2869028929 * L_17 = V_1; NullCheck(L_15); Dictionary_2_Add_m2863626116(L_15, L_16, L_17, /*hidden argument*/Dictionary_2_Add_m2863626116_RuntimeMethod_var); } IL_0056: { ObjectCast_t2869028929 * L_18 = V_1; return L_18; } } #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.ObjectCasters/c__AnonStorey0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CgenCasterU3Ec__AnonStorey0__ctor_m1021895500 (U3CgenCasterU3Ec__AnonStorey0_t1460193 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Object XLua.ObjectCasters/c__AnonStorey0::<>m__0(System.IntPtr,System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CgenCasterU3Ec__AnonStorey0_U3CU3Em__0_m3130515376 (U3CgenCasterU3Ec__AnonStorey0_t1460193 * __this, intptr_t ___L0, int32_t ___idx1, RuntimeObject * ___target2, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; RuntimeObject * G_B5_0 = NULL; { intptr_t L_0 = ___L0; int32_t L_1 = ___idx1; int32_t L_2 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if ((!(((uint32_t)L_2) == ((uint32_t)7)))) { goto IL_0044; } } { ObjectCasters_t3722364209 * L_3 = __this->get_U24this_2(); NullCheck(L_3); ObjectTranslator_t2020767555 * L_4 = L_3->get_translator_1(); intptr_t L_5 = ___L0; int32_t L_6 = ___idx1; NullCheck(L_4); RuntimeObject * L_7 = ObjectTranslator_SafeGetCSObj_m101375085(L_4, L_5, L_6, /*hidden argument*/NULL); V_0 = L_7; RuntimeObject * L_8 = V_0; if (!L_8) { goto IL_0042; } } { Type_t * L_9 = __this->get_type_0(); RuntimeObject * L_10 = V_0; NullCheck(L_10); Type_t * L_11 = Object_GetType_m88164663(L_10, /*hidden argument*/NULL); NullCheck(L_9); bool L_12 = VirtFuncInvoker1< bool, Type_t * >::Invoke(45 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_9, L_11); if (!L_12) { goto IL_0042; } } { RuntimeObject * L_13 = V_0; G_B5_0 = L_13; goto IL_0043; } IL_0042: { G_B5_0 = NULL; } IL_0043: { return G_B5_0; } IL_0044: { return NULL; } } // System.Object XLua.ObjectCasters/c__AnonStorey0::<>m__1(System.IntPtr,System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CgenCasterU3Ec__AnonStorey0_U3CU3Em__1_m1455686709 (U3CgenCasterU3Ec__AnonStorey0_t1460193 * __this, intptr_t ___L0, int32_t ___idx1, RuntimeObject * ___target2, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; { ObjectCast_t2869028929 * L_0 = __this->get_fixTypeGetter_1(); intptr_t L_1 = ___L0; int32_t L_2 = ___idx1; RuntimeObject * L_3 = ___target2; NullCheck(L_0); RuntimeObject * L_4 = ObjectCast_Invoke_m1913262317(L_0, L_1, L_2, L_3, /*hidden argument*/NULL); V_0 = L_4; RuntimeObject * L_5 = V_0; if (!L_5) { goto IL_0017; } } { RuntimeObject * L_6 = V_0; return L_6; } IL_0017: { intptr_t L_7 = ___L0; int32_t L_8 = ___idx1; bool L_9 = Lua_lua_isfunction_m2911708774(NULL /*static, unused*/, L_7, L_8, /*hidden argument*/NULL); if (L_9) { goto IL_0025; } } { return NULL; } IL_0025: { ObjectCasters_t3722364209 * L_10 = __this->get_U24this_2(); NullCheck(L_10); ObjectTranslator_t2020767555 * L_11 = L_10->get_translator_1(); intptr_t L_12 = ___L0; Type_t * L_13 = __this->get_type_0(); int32_t L_14 = ___idx1; NullCheck(L_11); RuntimeObject * L_15 = ObjectTranslator_CreateDelegateBridge_m3427419959(L_11, L_12, L_13, L_14, /*hidden argument*/NULL); return L_15; } } // System.Object XLua.ObjectCasters/c__AnonStorey0::<>m__2(System.IntPtr,System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CgenCasterU3Ec__AnonStorey0_U3CU3Em__2_m2622380149 (U3CgenCasterU3Ec__AnonStorey0_t1460193 * __this, intptr_t ___L0, int32_t ___idx1, RuntimeObject * ___target2, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; { ObjectCast_t2869028929 * L_0 = __this->get_fixTypeGetter_1(); intptr_t L_1 = ___L0; int32_t L_2 = ___idx1; RuntimeObject * L_3 = ___target2; NullCheck(L_0); RuntimeObject * L_4 = ObjectCast_Invoke_m1913262317(L_0, L_1, L_2, L_3, /*hidden argument*/NULL); V_0 = L_4; RuntimeObject * L_5 = V_0; if (!L_5) { goto IL_0017; } } { RuntimeObject * L_6 = V_0; return L_6; } IL_0017: { intptr_t L_7 = ___L0; int32_t L_8 = ___idx1; bool L_9 = Lua_lua_isfunction_m2911708774(NULL /*static, unused*/, L_7, L_8, /*hidden argument*/NULL); if (L_9) { goto IL_0025; } } { return NULL; } IL_0025: { ObjectCasters_t3722364209 * L_10 = __this->get_U24this_2(); NullCheck(L_10); ObjectTranslator_t2020767555 * L_11 = L_10->get_translator_1(); intptr_t L_12 = ___L0; int32_t L_13 = ___idx1; NullCheck(L_11); RuntimeObject * L_14 = ObjectTranslator_CreateDelegateBridge_m3427419959(L_11, L_12, (Type_t *)NULL, L_13, /*hidden argument*/NULL); return L_14; } } // System.Object XLua.ObjectCasters/c__AnonStorey0::<>m__3(System.IntPtr,System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CgenCasterU3Ec__AnonStorey0_U3CU3Em__3_m1958139431 (U3CgenCasterU3Ec__AnonStorey0_t1460193 * __this, intptr_t ___L0, int32_t ___idx1, RuntimeObject * ___target2, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; { ObjectCast_t2869028929 * L_0 = __this->get_fixTypeGetter_1(); intptr_t L_1 = ___L0; int32_t L_2 = ___idx1; RuntimeObject * L_3 = ___target2; NullCheck(L_0); RuntimeObject * L_4 = ObjectCast_Invoke_m1913262317(L_0, L_1, L_2, L_3, /*hidden argument*/NULL); V_0 = L_4; RuntimeObject * L_5 = V_0; if (!L_5) { goto IL_0017; } } { RuntimeObject * L_6 = V_0; return L_6; } IL_0017: { intptr_t L_7 = ___L0; int32_t L_8 = ___idx1; bool L_9 = Lua_lua_istable_m743603444(NULL /*static, unused*/, L_7, L_8, /*hidden argument*/NULL); if (L_9) { goto IL_0025; } } { return NULL; } IL_0025: { ObjectCasters_t3722364209 * L_10 = __this->get_U24this_2(); NullCheck(L_10); ObjectTranslator_t2020767555 * L_11 = L_10->get_translator_1(); intptr_t L_12 = ___L0; Type_t * L_13 = __this->get_type_0(); int32_t L_14 = ___idx1; NullCheck(L_11); RuntimeObject * L_15 = ObjectTranslator_CreateInterfaceBridge_m1488525338(L_11, L_12, L_13, L_14, /*hidden argument*/NULL); return L_15; } } // System.Object XLua.ObjectCasters/c__AnonStorey0::<>m__4(System.IntPtr,System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CgenCasterU3Ec__AnonStorey0_U3CU3Em__4_m1757654455 (U3CgenCasterU3Ec__AnonStorey0_t1460193 * __this, intptr_t ___L0, int32_t ___idx1, RuntimeObject * ___target2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CgenCasterU3Ec__AnonStorey0_U3CU3Em__4_m1757654455_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; int32_t V_1 = 0; { ObjectCast_t2869028929 * L_0 = __this->get_fixTypeGetter_1(); intptr_t L_1 = ___L0; int32_t L_2 = ___idx1; RuntimeObject * L_3 = ___target2; NullCheck(L_0); RuntimeObject * L_4 = ObjectCast_Invoke_m1913262317(L_0, L_1, L_2, L_3, /*hidden argument*/NULL); V_0 = L_4; RuntimeObject * L_5 = V_0; if (!L_5) { goto IL_0017; } } { RuntimeObject * L_6 = V_0; return L_6; } IL_0017: { intptr_t L_7 = ___L0; int32_t L_8 = ___idx1; int32_t L_9 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_7, L_8, /*hidden argument*/NULL); V_1 = L_9; int32_t L_10 = V_1; if ((!(((uint32_t)L_10) == ((uint32_t)4)))) { goto IL_0039; } } { Type_t * L_11 = __this->get_type_0(); intptr_t L_12 = ___L0; int32_t L_13 = ___idx1; String_t* L_14 = Lua_lua_tostring_m2201066917(NULL /*static, unused*/, L_12, L_13, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); RuntimeObject * L_15 = Enum_Parse_m1871331077(NULL /*static, unused*/, L_11, L_14, /*hidden argument*/NULL); return L_15; } IL_0039: { int32_t L_16 = V_1; if ((!(((uint32_t)L_16) == ((uint32_t)3)))) { goto IL_0053; } } { Type_t * L_17 = __this->get_type_0(); intptr_t L_18 = ___L0; int32_t L_19 = ___idx1; int32_t L_20 = Lua_xlua_tointeger_m2263761157(NULL /*static, unused*/, L_18, L_19, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); RuntimeObject * L_21 = Enum_ToObject_m2710011811(NULL /*static, unused*/, L_17, L_20, /*hidden argument*/NULL); return L_21; } IL_0053: { Type_t * L_22 = __this->get_type_0(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_23 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral1977098099, L_22, /*hidden argument*/NULL); InvalidCastException_t3927145244 * L_24 = (InvalidCastException_t3927145244 *)il2cpp_codegen_object_new(InvalidCastException_t3927145244_il2cpp_TypeInfo_var); InvalidCastException__ctor_m318645277(L_24, L_23, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_24,U3CgenCasterU3Ec__AnonStorey0_U3CU3Em__4_m1757654455_RuntimeMethod_var); } } // System.Object XLua.ObjectCasters/c__AnonStorey0::<>m__5(System.IntPtr,System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CgenCasterU3Ec__AnonStorey0_U3CU3Em__5_m1760075876 (U3CgenCasterU3Ec__AnonStorey0_t1460193 * __this, intptr_t ___L0, int32_t ___idx1, RuntimeObject * ___target2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CgenCasterU3Ec__AnonStorey0_U3CU3Em__5_m1760075876_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; uint32_t V_1 = 0; int32_t V_2 = 0; Type_t * V_3 = NULL; ObjectCast_t2869028929 * V_4 = NULL; RuntimeArray * V_5 = NULL; int32_t V_6 = 0; int32_t G_B7_0 = 0; RuntimeArray * G_B10_0 = NULL; { ObjectCast_t2869028929 * L_0 = __this->get_fixTypeGetter_1(); intptr_t L_1 = ___L0; int32_t L_2 = ___idx1; RuntimeObject * L_3 = ___target2; NullCheck(L_0); RuntimeObject * L_4 = ObjectCast_Invoke_m1913262317(L_0, L_1, L_2, L_3, /*hidden argument*/NULL); V_0 = L_4; RuntimeObject * L_5 = V_0; if (!L_5) { goto IL_0017; } } { RuntimeObject * L_6 = V_0; return L_6; } IL_0017: { intptr_t L_7 = ___L0; int32_t L_8 = ___idx1; bool L_9 = Lua_lua_istable_m743603444(NULL /*static, unused*/, L_7, L_8, /*hidden argument*/NULL); if (L_9) { goto IL_0025; } } { return NULL; } IL_0025: { intptr_t L_10 = ___L0; int32_t L_11 = ___idx1; uint32_t L_12 = Lua_xlua_objlen_m2453405350(NULL /*static, unused*/, L_10, L_11, /*hidden argument*/NULL); V_1 = L_12; intptr_t L_13 = ___L0; int32_t L_14 = Lua_lua_gettop_m2394536141(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); V_2 = L_14; int32_t L_15 = ___idx1; if ((((int32_t)L_15) <= ((int32_t)0))) { goto IL_0041; } } { int32_t L_16 = ___idx1; G_B7_0 = L_16; goto IL_004b; } IL_0041: { intptr_t L_17 = ___L0; int32_t L_18 = Lua_lua_gettop_m2394536141(NULL /*static, unused*/, L_17, /*hidden argument*/NULL); int32_t L_19 = ___idx1; G_B7_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)L_19)), (int32_t)1)); } IL_004b: { ___idx1 = G_B7_0; Type_t * L_20 = __this->get_type_0(); NullCheck(L_20); Type_t * L_21 = VirtFuncInvoker0< Type_t * >::Invoke(48 /* System.Type System.Type::GetElementType() */, L_20); V_3 = L_21; ObjectCasters_t3722364209 * L_22 = __this->get_U24this_2(); Type_t * L_23 = V_3; NullCheck(L_22); ObjectCast_t2869028929 * L_24 = ObjectCasters_GetCaster_m200833679(L_22, L_23, /*hidden argument*/NULL); V_4 = L_24; RuntimeObject * L_25 = ___target2; if (L_25) { goto IL_0079; } } { Type_t * L_26 = V_3; uint32_t L_27 = V_1; RuntimeArray * L_28 = Array_CreateInstance_m2750085942(NULL /*static, unused*/, L_26, L_27, /*hidden argument*/NULL); G_B10_0 = L_28; goto IL_007f; } IL_0079: { RuntimeObject * L_29 = ___target2; G_B10_0 = ((RuntimeArray *)IsInstClass((RuntimeObject*)L_29, RuntimeArray_il2cpp_TypeInfo_var)); } IL_007f: { V_5 = G_B10_0; intptr_t L_30 = ___L0; bool L_31 = Lua_lua_checkstack_m685072503(NULL /*static, unused*/, L_30, 1, /*hidden argument*/NULL); if (L_31) { goto IL_0098; } } { Exception_t * L_32 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_32, _stringLiteral2875505354, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_32,U3CgenCasterU3Ec__AnonStorey0_U3CU3Em__5_m1760075876_RuntimeMethod_var); } IL_0098: { V_6 = 0; goto IL_0148; } IL_00a0: { intptr_t L_33 = ___L0; int32_t L_34 = V_6; Lua_lua_pushnumber_m3190857213(NULL /*static, unused*/, L_33, (((double)((double)((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1))))), /*hidden argument*/NULL); intptr_t L_35 = ___L0; int32_t L_36 = ___idx1; Lua_lua_rawget_m3285589170(NULL /*static, unused*/, L_35, L_36, /*hidden argument*/NULL); Type_t * L_37 = V_3; bool L_38 = TypeExtensions_IsPrimitive_m3572507193(NULL /*static, unused*/, L_37, /*hidden argument*/NULL); if (!L_38) { goto IL_00f0; } } { Type_t * L_39 = __this->get_type_0(); intptr_t L_40 = ___L0; RuntimeArray * L_41 = V_5; int32_t L_42 = V_6; int32_t L_43 = V_2; bool L_44 = StaticLuaCallbacks_TryPrimitiveArraySet_m3448088211(NULL /*static, unused*/, L_39, L_40, L_41, L_42, ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1)), /*hidden argument*/NULL); if (L_44) { goto IL_00eb; } } { RuntimeArray * L_45 = V_5; ObjectCast_t2869028929 * L_46 = V_4; intptr_t L_47 = ___L0; int32_t L_48 = V_2; NullCheck(L_46); RuntimeObject * L_49 = ObjectCast_Invoke_m1913262317(L_46, L_47, ((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)1)), NULL, /*hidden argument*/NULL); int32_t L_50 = V_6; NullCheck(L_45); Array_SetValue_m3412255035(L_45, L_49, L_50, /*hidden argument*/NULL); } IL_00eb: { goto IL_013b; } IL_00f0: { IL2CPP_RUNTIME_CLASS_INIT(InternalGlobals_t381021467_il2cpp_TypeInfo_var); TryArraySet_t1732363048 * L_51 = ((InternalGlobals_t381021467_StaticFields*)il2cpp_codegen_static_fields_for(InternalGlobals_t381021467_il2cpp_TypeInfo_var))->get_genTryArraySetPtr_2(); il2cpp_codegen_memory_barrier(); if (!L_51) { goto IL_0126; } } { IL2CPP_RUNTIME_CLASS_INIT(InternalGlobals_t381021467_il2cpp_TypeInfo_var); TryArraySet_t1732363048 * L_52 = ((InternalGlobals_t381021467_StaticFields*)il2cpp_codegen_static_fields_for(InternalGlobals_t381021467_il2cpp_TypeInfo_var))->get_genTryArraySetPtr_2(); il2cpp_codegen_memory_barrier(); Type_t * L_53 = __this->get_type_0(); intptr_t L_54 = ___L0; ObjectCasters_t3722364209 * L_55 = __this->get_U24this_2(); NullCheck(L_55); ObjectTranslator_t2020767555 * L_56 = L_55->get_translator_1(); RuntimeArray * L_57 = V_5; int32_t L_58 = V_6; int32_t L_59 = V_2; NullCheck(L_52); bool L_60 = TryArraySet_Invoke_m2379453342(L_52, L_53, L_54, L_56, L_57, L_58, ((int32_t)il2cpp_codegen_add((int32_t)L_59, (int32_t)1)), /*hidden argument*/NULL); if (L_60) { goto IL_013b; } } IL_0126: { RuntimeArray * L_61 = V_5; ObjectCast_t2869028929 * L_62 = V_4; intptr_t L_63 = ___L0; int32_t L_64 = V_2; NullCheck(L_62); RuntimeObject * L_65 = ObjectCast_Invoke_m1913262317(L_62, L_63, ((int32_t)il2cpp_codegen_add((int32_t)L_64, (int32_t)1)), NULL, /*hidden argument*/NULL); int32_t L_66 = V_6; NullCheck(L_61); Array_SetValue_m3412255035(L_61, L_65, L_66, /*hidden argument*/NULL); } IL_013b: { intptr_t L_67 = ___L0; Lua_lua_pop_m1434696172(NULL /*static, unused*/, L_67, 1, /*hidden argument*/NULL); int32_t L_68 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_68, (int32_t)1)); } IL_0148: { int32_t L_69 = V_6; uint32_t L_70 = V_1; if ((((int64_t)(((int64_t)((int64_t)L_69)))) < ((int64_t)(((int64_t)((uint64_t)L_70)))))) { goto IL_00a0; } } { RuntimeArray * L_71 = V_5; return L_71; } } // System.Object XLua.ObjectCasters/c__AnonStorey0::<>m__6(System.IntPtr,System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CgenCasterU3Ec__AnonStorey0_U3CU3Em__6_m934316509 (U3CgenCasterU3Ec__AnonStorey0_t1460193 * __this, intptr_t ___L0, int32_t ___idx1, RuntimeObject * ___target2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CgenCasterU3Ec__AnonStorey0_U3CU3Em__6_m934316509_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; int32_t V_1 = 0; FieldInfo_t * V_2 = NULL; FieldInfoU5BU5D_t846150980* V_3 = NULL; 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); RuntimeObject * G_B7_0 = NULL; int32_t G_B10_0 = 0; int32_t G_B17_0 = 0; intptr_t G_B17_1; memset(&G_B17_1, 0, sizeof(G_B17_1)); ObjectCast_t2869028929 * G_B17_2 = NULL; RuntimeObject * G_B17_3 = NULL; FieldInfo_t * G_B17_4 = NULL; int32_t G_B15_0 = 0; intptr_t G_B15_1; memset(&G_B15_1, 0, sizeof(G_B15_1)); ObjectCast_t2869028929 * G_B15_2 = NULL; RuntimeObject * G_B15_3 = NULL; FieldInfo_t * G_B15_4 = NULL; int32_t G_B16_0 = 0; intptr_t G_B16_1; memset(&G_B16_1, 0, sizeof(G_B16_1)); ObjectCast_t2869028929 * G_B16_2 = NULL; RuntimeObject * G_B16_3 = NULL; FieldInfo_t * G_B16_4 = NULL; int32_t G_B18_0 = 0; intptr_t G_B18_1; memset(&G_B18_1, 0, sizeof(G_B18_1)); ObjectCast_t2869028929 * G_B18_2 = NULL; RuntimeObject * G_B18_3 = NULL; FieldInfo_t * G_B18_4 = NULL; RuntimeObject * G_B19_0 = NULL; int32_t G_B19_1 = 0; intptr_t G_B19_2; memset(&G_B19_2, 0, sizeof(G_B19_2)); ObjectCast_t2869028929 * G_B19_3 = NULL; RuntimeObject * G_B19_4 = NULL; FieldInfo_t * G_B19_5 = NULL; { ObjectCast_t2869028929 * L_0 = __this->get_fixTypeGetter_1(); intptr_t L_1 = ___L0; int32_t L_2 = ___idx1; RuntimeObject * L_3 = ___target2; NullCheck(L_0); RuntimeObject * L_4 = ObjectCast_Invoke_m1913262317(L_0, L_1, L_2, L_3, /*hidden argument*/NULL); V_0 = L_4; RuntimeObject * L_5 = V_0; if (!L_5) { goto IL_0017; } } { RuntimeObject * L_6 = V_0; return L_6; } IL_0017: { intptr_t L_7 = ___L0; int32_t L_8 = ___idx1; bool L_9 = Lua_lua_istable_m743603444(NULL /*static, unused*/, L_7, L_8, /*hidden argument*/NULL); if (L_9) { goto IL_0025; } } { return NULL; } IL_0025: { RuntimeObject * L_10 = ___target2; if (L_10) { goto IL_003b; } } { Type_t * L_11 = __this->get_type_0(); RuntimeObject * L_12 = Activator_CreateInstance_m3631483688(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); G_B7_0 = L_12; goto IL_003c; } IL_003b: { RuntimeObject * L_13 = ___target2; G_B7_0 = L_13; } IL_003c: { V_0 = G_B7_0; intptr_t L_14 = ___L0; int32_t L_15 = Lua_lua_gettop_m2394536141(NULL /*static, unused*/, L_14, /*hidden argument*/NULL); V_1 = L_15; int32_t L_16 = ___idx1; if ((((int32_t)L_16) <= ((int32_t)0))) { goto IL_0051; } } { int32_t L_17 = ___idx1; G_B10_0 = L_17; goto IL_005b; } IL_0051: { intptr_t L_18 = ___L0; int32_t L_19 = Lua_lua_gettop_m2394536141(NULL /*static, unused*/, L_18, /*hidden argument*/NULL); int32_t L_20 = ___idx1; G_B10_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)L_20)), (int32_t)1)); } IL_005b: { ___idx1 = G_B10_0; intptr_t L_21 = ___L0; bool L_22 = Lua_lua_checkstack_m685072503(NULL /*static, unused*/, L_21, 1, /*hidden argument*/NULL); if (L_22) { goto IL_007f; } } { Type_t * L_23 = __this->get_type_0(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_24 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2873478764, L_23, /*hidden argument*/NULL); Exception_t * L_25 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_25, L_24, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_25,U3CgenCasterU3Ec__AnonStorey0_U3CU3Em__6_m934316509_RuntimeMethod_var); } IL_007f: { Type_t * L_26 = __this->get_type_0(); NullCheck(L_26); FieldInfoU5BU5D_t846150980* L_27 = Type_GetFields_m3709891696(L_26, /*hidden argument*/NULL); V_3 = L_27; V_4 = 0; goto IL_0147; } IL_0093: { FieldInfoU5BU5D_t846150980* L_28 = V_3; int32_t L_29 = V_4; NullCheck(L_28); int32_t L_30 = L_29; FieldInfo_t * L_31 = (L_28)->GetAt(static_cast(L_30)); V_2 = L_31; intptr_t L_32 = ___L0; FieldInfo_t * L_33 = V_2; NullCheck(L_33); String_t* L_34 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.MemberInfo::get_Name() */, L_33); Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_32, L_34, /*hidden argument*/NULL); intptr_t L_35 = ___L0; int32_t L_36 = ___idx1; Lua_lua_rawget_m3285589170(NULL /*static, unused*/, L_35, L_36, /*hidden argument*/NULL); intptr_t L_37 = ___L0; bool L_38 = Lua_lua_isnil_m3293895152(NULL /*static, unused*/, L_37, (-1), /*hidden argument*/NULL); if (L_38) { goto IL_013a; } } IL_00b8: try { // begin try (depth: 1) { FieldInfo_t * L_39 = V_2; RuntimeObject * L_40 = V_0; ObjectCasters_t3722364209 * L_41 = __this->get_U24this_2(); FieldInfo_t * L_42 = V_2; NullCheck(L_42); Type_t * L_43 = VirtFuncInvoker0< Type_t * >::Invoke(17 /* System.Type System.Reflection.FieldInfo::get_FieldType() */, L_42); NullCheck(L_41); ObjectCast_t2869028929 * L_44 = ObjectCasters_GetCaster_m200833679(L_41, L_43, /*hidden argument*/NULL); intptr_t L_45 = ___L0; int32_t L_46 = V_1; RuntimeObject * L_47 = ___target2; G_B15_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)1)); G_B15_1 = L_45; G_B15_2 = L_44; G_B15_3 = L_40; G_B15_4 = L_39; if (!L_47) { G_B17_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)1)); G_B17_1 = L_45; G_B17_2 = L_44; G_B17_3 = L_40; G_B17_4 = L_39; goto IL_00fa; } } IL_00d5: { FieldInfo_t * L_48 = V_2; NullCheck(L_48); Type_t * L_49 = VirtFuncInvoker0< Type_t * >::Invoke(17 /* System.Type System.Reflection.FieldInfo::get_FieldType() */, L_48); bool L_50 = TypeExtensions_IsPrimitive_m3572507193(NULL /*static, unused*/, L_49, /*hidden argument*/NULL); G_B16_0 = G_B15_0; G_B16_1 = G_B15_1; G_B16_2 = G_B15_2; G_B16_3 = G_B15_3; G_B16_4 = G_B15_4; if (L_50) { G_B17_0 = G_B15_0; G_B17_1 = G_B15_1; G_B17_2 = G_B15_2; G_B17_3 = G_B15_3; G_B17_4 = G_B15_4; goto IL_00fa; } } IL_00e5: { FieldInfo_t * L_51 = V_2; NullCheck(L_51); Type_t * L_52 = VirtFuncInvoker0< Type_t * >::Invoke(17 /* System.Type System.Reflection.FieldInfo::get_FieldType() */, L_51); RuntimeTypeHandle_t3027515415 L_53 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_54 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_53, /*hidden argument*/NULL); G_B17_0 = G_B16_0; G_B17_1 = G_B16_1; G_B17_2 = G_B16_2; G_B17_3 = G_B16_3; G_B17_4 = G_B16_4; if ((!(((RuntimeObject*)(Type_t *)L_52) == ((RuntimeObject*)(Type_t *)L_54)))) { G_B18_0 = G_B16_0; G_B18_1 = G_B16_1; G_B18_2 = G_B16_2; G_B18_3 = G_B16_3; G_B18_4 = G_B16_4; goto IL_0100; } } IL_00fa: { G_B19_0 = NULL; G_B19_1 = G_B17_0; G_B19_2 = G_B17_1; G_B19_3 = G_B17_2; G_B19_4 = G_B17_3; G_B19_5 = G_B17_4; goto IL_0107; } IL_0100: { FieldInfo_t * L_55 = V_2; RuntimeObject * L_56 = V_0; NullCheck(L_55); RuntimeObject * L_57 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(18 /* System.Object System.Reflection.FieldInfo::GetValue(System.Object) */, L_55, L_56); G_B19_0 = L_57; G_B19_1 = G_B18_0; G_B19_2 = G_B18_1; G_B19_3 = G_B18_2; G_B19_4 = G_B18_3; G_B19_5 = G_B18_4; } IL_0107: { NullCheck(G_B19_3); RuntimeObject * L_58 = ObjectCast_Invoke_m1913262317(G_B19_3, G_B19_2, G_B19_1, G_B19_0, /*hidden argument*/NULL); NullCheck(G_B19_5); FieldInfo_SetValue_m2460171138(G_B19_5, G_B19_4, L_58, /*hidden argument*/NULL); goto IL_013a; } } // 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_0116; throw e; } CATCH_0116: { // begin catch(System.Exception) V_5 = ((Exception_t *)__exception_local); FieldInfo_t * L_59 = V_2; NullCheck(L_59); String_t* L_60 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.MemberInfo::get_Name() */, L_59); Exception_t * L_61 = V_5; NullCheck(L_61); String_t* L_62 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, L_61); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_63 = String_Concat_m2163913788(NULL /*static, unused*/, _stringLiteral3905768995, L_60, _stringLiteral2169752888, L_62, /*hidden argument*/NULL); Exception_t * L_64 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_64, L_63, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_64,U3CgenCasterU3Ec__AnonStorey0_U3CU3Em__6_m934316509_RuntimeMethod_var); } // end catch (depth: 1) IL_013a: { intptr_t L_65 = ___L0; Lua_lua_pop_m1434696172(NULL /*static, unused*/, L_65, 1, /*hidden argument*/NULL); int32_t L_66 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_66, (int32_t)1)); } IL_0147: { int32_t L_67 = V_4; FieldInfoU5BU5D_t846150980* L_68 = V_3; NullCheck(L_68); if ((((int32_t)L_67) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_68)->max_length))))))) { goto IL_0093; } } { RuntimeObject * L_69 = V_0; return L_69; } } #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.ObjectCasters/c__AnonStorey1::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CgenCasterU3Ec__AnonStorey1__ctor_m3866878796 (U3CgenCasterU3Ec__AnonStorey1_t1957775329 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Object XLua.ObjectCasters/c__AnonStorey1::<>m__0(System.IntPtr,System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CgenCasterU3Ec__AnonStorey1_U3CU3Em__0_m2100484140 (U3CgenCasterU3Ec__AnonStorey1_t1957775329 * __this, intptr_t ___L0, int32_t ___idx1, RuntimeObject * ___target2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CgenCasterU3Ec__AnonStorey1_U3CU3Em__0_m2100484140_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; int32_t V_1 = 0; RuntimeObject* V_2 = NULL; uint32_t V_3 = 0; int32_t V_4 = 0; RuntimeObject * G_B7_0 = NULL; int32_t G_B10_0 = 0; { U3CgenCasterU3Ec__AnonStorey0_t1460193 * L_0 = __this->get_U3CU3Ef__refU240_2(); NullCheck(L_0); ObjectCast_t2869028929 * L_1 = L_0->get_fixTypeGetter_1(); intptr_t L_2 = ___L0; int32_t L_3 = ___idx1; RuntimeObject * L_4 = ___target2; NullCheck(L_1); RuntimeObject * L_5 = ObjectCast_Invoke_m1913262317(L_1, L_2, L_3, L_4, /*hidden argument*/NULL); V_0 = L_5; RuntimeObject * L_6 = V_0; if (!L_6) { goto IL_001c; } } { RuntimeObject * L_7 = V_0; return L_7; } IL_001c: { intptr_t L_8 = ___L0; int32_t L_9 = ___idx1; bool L_10 = Lua_lua_istable_m743603444(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL); if (L_10) { goto IL_002a; } } { return NULL; } IL_002a: { RuntimeObject * L_11 = ___target2; if (L_11) { goto IL_0045; } } { U3CgenCasterU3Ec__AnonStorey0_t1460193 * L_12 = __this->get_U3CU3Ef__refU240_2(); NullCheck(L_12); Type_t * L_13 = L_12->get_type_0(); RuntimeObject * L_14 = Activator_CreateInstance_m3631483688(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); G_B7_0 = L_14; goto IL_0046; } IL_0045: { RuntimeObject * L_15 = ___target2; G_B7_0 = L_15; } IL_0046: { V_0 = G_B7_0; intptr_t L_16 = ___L0; int32_t L_17 = Lua_lua_gettop_m2394536141(NULL /*static, unused*/, L_16, /*hidden argument*/NULL); V_1 = L_17; int32_t L_18 = ___idx1; if ((((int32_t)L_18) <= ((int32_t)0))) { goto IL_005b; } } { int32_t L_19 = ___idx1; G_B10_0 = L_19; goto IL_0065; } IL_005b: { intptr_t L_20 = ___L0; int32_t L_21 = Lua_lua_gettop_m2394536141(NULL /*static, unused*/, L_20, /*hidden argument*/NULL); int32_t L_22 = ___idx1; G_B10_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)L_22)), (int32_t)1)); } IL_0065: { ___idx1 = G_B10_0; RuntimeObject * L_23 = V_0; V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_23, IList_t2094931216_il2cpp_TypeInfo_var)); intptr_t L_24 = ___L0; int32_t L_25 = ___idx1; uint32_t L_26 = Lua_xlua_objlen_m2453405350(NULL /*static, unused*/, L_24, L_25, /*hidden argument*/NULL); V_3 = L_26; intptr_t L_27 = ___L0; bool L_28 = Lua_lua_checkstack_m685072503(NULL /*static, unused*/, L_27, 1, /*hidden argument*/NULL); if (L_28) { goto IL_008d; } } { Exception_t * L_29 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_29, _stringLiteral2014649174, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_29,U3CgenCasterU3Ec__AnonStorey1_U3CU3Em__0_m2100484140_RuntimeMethod_var); } IL_008d: { V_4 = 0; goto IL_014b; } IL_0095: { intptr_t L_30 = ___L0; int32_t L_31 = V_4; Lua_lua_pushnumber_m3190857213(NULL /*static, unused*/, L_30, (((double)((double)((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1))))), /*hidden argument*/NULL); intptr_t L_32 = ___L0; int32_t L_33 = ___idx1; Lua_lua_rawget_m3285589170(NULL /*static, unused*/, L_32, L_33, /*hidden argument*/NULL); int32_t L_34 = V_4; RuntimeObject* L_35 = V_2; NullCheck(L_35); int32_t L_36 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_t3904884886_il2cpp_TypeInfo_var, L_35); if ((((int32_t)L_34) >= ((int32_t)L_36))) { goto IL_0103; } } { RuntimeObject * L_37 = ___target2; if (!L_37) { goto IL_0103; } } { U3CgenCasterU3Ec__AnonStorey0_t1460193 * L_38 = __this->get_U3CU3Ef__refU240_2(); NullCheck(L_38); ObjectCasters_t3722364209 * L_39 = L_38->get_U24this_2(); NullCheck(L_39); ObjectTranslator_t2020767555 * L_40 = L_39->get_translator_1(); intptr_t L_41 = ___L0; int32_t L_42 = V_1; Type_t * L_43 = __this->get_elementType_0(); NullCheck(L_40); bool L_44 = ObjectTranslator_Assignable_m475717339(L_40, L_41, ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)1)), L_43, /*hidden argument*/NULL); if (!L_44) { goto IL_00fe; } } { RuntimeObject* L_45 = V_2; int32_t L_46 = V_4; ObjectCast_t2869028929 * L_47 = __this->get_elementCaster_1(); intptr_t L_48 = ___L0; int32_t L_49 = V_1; RuntimeObject* L_50 = V_2; int32_t L_51 = V_4; NullCheck(L_50); RuntimeObject * L_52 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(2 /* System.Object System.Collections.IList::get_Item(System.Int32) */, IList_t2094931216_il2cpp_TypeInfo_var, L_50, L_51); NullCheck(L_47); RuntimeObject * L_53 = ObjectCast_Invoke_m1913262317(L_47, L_48, ((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)1)), L_52, /*hidden argument*/NULL); NullCheck(L_45); InterfaceActionInvoker2< int32_t, RuntimeObject * >::Invoke(3 /* System.Void System.Collections.IList::set_Item(System.Int32,System.Object) */, IList_t2094931216_il2cpp_TypeInfo_var, L_45, L_46, L_53); } IL_00fe: { goto IL_013e; } IL_0103: { U3CgenCasterU3Ec__AnonStorey0_t1460193 * L_54 = __this->get_U3CU3Ef__refU240_2(); NullCheck(L_54); ObjectCasters_t3722364209 * L_55 = L_54->get_U24this_2(); NullCheck(L_55); ObjectTranslator_t2020767555 * L_56 = L_55->get_translator_1(); intptr_t L_57 = ___L0; int32_t L_58 = V_1; Type_t * L_59 = __this->get_elementType_0(); NullCheck(L_56); bool L_60 = ObjectTranslator_Assignable_m475717339(L_56, L_57, ((int32_t)il2cpp_codegen_add((int32_t)L_58, (int32_t)1)), L_59, /*hidden argument*/NULL); if (!L_60) { goto IL_013e; } } { RuntimeObject* L_61 = V_2; ObjectCast_t2869028929 * L_62 = __this->get_elementCaster_1(); intptr_t L_63 = ___L0; int32_t L_64 = V_1; NullCheck(L_62); RuntimeObject * L_65 = ObjectCast_Invoke_m1913262317(L_62, L_63, ((int32_t)il2cpp_codegen_add((int32_t)L_64, (int32_t)1)), NULL, /*hidden argument*/NULL); NullCheck(L_61); InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(4 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_t2094931216_il2cpp_TypeInfo_var, L_61, L_65); } IL_013e: { intptr_t L_66 = ___L0; Lua_lua_pop_m1434696172(NULL /*static, unused*/, L_66, 1, /*hidden argument*/NULL); int32_t L_67 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_67, (int32_t)1)); } IL_014b: { int32_t L_68 = V_4; uint32_t L_69 = V_3; if ((((int64_t)(((int64_t)((int64_t)L_68)))) < ((int64_t)(((int64_t)((uint64_t)L_69)))))) { goto IL_0095; } } { RuntimeObject * L_70 = V_0; return L_70; } } #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.ObjectCasters/c__AnonStorey2::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CgenCasterU3Ec__AnonStorey2__ctor_m775086924 (U3CgenCasterU3Ec__AnonStorey2_t3914090465 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Object XLua.ObjectCasters/c__AnonStorey2::<>m__0(System.IntPtr,System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CgenCasterU3Ec__AnonStorey2_U3CU3Em__0_m2830195986 (U3CgenCasterU3Ec__AnonStorey2_t3914090465 * __this, intptr_t ___L0, int32_t ___idx1, RuntimeObject * ___target2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CgenCasterU3Ec__AnonStorey2_U3CU3Em__0_m2830195986_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; RuntimeObject* V_1 = NULL; int32_t V_2 = 0; RuntimeObject * V_3 = NULL; RuntimeObject * G_B7_0 = NULL; int32_t G_B10_0 = 0; int32_t G_B17_0 = 0; intptr_t G_B17_1; memset(&G_B17_1, 0, sizeof(G_B17_1)); ObjectCast_t2869028929 * G_B17_2 = NULL; RuntimeObject * G_B17_3 = NULL; RuntimeObject* G_B17_4 = NULL; int32_t G_B16_0 = 0; intptr_t G_B16_1; memset(&G_B16_1, 0, sizeof(G_B16_1)); ObjectCast_t2869028929 * G_B16_2 = NULL; RuntimeObject * G_B16_3 = NULL; RuntimeObject* G_B16_4 = NULL; RuntimeObject * G_B18_0 = NULL; int32_t G_B18_1 = 0; intptr_t G_B18_2; memset(&G_B18_2, 0, sizeof(G_B18_2)); ObjectCast_t2869028929 * G_B18_3 = NULL; RuntimeObject * G_B18_4 = NULL; RuntimeObject* G_B18_5 = NULL; { U3CgenCasterU3Ec__AnonStorey0_t1460193 * L_0 = __this->get_U3CU3Ef__refU240_4(); NullCheck(L_0); ObjectCast_t2869028929 * L_1 = L_0->get_fixTypeGetter_1(); intptr_t L_2 = ___L0; int32_t L_3 = ___idx1; RuntimeObject * L_4 = ___target2; NullCheck(L_1); RuntimeObject * L_5 = ObjectCast_Invoke_m1913262317(L_1, L_2, L_3, L_4, /*hidden argument*/NULL); V_0 = L_5; RuntimeObject * L_6 = V_0; if (!L_6) { goto IL_001c; } } { RuntimeObject * L_7 = V_0; return L_7; } IL_001c: { intptr_t L_8 = ___L0; int32_t L_9 = ___idx1; bool L_10 = Lua_lua_istable_m743603444(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL); if (L_10) { goto IL_002a; } } { return NULL; } IL_002a: { RuntimeObject * L_11 = ___target2; if (L_11) { goto IL_0045; } } { U3CgenCasterU3Ec__AnonStorey0_t1460193 * L_12 = __this->get_U3CU3Ef__refU240_4(); NullCheck(L_12); Type_t * L_13 = L_12->get_type_0(); RuntimeObject * L_14 = Activator_CreateInstance_m3631483688(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); G_B7_0 = L_14; goto IL_0046; } IL_0045: { RuntimeObject * L_15 = ___target2; G_B7_0 = L_15; } IL_0046: { V_1 = ((RuntimeObject*)IsInst((RuntimeObject*)G_B7_0, IDictionary_t1363984059_il2cpp_TypeInfo_var)); intptr_t L_16 = ___L0; int32_t L_17 = Lua_lua_gettop_m2394536141(NULL /*static, unused*/, L_16, /*hidden argument*/NULL); V_2 = L_17; int32_t L_18 = ___idx1; if ((((int32_t)L_18) <= ((int32_t)0))) { goto IL_0060; } } { int32_t L_19 = ___idx1; G_B10_0 = L_19; goto IL_006a; } IL_0060: { intptr_t L_20 = ___L0; int32_t L_21 = Lua_lua_gettop_m2394536141(NULL /*static, unused*/, L_20, /*hidden argument*/NULL); int32_t L_22 = ___idx1; G_B10_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)L_22)), (int32_t)1)); } IL_006a: { ___idx1 = G_B10_0; intptr_t L_23 = ___L0; Lua_lua_pushnil_m4186324575(NULL /*static, unused*/, L_23, /*hidden argument*/NULL); intptr_t L_24 = ___L0; bool L_25 = Lua_lua_checkstack_m685072503(NULL /*static, unused*/, L_24, 1, /*hidden argument*/NULL); if (L_25) { goto IL_0089; } } { Exception_t * L_26 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_26, _stringLiteral3298819344, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_26,U3CgenCasterU3Ec__AnonStorey2_U3CU3Em__0_m2830195986_RuntimeMethod_var); } IL_0089: { goto IL_011d; } IL_008e: { U3CgenCasterU3Ec__AnonStorey0_t1460193 * L_27 = __this->get_U3CU3Ef__refU240_4(); NullCheck(L_27); ObjectCasters_t3722364209 * L_28 = L_27->get_U24this_2(); NullCheck(L_28); ObjectTranslator_t2020767555 * L_29 = L_28->get_translator_1(); intptr_t L_30 = ___L0; int32_t L_31 = V_2; Type_t * L_32 = __this->get_keyType_0(); NullCheck(L_29); bool L_33 = ObjectTranslator_Assignable_m475717339(L_29, L_30, ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)), L_32, /*hidden argument*/NULL); if (!L_33) { goto IL_0116; } } { U3CgenCasterU3Ec__AnonStorey0_t1460193 * L_34 = __this->get_U3CU3Ef__refU240_4(); NullCheck(L_34); ObjectCasters_t3722364209 * L_35 = L_34->get_U24this_2(); NullCheck(L_35); ObjectTranslator_t2020767555 * L_36 = L_35->get_translator_1(); intptr_t L_37 = ___L0; int32_t L_38 = V_2; Type_t * L_39 = __this->get_valueType_1(); NullCheck(L_36); bool L_40 = ObjectTranslator_Assignable_m475717339(L_36, L_37, ((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)2)), L_39, /*hidden argument*/NULL); if (!L_40) { goto IL_0116; } } { ObjectCast_t2869028929 * L_41 = __this->get_keyCaster_2(); intptr_t L_42 = ___L0; int32_t L_43 = V_2; NullCheck(L_41); RuntimeObject * L_44 = ObjectCast_Invoke_m1913262317(L_41, L_42, ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1)), NULL, /*hidden argument*/NULL); V_3 = L_44; RuntimeObject* L_45 = V_1; RuntimeObject * L_46 = V_3; ObjectCast_t2869028929 * L_47 = __this->get_valueCaster_3(); intptr_t L_48 = ___L0; int32_t L_49 = V_2; RuntimeObject* L_50 = V_1; RuntimeObject * L_51 = V_3; NullCheck(L_50); bool L_52 = InterfaceFuncInvoker1< bool, RuntimeObject * >::Invoke(8 /* System.Boolean System.Collections.IDictionary::Contains(System.Object) */, IDictionary_t1363984059_il2cpp_TypeInfo_var, L_50, L_51); G_B16_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)2)); G_B16_1 = L_48; G_B16_2 = L_47; G_B16_3 = L_46; G_B16_4 = L_45; if (L_52) { G_B17_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)2)); G_B17_1 = L_48; G_B17_2 = L_47; G_B17_3 = L_46; G_B17_4 = L_45; goto IL_0105; } } { G_B18_0 = NULL; G_B18_1 = G_B16_0; G_B18_2 = G_B16_1; G_B18_3 = G_B16_2; G_B18_4 = G_B16_3; G_B18_5 = G_B16_4; goto IL_010c; } IL_0105: { RuntimeObject* L_53 = V_1; RuntimeObject * L_54 = V_3; NullCheck(L_53); RuntimeObject * L_55 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(2 /* System.Object System.Collections.IDictionary::get_Item(System.Object) */, IDictionary_t1363984059_il2cpp_TypeInfo_var, L_53, L_54); G_B18_0 = L_55; G_B18_1 = G_B17_0; G_B18_2 = G_B17_1; G_B18_3 = G_B17_2; G_B18_4 = G_B17_3; G_B18_5 = G_B17_4; } IL_010c: { NullCheck(G_B18_3); RuntimeObject * L_56 = ObjectCast_Invoke_m1913262317(G_B18_3, G_B18_2, G_B18_1, G_B18_0, /*hidden argument*/NULL); NullCheck(G_B18_5); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(3 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t1363984059_il2cpp_TypeInfo_var, G_B18_5, G_B18_4, L_56); } IL_0116: { intptr_t L_57 = ___L0; Lua_lua_pop_m1434696172(NULL /*static, unused*/, L_57, 1, /*hidden argument*/NULL); } IL_011d: { intptr_t L_58 = ___L0; int32_t L_59 = ___idx1; int32_t L_60 = Lua_lua_next_m3364024491(NULL /*static, unused*/, L_58, L_59, /*hidden argument*/NULL); if (L_60) { goto IL_008e; } } { RuntimeObject* L_61 = V_1; return L_61; } } #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.ObjectCasters/c__AnonStorey3::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CgenNullableCasterU3Ec__AnonStorey3__ctor_m1134396183 (U3CgenNullableCasterU3Ec__AnonStorey3_t4123092059 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Object XLua.ObjectCasters/c__AnonStorey3::<>m__0(System.IntPtr,System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CgenNullableCasterU3Ec__AnonStorey3_U3CU3Em__0_m3081510775 (U3CgenNullableCasterU3Ec__AnonStorey3_t4123092059 * __this, intptr_t ___L0, int32_t ___idx1, RuntimeObject * ___target2, const RuntimeMethod* method) { { intptr_t L_0 = ___L0; int32_t L_1 = ___idx1; bool L_2 = Lua_lua_isnil_m3293895152(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_000e; } } { return NULL; } IL_000e: { ObjectCast_t2869028929 * L_3 = __this->get_oc_0(); intptr_t L_4 = ___L0; int32_t L_5 = ___idx1; RuntimeObject * L_6 = ___target2; NullCheck(L_3); RuntimeObject * L_7 = ObjectCast_Invoke_m1913262317(L_3, L_4, L_5, L_6, /*hidden argument*/NULL); return L_7; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif extern "C" bool DelegatePInvokeWrapper_ObjectCheck_t3971088829 (ObjectCheck_t3971088829 * __this, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc)(intptr_t, int32_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Native function invocation int32_t returnValue = il2cppPInvokeFunc(___L0, ___idx1); return static_cast(returnValue); } // System.Void XLua.ObjectCheck::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void ObjectCheck__ctor_m3168775399 (ObjectCheck_t3971088829 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Boolean XLua.ObjectCheck::Invoke(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool ObjectCheck_Invoke_m3678272064 (ObjectCheck_t3971088829 * __this, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method) { bool result = false; if(__this->get_prev_9() != NULL) { ObjectCheck_Invoke_m3678272064((ObjectCheck_t3971088829 *)__this->get_prev_9(), ___L0, ___idx1, 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 bool (*FunctionPointerType) (RuntimeObject *, intptr_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___L0, ___idx1, targetMethod); } } else { // closed { typedef bool (*FunctionPointerType) (RuntimeObject *, void*, intptr_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___L0, ___idx1, targetMethod); } } } else { { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker2< bool, intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___L0, ___idx1); else result = GenericVirtFuncInvoker2< bool, intptr_t, int32_t >::Invoke(targetMethod, targetThis, ___L0, ___idx1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< bool, intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___L0, ___idx1); else result = VirtFuncInvoker2< bool, intptr_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___L0, ___idx1); } } else { typedef bool (*FunctionPointerType) (void*, intptr_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___L0, ___idx1, targetMethod); } } } return result; } // System.IAsyncResult XLua.ObjectCheck::BeginInvoke(System.IntPtr,System.Int32,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ObjectCheck_BeginInvoke_m2843691756 (ObjectCheck_t3971088829 * __this, intptr_t ___L0, int32_t ___idx1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectCheck_BeginInvoke_m2843691756_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___L0); __d_args[1] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___idx1); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Boolean XLua.ObjectCheck::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR bool ObjectCheck_EndInvoke_m4148779637 (ObjectCheck_t3971088829 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(bool*)UnBox ((RuntimeObject*)__result); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.ObjectCheckers::.ctor(XLua.ObjectTranslator) extern "C" IL2CPP_METHOD_ATTR void ObjectCheckers__ctor_m2474300954 (ObjectCheckers_t1922409879 * __this, ObjectTranslator_t2020767555 * ___translator0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectCheckers__ctor_m2474300954_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * G_B2_0 = NULL; Dictionary_2_t2120468597 * G_B2_1 = NULL; Type_t * G_B1_0 = NULL; Dictionary_2_t2120468597 * G_B1_1 = NULL; { Dictionary_2_t2120468597 * L_0 = (Dictionary_2_t2120468597 *)il2cpp_codegen_object_new(Dictionary_2_t2120468597_il2cpp_TypeInfo_var); Dictionary_2__ctor_m815117427(L_0, /*hidden argument*/Dictionary_2__ctor_m815117427_RuntimeMethod_var); __this->set_checkersMap_0(L_0); Object__ctor_m297566312(__this, /*hidden argument*/NULL); ObjectTranslator_t2020767555 * L_1 = ___translator0; __this->set_translator_1(L_1); Dictionary_2_t2120468597 * L_2 = __this->get_checkersMap_0(); RuntimeTypeHandle_t3027515415 L_3 = { reinterpret_cast (SByte_t1669577662_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 = (intptr_t)ObjectCheckers_numberCheck_m144375058_RuntimeMethod_var; ObjectCheck_t3971088829 * L_6 = (ObjectCheck_t3971088829 *)il2cpp_codegen_object_new(ObjectCheck_t3971088829_il2cpp_TypeInfo_var); ObjectCheck__ctor_m3168775399(L_6, __this, L_5, /*hidden argument*/NULL); NullCheck(L_2); Dictionary_2_set_Item_m4001127871(L_2, L_4, L_6, /*hidden argument*/Dictionary_2_set_Item_m4001127871_RuntimeMethod_var); Dictionary_2_t2120468597 * L_7 = __this->get_checkersMap_0(); RuntimeTypeHandle_t3027515415 L_8 = { reinterpret_cast (Byte_t1134296376_0_0_0_var) }; Type_t * L_9 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); intptr_t L_10 = (intptr_t)ObjectCheckers_numberCheck_m144375058_RuntimeMethod_var; ObjectCheck_t3971088829 * L_11 = (ObjectCheck_t3971088829 *)il2cpp_codegen_object_new(ObjectCheck_t3971088829_il2cpp_TypeInfo_var); ObjectCheck__ctor_m3168775399(L_11, __this, L_10, /*hidden argument*/NULL); NullCheck(L_7); Dictionary_2_set_Item_m4001127871(L_7, L_9, L_11, /*hidden argument*/Dictionary_2_set_Item_m4001127871_RuntimeMethod_var); Dictionary_2_t2120468597 * L_12 = __this->get_checkersMap_0(); RuntimeTypeHandle_t3027515415 L_13 = { reinterpret_cast (Int16_t2552820387_0_0_0_var) }; Type_t * L_14 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); intptr_t L_15 = (intptr_t)ObjectCheckers_numberCheck_m144375058_RuntimeMethod_var; ObjectCheck_t3971088829 * L_16 = (ObjectCheck_t3971088829 *)il2cpp_codegen_object_new(ObjectCheck_t3971088829_il2cpp_TypeInfo_var); ObjectCheck__ctor_m3168775399(L_16, __this, L_15, /*hidden argument*/NULL); NullCheck(L_12); Dictionary_2_set_Item_m4001127871(L_12, L_14, L_16, /*hidden argument*/Dictionary_2_set_Item_m4001127871_RuntimeMethod_var); Dictionary_2_t2120468597 * L_17 = __this->get_checkersMap_0(); RuntimeTypeHandle_t3027515415 L_18 = { reinterpret_cast (UInt16_t2177724958_0_0_0_var) }; Type_t * L_19 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_18, /*hidden argument*/NULL); intptr_t L_20 = (intptr_t)ObjectCheckers_numberCheck_m144375058_RuntimeMethod_var; ObjectCheck_t3971088829 * L_21 = (ObjectCheck_t3971088829 *)il2cpp_codegen_object_new(ObjectCheck_t3971088829_il2cpp_TypeInfo_var); ObjectCheck__ctor_m3168775399(L_21, __this, L_20, /*hidden argument*/NULL); NullCheck(L_17); Dictionary_2_set_Item_m4001127871(L_17, L_19, L_21, /*hidden argument*/Dictionary_2_set_Item_m4001127871_RuntimeMethod_var); Dictionary_2_t2120468597 * L_22 = __this->get_checkersMap_0(); RuntimeTypeHandle_t3027515415 L_23 = { reinterpret_cast (Int32_t2950945753_0_0_0_var) }; Type_t * L_24 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_23, /*hidden argument*/NULL); intptr_t L_25 = (intptr_t)ObjectCheckers_numberCheck_m144375058_RuntimeMethod_var; ObjectCheck_t3971088829 * L_26 = (ObjectCheck_t3971088829 *)il2cpp_codegen_object_new(ObjectCheck_t3971088829_il2cpp_TypeInfo_var); ObjectCheck__ctor_m3168775399(L_26, __this, L_25, /*hidden argument*/NULL); NullCheck(L_22); Dictionary_2_set_Item_m4001127871(L_22, L_24, L_26, /*hidden argument*/Dictionary_2_set_Item_m4001127871_RuntimeMethod_var); Dictionary_2_t2120468597 * L_27 = __this->get_checkersMap_0(); RuntimeTypeHandle_t3027515415 L_28 = { reinterpret_cast (UInt32_t2560061978_0_0_0_var) }; Type_t * L_29 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_28, /*hidden argument*/NULL); intptr_t L_30 = (intptr_t)ObjectCheckers_numberCheck_m144375058_RuntimeMethod_var; ObjectCheck_t3971088829 * L_31 = (ObjectCheck_t3971088829 *)il2cpp_codegen_object_new(ObjectCheck_t3971088829_il2cpp_TypeInfo_var); ObjectCheck__ctor_m3168775399(L_31, __this, L_30, /*hidden argument*/NULL); NullCheck(L_27); Dictionary_2_set_Item_m4001127871(L_27, L_29, L_31, /*hidden argument*/Dictionary_2_set_Item_m4001127871_RuntimeMethod_var); Dictionary_2_t2120468597 * L_32 = __this->get_checkersMap_0(); RuntimeTypeHandle_t3027515415 L_33 = { reinterpret_cast (Int64_t3736567304_0_0_0_var) }; Type_t * L_34 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_33, /*hidden argument*/NULL); intptr_t L_35 = (intptr_t)ObjectCheckers_int64Check_m3969315960_RuntimeMethod_var; ObjectCheck_t3971088829 * L_36 = (ObjectCheck_t3971088829 *)il2cpp_codegen_object_new(ObjectCheck_t3971088829_il2cpp_TypeInfo_var); ObjectCheck__ctor_m3168775399(L_36, __this, L_35, /*hidden argument*/NULL); NullCheck(L_32); Dictionary_2_set_Item_m4001127871(L_32, L_34, L_36, /*hidden argument*/Dictionary_2_set_Item_m4001127871_RuntimeMethod_var); Dictionary_2_t2120468597 * L_37 = __this->get_checkersMap_0(); RuntimeTypeHandle_t3027515415 L_38 = { reinterpret_cast (UInt64_t4134040092_0_0_0_var) }; Type_t * L_39 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_38, /*hidden argument*/NULL); intptr_t L_40 = (intptr_t)ObjectCheckers_uint64Check_m3480300982_RuntimeMethod_var; ObjectCheck_t3971088829 * L_41 = (ObjectCheck_t3971088829 *)il2cpp_codegen_object_new(ObjectCheck_t3971088829_il2cpp_TypeInfo_var); ObjectCheck__ctor_m3168775399(L_41, __this, L_40, /*hidden argument*/NULL); NullCheck(L_37); Dictionary_2_set_Item_m4001127871(L_37, L_39, L_41, /*hidden argument*/Dictionary_2_set_Item_m4001127871_RuntimeMethod_var); Dictionary_2_t2120468597 * L_42 = __this->get_checkersMap_0(); RuntimeTypeHandle_t3027515415 L_43 = { reinterpret_cast (Double_t594665363_0_0_0_var) }; Type_t * L_44 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_43, /*hidden argument*/NULL); intptr_t L_45 = (intptr_t)ObjectCheckers_numberCheck_m144375058_RuntimeMethod_var; ObjectCheck_t3971088829 * L_46 = (ObjectCheck_t3971088829 *)il2cpp_codegen_object_new(ObjectCheck_t3971088829_il2cpp_TypeInfo_var); ObjectCheck__ctor_m3168775399(L_46, __this, L_45, /*hidden argument*/NULL); NullCheck(L_42); Dictionary_2_set_Item_m4001127871(L_42, L_44, L_46, /*hidden argument*/Dictionary_2_set_Item_m4001127871_RuntimeMethod_var); Dictionary_2_t2120468597 * L_47 = __this->get_checkersMap_0(); RuntimeTypeHandle_t3027515415 L_48 = { reinterpret_cast (Char_t3634460470_0_0_0_var) }; Type_t * L_49 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_48, /*hidden argument*/NULL); intptr_t L_50 = (intptr_t)ObjectCheckers_numberCheck_m144375058_RuntimeMethod_var; ObjectCheck_t3971088829 * L_51 = (ObjectCheck_t3971088829 *)il2cpp_codegen_object_new(ObjectCheck_t3971088829_il2cpp_TypeInfo_var); ObjectCheck__ctor_m3168775399(L_51, __this, L_50, /*hidden argument*/NULL); NullCheck(L_47); Dictionary_2_set_Item_m4001127871(L_47, L_49, L_51, /*hidden argument*/Dictionary_2_set_Item_m4001127871_RuntimeMethod_var); Dictionary_2_t2120468597 * L_52 = __this->get_checkersMap_0(); RuntimeTypeHandle_t3027515415 L_53 = { reinterpret_cast (Single_t1397266774_0_0_0_var) }; Type_t * L_54 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_53, /*hidden argument*/NULL); intptr_t L_55 = (intptr_t)ObjectCheckers_numberCheck_m144375058_RuntimeMethod_var; ObjectCheck_t3971088829 * L_56 = (ObjectCheck_t3971088829 *)il2cpp_codegen_object_new(ObjectCheck_t3971088829_il2cpp_TypeInfo_var); ObjectCheck__ctor_m3168775399(L_56, __this, L_55, /*hidden argument*/NULL); NullCheck(L_52); Dictionary_2_set_Item_m4001127871(L_52, L_54, L_56, /*hidden argument*/Dictionary_2_set_Item_m4001127871_RuntimeMethod_var); Dictionary_2_t2120468597 * L_57 = __this->get_checkersMap_0(); RuntimeTypeHandle_t3027515415 L_58 = { reinterpret_cast (Decimal_t2948259380_0_0_0_var) }; Type_t * L_59 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_58, /*hidden argument*/NULL); intptr_t L_60 = (intptr_t)ObjectCheckers_decimalCheck_m3050231914_RuntimeMethod_var; ObjectCheck_t3971088829 * L_61 = (ObjectCheck_t3971088829 *)il2cpp_codegen_object_new(ObjectCheck_t3971088829_il2cpp_TypeInfo_var); ObjectCheck__ctor_m3168775399(L_61, __this, L_60, /*hidden argument*/NULL); NullCheck(L_57); Dictionary_2_set_Item_m4001127871(L_57, L_59, L_61, /*hidden argument*/Dictionary_2_set_Item_m4001127871_RuntimeMethod_var); Dictionary_2_t2120468597 * L_62 = __this->get_checkersMap_0(); RuntimeTypeHandle_t3027515415 L_63 = { reinterpret_cast (Boolean_t97287965_0_0_0_var) }; Type_t * L_64 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_63, /*hidden argument*/NULL); intptr_t L_65 = (intptr_t)ObjectCheckers_boolCheck_m398056010_RuntimeMethod_var; ObjectCheck_t3971088829 * L_66 = (ObjectCheck_t3971088829 *)il2cpp_codegen_object_new(ObjectCheck_t3971088829_il2cpp_TypeInfo_var); ObjectCheck__ctor_m3168775399(L_66, __this, L_65, /*hidden argument*/NULL); NullCheck(L_62); Dictionary_2_set_Item_m4001127871(L_62, L_64, L_66, /*hidden argument*/Dictionary_2_set_Item_m4001127871_RuntimeMethod_var); Dictionary_2_t2120468597 * L_67 = __this->get_checkersMap_0(); RuntimeTypeHandle_t3027515415 L_68 = { reinterpret_cast (String_t_0_0_0_var) }; Type_t * L_69 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_68, /*hidden argument*/NULL); intptr_t L_70 = (intptr_t)ObjectCheckers_strCheck_m2103464112_RuntimeMethod_var; ObjectCheck_t3971088829 * L_71 = (ObjectCheck_t3971088829 *)il2cpp_codegen_object_new(ObjectCheck_t3971088829_il2cpp_TypeInfo_var); ObjectCheck__ctor_m3168775399(L_71, __this, L_70, /*hidden argument*/NULL); NullCheck(L_67); Dictionary_2_set_Item_m4001127871(L_67, L_69, L_71, /*hidden argument*/Dictionary_2_set_Item_m4001127871_RuntimeMethod_var); Dictionary_2_t2120468597 * L_72 = __this->get_checkersMap_0(); RuntimeTypeHandle_t3027515415 L_73 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; Type_t * L_74 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_73, /*hidden argument*/NULL); ObjectCheck_t3971088829 * L_75 = ((ObjectCheckers_t1922409879_StaticFields*)il2cpp_codegen_static_fields_for(ObjectCheckers_t1922409879_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache0_2(); G_B1_0 = L_74; G_B1_1 = L_72; if (L_75) { G_B2_0 = L_74; G_B2_1 = L_72; goto IL_020e; } } { intptr_t L_76 = (intptr_t)ObjectCheckers_objectCheck_m3545654117_RuntimeMethod_var; ObjectCheck_t3971088829 * L_77 = (ObjectCheck_t3971088829 *)il2cpp_codegen_object_new(ObjectCheck_t3971088829_il2cpp_TypeInfo_var); ObjectCheck__ctor_m3168775399(L_77, NULL, L_76, /*hidden argument*/NULL); ((ObjectCheckers_t1922409879_StaticFields*)il2cpp_codegen_static_fields_for(ObjectCheckers_t1922409879_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache0_2(L_77); G_B2_0 = G_B1_0; G_B2_1 = G_B1_1; } IL_020e: { ObjectCheck_t3971088829 * L_78 = ((ObjectCheckers_t1922409879_StaticFields*)il2cpp_codegen_static_fields_for(ObjectCheckers_t1922409879_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache0_2(); NullCheck(G_B2_1); Dictionary_2_set_Item_m4001127871(G_B2_1, G_B2_0, L_78, /*hidden argument*/Dictionary_2_set_Item_m4001127871_RuntimeMethod_var); Dictionary_2_t2120468597 * L_79 = __this->get_checkersMap_0(); RuntimeTypeHandle_t3027515415 L_80 = { reinterpret_cast (ByteU5BU5D_t4116647657_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_81 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_80, /*hidden argument*/NULL); intptr_t L_82 = (intptr_t)ObjectCheckers_bytesCheck_m4126796148_RuntimeMethod_var; ObjectCheck_t3971088829 * L_83 = (ObjectCheck_t3971088829 *)il2cpp_codegen_object_new(ObjectCheck_t3971088829_il2cpp_TypeInfo_var); ObjectCheck__ctor_m3168775399(L_83, __this, L_82, /*hidden argument*/NULL); NullCheck(L_79); Dictionary_2_set_Item_m4001127871(L_79, L_81, L_83, /*hidden argument*/Dictionary_2_set_Item_m4001127871_RuntimeMethod_var); Dictionary_2_t2120468597 * L_84 = __this->get_checkersMap_0(); RuntimeTypeHandle_t3027515415 L_85 = { reinterpret_cast (IntPtr_t_0_0_0_var) }; Type_t * L_86 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_85, /*hidden argument*/NULL); intptr_t L_87 = (intptr_t)ObjectCheckers_intptrCheck_m650342442_RuntimeMethod_var; ObjectCheck_t3971088829 * L_88 = (ObjectCheck_t3971088829 *)il2cpp_codegen_object_new(ObjectCheck_t3971088829_il2cpp_TypeInfo_var); ObjectCheck__ctor_m3168775399(L_88, __this, L_87, /*hidden argument*/NULL); NullCheck(L_84); Dictionary_2_set_Item_m4001127871(L_84, L_86, L_88, /*hidden argument*/Dictionary_2_set_Item_m4001127871_RuntimeMethod_var); Dictionary_2_t2120468597 * L_89 = __this->get_checkersMap_0(); RuntimeTypeHandle_t3027515415 L_90 = { reinterpret_cast (LuaTable_t1631611336_0_0_0_var) }; Type_t * L_91 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_90, /*hidden argument*/NULL); intptr_t L_92 = (intptr_t)ObjectCheckers_luaTableCheck_m1126627196_RuntimeMethod_var; ObjectCheck_t3971088829 * L_93 = (ObjectCheck_t3971088829 *)il2cpp_codegen_object_new(ObjectCheck_t3971088829_il2cpp_TypeInfo_var); ObjectCheck__ctor_m3168775399(L_93, __this, L_92, /*hidden argument*/NULL); NullCheck(L_89); Dictionary_2_set_Item_m4001127871(L_89, L_91, L_93, /*hidden argument*/Dictionary_2_set_Item_m4001127871_RuntimeMethod_var); Dictionary_2_t2120468597 * L_94 = __this->get_checkersMap_0(); RuntimeTypeHandle_t3027515415 L_95 = { reinterpret_cast (LuaFunction_t431395339_0_0_0_var) }; Type_t * L_96 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_95, /*hidden argument*/NULL); intptr_t L_97 = (intptr_t)ObjectCheckers_luaFunctionCheck_m3809779624_RuntimeMethod_var; ObjectCheck_t3971088829 * L_98 = (ObjectCheck_t3971088829 *)il2cpp_codegen_object_new(ObjectCheck_t3971088829_il2cpp_TypeInfo_var); ObjectCheck__ctor_m3168775399(L_98, __this, L_97, /*hidden argument*/NULL); NullCheck(L_94); Dictionary_2_set_Item_m4001127871(L_94, L_96, L_98, /*hidden argument*/Dictionary_2_set_Item_m4001127871_RuntimeMethod_var); return; } } // System.Boolean XLua.ObjectCheckers::objectCheck(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool ObjectCheckers_objectCheck_m3545654117 (RuntimeObject * __this /* static, unused */, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method) { { return (bool)1; } } // System.Boolean XLua.ObjectCheckers::luaTableCheck(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool ObjectCheckers_luaTableCheck_m1126627196 (ObjectCheckers_t1922409879 * __this, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectCheckers_luaTableCheck_m1126627196_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B5_0 = 0; int32_t G_B7_0 = 0; { intptr_t L_0 = ___L0; int32_t L_1 = ___idx1; bool L_2 = Lua_lua_isnil_m3293895152(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_003f; } } { intptr_t L_3 = ___L0; int32_t L_4 = ___idx1; bool L_5 = Lua_lua_istable_m743603444(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); if (L_5) { goto IL_003f; } } { intptr_t L_6 = ___L0; int32_t L_7 = ___idx1; int32_t L_8 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_6, L_7, /*hidden argument*/NULL); if ((!(((uint32_t)L_8) == ((uint32_t)7)))) { goto IL_003c; } } { ObjectTranslator_t2020767555 * L_9 = __this->get_translator_1(); intptr_t L_10 = ___L0; int32_t L_11 = ___idx1; NullCheck(L_9); RuntimeObject * L_12 = ObjectTranslator_SafeGetCSObj_m101375085(L_9, L_10, L_11, /*hidden argument*/NULL); G_B5_0 = ((!(((RuntimeObject*)(LuaTable_t1631611336 *)((LuaTable_t1631611336 *)IsInstClass((RuntimeObject*)L_12, LuaTable_t1631611336_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); goto IL_003d; } IL_003c: { G_B5_0 = 0; } IL_003d: { G_B7_0 = G_B5_0; goto IL_0040; } IL_003f: { G_B7_0 = 1; } IL_0040: { return (bool)G_B7_0; } } // System.Boolean XLua.ObjectCheckers::numberCheck(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool ObjectCheckers_numberCheck_m144375058 (ObjectCheckers_t1922409879 * __this, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method) { { intptr_t L_0 = ___L0; int32_t L_1 = ___idx1; int32_t L_2 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return (bool)((((int32_t)L_2) == ((int32_t)3))? 1 : 0); } } // System.Boolean XLua.ObjectCheckers::decimalCheck(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool ObjectCheckers_decimalCheck_m3050231914 (ObjectCheckers_t1922409879 * __this, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { intptr_t L_0 = ___L0; int32_t L_1 = ___idx1; int32_t L_2 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if ((((int32_t)L_2) == ((int32_t)3))) { goto IL_001c; } } { ObjectTranslator_t2020767555 * L_3 = __this->get_translator_1(); intptr_t L_4 = ___L0; int32_t L_5 = ___idx1; NullCheck(L_3); bool L_6 = ObjectTranslator_IsDecimal_m3121000211(L_3, L_4, L_5, /*hidden argument*/NULL); G_B3_0 = ((int32_t)(L_6)); goto IL_001d; } IL_001c: { G_B3_0 = 1; } IL_001d: { return (bool)G_B3_0; } } // System.Boolean XLua.ObjectCheckers::strCheck(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool ObjectCheckers_strCheck_m2103464112 (ObjectCheckers_t1922409879 * __this, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { intptr_t L_0 = ___L0; int32_t L_1 = ___idx1; int32_t L_2 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if ((((int32_t)L_2) == ((int32_t)4))) { goto IL_0016; } } { intptr_t L_3 = ___L0; int32_t L_4 = ___idx1; bool L_5 = Lua_lua_isnil_m3293895152(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); G_B3_0 = ((int32_t)(L_5)); goto IL_0017; } IL_0016: { G_B3_0 = 1; } IL_0017: { return (bool)G_B3_0; } } // System.Boolean XLua.ObjectCheckers::bytesCheck(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool ObjectCheckers_bytesCheck_m4126796148 (ObjectCheckers_t1922409879 * __this, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectCheckers_bytesCheck_m4126796148_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B5_0 = 0; int32_t G_B7_0 = 0; { intptr_t L_0 = ___L0; int32_t L_1 = ___idx1; int32_t L_2 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if ((((int32_t)L_2) == ((int32_t)4))) { goto IL_0040; } } { intptr_t L_3 = ___L0; int32_t L_4 = ___idx1; bool L_5 = Lua_lua_isnil_m3293895152(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); if (L_5) { goto IL_0040; } } { intptr_t L_6 = ___L0; int32_t L_7 = ___idx1; int32_t L_8 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_6, L_7, /*hidden argument*/NULL); if ((!(((uint32_t)L_8) == ((uint32_t)7)))) { goto IL_003d; } } { ObjectTranslator_t2020767555 * L_9 = __this->get_translator_1(); intptr_t L_10 = ___L0; int32_t L_11 = ___idx1; NullCheck(L_9); RuntimeObject * L_12 = ObjectTranslator_SafeGetCSObj_m101375085(L_9, L_10, L_11, /*hidden argument*/NULL); G_B5_0 = ((!(((RuntimeObject*)(ByteU5BU5D_t4116647657*)((ByteU5BU5D_t4116647657*)IsInst((RuntimeObject*)L_12, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); goto IL_003e; } IL_003d: { G_B5_0 = 0; } IL_003e: { G_B7_0 = G_B5_0; goto IL_0041; } IL_0040: { G_B7_0 = 1; } IL_0041: { return (bool)G_B7_0; } } // System.Boolean XLua.ObjectCheckers::boolCheck(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool ObjectCheckers_boolCheck_m398056010 (ObjectCheckers_t1922409879 * __this, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method) { { intptr_t L_0 = ___L0; int32_t L_1 = ___idx1; int32_t L_2 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return (bool)((((int32_t)L_2) == ((int32_t)1))? 1 : 0); } } // System.Boolean XLua.ObjectCheckers::int64Check(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool ObjectCheckers_int64Check_m3969315960 (ObjectCheckers_t1922409879 * __this, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { intptr_t L_0 = ___L0; int32_t L_1 = ___idx1; int32_t L_2 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if ((((int32_t)L_2) == ((int32_t)3))) { goto IL_0016; } } { intptr_t L_3 = ___L0; int32_t L_4 = ___idx1; bool L_5 = Lua_lua_isint64_m1369779581(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); G_B3_0 = ((int32_t)(L_5)); goto IL_0017; } IL_0016: { G_B3_0 = 1; } IL_0017: { return (bool)G_B3_0; } } // System.Boolean XLua.ObjectCheckers::uint64Check(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool ObjectCheckers_uint64Check_m3480300982 (ObjectCheckers_t1922409879 * __this, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { intptr_t L_0 = ___L0; int32_t L_1 = ___idx1; int32_t L_2 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if ((((int32_t)L_2) == ((int32_t)3))) { goto IL_0016; } } { intptr_t L_3 = ___L0; int32_t L_4 = ___idx1; bool L_5 = Lua_lua_isuint64_m338346154(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); G_B3_0 = ((int32_t)(L_5)); goto IL_0017; } IL_0016: { G_B3_0 = 1; } IL_0017: { return (bool)G_B3_0; } } // System.Boolean XLua.ObjectCheckers::luaFunctionCheck(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool ObjectCheckers_luaFunctionCheck_m3809779624 (ObjectCheckers_t1922409879 * __this, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectCheckers_luaFunctionCheck_m3809779624_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B5_0 = 0; int32_t G_B7_0 = 0; { intptr_t L_0 = ___L0; int32_t L_1 = ___idx1; bool L_2 = Lua_lua_isnil_m3293895152(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_003f; } } { intptr_t L_3 = ___L0; int32_t L_4 = ___idx1; bool L_5 = Lua_lua_isfunction_m2911708774(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); if (L_5) { goto IL_003f; } } { intptr_t L_6 = ___L0; int32_t L_7 = ___idx1; int32_t L_8 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_6, L_7, /*hidden argument*/NULL); if ((!(((uint32_t)L_8) == ((uint32_t)7)))) { goto IL_003c; } } { ObjectTranslator_t2020767555 * L_9 = __this->get_translator_1(); intptr_t L_10 = ___L0; int32_t L_11 = ___idx1; NullCheck(L_9); RuntimeObject * L_12 = ObjectTranslator_SafeGetCSObj_m101375085(L_9, L_10, L_11, /*hidden argument*/NULL); G_B5_0 = ((!(((RuntimeObject*)(LuaFunction_t431395339 *)((LuaFunction_t431395339 *)IsInstClass((RuntimeObject*)L_12, LuaFunction_t431395339_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); goto IL_003d; } IL_003c: { G_B5_0 = 0; } IL_003d: { G_B7_0 = G_B5_0; goto IL_0040; } IL_003f: { G_B7_0 = 1; } IL_0040: { return (bool)G_B7_0; } } // System.Boolean XLua.ObjectCheckers::intptrCheck(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool ObjectCheckers_intptrCheck_m650342442 (ObjectCheckers_t1922409879 * __this, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method) { { intptr_t L_0 = ___L0; int32_t L_1 = ___idx1; int32_t L_2 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return (bool)((((int32_t)L_2) == ((int32_t)2))? 1 : 0); } } // XLua.ObjectCheck XLua.ObjectCheckers::genChecker(System.Type) extern "C" IL2CPP_METHOD_ATTR ObjectCheck_t3971088829 * ObjectCheckers_genChecker_m2957788172 (ObjectCheckers_t1922409879 * __this, Type_t * ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectCheckers_genChecker_m2957788172_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CgenCheckerU3Ec__AnonStorey0_t2172020912 * V_0 = NULL; { U3CgenCheckerU3Ec__AnonStorey0_t2172020912 * L_0 = (U3CgenCheckerU3Ec__AnonStorey0_t2172020912 *)il2cpp_codegen_object_new(U3CgenCheckerU3Ec__AnonStorey0_t2172020912_il2cpp_TypeInfo_var); U3CgenCheckerU3Ec__AnonStorey0__ctor_m3612424926(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CgenCheckerU3Ec__AnonStorey0_t2172020912 * L_1 = V_0; Type_t * L_2 = ___type0; NullCheck(L_1); L_1->set_type_0(L_2); U3CgenCheckerU3Ec__AnonStorey0_t2172020912 * L_3 = V_0; NullCheck(L_3); L_3->set_U24this_2(__this); U3CgenCheckerU3Ec__AnonStorey0_t2172020912 * L_4 = V_0; U3CgenCheckerU3Ec__AnonStorey0_t2172020912 * L_5 = V_0; intptr_t L_6 = (intptr_t)U3CgenCheckerU3Ec__AnonStorey0_U3CU3Em__0_m3774655933_RuntimeMethod_var; ObjectCheck_t3971088829 * L_7 = (ObjectCheck_t3971088829 *)il2cpp_codegen_object_new(ObjectCheck_t3971088829_il2cpp_TypeInfo_var); ObjectCheck__ctor_m3168775399(L_7, L_5, L_6, /*hidden argument*/NULL); NullCheck(L_4); L_4->set_fixTypeCheck_1(L_7); U3CgenCheckerU3Ec__AnonStorey0_t2172020912 * L_8 = V_0; NullCheck(L_8); Type_t * L_9 = L_8->get_type_0(); bool L_10 = TypeExtensions_IsAbstract_m145558086(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); if (L_10) { goto IL_005d; } } { RuntimeTypeHandle_t3027515415 L_11 = { reinterpret_cast (Delegate_t1188392813_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); U3CgenCheckerU3Ec__AnonStorey0_t2172020912 * L_13 = V_0; NullCheck(L_13); Type_t * L_14 = L_13->get_type_0(); NullCheck(L_12); bool L_15 = VirtFuncInvoker1< bool, Type_t * >::Invoke(45 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_12, L_14); if (!L_15) { goto IL_005d; } } { U3CgenCheckerU3Ec__AnonStorey0_t2172020912 * L_16 = V_0; intptr_t L_17 = (intptr_t)U3CgenCheckerU3Ec__AnonStorey0_U3CU3Em__1_m3166942926_RuntimeMethod_var; ObjectCheck_t3971088829 * L_18 = (ObjectCheck_t3971088829 *)il2cpp_codegen_object_new(ObjectCheck_t3971088829_il2cpp_TypeInfo_var); ObjectCheck__ctor_m3168775399(L_18, L_16, L_17, /*hidden argument*/NULL); return L_18; } IL_005d: { U3CgenCheckerU3Ec__AnonStorey0_t2172020912 * L_19 = V_0; NullCheck(L_19); Type_t * L_20 = L_19->get_type_0(); bool L_21 = TypeExtensions_IsEnum_m1162764005(NULL /*static, unused*/, L_20, /*hidden argument*/NULL); if (!L_21) { goto IL_0074; } } { U3CgenCheckerU3Ec__AnonStorey0_t2172020912 * L_22 = V_0; NullCheck(L_22); ObjectCheck_t3971088829 * L_23 = L_22->get_fixTypeCheck_1(); return L_23; } IL_0074: { U3CgenCheckerU3Ec__AnonStorey0_t2172020912 * L_24 = V_0; NullCheck(L_24); Type_t * L_25 = L_24->get_type_0(); bool L_26 = TypeExtensions_IsInterface_m1418313074(NULL /*static, unused*/, L_25, /*hidden argument*/NULL); if (!L_26) { goto IL_0091; } } { U3CgenCheckerU3Ec__AnonStorey0_t2172020912 * L_27 = V_0; intptr_t L_28 = (intptr_t)U3CgenCheckerU3Ec__AnonStorey0_U3CU3Em__2_m1903682191_RuntimeMethod_var; ObjectCheck_t3971088829 * L_29 = (ObjectCheck_t3971088829 *)il2cpp_codegen_object_new(ObjectCheck_t3971088829_il2cpp_TypeInfo_var); ObjectCheck__ctor_m3168775399(L_29, L_27, L_28, /*hidden argument*/NULL); return L_29; } IL_0091: { U3CgenCheckerU3Ec__AnonStorey0_t2172020912 * L_30 = V_0; NullCheck(L_30); Type_t * L_31 = L_30->get_type_0(); bool L_32 = TypeExtensions_IsClass_m111105048(NULL /*static, unused*/, L_31, /*hidden argument*/NULL); if (!L_32) { goto IL_00c3; } } { U3CgenCheckerU3Ec__AnonStorey0_t2172020912 * L_33 = V_0; NullCheck(L_33); Type_t * L_34 = L_33->get_type_0(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); TypeU5BU5D_t3940880105* L_35 = ((Type_t_StaticFields*)il2cpp_codegen_static_fields_for(Type_t_il2cpp_TypeInfo_var))->get_EmptyTypes_3(); NullCheck(L_34); ConstructorInfo_t5769829 * L_36 = Type_GetConstructor_m2219014380(L_34, L_35, /*hidden argument*/NULL); if (!L_36) { goto IL_00c3; } } { U3CgenCheckerU3Ec__AnonStorey0_t2172020912 * L_37 = V_0; intptr_t L_38 = (intptr_t)U3CgenCheckerU3Ec__AnonStorey0_U3CU3Em__3_m490999166_RuntimeMethod_var; ObjectCheck_t3971088829 * L_39 = (ObjectCheck_t3971088829 *)il2cpp_codegen_object_new(ObjectCheck_t3971088829_il2cpp_TypeInfo_var); ObjectCheck__ctor_m3168775399(L_39, L_37, L_38, /*hidden argument*/NULL); return L_39; } IL_00c3: { U3CgenCheckerU3Ec__AnonStorey0_t2172020912 * L_40 = V_0; NullCheck(L_40); Type_t * L_41 = L_40->get_type_0(); bool L_42 = TypeExtensions_IsValueType_m1315482809(NULL /*static, unused*/, L_41, /*hidden argument*/NULL); if (!L_42) { goto IL_00e0; } } { U3CgenCheckerU3Ec__AnonStorey0_t2172020912 * L_43 = V_0; intptr_t L_44 = (intptr_t)U3CgenCheckerU3Ec__AnonStorey0_U3CU3Em__4_m3134223639_RuntimeMethod_var; ObjectCheck_t3971088829 * L_45 = (ObjectCheck_t3971088829 *)il2cpp_codegen_object_new(ObjectCheck_t3971088829_il2cpp_TypeInfo_var); ObjectCheck__ctor_m3168775399(L_45, L_43, L_44, /*hidden argument*/NULL); return L_45; } IL_00e0: { U3CgenCheckerU3Ec__AnonStorey0_t2172020912 * L_46 = V_0; NullCheck(L_46); Type_t * L_47 = L_46->get_type_0(); NullCheck(L_47); bool L_48 = Type_get_IsArray_m2591212821(L_47, /*hidden argument*/NULL); if (!L_48) { goto IL_00fd; } } { U3CgenCheckerU3Ec__AnonStorey0_t2172020912 * L_49 = V_0; intptr_t L_50 = (intptr_t)U3CgenCheckerU3Ec__AnonStorey0_U3CU3Em__5_m1559461471_RuntimeMethod_var; ObjectCheck_t3971088829 * L_51 = (ObjectCheck_t3971088829 *)il2cpp_codegen_object_new(ObjectCheck_t3971088829_il2cpp_TypeInfo_var); ObjectCheck__ctor_m3168775399(L_51, L_49, L_50, /*hidden argument*/NULL); return L_51; } IL_00fd: { U3CgenCheckerU3Ec__AnonStorey0_t2172020912 * L_52 = V_0; intptr_t L_53 = (intptr_t)U3CgenCheckerU3Ec__AnonStorey0_U3CU3Em__6_m1448733392_RuntimeMethod_var; ObjectCheck_t3971088829 * L_54 = (ObjectCheck_t3971088829 *)il2cpp_codegen_object_new(ObjectCheck_t3971088829_il2cpp_TypeInfo_var); ObjectCheck__ctor_m3168775399(L_54, L_52, L_53, /*hidden argument*/NULL); return L_54; } } // XLua.ObjectCheck XLua.ObjectCheckers::genNullableChecker(XLua.ObjectCheck) extern "C" IL2CPP_METHOD_ATTR ObjectCheck_t3971088829 * ObjectCheckers_genNullableChecker_m629991228 (ObjectCheckers_t1922409879 * __this, ObjectCheck_t3971088829 * ___oc0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectCheckers_genNullableChecker_m629991228_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CgenNullableCheckerU3Ec__AnonStorey1_t287041101 * V_0 = NULL; { U3CgenNullableCheckerU3Ec__AnonStorey1_t287041101 * L_0 = (U3CgenNullableCheckerU3Ec__AnonStorey1_t287041101 *)il2cpp_codegen_object_new(U3CgenNullableCheckerU3Ec__AnonStorey1_t287041101_il2cpp_TypeInfo_var); U3CgenNullableCheckerU3Ec__AnonStorey1__ctor_m16030565(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CgenNullableCheckerU3Ec__AnonStorey1_t287041101 * L_1 = V_0; ObjectCheck_t3971088829 * L_2 = ___oc0; NullCheck(L_1); L_1->set_oc_0(L_2); U3CgenNullableCheckerU3Ec__AnonStorey1_t287041101 * L_3 = V_0; intptr_t L_4 = (intptr_t)U3CgenNullableCheckerU3Ec__AnonStorey1_U3CU3Em__0_m3408205495_RuntimeMethod_var; ObjectCheck_t3971088829 * L_5 = (ObjectCheck_t3971088829 *)il2cpp_codegen_object_new(ObjectCheck_t3971088829_il2cpp_TypeInfo_var); ObjectCheck__ctor_m3168775399(L_5, L_3, L_4, /*hidden argument*/NULL); return L_5; } } // XLua.ObjectCheck XLua.ObjectCheckers::GetChecker(System.Type) extern "C" IL2CPP_METHOD_ATTR ObjectCheck_t3971088829 * ObjectCheckers_GetChecker_m1011057478 (ObjectCheckers_t1922409879 * __this, Type_t * ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectCheckers_GetChecker_m1011057478_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; ObjectCheck_t3971088829 * V_1 = NULL; { Type_t * L_0 = ___type0; NullCheck(L_0); bool L_1 = Type_get_IsByRef_m1262524108(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0013; } } { Type_t * L_2 = ___type0; NullCheck(L_2); Type_t * L_3 = VirtFuncInvoker0< Type_t * >::Invoke(48 /* System.Type System.Type::GetElementType() */, L_2); ___type0 = L_3; } IL_0013: { Type_t * L_4 = ___type0; Type_t * L_5 = Nullable_GetUnderlyingType_m3905033790(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); V_0 = L_5; Type_t * L_6 = V_0; if (!L_6) { goto IL_002e; } } { Type_t * L_7 = V_0; ObjectCheck_t3971088829 * L_8 = ObjectCheckers_GetChecker_m1011057478(__this, L_7, /*hidden argument*/NULL); ObjectCheck_t3971088829 * L_9 = ObjectCheckers_genNullableChecker_m629991228(__this, L_8, /*hidden argument*/NULL); return L_9; } IL_002e: { Dictionary_2_t2120468597 * L_10 = __this->get_checkersMap_0(); Type_t * L_11 = ___type0; NullCheck(L_10); bool L_12 = Dictionary_2_TryGetValue_m3517461582(L_10, L_11, (&V_1), /*hidden argument*/Dictionary_2_TryGetValue_m3517461582_RuntimeMethod_var); if (L_12) { goto IL_0056; } } { Type_t * L_13 = ___type0; ObjectCheck_t3971088829 * L_14 = ObjectCheckers_genChecker_m2957788172(__this, L_13, /*hidden argument*/NULL); V_1 = L_14; Dictionary_2_t2120468597 * L_15 = __this->get_checkersMap_0(); Type_t * L_16 = ___type0; ObjectCheck_t3971088829 * L_17 = V_1; NullCheck(L_15); Dictionary_2_Add_m2019439261(L_15, L_16, L_17, /*hidden argument*/Dictionary_2_Add_m2019439261_RuntimeMethod_var); } IL_0056: { ObjectCheck_t3971088829 * L_18 = V_1; return L_18; } } #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.ObjectCheckers/c__AnonStorey0::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CgenCheckerU3Ec__AnonStorey0__ctor_m3612424926 (U3CgenCheckerU3Ec__AnonStorey0_t2172020912 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean XLua.ObjectCheckers/c__AnonStorey0::<>m__0(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool U3CgenCheckerU3Ec__AnonStorey0_U3CU3Em__0_m3774655933 (U3CgenCheckerU3Ec__AnonStorey0_t2172020912 * __this, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; Type_t * V_1 = NULL; { intptr_t L_0 = ___L0; int32_t L_1 = ___idx1; int32_t L_2 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if ((!(((uint32_t)L_2) == ((uint32_t)7)))) { goto IL_005e; } } { ObjectCheckers_t1922409879 * L_3 = __this->get_U24this_2(); NullCheck(L_3); ObjectTranslator_t2020767555 * L_4 = L_3->get_translator_1(); intptr_t L_5 = ___L0; int32_t L_6 = ___idx1; NullCheck(L_4); RuntimeObject * L_7 = ObjectTranslator_SafeGetCSObj_m101375085(L_4, L_5, L_6, /*hidden argument*/NULL); V_0 = L_7; RuntimeObject * L_8 = V_0; if (!L_8) { goto IL_0038; } } { Type_t * L_9 = __this->get_type_0(); RuntimeObject * L_10 = V_0; NullCheck(L_10); Type_t * L_11 = Object_GetType_m88164663(L_10, /*hidden argument*/NULL); NullCheck(L_9); bool L_12 = VirtFuncInvoker1< bool, Type_t * >::Invoke(45 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_9, L_11); return L_12; } IL_0038: { ObjectCheckers_t1922409879 * L_13 = __this->get_U24this_2(); NullCheck(L_13); ObjectTranslator_t2020767555 * L_14 = L_13->get_translator_1(); intptr_t L_15 = ___L0; int32_t L_16 = ___idx1; NullCheck(L_14); Type_t * L_17 = ObjectTranslator_GetTypeOf_m3589627830(L_14, L_15, L_16, /*hidden argument*/NULL); V_1 = L_17; Type_t * L_18 = V_1; if (!L_18) { goto IL_005e; } } { Type_t * L_19 = __this->get_type_0(); Type_t * L_20 = V_1; NullCheck(L_19); bool L_21 = VirtFuncInvoker1< bool, Type_t * >::Invoke(45 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_19, L_20); return L_21; } IL_005e: { return (bool)0; } } // System.Boolean XLua.ObjectCheckers/c__AnonStorey0::<>m__1(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool U3CgenCheckerU3Ec__AnonStorey0_U3CU3Em__1_m3166942926 (U3CgenCheckerU3Ec__AnonStorey0_t2172020912 * __this, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method) { int32_t G_B4_0 = 0; { intptr_t L_0 = ___L0; int32_t L_1 = ___idx1; bool L_2 = Lua_lua_isnil_m3293895152(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0027; } } { intptr_t L_3 = ___L0; int32_t L_4 = ___idx1; bool L_5 = Lua_lua_isfunction_m2911708774(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); if (L_5) { goto IL_0027; } } { ObjectCheck_t3971088829 * L_6 = __this->get_fixTypeCheck_1(); intptr_t L_7 = ___L0; int32_t L_8 = ___idx1; NullCheck(L_6); bool L_9 = ObjectCheck_Invoke_m3678272064(L_6, L_7, L_8, /*hidden argument*/NULL); G_B4_0 = ((int32_t)(L_9)); goto IL_0028; } IL_0027: { G_B4_0 = 1; } IL_0028: { return (bool)G_B4_0; } } // System.Boolean XLua.ObjectCheckers/c__AnonStorey0::<>m__2(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool U3CgenCheckerU3Ec__AnonStorey0_U3CU3Em__2_m1903682191 (U3CgenCheckerU3Ec__AnonStorey0_t2172020912 * __this, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method) { int32_t G_B4_0 = 0; { intptr_t L_0 = ___L0; int32_t L_1 = ___idx1; bool L_2 = Lua_lua_isnil_m3293895152(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0027; } } { intptr_t L_3 = ___L0; int32_t L_4 = ___idx1; bool L_5 = Lua_lua_istable_m743603444(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); if (L_5) { goto IL_0027; } } { ObjectCheck_t3971088829 * L_6 = __this->get_fixTypeCheck_1(); intptr_t L_7 = ___L0; int32_t L_8 = ___idx1; NullCheck(L_6); bool L_9 = ObjectCheck_Invoke_m3678272064(L_6, L_7, L_8, /*hidden argument*/NULL); G_B4_0 = ((int32_t)(L_9)); goto IL_0028; } IL_0027: { G_B4_0 = 1; } IL_0028: { return (bool)G_B4_0; } } // System.Boolean XLua.ObjectCheckers/c__AnonStorey0::<>m__3(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool U3CgenCheckerU3Ec__AnonStorey0_U3CU3Em__3_m490999166 (U3CgenCheckerU3Ec__AnonStorey0_t2172020912 * __this, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method) { int32_t G_B4_0 = 0; { intptr_t L_0 = ___L0; int32_t L_1 = ___idx1; bool L_2 = Lua_lua_isnil_m3293895152(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0027; } } { intptr_t L_3 = ___L0; int32_t L_4 = ___idx1; bool L_5 = Lua_lua_istable_m743603444(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); if (L_5) { goto IL_0027; } } { ObjectCheck_t3971088829 * L_6 = __this->get_fixTypeCheck_1(); intptr_t L_7 = ___L0; int32_t L_8 = ___idx1; NullCheck(L_6); bool L_9 = ObjectCheck_Invoke_m3678272064(L_6, L_7, L_8, /*hidden argument*/NULL); G_B4_0 = ((int32_t)(L_9)); goto IL_0028; } IL_0027: { G_B4_0 = 1; } IL_0028: { return (bool)G_B4_0; } } // System.Boolean XLua.ObjectCheckers/c__AnonStorey0::<>m__4(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool U3CgenCheckerU3Ec__AnonStorey0_U3CU3Em__4_m3134223639 (U3CgenCheckerU3Ec__AnonStorey0_t2172020912 * __this, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { intptr_t L_0 = ___L0; int32_t L_1 = ___idx1; bool L_2 = Lua_lua_istable_m743603444(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_001b; } } { ObjectCheck_t3971088829 * L_3 = __this->get_fixTypeCheck_1(); intptr_t L_4 = ___L0; int32_t L_5 = ___idx1; NullCheck(L_3); bool L_6 = ObjectCheck_Invoke_m3678272064(L_3, L_4, L_5, /*hidden argument*/NULL); G_B3_0 = ((int32_t)(L_6)); goto IL_001c; } IL_001b: { G_B3_0 = 1; } IL_001c: { return (bool)G_B3_0; } } // System.Boolean XLua.ObjectCheckers/c__AnonStorey0::<>m__5(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool U3CgenCheckerU3Ec__AnonStorey0_U3CU3Em__5_m1559461471 (U3CgenCheckerU3Ec__AnonStorey0_t2172020912 * __this, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method) { int32_t G_B4_0 = 0; { intptr_t L_0 = ___L0; int32_t L_1 = ___idx1; bool L_2 = Lua_lua_isnil_m3293895152(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0027; } } { intptr_t L_3 = ___L0; int32_t L_4 = ___idx1; bool L_5 = Lua_lua_istable_m743603444(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); if (L_5) { goto IL_0027; } } { ObjectCheck_t3971088829 * L_6 = __this->get_fixTypeCheck_1(); intptr_t L_7 = ___L0; int32_t L_8 = ___idx1; NullCheck(L_6); bool L_9 = ObjectCheck_Invoke_m3678272064(L_6, L_7, L_8, /*hidden argument*/NULL); G_B4_0 = ((int32_t)(L_9)); goto IL_0028; } IL_0027: { G_B4_0 = 1; } IL_0028: { return (bool)G_B4_0; } } // System.Boolean XLua.ObjectCheckers/c__AnonStorey0::<>m__6(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool U3CgenCheckerU3Ec__AnonStorey0_U3CU3Em__6_m1448733392 (U3CgenCheckerU3Ec__AnonStorey0_t2172020912 * __this, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { intptr_t L_0 = ___L0; int32_t L_1 = ___idx1; bool L_2 = Lua_lua_isnil_m3293895152(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_001b; } } { ObjectCheck_t3971088829 * L_3 = __this->get_fixTypeCheck_1(); intptr_t L_4 = ___L0; int32_t L_5 = ___idx1; NullCheck(L_3); bool L_6 = ObjectCheck_Invoke_m3678272064(L_3, L_4, L_5, /*hidden argument*/NULL); G_B3_0 = ((int32_t)(L_6)); goto IL_001c; } IL_001b: { G_B3_0 = 1; } IL_001c: { return (bool)G_B3_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.ObjectCheckers/c__AnonStorey1::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CgenNullableCheckerU3Ec__AnonStorey1__ctor_m16030565 (U3CgenNullableCheckerU3Ec__AnonStorey1_t287041101 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean XLua.ObjectCheckers/c__AnonStorey1::<>m__0(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool U3CgenNullableCheckerU3Ec__AnonStorey1_U3CU3Em__0_m3408205495 (U3CgenNullableCheckerU3Ec__AnonStorey1_t287041101 * __this, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { intptr_t L_0 = ___L0; int32_t L_1 = ___idx1; bool L_2 = Lua_lua_isnil_m3293895152(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_001b; } } { ObjectCheck_t3971088829 * L_3 = __this->get_oc_0(); intptr_t L_4 = ___L0; int32_t L_5 = ___idx1; NullCheck(L_3); bool L_6 = ObjectCheck_Invoke_m3678272064(L_3, L_4, L_5, /*hidden argument*/NULL); G_B3_0 = ((int32_t)(L_6)); goto IL_001c; } IL_001b: { G_B3_0 = 1; } IL_001c: { return (bool)G_B3_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.ObjectPool::.ctor() extern "C" IL2CPP_METHOD_ATTR void ObjectPool__ctor_m333161720 (ObjectPool_t1928582859 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectPool__ctor_m333161720_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_list_2(((SlotU5BU5D_t3927785999*)SZArrayNew(SlotU5BU5D_t3927785999_il2cpp_TypeInfo_var, (uint32_t)((int32_t)512)))); __this->set_freelist_3((-1)); Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Object XLua.ObjectPool::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ObjectPool_get_Item_m3138409651 (ObjectPool_t1928582859 * __this, int32_t ___i0, const RuntimeMethod* method) { { int32_t L_0 = ___i0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0025; } } { int32_t L_1 = ___i0; int32_t L_2 = __this->get_count_4(); if ((((int32_t)L_1) >= ((int32_t)L_2))) { goto IL_0025; } } { SlotU5BU5D_t3927785999* L_3 = __this->get_list_2(); int32_t L_4 = ___i0; NullCheck(L_3); RuntimeObject * L_5 = ((L_3)->GetAddressAt(static_cast(L_4)))->get_obj_1(); return L_5; } IL_0025: { return NULL; } } // System.Void XLua.ObjectPool::Clear() extern "C" IL2CPP_METHOD_ATTR void ObjectPool_Clear_m3598388371 (ObjectPool_t1928582859 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectPool_Clear_m3598388371_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_freelist_3((-1)); __this->set_count_4(0); __this->set_list_2(((SlotU5BU5D_t3927785999*)SZArrayNew(SlotU5BU5D_t3927785999_il2cpp_TypeInfo_var, (uint32_t)((int32_t)512)))); return; } } // System.Void XLua.ObjectPool::extend_capacity() extern "C" IL2CPP_METHOD_ATTR void ObjectPool_extend_capacity_m3994910656 (ObjectPool_t1928582859 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectPool_extend_capacity_m3994910656_MetadataUsageId); s_Il2CppMethodInitialized = true; } SlotU5BU5D_t3927785999* V_0 = NULL; int32_t V_1 = 0; { SlotU5BU5D_t3927785999* L_0 = __this->get_list_2(); NullCheck(L_0); V_0 = ((SlotU5BU5D_t3927785999*)SZArrayNew(SlotU5BU5D_t3927785999_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length)))), (int32_t)2)))); V_1 = 0; goto IL_0038; } IL_0017: { SlotU5BU5D_t3927785999* L_1 = V_0; int32_t L_2 = V_1; NullCheck(L_1); SlotU5BU5D_t3927785999* L_3 = __this->get_list_2(); int32_t L_4 = V_1; NullCheck(L_3); *(Slot_t179431562 *)((L_1)->GetAddressAt(static_cast(L_2))) = (*(Slot_t179431562 *)((L_3)->GetAddressAt(static_cast(L_4)))); int32_t L_5 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); } IL_0038: { int32_t L_6 = V_1; SlotU5BU5D_t3927785999* L_7 = __this->get_list_2(); NullCheck(L_7); if ((((int32_t)L_6) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length))))))) { goto IL_0017; } } { SlotU5BU5D_t3927785999* L_8 = V_0; __this->set_list_2(L_8); return; } } // System.Int32 XLua.ObjectPool::Add(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t ObjectPool_Add_m3178212110 (ObjectPool_t1928582859 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = (-1); int32_t L_0 = __this->get_freelist_3(); if ((((int32_t)L_0) == ((int32_t)(-1)))) { goto IL_0056; } } { int32_t L_1 = __this->get_freelist_3(); V_0 = L_1; SlotU5BU5D_t3927785999* L_2 = __this->get_list_2(); int32_t L_3 = V_0; NullCheck(L_2); RuntimeObject * L_4 = ___obj0; ((L_2)->GetAddressAt(static_cast(L_3)))->set_obj_1(L_4); SlotU5BU5D_t3927785999* L_5 = __this->get_list_2(); int32_t L_6 = V_0; NullCheck(L_5); int32_t L_7 = ((L_5)->GetAddressAt(static_cast(L_6)))->get_next_0(); __this->set_freelist_3(L_7); SlotU5BU5D_t3927785999* L_8 = __this->get_list_2(); int32_t L_9 = V_0; NullCheck(L_8); ((L_8)->GetAddressAt(static_cast(L_9)))->set_next_0(((int32_t)-2)); goto IL_0098; } IL_0056: { int32_t L_10 = __this->get_count_4(); SlotU5BU5D_t3927785999* L_11 = __this->get_list_2(); NullCheck(L_11); if ((!(((uint32_t)L_10) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_11)->max_length)))))))) { goto IL_006f; } } { ObjectPool_extend_capacity_m3994910656(__this, /*hidden argument*/NULL); } IL_006f: { int32_t L_12 = __this->get_count_4(); V_0 = L_12; SlotU5BU5D_t3927785999* L_13 = __this->get_list_2(); int32_t L_14 = V_0; NullCheck(L_13); RuntimeObject * L_15 = ___obj0; Slot_t179431562 L_16; memset(&L_16, 0, sizeof(L_16)); Slot__ctor_m245455814((&L_16), ((int32_t)-2), L_15, /*hidden argument*/NULL); *(Slot_t179431562 *)((L_13)->GetAddressAt(static_cast(L_14))) = L_16; int32_t L_17 = V_0; __this->set_count_4(((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1))); } IL_0098: { int32_t L_18 = V_0; return L_18; } } // System.Boolean XLua.ObjectPool::TryGetValue(System.Int32,System.Object&) extern "C" IL2CPP_METHOD_ATTR bool ObjectPool_TryGetValue_m963470544 (ObjectPool_t1928582859 * __this, int32_t ___index0, RuntimeObject ** ___obj1, const RuntimeMethod* method) { { int32_t L_0 = ___index0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0040; } } { int32_t L_1 = ___index0; int32_t L_2 = __this->get_count_4(); if ((((int32_t)L_1) >= ((int32_t)L_2))) { goto IL_0040; } } { SlotU5BU5D_t3927785999* L_3 = __this->get_list_2(); int32_t L_4 = ___index0; NullCheck(L_3); int32_t L_5 = ((L_3)->GetAddressAt(static_cast(L_4)))->get_next_0(); if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)-2))))) { goto IL_0040; } } { RuntimeObject ** L_6 = ___obj1; SlotU5BU5D_t3927785999* L_7 = __this->get_list_2(); int32_t L_8 = ___index0; NullCheck(L_7); RuntimeObject * L_9 = ((L_7)->GetAddressAt(static_cast(L_8)))->get_obj_1(); *((RuntimeObject **)(L_6)) = (RuntimeObject *)L_9; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_6), (RuntimeObject *)L_9); return (bool)1; } IL_0040: { RuntimeObject ** L_10 = ___obj1; *((RuntimeObject **)(L_10)) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_10), (RuntimeObject *)NULL); return (bool)0; } } // System.Object XLua.ObjectPool::Get(System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ObjectPool_Get_m508265260 (ObjectPool_t1928582859 * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0025; } } { int32_t L_1 = ___index0; int32_t L_2 = __this->get_count_4(); if ((((int32_t)L_1) >= ((int32_t)L_2))) { goto IL_0025; } } { SlotU5BU5D_t3927785999* L_3 = __this->get_list_2(); int32_t L_4 = ___index0; NullCheck(L_3); RuntimeObject * L_5 = ((L_3)->GetAddressAt(static_cast(L_4)))->get_obj_1(); return L_5; } IL_0025: { return NULL; } } // System.Object XLua.ObjectPool::Remove(System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ObjectPool_Remove_m53873247 (ObjectPool_t1928582859 * __this, int32_t ___index0, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; { int32_t L_0 = ___index0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_006f; } } { int32_t L_1 = ___index0; int32_t L_2 = __this->get_count_4(); if ((((int32_t)L_1) >= ((int32_t)L_2))) { goto IL_006f; } } { SlotU5BU5D_t3927785999* L_3 = __this->get_list_2(); int32_t L_4 = ___index0; NullCheck(L_3); int32_t L_5 = ((L_3)->GetAddressAt(static_cast(L_4)))->get_next_0(); if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)-2))))) { goto IL_006f; } } { SlotU5BU5D_t3927785999* L_6 = __this->get_list_2(); int32_t L_7 = ___index0; NullCheck(L_6); RuntimeObject * L_8 = ((L_6)->GetAddressAt(static_cast(L_7)))->get_obj_1(); V_0 = L_8; SlotU5BU5D_t3927785999* L_9 = __this->get_list_2(); int32_t L_10 = ___index0; NullCheck(L_9); ((L_9)->GetAddressAt(static_cast(L_10)))->set_obj_1(NULL); SlotU5BU5D_t3927785999* L_11 = __this->get_list_2(); int32_t L_12 = ___index0; NullCheck(L_11); int32_t L_13 = __this->get_freelist_3(); ((L_11)->GetAddressAt(static_cast(L_12)))->set_next_0(L_13); int32_t L_14 = ___index0; __this->set_freelist_3(L_14); RuntimeObject * L_15 = V_0; return L_15; } IL_006f: { return NULL; } } // System.Object XLua.ObjectPool::Replace(System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ObjectPool_Replace_m4172307805 (ObjectPool_t1928582859 * __this, int32_t ___index0, RuntimeObject * ___o1, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; { int32_t L_0 = ___index0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0039; } } { int32_t L_1 = ___index0; int32_t L_2 = __this->get_count_4(); if ((((int32_t)L_1) >= ((int32_t)L_2))) { goto IL_0039; } } { SlotU5BU5D_t3927785999* L_3 = __this->get_list_2(); int32_t L_4 = ___index0; NullCheck(L_3); RuntimeObject * L_5 = ((L_3)->GetAddressAt(static_cast(L_4)))->get_obj_1(); V_0 = L_5; SlotU5BU5D_t3927785999* L_6 = __this->get_list_2(); int32_t L_7 = ___index0; NullCheck(L_6); RuntimeObject * L_8 = ___o1; ((L_6)->GetAddressAt(static_cast(L_7)))->set_obj_1(L_8); RuntimeObject * L_9 = V_0; return L_9; } IL_0039: { return NULL; } } // System.Int32 XLua.ObjectPool::Check(System.Int32,System.Int32,System.Func`2,System.Collections.Generic.Dictionary`2) extern "C" IL2CPP_METHOD_ATTR int32_t ObjectPool_Check_m2912466796 (ObjectPool_t1928582859 * __this, int32_t ___check_pos0, int32_t ___max_check1, Func_2_t3759279471 * ___checker2, Dictionary_2_t3384741 * ___reverse_map3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectPool_Check_m2912466796_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; RuntimeObject * V_1 = NULL; int32_t V_2 = 0; { int32_t L_0 = __this->get_count_4(); if (L_0) { goto IL_000d; } } { return 0; } IL_000d: { V_0 = 0; goto IL_009f; } IL_0014: { int32_t L_1 = ___check_pos0; int32_t L_2 = __this->get_count_4(); ___check_pos0 = ((int32_t)((int32_t)L_1%(int32_t)L_2)); SlotU5BU5D_t3927785999* L_3 = __this->get_list_2(); int32_t L_4 = ___check_pos0; NullCheck(L_3); int32_t L_5 = ((L_3)->GetAddressAt(static_cast(L_4)))->get_next_0(); if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)-2))))) { goto IL_0096; } } { SlotU5BU5D_t3927785999* L_6 = __this->get_list_2(); int32_t L_7 = ___check_pos0; NullCheck(L_6); RuntimeObject * L_8 = ((L_6)->GetAddressAt(static_cast(L_7)))->get_obj_1(); bool L_9 = Object_ReferenceEquals_m610702577(NULL /*static, unused*/, L_8, NULL, /*hidden argument*/NULL); if (L_9) { goto IL_0096; } } { Func_2_t3759279471 * L_10 = ___checker2; SlotU5BU5D_t3927785999* L_11 = __this->get_list_2(); int32_t L_12 = ___check_pos0; NullCheck(L_11); RuntimeObject * L_13 = ((L_11)->GetAddressAt(static_cast(L_12)))->get_obj_1(); NullCheck(L_10); bool L_14 = Func_2_Invoke_m1574203759(L_10, L_13, /*hidden argument*/Func_2_Invoke_m1574203759_RuntimeMethod_var); if (L_14) { goto IL_0096; } } { int32_t L_15 = ___check_pos0; RuntimeObject * L_16 = ObjectPool_Replace_m4172307805(__this, L_15, NULL, /*hidden argument*/NULL); V_1 = L_16; Dictionary_2_t3384741 * L_17 = ___reverse_map3; RuntimeObject * L_18 = V_1; NullCheck(L_17); bool L_19 = Dictionary_2_TryGetValue_m3959998165(L_17, L_18, (&V_2), /*hidden argument*/Dictionary_2_TryGetValue_m3959998165_RuntimeMethod_var); if (!L_19) { goto IL_0096; } } { int32_t L_20 = V_2; int32_t L_21 = ___check_pos0; if ((!(((uint32_t)L_20) == ((uint32_t)L_21)))) { goto IL_0096; } } { Dictionary_2_t3384741 * L_22 = ___reverse_map3; RuntimeObject * L_23 = V_1; NullCheck(L_22); Dictionary_2_Remove_m1061383611(L_22, L_23, /*hidden argument*/Dictionary_2_Remove_m1061383611_RuntimeMethod_var); } IL_0096: { int32_t L_24 = ___check_pos0; ___check_pos0 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); int32_t L_25 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)); } IL_009f: { int32_t L_26 = V_0; int32_t L_27 = ___max_check1; int32_t L_28 = __this->get_count_4(); int32_t L_29 = Math_Min_m3468062251(NULL /*static, unused*/, L_27, L_28, /*hidden argument*/NULL); if ((((int32_t)L_26) < ((int32_t)L_29))) { goto IL_0014; } } { int32_t L_30 = ___check_pos0; int32_t L_31 = __this->get_count_4(); int32_t L_32 = ((int32_t)((int32_t)L_30%(int32_t)L_31)); ___check_pos0 = L_32; return L_32; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: XLua.ObjectPool/Slot extern "C" void Slot_t179431562_marshal_pinvoke(const Slot_t179431562& unmarshaled, Slot_t179431562_marshaled_pinvoke& marshaled) { marshaled.___next_0 = unmarshaled.get_next_0(); if (unmarshaled.get_obj_1() != NULL) { if (il2cpp_codegen_is_import_or_windows_runtime(unmarshaled.get_obj_1())) { il2cpp_hresult_t hr = ((Il2CppComObject *)unmarshaled.get_obj_1())->identity->QueryInterface(Il2CppIUnknown::IID, reinterpret_cast(&marshaled.___obj_1)); il2cpp_codegen_com_raise_exception_if_failed(hr, false); } else { marshaled.___obj_1 = il2cpp_codegen_com_get_or_create_ccw(unmarshaled.get_obj_1()); } } else { marshaled.___obj_1 = NULL; } } extern "C" void Slot_t179431562_marshal_pinvoke_back(const Slot_t179431562_marshaled_pinvoke& marshaled, Slot_t179431562& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Slot_t179431562_pinvoke_FromNativeMethodDefinition_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t unmarshaled_next_temp_0 = 0; unmarshaled_next_temp_0 = marshaled.___next_0; unmarshaled.set_next_0(unmarshaled_next_temp_0); if (marshaled.___obj_1 != NULL) { unmarshaled.set_obj_1(il2cpp_codegen_com_get_or_create_rcw_from_iunknown(marshaled.___obj_1, Il2CppComObject_il2cpp_TypeInfo_var)); } else { unmarshaled.set_obj_1(NULL); } } // Conversion method for clean up from marshalling of: XLua.ObjectPool/Slot extern "C" void Slot_t179431562_marshal_pinvoke_cleanup(Slot_t179431562_marshaled_pinvoke& marshaled) { if (marshaled.___obj_1 != NULL) { (marshaled.___obj_1)->Release(); marshaled.___obj_1 = NULL; } } // Conversion methods for marshalling of: XLua.ObjectPool/Slot extern "C" void Slot_t179431562_marshal_com(const Slot_t179431562& unmarshaled, Slot_t179431562_marshaled_com& marshaled) { marshaled.___next_0 = unmarshaled.get_next_0(); if (unmarshaled.get_obj_1() != NULL) { if (il2cpp_codegen_is_import_or_windows_runtime(unmarshaled.get_obj_1())) { il2cpp_hresult_t hr = ((Il2CppComObject *)unmarshaled.get_obj_1())->identity->QueryInterface(Il2CppIUnknown::IID, reinterpret_cast(&marshaled.___obj_1)); il2cpp_codegen_com_raise_exception_if_failed(hr, true); } else { marshaled.___obj_1 = il2cpp_codegen_com_get_or_create_ccw(unmarshaled.get_obj_1()); } } else { marshaled.___obj_1 = NULL; } } extern "C" void Slot_t179431562_marshal_com_back(const Slot_t179431562_marshaled_com& marshaled, Slot_t179431562& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Slot_t179431562_com_FromNativeMethodDefinition_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t unmarshaled_next_temp_0 = 0; unmarshaled_next_temp_0 = marshaled.___next_0; unmarshaled.set_next_0(unmarshaled_next_temp_0); if (marshaled.___obj_1 != NULL) { unmarshaled.set_obj_1(il2cpp_codegen_com_get_or_create_rcw_from_iunknown(marshaled.___obj_1, Il2CppComObject_il2cpp_TypeInfo_var)); } else { unmarshaled.set_obj_1(NULL); } } // Conversion method for clean up from marshalling of: XLua.ObjectPool/Slot extern "C" void Slot_t179431562_marshal_com_cleanup(Slot_t179431562_marshaled_com& marshaled) { if (marshaled.___obj_1 != NULL) { (marshaled.___obj_1)->Release(); marshaled.___obj_1 = NULL; } } // System.Void XLua.ObjectPool/Slot::.ctor(System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR void Slot__ctor_m245455814 (Slot_t179431562 * __this, int32_t ___next0, RuntimeObject * ___obj1, const RuntimeMethod* method) { { int32_t L_0 = ___next0; __this->set_next_0(L_0); RuntimeObject * L_1 = ___obj1; __this->set_obj_1(L_1); return; } } extern "C" void Slot__ctor_m245455814_AdjustorThunk (RuntimeObject * __this, int32_t ___next0, RuntimeObject * ___obj1, const RuntimeMethod* method) { Slot_t179431562 * _thisAdjusted = reinterpret_cast(__this + 1); Slot__ctor_m245455814(_thisAdjusted, ___next0, ___obj1, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void XLua.ObjectTranslator::.ctor(XLua.LuaEnv,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator__ctor_m1386574389 (ObjectTranslator_t2020767555 * __this, LuaEnv_t2152703515 * ___luaenv0, intptr_t ___L1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator__ctor_m1386574389_MetadataUsageId); s_Il2CppMethodInitialized = true; } AssemblyU5BU5D_t2792222854* V_0 = NULL; Assembly_t * V_1 = NULL; AssemblyU5BU5D_t2792222854* V_2 = NULL; int32_t V_3 = 0; { ObjectPool_t1928582859 * L_0 = (ObjectPool_t1928582859 *)il2cpp_codegen_object_new(ObjectPool_t1928582859_il2cpp_TypeInfo_var); ObjectPool__ctor_m333161720(L_0, /*hidden argument*/NULL); __this->set_objects_3(L_0); ReferenceEqualsComparer_t1100647835 * L_1 = (ReferenceEqualsComparer_t1100647835 *)il2cpp_codegen_object_new(ReferenceEqualsComparer_t1100647835_il2cpp_TypeInfo_var); ReferenceEqualsComparer__ctor_m1496592547(L_1, /*hidden argument*/NULL); Dictionary_2_t3384741 * L_2 = (Dictionary_2_t3384741 *)il2cpp_codegen_object_new(Dictionary_2_t3384741_il2cpp_TypeInfo_var); Dictionary_2__ctor_m624773522(L_2, L_1, /*hidden argument*/Dictionary_2__ctor_m624773522_RuntimeMethod_var); __this->set_reverseMap_4(L_2); Dictionary_2_t3456964840 * L_3 = (Dictionary_2_t3456964840 *)il2cpp_codegen_object_new(Dictionary_2_t3456964840_il2cpp_TypeInfo_var); Dictionary_2__ctor_m1953359740(L_3, /*hidden argument*/Dictionary_2__ctor_m1953359740_RuntimeMethod_var); __this->set_delayWrap_11(L_3); Dictionary_2_t1325155278 * L_4 = (Dictionary_2_t1325155278 *)il2cpp_codegen_object_new(Dictionary_2_t1325155278_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2869536720(L_4, /*hidden argument*/Dictionary_2__ctor_m2869536720_RuntimeMethod_var); __this->set_interfaceBridgeCreators_12(L_4); Dictionary_2_t633324528 * L_5 = (Dictionary_2_t633324528 *)il2cpp_codegen_object_new(Dictionary_2_t633324528_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2679887932(L_5, /*hidden argument*/Dictionary_2__ctor_m2679887932_RuntimeMethod_var); __this->set_aliasCfg_13(L_5); Dictionary_2_t2541635029 * L_6 = (Dictionary_2_t2541635029 *)il2cpp_codegen_object_new(Dictionary_2_t2541635029_il2cpp_TypeInfo_var); Dictionary_2__ctor_m1565303856(L_6, /*hidden argument*/Dictionary_2__ctor_m1565303856_RuntimeMethod_var); __this->set_loaded_types_14(L_6); Dictionary_2_t3427006295 * L_7 = (Dictionary_2_t3427006295 *)il2cpp_codegen_object_new(Dictionary_2_t3427006295_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2562371212(L_7, /*hidden argument*/Dictionary_2__ctor_m2562371212_RuntimeMethod_var); __this->set_delegateCreatorCache_18(L_7); Dictionary_2_t223600047 * L_8 = (Dictionary_2_t223600047 *)il2cpp_codegen_object_new(Dictionary_2_t223600047_il2cpp_TypeInfo_var); Dictionary_2__ctor_m63529513(L_8, /*hidden argument*/Dictionary_2__ctor_m63529513_RuntimeMethod_var); __this->set_delegate_bridges_19(L_8); __this->set_common_array_meta_20((-1)); __this->set_common_delegate_meta_21((-1)); __this->set_enumerable_pairs_func_22((-1)); Dictionary_2_t1100325521 * L_9 = (Dictionary_2_t1100325521 *)il2cpp_codegen_object_new(Dictionary_2_t1100325521_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2302605526(L_9, /*hidden argument*/Dictionary_2__ctor_m2302605526_RuntimeMethod_var); __this->set_typeIdMap_23(L_9); Dictionary_2_t1372658091 * L_10 = (Dictionary_2_t1372658091 *)il2cpp_codegen_object_new(Dictionary_2_t1372658091_il2cpp_TypeInfo_var); Dictionary_2__ctor_m1258574838(L_10, /*hidden argument*/Dictionary_2__ctor_m1258574838_RuntimeMethod_var); __this->set_typeMap_24(L_10); HashSet_1_t1048894234 * L_11 = (HashSet_1_t1048894234 *)il2cpp_codegen_object_new(HashSet_1_t1048894234_il2cpp_TypeInfo_var); HashSet_1__ctor_m801176703(L_11, /*hidden argument*/HashSet_1__ctor_m801176703_RuntimeMethod_var); __this->set_privateAccessibleFlags_25(L_11); Dictionary_2_t3384741 * L_12 = (Dictionary_2_t3384741 *)il2cpp_codegen_object_new(Dictionary_2_t3384741_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2253601317(L_12, /*hidden argument*/Dictionary_2__ctor_m2253601317_RuntimeMethod_var); __this->set_enumMap_26(L_12); List_1_t2355598801 * L_13 = (List_1_t2355598801 *)il2cpp_codegen_object_new(List_1_t2355598801_il2cpp_TypeInfo_var); List_1__ctor_m2307673079(L_13, /*hidden argument*/List_1__ctor_m2307673079_RuntimeMethod_var); __this->set_fix_cs_functions_27(L_13); Dictionary_2_t974727102 * L_14 = (Dictionary_2_t974727102 *)il2cpp_codegen_object_new(Dictionary_2_t974727102_il2cpp_TypeInfo_var); Dictionary_2__ctor_m3889550321(L_14, /*hidden argument*/Dictionary_2__ctor_m3889550321_RuntimeMethod_var); __this->set_custom_push_funcs_28(L_14); Dictionary_2_t3199299591 * L_15 = (Dictionary_2_t3199299591 *)il2cpp_codegen_object_new(Dictionary_2_t3199299591_il2cpp_TypeInfo_var); Dictionary_2__ctor_m1102867147(L_15, /*hidden argument*/Dictionary_2__ctor_m1102867147_RuntimeMethod_var); __this->set_custom_get_funcs_29(L_15); Dictionary_2_t2411574205 * L_16 = (Dictionary_2_t2411574205 *)il2cpp_codegen_object_new(Dictionary_2_t2411574205_il2cpp_TypeInfo_var); Dictionary_2__ctor_m851750302(L_16, /*hidden argument*/Dictionary_2__ctor_m851750302_RuntimeMethod_var); __this->set_custom_update_funcs_30(L_16); __this->set_decimal_type_id_33((-1)); __this->set_XLuaTestPedding_TypeID_35((-1)); __this->set_XLuaTestMyStruct_TypeID_36((-1)); __this->set_XLuaTestPushAsTableStruct_TypeID_37((-1)); __this->set_UnityEngineVector2_TypeID_38((-1)); __this->set_UnityEngineVector3_TypeID_39((-1)); __this->set_UnityEngineVector4_TypeID_40((-1)); __this->set_UnityEngineColor_TypeID_41((-1)); __this->set_UnityEngineQuaternion_TypeID_42((-1)); __this->set_UnityEngineRay_TypeID_43((-1)); __this->set_UnityEngineBounds_TypeID_44((-1)); __this->set_UnityEngineRay2D_TypeID_45((-1)); __this->set_DGTweeningAutoPlay_TypeID_46((-1)); __this->set_DGTweeningAutoPlay_EnumRef_47((-1)); __this->set_DGTweeningAxisConstraint_TypeID_48((-1)); __this->set_DGTweeningAxisConstraint_EnumRef_49((-1)); __this->set_DGTweeningEase_TypeID_50((-1)); __this->set_DGTweeningEase_EnumRef_51((-1)); __this->set_DGTweeningLogBehaviour_TypeID_52((-1)); __this->set_DGTweeningLogBehaviour_EnumRef_53((-1)); __this->set_DGTweeningLoopType_TypeID_54((-1)); __this->set_DGTweeningLoopType_EnumRef_55((-1)); __this->set_DGTweeningPathMode_TypeID_56((-1)); __this->set_DGTweeningPathMode_EnumRef_57((-1)); __this->set_DGTweeningPathType_TypeID_58((-1)); __this->set_DGTweeningPathType_EnumRef_59((-1)); __this->set_DGTweeningRotateMode_TypeID_60((-1)); __this->set_DGTweeningRotateMode_EnumRef_61((-1)); __this->set_DGTweeningScrambleMode_TypeID_62((-1)); __this->set_DGTweeningScrambleMode_EnumRef_63((-1)); __this->set_DGTweeningTweenType_TypeID_64((-1)); __this->set_DGTweeningTweenType_EnumRef_65((-1)); __this->set_DGTweeningUpdateType_TypeID_66((-1)); __this->set_DGTweeningUpdateType_EnumRef_67((-1)); __this->set_XLuaTestMyEnum_TypeID_68((-1)); __this->set_XLuaTestMyEnum_EnumRef_69((-1)); Object__ctor_m297566312(__this, /*hidden argument*/NULL); List_1_t1279540245 * L_17 = (List_1_t1279540245 *)il2cpp_codegen_object_new(List_1_t1279540245_il2cpp_TypeInfo_var); List_1__ctor_m1786034876(L_17, /*hidden argument*/List_1__ctor_m1786034876_RuntimeMethod_var); __this->set_assemblies_7(L_17); List_1_t1279540245 * L_18 = __this->get_assemblies_7(); Assembly_t * L_19 = il2cpp_codegen_get_executing_assembly(ObjectTranslator__ctor_m1386574389_RuntimeMethod_var); NullCheck(L_18); List_1_Add_m543857524(L_18, L_19, /*hidden argument*/List_1_Add_m543857524_RuntimeMethod_var); AppDomain_t1571427825 * L_20 = AppDomain_get_CurrentDomain_m182766250(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_20); AssemblyU5BU5D_t2792222854* L_21 = AppDomain_GetAssemblies_m803088943(L_20, /*hidden argument*/NULL); V_0 = L_21; AssemblyU5BU5D_t2792222854* L_22 = V_0; ObjectTranslator_addAssemblieByName_m3007353531(__this, (RuntimeObject*)(RuntimeObject*)L_22, _stringLiteral270595499, /*hidden argument*/NULL); AssemblyU5BU5D_t2792222854* L_23 = V_0; ObjectTranslator_addAssemblieByName_m3007353531(__this, (RuntimeObject*)(RuntimeObject*)L_23, _stringLiteral3679333965, /*hidden argument*/NULL); AssemblyU5BU5D_t2792222854* L_24 = V_0; ObjectTranslator_addAssemblieByName_m3007353531(__this, (RuntimeObject*)(RuntimeObject*)L_24, _stringLiteral3891993125, /*hidden argument*/NULL); AssemblyU5BU5D_t2792222854* L_25 = V_0; V_2 = L_25; V_3 = 0; goto IL_0244; } IL_021f: { AssemblyU5BU5D_t2792222854* L_26 = V_2; int32_t L_27 = V_3; NullCheck(L_26); int32_t L_28 = L_27; Assembly_t * L_29 = (L_26)->GetAt(static_cast(L_28)); V_1 = L_29; List_1_t1279540245 * L_30 = __this->get_assemblies_7(); Assembly_t * L_31 = V_1; NullCheck(L_30); bool L_32 = List_1_Contains_m1336352484(L_30, L_31, /*hidden argument*/List_1_Contains_m1336352484_RuntimeMethod_var); if (L_32) { goto IL_0240; } } { List_1_t1279540245 * L_33 = __this->get_assemblies_7(); Assembly_t * L_34 = V_1; NullCheck(L_33); List_1_Add_m543857524(L_33, L_34, /*hidden argument*/List_1_Add_m543857524_RuntimeMethod_var); } IL_0240: { int32_t L_35 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1)); } IL_0244: { int32_t L_36 = V_3; AssemblyU5BU5D_t2792222854* L_37 = V_2; NullCheck(L_37); if ((((int32_t)L_36) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_37)->max_length))))))) { goto IL_021f; } } { LuaEnv_t2152703515 * L_38 = ___luaenv0; __this->set_luaEnv_5(L_38); ObjectCasters_t3722364209 * L_39 = (ObjectCasters_t3722364209 *)il2cpp_codegen_object_new(ObjectCasters_t3722364209_il2cpp_TypeInfo_var); ObjectCasters__ctor_m3123633304(L_39, __this, /*hidden argument*/NULL); __this->set_objectCasters_2(L_39); ObjectCheckers_t1922409879 * L_40 = (ObjectCheckers_t1922409879 *)il2cpp_codegen_object_new(ObjectCheckers_t1922409879_il2cpp_TypeInfo_var); ObjectCheckers__ctor_m2474300954(L_40, __this, /*hidden argument*/NULL); __this->set_objectCheckers_1(L_40); ObjectCheckers_t1922409879 * L_41 = __this->get_objectCheckers_1(); ObjectCasters_t3722364209 * L_42 = __this->get_objectCasters_2(); MethodWrapsCache_t113059333 * L_43 = (MethodWrapsCache_t113059333 *)il2cpp_codegen_object_new(MethodWrapsCache_t113059333_il2cpp_TypeInfo_var); MethodWrapsCache__ctor_m507601062(L_43, __this, L_41, L_42, /*hidden argument*/NULL); __this->set_methodWrapsCache_0(L_43); StaticLuaCallbacks_t3406648379 * L_44 = (StaticLuaCallbacks_t3406648379 *)il2cpp_codegen_object_new(StaticLuaCallbacks_t3406648379_il2cpp_TypeInfo_var); StaticLuaCallbacks__ctor_m2031878285(L_44, /*hidden argument*/NULL); __this->set_metaFunctions_6(L_44); intptr_t L_45 = (intptr_t)StaticLuaCallbacks_ImportType_m3105597319_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); __this->set_importTypeFunction_8(L_46); intptr_t L_47 = (intptr_t)StaticLuaCallbacks_LoadAssembly_m337918175_RuntimeMethod_var; lua_CSFunction_t883524059 * L_48 = (lua_CSFunction_t883524059 *)il2cpp_codegen_object_new(lua_CSFunction_t883524059_il2cpp_TypeInfo_var); lua_CSFunction__ctor_m2895663127(L_48, NULL, L_47, /*hidden argument*/NULL); __this->set_loadAssemblyFunction_9(L_48); intptr_t L_49 = (intptr_t)StaticLuaCallbacks_Cast_m1330993023_RuntimeMethod_var; lua_CSFunction_t883524059 * L_50 = (lua_CSFunction_t883524059 *)il2cpp_codegen_object_new(lua_CSFunction_t883524059_il2cpp_TypeInfo_var); lua_CSFunction__ctor_m2895663127(L_50, NULL, L_49, /*hidden argument*/NULL); __this->set_castFunction_10(L_50); intptr_t L_51 = ___L1; Lua_lua_newtable_m1072923522(NULL /*static, unused*/, L_51, /*hidden argument*/NULL); intptr_t L_52 = ___L1; Lua_lua_newtable_m1072923522(NULL /*static, unused*/, L_52, /*hidden argument*/NULL); intptr_t L_53 = ___L1; Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_53, _stringLiteral129948476, /*hidden argument*/NULL); intptr_t L_54 = ___L1; Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_54, _stringLiteral3452614602, /*hidden argument*/NULL); intptr_t L_55 = ___L1; Lua_lua_rawset_m3292503124(NULL /*static, unused*/, L_55, ((int32_t)-3), /*hidden argument*/NULL); intptr_t L_56 = ___L1; Lua_lua_setmetatable_m707540821(NULL /*static, unused*/, L_56, ((int32_t)-2), /*hidden argument*/NULL); intptr_t L_57 = ___L1; int32_t L_58 = LuaIndexes_get_LUA_REGISTRYINDEX_m2693244088(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_59 = Lua_luaL_ref_m2388249351(NULL /*static, unused*/, L_57, L_58, /*hidden argument*/NULL); __this->set_cacheRef_15(L_59); ObjectTranslator_initCSharpCallLua_m1610732461(__this, /*hidden argument*/NULL); return; } } // System.Void XLua.ObjectTranslator::DelayWrapLoader(System.Type,System.Action`1) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_DelayWrapLoader_m766426594 (ObjectTranslator_t2020767555 * __this, Type_t * ___type0, Action_1_t1012617776 * ___loader1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_DelayWrapLoader_m766426594_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t3456964840 * L_0 = __this->get_delayWrap_11(); Type_t * L_1 = ___type0; Action_1_t1012617776 * L_2 = ___loader1; NullCheck(L_0); Dictionary_2_set_Item_m1054239037(L_0, L_1, L_2, /*hidden argument*/Dictionary_2_set_Item_m1054239037_RuntimeMethod_var); return; } } // System.Void XLua.ObjectTranslator::AddInterfaceBridgeCreator(System.Type,System.Func`3) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_AddInterfaceBridgeCreator_m2083675120 (ObjectTranslator_t2020767555 * __this, Type_t * ___type0, Func_3_t3175775510 * ___creator1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_AddInterfaceBridgeCreator_m2083675120_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t1325155278 * L_0 = __this->get_interfaceBridgeCreators_12(); Type_t * L_1 = ___type0; Func_3_t3175775510 * L_2 = ___creator1; NullCheck(L_0); Dictionary_2_Add_m2540534362(L_0, L_1, L_2, /*hidden argument*/Dictionary_2_Add_m2540534362_RuntimeMethod_var); return; } } // System.Boolean XLua.ObjectTranslator::TryDelayWrapLoader(System.IntPtr,System.Type) extern "C" IL2CPP_METHOD_ATTR bool ObjectTranslator_TryDelayWrapLoader_m733231240 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, Type_t * ___type1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_TryDelayWrapLoader_m733231240_MetadataUsageId); s_Il2CppMethodInitialized = true; } Action_1_t1012617776 * V_0 = NULL; int32_t V_1 = 0; Type_t * V_2 = NULL; TypeU5BU5D_t3940880105* V_3 = NULL; int32_t V_4 = 0; { Dictionary_2_t2541635029 * L_0 = __this->get_loaded_types_14(); Type_t * L_1 = ___type1; NullCheck(L_0); bool L_2 = Dictionary_2_ContainsKey_m1473012971(L_0, L_1, /*hidden argument*/Dictionary_2_ContainsKey_m1473012971_RuntimeMethod_var); if (!L_2) { goto IL_0013; } } { return (bool)1; } IL_0013: { Dictionary_2_t2541635029 * L_3 = __this->get_loaded_types_14(); Type_t * L_4 = ___type1; NullCheck(L_3); Dictionary_2_Add_m1178554211(L_3, L_4, (bool)1, /*hidden argument*/Dictionary_2_Add_m1178554211_RuntimeMethod_var); intptr_t L_5 = ___L0; Type_t * L_6 = ___type1; NullCheck(L_6); String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Type::get_FullName() */, L_6); Lua_luaL_newmetatable_m848198231(NULL /*static, unused*/, L_5, L_7, /*hidden argument*/NULL); intptr_t L_8 = ___L0; Lua_lua_pop_m1434696172(NULL /*static, unused*/, L_8, 1, /*hidden argument*/NULL); intptr_t L_9 = ___L0; int32_t L_10 = Lua_lua_gettop_m2394536141(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); V_1 = L_10; Dictionary_2_t3456964840 * L_11 = __this->get_delayWrap_11(); Type_t * L_12 = ___type1; NullCheck(L_11); bool L_13 = Dictionary_2_TryGetValue_m612612121(L_11, L_12, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m612612121_RuntimeMethod_var); if (!L_13) { goto IL_0067; } } { Dictionary_2_t3456964840 * L_14 = __this->get_delayWrap_11(); Type_t * L_15 = ___type1; NullCheck(L_14); Dictionary_2_Remove_m1864771535(L_14, L_15, /*hidden argument*/Dictionary_2_Remove_m1864771535_RuntimeMethod_var); Action_1_t1012617776 * L_16 = V_0; intptr_t L_17 = ___L0; NullCheck(L_16); Action_1_Invoke_m3233585485(L_16, L_17, /*hidden argument*/Action_1_Invoke_m3233585485_RuntimeMethod_var); goto IL_007a; } IL_0067: { intptr_t L_18 = ___L0; Type_t * L_19 = ___type1; HashSet_1_t1048894234 * L_20 = __this->get_privateAccessibleFlags_25(); Type_t * L_21 = ___type1; NullCheck(L_20); bool L_22 = HashSet_1_Contains_m3238457005(L_20, L_21, /*hidden argument*/HashSet_1_Contains_m3238457005_RuntimeMethod_var); Utils_ReflectionWrap_m2304473727(NULL /*static, unused*/, L_18, L_19, L_22, /*hidden argument*/NULL); } IL_007a: { int32_t L_23 = V_1; intptr_t L_24 = ___L0; int32_t L_25 = Lua_lua_gettop_m2394536141(NULL /*static, unused*/, L_24, /*hidden argument*/NULL); if ((((int32_t)L_23) == ((int32_t)L_25))) { goto IL_00be; } } { ObjectU5BU5D_t2843939325* L_26 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)4)); NullCheck(L_26); ArrayElementTypeCheck (L_26, _stringLiteral2658977542); (L_26)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral2658977542); ObjectU5BU5D_t2843939325* L_27 = L_26; int32_t L_28 = V_1; int32_t L_29 = L_28; RuntimeObject * L_30 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_29); NullCheck(L_27); ArrayElementTypeCheck (L_27, L_30); (L_27)->SetAt(static_cast(1), (RuntimeObject *)L_30); ObjectU5BU5D_t2843939325* L_31 = L_27; NullCheck(L_31); ArrayElementTypeCheck (L_31, _stringLiteral811756571); (L_31)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral811756571); ObjectU5BU5D_t2843939325* L_32 = L_31; intptr_t L_33 = ___L0; int32_t L_34 = Lua_lua_gettop_m2394536141(NULL /*static, unused*/, L_33, /*hidden argument*/NULL); int32_t L_35 = L_34; RuntimeObject * L_36 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_35); NullCheck(L_32); ArrayElementTypeCheck (L_32, L_36); (L_32)->SetAt(static_cast(3), (RuntimeObject *)L_36); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_37 = String_Concat_m2971454694(NULL /*static, unused*/, L_32, /*hidden argument*/NULL); Exception_t * L_38 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_38, L_37, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_38,ObjectTranslator_TryDelayWrapLoader_m733231240_RuntimeMethod_var); } IL_00be: { Type_t * L_39 = ___type1; NullCheck(L_39); TypeU5BU5D_t3940880105* L_40 = VirtFuncInvoker1< TypeU5BU5D_t3940880105*, int32_t >::Invoke(66 /* System.Type[] System.Type::GetNestedTypes(System.Reflection.BindingFlags) */, L_39, ((int32_t)16)); V_3 = L_40; V_4 = 0; goto IL_00f3; } IL_00cf: { TypeU5BU5D_t3940880105* L_41 = V_3; int32_t L_42 = V_4; NullCheck(L_41); int32_t L_43 = L_42; Type_t * L_44 = (L_41)->GetAt(static_cast(L_43)); V_2 = L_44; Type_t * L_45 = V_2; bool L_46 = TypeExtensions_IsGenericTypeDefinition_m741157858(NULL /*static, unused*/, L_45, /*hidden argument*/NULL); if (!L_46) { goto IL_00e4; } } { goto IL_00ed; } IL_00e4: { intptr_t L_47 = ___L0; Type_t * L_48 = V_2; ObjectTranslator_GetTypeId_m1793999451(__this, L_47, L_48, /*hidden argument*/NULL); } IL_00ed: { int32_t L_49 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)1)); } IL_00f3: { int32_t L_50 = V_4; TypeU5BU5D_t3940880105* L_51 = V_3; NullCheck(L_51); if ((((int32_t)L_50) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_51)->max_length))))))) { goto IL_00cf; } } { return (bool)1; } } // System.Void XLua.ObjectTranslator::Alias(System.Type,System.String) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_Alias_m2065280003 (ObjectTranslator_t2020767555 * __this, Type_t * ___type0, String_t* ___alias1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_Alias_m2065280003_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { String_t* L_0 = ___alias1; Type_t * L_1 = ObjectTranslator_FindType_m4140411878(__this, L_0, (bool)0, /*hidden argument*/NULL); V_0 = L_1; Type_t * L_2 = V_0; if (L_2) { goto IL_0020; } } { String_t* L_3 = ___alias1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral2225701997, L_3, /*hidden argument*/NULL); ArgumentException_t132251570 * L_5 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,ObjectTranslator_Alias_m2065280003_RuntimeMethod_var); } IL_0020: { Dictionary_2_t633324528 * L_6 = __this->get_aliasCfg_13(); Type_t * L_7 = V_0; Type_t * L_8 = ___type0; NullCheck(L_6); Dictionary_2_set_Item_m3966730482(L_6, L_7, L_8, /*hidden argument*/Dictionary_2_set_Item_m3966730482_RuntimeMethod_var); return; } } // System.Void XLua.ObjectTranslator::addAssemblieByName(System.Collections.Generic.IEnumerable`1,System.String) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_addAssemblieByName_m3007353531 (ObjectTranslator_t2020767555 * __this, RuntimeObject* ___assemblies_usorted0, String_t* ___name1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_addAssemblieByName_m3007353531_MetadataUsageId); s_Il2CppMethodInitialized = true; } Assembly_t * V_0 = NULL; RuntimeObject* V_1 = 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); { RuntimeObject* L_0 = ___assemblies_usorted0; NullCheck(L_0); RuntimeObject* L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_t3082285688_il2cpp_TypeInfo_var, L_0); V_1 = L_1; } IL_0007: try { // begin try (depth: 1) { goto IL_0046; } IL_000c: { RuntimeObject* L_2 = V_1; NullCheck(L_2); Assembly_t * L_3 = InterfaceFuncInvoker0< Assembly_t * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t240035971_il2cpp_TypeInfo_var, L_2); V_0 = L_3; Assembly_t * L_4 = V_0; NullCheck(L_4); String_t* L_5 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Reflection.Assembly::get_FullName() */, L_4); String_t* L_6 = ___name1; NullCheck(L_5); bool L_7 = String_StartsWith_m1759067526(L_5, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0046; } } IL_0024: { List_1_t1279540245 * L_8 = __this->get_assemblies_7(); Assembly_t * L_9 = V_0; NullCheck(L_8); bool L_10 = List_1_Contains_m1336352484(L_8, L_9, /*hidden argument*/List_1_Contains_m1336352484_RuntimeMethod_var); if (L_10) { goto IL_0046; } } IL_0035: { List_1_t1279540245 * L_11 = __this->get_assemblies_7(); Assembly_t * L_12 = V_0; NullCheck(L_11); List_1_Add_m543857524(L_11, L_12, /*hidden argument*/List_1_Add_m543857524_RuntimeMethod_var); goto IL_0051; } IL_0046: { RuntimeObject* L_13 = V_1; NullCheck(L_13); bool L_14 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_13); if (L_14) { goto IL_000c; } } IL_0051: { IL2CPP_LEAVE(0x63, FINALLY_0056); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0056; } FINALLY_0056: { // begin finally (depth: 1) { RuntimeObject* L_15 = V_1; if (!L_15) { goto IL_0062; } } IL_005c: { RuntimeObject* L_16 = V_1; NullCheck(L_16); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_16); } IL_0062: { IL2CPP_END_FINALLY(86) } } // end finally (depth: 1) IL2CPP_CLEANUP(86) { IL2CPP_JUMP_TBL(0x63, IL_0063) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0063: { return; } } // System.Void XLua.ObjectTranslator::initCSharpCallLua() extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_initCSharpCallLua_m1610732461 (ObjectTranslator_t2020767555 * __this, const RuntimeMethod* method) { { return; } } // System.Func`2 XLua.ObjectTranslator::getCreatorUsingGeneric(XLua.DelegateBridgeBase,System.Type,System.Reflection.MethodInfo) extern "C" IL2CPP_METHOD_ATTR Func_2_t982659231 * ObjectTranslator_getCreatorUsingGeneric_m920798342 (ObjectTranslator_t2020767555 * __this, DelegateBridgeBase_t3577089876 * ___bridge0, Type_t * ___delegateType1, MethodInfo_t * ___delegateMethod2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_getCreatorUsingGeneric_m920798342_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CgetCreatorUsingGenericU3Ec__AnonStorey0_t1407406737 * V_0 = NULL; Func_2_t982659231 * V_1 = NULL; MethodInfoU5BU5D_t2572182361* V_2 = NULL; ParameterInfoU5BU5D_t390618515* V_3 = NULL; ParameterInfo_t1861056598 * V_4 = NULL; ParameterInfoU5BU5D_t390618515* V_5 = NULL; int32_t V_6 = 0; U3CgetCreatorUsingGenericU3Ec__AnonStorey2_t1025069713 * V_7 = NULL; RuntimeObject* V_8 = NULL; U3CgetCreatorUsingGenericU3Ec__AnonStorey1_t3746058897 * V_9 = NULL; MethodInfoU5BU5D_t2572182361* G_B3_0 = NULL; ObjectTranslator_t2020767555 * G_B3_1 = NULL; MethodInfoU5BU5D_t2572182361* G_B2_0 = NULL; ObjectTranslator_t2020767555 * G_B2_1 = NULL; RuntimeObject* G_B5_0 = NULL; ObjectTranslator_t2020767555 * G_B5_1 = NULL; RuntimeObject* G_B4_0 = NULL; ObjectTranslator_t2020767555 * G_B4_1 = NULL; MethodInfoU5BU5D_t2572182361* G_B7_0 = NULL; ObjectTranslator_t2020767555 * G_B7_1 = NULL; MethodInfoU5BU5D_t2572182361* G_B6_0 = NULL; ObjectTranslator_t2020767555 * G_B6_1 = NULL; RuntimeObject* G_B9_0 = NULL; ObjectTranslator_t2020767555 * G_B9_1 = NULL; RuntimeObject* G_B8_0 = NULL; ObjectTranslator_t2020767555 * G_B8_1 = NULL; ParameterInfoU5BU5D_t390618515* G_B31_0 = NULL; ParameterInfoU5BU5D_t390618515* G_B30_0 = NULL; { U3CgetCreatorUsingGenericU3Ec__AnonStorey0_t1407406737 * L_0 = (U3CgetCreatorUsingGenericU3Ec__AnonStorey0_t1407406737 *)il2cpp_codegen_object_new(U3CgetCreatorUsingGenericU3Ec__AnonStorey0_t1407406737_il2cpp_TypeInfo_var); U3CgetCreatorUsingGenericU3Ec__AnonStorey0__ctor_m2667077584(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CgetCreatorUsingGenericU3Ec__AnonStorey0_t1407406737 * L_1 = V_0; Type_t * L_2 = ___delegateType1; NullCheck(L_1); L_1->set_delegateType_0(L_2); V_1 = (Func_2_t982659231 *)NULL; MethodInfoU5BU5D_t2572182361* L_3 = __this->get_genericAction_16(); if (L_3) { goto IL_00cc; } } { RuntimeTypeHandle_t3027515415 L_4 = { reinterpret_cast (DelegateBridge_t811511531_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_5 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); NullCheck(L_5); MethodInfoU5BU5D_t2572182361* L_6 = VirtFuncInvoker1< MethodInfoU5BU5D_t2572182361*, int32_t >::Invoke(65 /* System.Reflection.MethodInfo[] System.Type::GetMethods(System.Reflection.BindingFlags) */, L_5, ((int32_t)22)); V_2 = L_6; MethodInfoU5BU5D_t2572182361* L_7 = V_2; IL2CPP_RUNTIME_CLASS_INIT(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var); Func_2_t3487522507 * L_8 = ((ObjectTranslator_t2020767555_StaticFields*)il2cpp_codegen_static_fields_for(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache0_71(); G_B2_0 = L_7; G_B2_1 = __this; if (L_8) { G_B3_0 = L_7; G_B3_1 = __this; goto IL_0046; } } { intptr_t L_9 = (intptr_t)ObjectTranslator_U3CgetCreatorUsingGenericU3Em__0_m2109139500_RuntimeMethod_var; Func_2_t3487522507 * L_10 = (Func_2_t3487522507 *)il2cpp_codegen_object_new(Func_2_t3487522507_il2cpp_TypeInfo_var); Func_2__ctor_m590823069(L_10, NULL, L_9, /*hidden argument*/Func_2__ctor_m590823069_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var); ((ObjectTranslator_t2020767555_StaticFields*)il2cpp_codegen_static_fields_for(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var))->set_U3CU3Ef__amU24cache0_71(L_10); G_B3_0 = G_B2_0; G_B3_1 = G_B2_1; } IL_0046: { IL2CPP_RUNTIME_CLASS_INIT(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var); Func_2_t3487522507 * L_11 = ((ObjectTranslator_t2020767555_StaticFields*)il2cpp_codegen_static_fields_for(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache0_71(); RuntimeObject* L_12 = Enumerable_Where_TisMethodInfo_t_m3924235442(NULL /*static, unused*/, (RuntimeObject*)(RuntimeObject*)G_B3_0, L_11, /*hidden argument*/Enumerable_Where_TisMethodInfo_t_m3924235442_RuntimeMethod_var); Func_2_t2046212999 * L_13 = ((ObjectTranslator_t2020767555_StaticFields*)il2cpp_codegen_static_fields_for(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache1_72(); G_B4_0 = L_12; G_B4_1 = G_B3_1; if (L_13) { G_B5_0 = L_12; G_B5_1 = G_B3_1; goto IL_0068; } } { intptr_t L_14 = (intptr_t)ObjectTranslator_U3CgetCreatorUsingGenericU3Em__1_m3650715484_RuntimeMethod_var; Func_2_t2046212999 * L_15 = (Func_2_t2046212999 *)il2cpp_codegen_object_new(Func_2_t2046212999_il2cpp_TypeInfo_var); Func_2__ctor_m578777272(L_15, NULL, L_14, /*hidden argument*/Func_2__ctor_m578777272_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var); ((ObjectTranslator_t2020767555_StaticFields*)il2cpp_codegen_static_fields_for(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var))->set_U3CU3Ef__amU24cache1_72(L_15); G_B5_0 = G_B4_0; G_B5_1 = G_B4_1; } IL_0068: { IL2CPP_RUNTIME_CLASS_INIT(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var); Func_2_t2046212999 * L_16 = ((ObjectTranslator_t2020767555_StaticFields*)il2cpp_codegen_static_fields_for(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache1_72(); RuntimeObject* L_17 = Enumerable_OrderBy_TisMethodInfo_t_TisInt32_t2950945753_m2349904740(NULL /*static, unused*/, G_B5_0, L_16, /*hidden argument*/Enumerable_OrderBy_TisMethodInfo_t_TisInt32_t2950945753_m2349904740_RuntimeMethod_var); MethodInfoU5BU5D_t2572182361* L_18 = Enumerable_ToArray_TisMethodInfo_t_m2640777535(NULL /*static, unused*/, L_17, /*hidden argument*/Enumerable_ToArray_TisMethodInfo_t_m2640777535_RuntimeMethod_var); NullCheck(G_B5_1); G_B5_1->set_genericAction_16(L_18); MethodInfoU5BU5D_t2572182361* L_19 = V_2; Func_2_t3487522507 * L_20 = ((ObjectTranslator_t2020767555_StaticFields*)il2cpp_codegen_static_fields_for(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache2_73(); G_B6_0 = L_19; G_B6_1 = __this; if (L_20) { G_B7_0 = L_19; G_B7_1 = __this; goto IL_0096; } } { intptr_t L_21 = (intptr_t)ObjectTranslator_U3CgetCreatorUsingGenericU3Em__2_m1657217737_RuntimeMethod_var; Func_2_t3487522507 * L_22 = (Func_2_t3487522507 *)il2cpp_codegen_object_new(Func_2_t3487522507_il2cpp_TypeInfo_var); Func_2__ctor_m590823069(L_22, NULL, L_21, /*hidden argument*/Func_2__ctor_m590823069_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var); ((ObjectTranslator_t2020767555_StaticFields*)il2cpp_codegen_static_fields_for(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var))->set_U3CU3Ef__amU24cache2_73(L_22); G_B7_0 = G_B6_0; G_B7_1 = G_B6_1; } IL_0096: { IL2CPP_RUNTIME_CLASS_INIT(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var); Func_2_t3487522507 * L_23 = ((ObjectTranslator_t2020767555_StaticFields*)il2cpp_codegen_static_fields_for(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache2_73(); RuntimeObject* L_24 = Enumerable_Where_TisMethodInfo_t_m3924235442(NULL /*static, unused*/, (RuntimeObject*)(RuntimeObject*)G_B7_0, L_23, /*hidden argument*/Enumerable_Where_TisMethodInfo_t_m3924235442_RuntimeMethod_var); Func_2_t2046212999 * L_25 = ((ObjectTranslator_t2020767555_StaticFields*)il2cpp_codegen_static_fields_for(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache3_74(); G_B8_0 = L_24; G_B8_1 = G_B7_1; if (L_25) { G_B9_0 = L_24; G_B9_1 = G_B7_1; goto IL_00b8; } } { intptr_t L_26 = (intptr_t)ObjectTranslator_U3CgetCreatorUsingGenericU3Em__3_m191589309_RuntimeMethod_var; Func_2_t2046212999 * L_27 = (Func_2_t2046212999 *)il2cpp_codegen_object_new(Func_2_t2046212999_il2cpp_TypeInfo_var); Func_2__ctor_m578777272(L_27, NULL, L_26, /*hidden argument*/Func_2__ctor_m578777272_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var); ((ObjectTranslator_t2020767555_StaticFields*)il2cpp_codegen_static_fields_for(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var))->set_U3CU3Ef__amU24cache3_74(L_27); G_B9_0 = G_B8_0; G_B9_1 = G_B8_1; } IL_00b8: { IL2CPP_RUNTIME_CLASS_INIT(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var); Func_2_t2046212999 * L_28 = ((ObjectTranslator_t2020767555_StaticFields*)il2cpp_codegen_static_fields_for(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache3_74(); RuntimeObject* L_29 = Enumerable_OrderBy_TisMethodInfo_t_TisInt32_t2950945753_m2349904740(NULL /*static, unused*/, G_B9_0, L_28, /*hidden argument*/Enumerable_OrderBy_TisMethodInfo_t_TisInt32_t2950945753_m2349904740_RuntimeMethod_var); MethodInfoU5BU5D_t2572182361* L_30 = Enumerable_ToArray_TisMethodInfo_t_m2640777535(NULL /*static, unused*/, L_29, /*hidden argument*/Enumerable_ToArray_TisMethodInfo_t_m2640777535_RuntimeMethod_var); NullCheck(G_B9_1); G_B9_1->set_genericFunc_17(L_30); } IL_00cc: { MethodInfoU5BU5D_t2572182361* L_31 = __this->get_genericAction_16(); NullCheck(L_31); if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_31)->max_length))))) == ((uint32_t)5)))) { goto IL_00e8; } } { MethodInfoU5BU5D_t2572182361* L_32 = __this->get_genericFunc_17(); NullCheck(L_32); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_32)->max_length))))) == ((int32_t)5))) { goto IL_00ea; } } IL_00e8: { return (Func_2_t982659231 *)NULL; } IL_00ea: { MethodInfo_t * L_33 = ___delegateMethod2; NullCheck(L_33); ParameterInfoU5BU5D_t390618515* L_34 = VirtFuncInvoker0< ParameterInfoU5BU5D_t390618515* >::Invoke(15 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParameters() */, L_33); V_3 = L_34; MethodInfo_t * L_35 = ___delegateMethod2; NullCheck(L_35); Type_t * L_36 = VirtFuncInvoker0< Type_t * >::Invoke(34 /* System.Type System.Reflection.MethodInfo::get_ReturnType() */, L_35); bool L_37 = TypeExtensions_IsValueType_m1315482809(NULL /*static, unused*/, L_36, /*hidden argument*/NULL); if (!L_37) { goto IL_0116; } } { MethodInfo_t * L_38 = ___delegateMethod2; NullCheck(L_38); Type_t * L_39 = VirtFuncInvoker0< Type_t * >::Invoke(34 /* System.Type System.Reflection.MethodInfo::get_ReturnType() */, L_38); RuntimeTypeHandle_t3027515415 L_40 = { reinterpret_cast (Void_t1185182177_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_41 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_40, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_39) == ((RuntimeObject*)(Type_t *)L_41)))) { goto IL_011f; } } IL_0116: { ParameterInfoU5BU5D_t390618515* L_42 = V_3; NullCheck(L_42); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_42)->max_length))))) <= ((int32_t)4))) { goto IL_0142; } } IL_011f: { IL2CPP_RUNTIME_CLASS_INIT(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var); Func_2_t982659231 * L_43 = ((ObjectTranslator_t2020767555_StaticFields*)il2cpp_codegen_static_fields_for(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache4_75(); if (L_43) { goto IL_0137; } } { intptr_t L_44 = (intptr_t)ObjectTranslator_U3CgetCreatorUsingGenericU3Em__4_m2758151677_RuntimeMethod_var; Func_2_t982659231 * L_45 = (Func_2_t982659231 *)il2cpp_codegen_object_new(Func_2_t982659231_il2cpp_TypeInfo_var); Func_2__ctor_m1433494826(L_45, NULL, L_44, /*hidden argument*/Func_2__ctor_m1433494826_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var); ((ObjectTranslator_t2020767555_StaticFields*)il2cpp_codegen_static_fields_for(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var))->set_U3CU3Ef__amU24cache4_75(L_45); } IL_0137: { IL2CPP_RUNTIME_CLASS_INIT(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var); Func_2_t982659231 * L_46 = ((ObjectTranslator_t2020767555_StaticFields*)il2cpp_codegen_static_fields_for(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache4_75(); V_1 = L_46; goto IL_02a7; } IL_0142: { ParameterInfoU5BU5D_t390618515* L_47 = V_3; V_5 = L_47; V_6 = 0; goto IL_01ab; } IL_014d: { ParameterInfoU5BU5D_t390618515* L_48 = V_5; int32_t L_49 = V_6; NullCheck(L_48); int32_t L_50 = L_49; ParameterInfo_t1861056598 * L_51 = (L_48)->GetAt(static_cast(L_50)); V_4 = L_51; ParameterInfo_t1861056598 * L_52 = V_4; NullCheck(L_52); Type_t * L_53 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_52); bool L_54 = TypeExtensions_IsValueType_m1315482809(NULL /*static, unused*/, L_53, /*hidden argument*/NULL); if (L_54) { goto IL_0182; } } { ParameterInfo_t1861056598 * L_55 = V_4; NullCheck(L_55); bool L_56 = ParameterInfo_get_IsOut_m867677222(L_55, /*hidden argument*/NULL); if (L_56) { goto IL_0182; } } { ParameterInfo_t1861056598 * L_57 = V_4; NullCheck(L_57); Type_t * L_58 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_57); NullCheck(L_58); bool L_59 = Type_get_IsByRef_m1262524108(L_58, /*hidden argument*/NULL); if (!L_59) { goto IL_01a5; } } IL_0182: { IL2CPP_RUNTIME_CLASS_INIT(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var); Func_2_t982659231 * L_60 = ((ObjectTranslator_t2020767555_StaticFields*)il2cpp_codegen_static_fields_for(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache5_76(); if (L_60) { goto IL_019a; } } { intptr_t L_61 = (intptr_t)ObjectTranslator_U3CgetCreatorUsingGenericU3Em__5_m4248038145_RuntimeMethod_var; Func_2_t982659231 * L_62 = (Func_2_t982659231 *)il2cpp_codegen_object_new(Func_2_t982659231_il2cpp_TypeInfo_var); Func_2__ctor_m1433494826(L_62, NULL, L_61, /*hidden argument*/Func_2__ctor_m1433494826_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var); ((ObjectTranslator_t2020767555_StaticFields*)il2cpp_codegen_static_fields_for(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var))->set_U3CU3Ef__amU24cache5_76(L_62); } IL_019a: { IL2CPP_RUNTIME_CLASS_INIT(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var); Func_2_t982659231 * L_63 = ((ObjectTranslator_t2020767555_StaticFields*)il2cpp_codegen_static_fields_for(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache5_76(); V_1 = L_63; goto IL_01b6; } IL_01a5: { int32_t L_64 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_64, (int32_t)1)); } IL_01ab: { int32_t L_65 = V_6; ParameterInfoU5BU5D_t390618515* L_66 = V_5; NullCheck(L_66); if ((((int32_t)L_65) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_66)->max_length))))))) { goto IL_014d; } } IL_01b6: { Func_2_t982659231 * L_67 = V_1; if (L_67) { goto IL_02a7; } } { U3CgetCreatorUsingGenericU3Ec__AnonStorey2_t1025069713 * L_68 = (U3CgetCreatorUsingGenericU3Ec__AnonStorey2_t1025069713 *)il2cpp_codegen_object_new(U3CgetCreatorUsingGenericU3Ec__AnonStorey2_t1025069713_il2cpp_TypeInfo_var); U3CgetCreatorUsingGenericU3Ec__AnonStorey2__ctor_m2913886160(L_68, /*hidden argument*/NULL); V_7 = L_68; U3CgetCreatorUsingGenericU3Ec__AnonStorey2_t1025069713 * L_69 = V_7; U3CgetCreatorUsingGenericU3Ec__AnonStorey0_t1407406737 * L_70 = V_0; NullCheck(L_69); L_69->set_U3CU3Ef__refU240_1(L_70); ParameterInfoU5BU5D_t390618515* L_71 = V_3; IL2CPP_RUNTIME_CLASS_INIT(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var); Func_2_t3692615456 * L_72 = ((ObjectTranslator_t2020767555_StaticFields*)il2cpp_codegen_static_fields_for(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache6_77(); G_B30_0 = L_71; if (L_72) { G_B31_0 = L_71; goto IL_01e4; } } { intptr_t L_73 = (intptr_t)ObjectTranslator_U3CgetCreatorUsingGenericU3Em__6_m3247176003_RuntimeMethod_var; Func_2_t3692615456 * L_74 = (Func_2_t3692615456 *)il2cpp_codegen_object_new(Func_2_t3692615456_il2cpp_TypeInfo_var); Func_2__ctor_m249082317(L_74, NULL, L_73, /*hidden argument*/Func_2__ctor_m249082317_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var); ((ObjectTranslator_t2020767555_StaticFields*)il2cpp_codegen_static_fields_for(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var))->set_U3CU3Ef__amU24cache6_77(L_74); G_B31_0 = G_B30_0; } IL_01e4: { IL2CPP_RUNTIME_CLASS_INIT(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var); Func_2_t3692615456 * L_75 = ((ObjectTranslator_t2020767555_StaticFields*)il2cpp_codegen_static_fields_for(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache6_77(); RuntimeObject* L_76 = Enumerable_Select_TisParameterInfo_t1861056598_TisType_t_m1700990983(NULL /*static, unused*/, (RuntimeObject*)(RuntimeObject*)G_B31_0, L_75, /*hidden argument*/Enumerable_Select_TisParameterInfo_t1861056598_TisType_t_m1700990983_RuntimeMethod_var); V_8 = L_76; U3CgetCreatorUsingGenericU3Ec__AnonStorey2_t1025069713 * L_77 = V_7; NullCheck(L_77); L_77->set_genericMethodInfo_0((MethodInfo_t *)NULL); MethodInfo_t * L_78 = ___delegateMethod2; NullCheck(L_78); Type_t * L_79 = VirtFuncInvoker0< Type_t * >::Invoke(34 /* System.Type System.Reflection.MethodInfo::get_ReturnType() */, L_78); RuntimeTypeHandle_t3027515415 L_80 = { reinterpret_cast (Void_t1185182177_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_81 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_80, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_79) == ((RuntimeObject*)(Type_t *)L_81)))) { goto IL_0223; } } { U3CgetCreatorUsingGenericU3Ec__AnonStorey2_t1025069713 * L_82 = V_7; MethodInfoU5BU5D_t2572182361* L_83 = __this->get_genericAction_16(); ParameterInfoU5BU5D_t390618515* L_84 = V_3; NullCheck(L_84); NullCheck(L_83); int32_t L_85 = (((int32_t)((int32_t)(((RuntimeArray *)L_84)->max_length)))); MethodInfo_t * L_86 = (L_83)->GetAt(static_cast(L_85)); NullCheck(L_82); L_82->set_genericMethodInfo_0(L_86); goto IL_024c; } IL_0223: { U3CgetCreatorUsingGenericU3Ec__AnonStorey2_t1025069713 * L_87 = V_7; MethodInfoU5BU5D_t2572182361* L_88 = __this->get_genericFunc_17(); ParameterInfoU5BU5D_t390618515* L_89 = V_3; NullCheck(L_89); NullCheck(L_88); int32_t L_90 = (((int32_t)((int32_t)(((RuntimeArray *)L_89)->max_length)))); MethodInfo_t * L_91 = (L_88)->GetAt(static_cast(L_90)); NullCheck(L_87); L_87->set_genericMethodInfo_0(L_91); RuntimeObject* L_92 = V_8; TypeU5BU5D_t3940880105* L_93 = ((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)1)); MethodInfo_t * L_94 = ___delegateMethod2; NullCheck(L_94); Type_t * L_95 = VirtFuncInvoker0< Type_t * >::Invoke(34 /* System.Type System.Reflection.MethodInfo::get_ReturnType() */, L_94); NullCheck(L_93); ArrayElementTypeCheck (L_93, L_95); (L_93)->SetAt(static_cast(0), (Type_t *)L_95); RuntimeObject* L_96 = Enumerable_Concat_TisType_t_m738045824(NULL /*static, unused*/, L_92, (RuntimeObject*)(RuntimeObject*)L_93, /*hidden argument*/Enumerable_Concat_TisType_t_m738045824_RuntimeMethod_var); V_8 = L_96; } IL_024c: { U3CgetCreatorUsingGenericU3Ec__AnonStorey2_t1025069713 * L_97 = V_7; NullCheck(L_97); MethodInfo_t * L_98 = L_97->get_genericMethodInfo_0(); NullCheck(L_98); bool L_99 = VirtFuncInvoker0< bool >::Invoke(31 /* System.Boolean System.Reflection.MethodBase::get_IsGenericMethodDefinition() */, L_98); if (!L_99) { goto IL_0299; } } { U3CgetCreatorUsingGenericU3Ec__AnonStorey1_t3746058897 * L_100 = (U3CgetCreatorUsingGenericU3Ec__AnonStorey1_t3746058897 *)il2cpp_codegen_object_new(U3CgetCreatorUsingGenericU3Ec__AnonStorey1_t3746058897_il2cpp_TypeInfo_var); U3CgetCreatorUsingGenericU3Ec__AnonStorey1__ctor_m2543673296(L_100, /*hidden argument*/NULL); V_9 = L_100; U3CgetCreatorUsingGenericU3Ec__AnonStorey1_t3746058897 * L_101 = V_9; U3CgetCreatorUsingGenericU3Ec__AnonStorey0_t1407406737 * L_102 = V_0; NullCheck(L_101); L_101->set_U3CU3Ef__refU240_1(L_102); U3CgetCreatorUsingGenericU3Ec__AnonStorey1_t3746058897 * L_103 = V_9; U3CgetCreatorUsingGenericU3Ec__AnonStorey2_t1025069713 * L_104 = V_7; NullCheck(L_104); MethodInfo_t * L_105 = L_104->get_genericMethodInfo_0(); RuntimeObject* L_106 = V_8; TypeU5BU5D_t3940880105* L_107 = Enumerable_ToArray_TisType_t_m4037995289(NULL /*static, unused*/, L_106, /*hidden argument*/Enumerable_ToArray_TisType_t_m4037995289_RuntimeMethod_var); NullCheck(L_105); MethodInfo_t * L_108 = VirtFuncInvoker1< MethodInfo_t *, TypeU5BU5D_t3940880105* >::Invoke(35 /* System.Reflection.MethodInfo System.Reflection.MethodInfo::MakeGenericMethod(System.Type[]) */, L_105, L_107); NullCheck(L_103); L_103->set_methodInfo_0(L_108); U3CgetCreatorUsingGenericU3Ec__AnonStorey1_t3746058897 * L_109 = V_9; intptr_t L_110 = (intptr_t)U3CgetCreatorUsingGenericU3Ec__AnonStorey1_U3CU3Em__0_m4045693392_RuntimeMethod_var; Func_2_t982659231 * L_111 = (Func_2_t982659231 *)il2cpp_codegen_object_new(Func_2_t982659231_il2cpp_TypeInfo_var); Func_2__ctor_m1433494826(L_111, L_109, L_110, /*hidden argument*/Func_2__ctor_m1433494826_RuntimeMethod_var); V_1 = L_111; goto IL_02a7; } IL_0299: { U3CgetCreatorUsingGenericU3Ec__AnonStorey2_t1025069713 * L_112 = V_7; intptr_t L_113 = (intptr_t)U3CgetCreatorUsingGenericU3Ec__AnonStorey2_U3CU3Em__0_m2423856680_RuntimeMethod_var; Func_2_t982659231 * L_114 = (Func_2_t982659231 *)il2cpp_codegen_object_new(Func_2_t982659231_il2cpp_TypeInfo_var); Func_2__ctor_m1433494826(L_114, L_112, L_113, /*hidden argument*/Func_2__ctor_m1433494826_RuntimeMethod_var); V_1 = L_114; } IL_02a7: { Func_2_t982659231 * L_115 = V_1; return L_115; } } // System.Delegate XLua.ObjectTranslator::getDelegate(XLua.DelegateBridgeBase,System.Type) extern "C" IL2CPP_METHOD_ATTR Delegate_t1188392813 * ObjectTranslator_getDelegate_m425086728 (ObjectTranslator_t2020767555 * __this, DelegateBridgeBase_t3577089876 * ___bridge0, Type_t * ___delegateType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_getDelegate_m425086728_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CgetDelegateU3Ec__AnonStorey3_t4152580592 * V_0 = NULL; Delegate_t1188392813 * V_1 = NULL; Func_2_t982659231 * V_2 = NULL; MethodInfo_t * V_3 = NULL; MethodInfoU5BU5D_t2572182361* V_4 = NULL; int32_t V_5 = 0; U3CgetDelegateU3Ec__AnonStorey4_t4152580591 * V_6 = NULL; MethodInfoU5BU5D_t2572182361* G_B8_0 = NULL; MethodInfoU5BU5D_t2572182361* G_B7_0 = NULL; { U3CgetDelegateU3Ec__AnonStorey3_t4152580592 * L_0 = (U3CgetDelegateU3Ec__AnonStorey3_t4152580592 *)il2cpp_codegen_object_new(U3CgetDelegateU3Ec__AnonStorey3_t4152580592_il2cpp_TypeInfo_var); U3CgetDelegateU3Ec__AnonStorey3__ctor_m1179516294(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CgetDelegateU3Ec__AnonStorey3_t4152580592 * L_1 = V_0; Type_t * L_2 = ___delegateType1; NullCheck(L_1); L_1->set_delegateType_0(L_2); DelegateBridgeBase_t3577089876 * L_3 = ___bridge0; U3CgetDelegateU3Ec__AnonStorey3_t4152580592 * L_4 = V_0; NullCheck(L_4); Type_t * L_5 = L_4->get_delegateType_0(); NullCheck(L_3); Delegate_t1188392813 * L_6 = VirtFuncInvoker1< Delegate_t1188392813 *, Type_t * >::Invoke(7 /* System.Delegate XLua.DelegateBridgeBase::GetDelegateByType(System.Type) */, L_3, L_5); V_1 = L_6; Delegate_t1188392813 * L_7 = V_1; if (!L_7) { goto IL_0022; } } { Delegate_t1188392813 * L_8 = V_1; return L_8; } IL_0022: { U3CgetDelegateU3Ec__AnonStorey3_t4152580592 * L_9 = V_0; NullCheck(L_9); Type_t * L_10 = L_9->get_delegateType_0(); RuntimeTypeHandle_t3027515415 L_11 = { reinterpret_cast (Delegate_t1188392813_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_004c; } } { U3CgetDelegateU3Ec__AnonStorey3_t4152580592 * L_13 = V_0; NullCheck(L_13); Type_t * L_14 = L_13->get_delegateType_0(); RuntimeTypeHandle_t3027515415 L_15 = { reinterpret_cast (MulticastDelegate_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_16 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_15, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_14) == ((RuntimeObject*)(Type_t *)L_16)))) { goto IL_004e; } } IL_004c: { return (Delegate_t1188392813 *)NULL; } IL_004e: { Dictionary_2_t3427006295 * L_17 = __this->get_delegateCreatorCache_18(); U3CgetDelegateU3Ec__AnonStorey3_t4152580592 * L_18 = V_0; NullCheck(L_18); Type_t * L_19 = L_18->get_delegateType_0(); NullCheck(L_17); bool L_20 = Dictionary_2_TryGetValue_m303980006(L_17, L_19, (&V_2), /*hidden argument*/Dictionary_2_TryGetValue_m303980006_RuntimeMethod_var); if (L_20) { goto IL_013a; } } { U3CgetDelegateU3Ec__AnonStorey3_t4152580592 * L_21 = V_0; NullCheck(L_21); Type_t * L_22 = L_21->get_delegateType_0(); NullCheck(L_22); MethodInfo_t * L_23 = Type_GetMethod_m2019726356(L_22, _stringLiteral2401610308, /*hidden argument*/NULL); V_3 = L_23; DelegateBridgeBase_t3577089876 * L_24 = ___bridge0; NullCheck(L_24); Type_t * L_25 = Object_GetType_m88164663(L_24, /*hidden argument*/NULL); NullCheck(L_25); MethodInfoU5BU5D_t2572182361* L_26 = VirtFuncInvoker1< MethodInfoU5BU5D_t2572182361*, int32_t >::Invoke(65 /* System.Reflection.MethodInfo[] System.Type::GetMethods(System.Reflection.BindingFlags) */, L_25, ((int32_t)22)); IL2CPP_RUNTIME_CLASS_INIT(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var); Func_2_t3487522507 * L_27 = ((ObjectTranslator_t2020767555_StaticFields*)il2cpp_codegen_static_fields_for(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache7_78(); G_B7_0 = L_26; if (L_27) { G_B8_0 = L_26; goto IL_009c; } } { intptr_t L_28 = (intptr_t)ObjectTranslator_U3CgetDelegateU3Em__7_m910527994_RuntimeMethod_var; Func_2_t3487522507 * L_29 = (Func_2_t3487522507 *)il2cpp_codegen_object_new(Func_2_t3487522507_il2cpp_TypeInfo_var); Func_2__ctor_m590823069(L_29, NULL, L_28, /*hidden argument*/Func_2__ctor_m590823069_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var); ((ObjectTranslator_t2020767555_StaticFields*)il2cpp_codegen_static_fields_for(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var))->set_U3CU3Ef__amU24cache7_78(L_29); G_B8_0 = G_B7_0; } IL_009c: { IL2CPP_RUNTIME_CLASS_INIT(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var); Func_2_t3487522507 * L_30 = ((ObjectTranslator_t2020767555_StaticFields*)il2cpp_codegen_static_fields_for(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var))->get_U3CU3Ef__amU24cache7_78(); RuntimeObject* L_31 = Enumerable_Where_TisMethodInfo_t_m3924235442(NULL /*static, unused*/, (RuntimeObject*)(RuntimeObject*)G_B8_0, L_30, /*hidden argument*/Enumerable_Where_TisMethodInfo_t_m3924235442_RuntimeMethod_var); MethodInfoU5BU5D_t2572182361* L_32 = Enumerable_ToArray_TisMethodInfo_t_m2640777535(NULL /*static, unused*/, L_31, /*hidden argument*/Enumerable_ToArray_TisMethodInfo_t_m2640777535_RuntimeMethod_var); V_4 = L_32; V_5 = 0; goto IL_0108; } IL_00b5: { MethodInfoU5BU5D_t2572182361* L_33 = V_4; int32_t L_34 = V_5; NullCheck(L_33); int32_t L_35 = L_34; MethodInfo_t * L_36 = (L_33)->GetAt(static_cast(L_35)); NullCheck(L_36); bool L_37 = MethodBase_get_IsConstructor_m1438333698(L_36, /*hidden argument*/NULL); if (L_37) { goto IL_0102; } } { MethodInfo_t * L_38 = V_3; MethodInfoU5BU5D_t2572182361* L_39 = V_4; int32_t L_40 = V_5; NullCheck(L_39); int32_t L_41 = L_40; MethodInfo_t * L_42 = (L_39)->GetAt(static_cast(L_41)); bool L_43 = Utils_IsParamsMatch_m3661847978(NULL /*static, unused*/, L_38, L_42, /*hidden argument*/NULL); if (!L_43) { goto IL_0102; } } { U3CgetDelegateU3Ec__AnonStorey4_t4152580591 * L_44 = (U3CgetDelegateU3Ec__AnonStorey4_t4152580591 *)il2cpp_codegen_object_new(U3CgetDelegateU3Ec__AnonStorey4_t4152580591_il2cpp_TypeInfo_var); U3CgetDelegateU3Ec__AnonStorey4__ctor_m1179513027(L_44, /*hidden argument*/NULL); V_6 = L_44; U3CgetDelegateU3Ec__AnonStorey4_t4152580591 * L_45 = V_6; U3CgetDelegateU3Ec__AnonStorey3_t4152580592 * L_46 = V_0; NullCheck(L_45); L_45->set_U3CU3Ef__refU243_1(L_46); U3CgetDelegateU3Ec__AnonStorey4_t4152580591 * L_47 = V_6; MethodInfoU5BU5D_t2572182361* L_48 = V_4; int32_t L_49 = V_5; NullCheck(L_48); int32_t L_50 = L_49; MethodInfo_t * L_51 = (L_48)->GetAt(static_cast(L_50)); NullCheck(L_47); L_47->set_foundMethod_0(L_51); U3CgetDelegateU3Ec__AnonStorey4_t4152580591 * L_52 = V_6; intptr_t L_53 = (intptr_t)U3CgetDelegateU3Ec__AnonStorey4_U3CU3Em__0_m1417468920_RuntimeMethod_var; Func_2_t982659231 * L_54 = (Func_2_t982659231 *)il2cpp_codegen_object_new(Func_2_t982659231_il2cpp_TypeInfo_var); Func_2__ctor_m1433494826(L_54, L_52, L_53, /*hidden argument*/Func_2__ctor_m1433494826_RuntimeMethod_var); V_2 = L_54; goto IL_0113; } IL_0102: { int32_t L_55 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_55, (int32_t)1)); } IL_0108: { int32_t L_56 = V_5; MethodInfoU5BU5D_t2572182361* L_57 = V_4; NullCheck(L_57); if ((((int32_t)L_56) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_57)->max_length))))))) { goto IL_00b5; } } IL_0113: { Func_2_t982659231 * L_58 = V_2; if (L_58) { goto IL_0128; } } { DelegateBridgeBase_t3577089876 * L_59 = ___bridge0; U3CgetDelegateU3Ec__AnonStorey3_t4152580592 * L_60 = V_0; NullCheck(L_60); Type_t * L_61 = L_60->get_delegateType_0(); MethodInfo_t * L_62 = V_3; Func_2_t982659231 * L_63 = ObjectTranslator_getCreatorUsingGeneric_m920798342(__this, L_59, L_61, L_62, /*hidden argument*/NULL); V_2 = L_63; } IL_0128: { Dictionary_2_t3427006295 * L_64 = __this->get_delegateCreatorCache_18(); U3CgetDelegateU3Ec__AnonStorey3_t4152580592 * L_65 = V_0; NullCheck(L_65); Type_t * L_66 = L_65->get_delegateType_0(); Func_2_t982659231 * L_67 = V_2; NullCheck(L_64); Dictionary_2_Add_m969062979(L_64, L_66, L_67, /*hidden argument*/Dictionary_2_Add_m969062979_RuntimeMethod_var); } IL_013a: { Func_2_t982659231 * L_68 = V_2; DelegateBridgeBase_t3577089876 * L_69 = ___bridge0; NullCheck(L_68); Delegate_t1188392813 * L_70 = Func_2_Invoke_m1675886064(L_68, L_69, /*hidden argument*/Func_2_Invoke_m1675886064_RuntimeMethod_var); V_1 = L_70; Delegate_t1188392813 * L_71 = V_1; if (!L_71) { goto IL_014a; } } { Delegate_t1188392813 * L_72 = V_1; return L_72; } IL_014a: { U3CgetDelegateU3Ec__AnonStorey3_t4152580592 * L_73 = V_0; NullCheck(L_73); Type_t * L_74 = L_73->get_delegateType_0(); String_t* L_75 = TypeExtensions_GetFriendlyName_m3977986002(NULL /*static, unused*/, L_74, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_76 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral488912831, L_75, /*hidden argument*/NULL); InvalidCastException_t3927145244 * L_77 = (InvalidCastException_t3927145244 *)il2cpp_codegen_object_new(InvalidCastException_t3927145244_il2cpp_TypeInfo_var); InvalidCastException__ctor_m318645277(L_77, L_76, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_77,ObjectTranslator_getDelegate_m425086728_RuntimeMethod_var); } } // System.Object XLua.ObjectTranslator::CreateDelegateBridge(System.IntPtr,System.Type,System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ObjectTranslator_CreateDelegateBridge_m3427419959 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, Type_t * ___delegateType1, int32_t ___idx2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_CreateDelegateBridge_m3427419959_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; DelegateBridgeBase_t3577089876 * V_1 = NULL; Delegate_t1188392813 * V_2 = NULL; int32_t V_3 = 0; DelegateBridgeBase_t3577089876 * V_4 = NULL; Exception_t * V_5 = NULL; Delegate_t1188392813 * V_6 = NULL; RuntimeObject * V_7 = NULL; Exception_t * V_8 = 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); { intptr_t L_0 = ___L0; int32_t L_1 = ___idx2; Lua_lua_pushvalue_m425062527(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); intptr_t L_2 = ___L0; int32_t L_3 = LuaIndexes_get_LUA_REGISTRYINDEX_m2693244088(NULL /*static, unused*/, /*hidden argument*/NULL); Lua_lua_rawget_m3285589170(NULL /*static, unused*/, L_2, L_3, /*hidden argument*/NULL); intptr_t L_4 = ___L0; bool L_5 = Lua_lua_isnil_m3293895152(NULL /*static, unused*/, L_4, (-1), /*hidden argument*/NULL); if (L_5) { goto IL_009b; } } { intptr_t L_6 = ___L0; int32_t L_7 = Lua_xlua_tointeger_m2263761157(NULL /*static, unused*/, L_6, (-1), /*hidden argument*/NULL); V_0 = L_7; intptr_t L_8 = ___L0; Lua_lua_pop_m1434696172(NULL /*static, unused*/, L_8, 1, /*hidden argument*/NULL); Dictionary_2_t223600047 * L_9 = __this->get_delegate_bridges_19(); int32_t L_10 = V_0; NullCheck(L_9); WeakReference_t1334886716 * L_11 = Dictionary_2_get_Item_m3543437838(L_9, L_10, /*hidden argument*/Dictionary_2_get_Item_m3543437838_RuntimeMethod_var); NullCheck(L_11); bool L_12 = VirtFuncInvoker0< bool >::Invoke(5 /* System.Boolean System.WeakReference::get_IsAlive() */, L_11); if (!L_12) { goto IL_0096; } } { Type_t * L_13 = ___delegateType1; if (L_13) { goto IL_005c; } } { Dictionary_2_t223600047 * L_14 = __this->get_delegate_bridges_19(); int32_t L_15 = V_0; NullCheck(L_14); WeakReference_t1334886716 * L_16 = Dictionary_2_get_Item_m3543437838(L_14, L_15, /*hidden argument*/Dictionary_2_get_Item_m3543437838_RuntimeMethod_var); NullCheck(L_16); RuntimeObject * L_17 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object System.WeakReference::get_Target() */, L_16); return L_17; } IL_005c: { Dictionary_2_t223600047 * L_18 = __this->get_delegate_bridges_19(); int32_t L_19 = V_0; NullCheck(L_18); WeakReference_t1334886716 * L_20 = Dictionary_2_get_Item_m3543437838(L_18, L_19, /*hidden argument*/Dictionary_2_get_Item_m3543437838_RuntimeMethod_var); NullCheck(L_20); RuntimeObject * L_21 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object System.WeakReference::get_Target() */, L_20); V_1 = ((DelegateBridgeBase_t3577089876 *)IsInstClass((RuntimeObject*)L_21, DelegateBridgeBase_t3577089876_il2cpp_TypeInfo_var)); DelegateBridgeBase_t3577089876 * L_22 = V_1; Type_t * L_23 = ___delegateType1; NullCheck(L_22); bool L_24 = DelegateBridgeBase_TryGetDelegate_m1530942293(L_22, L_23, (&V_2), /*hidden argument*/NULL); if (!L_24) { goto IL_0083; } } { Delegate_t1188392813 * L_25 = V_2; return L_25; } IL_0083: { DelegateBridgeBase_t3577089876 * L_26 = V_1; Type_t * L_27 = ___delegateType1; Delegate_t1188392813 * L_28 = ObjectTranslator_getDelegate_m425086728(__this, L_26, L_27, /*hidden argument*/NULL); V_2 = L_28; DelegateBridgeBase_t3577089876 * L_29 = V_1; Type_t * L_30 = ___delegateType1; Delegate_t1188392813 * L_31 = V_2; NullCheck(L_29); DelegateBridgeBase_AddDelegate_m765226622(L_29, L_30, L_31, /*hidden argument*/NULL); Delegate_t1188392813 * L_32 = V_2; return L_32; } IL_0096: { goto IL_00a2; } IL_009b: { intptr_t L_33 = ___L0; Lua_lua_pop_m1434696172(NULL /*static, unused*/, L_33, 1, /*hidden argument*/NULL); } IL_00a2: { intptr_t L_34 = ___L0; int32_t L_35 = ___idx2; Lua_lua_pushvalue_m425062527(NULL /*static, unused*/, L_34, L_35, /*hidden argument*/NULL); intptr_t L_36 = ___L0; int32_t L_37 = Lua_luaL_ref_m3714648423(NULL /*static, unused*/, L_36, /*hidden argument*/NULL); V_3 = L_37; intptr_t L_38 = ___L0; int32_t L_39 = ___idx2; Lua_lua_pushvalue_m425062527(NULL /*static, unused*/, L_38, L_39, /*hidden argument*/NULL); intptr_t L_40 = ___L0; int32_t L_41 = V_3; Lua_lua_pushnumber_m3190857213(NULL /*static, unused*/, L_40, (((double)((double)L_41))), /*hidden argument*/NULL); intptr_t L_42 = ___L0; int32_t L_43 = LuaIndexes_get_LUA_REGISTRYINDEX_m2693244088(NULL /*static, unused*/, /*hidden argument*/NULL); Lua_lua_rawset_m3292503124(NULL /*static, unused*/, L_42, L_43, /*hidden argument*/NULL); } IL_00ca: try { // begin try (depth: 1) int32_t L_44 = V_3; LuaEnv_t2152703515 * L_45 = __this->get_luaEnv_5(); DelegateBridge_t811511531 * L_46 = (DelegateBridge_t811511531 *)il2cpp_codegen_object_new(DelegateBridge_t811511531_il2cpp_TypeInfo_var); DelegateBridge__ctor_m1381925296(L_46, L_44, L_45, /*hidden argument*/NULL); V_4 = L_46; goto IL_010d; } // 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_00dd; throw e; } CATCH_00dd: { // begin catch(System.Exception) V_5 = ((Exception_t *)__exception_local); intptr_t L_47 = ___L0; int32_t L_48 = ___idx2; Lua_lua_pushvalue_m425062527(NULL /*static, unused*/, L_47, L_48, /*hidden argument*/NULL); intptr_t L_49 = ___L0; Lua_lua_pushnil_m4186324575(NULL /*static, unused*/, L_49, /*hidden argument*/NULL); intptr_t L_50 = ___L0; int32_t L_51 = LuaIndexes_get_LUA_REGISTRYINDEX_m2693244088(NULL /*static, unused*/, /*hidden argument*/NULL); Lua_lua_rawset_m3292503124(NULL /*static, unused*/, L_50, L_51, /*hidden argument*/NULL); intptr_t L_52 = ___L0; Lua_lua_pushnil_m4186324575(NULL /*static, unused*/, L_52, /*hidden argument*/NULL); intptr_t L_53 = ___L0; int32_t L_54 = LuaIndexes_get_LUA_REGISTRYINDEX_m2693244088(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_55 = V_3; Lua_xlua_rawseti_m1577548352(NULL /*static, unused*/, L_53, L_54, (((int64_t)((int64_t)L_55))), /*hidden argument*/NULL); Exception_t * L_56 = V_5; IL2CPP_RAISE_MANAGED_EXCEPTION(L_56,ObjectTranslator_CreateDelegateBridge_m3427419959_RuntimeMethod_var); } // end catch (depth: 1) IL_010d: { Type_t * L_57 = ___delegateType1; if (L_57) { goto IL_0129; } } { Dictionary_2_t223600047 * L_58 = __this->get_delegate_bridges_19(); int32_t L_59 = V_3; DelegateBridgeBase_t3577089876 * L_60 = V_4; WeakReference_t1334886716 * L_61 = (WeakReference_t1334886716 *)il2cpp_codegen_object_new(WeakReference_t1334886716_il2cpp_TypeInfo_var); WeakReference__ctor_m2401547918(L_61, L_60, /*hidden argument*/NULL); NullCheck(L_58); Dictionary_2_set_Item_m3707679280(L_58, L_59, L_61, /*hidden argument*/Dictionary_2_set_Item_m3707679280_RuntimeMethod_var); DelegateBridgeBase_t3577089876 * L_62 = V_4; return L_62; } IL_0129: try { // begin try (depth: 1) DelegateBridgeBase_t3577089876 * L_63 = V_4; Type_t * L_64 = ___delegateType1; Delegate_t1188392813 * L_65 = ObjectTranslator_getDelegate_m425086728(__this, L_63, L_64, /*hidden argument*/NULL); V_6 = L_65; DelegateBridgeBase_t3577089876 * L_66 = V_4; Type_t * L_67 = ___delegateType1; Delegate_t1188392813 * L_68 = V_6; NullCheck(L_66); DelegateBridgeBase_AddDelegate_m765226622(L_66, L_67, L_68, /*hidden argument*/NULL); Dictionary_2_t223600047 * L_69 = __this->get_delegate_bridges_19(); int32_t L_70 = V_3; DelegateBridgeBase_t3577089876 * L_71 = V_4; WeakReference_t1334886716 * L_72 = (WeakReference_t1334886716 *)il2cpp_codegen_object_new(WeakReference_t1334886716_il2cpp_TypeInfo_var); WeakReference__ctor_m2401547918(L_72, L_71, /*hidden argument*/NULL); NullCheck(L_69); Dictionary_2_set_Item_m3707679280(L_69, L_70, L_72, /*hidden argument*/Dictionary_2_set_Item_m3707679280_RuntimeMethod_var); Delegate_t1188392813 * L_73 = V_6; V_7 = L_73; goto IL_0166; } // 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_015a; throw e; } CATCH_015a: { // begin catch(System.Exception) V_8 = ((Exception_t *)__exception_local); DelegateBridgeBase_t3577089876 * L_74 = V_4; NullCheck(L_74); LuaBase_Dispose_m946379774(L_74, /*hidden argument*/NULL); Exception_t * L_75 = V_8; IL2CPP_RAISE_MANAGED_EXCEPTION(L_75,ObjectTranslator_CreateDelegateBridge_m3427419959_RuntimeMethod_var); } // end catch (depth: 1) IL_0166: { RuntimeObject * L_76 = V_7; return L_76; } } // System.Boolean XLua.ObjectTranslator::AllDelegateBridgeReleased() extern "C" IL2CPP_METHOD_ATTR bool ObjectTranslator_AllDelegateBridgeReleased_m2707561361 (ObjectTranslator_t2020767555 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_AllDelegateBridgeReleased_m2707561361_MetadataUsageId); s_Il2CppMethodInitialized = true; } KeyValuePair_2_t2621272214 V_0; memset(&V_0, 0, sizeof(V_0)); Enumerator_t2177782822 V_1; memset(&V_1, 0, sizeof(V_1)); bool V_2 = false; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { Dictionary_2_t223600047 * L_0 = __this->get_delegate_bridges_19(); NullCheck(L_0); Enumerator_t2177782822 L_1 = Dictionary_2_GetEnumerator_m2739157404(L_0, /*hidden argument*/Dictionary_2_GetEnumerator_m2739157404_RuntimeMethod_var); V_1 = L_1; } IL_000c: try { // begin try (depth: 1) { goto IL_0031; } IL_0011: { KeyValuePair_2_t2621272214 L_2 = Enumerator_get_Current_m115693824((&V_1), /*hidden argument*/Enumerator_get_Current_m115693824_RuntimeMethod_var); V_0 = L_2; WeakReference_t1334886716 * L_3 = KeyValuePair_2_get_Value_m2229915025((&V_0), /*hidden argument*/KeyValuePair_2_get_Value_m2229915025_RuntimeMethod_var); NullCheck(L_3); bool L_4 = VirtFuncInvoker0< bool >::Invoke(5 /* System.Boolean System.WeakReference::get_IsAlive() */, L_3); if (!L_4) { goto IL_0031; } } IL_002a: { V_2 = (bool)0; IL2CPP_LEAVE(0x52, FINALLY_0042); } IL_0031: { bool L_5 = Enumerator_MoveNext_m1230695701((&V_1), /*hidden argument*/Enumerator_MoveNext_m1230695701_RuntimeMethod_var); if (L_5) { goto IL_0011; } } IL_003d: { IL2CPP_LEAVE(0x50, FINALLY_0042); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0042; } FINALLY_0042: { // begin finally (depth: 1) Enumerator_Dispose_m2886732563((&V_1), /*hidden argument*/Enumerator_Dispose_m2886732563_RuntimeMethod_var); IL2CPP_END_FINALLY(66) } // end finally (depth: 1) IL2CPP_CLEANUP(66) { IL2CPP_JUMP_TBL(0x52, IL_0052) IL2CPP_JUMP_TBL(0x50, IL_0050) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0050: { return (bool)1; } IL_0052: { bool L_6 = V_2; return L_6; } } // System.Void XLua.ObjectTranslator::ReleaseLuaBase(System.IntPtr,System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_ReleaseLuaBase_m1208506090 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___reference1, bool ___is_delegate2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_ReleaseLuaBase_m1208506090_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = ___is_delegate2; if (!L_0) { goto IL_0095; } } { intptr_t L_1 = ___L0; int32_t L_2 = LuaIndexes_get_LUA_REGISTRYINDEX_m2693244088(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_3 = ___reference1; Lua_xlua_rawgeti_m3760027779(NULL /*static, unused*/, L_1, L_2, (((int64_t)((int64_t)L_3))), /*hidden argument*/NULL); intptr_t L_4 = ___L0; bool L_5 = Lua_lua_isnil_m3293895152(NULL /*static, unused*/, L_4, (-1), /*hidden argument*/NULL); if (!L_5) { goto IL_002b; } } { intptr_t L_6 = ___L0; Lua_lua_pop_m1434696172(NULL /*static, unused*/, L_6, 1, /*hidden argument*/NULL); goto IL_007c; } IL_002b: { intptr_t L_7 = ___L0; Lua_lua_pushvalue_m425062527(NULL /*static, unused*/, L_7, (-1), /*hidden argument*/NULL); intptr_t L_8 = ___L0; int32_t L_9 = LuaIndexes_get_LUA_REGISTRYINDEX_m2693244088(NULL /*static, unused*/, /*hidden argument*/NULL); Lua_lua_rawget_m3285589170(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL); intptr_t L_10 = ___L0; int32_t L_11 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_10, (-1), /*hidden argument*/NULL); if ((!(((uint32_t)L_11) == ((uint32_t)3)))) { goto IL_0075; } } { intptr_t L_12 = ___L0; int32_t L_13 = Lua_xlua_tointeger_m2263761157(NULL /*static, unused*/, L_12, (-1), /*hidden argument*/NULL); int32_t L_14 = ___reference1; if ((!(((uint32_t)L_13) == ((uint32_t)L_14)))) { goto IL_0075; } } { intptr_t L_15 = ___L0; Lua_lua_pop_m1434696172(NULL /*static, unused*/, L_15, 1, /*hidden argument*/NULL); intptr_t L_16 = ___L0; Lua_lua_pushnil_m4186324575(NULL /*static, unused*/, L_16, /*hidden argument*/NULL); intptr_t L_17 = ___L0; int32_t L_18 = LuaIndexes_get_LUA_REGISTRYINDEX_m2693244088(NULL /*static, unused*/, /*hidden argument*/NULL); Lua_lua_rawset_m3292503124(NULL /*static, unused*/, L_17, L_18, /*hidden argument*/NULL); goto IL_007c; } IL_0075: { intptr_t L_19 = ___L0; Lua_lua_pop_m1434696172(NULL /*static, unused*/, L_19, 2, /*hidden argument*/NULL); } IL_007c: { intptr_t L_20 = ___L0; int32_t L_21 = ___reference1; Lua_lua_unref_m877946208(NULL /*static, unused*/, L_20, L_21, /*hidden argument*/NULL); Dictionary_2_t223600047 * L_22 = __this->get_delegate_bridges_19(); int32_t L_23 = ___reference1; NullCheck(L_22); Dictionary_2_Remove_m2817369805(L_22, L_23, /*hidden argument*/Dictionary_2_Remove_m2817369805_RuntimeMethod_var); goto IL_009c; } IL_0095: { intptr_t L_24 = ___L0; int32_t L_25 = ___reference1; Lua_lua_unref_m877946208(NULL /*static, unused*/, L_24, L_25, /*hidden argument*/NULL); } IL_009c: { return; } } // System.Object XLua.ObjectTranslator::CreateInterfaceBridge(System.IntPtr,System.Type,System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ObjectTranslator_CreateInterfaceBridge_m1488525338 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, Type_t * ___interfaceType1, int32_t ___idx2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_CreateInterfaceBridge_m1488525338_MetadataUsageId); s_Il2CppMethodInitialized = true; } Func_3_t3175775510 * V_0 = NULL; { Dictionary_2_t1325155278 * L_0 = __this->get_interfaceBridgeCreators_12(); Type_t * L_1 = ___interfaceType1; NullCheck(L_0); bool L_2 = Dictionary_2_TryGetValue_m1666246895(L_0, L_1, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m1666246895_RuntimeMethod_var); if (L_2) { goto IL_0024; } } { Type_t * L_3 = ___interfaceType1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral488912831, L_3, /*hidden argument*/NULL); InvalidCastException_t3927145244 * L_5 = (InvalidCastException_t3927145244 *)il2cpp_codegen_object_new(InvalidCastException_t3927145244_il2cpp_TypeInfo_var); InvalidCastException__ctor_m318645277(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,ObjectTranslator_CreateInterfaceBridge_m1488525338_RuntimeMethod_var); } IL_0024: { intptr_t L_6 = ___L0; int32_t L_7 = ___idx2; Lua_lua_pushvalue_m425062527(NULL /*static, unused*/, L_6, L_7, /*hidden argument*/NULL); Func_3_t3175775510 * L_8 = V_0; intptr_t L_9 = ___L0; int32_t L_10 = Lua_luaL_ref_m3714648423(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); LuaEnv_t2152703515 * L_11 = __this->get_luaEnv_5(); NullCheck(L_8); LuaBase_t1730675691 * L_12 = Func_3_Invoke_m3299196796(L_8, L_10, L_11, /*hidden argument*/Func_3_Invoke_m3299196796_RuntimeMethod_var); return L_12; } } // System.Void XLua.ObjectTranslator::CreateArrayMetatable(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_CreateArrayMetatable_m3535785860 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_CreateArrayMetatable_m3535785860_MetadataUsageId); s_Il2CppMethodInitialized = true; } 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)); Type_t * G_B4_0 = NULL; RuntimeObject * G_B4_1 = NULL; RuntimeObject * G_B4_2 = NULL; ObjectTranslator_t2020767555 * G_B4_3 = NULL; intptr_t G_B4_4; memset(&G_B4_4, 0, sizeof(G_B4_4)); RuntimeObject * G_B4_5 = NULL; Type_t * G_B3_0 = NULL; RuntimeObject * G_B3_1 = NULL; RuntimeObject * G_B3_2 = NULL; ObjectTranslator_t2020767555 * G_B3_3 = NULL; intptr_t G_B3_4; memset(&G_B3_4, 0, sizeof(G_B3_4)); RuntimeObject * G_B3_5 = NULL; lua_CSFunction_t883524059 * G_B6_0 = NULL; Type_t * G_B6_1 = NULL; RuntimeObject * G_B6_2 = NULL; RuntimeObject * G_B6_3 = NULL; ObjectTranslator_t2020767555 * G_B6_4 = NULL; intptr_t G_B6_5; memset(&G_B6_5, 0, sizeof(G_B6_5)); RuntimeObject * G_B6_6 = NULL; lua_CSFunction_t883524059 * G_B5_0 = NULL; Type_t * G_B5_1 = NULL; RuntimeObject * G_B5_2 = NULL; RuntimeObject * G_B5_3 = NULL; ObjectTranslator_t2020767555 * G_B5_4 = NULL; intptr_t G_B5_5; memset(&G_B5_5, 0, sizeof(G_B5_5)); RuntimeObject * G_B5_6 = NULL; { intptr_t L_0 = ___L0; int32_t L_1 = __this->get_common_array_meta_20(); Utils_BeginObjectRegister_m972381667(NULL /*static, unused*/, (Type_t *)NULL, L_0, __this, 0, 0, 1, 0, L_1, /*hidden argument*/NULL); intptr_t L_2 = ___L0; IL2CPP_RUNTIME_CLASS_INIT(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var); lua_CSFunction_t883524059 * L_3 = ((ObjectTranslator_t2020767555_StaticFields*)il2cpp_codegen_static_fields_for(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache0_79(); G_B1_0 = _stringLiteral1212501634; G_B1_1 = ((int32_t)-2); G_B1_2 = L_2; if (L_3) { G_B2_0 = _stringLiteral1212501634; G_B2_1 = ((int32_t)-2); G_B2_2 = L_2; goto IL_0032; } } { intptr_t L_4 = (intptr_t)StaticLuaCallbacks_ArrayLength_m1421054509_RuntimeMethod_var; lua_CSFunction_t883524059 * L_5 = (lua_CSFunction_t883524059 *)il2cpp_codegen_object_new(lua_CSFunction_t883524059_il2cpp_TypeInfo_var); lua_CSFunction__ctor_m2895663127(L_5, NULL, L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var); ((ObjectTranslator_t2020767555_StaticFields*)il2cpp_codegen_static_fields_for(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache0_79(L_5); G_B2_0 = G_B1_0; G_B2_1 = G_B1_1; G_B2_2 = G_B1_2; } IL_0032: { IL2CPP_RUNTIME_CLASS_INIT(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var); lua_CSFunction_t883524059 * L_6 = ((ObjectTranslator_t2020767555_StaticFields*)il2cpp_codegen_static_fields_for(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache0_79(); Utils_RegisterFunc_m1228226546(NULL /*static, unused*/, G_B2_2, G_B2_1, G_B2_0, L_6, /*hidden argument*/NULL); intptr_t L_7 = ___L0; RuntimeTypeHandle_t3027515415 L_8 = { reinterpret_cast (RuntimeArray_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_9 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); lua_CSFunction_t883524059 * L_10 = ((ObjectTranslator_t2020767555_StaticFields*)il2cpp_codegen_static_fields_for(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache1_80(); G_B3_0 = L_9; G_B3_1 = NULL; G_B3_2 = NULL; G_B3_3 = __this; G_B3_4 = L_7; G_B3_5 = NULL; if (L_10) { G_B4_0 = L_9; G_B4_1 = NULL; G_B4_2 = NULL; G_B4_3 = __this; G_B4_4 = L_7; G_B4_5 = NULL; goto IL_0063; } } { intptr_t L_11 = (intptr_t)StaticLuaCallbacks_ArrayIndexer_m3536693048_RuntimeMethod_var; lua_CSFunction_t883524059 * L_12 = (lua_CSFunction_t883524059 *)il2cpp_codegen_object_new(lua_CSFunction_t883524059_il2cpp_TypeInfo_var); lua_CSFunction__ctor_m2895663127(L_12, NULL, L_11, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var); ((ObjectTranslator_t2020767555_StaticFields*)il2cpp_codegen_static_fields_for(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache1_80(L_12); G_B4_0 = G_B3_0; G_B4_1 = G_B3_1; G_B4_2 = G_B3_2; G_B4_3 = G_B3_3; G_B4_4 = G_B3_4; G_B4_5 = G_B3_5; } IL_0063: { IL2CPP_RUNTIME_CLASS_INIT(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var); lua_CSFunction_t883524059 * L_13 = ((ObjectTranslator_t2020767555_StaticFields*)il2cpp_codegen_static_fields_for(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache1_80(); lua_CSFunction_t883524059 * L_14 = ((ObjectTranslator_t2020767555_StaticFields*)il2cpp_codegen_static_fields_for(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache2_81(); G_B5_0 = L_13; G_B5_1 = G_B4_0; G_B5_2 = G_B4_1; G_B5_3 = G_B4_2; G_B5_4 = G_B4_3; G_B5_5 = G_B4_4; G_B5_6 = G_B4_5; if (L_14) { G_B6_0 = L_13; G_B6_1 = G_B4_0; G_B6_2 = G_B4_1; G_B6_3 = G_B4_2; G_B6_4 = G_B4_3; G_B6_5 = G_B4_4; G_B6_6 = G_B4_5; goto IL_0080; } } { intptr_t L_15 = (intptr_t)StaticLuaCallbacks_ArrayNewIndexer_m3593144719_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); IL2CPP_RUNTIME_CLASS_INIT(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var); ((ObjectTranslator_t2020767555_StaticFields*)il2cpp_codegen_static_fields_for(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache2_81(L_16); G_B6_0 = G_B5_0; G_B6_1 = G_B5_1; G_B6_2 = G_B5_2; G_B6_3 = G_B5_3; G_B6_4 = G_B5_4; G_B6_5 = G_B5_5; G_B6_6 = G_B5_6; } IL_0080: { IL2CPP_RUNTIME_CLASS_INIT(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var); lua_CSFunction_t883524059 * L_17 = ((ObjectTranslator_t2020767555_StaticFields*)il2cpp_codegen_static_fields_for(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache2_81(); Utils_EndObjectRegister_m3642684994(NULL /*static, unused*/, (Type_t *)G_B6_6, G_B6_5, G_B6_4, (lua_CSFunction_t883524059 *)G_B6_3, (lua_CSFunction_t883524059 *)G_B6_2, G_B6_1, G_B6_0, L_17, /*hidden argument*/NULL); return; } } // System.Void XLua.ObjectTranslator::CreateDelegateMetatable(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_CreateDelegateMetatable_m1303012280 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_CreateDelegateMetatable_m1303012280_MetadataUsageId); s_Il2CppMethodInitialized = true; } 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)); { intptr_t L_0 = ___L0; int32_t L_1 = __this->get_common_delegate_meta_21(); Utils_BeginObjectRegister_m972381667(NULL /*static, unused*/, (Type_t *)NULL, L_0, __this, 3, 0, 0, 0, L_1, /*hidden argument*/NULL); intptr_t L_2 = ___L0; IL2CPP_RUNTIME_CLASS_INIT(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var); lua_CSFunction_t883524059 * L_3 = ((ObjectTranslator_t2020767555_StaticFields*)il2cpp_codegen_static_fields_for(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache3_82(); G_B1_0 = _stringLiteral3235550934; G_B1_1 = ((int32_t)-4); G_B1_2 = L_2; if (L_3) { G_B2_0 = _stringLiteral3235550934; G_B2_1 = ((int32_t)-4); G_B2_2 = L_2; goto IL_0032; } } { intptr_t L_4 = (intptr_t)StaticLuaCallbacks_DelegateCall_m2671525595_RuntimeMethod_var; lua_CSFunction_t883524059 * L_5 = (lua_CSFunction_t883524059 *)il2cpp_codegen_object_new(lua_CSFunction_t883524059_il2cpp_TypeInfo_var); lua_CSFunction__ctor_m2895663127(L_5, NULL, L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var); ((ObjectTranslator_t2020767555_StaticFields*)il2cpp_codegen_static_fields_for(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache3_82(L_5); G_B2_0 = G_B1_0; G_B2_1 = G_B1_1; G_B2_2 = G_B1_2; } IL_0032: { IL2CPP_RUNTIME_CLASS_INIT(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var); lua_CSFunction_t883524059 * L_6 = ((ObjectTranslator_t2020767555_StaticFields*)il2cpp_codegen_static_fields_for(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache3_82(); Utils_RegisterFunc_m1228226546(NULL /*static, unused*/, G_B2_2, G_B2_1, G_B2_0, L_6, /*hidden argument*/NULL); intptr_t L_7 = ___L0; lua_CSFunction_t883524059 * L_8 = ((ObjectTranslator_t2020767555_StaticFields*)il2cpp_codegen_static_fields_for(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache4_83(); G_B3_0 = _stringLiteral3641224616; G_B3_1 = ((int32_t)-4); G_B3_2 = L_7; if (L_8) { G_B4_0 = _stringLiteral3641224616; G_B4_1 = ((int32_t)-4); G_B4_2 = L_7; goto IL_005c; } } { intptr_t L_9 = (intptr_t)StaticLuaCallbacks_DelegateCombine_m3143063672_RuntimeMethod_var; lua_CSFunction_t883524059 * L_10 = (lua_CSFunction_t883524059 *)il2cpp_codegen_object_new(lua_CSFunction_t883524059_il2cpp_TypeInfo_var); lua_CSFunction__ctor_m2895663127(L_10, NULL, L_9, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var); ((ObjectTranslator_t2020767555_StaticFields*)il2cpp_codegen_static_fields_for(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache4_83(L_10); G_B4_0 = G_B3_0; G_B4_1 = G_B3_1; G_B4_2 = G_B3_2; } IL_005c: { IL2CPP_RUNTIME_CLASS_INIT(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var); lua_CSFunction_t883524059 * L_11 = ((ObjectTranslator_t2020767555_StaticFields*)il2cpp_codegen_static_fields_for(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache4_83(); Utils_RegisterFunc_m1228226546(NULL /*static, unused*/, G_B4_2, G_B4_1, G_B4_0, L_11, /*hidden argument*/NULL); intptr_t L_12 = ___L0; lua_CSFunction_t883524059 * L_13 = ((ObjectTranslator_t2020767555_StaticFields*)il2cpp_codegen_static_fields_for(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache5_84(); G_B5_0 = _stringLiteral516640048; G_B5_1 = ((int32_t)-4); G_B5_2 = L_12; if (L_13) { G_B6_0 = _stringLiteral516640048; G_B6_1 = ((int32_t)-4); G_B6_2 = L_12; goto IL_0086; } } { intptr_t L_14 = (intptr_t)StaticLuaCallbacks_DelegateRemove_m1855667533_RuntimeMethod_var; lua_CSFunction_t883524059 * L_15 = (lua_CSFunction_t883524059 *)il2cpp_codegen_object_new(lua_CSFunction_t883524059_il2cpp_TypeInfo_var); lua_CSFunction__ctor_m2895663127(L_15, NULL, L_14, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var); ((ObjectTranslator_t2020767555_StaticFields*)il2cpp_codegen_static_fields_for(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache5_84(L_15); G_B6_0 = G_B5_0; G_B6_1 = G_B5_1; G_B6_2 = G_B5_2; } IL_0086: { IL2CPP_RUNTIME_CLASS_INIT(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var); lua_CSFunction_t883524059 * L_16 = ((ObjectTranslator_t2020767555_StaticFields*)il2cpp_codegen_static_fields_for(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache5_84(); Utils_RegisterFunc_m1228226546(NULL /*static, unused*/, G_B6_2, G_B6_1, G_B6_0, L_16, /*hidden argument*/NULL); intptr_t L_17 = ___L0; RuntimeTypeHandle_t3027515415 L_18 = { reinterpret_cast (MulticastDelegate_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_19 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_18, /*hidden argument*/NULL); Utils_EndObjectRegister_m3642684994(NULL /*static, unused*/, (Type_t *)NULL, L_17, __this, (lua_CSFunction_t883524059 *)NULL, (lua_CSFunction_t883524059 *)NULL, L_19, (lua_CSFunction_t883524059 *)NULL, (lua_CSFunction_t883524059 *)NULL, /*hidden argument*/NULL); return; } } // System.Void XLua.ObjectTranslator::CreateEnumerablePairs(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_CreateEnumerablePairs_m2150601827 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_CreateEnumerablePairs_m2150601827_MetadataUsageId); s_Il2CppMethodInitialized = true; } LuaFunction_t431395339 * V_0 = NULL; { LuaEnv_t2152703515 * L_0 = __this->get_luaEnv_5(); NullCheck(L_0); ObjectU5BU5D_t2843939325* L_1 = LuaEnv_DoString_m3000008709(L_0, _stringLiteral2542927742, _stringLiteral2017734699, (LuaTable_t1631611336 *)NULL, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2 = 0; RuntimeObject * L_3 = (L_1)->GetAt(static_cast(L_2)); V_0 = ((LuaFunction_t431395339 *)IsInstClass((RuntimeObject*)L_3, LuaFunction_t431395339_il2cpp_TypeInfo_var)); LuaFunction_t431395339 * L_4 = V_0; intptr_t L_5 = ___L0; NullCheck(L_4); VirtActionInvoker1< intptr_t >::Invoke(6 /* System.Void XLua.LuaBase::push(System.IntPtr) */, L_4, L_5); intptr_t L_6 = ___L0; int32_t L_7 = LuaIndexes_get_LUA_REGISTRYINDEX_m2693244088(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_8 = Lua_luaL_ref_m2388249351(NULL /*static, unused*/, L_6, L_7, /*hidden argument*/NULL); __this->set_enumerable_pairs_func_22(L_8); LuaFunction_t431395339 * L_9 = V_0; NullCheck(L_9); LuaBase_Dispose_m946379774(L_9, /*hidden argument*/NULL); return; } } // System.Void XLua.ObjectTranslator::OpenLib(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_OpenLib_m1615739828 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_OpenLib_m1615739828_MetadataUsageId); s_Il2CppMethodInitialized = true; } intptr_t G_B4_0; memset(&G_B4_0, 0, sizeof(G_B4_0)); intptr_t G_B3_0; memset(&G_B3_0, 0, sizeof(G_B3_0)); intptr_t G_B6_0; memset(&G_B6_0, 0, sizeof(G_B6_0)); intptr_t G_B5_0; memset(&G_B5_0, 0, sizeof(G_B5_0)); intptr_t G_B8_0; memset(&G_B8_0, 0, sizeof(G_B8_0)); intptr_t G_B7_0; memset(&G_B7_0, 0, sizeof(G_B7_0)); intptr_t G_B10_0; memset(&G_B10_0, 0, sizeof(G_B10_0)); intptr_t G_B9_0; memset(&G_B9_0, 0, sizeof(G_B9_0)); intptr_t G_B12_0; memset(&G_B12_0, 0, sizeof(G_B12_0)); intptr_t G_B11_0; memset(&G_B11_0, 0, sizeof(G_B11_0)); intptr_t G_B14_0; memset(&G_B14_0, 0, sizeof(G_B14_0)); intptr_t G_B13_0; memset(&G_B13_0, 0, sizeof(G_B13_0)); intptr_t G_B16_0; memset(&G_B16_0, 0, sizeof(G_B16_0)); intptr_t G_B15_0; memset(&G_B15_0, 0, sizeof(G_B15_0)); { intptr_t L_0 = ___L0; int32_t L_1 = Lua_xlua_getglobal_m2784290553(NULL /*static, unused*/, L_0, _stringLiteral471496633, /*hidden argument*/NULL); if (!L_1) { goto IL_0027; } } { intptr_t L_2 = ___L0; String_t* L_3 = Lua_lua_tostring_m2201066917(NULL /*static, unused*/, L_2, (-1), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral2435229896, L_3, /*hidden argument*/NULL); Exception_t * L_5 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,ObjectTranslator_OpenLib_m1615739828_RuntimeMethod_var); } IL_0027: { intptr_t L_6 = ___L0; Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_6, _stringLiteral307157820, /*hidden argument*/NULL); intptr_t L_7 = ___L0; lua_CSFunction_t883524059 * L_8 = __this->get_importTypeFunction_8(); Lua_lua_pushstdcallcfunction_m955832510(NULL /*static, unused*/, L_7, L_8, 0, /*hidden argument*/NULL); intptr_t L_9 = ___L0; Lua_lua_rawset_m3292503124(NULL /*static, unused*/, L_9, ((int32_t)-3), /*hidden argument*/NULL); intptr_t L_10 = ___L0; Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_10, _stringLiteral1906916785, /*hidden argument*/NULL); intptr_t L_11 = ___L0; IL2CPP_RUNTIME_CLASS_INIT(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var); lua_CSFunction_t883524059 * L_12 = ((ObjectTranslator_t2020767555_StaticFields*)il2cpp_codegen_static_fields_for(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache6_85(); G_B3_0 = L_11; if (L_12) { G_B4_0 = L_11; goto IL_006b; } } { intptr_t L_13 = (intptr_t)StaticLuaCallbacks_ImportGenericType_m1494536771_RuntimeMethod_var; lua_CSFunction_t883524059 * L_14 = (lua_CSFunction_t883524059 *)il2cpp_codegen_object_new(lua_CSFunction_t883524059_il2cpp_TypeInfo_var); lua_CSFunction__ctor_m2895663127(L_14, NULL, L_13, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var); ((ObjectTranslator_t2020767555_StaticFields*)il2cpp_codegen_static_fields_for(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache6_85(L_14); G_B4_0 = G_B3_0; } IL_006b: { IL2CPP_RUNTIME_CLASS_INIT(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var); lua_CSFunction_t883524059 * L_15 = ((ObjectTranslator_t2020767555_StaticFields*)il2cpp_codegen_static_fields_for(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache6_85(); Lua_lua_pushstdcallcfunction_m955832510(NULL /*static, unused*/, G_B4_0, L_15, 0, /*hidden argument*/NULL); intptr_t L_16 = ___L0; Lua_lua_rawset_m3292503124(NULL /*static, unused*/, L_16, ((int32_t)-3), /*hidden argument*/NULL); intptr_t L_17 = ___L0; Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_17, _stringLiteral3941043816, /*hidden argument*/NULL); intptr_t L_18 = ___L0; lua_CSFunction_t883524059 * L_19 = __this->get_castFunction_10(); Lua_lua_pushstdcallcfunction_m955832510(NULL /*static, unused*/, L_18, L_19, 0, /*hidden argument*/NULL); intptr_t L_20 = ___L0; Lua_lua_rawset_m3292503124(NULL /*static, unused*/, L_20, ((int32_t)-3), /*hidden argument*/NULL); intptr_t L_21 = ___L0; Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_21, _stringLiteral1743902693, /*hidden argument*/NULL); intptr_t L_22 = ___L0; lua_CSFunction_t883524059 * L_23 = __this->get_loadAssemblyFunction_9(); Lua_lua_pushstdcallcfunction_m955832510(NULL /*static, unused*/, L_22, L_23, 0, /*hidden argument*/NULL); intptr_t L_24 = ___L0; Lua_lua_rawset_m3292503124(NULL /*static, unused*/, L_24, ((int32_t)-3), /*hidden argument*/NULL); intptr_t L_25 = ___L0; Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_25, _stringLiteral2349568099, /*hidden argument*/NULL); intptr_t L_26 = ___L0; lua_CSFunction_t883524059 * L_27 = ((ObjectTranslator_t2020767555_StaticFields*)il2cpp_codegen_static_fields_for(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache7_86(); G_B5_0 = L_26; if (L_27) { G_B6_0 = L_26; goto IL_00e2; } } { intptr_t L_28 = (intptr_t)StaticLuaCallbacks_XLuaAccess_m2012288326_RuntimeMethod_var; lua_CSFunction_t883524059 * L_29 = (lua_CSFunction_t883524059 *)il2cpp_codegen_object_new(lua_CSFunction_t883524059_il2cpp_TypeInfo_var); lua_CSFunction__ctor_m2895663127(L_29, NULL, L_28, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var); ((ObjectTranslator_t2020767555_StaticFields*)il2cpp_codegen_static_fields_for(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache7_86(L_29); G_B6_0 = G_B5_0; } IL_00e2: { IL2CPP_RUNTIME_CLASS_INIT(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var); lua_CSFunction_t883524059 * L_30 = ((ObjectTranslator_t2020767555_StaticFields*)il2cpp_codegen_static_fields_for(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache7_86(); Lua_lua_pushstdcallcfunction_m955832510(NULL /*static, unused*/, G_B6_0, L_30, 0, /*hidden argument*/NULL); intptr_t L_31 = ___L0; Lua_lua_rawset_m3292503124(NULL /*static, unused*/, L_31, ((int32_t)-3), /*hidden argument*/NULL); intptr_t L_32 = ___L0; Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_32, _stringLiteral2776944247, /*hidden argument*/NULL); intptr_t L_33 = ___L0; lua_CSFunction_t883524059 * L_34 = ((ObjectTranslator_t2020767555_StaticFields*)il2cpp_codegen_static_fields_for(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache8_87(); G_B7_0 = L_33; if (L_34) { G_B8_0 = L_33; goto IL_0119; } } { intptr_t L_35 = (intptr_t)StaticLuaCallbacks_XLuaPrivateAccessible_m301569256_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); IL2CPP_RUNTIME_CLASS_INIT(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var); ((ObjectTranslator_t2020767555_StaticFields*)il2cpp_codegen_static_fields_for(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache8_87(L_36); G_B8_0 = G_B7_0; } IL_0119: { IL2CPP_RUNTIME_CLASS_INIT(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var); lua_CSFunction_t883524059 * L_37 = ((ObjectTranslator_t2020767555_StaticFields*)il2cpp_codegen_static_fields_for(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache8_87(); Lua_lua_pushstdcallcfunction_m955832510(NULL /*static, unused*/, G_B8_0, L_37, 0, /*hidden argument*/NULL); intptr_t L_38 = ___L0; Lua_lua_rawset_m3292503124(NULL /*static, unused*/, L_38, ((int32_t)-3), /*hidden argument*/NULL); intptr_t L_39 = ___L0; Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_39, _stringLiteral2675679946, /*hidden argument*/NULL); intptr_t L_40 = ___L0; lua_CSFunction_t883524059 * L_41 = ((ObjectTranslator_t2020767555_StaticFields*)il2cpp_codegen_static_fields_for(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache9_88(); G_B9_0 = L_40; if (L_41) { G_B10_0 = L_40; goto IL_0150; } } { intptr_t L_42 = (intptr_t)StaticLuaCallbacks_XLuaMetatableOperation_m3806744604_RuntimeMethod_var; lua_CSFunction_t883524059 * L_43 = (lua_CSFunction_t883524059 *)il2cpp_codegen_object_new(lua_CSFunction_t883524059_il2cpp_TypeInfo_var); lua_CSFunction__ctor_m2895663127(L_43, NULL, L_42, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var); ((ObjectTranslator_t2020767555_StaticFields*)il2cpp_codegen_static_fields_for(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cache9_88(L_43); G_B10_0 = G_B9_0; } IL_0150: { IL2CPP_RUNTIME_CLASS_INIT(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var); lua_CSFunction_t883524059 * L_44 = ((ObjectTranslator_t2020767555_StaticFields*)il2cpp_codegen_static_fields_for(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cache9_88(); Lua_lua_pushstdcallcfunction_m955832510(NULL /*static, unused*/, G_B10_0, L_44, 0, /*hidden argument*/NULL); intptr_t L_45 = ___L0; Lua_lua_rawset_m3292503124(NULL /*static, unused*/, L_45, ((int32_t)-3), /*hidden argument*/NULL); intptr_t L_46 = ___L0; Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_46, _stringLiteral1914649514, /*hidden argument*/NULL); intptr_t L_47 = ___L0; lua_CSFunction_t883524059 * L_48 = ((ObjectTranslator_t2020767555_StaticFields*)il2cpp_codegen_static_fields_for(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cacheA_89(); G_B11_0 = L_47; if (L_48) { G_B12_0 = L_47; goto IL_0187; } } { intptr_t L_49 = (intptr_t)StaticLuaCallbacks_ToFunction_m3649442807_RuntimeMethod_var; lua_CSFunction_t883524059 * L_50 = (lua_CSFunction_t883524059 *)il2cpp_codegen_object_new(lua_CSFunction_t883524059_il2cpp_TypeInfo_var); lua_CSFunction__ctor_m2895663127(L_50, NULL, L_49, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var); ((ObjectTranslator_t2020767555_StaticFields*)il2cpp_codegen_static_fields_for(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cacheA_89(L_50); G_B12_0 = G_B11_0; } IL_0187: { IL2CPP_RUNTIME_CLASS_INIT(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var); lua_CSFunction_t883524059 * L_51 = ((ObjectTranslator_t2020767555_StaticFields*)il2cpp_codegen_static_fields_for(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cacheA_89(); Lua_lua_pushstdcallcfunction_m955832510(NULL /*static, unused*/, G_B12_0, L_51, 0, /*hidden argument*/NULL); intptr_t L_52 = ___L0; Lua_lua_rawset_m3292503124(NULL /*static, unused*/, L_52, ((int32_t)-3), /*hidden argument*/NULL); intptr_t L_53 = ___L0; Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_53, _stringLiteral3313689270, /*hidden argument*/NULL); intptr_t L_54 = ___L0; lua_CSFunction_t883524059 * L_55 = ((ObjectTranslator_t2020767555_StaticFields*)il2cpp_codegen_static_fields_for(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cacheB_90(); G_B13_0 = L_54; if (L_55) { G_B14_0 = L_54; goto IL_01be; } } { intptr_t L_56 = (intptr_t)StaticLuaCallbacks_GetGenericMethod_m1548014812_RuntimeMethod_var; lua_CSFunction_t883524059 * L_57 = (lua_CSFunction_t883524059 *)il2cpp_codegen_object_new(lua_CSFunction_t883524059_il2cpp_TypeInfo_var); lua_CSFunction__ctor_m2895663127(L_57, NULL, L_56, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var); ((ObjectTranslator_t2020767555_StaticFields*)il2cpp_codegen_static_fields_for(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cacheB_90(L_57); G_B14_0 = G_B13_0; } IL_01be: { IL2CPP_RUNTIME_CLASS_INIT(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var); lua_CSFunction_t883524059 * L_58 = ((ObjectTranslator_t2020767555_StaticFields*)il2cpp_codegen_static_fields_for(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cacheB_90(); Lua_lua_pushstdcallcfunction_m955832510(NULL /*static, unused*/, G_B14_0, L_58, 0, /*hidden argument*/NULL); intptr_t L_59 = ___L0; Lua_lua_rawset_m3292503124(NULL /*static, unused*/, L_59, ((int32_t)-3), /*hidden argument*/NULL); intptr_t L_60 = ___L0; Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_60, _stringLiteral2705146334, /*hidden argument*/NULL); intptr_t L_61 = ___L0; lua_CSFunction_t883524059 * L_62 = ((ObjectTranslator_t2020767555_StaticFields*)il2cpp_codegen_static_fields_for(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cacheC_91(); G_B15_0 = L_61; if (L_62) { G_B16_0 = L_61; goto IL_01f5; } } { intptr_t L_63 = (intptr_t)StaticLuaCallbacks_ReleaseCsObject_m3145077486_RuntimeMethod_var; lua_CSFunction_t883524059 * L_64 = (lua_CSFunction_t883524059 *)il2cpp_codegen_object_new(lua_CSFunction_t883524059_il2cpp_TypeInfo_var); lua_CSFunction__ctor_m2895663127(L_64, NULL, L_63, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var); ((ObjectTranslator_t2020767555_StaticFields*)il2cpp_codegen_static_fields_for(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var))->set_U3CU3Ef__mgU24cacheC_91(L_64); G_B16_0 = G_B15_0; } IL_01f5: { IL2CPP_RUNTIME_CLASS_INIT(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var); lua_CSFunction_t883524059 * L_65 = ((ObjectTranslator_t2020767555_StaticFields*)il2cpp_codegen_static_fields_for(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var))->get_U3CU3Ef__mgU24cacheC_91(); Lua_lua_pushstdcallcfunction_m955832510(NULL /*static, unused*/, G_B16_0, L_65, 0, /*hidden argument*/NULL); intptr_t L_66 = ___L0; Lua_lua_rawset_m3292503124(NULL /*static, unused*/, L_66, ((int32_t)-3), /*hidden argument*/NULL); intptr_t L_67 = ___L0; Lua_lua_pop_m1434696172(NULL /*static, unused*/, L_67, 1, /*hidden argument*/NULL); intptr_t L_68 = ___L0; Lua_lua_createtable_m2902090570(NULL /*static, unused*/, L_68, 1, 4, /*hidden argument*/NULL); intptr_t L_69 = ___L0; int32_t L_70 = LuaIndexes_get_LUA_REGISTRYINDEX_m2693244088(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_71 = Lua_luaL_ref_m2388249351(NULL /*static, unused*/, L_69, L_70, /*hidden argument*/NULL); __this->set_common_array_meta_20(L_71); intptr_t L_72 = ___L0; Lua_lua_createtable_m2902090570(NULL /*static, unused*/, L_72, 1, 4, /*hidden argument*/NULL); intptr_t L_73 = ___L0; int32_t L_74 = LuaIndexes_get_LUA_REGISTRYINDEX_m2693244088(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_75 = Lua_luaL_ref_m2388249351(NULL /*static, unused*/, L_73, L_74, /*hidden argument*/NULL); __this->set_common_delegate_meta_21(L_75); return; } } // System.Void XLua.ObjectTranslator::createFunctionMetatable(System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_createFunctionMetatable_m475099348 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_createFunctionMetatable_m475099348_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { intptr_t L_0 = ___L0; Lua_lua_newtable_m1072923522(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); intptr_t L_1 = ___L0; Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_1, _stringLiteral1967368888, /*hidden argument*/NULL); intptr_t L_2 = ___L0; StaticLuaCallbacks_t3406648379 * L_3 = __this->get_metaFunctions_6(); NullCheck(L_3); lua_CSFunction_t883524059 * L_4 = L_3->get_GcMeta_0(); Lua_lua_pushstdcallcfunction_m955832510(NULL /*static, unused*/, L_2, L_4, 0, /*hidden argument*/NULL); intptr_t L_5 = ___L0; Lua_lua_rawset_m3292503124(NULL /*static, unused*/, L_5, ((int32_t)-3), /*hidden argument*/NULL); intptr_t L_6 = ___L0; intptr_t L_7 = Lua_xlua_tag_m2599648323(NULL /*static, unused*/, /*hidden argument*/NULL); Lua_lua_pushlightuserdata_m2253183640(NULL /*static, unused*/, L_6, L_7, /*hidden argument*/NULL); intptr_t L_8 = ___L0; Lua_lua_pushnumber_m3190857213(NULL /*static, unused*/, L_8, (1.0), /*hidden argument*/NULL); intptr_t L_9 = ___L0; Lua_lua_rawset_m3292503124(NULL /*static, unused*/, L_9, ((int32_t)-3), /*hidden argument*/NULL); intptr_t L_10 = ___L0; Lua_lua_pushvalue_m425062527(NULL /*static, unused*/, L_10, (-1), /*hidden argument*/NULL); intptr_t L_11 = ___L0; int32_t L_12 = LuaIndexes_get_LUA_REGISTRYINDEX_m2693244088(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_13 = Lua_luaL_ref_m2388249351(NULL /*static, unused*/, L_11, L_12, /*hidden argument*/NULL); V_0 = L_13; intptr_t L_14 = ___L0; int32_t L_15 = V_0; Lua_lua_pushnumber_m3190857213(NULL /*static, unused*/, L_14, (((double)((double)L_15))), /*hidden argument*/NULL); intptr_t L_16 = ___L0; Lua_xlua_rawseti_m1577548352(NULL /*static, unused*/, L_16, ((int32_t)-2), (((int64_t)((int64_t)1))), /*hidden argument*/NULL); intptr_t L_17 = ___L0; Lua_lua_pop_m1434696172(NULL /*static, unused*/, L_17, 1, /*hidden argument*/NULL); Dictionary_2_t1100325521 * L_18 = __this->get_typeIdMap_23(); RuntimeTypeHandle_t3027515415 L_19 = { reinterpret_cast (lua_CSFunction_t883524059_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_20 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_19, /*hidden argument*/NULL); int32_t L_21 = V_0; NullCheck(L_18); Dictionary_2_Add_m3904430912(L_18, L_20, L_21, /*hidden argument*/Dictionary_2_Add_m3904430912_RuntimeMethod_var); return; } } // System.Type XLua.ObjectTranslator::FindType(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR Type_t * ObjectTranslator_FindType_m4140411878 (ObjectTranslator_t2020767555 * __this, String_t* ___className0, bool ___isQualifiedName1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_FindType_m4140411878_MetadataUsageId); s_Il2CppMethodInitialized = true; } Assembly_t * V_0 = NULL; Enumerator_t3168784122 V_1; memset(&V_1, 0, sizeof(V_1)); Type_t * V_2 = NULL; Type_t * V_3 = NULL; int32_t V_4 = 0; String_t* V_5 = NULL; StringU5BU5D_t1281789340* V_6 = NULL; int32_t V_7 = 0; Type_t * V_8 = 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); { List_1_t1279540245 * L_0 = __this->get_assemblies_7(); NullCheck(L_0); Enumerator_t3168784122 L_1 = List_1_GetEnumerator_m3129501405(L_0, /*hidden argument*/List_1_GetEnumerator_m3129501405_RuntimeMethod_var); V_1 = L_1; } IL_000c: try { // begin try (depth: 1) { goto IL_002e; } IL_0011: { Assembly_t * L_2 = Enumerator_get_Current_m2153402222((&V_1), /*hidden argument*/Enumerator_get_Current_m2153402222_RuntimeMethod_var); V_0 = L_2; Assembly_t * L_3 = V_0; String_t* L_4 = ___className0; NullCheck(L_3); Type_t * L_5 = VirtFuncInvoker1< Type_t *, String_t* >::Invoke(15 /* System.Type System.Reflection.Assembly::GetType(System.String) */, L_3, L_4); V_2 = L_5; Type_t * L_6 = V_2; if (!L_6) { goto IL_002e; } } IL_0027: { Type_t * L_7 = V_2; V_3 = L_7; IL2CPP_LEAVE(0x11C, FINALLY_003f); } IL_002e: { bool L_8 = Enumerator_MoveNext_m1805344116((&V_1), /*hidden argument*/Enumerator_MoveNext_m1805344116_RuntimeMethod_var); if (L_8) { goto IL_0011; } } IL_003a: { IL2CPP_LEAVE(0x4D, FINALLY_003f); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003f; } FINALLY_003f: { // begin finally (depth: 1) Enumerator_Dispose_m4254583986((&V_1), /*hidden argument*/Enumerator_Dispose_m4254583986_RuntimeMethod_var); IL2CPP_END_FINALLY(63) } // end finally (depth: 1) IL2CPP_CLEANUP(63) { IL2CPP_JUMP_TBL(0x11C, IL_011c) IL2CPP_JUMP_TBL(0x4D, IL_004d) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_004d: { String_t* L_9 = ___className0; NullCheck(L_9); int32_t L_10 = String_IndexOf_m363431711(L_9, ((int32_t)91), /*hidden argument*/NULL); V_4 = L_10; int32_t L_11 = V_4; if ((((int32_t)L_11) <= ((int32_t)0))) { goto IL_011a; } } { bool L_12 = ___isQualifiedName1; if (L_12) { goto IL_011a; } } { String_t* L_13 = ___className0; int32_t L_14 = V_4; NullCheck(L_13); String_t* L_15 = String_Substring_m1610150815(L_13, 0, ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)), /*hidden argument*/NULL); V_5 = L_15; String_t* L_16 = ___className0; int32_t L_17 = V_4; String_t* L_18 = ___className0; NullCheck(L_18); int32_t L_19 = String_get_Length_m3847582255(L_18, /*hidden argument*/NULL); String_t* L_20 = V_5; NullCheck(L_20); int32_t L_21 = String_get_Length_m3847582255(L_20, /*hidden argument*/NULL); NullCheck(L_16); String_t* L_22 = String_Substring_m1610150815(L_16, ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)), ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)L_21)), (int32_t)1)), /*hidden argument*/NULL); CharU5BU5D_t3528271667* L_23 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_23); (L_23)->SetAt(static_cast(0), (Il2CppChar)((int32_t)44)); NullCheck(L_22); StringU5BU5D_t1281789340* L_24 = String_Split_m3646115398(L_22, L_23, /*hidden argument*/NULL); V_6 = L_24; V_7 = 0; goto IL_00f7; } IL_00a6: { StringU5BU5D_t1281789340* L_25 = V_6; int32_t L_26 = V_7; NullCheck(L_25); int32_t L_27 = L_26; String_t* L_28 = (L_25)->GetAt(static_cast(L_27)); NullCheck(L_28); String_t* L_29 = String_Trim_m923598732(L_28, /*hidden argument*/NULL); Type_t * L_30 = ObjectTranslator_FindType_m4140411878(__this, L_29, (bool)0, /*hidden argument*/NULL); V_8 = L_30; Type_t * L_31 = V_8; if (L_31) { goto IL_00c2; } } { return (Type_t *)NULL; } IL_00c2: { int32_t L_32 = V_7; if (!L_32) { goto IL_00d7; } } { String_t* L_33 = V_5; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_34 = String_Concat_m3937257545(NULL /*static, unused*/, L_33, _stringLiteral3450517380, /*hidden argument*/NULL); V_5 = L_34; } IL_00d7: { String_t* L_35 = V_5; Type_t * L_36 = V_8; NullCheck(L_36); String_t* L_37 = VirtFuncInvoker0< String_t* >::Invoke(16 /* System.String System.Type::get_AssemblyQualifiedName() */, L_36); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_38 = String_Concat_m2163913788(NULL /*static, unused*/, L_35, _stringLiteral3452614645, L_37, _stringLiteral3452614643, /*hidden argument*/NULL); V_5 = L_38; int32_t L_39 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1)); } IL_00f7: { int32_t L_40 = V_7; StringU5BU5D_t1281789340* L_41 = V_6; NullCheck(L_41); if ((((int32_t)L_40) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_41)->max_length))))))) { goto IL_00a6; } } { String_t* L_42 = V_5; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_43 = String_Concat_m3937257545(NULL /*static, unused*/, L_42, _stringLiteral3452614643, /*hidden argument*/NULL); V_5 = L_43; String_t* L_44 = V_5; Type_t * L_45 = ObjectTranslator_FindType_m4140411878(__this, L_44, (bool)1, /*hidden argument*/NULL); return L_45; } IL_011a: { return (Type_t *)NULL; } IL_011c: { Type_t * L_46 = V_3; return L_46; } } // System.Boolean XLua.ObjectTranslator::hasMethod(System.Type,System.String) extern "C" IL2CPP_METHOD_ATTR bool ObjectTranslator_hasMethod_m1679379046 (ObjectTranslator_t2020767555 * __this, Type_t * ___type0, String_t* ___methodName1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_hasMethod_m1679379046_MetadataUsageId); s_Il2CppMethodInitialized = true; } MethodInfo_t * V_0 = NULL; MethodInfoU5BU5D_t2572182361* V_1 = NULL; int32_t V_2 = 0; { Type_t * L_0 = ___type0; NullCheck(L_0); MethodInfoU5BU5D_t2572182361* L_1 = VirtFuncInvoker1< MethodInfoU5BU5D_t2572182361*, int32_t >::Invoke(65 /* System.Reflection.MethodInfo[] System.Type::GetMethods(System.Reflection.BindingFlags) */, L_0, ((int32_t)28)); V_1 = L_1; V_2 = 0; goto IL_002b; } IL_0010: { MethodInfoU5BU5D_t2572182361* L_2 = V_1; int32_t L_3 = V_2; NullCheck(L_2); int32_t L_4 = L_3; MethodInfo_t * L_5 = (L_2)->GetAt(static_cast(L_4)); V_0 = L_5; MethodInfo_t * L_6 = V_0; NullCheck(L_6); String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.MemberInfo::get_Name() */, L_6); String_t* L_8 = ___methodName1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_9 = String_op_Equality_m920492651(NULL /*static, unused*/, L_7, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_0027; } } { return (bool)1; } IL_0027: { int32_t L_10 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_002b: { int32_t L_11 = V_2; MethodInfoU5BU5D_t2572182361* L_12 = V_1; NullCheck(L_12); if ((((int32_t)L_11) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_12)->max_length))))))) { goto IL_0010; } } { return (bool)0; } } // System.Void XLua.ObjectTranslator::collectObject(System.Int32) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_collectObject_m1178817294 (ObjectTranslator_t2020767555 * __this, int32_t ___obj_index_to_collect0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_collectObject_m1178817294_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; int32_t V_1 = 0; bool V_2 = false; bool G_B5_0 = false; { ObjectPool_t1928582859 * L_0 = __this->get_objects_3(); int32_t L_1 = ___obj_index_to_collect0; NullCheck(L_0); bool L_2 = ObjectPool_TryGetValue_m963470544(L_0, L_1, (&V_0), /*hidden argument*/NULL); if (!L_2) { goto IL_008a; } } { ObjectPool_t1928582859 * L_3 = __this->get_objects_3(); int32_t L_4 = ___obj_index_to_collect0; NullCheck(L_3); ObjectPool_Remove_m53873247(L_3, L_4, /*hidden argument*/NULL); RuntimeObject * L_5 = V_0; if (!L_5) { goto IL_008a; } } { RuntimeObject * L_6 = V_0; NullCheck(L_6); Type_t * L_7 = Object_GetType_m88164663(L_6, /*hidden argument*/NULL); bool L_8 = TypeExtensions_IsEnum_m1162764005(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); V_2 = L_8; bool L_9 = V_2; if (!L_9) { goto IL_004b; } } { Dictionary_2_t3384741 * L_10 = __this->get_enumMap_26(); RuntimeObject * L_11 = V_0; NullCheck(L_10); bool L_12 = Dictionary_2_TryGetValue_m3959998165(L_10, L_11, (&V_1), /*hidden argument*/Dictionary_2_TryGetValue_m3959998165_RuntimeMethod_var); G_B5_0 = L_12; goto IL_0059; } IL_004b: { Dictionary_2_t3384741 * L_13 = __this->get_reverseMap_4(); RuntimeObject * L_14 = V_0; NullCheck(L_13); bool L_15 = Dictionary_2_TryGetValue_m3959998165(L_13, L_14, (&V_1), /*hidden argument*/Dictionary_2_TryGetValue_m3959998165_RuntimeMethod_var); G_B5_0 = L_15; } IL_0059: { if (!G_B5_0) { goto IL_008a; } } { int32_t L_16 = V_1; int32_t L_17 = ___obj_index_to_collect0; if ((!(((uint32_t)L_16) == ((uint32_t)L_17)))) { goto IL_008a; } } { bool L_18 = V_2; if (!L_18) { goto IL_007d; } } { Dictionary_2_t3384741 * L_19 = __this->get_enumMap_26(); RuntimeObject * L_20 = V_0; NullCheck(L_19); Dictionary_2_Remove_m1061383611(L_19, L_20, /*hidden argument*/Dictionary_2_Remove_m1061383611_RuntimeMethod_var); goto IL_008a; } IL_007d: { Dictionary_2_t3384741 * L_21 = __this->get_reverseMap_4(); RuntimeObject * L_22 = V_0; NullCheck(L_21); Dictionary_2_Remove_m1061383611(L_21, L_22, /*hidden argument*/Dictionary_2_Remove_m1061383611_RuntimeMethod_var); } IL_008a: { return; } } // System.Int32 XLua.ObjectTranslator::addObject(System.Object,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR int32_t ObjectTranslator_addObject_m214997251 (ObjectTranslator_t2020767555 * __this, RuntimeObject * ___obj0, bool ___is_valuetype1, bool ___is_enum2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_addObject_m214997251_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { ObjectPool_t1928582859 * L_0 = __this->get_objects_3(); RuntimeObject * L_1 = ___obj0; NullCheck(L_0); int32_t L_2 = ObjectPool_Add_m3178212110(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; bool L_3 = ___is_enum2; if (!L_3) { goto IL_0025; } } { Dictionary_2_t3384741 * L_4 = __this->get_enumMap_26(); RuntimeObject * L_5 = ___obj0; int32_t L_6 = V_0; NullCheck(L_4); Dictionary_2_set_Item_m869305099(L_4, L_5, L_6, /*hidden argument*/Dictionary_2_set_Item_m869305099_RuntimeMethod_var); goto IL_0038; } IL_0025: { bool L_7 = ___is_valuetype1; if (L_7) { goto IL_0038; } } { Dictionary_2_t3384741 * L_8 = __this->get_reverseMap_4(); RuntimeObject * L_9 = ___obj0; int32_t L_10 = V_0; NullCheck(L_8); Dictionary_2_set_Item_m869305099(L_8, L_9, L_10, /*hidden argument*/Dictionary_2_set_Item_m869305099_RuntimeMethod_var); } IL_0038: { int32_t L_11 = V_0; return L_11; } } // System.Object XLua.ObjectTranslator::GetObject(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ObjectTranslator_GetObject_m3031673712 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_GetObject_m3031673712_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ObjectCasters_t3722364209 * L_0 = __this->get_objectCasters_2(); RuntimeTypeHandle_t3027515415 L_1 = { reinterpret_cast (RuntimeObject_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); NullCheck(L_0); ObjectCast_t2869028929 * L_3 = ObjectCasters_GetCaster_m200833679(L_0, L_2, /*hidden argument*/NULL); intptr_t L_4 = ___L0; int32_t L_5 = ___index1; NullCheck(L_3); RuntimeObject * L_6 = ObjectCast_Invoke_m1913262317(L_3, L_4, L_5, NULL, /*hidden argument*/NULL); return L_6; } } // System.Type XLua.ObjectTranslator::GetTypeOf(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR Type_t * ObjectTranslator_GetTypeOf_m3589627830 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___idx1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_GetTypeOf_m3589627830_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; int32_t V_1 = 0; { V_0 = (Type_t *)NULL; intptr_t L_0 = ___L0; int32_t L_1 = ___idx1; int32_t L_2 = Lua_xlua_gettypeid_m3587351592(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); V_1 = L_2; int32_t L_3 = V_1; if ((((int32_t)L_3) == ((int32_t)(-1)))) { goto IL_0020; } } { Dictionary_2_t1372658091 * L_4 = __this->get_typeMap_24(); int32_t L_5 = V_1; NullCheck(L_4); Dictionary_2_TryGetValue_m2030279362(L_4, L_5, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m2030279362_RuntimeMethod_var); } IL_0020: { Type_t * L_6 = V_0; return L_6; } } // System.Boolean XLua.ObjectTranslator::Assignable(System.IntPtr,System.Int32,System.Type) extern "C" IL2CPP_METHOD_ATTR bool ObjectTranslator_Assignable_m475717339 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, Type_t * ___type2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_Assignable_m475717339_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; RuntimeObject * V_1 = NULL; RuntimeObject* V_2 = NULL; int32_t V_3 = 0; Type_t * V_4 = NULL; { intptr_t L_0 = ___L0; int32_t L_1 = ___index1; int32_t L_2 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if ((!(((uint32_t)L_2) == ((uint32_t)7)))) { goto IL_008b; } } { intptr_t L_3 = ___L0; int32_t L_4 = ___index1; int32_t L_5 = Lua_xlua_tocsobj_safe_m1195188976(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); V_0 = L_5; int32_t L_6 = V_0; if ((((int32_t)L_6) == ((int32_t)(-1)))) { goto IL_0060; } } { ObjectPool_t1928582859 * L_7 = __this->get_objects_3(); int32_t L_8 = V_0; NullCheck(L_7); bool L_9 = ObjectPool_TryGetValue_m963470544(L_7, L_8, (&V_1), /*hidden argument*/NULL); if (!L_9) { goto IL_0060; } } { RuntimeObject * L_10 = V_1; V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_10, RawObject_t2955426449_il2cpp_TypeInfo_var)); RuntimeObject* L_11 = V_2; if (!L_11) { goto IL_0043; } } { RuntimeObject* L_12 = V_2; NullCheck(L_12); RuntimeObject * L_13 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object XLua.RawObject::get_Target() */, RawObject_t2955426449_il2cpp_TypeInfo_var, L_12); V_1 = L_13; } IL_0043: { RuntimeObject * L_14 = V_1; if (L_14) { goto IL_0053; } } { Type_t * L_15 = ___type2; bool L_16 = TypeExtensions_IsValueType_m1315482809(NULL /*static, unused*/, L_15, /*hidden argument*/NULL); return (bool)((((int32_t)L_16) == ((int32_t)0))? 1 : 0); } IL_0053: { Type_t * L_17 = ___type2; RuntimeObject * L_18 = V_1; NullCheck(L_18); Type_t * L_19 = Object_GetType_m88164663(L_18, /*hidden argument*/NULL); NullCheck(L_17); bool L_20 = VirtFuncInvoker1< bool, Type_t * >::Invoke(45 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_17, L_19); return L_20; } IL_0060: { intptr_t L_21 = ___L0; int32_t L_22 = ___index1; int32_t L_23 = Lua_xlua_gettypeid_m3587351592(NULL /*static, unused*/, L_21, L_22, /*hidden argument*/NULL); V_3 = L_23; int32_t L_24 = V_3; if ((((int32_t)L_24) == ((int32_t)(-1)))) { goto IL_008b; } } { Dictionary_2_t1372658091 * L_25 = __this->get_typeMap_24(); int32_t L_26 = V_3; NullCheck(L_25); bool L_27 = Dictionary_2_TryGetValue_m2030279362(L_25, L_26, (&V_4), /*hidden argument*/Dictionary_2_TryGetValue_m2030279362_RuntimeMethod_var); if (!L_27) { goto IL_008b; } } { Type_t * L_28 = ___type2; Type_t * L_29 = V_4; NullCheck(L_28); bool L_30 = VirtFuncInvoker1< bool, Type_t * >::Invoke(45 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_28, L_29); return L_30; } IL_008b: { ObjectCheckers_t1922409879 * L_31 = __this->get_objectCheckers_1(); Type_t * L_32 = ___type2; NullCheck(L_31); ObjectCheck_t3971088829 * L_33 = ObjectCheckers_GetChecker_m1011057478(L_31, L_32, /*hidden argument*/NULL); intptr_t L_34 = ___L0; int32_t L_35 = ___index1; NullCheck(L_33); bool L_36 = ObjectCheck_Invoke_m3678272064(L_33, L_34, L_35, /*hidden argument*/NULL); return L_36; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_GetObject_m805173647_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; RuntimeObject * V_1 = NULL; RuntimeObject* V_2 = NULL; GetCSObject_t754952527 * V_3 = NULL; int32_t V_4 = 0; Decimal_t2948259380 V_5; memset(&V_5, 0, sizeof(V_5)); Type_t * V_6 = NULL; RuntimeObject * G_B4_0 = NULL; { intptr_t L_0 = ___L0; int32_t L_1 = ___index1; int32_t L_2 = Lua_xlua_tocsobj_safe_m1195188976(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)(-1)))) { goto IL_0036; } } { ObjectPool_t1928582859 * L_4 = __this->get_objects_3(); int32_t L_5 = V_0; NullCheck(L_4); RuntimeObject * L_6 = ObjectPool_Get_m508265260(L_4, L_5, /*hidden argument*/NULL); V_1 = L_6; RuntimeObject * L_7 = V_1; V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_7, RawObject_t2955426449_il2cpp_TypeInfo_var)); RuntimeObject* L_8 = V_2; if (L_8) { goto IL_002f; } } { RuntimeObject * L_9 = V_1; G_B4_0 = L_9; goto IL_0035; } IL_002f: { RuntimeObject* L_10 = V_2; NullCheck(L_10); RuntimeObject * L_11 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object XLua.RawObject::get_Target() */, RawObject_t2955426449_il2cpp_TypeInfo_var, L_10); G_B4_0 = L_11; } IL_0035: { return G_B4_0; } IL_0036: { intptr_t L_12 = ___L0; int32_t L_13 = ___index1; int32_t L_14 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_12, L_13, /*hidden argument*/NULL); if ((!(((uint32_t)L_14) == ((uint32_t)7)))) { goto IL_00b8; } } { intptr_t L_15 = ___L0; int32_t L_16 = ___index1; int32_t L_17 = Lua_xlua_gettypeid_m3587351592(NULL /*static, unused*/, L_15, L_16, /*hidden argument*/NULL); V_4 = L_17; int32_t L_18 = V_4; if ((((int32_t)L_18) == ((int32_t)(-1)))) { goto IL_0073; } } { int32_t L_19 = V_4; int32_t L_20 = __this->get_decimal_type_id_33(); if ((!(((uint32_t)L_19) == ((uint32_t)L_20)))) { goto IL_0073; } } { intptr_t L_21 = ___L0; int32_t L_22 = ___index1; ObjectTranslator_Get_m3855786213(__this, L_21, L_22, (&V_5), /*hidden argument*/NULL); Decimal_t2948259380 L_23 = V_5; Decimal_t2948259380 L_24 = L_23; RuntimeObject * L_25 = Box(Decimal_t2948259380_il2cpp_TypeInfo_var, &L_24); return L_25; } IL_0073: { int32_t L_26 = V_4; if ((((int32_t)L_26) == ((int32_t)(-1)))) { goto IL_00b8; } } { Dictionary_2_t1372658091 * L_27 = __this->get_typeMap_24(); int32_t L_28 = V_4; NullCheck(L_27); bool L_29 = Dictionary_2_TryGetValue_m2030279362(L_27, L_28, (&V_6), /*hidden argument*/Dictionary_2_TryGetValue_m2030279362_RuntimeMethod_var); if (!L_29) { goto IL_00b8; } } { Type_t * L_30 = ___type2; Type_t * L_31 = V_6; NullCheck(L_30); bool L_32 = VirtFuncInvoker1< bool, Type_t * >::Invoke(45 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_30, L_31); if (!L_32) { goto IL_00b8; } } { Dictionary_2_t3199299591 * L_33 = __this->get_custom_get_funcs_29(); Type_t * L_34 = ___type2; NullCheck(L_33); bool L_35 = Dictionary_2_TryGetValue_m82507790(L_33, L_34, (&V_3), /*hidden argument*/Dictionary_2_TryGetValue_m82507790_RuntimeMethod_var); if (!L_35) { goto IL_00b8; } } { GetCSObject_t754952527 * L_36 = V_3; intptr_t L_37 = ___L0; int32_t L_38 = ___index1; NullCheck(L_36); RuntimeObject * L_39 = GetCSObject_Invoke_m845305652(L_36, L_37, L_38, /*hidden argument*/NULL); return L_39; } IL_00b8: { ObjectCasters_t3722364209 * L_40 = __this->get_objectCasters_2(); Type_t * L_41 = ___type2; NullCheck(L_40); ObjectCast_t2869028929 * L_42 = ObjectCasters_GetCaster_m200833679(L_40, L_41, /*hidden argument*/NULL); intptr_t L_43 = ___L0; int32_t L_44 = ___index1; NullCheck(L_42); RuntimeObject * L_45 = ObjectCast_Invoke_m1913262317(L_42, L_43, L_44, NULL, /*hidden argument*/NULL); return L_45; } } // System.Array XLua.ObjectTranslator::GetParams(System.IntPtr,System.Int32,System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeArray * ObjectTranslator_GetParams_m818092963 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, Type_t * ___type2, const RuntimeMethod* method) { RuntimeArray * V_0 = NULL; int32_t V_1 = 0; { Type_t * L_0 = ___type2; intptr_t L_1 = ___L0; int32_t L_2 = Lua_lua_gettop_m2394536141(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); int32_t L_3 = ___index1; int32_t L_4 = Math_Max_m1873195862(NULL /*static, unused*/, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)L_3)), (int32_t)1)), 0, /*hidden argument*/NULL); RuntimeArray * L_5 = Array_CreateInstance_m2750085942(NULL /*static, unused*/, L_0, L_4, /*hidden argument*/NULL); V_0 = L_5; V_1 = 0; goto IL_0034; } IL_001e: { RuntimeArray * L_6 = V_0; intptr_t L_7 = ___L0; int32_t L_8 = ___index1; int32_t L_9 = V_1; Type_t * L_10 = ___type2; RuntimeObject * L_11 = ObjectTranslator_GetObject_m805173647(__this, L_7, ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)L_9)), L_10, /*hidden argument*/NULL); int32_t L_12 = V_1; NullCheck(L_6); Array_SetValue_m3412255035(L_6, L_11, L_12, /*hidden argument*/NULL); int32_t L_13 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_0034: { int32_t L_14 = V_1; RuntimeArray * L_15 = V_0; NullCheck(L_15); int32_t L_16 = Array_get_Length_m21610649(L_15, /*hidden argument*/NULL); if ((((int32_t)L_14) < ((int32_t)L_16))) { goto IL_001e; } } { RuntimeArray * L_17 = V_0; return L_17; } } // System.Int32 XLua.ObjectTranslator::GetTypeId(System.IntPtr,System.Type) extern "C" IL2CPP_METHOD_ATTR int32_t ObjectTranslator_GetTypeId_m1793999451 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, Type_t * ___type1, const RuntimeMethod* method) { bool V_0 = false; { intptr_t L_0 = ___L0; Type_t * L_1 = ___type1; int32_t L_2 = ObjectTranslator_getTypeId_m403608292(__this, L_0, L_1, (&V_0), 2, /*hidden argument*/NULL); return L_2; } } // System.Void XLua.ObjectTranslator::PrivateAccessible(System.IntPtr,System.Type) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_PrivateAccessible_m1238524863 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, Type_t * ___type1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_PrivateAccessible_m1238524863_MetadataUsageId); s_Il2CppMethodInitialized = true; } { HashSet_1_t1048894234 * L_0 = __this->get_privateAccessibleFlags_25(); Type_t * L_1 = ___type1; NullCheck(L_0); bool L_2 = HashSet_1_Contains_m3238457005(L_0, L_1, /*hidden argument*/HashSet_1_Contains_m3238457005_RuntimeMethod_var); if (L_2) { goto IL_0036; } } { HashSet_1_t1048894234 * L_3 = __this->get_privateAccessibleFlags_25(); Type_t * L_4 = ___type1; NullCheck(L_3); HashSet_1_Add_m3721320553(L_3, L_4, /*hidden argument*/HashSet_1_Add_m3721320553_RuntimeMethod_var); Dictionary_2_t1100325521 * L_5 = __this->get_typeIdMap_23(); Type_t * L_6 = ___type1; NullCheck(L_5); bool L_7 = Dictionary_2_ContainsKey_m3183080891(L_5, L_6, /*hidden argument*/Dictionary_2_ContainsKey_m3183080891_RuntimeMethod_var); if (!L_7) { goto IL_0036; } } { intptr_t L_8 = ___L0; Type_t * L_9 = ___type1; Utils_MakePrivateAccessible_m1337896357(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL); } IL_0036: { return; } } // System.Int32 XLua.ObjectTranslator::getTypeId(System.IntPtr,System.Type,System.Boolean&,XLua.ObjectTranslator/LOGLEVEL) extern "C" IL2CPP_METHOD_ATTR int32_t ObjectTranslator_getTypeId_m403608292 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, Type_t * ___type1, bool* ___is_first2, int32_t ___log_level3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_getTypeId_m403608292_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Type_t * V_1 = NULL; intptr_t G_B11_0; memset(&G_B11_0, 0, sizeof(G_B11_0)); intptr_t G_B10_0; memset(&G_B10_0, 0, sizeof(G_B10_0)); String_t* G_B12_0 = NULL; intptr_t G_B12_1; memset(&G_B12_1, 0, sizeof(G_B12_1)); intptr_t G_B15_0; memset(&G_B15_0, 0, sizeof(G_B15_0)); ObjectTranslator_t2020767555 * G_B15_1 = NULL; intptr_t G_B14_0; memset(&G_B14_0, 0, sizeof(G_B14_0)); ObjectTranslator_t2020767555 * G_B14_1 = NULL; Type_t * G_B16_0 = NULL; intptr_t G_B16_1; memset(&G_B16_1, 0, sizeof(G_B16_1)); ObjectTranslator_t2020767555 * G_B16_2 = NULL; intptr_t G_B19_0; memset(&G_B19_0, 0, sizeof(G_B19_0)); intptr_t G_B18_0; memset(&G_B18_0, 0, sizeof(G_B18_0)); String_t* G_B20_0 = NULL; intptr_t G_B20_1; memset(&G_B20_1, 0, sizeof(G_B20_1)); { bool* L_0 = ___is_first2; *((int8_t*)(L_0)) = (int8_t)0; Dictionary_2_t1100325521 * L_1 = __this->get_typeIdMap_23(); Type_t * L_2 = ___type1; NullCheck(L_1); bool L_3 = Dictionary_2_TryGetValue_m1312663198(L_1, L_2, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m1312663198_RuntimeMethod_var); if (L_3) { goto IL_0204; } } { Type_t * L_4 = ___type1; NullCheck(L_4); bool L_5 = Type_get_IsArray_m2591212821(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_003f; } } { int32_t L_6 = __this->get_common_array_meta_20(); if ((!(((uint32_t)L_6) == ((uint32_t)(-1))))) { goto IL_0038; } } { Exception_t * L_7 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_7, _stringLiteral1724796979, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,ObjectTranslator_getTypeId_m403608292_RuntimeMethod_var); } IL_0038: { int32_t L_8 = __this->get_common_array_meta_20(); return L_8; } IL_003f: { RuntimeTypeHandle_t3027515415 L_9 = { reinterpret_cast (MulticastDelegate_t_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); Type_t * L_11 = ___type1; NullCheck(L_10); bool L_12 = VirtFuncInvoker1< bool, Type_t * >::Invoke(45 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_10, L_11); if (!L_12) { goto IL_007b; } } { int32_t L_13 = __this->get_common_delegate_meta_21(); if ((!(((uint32_t)L_13) == ((uint32_t)(-1))))) { goto IL_006b; } } { Exception_t * L_14 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_14, _stringLiteral3488991334, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14,ObjectTranslator_getTypeId_m403608292_RuntimeMethod_var); } IL_006b: { intptr_t L_15 = ___L0; Type_t * L_16 = ___type1; ObjectTranslator_TryDelayWrapLoader_m733231240(__this, L_15, L_16, /*hidden argument*/NULL); int32_t L_17 = __this->get_common_delegate_meta_21(); return L_17; } IL_007b: { bool* L_18 = ___is_first2; *((int8_t*)(L_18)) = (int8_t)1; V_1 = (Type_t *)NULL; Dictionary_2_t633324528 * L_19 = __this->get_aliasCfg_13(); Type_t * L_20 = ___type1; NullCheck(L_19); Dictionary_2_TryGetValue_m1545854663(L_19, L_20, (&V_1), /*hidden argument*/Dictionary_2_TryGetValue_m1545854663_RuntimeMethod_var); intptr_t L_21 = ___L0; Type_t * L_22 = V_1; G_B10_0 = L_21; if (L_22) { G_B11_0 = L_21; goto IL_00a1; } } { Type_t * L_23 = ___type1; NullCheck(L_23); String_t* L_24 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Type::get_FullName() */, L_23); G_B12_0 = L_24; G_B12_1 = G_B10_0; goto IL_00a7; } IL_00a1: { Type_t * L_25 = V_1; NullCheck(L_25); String_t* L_26 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Type::get_FullName() */, L_25); G_B12_0 = L_26; G_B12_1 = G_B11_0; } IL_00a7: { Lua_luaL_getmetatable_m3506102350(NULL /*static, unused*/, G_B12_1, G_B12_0, /*hidden argument*/NULL); intptr_t L_27 = ___L0; bool L_28 = Lua_lua_isnil_m3293895152(NULL /*static, unused*/, L_27, (-1), /*hidden argument*/NULL); if (!L_28) { goto IL_010b; } } { intptr_t L_29 = ___L0; Lua_lua_pop_m1434696172(NULL /*static, unused*/, L_29, 1, /*hidden argument*/NULL); intptr_t L_30 = ___L0; Type_t * L_31 = V_1; G_B14_0 = L_30; G_B14_1 = __this; if (L_31) { G_B15_0 = L_30; G_B15_1 = __this; goto IL_00cd; } } { Type_t * L_32 = ___type1; G_B16_0 = L_32; G_B16_1 = G_B14_0; G_B16_2 = G_B14_1; goto IL_00ce; } IL_00cd: { Type_t * L_33 = V_1; G_B16_0 = L_33; G_B16_1 = G_B15_0; G_B16_2 = G_B15_1; } IL_00ce: { NullCheck(G_B16_2); bool L_34 = ObjectTranslator_TryDelayWrapLoader_m733231240(G_B16_2, G_B16_1, G_B16_0, /*hidden argument*/NULL); if (!L_34) { goto IL_00fa; } } { intptr_t L_35 = ___L0; Type_t * L_36 = V_1; G_B18_0 = L_35; if (L_36) { G_B19_0 = L_35; goto IL_00ea; } } { Type_t * L_37 = ___type1; NullCheck(L_37); String_t* L_38 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Type::get_FullName() */, L_37); G_B20_0 = L_38; G_B20_1 = G_B18_0; goto IL_00f0; } IL_00ea: { Type_t * L_39 = V_1; NullCheck(L_39); String_t* L_40 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Type::get_FullName() */, L_39); G_B20_0 = L_40; G_B20_1 = G_B19_0; } IL_00f0: { Lua_luaL_getmetatable_m3506102350(NULL /*static, unused*/, G_B20_1, G_B20_0, /*hidden argument*/NULL); goto IL_010b; } IL_00fa: { Type_t * L_41 = ___type1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_42 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2865233594, L_41, /*hidden argument*/NULL); Exception_t * L_43 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_43, L_42, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_43,ObjectTranslator_getTypeId_m403608292_RuntimeMethod_var); } IL_010b: { Dictionary_2_t1100325521 * L_44 = __this->get_typeIdMap_23(); Type_t * L_45 = ___type1; NullCheck(L_44); bool L_46 = Dictionary_2_TryGetValue_m1312663198(L_44, L_45, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m1312663198_RuntimeMethod_var); if (!L_46) { goto IL_012a; } } { intptr_t L_47 = ___L0; Lua_lua_pop_m1434696172(NULL /*static, unused*/, L_47, 1, /*hidden argument*/NULL); goto IL_0204; } IL_012a: { Type_t * L_48 = ___type1; bool L_49 = TypeExtensions_IsEnum_m1162764005(NULL /*static, unused*/, L_48, /*hidden argument*/NULL); if (!L_49) { goto IL_017f; } } { intptr_t L_50 = ___L0; Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_50, _stringLiteral507191865, /*hidden argument*/NULL); intptr_t L_51 = ___L0; StaticLuaCallbacks_t3406648379 * L_52 = __this->get_metaFunctions_6(); NullCheck(L_52); lua_CSFunction_t883524059 * L_53 = L_52->get_EnumAndMeta_2(); Lua_lua_pushstdcallcfunction_m955832510(NULL /*static, unused*/, L_51, L_53, 0, /*hidden argument*/NULL); intptr_t L_54 = ___L0; Lua_lua_rawset_m3292503124(NULL /*static, unused*/, L_54, ((int32_t)-3), /*hidden argument*/NULL); intptr_t L_55 = ___L0; Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_55, _stringLiteral883499605, /*hidden argument*/NULL); intptr_t L_56 = ___L0; StaticLuaCallbacks_t3406648379 * L_57 = __this->get_metaFunctions_6(); NullCheck(L_57); lua_CSFunction_t883524059 * L_58 = L_57->get_EnumOrMeta_3(); Lua_lua_pushstdcallcfunction_m955832510(NULL /*static, unused*/, L_56, L_58, 0, /*hidden argument*/NULL); intptr_t L_59 = ___L0; Lua_lua_rawset_m3292503124(NULL /*static, unused*/, L_59, ((int32_t)-3), /*hidden argument*/NULL); } IL_017f: { RuntimeTypeHandle_t3027515415 L_60 = { reinterpret_cast (IEnumerable_t1941168011_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_61 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_60, /*hidden argument*/NULL); Type_t * L_62 = ___type1; NullCheck(L_61); bool L_63 = VirtFuncInvoker1< bool, Type_t * >::Invoke(45 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_61, L_62); if (!L_63) { goto IL_01b3; } } { intptr_t L_64 = ___L0; Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_64, _stringLiteral137594397, /*hidden argument*/NULL); intptr_t L_65 = ___L0; int32_t L_66 = __this->get_enumerable_pairs_func_22(); Lua_lua_getref_m387649952(NULL /*static, unused*/, L_65, L_66, /*hidden argument*/NULL); intptr_t L_67 = ___L0; Lua_lua_rawset_m3292503124(NULL /*static, unused*/, L_67, ((int32_t)-3), /*hidden argument*/NULL); } IL_01b3: { intptr_t L_68 = ___L0; Lua_lua_pushvalue_m425062527(NULL /*static, unused*/, L_68, (-1), /*hidden argument*/NULL); intptr_t L_69 = ___L0; int32_t L_70 = LuaIndexes_get_LUA_REGISTRYINDEX_m2693244088(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_71 = Lua_luaL_ref_m2388249351(NULL /*static, unused*/, L_69, L_70, /*hidden argument*/NULL); V_0 = L_71; intptr_t L_72 = ___L0; int32_t L_73 = V_0; Lua_lua_pushnumber_m3190857213(NULL /*static, unused*/, L_72, (((double)((double)L_73))), /*hidden argument*/NULL); intptr_t L_74 = ___L0; Lua_xlua_rawseti_m1577548352(NULL /*static, unused*/, L_74, ((int32_t)-2), (((int64_t)((int64_t)1))), /*hidden argument*/NULL); intptr_t L_75 = ___L0; Lua_lua_pop_m1434696172(NULL /*static, unused*/, L_75, 1, /*hidden argument*/NULL); Type_t * L_76 = ___type1; bool L_77 = TypeExtensions_IsValueType_m1315482809(NULL /*static, unused*/, L_76, /*hidden argument*/NULL); if (!L_77) { goto IL_01f7; } } { Dictionary_2_t1372658091 * L_78 = __this->get_typeMap_24(); int32_t L_79 = V_0; Type_t * L_80 = ___type1; NullCheck(L_78); Dictionary_2_Add_m3268150864(L_78, L_79, L_80, /*hidden argument*/Dictionary_2_Add_m3268150864_RuntimeMethod_var); } IL_01f7: { Dictionary_2_t1100325521 * L_81 = __this->get_typeIdMap_23(); Type_t * L_82 = ___type1; int32_t L_83 = V_0; NullCheck(L_81); Dictionary_2_Add_m3904430912(L_81, L_82, L_83, /*hidden argument*/Dictionary_2_Add_m3904430912_RuntimeMethod_var); } IL_0204: { int32_t L_84 = V_0; return L_84; } } // System.Void XLua.ObjectTranslator::pushPrimitive(System.IntPtr,System.Object) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_pushPrimitive_m4281434886 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, RuntimeObject * ___o1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_pushPrimitive_m4281434886_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; double V_1 = 0.0; bool V_2 = false; { RuntimeObject * L_0 = ___o1; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, SByte_t1669577662_il2cpp_TypeInfo_var))) { goto IL_0037; } } { RuntimeObject * L_1 = ___o1; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_1, Byte_t1134296376_il2cpp_TypeInfo_var))) { goto IL_0037; } } { RuntimeObject * L_2 = ___o1; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_2, Int16_t2552820387_il2cpp_TypeInfo_var))) { goto IL_0037; } } { RuntimeObject * L_3 = ___o1; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_3, UInt16_t2177724958_il2cpp_TypeInfo_var))) { goto IL_0037; } } { RuntimeObject * L_4 = ___o1; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_4, Int32_t2950945753_il2cpp_TypeInfo_var))) { goto IL_004a; } } IL_0037: { RuntimeObject * L_5 = ___o1; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int32_t L_6 = Convert_ToInt32_m2608095889(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); V_0 = L_6; intptr_t L_7 = ___L0; int32_t L_8 = V_0; Lua_xlua_pushinteger_m3473749366(NULL /*static, unused*/, L_7, L_8, /*hidden argument*/NULL); goto IL_0133; } IL_004a: { RuntimeObject * L_9 = ___o1; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_9, UInt32_t2560061978_il2cpp_TypeInfo_var))) { goto IL_0066; } } { intptr_t L_10 = ___L0; RuntimeObject * L_11 = ___o1; Lua_xlua_pushuint_m801887269(NULL /*static, unused*/, L_10, ((*(uint32_t*)((uint32_t*)UnBox(L_11, UInt32_t2560061978_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); goto IL_0133; } IL_0066: { RuntimeObject * L_12 = ___o1; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_12, Single_t1397266774_il2cpp_TypeInfo_var))) { goto IL_007c; } } { RuntimeObject * L_13 = ___o1; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_13, Double_t594665363_il2cpp_TypeInfo_var))) { goto IL_008f; } } IL_007c: { RuntimeObject * L_14 = ___o1; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); double L_15 = Convert_ToDouble_m4025515304(NULL /*static, unused*/, L_14, /*hidden argument*/NULL); V_1 = L_15; intptr_t L_16 = ___L0; double L_17 = V_1; Lua_lua_pushnumber_m3190857213(NULL /*static, unused*/, L_16, L_17, /*hidden argument*/NULL); goto IL_0133; } IL_008f: { RuntimeObject * L_18 = ___o1; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_18, IntPtr_t_il2cpp_TypeInfo_var))) { goto IL_00ab; } } { intptr_t L_19 = ___L0; RuntimeObject * L_20 = ___o1; Lua_lua_pushlightuserdata_m2253183640(NULL /*static, unused*/, L_19, ((*(intptr_t*)((intptr_t*)UnBox(L_20, IntPtr_t_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); goto IL_0133; } IL_00ab: { RuntimeObject * L_21 = ___o1; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_21, Char_t3634460470_il2cpp_TypeInfo_var))) { goto IL_00c7; } } { intptr_t L_22 = ___L0; RuntimeObject * L_23 = ___o1; Lua_xlua_pushinteger_m3473749366(NULL /*static, unused*/, L_22, ((*(Il2CppChar*)((Il2CppChar*)UnBox(L_23, Char_t3634460470_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); goto IL_0133; } IL_00c7: { RuntimeObject * L_24 = ___o1; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_24, Int64_t3736567304_il2cpp_TypeInfo_var))) { goto IL_00e3; } } { intptr_t L_25 = ___L0; RuntimeObject * L_26 = ___o1; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); int64_t L_27 = Convert_ToInt64_m3240678588(NULL /*static, unused*/, L_26, /*hidden argument*/NULL); Lua_lua_pushint64_m835440290(NULL /*static, unused*/, L_25, L_27, /*hidden argument*/NULL); goto IL_0133; } IL_00e3: { RuntimeObject * L_28 = ___o1; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_28, UInt64_t4134040092_il2cpp_TypeInfo_var))) { goto IL_00ff; } } { intptr_t L_29 = ___L0; RuntimeObject * L_30 = ___o1; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); uint64_t L_31 = Convert_ToUInt64_m1841050714(NULL /*static, unused*/, L_30, /*hidden argument*/NULL); Lua_lua_pushuint64_m2089554472(NULL /*static, unused*/, L_29, L_31, /*hidden argument*/NULL); goto IL_0133; } IL_00ff: { RuntimeObject * L_32 = ___o1; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_32, Boolean_t97287965_il2cpp_TypeInfo_var))) { goto IL_011d; } } { RuntimeObject * L_33 = ___o1; V_2 = ((*(bool*)((bool*)UnBox(L_33, Boolean_t97287965_il2cpp_TypeInfo_var)))); intptr_t L_34 = ___L0; bool L_35 = V_2; Lua_lua_pushboolean_m2404392622(NULL /*static, unused*/, L_34, L_35, /*hidden argument*/NULL); goto IL_0133; } IL_011d: { RuntimeObject * L_36 = ___o1; NullCheck(L_36); Type_t * L_37 = Object_GetType_m88164663(L_36, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_38 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2577872880, L_37, /*hidden argument*/NULL); Exception_t * L_39 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_39, L_38, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_39,ObjectTranslator_pushPrimitive_m4281434886_RuntimeMethod_var); } IL_0133: { return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_PushAny_m2595410231_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; PushCSObject_t2825347334 * V_1 = NULL; { RuntimeObject * L_0 = ___o1; if (L_0) { goto IL_000d; } } { intptr_t L_1 = ___L0; Lua_lua_pushnil_m4186324575(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); return; } IL_000d: { RuntimeObject * L_2 = ___o1; NullCheck(L_2); Type_t * L_3 = Object_GetType_m88164663(L_2, /*hidden argument*/NULL); V_0 = L_3; Type_t * L_4 = V_0; bool L_5 = TypeExtensions_IsPrimitive_m3572507193(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_002c; } } { intptr_t L_6 = ___L0; RuntimeObject * L_7 = ___o1; ObjectTranslator_pushPrimitive_m4281434886(__this, L_6, L_7, /*hidden argument*/NULL); goto IL_0104; } IL_002c: { RuntimeObject * L_8 = ___o1; if (!((String_t*)IsInstSealed((RuntimeObject*)L_8, String_t_il2cpp_TypeInfo_var))) { goto IL_0048; } } { intptr_t L_9 = ___L0; RuntimeObject * L_10 = ___o1; Lua_lua_pushstring_m4067524778(NULL /*static, unused*/, L_9, ((String_t*)IsInstSealed((RuntimeObject*)L_10, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); goto IL_0104; } IL_0048: { Type_t * L_11 = V_0; RuntimeTypeHandle_t3027515415 L_12 = { reinterpret_cast (ByteU5BU5D_t4116647657_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_13 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_11) == ((RuntimeObject*)(Type_t *)L_13)))) { goto IL_0069; } } { intptr_t L_14 = ___L0; RuntimeObject * L_15 = ___o1; Lua_lua_pushstring_m3272202343(NULL /*static, unused*/, L_14, ((ByteU5BU5D_t4116647657*)IsInst((RuntimeObject*)L_15, ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); goto IL_0104; } IL_0069: { RuntimeObject * L_16 = ___o1; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_16, Decimal_t2948259380_il2cpp_TypeInfo_var))) { goto IL_0086; } } { intptr_t L_17 = ___L0; RuntimeObject * L_18 = ___o1; ObjectTranslator_PushDecimal_m48535725(__this, L_17, ((*(Decimal_t2948259380 *)((Decimal_t2948259380 *)UnBox(L_18, Decimal_t2948259380_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); goto IL_0104; } IL_0086: { RuntimeObject * L_19 = ___o1; if (!((LuaBase_t1730675691 *)IsInstClass((RuntimeObject*)L_19, LuaBase_t1730675691_il2cpp_TypeInfo_var))) { goto IL_00a2; } } { RuntimeObject * L_20 = ___o1; intptr_t L_21 = ___L0; NullCheck(((LuaBase_t1730675691 *)CastclassClass((RuntimeObject*)L_20, LuaBase_t1730675691_il2cpp_TypeInfo_var))); VirtActionInvoker1< intptr_t >::Invoke(6 /* System.Void XLua.LuaBase::push(System.IntPtr) */, ((LuaBase_t1730675691 *)CastclassClass((RuntimeObject*)L_20, LuaBase_t1730675691_il2cpp_TypeInfo_var)), L_21); goto IL_0104; } IL_00a2: { RuntimeObject * L_22 = ___o1; if (!((lua_CSFunction_t883524059 *)IsInstSealed((RuntimeObject*)L_22, lua_CSFunction_t883524059_il2cpp_TypeInfo_var))) { goto IL_00bf; } } { intptr_t L_23 = ___L0; RuntimeObject * L_24 = ___o1; ObjectTranslator_Push_m152211440(__this, L_23, ((lua_CSFunction_t883524059 *)IsInstSealed((RuntimeObject*)L_24, lua_CSFunction_t883524059_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); goto IL_0104; } IL_00bf: { RuntimeObject * L_25 = ___o1; if (!((ValueType_t3640485471 *)IsInstClass((RuntimeObject*)L_25, ValueType_t3640485471_il2cpp_TypeInfo_var))) { goto IL_00fc; } } { Dictionary_2_t974727102 * L_26 = __this->get_custom_push_funcs_28(); RuntimeObject * L_27 = ___o1; NullCheck(L_27); Type_t * L_28 = Object_GetType_m88164663(L_27, /*hidden argument*/NULL); NullCheck(L_26); bool L_29 = Dictionary_2_TryGetValue_m772098688(L_26, L_28, (&V_1), /*hidden argument*/Dictionary_2_TryGetValue_m772098688_RuntimeMethod_var); if (!L_29) { goto IL_00ef; } } { PushCSObject_t2825347334 * L_30 = V_1; intptr_t L_31 = ___L0; RuntimeObject * L_32 = ___o1; NullCheck(L_30); PushCSObject_Invoke_m884967110(L_30, L_31, L_32, /*hidden argument*/NULL); goto IL_00f7; } IL_00ef: { intptr_t L_33 = ___L0; RuntimeObject * L_34 = ___o1; ObjectTranslator_Push_m105918116(__this, L_33, L_34, /*hidden argument*/NULL); } IL_00f7: { goto IL_0104; } IL_00fc: { intptr_t L_35 = ___L0; RuntimeObject * L_36 = ___o1; ObjectTranslator_Push_m105918116(__this, L_35, L_36, /*hidden argument*/NULL); } IL_0104: { return; } } // System.Int32 XLua.ObjectTranslator::TranslateToEnumToTop(System.IntPtr,System.Type,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t ObjectTranslator_TranslateToEnumToTop_m1038597337 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, Type_t * ___type1, int32_t ___idx2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_TranslateToEnumToTop_m1038597337_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; String_t* V_3 = NULL; { V_0 = NULL; intptr_t L_0 = ___L0; int32_t L_1 = ___idx2; int32_t L_2 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); V_1 = L_2; int32_t L_3 = V_1; if ((!(((uint32_t)L_3) == ((uint32_t)3)))) { goto IL_0027; } } { intptr_t L_4 = ___L0; int32_t L_5 = ___idx2; double L_6 = Lua_lua_tonumber_m3087017991(NULL /*static, unused*/, L_4, L_5, /*hidden argument*/NULL); V_2 = (((int32_t)((int32_t)L_6))); Type_t * L_7 = ___type1; int32_t L_8 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); RuntimeObject * L_9 = Enum_ToObject_m2710011811(NULL /*static, unused*/, L_7, L_8, /*hidden argument*/NULL); V_0 = L_9; goto IL_004f; } IL_0027: { int32_t L_10 = V_1; if ((!(((uint32_t)L_10) == ((uint32_t)4)))) { goto IL_0043; } } { intptr_t L_11 = ___L0; int32_t L_12 = ___idx2; String_t* L_13 = Lua_lua_tostring_m2201066917(NULL /*static, unused*/, L_11, L_12, /*hidden argument*/NULL); V_3 = L_13; Type_t * L_14 = ___type1; String_t* L_15 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); RuntimeObject * L_16 = Enum_Parse_m1871331077(NULL /*static, unused*/, L_14, L_15, /*hidden argument*/NULL); V_0 = L_16; goto IL_004f; } IL_0043: { intptr_t L_17 = ___L0; int32_t L_18 = Lua_luaL_error_m1118924357(NULL /*static, unused*/, L_17, _stringLiteral734564660, /*hidden argument*/NULL); return L_18; } IL_004f: { intptr_t L_19 = ___L0; RuntimeObject * L_20 = V_0; ObjectTranslator_PushAny_m2595410231(__this, L_19, L_20, /*hidden argument*/NULL); return 1; } } // System.Void XLua.ObjectTranslator::Push(System.IntPtr,XLua.LuaDLL.lua_CSFunction) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_Push_m152211440 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, lua_CSFunction_t883524059 * ___o1, const RuntimeMethod* method) { { lua_CSFunction_t883524059 * L_0 = ___o1; bool L_1 = Utils_IsStaticPInvokeCSFunction_m887237802(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0018; } } { intptr_t L_2 = ___L0; lua_CSFunction_t883524059 * L_3 = ___o1; Lua_lua_pushstdcallcfunction_m955832510(NULL /*static, unused*/, L_2, L_3, 0, /*hidden argument*/NULL); goto IL_0032; } IL_0018: { intptr_t L_4 = ___L0; lua_CSFunction_t883524059 * L_5 = ___o1; ObjectTranslator_Push_m105918116(__this, L_4, L_5, /*hidden argument*/NULL); intptr_t L_6 = ___L0; StaticLuaCallbacks_t3406648379 * L_7 = __this->get_metaFunctions_6(); NullCheck(L_7); lua_CSFunction_t883524059 * L_8 = L_7->get_StaticCSFunctionWraper_4(); Lua_lua_pushstdcallcfunction_m955832510(NULL /*static, unused*/, L_6, L_8, 1, /*hidden argument*/NULL); } IL_0032: { return; } } // System.Void XLua.ObjectTranslator::Push(System.IntPtr,XLua.LuaBase) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_Push_m323311518 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, LuaBase_t1730675691 * ___o1, const RuntimeMethod* method) { { LuaBase_t1730675691 * L_0 = ___o1; if (L_0) { goto IL_0011; } } { intptr_t L_1 = ___L0; Lua_lua_pushnil_m4186324575(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); goto IL_0018; } IL_0011: { LuaBase_t1730675691 * L_2 = ___o1; intptr_t L_3 = ___L0; NullCheck(L_2); VirtActionInvoker1< intptr_t >::Invoke(6 /* System.Void XLua.LuaBase::push(System.IntPtr) */, L_2, L_3); } IL_0018: { return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_Push_m105918116_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Type_t * V_1 = NULL; bool V_2 = false; bool V_3 = false; bool V_4 = false; bool V_5 = false; int32_t V_6 = 0; int32_t G_B5_0 = 0; bool G_B9_0 = false; bool G_B17_0 = false; { RuntimeObject * L_0 = ___o1; if (L_0) { goto IL_000d; } } { intptr_t L_1 = ___L0; Lua_lua_pushnil_m4186324575(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); return; } IL_000d: { V_0 = (-1); RuntimeObject * L_2 = ___o1; NullCheck(L_2); Type_t * L_3 = Object_GetType_m88164663(L_2, /*hidden argument*/NULL); V_1 = L_3; Type_t * L_4 = V_1; NullCheck(L_4); bool L_5 = Type_get_IsEnum_m208091508(L_4, /*hidden argument*/NULL); V_2 = L_5; Type_t * L_6 = V_1; NullCheck(L_6); bool L_7 = Type_get_IsValueType_m3108065642(L_6, /*hidden argument*/NULL); V_3 = L_7; bool L_8 = V_3; if (!L_8) { goto IL_002d; } } { bool L_9 = V_2; G_B5_0 = ((int32_t)(L_9)); goto IL_002e; } IL_002d: { G_B5_0 = 1; } IL_002e: { V_4 = (bool)G_B5_0; bool L_10 = V_4; if (!L_10) { goto IL_0077; } } { bool L_11 = V_2; if (!L_11) { goto IL_0050; } } { Dictionary_2_t3384741 * L_12 = __this->get_enumMap_26(); RuntimeObject * L_13 = ___o1; NullCheck(L_12); bool L_14 = Dictionary_2_TryGetValue_m3959998165(L_12, L_13, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m3959998165_RuntimeMethod_var); G_B9_0 = L_14; goto IL_005e; } IL_0050: { Dictionary_2_t3384741 * L_15 = __this->get_reverseMap_4(); RuntimeObject * L_16 = ___o1; NullCheck(L_15); bool L_17 = Dictionary_2_TryGetValue_m3959998165(L_15, L_16, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m3959998165_RuntimeMethod_var); G_B9_0 = L_17; } IL_005e: { if (!G_B9_0) { goto IL_0077; } } { intptr_t L_18 = ___L0; int32_t L_19 = V_0; int32_t L_20 = __this->get_cacheRef_15(); int32_t L_21 = Lua_xlua_tryget_cachedud_m624523963(NULL /*static, unused*/, L_18, L_19, L_20, /*hidden argument*/NULL); if ((!(((uint32_t)L_21) == ((uint32_t)1)))) { goto IL_0077; } } { return; } IL_0077: { intptr_t L_22 = ___L0; Type_t * L_23 = V_1; int32_t L_24 = ObjectTranslator_getTypeId_m403608292(__this, L_22, L_23, (&V_5), 2, /*hidden argument*/NULL); V_6 = L_24; bool L_25 = V_5; if (!L_25) { goto IL_00d2; } } { bool L_26 = V_4; if (!L_26) { goto IL_00d2; } } { bool L_27 = V_2; if (!L_27) { goto IL_00ab; } } { Dictionary_2_t3384741 * L_28 = __this->get_enumMap_26(); RuntimeObject * L_29 = ___o1; NullCheck(L_28); bool L_30 = Dictionary_2_TryGetValue_m3959998165(L_28, L_29, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m3959998165_RuntimeMethod_var); G_B17_0 = L_30; goto IL_00b9; } IL_00ab: { Dictionary_2_t3384741 * L_31 = __this->get_reverseMap_4(); RuntimeObject * L_32 = ___o1; NullCheck(L_31); bool L_33 = Dictionary_2_TryGetValue_m3959998165(L_31, L_32, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m3959998165_RuntimeMethod_var); G_B17_0 = L_33; } IL_00b9: { if (!G_B17_0) { goto IL_00d2; } } { intptr_t L_34 = ___L0; int32_t L_35 = V_0; int32_t L_36 = __this->get_cacheRef_15(); int32_t L_37 = Lua_xlua_tryget_cachedud_m624523963(NULL /*static, unused*/, L_34, L_35, L_36, /*hidden argument*/NULL); if ((!(((uint32_t)L_37) == ((uint32_t)1)))) { goto IL_00d2; } } { return; } IL_00d2: { RuntimeObject * L_38 = ___o1; bool L_39 = V_3; bool L_40 = V_2; int32_t L_41 = ObjectTranslator_addObject_m214997251(__this, L_38, L_39, L_40, /*hidden argument*/NULL); V_0 = L_41; intptr_t L_42 = ___L0; int32_t L_43 = V_0; int32_t L_44 = V_6; bool L_45 = V_4; int32_t L_46 = __this->get_cacheRef_15(); Lua_xlua_pushcsobj_m669437044(NULL /*static, unused*/, L_42, L_43, L_44, L_45, L_46, /*hidden argument*/NULL); return; } } // System.Void XLua.ObjectTranslator::PushObject(System.IntPtr,System.Object,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_PushObject_m2792877316 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, RuntimeObject * ___o1, int32_t ___type_id2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_PushObject_m2792877316_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { RuntimeObject * L_0 = ___o1; if (L_0) { goto IL_000d; } } { intptr_t L_1 = ___L0; Lua_lua_pushnil_m4186324575(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); return; } IL_000d: { V_0 = (-1); Dictionary_2_t3384741 * L_2 = __this->get_reverseMap_4(); RuntimeObject * L_3 = ___o1; NullCheck(L_2); bool L_4 = Dictionary_2_TryGetValue_m3959998165(L_2, L_3, (&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m3959998165_RuntimeMethod_var); if (!L_4) { goto IL_0036; } } { intptr_t L_5 = ___L0; int32_t L_6 = V_0; int32_t L_7 = __this->get_cacheRef_15(); int32_t L_8 = Lua_xlua_tryget_cachedud_m624523963(NULL /*static, unused*/, L_5, L_6, L_7, /*hidden argument*/NULL); if ((!(((uint32_t)L_8) == ((uint32_t)1)))) { goto IL_0036; } } { return; } IL_0036: { RuntimeObject * L_9 = ___o1; int32_t L_10 = ObjectTranslator_addObject_m214997251(__this, L_9, (bool)0, (bool)0, /*hidden argument*/NULL); V_0 = L_10; intptr_t L_11 = ___L0; int32_t L_12 = V_0; int32_t L_13 = ___type_id2; int32_t L_14 = __this->get_cacheRef_15(); Lua_xlua_pushcsobj_m669437044(NULL /*static, unused*/, L_11, L_12, L_13, (bool)1, L_14, /*hidden argument*/NULL); return; } } // System.Void XLua.ObjectTranslator::Update(System.IntPtr,System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_Update_m3437872166 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, RuntimeObject * ___obj2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_Update_m3437872166_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; UpdateCSObject_t4262194437 * V_1 = NULL; { intptr_t L_0 = ___L0; int32_t L_1 = ___index1; int32_t L_2 = Lua_xlua_tocsobj_fast_m552072423(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)(-1)))) { goto IL_0022; } } { ObjectPool_t1928582859 * L_4 = __this->get_objects_3(); int32_t L_5 = V_0; RuntimeObject * L_6 = ___obj2; NullCheck(L_4); ObjectPool_Replace_m4172307805(L_4, L_5, L_6, /*hidden argument*/NULL); goto IL_005e; } IL_0022: { Dictionary_2_t2411574205 * L_7 = __this->get_custom_update_funcs_30(); RuntimeObject * L_8 = ___obj2; NullCheck(L_8); Type_t * L_9 = Object_GetType_m88164663(L_8, /*hidden argument*/NULL); NullCheck(L_7); bool L_10 = Dictionary_2_TryGetValue_m2426959911(L_7, L_9, (&V_1), /*hidden argument*/Dictionary_2_TryGetValue_m2426959911_RuntimeMethod_var); if (!L_10) { goto IL_0048; } } { UpdateCSObject_t4262194437 * L_11 = V_1; intptr_t L_12 = ___L0; int32_t L_13 = ___index1; RuntimeObject * L_14 = ___obj2; NullCheck(L_11); UpdateCSObject_Invoke_m89165445(L_11, L_12, L_13, L_14, /*hidden argument*/NULL); goto IL_005e; } IL_0048: { RuntimeObject * L_15 = ___obj2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_16 = String_Concat_m1715369213(NULL /*static, unused*/, _stringLiteral2792405670, L_15, _stringLiteral3452614643, /*hidden argument*/NULL); Exception_t * L_17 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_17, L_16, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17,ObjectTranslator_Update_m3437872166_RuntimeMethod_var); } IL_005e: { return; } } // System.Object XLua.ObjectTranslator::getCsObj(System.IntPtr,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ObjectTranslator_getCsObj_m1188549198 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, int32_t ___udata2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_getCsObj_m1188549198_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; Type_t * V_1 = NULL; Decimal_t2948259380 V_2; memset(&V_2, 0, sizeof(V_2)); GetCSObject_t754952527 * V_3 = NULL; { int32_t L_0 = ___udata2; if ((!(((uint32_t)L_0) == ((uint32_t)(-1))))) { goto IL_0064; } } { intptr_t L_1 = ___L0; int32_t L_2 = ___index1; int32_t L_3 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)7))) { goto IL_0016; } } { return NULL; } IL_0016: { intptr_t L_4 = ___L0; int32_t L_5 = ___index1; Type_t * L_6 = ObjectTranslator_GetTypeOf_m3589627830(__this, L_4, L_5, /*hidden argument*/NULL); V_1 = L_6; Type_t * L_7 = V_1; RuntimeTypeHandle_t3027515415 L_8 = { reinterpret_cast (Decimal_t2948259380_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_9 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_7) == ((RuntimeObject*)(Type_t *)L_9)))) { goto IL_0040; } } { intptr_t L_10 = ___L0; int32_t L_11 = ___index1; ObjectTranslator_Get_m3855786213(__this, L_10, L_11, (&V_2), /*hidden argument*/NULL); Decimal_t2948259380 L_12 = V_2; Decimal_t2948259380 L_13 = L_12; RuntimeObject * L_14 = Box(Decimal_t2948259380_il2cpp_TypeInfo_var, &L_13); return L_14; } IL_0040: { Type_t * L_15 = V_1; if (!L_15) { goto IL_0062; } } { Dictionary_2_t3199299591 * L_16 = __this->get_custom_get_funcs_29(); Type_t * L_17 = V_1; NullCheck(L_16); bool L_18 = Dictionary_2_TryGetValue_m82507790(L_16, L_17, (&V_3), /*hidden argument*/Dictionary_2_TryGetValue_m82507790_RuntimeMethod_var); if (!L_18) { goto IL_0062; } } { GetCSObject_t754952527 * L_19 = V_3; intptr_t L_20 = ___L0; int32_t L_21 = ___index1; NullCheck(L_19); RuntimeObject * L_22 = GetCSObject_Invoke_m845305652(L_19, L_20, L_21, /*hidden argument*/NULL); return L_22; } IL_0062: { return NULL; } IL_0064: { ObjectPool_t1928582859 * L_23 = __this->get_objects_3(); int32_t L_24 = ___udata2; NullCheck(L_23); bool L_25 = ObjectPool_TryGetValue_m963470544(L_23, L_24, (&V_0), /*hidden argument*/NULL); if (!L_25) { goto IL_0079; } } { RuntimeObject * L_26 = V_0; return L_26; } IL_0079: { return NULL; } } // System.Object XLua.ObjectTranslator::SafeGetCSObj(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ObjectTranslator_SafeGetCSObj_m101375085 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, const RuntimeMethod* method) { { intptr_t L_0 = ___L0; int32_t L_1 = ___index1; intptr_t L_2 = ___L0; int32_t L_3 = ___index1; int32_t L_4 = Lua_xlua_tocsobj_safe_m1195188976(NULL /*static, unused*/, L_2, L_3, /*hidden argument*/NULL); RuntimeObject * L_5 = ObjectTranslator_getCsObj_m1188549198(__this, L_0, L_1, L_4, /*hidden argument*/NULL); return L_5; } } // 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) { { intptr_t L_0 = ___L0; int32_t L_1 = ___index1; intptr_t L_2 = ___L0; int32_t L_3 = ___index1; int32_t L_4 = Lua_xlua_tocsobj_fast_m552072423(NULL /*static, unused*/, L_2, L_3, /*hidden argument*/NULL); RuntimeObject * L_5 = ObjectTranslator_getCsObj_m1188549198(__this, L_0, L_1, L_4, /*hidden argument*/NULL); return L_5; } } // System.Void XLua.ObjectTranslator::ReleaseCSObj(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_ReleaseCSObj_m3635024860 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_ReleaseCSObj_m3635024860_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; RuntimeObject * V_1 = NULL; { intptr_t L_0 = ___L0; int32_t L_1 = ___index1; int32_t L_2 = Lua_xlua_tocsobj_safe_m1195188976(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)(-1)))) { goto IL_0041; } } { ObjectPool_t1928582859 * L_4 = __this->get_objects_3(); int32_t L_5 = V_0; NullCheck(L_4); RuntimeObject * L_6 = ObjectPool_Replace_m4172307805(L_4, L_5, NULL, /*hidden argument*/NULL); V_1 = L_6; RuntimeObject * L_7 = V_1; if (!L_7) { goto IL_0041; } } { Dictionary_2_t3384741 * L_8 = __this->get_reverseMap_4(); RuntimeObject * L_9 = V_1; NullCheck(L_8); bool L_10 = Dictionary_2_ContainsKey_m1197295216(L_8, L_9, /*hidden argument*/Dictionary_2_ContainsKey_m1197295216_RuntimeMethod_var); if (!L_10) { goto IL_0041; } } { Dictionary_2_t3384741 * L_11 = __this->get_reverseMap_4(); RuntimeObject * L_12 = V_1; NullCheck(L_11); Dictionary_2_Remove_m1061383611(L_11, L_12, /*hidden argument*/Dictionary_2_Remove_m1061383611_RuntimeMethod_var); } IL_0041: { return; } } // XLua.LuaDLL.lua_CSFunction XLua.ObjectTranslator::GetFixCSFunction(System.Int32) extern "C" IL2CPP_METHOD_ATTR lua_CSFunction_t883524059 * ObjectTranslator_GetFixCSFunction_m3049810314 (ObjectTranslator_t2020767555 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_GetFixCSFunction_m3049810314_MetadataUsageId); s_Il2CppMethodInitialized = true; } { List_1_t2355598801 * L_0 = __this->get_fix_cs_functions_27(); int32_t L_1 = ___index0; NullCheck(L_0); lua_CSFunction_t883524059 * L_2 = List_1_get_Item_m2604122281(L_0, L_1, /*hidden argument*/List_1_get_Item_m2604122281_RuntimeMethod_var); return L_2; } } // System.Void XLua.ObjectTranslator::PushFixCSFunction(System.IntPtr,XLua.LuaDLL.lua_CSFunction) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_PushFixCSFunction_m2016711914 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, lua_CSFunction_t883524059 * ___func1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_PushFixCSFunction_m2016711914_MetadataUsageId); s_Il2CppMethodInitialized = true; } { lua_CSFunction_t883524059 * L_0 = ___func1; if (L_0) { goto IL_0011; } } { intptr_t L_1 = ___L0; Lua_lua_pushnil_m4186324575(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); goto IL_0040; } IL_0011: { intptr_t L_2 = ___L0; List_1_t2355598801 * L_3 = __this->get_fix_cs_functions_27(); NullCheck(L_3); int32_t L_4 = List_1_get_Count_m1900280016(L_3, /*hidden argument*/List_1_get_Count_m1900280016_RuntimeMethod_var); Lua_xlua_pushinteger_m3473749366(NULL /*static, unused*/, L_2, L_4, /*hidden argument*/NULL); List_1_t2355598801 * L_5 = __this->get_fix_cs_functions_27(); lua_CSFunction_t883524059 * L_6 = ___func1; NullCheck(L_5); List_1_Add_m1246565533(L_5, L_6, /*hidden argument*/List_1_Add_m1246565533_RuntimeMethod_var); intptr_t L_7 = ___L0; StaticLuaCallbacks_t3406648379 * L_8 = __this->get_metaFunctions_6(); NullCheck(L_8); lua_CSFunction_t883524059 * L_9 = L_8->get_FixCSFunctionWraper_5(); Lua_lua_pushstdcallcfunction_m955832510(NULL /*static, unused*/, L_7, L_9, 1, /*hidden argument*/NULL); } IL_0040: { return; } } // System.Object[] XLua.ObjectTranslator::popValues(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* ObjectTranslator_popValues_m3575704436 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___oldTop1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_popValues_m3575704436_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ArrayList_t2718874744 * V_1 = NULL; int32_t V_2 = 0; { intptr_t L_0 = ___L0; int32_t L_1 = Lua_lua_gettop_m2394536141(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = ___oldTop1; int32_t L_3 = V_0; if ((!(((uint32_t)L_2) == ((uint32_t)L_3)))) { goto IL_0010; } } { return (ObjectU5BU5D_t2843939325*)NULL; } IL_0010: { ArrayList_t2718874744 * L_4 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_4, /*hidden argument*/NULL); V_1 = L_4; int32_t L_5 = ___oldTop1; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); goto IL_0032; } IL_001f: { ArrayList_t2718874744 * L_6 = V_1; intptr_t L_7 = ___L0; int32_t L_8 = V_2; RuntimeObject * L_9 = ObjectTranslator_GetObject_m3031673712(__this, L_7, L_8, /*hidden argument*/NULL); NullCheck(L_6); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_6, L_9); int32_t L_10 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0032: { int32_t L_11 = V_2; int32_t L_12 = V_0; if ((((int32_t)L_11) <= ((int32_t)L_12))) { goto IL_001f; } } { intptr_t L_13 = ___L0; int32_t L_14 = ___oldTop1; Lua_lua_settop_m2822720422(NULL /*static, unused*/, L_13, L_14, /*hidden argument*/NULL); ArrayList_t2718874744 * L_15 = V_1; NullCheck(L_15); ObjectU5BU5D_t2843939325* L_16 = VirtFuncInvoker0< ObjectU5BU5D_t2843939325* >::Invoke(47 /* System.Object[] System.Collections.ArrayList::ToArray() */, L_15); return L_16; } } // System.Object[] XLua.ObjectTranslator::popValues(System.IntPtr,System.Int32,System.Type[]) extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* ObjectTranslator_popValues_m4218441832 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___oldTop1, TypeU5BU5D_t3940880105* ___popTypes2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_popValues_m4218441832_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; ArrayList_t2718874744 * V_2 = NULL; int32_t V_3 = 0; { intptr_t L_0 = ___L0; int32_t L_1 = Lua_lua_gettop_m2394536141(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = ___oldTop1; int32_t L_3 = V_0; if ((!(((uint32_t)L_2) == ((uint32_t)L_3)))) { goto IL_0010; } } { return (ObjectU5BU5D_t2843939325*)NULL; } IL_0010: { ArrayList_t2718874744 * L_4 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_4, /*hidden argument*/NULL); V_2 = L_4; TypeU5BU5D_t3940880105* L_5 = ___popTypes2; NullCheck(L_5); int32_t L_6 = 0; Type_t * L_7 = (L_5)->GetAt(static_cast(L_6)); RuntimeTypeHandle_t3027515415 L_8 = { reinterpret_cast (Void_t1185182177_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_9 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_7) == ((RuntimeObject*)(Type_t *)L_9)))) { goto IL_002f; } } { V_1 = 1; goto IL_0031; } IL_002f: { V_1 = 0; } IL_0031: { int32_t L_10 = ___oldTop1; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); goto IL_0054; } IL_003a: { ArrayList_t2718874744 * L_11 = V_2; intptr_t L_12 = ___L0; int32_t L_13 = V_3; TypeU5BU5D_t3940880105* L_14 = ___popTypes2; int32_t L_15 = V_1; NullCheck(L_14); int32_t L_16 = L_15; Type_t * L_17 = (L_14)->GetAt(static_cast(L_16)); RuntimeObject * L_18 = ObjectTranslator_GetObject_m805173647(__this, L_12, L_13, L_17, /*hidden argument*/NULL); NullCheck(L_11); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_11, L_18); int32_t L_19 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); int32_t L_20 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0054: { int32_t L_21 = V_3; int32_t L_22 = V_0; if ((((int32_t)L_21) <= ((int32_t)L_22))) { goto IL_003a; } } { intptr_t L_23 = ___L0; int32_t L_24 = ___oldTop1; Lua_lua_settop_m2822720422(NULL /*static, unused*/, L_23, L_24, /*hidden argument*/NULL); ArrayList_t2718874744 * L_25 = V_2; NullCheck(L_25); ObjectU5BU5D_t2843939325* L_26 = VirtFuncInvoker0< ObjectU5BU5D_t2843939325* >::Invoke(47 /* System.Object[] System.Collections.ArrayList::ToArray() */, L_25); return L_26; } } // System.Void XLua.ObjectTranslator::registerCustomOp(System.Type,XLua.ObjectTranslator/PushCSObject,XLua.ObjectTranslator/GetCSObject,XLua.ObjectTranslator/UpdateCSObject) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_registerCustomOp_m1318565094 (ObjectTranslator_t2020767555 * __this, Type_t * ___type0, PushCSObject_t2825347334 * ___push1, GetCSObject_t754952527 * ___get2, UpdateCSObject_t4262194437 * ___update3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_registerCustomOp_m1318565094_MetadataUsageId); s_Il2CppMethodInitialized = true; } { PushCSObject_t2825347334 * L_0 = ___push1; if (!L_0) { goto IL_0013; } } { Dictionary_2_t974727102 * L_1 = __this->get_custom_push_funcs_28(); Type_t * L_2 = ___type0; PushCSObject_t2825347334 * L_3 = ___push1; NullCheck(L_1); Dictionary_2_Add_m1134702904(L_1, L_2, L_3, /*hidden argument*/Dictionary_2_Add_m1134702904_RuntimeMethod_var); } IL_0013: { GetCSObject_t754952527 * L_4 = ___get2; if (!L_4) { goto IL_0026; } } { Dictionary_2_t3199299591 * L_5 = __this->get_custom_get_funcs_29(); Type_t * L_6 = ___type0; GetCSObject_t754952527 * L_7 = ___get2; NullCheck(L_5); Dictionary_2_Add_m3097406003(L_5, L_6, L_7, /*hidden argument*/Dictionary_2_Add_m3097406003_RuntimeMethod_var); } IL_0026: { UpdateCSObject_t4262194437 * L_8 = ___update3; if (!L_8) { goto IL_003b; } } { Dictionary_2_t2411574205 * L_9 = __this->get_custom_update_funcs_30(); Type_t * L_10 = ___type0; UpdateCSObject_t4262194437 * L_11 = ___update3; NullCheck(L_9); Dictionary_2_Add_m3230566386(L_9, L_10, L_11, /*hidden argument*/Dictionary_2_Add_m3230566386_RuntimeMethod_var); } IL_003b: { return; } } // System.Boolean XLua.ObjectTranslator::HasCustomOp(System.Type) extern "C" IL2CPP_METHOD_ATTR bool ObjectTranslator_HasCustomOp_m865332170 (ObjectTranslator_t2020767555 * __this, Type_t * ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_HasCustomOp_m865332170_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Dictionary_2_t974727102 * L_0 = __this->get_custom_push_funcs_28(); Type_t * L_1 = ___type0; NullCheck(L_0); bool L_2 = Dictionary_2_ContainsKey_m2949013528(L_0, L_1, /*hidden argument*/Dictionary_2_ContainsKey_m2949013528_RuntimeMethod_var); return L_2; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_PushDecimal_m48535725_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; intptr_t V_1; memset(&V_1, 0, sizeof(V_1)); { int32_t L_0 = __this->get_decimal_type_id_33(); if ((!(((uint32_t)L_0) == ((uint32_t)(-1))))) { goto IL_0026; } } { intptr_t L_1 = ___L0; RuntimeTypeHandle_t3027515415 L_2 = { reinterpret_cast (Decimal_t2948259380_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_3 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); int32_t L_4 = ObjectTranslator_getTypeId_m403608292(__this, L_1, L_3, (&V_0), 2, /*hidden argument*/NULL); __this->set_decimal_type_id_33(L_4); } IL_0026: { intptr_t L_5 = ___L0; int32_t L_6 = __this->get_decimal_type_id_33(); intptr_t L_7 = Lua_xlua_pushstruct_m3448988750(NULL /*static, unused*/, L_5, ((int32_t)16), L_6, /*hidden argument*/NULL); V_1 = L_7; intptr_t L_8 = V_1; Decimal_t2948259380 L_9 = ___val1; bool L_10 = CopyByValue_Pack_m2383623302(NULL /*static, unused*/, L_8, 0, L_9, /*hidden argument*/NULL); if (L_10) { goto IL_0058; } } { Decimal_t2948259380 L_11 = ___val1; Decimal_t2948259380 L_12 = L_11; RuntimeObject * L_13 = Box(Decimal_t2948259380_il2cpp_TypeInfo_var, &L_12); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral1420243075, L_13, /*hidden argument*/NULL); Exception_t * L_15 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_15, L_14, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,ObjectTranslator_PushDecimal_m48535725_RuntimeMethod_var); } IL_0058: { return; } } // System.Boolean XLua.ObjectTranslator::IsDecimal(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool ObjectTranslator_IsDecimal_m3121000211 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, const RuntimeMethod* method) { { int32_t L_0 = __this->get_decimal_type_id_33(); if ((!(((uint32_t)L_0) == ((uint32_t)(-1))))) { goto IL_000e; } } { return (bool)0; } IL_000e: { intptr_t L_1 = ___L0; int32_t L_2 = ___index1; int32_t L_3 = Lua_xlua_gettypeid_m3587351592(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL); int32_t L_4 = __this->get_decimal_type_id_33(); return (bool)((((int32_t)L_3) == ((int32_t)L_4))? 1 : 0); } } // System.Decimal XLua.ObjectTranslator::GetDecimal(System.IntPtr,System.Int32) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 ObjectTranslator_GetDecimal_m4088884786 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, const RuntimeMethod* method) { Decimal_t2948259380 V_0; memset(&V_0, 0, sizeof(V_0)); { intptr_t L_0 = ___L0; int32_t L_1 = ___index1; ObjectTranslator_Get_m3855786213(__this, L_0, L_1, (&V_0), /*hidden argument*/NULL); Decimal_t2948259380 L_2 = V_0; return L_2; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_Get_m3855786213_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; intptr_t V_1; memset(&V_1, 0, sizeof(V_1)); { intptr_t L_0 = ___L0; int32_t L_1 = ___index1; int32_t L_2 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = V_0; if ((!(((uint32_t)L_3) == ((uint32_t)7)))) { goto IL_0051; } } { intptr_t L_4 = ___L0; int32_t L_5 = ___index1; int32_t L_6 = Lua_xlua_gettypeid_m3587351592(NULL /*static, unused*/, L_4, L_5, /*hidden argument*/NULL); int32_t L_7 = __this->get_decimal_type_id_33(); if ((((int32_t)L_6) == ((int32_t)L_7))) { goto IL_002c; } } { Exception_t * L_8 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_8, _stringLiteral297675988, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,ObjectTranslator_Get_m3855786213_RuntimeMethod_var); } IL_002c: { intptr_t L_9 = ___L0; int32_t L_10 = ___index1; intptr_t L_11 = Lua_lua_touserdata_m3275992727(NULL /*static, unused*/, L_9, L_10, /*hidden argument*/NULL); V_1 = L_11; intptr_t L_12 = V_1; Decimal_t2948259380 * L_13 = ___val2; bool L_14 = CopyByValue_UnPack_m1723889615(NULL /*static, unused*/, L_12, 0, L_13, /*hidden argument*/NULL); if (L_14) { goto IL_004c; } } { Exception_t * L_15 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_15, _stringLiteral4281125184, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,ObjectTranslator_Get_m3855786213_RuntimeMethod_var); } IL_004c: { goto IL_00a8; } IL_0051: { int32_t L_16 = V_0; if ((!(((uint32_t)L_16) == ((uint32_t)3)))) { goto IL_0092; } } { intptr_t L_17 = ___L0; int32_t L_18 = ___index1; bool L_19 = Lua_lua_isint64_m1369779581(NULL /*static, unused*/, L_17, L_18, /*hidden argument*/NULL); if (!L_19) { goto IL_007b; } } { Decimal_t2948259380 * L_20 = ___val2; intptr_t L_21 = ___L0; int32_t L_22 = ___index1; int64_t L_23 = Lua_lua_toint64_m2860959092(NULL /*static, unused*/, L_21, L_22, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); Decimal_t2948259380 L_24 = Decimal_op_Implicit_m1349849065(NULL /*static, unused*/, L_23, /*hidden argument*/NULL); *(Decimal_t2948259380 *)L_20 = L_24; goto IL_008d; } IL_007b: { Decimal_t2948259380 * L_25 = ___val2; intptr_t L_26 = ___L0; int32_t L_27 = ___index1; double L_28 = Lua_lua_tonumber_m3087017991(NULL /*static, unused*/, L_26, L_27, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); Decimal_t2948259380 L_29 = Decimal_op_Explicit_m2433293820(NULL /*static, unused*/, L_28, /*hidden argument*/NULL); *(Decimal_t2948259380 *)L_25 = L_29; } IL_008d: { goto IL_00a8; } IL_0092: { int32_t L_30 = V_0; int32_t L_31 = L_30; RuntimeObject * L_32 = Box(LuaTypes_t3572446928_il2cpp_TypeInfo_var, &L_31); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_33 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral371611353, L_32, /*hidden argument*/NULL); Exception_t * L_34 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_34, L_33, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_34,ObjectTranslator_Get_m3855786213_RuntimeMethod_var); } IL_00a8: { return; } } // XLua.ObjectTranslator/IniterAdderXLuaTestPedding XLua.ObjectTranslator::get_IniterAdderXLuaTestPedding_dumb_obj() extern "C" IL2CPP_METHOD_ATTR IniterAdderXLuaTestPedding_t2424681114 * ObjectTranslator_get_IniterAdderXLuaTestPedding_dumb_obj_m2352691998 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_get_IniterAdderXLuaTestPedding_dumb_obj_m2352691998_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var); IniterAdderXLuaTestPedding_t2424681114 * L_0 = ((ObjectTranslator_t2020767555_StaticFields*)il2cpp_codegen_static_fields_for(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var))->get_s_IniterAdderXLuaTestPedding_dumb_obj_34(); return L_0; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_PushXLuaTestPedding_m1041412546_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; intptr_t V_1; memset(&V_1, 0, sizeof(V_1)); { int32_t L_0 = __this->get_XLuaTestPedding_TypeID_35(); if ((!(((uint32_t)L_0) == ((uint32_t)(-1))))) { goto IL_0026; } } { intptr_t L_1 = ___L0; RuntimeTypeHandle_t3027515415 L_2 = { reinterpret_cast (Pedding_t3796070799_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_3 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); int32_t L_4 = ObjectTranslator_getTypeId_m403608292(__this, L_1, L_3, (&V_0), 2, /*hidden argument*/NULL); __this->set_XLuaTestPedding_TypeID_35(L_4); } IL_0026: { intptr_t L_5 = ___L0; int32_t L_6 = __this->get_XLuaTestPedding_TypeID_35(); intptr_t L_7 = Lua_xlua_pushstruct_m3448988750(NULL /*static, unused*/, L_5, 1, L_6, /*hidden argument*/NULL); V_1 = L_7; intptr_t L_8 = V_1; Pedding_t3796070799 L_9 = ___val1; bool L_10 = CopyByValue_Pack_m2401938426(NULL /*static, unused*/, L_8, 0, L_9, /*hidden argument*/NULL); if (L_10) { goto IL_0057; } } { Pedding_t3796070799 L_11 = ___val1; Pedding_t3796070799 L_12 = L_11; RuntimeObject * L_13 = Box(Pedding_t3796070799_il2cpp_TypeInfo_var, &L_12); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral1196924469, L_13, /*hidden argument*/NULL); Exception_t * L_15 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_15, L_14, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,ObjectTranslator_PushXLuaTestPedding_m1041412546_RuntimeMethod_var); } IL_0057: { return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_Get_m3350086819_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; intptr_t V_1; memset(&V_1, 0, sizeof(V_1)); { intptr_t L_0 = ___L0; int32_t L_1 = ___index1; int32_t L_2 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = V_0; if ((!(((uint32_t)L_3) == ((uint32_t)7)))) { goto IL_0051; } } { intptr_t L_4 = ___L0; int32_t L_5 = ___index1; int32_t L_6 = Lua_xlua_gettypeid_m3587351592(NULL /*static, unused*/, L_4, L_5, /*hidden argument*/NULL); int32_t L_7 = __this->get_XLuaTestPedding_TypeID_35(); if ((((int32_t)L_6) == ((int32_t)L_7))) { goto IL_002c; } } { Exception_t * L_8 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_8, _stringLiteral1040355488, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,ObjectTranslator_Get_m3350086819_RuntimeMethod_var); } IL_002c: { intptr_t L_9 = ___L0; int32_t L_10 = ___index1; intptr_t L_11 = Lua_lua_touserdata_m3275992727(NULL /*static, unused*/, L_9, L_10, /*hidden argument*/NULL); V_1 = L_11; intptr_t L_12 = V_1; Pedding_t3796070799 * L_13 = ___val2; bool L_14 = CopyByValue_UnPack_m2571184349(NULL /*static, unused*/, L_12, 0, L_13, /*hidden argument*/NULL); if (L_14) { goto IL_004c; } } { Exception_t * L_15 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_15, _stringLiteral4016842991, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,ObjectTranslator_Get_m3350086819_RuntimeMethod_var); } IL_004c: { goto IL_008e; } IL_0051: { int32_t L_16 = V_0; if ((!(((uint32_t)L_16) == ((uint32_t)5)))) { goto IL_0066; } } { intptr_t L_17 = ___L0; int32_t L_18 = ___index1; Pedding_t3796070799 * L_19 = ___val2; CopyByValue_UnPack_m147753079(NULL /*static, unused*/, __this, L_17, L_18, L_19, /*hidden argument*/NULL); goto IL_008e; } IL_0066: { Pedding_t3796070799 * L_20 = ___val2; ObjectCasters_t3722364209 * L_21 = __this->get_objectCasters_2(); RuntimeTypeHandle_t3027515415 L_22 = { reinterpret_cast (Pedding_t3796070799_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); NullCheck(L_21); ObjectCast_t2869028929 * L_24 = ObjectCasters_GetCaster_m200833679(L_21, L_23, /*hidden argument*/NULL); intptr_t L_25 = ___L0; int32_t L_26 = ___index1; NullCheck(L_24); RuntimeObject * L_27 = ObjectCast_Invoke_m1913262317(L_24, L_25, L_26, NULL, /*hidden argument*/NULL); *(Pedding_t3796070799 *)L_20 = ((*(Pedding_t3796070799 *)((Pedding_t3796070799 *)UnBox(L_27, Pedding_t3796070799_il2cpp_TypeInfo_var)))); } IL_008e: { return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_UpdateXLuaTestPedding_m384667550_MetadataUsageId); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset(&V_0, 0, sizeof(V_0)); { intptr_t L_0 = ___L0; int32_t L_1 = ___index1; int32_t L_2 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if ((!(((uint32_t)L_2) == ((uint32_t)7)))) { goto IL_005a; } } { intptr_t L_3 = ___L0; int32_t L_4 = ___index1; int32_t L_5 = Lua_xlua_gettypeid_m3587351592(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); int32_t L_6 = __this->get_XLuaTestPedding_TypeID_35(); if ((((int32_t)L_5) == ((int32_t)L_6))) { goto IL_002a; } } { Exception_t * L_7 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_7, _stringLiteral1040355488, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,ObjectTranslator_UpdateXLuaTestPedding_m384667550_RuntimeMethod_var); } IL_002a: { intptr_t L_8 = ___L0; int32_t L_9 = ___index1; intptr_t L_10 = Lua_lua_touserdata_m3275992727(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL); V_0 = L_10; intptr_t L_11 = V_0; Pedding_t3796070799 L_12 = ___val2; bool L_13 = CopyByValue_Pack_m2401938426(NULL /*static, unused*/, L_11, 0, L_12, /*hidden argument*/NULL); if (L_13) { goto IL_0055; } } { Pedding_t3796070799 L_14 = ___val2; Pedding_t3796070799 L_15 = L_14; RuntimeObject * L_16 = Box(Pedding_t3796070799_il2cpp_TypeInfo_var, &L_15); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_17 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2324168711, L_16, /*hidden argument*/NULL); Exception_t * L_18 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_18, L_17, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18,ObjectTranslator_UpdateXLuaTestPedding_m384667550_RuntimeMethod_var); } IL_0055: { goto IL_0076; } IL_005a: { intptr_t L_19 = ___L0; int32_t L_20 = ___index1; int32_t L_21 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_19, L_20, /*hidden argument*/NULL); int32_t L_22 = L_21; RuntimeObject * L_23 = Box(LuaTypes_t3572446928_il2cpp_TypeInfo_var, &L_22); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_24 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2672135539, L_23, /*hidden argument*/NULL); Exception_t * L_25 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_25, L_24, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_25,ObjectTranslator_UpdateXLuaTestPedding_m384667550_RuntimeMethod_var); } IL_0076: { return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_PushXLuaTestMyStruct_m284684668_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; intptr_t V_1; memset(&V_1, 0, sizeof(V_1)); { int32_t L_0 = __this->get_XLuaTestMyStruct_TypeID_36(); if ((!(((uint32_t)L_0) == ((uint32_t)(-1))))) { goto IL_0026; } } { intptr_t L_1 = ___L0; RuntimeTypeHandle_t3027515415 L_2 = { reinterpret_cast (MyStruct_t514849583_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_3 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); int32_t L_4 = ObjectTranslator_getTypeId_m403608292(__this, L_1, L_3, (&V_0), 2, /*hidden argument*/NULL); __this->set_XLuaTestMyStruct_TypeID_36(L_4); } IL_0026: { intptr_t L_5 = ___L0; int32_t L_6 = __this->get_XLuaTestMyStruct_TypeID_36(); intptr_t L_7 = Lua_xlua_pushstruct_m3448988750(NULL /*static, unused*/, L_5, ((int32_t)25), L_6, /*hidden argument*/NULL); V_1 = L_7; intptr_t L_8 = V_1; MyStruct_t514849583 L_9 = ___val1; bool L_10 = CopyByValue_Pack_m69513820(NULL /*static, unused*/, L_8, 0, L_9, /*hidden argument*/NULL); if (L_10) { goto IL_0058; } } { MyStruct_t514849583 L_11 = ___val1; MyStruct_t514849583 L_12 = L_11; RuntimeObject * L_13 = Box(MyStruct_t514849583_il2cpp_TypeInfo_var, &L_12); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2688706083, L_13, /*hidden argument*/NULL); Exception_t * L_15 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_15, L_14, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,ObjectTranslator_PushXLuaTestMyStruct_m284684668_RuntimeMethod_var); } IL_0058: { return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_Get_m94430953_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; intptr_t V_1; memset(&V_1, 0, sizeof(V_1)); { intptr_t L_0 = ___L0; int32_t L_1 = ___index1; int32_t L_2 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = V_0; if ((!(((uint32_t)L_3) == ((uint32_t)7)))) { goto IL_0051; } } { intptr_t L_4 = ___L0; int32_t L_5 = ___index1; int32_t L_6 = Lua_xlua_gettypeid_m3587351592(NULL /*static, unused*/, L_4, L_5, /*hidden argument*/NULL); int32_t L_7 = __this->get_XLuaTestMyStruct_TypeID_36(); if ((((int32_t)L_6) == ((int32_t)L_7))) { goto IL_002c; } } { Exception_t * L_8 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_8, _stringLiteral4268379005, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,ObjectTranslator_Get_m94430953_RuntimeMethod_var); } IL_002c: { intptr_t L_9 = ___L0; int32_t L_10 = ___index1; intptr_t L_11 = Lua_lua_touserdata_m3275992727(NULL /*static, unused*/, L_9, L_10, /*hidden argument*/NULL); V_1 = L_11; intptr_t L_12 = V_1; MyStruct_t514849583 * L_13 = ___val2; bool L_14 = CopyByValue_UnPack_m2780593109(NULL /*static, unused*/, L_12, 0, L_13, /*hidden argument*/NULL); if (L_14) { goto IL_004c; } } { Exception_t * L_15 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_15, _stringLiteral3437873213, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,ObjectTranslator_Get_m94430953_RuntimeMethod_var); } IL_004c: { goto IL_008e; } IL_0051: { int32_t L_16 = V_0; if ((!(((uint32_t)L_16) == ((uint32_t)5)))) { goto IL_0066; } } { intptr_t L_17 = ___L0; int32_t L_18 = ___index1; MyStruct_t514849583 * L_19 = ___val2; CopyByValue_UnPack_m932236536(NULL /*static, unused*/, __this, L_17, L_18, L_19, /*hidden argument*/NULL); goto IL_008e; } IL_0066: { MyStruct_t514849583 * L_20 = ___val2; ObjectCasters_t3722364209 * L_21 = __this->get_objectCasters_2(); RuntimeTypeHandle_t3027515415 L_22 = { reinterpret_cast (MyStruct_t514849583_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); NullCheck(L_21); ObjectCast_t2869028929 * L_24 = ObjectCasters_GetCaster_m200833679(L_21, L_23, /*hidden argument*/NULL); intptr_t L_25 = ___L0; int32_t L_26 = ___index1; NullCheck(L_24); RuntimeObject * L_27 = ObjectCast_Invoke_m1913262317(L_24, L_25, L_26, NULL, /*hidden argument*/NULL); *(MyStruct_t514849583 *)L_20 = ((*(MyStruct_t514849583 *)((MyStruct_t514849583 *)UnBox(L_27, MyStruct_t514849583_il2cpp_TypeInfo_var)))); } IL_008e: { return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_UpdateXLuaTestMyStruct_m2112189277_MetadataUsageId); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset(&V_0, 0, sizeof(V_0)); { intptr_t L_0 = ___L0; int32_t L_1 = ___index1; int32_t L_2 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if ((!(((uint32_t)L_2) == ((uint32_t)7)))) { goto IL_005a; } } { intptr_t L_3 = ___L0; int32_t L_4 = ___index1; int32_t L_5 = Lua_xlua_gettypeid_m3587351592(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); int32_t L_6 = __this->get_XLuaTestMyStruct_TypeID_36(); if ((((int32_t)L_5) == ((int32_t)L_6))) { goto IL_002a; } } { Exception_t * L_7 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_7, _stringLiteral4268379005, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,ObjectTranslator_UpdateXLuaTestMyStruct_m2112189277_RuntimeMethod_var); } IL_002a: { intptr_t L_8 = ___L0; int32_t L_9 = ___index1; intptr_t L_10 = Lua_lua_touserdata_m3275992727(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL); V_0 = L_10; intptr_t L_11 = V_0; MyStruct_t514849583 L_12 = ___val2; bool L_13 = CopyByValue_Pack_m69513820(NULL /*static, unused*/, L_11, 0, L_12, /*hidden argument*/NULL); if (L_13) { goto IL_0055; } } { MyStruct_t514849583 L_14 = ___val2; MyStruct_t514849583 L_15 = L_14; RuntimeObject * L_16 = Box(MyStruct_t514849583_il2cpp_TypeInfo_var, &L_15); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_17 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral978801840, L_16, /*hidden argument*/NULL); Exception_t * L_18 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_18, L_17, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18,ObjectTranslator_UpdateXLuaTestMyStruct_m2112189277_RuntimeMethod_var); } IL_0055: { goto IL_0076; } IL_005a: { intptr_t L_19 = ___L0; int32_t L_20 = ___index1; int32_t L_21 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_19, L_20, /*hidden argument*/NULL); int32_t L_22 = L_21; RuntimeObject * L_23 = Box(LuaTypes_t3572446928_il2cpp_TypeInfo_var, &L_22); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_24 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2672135539, L_23, /*hidden argument*/NULL); Exception_t * L_25 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_25, L_24, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_25,ObjectTranslator_UpdateXLuaTestMyStruct_m2112189277_RuntimeMethod_var); } IL_0076: { return; } } // System.Void XLua.ObjectTranslator::PushXLuaTestPushAsTableStruct(System.IntPtr,XLuaTest.PushAsTableStruct) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_PushXLuaTestPushAsTableStruct_m802976487 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, PushAsTableStruct_t2836609445 ___val1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_PushXLuaTestPushAsTableStruct_m802976487_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; { int32_t L_0 = __this->get_XLuaTestPushAsTableStruct_TypeID_37(); if ((!(((uint32_t)L_0) == ((uint32_t)(-1))))) { goto IL_0026; } } { intptr_t L_1 = ___L0; RuntimeTypeHandle_t3027515415 L_2 = { reinterpret_cast (PushAsTableStruct_t2836609445_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_3 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); int32_t L_4 = ObjectTranslator_getTypeId_m403608292(__this, L_1, L_3, (&V_0), 2, /*hidden argument*/NULL); __this->set_XLuaTestPushAsTableStruct_TypeID_37(L_4); } IL_0026: { intptr_t L_5 = ___L0; int32_t L_6 = __this->get_XLuaTestPushAsTableStruct_TypeID_37(); Lua_xlua_pushcstable_m3658111026(NULL /*static, unused*/, L_5, 2, L_6, /*hidden argument*/NULL); intptr_t L_7 = ___L0; Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_7, _stringLiteral3452614616, /*hidden argument*/NULL); intptr_t L_8 = ___L0; int32_t L_9 = (&___val1)->get_x_0(); Lua_xlua_pushinteger_m3473749366(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL); intptr_t L_10 = ___L0; Lua_lua_rawset_m3292503124(NULL /*static, unused*/, L_10, ((int32_t)-3), /*hidden argument*/NULL); intptr_t L_11 = ___L0; Lua_xlua_pushasciistring_m246597761(NULL /*static, unused*/, L_11, _stringLiteral3452614615, /*hidden argument*/NULL); intptr_t L_12 = ___L0; int32_t L_13 = (&___val1)->get_y_1(); Lua_xlua_pushinteger_m3473749366(NULL /*static, unused*/, L_12, L_13, /*hidden argument*/NULL); intptr_t L_14 = ___L0; Lua_lua_rawset_m3292503124(NULL /*static, unused*/, L_14, ((int32_t)-3), /*hidden argument*/NULL); return; } } // System.Void XLua.ObjectTranslator::Get(System.IntPtr,System.Int32,XLuaTest.PushAsTableStruct&) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_Get_m2053411285 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, PushAsTableStruct_t2836609445 * ___val2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_Get_m2053411285_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; intptr_t V_1; memset(&V_1, 0, sizeof(V_1)); { intptr_t L_0 = ___L0; int32_t L_1 = ___index1; int32_t L_2 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = V_0; if ((!(((uint32_t)L_3) == ((uint32_t)7)))) { goto IL_0051; } } { intptr_t L_4 = ___L0; int32_t L_5 = ___index1; int32_t L_6 = Lua_xlua_gettypeid_m3587351592(NULL /*static, unused*/, L_4, L_5, /*hidden argument*/NULL); int32_t L_7 = __this->get_XLuaTestPushAsTableStruct_TypeID_37(); if ((((int32_t)L_6) == ((int32_t)L_7))) { goto IL_002c; } } { Exception_t * L_8 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_8, _stringLiteral1094776647, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,ObjectTranslator_Get_m2053411285_RuntimeMethod_var); } IL_002c: { intptr_t L_9 = ___L0; int32_t L_10 = ___index1; intptr_t L_11 = Lua_lua_touserdata_m3275992727(NULL /*static, unused*/, L_9, L_10, /*hidden argument*/NULL); V_1 = L_11; intptr_t L_12 = V_1; PushAsTableStruct_t2836609445 * L_13 = ___val2; bool L_14 = CopyByValue_UnPack_m1336360566(NULL /*static, unused*/, L_12, 0, L_13, /*hidden argument*/NULL); if (L_14) { goto IL_004c; } } { Exception_t * L_15 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_15, _stringLiteral3337544324, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,ObjectTranslator_Get_m2053411285_RuntimeMethod_var); } IL_004c: { goto IL_008e; } IL_0051: { int32_t L_16 = V_0; if ((!(((uint32_t)L_16) == ((uint32_t)5)))) { goto IL_0066; } } { intptr_t L_17 = ___L0; int32_t L_18 = ___index1; PushAsTableStruct_t2836609445 * L_19 = ___val2; CopyByValue_UnPack_m3948195184(NULL /*static, unused*/, __this, L_17, L_18, L_19, /*hidden argument*/NULL); goto IL_008e; } IL_0066: { PushAsTableStruct_t2836609445 * L_20 = ___val2; ObjectCasters_t3722364209 * L_21 = __this->get_objectCasters_2(); RuntimeTypeHandle_t3027515415 L_22 = { reinterpret_cast (PushAsTableStruct_t2836609445_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); NullCheck(L_21); ObjectCast_t2869028929 * L_24 = ObjectCasters_GetCaster_m200833679(L_21, L_23, /*hidden argument*/NULL); intptr_t L_25 = ___L0; int32_t L_26 = ___index1; NullCheck(L_24); RuntimeObject * L_27 = ObjectCast_Invoke_m1913262317(L_24, L_25, L_26, NULL, /*hidden argument*/NULL); *(PushAsTableStruct_t2836609445 *)L_20 = ((*(PushAsTableStruct_t2836609445 *)((PushAsTableStruct_t2836609445 *)UnBox(L_27, PushAsTableStruct_t2836609445_il2cpp_TypeInfo_var)))); } IL_008e: { return; } } // System.Void XLua.ObjectTranslator::UpdateXLuaTestPushAsTableStruct(System.IntPtr,System.Int32,XLuaTest.PushAsTableStruct) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_UpdateXLuaTestPushAsTableStruct_m1276798345 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, PushAsTableStruct_t2836609445 ___val2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_UpdateXLuaTestPushAsTableStruct_m1276798345_MetadataUsageId); s_Il2CppMethodInitialized = true; } { intptr_t L_0 = ___L0; int32_t L_1 = ___index1; int32_t L_2 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if ((!(((uint32_t)L_2) == ((uint32_t)5)))) { goto IL_000e; } } { return; } IL_000e: { intptr_t L_3 = ___L0; int32_t L_4 = ___index1; int32_t L_5 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); int32_t L_6 = L_5; RuntimeObject * L_7 = Box(LuaTypes_t3572446928_il2cpp_TypeInfo_var, &L_6); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_8 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2672135539, L_7, /*hidden argument*/NULL); Exception_t * L_9 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_9, L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,ObjectTranslator_UpdateXLuaTestPushAsTableStruct_m1276798345_RuntimeMethod_var); } } // System.Void XLua.ObjectTranslator::PushUnityEngineVector2(System.IntPtr,UnityEngine.Vector2) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_PushUnityEngineVector2_m3232111227 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, Vector2_t2156229523 ___val1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_PushUnityEngineVector2_m3232111227_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; intptr_t V_1; memset(&V_1, 0, sizeof(V_1)); { int32_t L_0 = __this->get_UnityEngineVector2_TypeID_38(); if ((!(((uint32_t)L_0) == ((uint32_t)(-1))))) { goto IL_0026; } } { intptr_t L_1 = ___L0; RuntimeTypeHandle_t3027515415 L_2 = { reinterpret_cast (Vector2_t2156229523_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_3 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); int32_t L_4 = ObjectTranslator_getTypeId_m403608292(__this, L_1, L_3, (&V_0), 2, /*hidden argument*/NULL); __this->set_UnityEngineVector2_TypeID_38(L_4); } IL_0026: { intptr_t L_5 = ___L0; int32_t L_6 = __this->get_UnityEngineVector2_TypeID_38(); intptr_t L_7 = Lua_xlua_pushstruct_m3448988750(NULL /*static, unused*/, L_5, 8, L_6, /*hidden argument*/NULL); V_1 = L_7; intptr_t L_8 = V_1; Vector2_t2156229523 L_9 = ___val1; bool L_10 = CopyByValue_Pack_m758012832(NULL /*static, unused*/, L_8, 0, L_9, /*hidden argument*/NULL); if (L_10) { goto IL_0057; } } { Vector2_t2156229523 L_11 = ___val1; Vector2_t2156229523 L_12 = L_11; RuntimeObject * L_13 = Box(Vector2_t2156229523_il2cpp_TypeInfo_var, &L_12); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral81115669, L_13, /*hidden argument*/NULL); Exception_t * L_15 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_15, L_14, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,ObjectTranslator_PushUnityEngineVector2_m3232111227_RuntimeMethod_var); } IL_0057: { return; } } // System.Void XLua.ObjectTranslator::Get(System.IntPtr,System.Int32,UnityEngine.Vector2&) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_Get_m1627229422 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, Vector2_t2156229523 * ___val2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_Get_m1627229422_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; intptr_t V_1; memset(&V_1, 0, sizeof(V_1)); { intptr_t L_0 = ___L0; int32_t L_1 = ___index1; int32_t L_2 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = V_0; if ((!(((uint32_t)L_3) == ((uint32_t)7)))) { goto IL_0051; } } { intptr_t L_4 = ___L0; int32_t L_5 = ___index1; int32_t L_6 = Lua_xlua_gettypeid_m3587351592(NULL /*static, unused*/, L_4, L_5, /*hidden argument*/NULL); int32_t L_7 = __this->get_UnityEngineVector2_TypeID_38(); if ((((int32_t)L_6) == ((int32_t)L_7))) { goto IL_002c; } } { Exception_t * L_8 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_8, _stringLiteral3496149608, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,ObjectTranslator_Get_m1627229422_RuntimeMethod_var); } IL_002c: { intptr_t L_9 = ___L0; int32_t L_10 = ___index1; intptr_t L_11 = Lua_lua_touserdata_m3275992727(NULL /*static, unused*/, L_9, L_10, /*hidden argument*/NULL); V_1 = L_11; intptr_t L_12 = V_1; Vector2_t2156229523 * L_13 = ___val2; bool L_14 = CopyByValue_UnPack_m2358189114(NULL /*static, unused*/, L_12, 0, L_13, /*hidden argument*/NULL); if (L_14) { goto IL_004c; } } { Exception_t * L_15 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_15, _stringLiteral1840316059, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,ObjectTranslator_Get_m1627229422_RuntimeMethod_var); } IL_004c: { goto IL_008e; } IL_0051: { int32_t L_16 = V_0; if ((!(((uint32_t)L_16) == ((uint32_t)5)))) { goto IL_0066; } } { intptr_t L_17 = ___L0; int32_t L_18 = ___index1; Vector2_t2156229523 * L_19 = ___val2; CopyByValue_UnPack_m358185705(NULL /*static, unused*/, __this, L_17, L_18, L_19, /*hidden argument*/NULL); goto IL_008e; } IL_0066: { Vector2_t2156229523 * L_20 = ___val2; ObjectCasters_t3722364209 * L_21 = __this->get_objectCasters_2(); RuntimeTypeHandle_t3027515415 L_22 = { reinterpret_cast (Vector2_t2156229523_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); NullCheck(L_21); ObjectCast_t2869028929 * L_24 = ObjectCasters_GetCaster_m200833679(L_21, L_23, /*hidden argument*/NULL); intptr_t L_25 = ___L0; int32_t L_26 = ___index1; NullCheck(L_24); RuntimeObject * L_27 = ObjectCast_Invoke_m1913262317(L_24, L_25, L_26, NULL, /*hidden argument*/NULL); *(Vector2_t2156229523 *)L_20 = ((*(Vector2_t2156229523 *)((Vector2_t2156229523 *)UnBox(L_27, Vector2_t2156229523_il2cpp_TypeInfo_var)))); } IL_008e: { return; } } // System.Void XLua.ObjectTranslator::UpdateUnityEngineVector2(System.IntPtr,System.Int32,UnityEngine.Vector2) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_UpdateUnityEngineVector2_m2314138213 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, Vector2_t2156229523 ___val2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_UpdateUnityEngineVector2_m2314138213_MetadataUsageId); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset(&V_0, 0, sizeof(V_0)); { intptr_t L_0 = ___L0; int32_t L_1 = ___index1; int32_t L_2 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if ((!(((uint32_t)L_2) == ((uint32_t)7)))) { goto IL_005a; } } { intptr_t L_3 = ___L0; int32_t L_4 = ___index1; int32_t L_5 = Lua_xlua_gettypeid_m3587351592(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); int32_t L_6 = __this->get_UnityEngineVector2_TypeID_38(); if ((((int32_t)L_5) == ((int32_t)L_6))) { goto IL_002a; } } { Exception_t * L_7 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_7, _stringLiteral3496149608, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,ObjectTranslator_UpdateUnityEngineVector2_m2314138213_RuntimeMethod_var); } IL_002a: { intptr_t L_8 = ___L0; int32_t L_9 = ___index1; intptr_t L_10 = Lua_lua_touserdata_m3275992727(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL); V_0 = L_10; intptr_t L_11 = V_0; Vector2_t2156229523 L_12 = ___val2; bool L_13 = CopyByValue_Pack_m758012832(NULL /*static, unused*/, L_11, 0, L_12, /*hidden argument*/NULL); if (L_13) { goto IL_0055; } } { Vector2_t2156229523 L_14 = ___val2; Vector2_t2156229523 L_15 = L_14; RuntimeObject * L_16 = Box(Vector2_t2156229523_il2cpp_TypeInfo_var, &L_15); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_17 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral581324164, L_16, /*hidden argument*/NULL); Exception_t * L_18 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_18, L_17, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18,ObjectTranslator_UpdateUnityEngineVector2_m2314138213_RuntimeMethod_var); } IL_0055: { goto IL_0076; } IL_005a: { intptr_t L_19 = ___L0; int32_t L_20 = ___index1; int32_t L_21 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_19, L_20, /*hidden argument*/NULL); int32_t L_22 = L_21; RuntimeObject * L_23 = Box(LuaTypes_t3572446928_il2cpp_TypeInfo_var, &L_22); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_24 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2672135539, L_23, /*hidden argument*/NULL); Exception_t * L_25 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_25, L_24, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_25,ObjectTranslator_UpdateUnityEngineVector2_m2314138213_RuntimeMethod_var); } IL_0076: { return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_PushUnityEngineVector3_m82247743_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; intptr_t V_1; memset(&V_1, 0, sizeof(V_1)); { int32_t L_0 = __this->get_UnityEngineVector3_TypeID_39(); if ((!(((uint32_t)L_0) == ((uint32_t)(-1))))) { goto IL_0026; } } { intptr_t L_1 = ___L0; RuntimeTypeHandle_t3027515415 L_2 = { reinterpret_cast (Vector3_t3722313464_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_3 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); int32_t L_4 = ObjectTranslator_getTypeId_m403608292(__this, L_1, L_3, (&V_0), 2, /*hidden argument*/NULL); __this->set_UnityEngineVector3_TypeID_39(L_4); } IL_0026: { intptr_t L_5 = ___L0; int32_t L_6 = __this->get_UnityEngineVector3_TypeID_39(); intptr_t L_7 = Lua_xlua_pushstruct_m3448988750(NULL /*static, unused*/, L_5, ((int32_t)12), L_6, /*hidden argument*/NULL); V_1 = L_7; intptr_t L_8 = V_1; Vector3_t3722313464 L_9 = ___val1; bool L_10 = CopyByValue_Pack_m2714327968(NULL /*static, unused*/, L_8, 0, L_9, /*hidden argument*/NULL); if (L_10) { goto IL_0058; } } { Vector3_t3722313464 L_11 = ___val1; Vector3_t3722313464 L_12 = L_11; RuntimeObject * L_13 = Box(Vector3_t3722313464_il2cpp_TypeInfo_var, &L_12); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral563264021, L_13, /*hidden argument*/NULL); Exception_t * L_15 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_15, L_14, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,ObjectTranslator_PushUnityEngineVector3_m82247743_RuntimeMethod_var); } IL_0058: { return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_Get_m1627229423_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; intptr_t V_1; memset(&V_1, 0, sizeof(V_1)); { intptr_t L_0 = ___L0; int32_t L_1 = ___index1; int32_t L_2 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = V_0; if ((!(((uint32_t)L_3) == ((uint32_t)7)))) { goto IL_0051; } } { intptr_t L_4 = ___L0; int32_t L_5 = ___index1; int32_t L_6 = Lua_xlua_gettypeid_m3587351592(NULL /*static, unused*/, L_4, L_5, /*hidden argument*/NULL); int32_t L_7 = __this->get_UnityEngineVector3_TypeID_39(); if ((((int32_t)L_6) == ((int32_t)L_7))) { goto IL_002c; } } { Exception_t * L_8 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_8, _stringLiteral1157497448, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,ObjectTranslator_Get_m1627229423_RuntimeMethod_var); } IL_002c: { intptr_t L_9 = ___L0; int32_t L_10 = ___index1; intptr_t L_11 = Lua_lua_touserdata_m3275992727(NULL /*static, unused*/, L_9, L_10, /*hidden argument*/NULL); V_1 = L_11; intptr_t L_12 = V_1; Vector3_t3722313464 * L_13 = ___val2; bool L_14 = CopyByValue_UnPack_m2358254650(NULL /*static, unused*/, L_12, 0, L_13, /*hidden argument*/NULL); if (L_14) { goto IL_004c; } } { Exception_t * L_15 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_15, _stringLiteral3406400000, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,ObjectTranslator_Get_m1627229423_RuntimeMethod_var); } IL_004c: { goto IL_008e; } IL_0051: { int32_t L_16 = V_0; if ((!(((uint32_t)L_16) == ((uint32_t)5)))) { goto IL_0066; } } { intptr_t L_17 = ___L0; int32_t L_18 = ___index1; Vector3_t3722313464 * L_19 = ___val2; CopyByValue_UnPack_m358185704(NULL /*static, unused*/, __this, L_17, L_18, L_19, /*hidden argument*/NULL); goto IL_008e; } IL_0066: { Vector3_t3722313464 * L_20 = ___val2; ObjectCasters_t3722364209 * L_21 = __this->get_objectCasters_2(); RuntimeTypeHandle_t3027515415 L_22 = { reinterpret_cast (Vector3_t3722313464_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); NullCheck(L_21); ObjectCast_t2869028929 * L_24 = ObjectCasters_GetCaster_m200833679(L_21, L_23, /*hidden argument*/NULL); intptr_t L_25 = ___L0; int32_t L_26 = ___index1; NullCheck(L_24); RuntimeObject * L_27 = ObjectCast_Invoke_m1913262317(L_24, L_25, L_26, NULL, /*hidden argument*/NULL); *(Vector3_t3722313464 *)L_20 = ((*(Vector3_t3722313464 *)((Vector3_t3722313464 *)UnBox(L_27, Vector3_t3722313464_il2cpp_TypeInfo_var)))); } IL_008e: { return; } } // System.Void XLua.ObjectTranslator::UpdateUnityEngineVector3(System.IntPtr,System.Int32,UnityEngine.Vector3) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_UpdateUnityEngineVector3_m2620820477 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, Vector3_t3722313464 ___val2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_UpdateUnityEngineVector3_m2620820477_MetadataUsageId); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset(&V_0, 0, sizeof(V_0)); { intptr_t L_0 = ___L0; int32_t L_1 = ___index1; int32_t L_2 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if ((!(((uint32_t)L_2) == ((uint32_t)7)))) { goto IL_005a; } } { intptr_t L_3 = ___L0; int32_t L_4 = ___index1; int32_t L_5 = Lua_xlua_gettypeid_m3587351592(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); int32_t L_6 = __this->get_UnityEngineVector3_TypeID_39(); if ((((int32_t)L_5) == ((int32_t)L_6))) { goto IL_002a; } } { Exception_t * L_7 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_7, _stringLiteral1157497448, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,ObjectTranslator_UpdateUnityEngineVector3_m2620820477_RuntimeMethod_var); } IL_002a: { intptr_t L_8 = ___L0; int32_t L_9 = ___index1; intptr_t L_10 = Lua_lua_touserdata_m3275992727(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL); V_0 = L_10; intptr_t L_11 = V_0; Vector3_t3722313464 L_12 = ___val2; bool L_13 = CopyByValue_Pack_m2714327968(NULL /*static, unused*/, L_11, 0, L_12, /*hidden argument*/NULL); if (L_13) { goto IL_0055; } } { Vector3_t3722313464 L_14 = ___val2; Vector3_t3722313464 L_15 = L_14; RuntimeObject * L_16 = Box(Vector3_t3722313464_il2cpp_TypeInfo_var, &L_15); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_17 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral581323081, L_16, /*hidden argument*/NULL); Exception_t * L_18 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_18, L_17, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18,ObjectTranslator_UpdateUnityEngineVector3_m2620820477_RuntimeMethod_var); } IL_0055: { goto IL_0076; } IL_005a: { intptr_t L_19 = ___L0; int32_t L_20 = ___index1; int32_t L_21 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_19, L_20, /*hidden argument*/NULL); int32_t L_22 = L_21; RuntimeObject * L_23 = Box(LuaTypes_t3572446928_il2cpp_TypeInfo_var, &L_22); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_24 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2672135539, L_23, /*hidden argument*/NULL); Exception_t * L_25 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_25, L_24, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_25,ObjectTranslator_UpdateUnityEngineVector3_m2620820477_RuntimeMethod_var); } IL_0076: { return; } } // System.Void XLua.ObjectTranslator::PushUnityEngineVector4(System.IntPtr,UnityEngine.Vector4) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_PushUnityEngineVector4_m1345601328 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, Vector4_t3319028937 ___val1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_PushUnityEngineVector4_m1345601328_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; intptr_t V_1; memset(&V_1, 0, sizeof(V_1)); { int32_t L_0 = __this->get_UnityEngineVector4_TypeID_40(); if ((!(((uint32_t)L_0) == ((uint32_t)(-1))))) { goto IL_0026; } } { intptr_t L_1 = ___L0; RuntimeTypeHandle_t3027515415 L_2 = { reinterpret_cast (Vector4_t3319028937_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_3 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); int32_t L_4 = ObjectTranslator_getTypeId_m403608292(__this, L_1, L_3, (&V_0), 2, /*hidden argument*/NULL); __this->set_UnityEngineVector4_TypeID_40(L_4); } IL_0026: { intptr_t L_5 = ___L0; int32_t L_6 = __this->get_UnityEngineVector4_TypeID_40(); intptr_t L_7 = Lua_xlua_pushstruct_m3448988750(NULL /*static, unused*/, L_5, ((int32_t)16), L_6, /*hidden argument*/NULL); V_1 = L_7; intptr_t L_8 = V_1; Vector4_t3319028937 L_9 = ___val1; bool L_10 = CopyByValue_Pack_m1140349856(NULL /*static, unused*/, L_8, 0, L_9, /*hidden argument*/NULL); if (L_10) { goto IL_0058; } } { Vector4_t3319028937 L_11 = ___val1; Vector4_t3319028937 L_12 = L_11; RuntimeObject * L_13 = Box(Vector4_t3319028937_il2cpp_TypeInfo_var, &L_12); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral500152853, L_13, /*hidden argument*/NULL); Exception_t * L_15 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_15, L_14, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,ObjectTranslator_PushUnityEngineVector4_m1345601328_RuntimeMethod_var); } IL_0058: { return; } } // System.Void XLua.ObjectTranslator::Get(System.IntPtr,System.Int32,UnityEngine.Vector4&) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_Get_m1627229428 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, Vector4_t3319028937 * ___val2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_Get_m1627229428_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; intptr_t V_1; memset(&V_1, 0, sizeof(V_1)); { intptr_t L_0 = ___L0; int32_t L_1 = ___index1; int32_t L_2 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = V_0; if ((!(((uint32_t)L_3) == ((uint32_t)7)))) { goto IL_0051; } } { intptr_t L_4 = ___L0; int32_t L_5 = ___index1; int32_t L_6 = Lua_xlua_gettypeid_m3587351592(NULL /*static, unused*/, L_4, L_5, /*hidden argument*/NULL); int32_t L_7 = __this->get_UnityEngineVector4_TypeID_40(); if ((((int32_t)L_6) == ((int32_t)L_7))) { goto IL_002c; } } { Exception_t * L_8 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_8, _stringLiteral348193384, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,ObjectTranslator_Get_m1627229428_RuntimeMethod_var); } IL_002c: { intptr_t L_9 = ___L0; int32_t L_10 = ___index1; intptr_t L_11 = Lua_lua_touserdata_m3275992727(NULL /*static, unused*/, L_9, L_10, /*hidden argument*/NULL); V_1 = L_11; intptr_t L_12 = V_1; Vector4_t3319028937 * L_13 = ___val2; bool L_14 = CopyByValue_UnPack_m2358582330(NULL /*static, unused*/, L_12, 0, L_13, /*hidden argument*/NULL); if (L_14) { goto IL_004c; } } { Exception_t * L_15 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_15, _stringLiteral1033747005, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,ObjectTranslator_Get_m1627229428_RuntimeMethod_var); } IL_004c: { goto IL_008e; } IL_0051: { int32_t L_16 = V_0; if ((!(((uint32_t)L_16) == ((uint32_t)5)))) { goto IL_0066; } } { intptr_t L_17 = ___L0; int32_t L_18 = ___index1; Vector4_t3319028937 * L_19 = ___val2; CopyByValue_UnPack_m358185707(NULL /*static, unused*/, __this, L_17, L_18, L_19, /*hidden argument*/NULL); goto IL_008e; } IL_0066: { Vector4_t3319028937 * L_20 = ___val2; ObjectCasters_t3722364209 * L_21 = __this->get_objectCasters_2(); RuntimeTypeHandle_t3027515415 L_22 = { reinterpret_cast (Vector4_t3319028937_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); NullCheck(L_21); ObjectCast_t2869028929 * L_24 = ObjectCasters_GetCaster_m200833679(L_21, L_23, /*hidden argument*/NULL); intptr_t L_25 = ___L0; int32_t L_26 = ___index1; NullCheck(L_24); RuntimeObject * L_27 = ObjectCast_Invoke_m1913262317(L_24, L_25, L_26, NULL, /*hidden argument*/NULL); *(Vector4_t3319028937 *)L_20 = ((*(Vector4_t3319028937 *)((Vector4_t3319028937 *)UnBox(L_27, Vector4_t3319028937_il2cpp_TypeInfo_var)))); } IL_008e: { return; } } // System.Void XLua.ObjectTranslator::UpdateUnityEngineVector4(System.IntPtr,System.Int32,UnityEngine.Vector4) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_UpdateUnityEngineVector4_m2121610803 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, Vector4_t3319028937 ___val2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_UpdateUnityEngineVector4_m2121610803_MetadataUsageId); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset(&V_0, 0, sizeof(V_0)); { intptr_t L_0 = ___L0; int32_t L_1 = ___index1; int32_t L_2 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if ((!(((uint32_t)L_2) == ((uint32_t)7)))) { goto IL_005a; } } { intptr_t L_3 = ___L0; int32_t L_4 = ___index1; int32_t L_5 = Lua_xlua_gettypeid_m3587351592(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); int32_t L_6 = __this->get_UnityEngineVector4_TypeID_40(); if ((((int32_t)L_5) == ((int32_t)L_6))) { goto IL_002a; } } { Exception_t * L_7 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_7, _stringLiteral348193384, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,ObjectTranslator_UpdateUnityEngineVector4_m2121610803_RuntimeMethod_var); } IL_002a: { intptr_t L_8 = ___L0; int32_t L_9 = ___index1; intptr_t L_10 = Lua_lua_touserdata_m3275992727(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL); V_0 = L_10; intptr_t L_11 = V_0; Vector4_t3319028937 L_12 = ___val2; bool L_13 = CopyByValue_Pack_m1140349856(NULL /*static, unused*/, L_11, 0, L_12, /*hidden argument*/NULL); if (L_13) { goto IL_0055; } } { Vector4_t3319028937 L_14 = ___val2; Vector4_t3319028937 L_15 = L_14; RuntimeObject * L_16 = Box(Vector4_t3319028937_il2cpp_TypeInfo_var, &L_15); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_17 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral581313422, L_16, /*hidden argument*/NULL); Exception_t * L_18 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_18, L_17, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18,ObjectTranslator_UpdateUnityEngineVector4_m2121610803_RuntimeMethod_var); } IL_0055: { goto IL_0076; } IL_005a: { intptr_t L_19 = ___L0; int32_t L_20 = ___index1; int32_t L_21 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_19, L_20, /*hidden argument*/NULL); int32_t L_22 = L_21; RuntimeObject * L_23 = Box(LuaTypes_t3572446928_il2cpp_TypeInfo_var, &L_22); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_24 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2672135539, L_23, /*hidden argument*/NULL); Exception_t * L_25 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_25, L_24, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_25,ObjectTranslator_UpdateUnityEngineVector4_m2121610803_RuntimeMethod_var); } IL_0076: { return; } } // System.Void XLua.ObjectTranslator::PushUnityEngineColor(System.IntPtr,UnityEngine.Color) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_PushUnityEngineColor_m234561220 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, Color_t2555686324 ___val1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_PushUnityEngineColor_m234561220_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; intptr_t V_1; memset(&V_1, 0, sizeof(V_1)); { int32_t L_0 = __this->get_UnityEngineColor_TypeID_41(); if ((!(((uint32_t)L_0) == ((uint32_t)(-1))))) { goto IL_0026; } } { intptr_t L_1 = ___L0; RuntimeTypeHandle_t3027515415 L_2 = { reinterpret_cast (Color_t2555686324_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_3 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); int32_t L_4 = ObjectTranslator_getTypeId_m403608292(__this, L_1, L_3, (&V_0), 2, /*hidden argument*/NULL); __this->set_UnityEngineColor_TypeID_41(L_4); } IL_0026: { intptr_t L_5 = ___L0; int32_t L_6 = __this->get_UnityEngineColor_TypeID_41(); intptr_t L_7 = Lua_xlua_pushstruct_m3448988750(NULL /*static, unused*/, L_5, ((int32_t)16), L_6, /*hidden argument*/NULL); V_1 = L_7; intptr_t L_8 = V_1; Color_t2555686324 L_9 = ___val1; bool L_10 = CopyByValue_Pack_m1570735299(NULL /*static, unused*/, L_8, 0, L_9, /*hidden argument*/NULL); if (L_10) { goto IL_0058; } } { Color_t2555686324 L_11 = ___val1; Color_t2555686324 L_12 = L_11; RuntimeObject * L_13 = Box(Color_t2555686324_il2cpp_TypeInfo_var, &L_12); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral661673307, L_13, /*hidden argument*/NULL); Exception_t * L_15 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_15, L_14, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,ObjectTranslator_PushUnityEngineColor_m234561220_RuntimeMethod_var); } IL_0058: { return; } } // System.Void XLua.ObjectTranslator::Get(System.IntPtr,System.Int32,UnityEngine.Color&) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_Get_m1529026408 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, Color_t2555686324 * ___val2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_Get_m1529026408_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; intptr_t V_1; memset(&V_1, 0, sizeof(V_1)); { intptr_t L_0 = ___L0; int32_t L_1 = ___index1; int32_t L_2 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = V_0; if ((!(((uint32_t)L_3) == ((uint32_t)7)))) { goto IL_0051; } } { intptr_t L_4 = ___L0; int32_t L_5 = ___index1; int32_t L_6 = Lua_xlua_gettypeid_m3587351592(NULL /*static, unused*/, L_4, L_5, /*hidden argument*/NULL); int32_t L_7 = __this->get_UnityEngineColor_TypeID_41(); if ((((int32_t)L_6) == ((int32_t)L_7))) { goto IL_002c; } } { Exception_t * L_8 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_8, _stringLiteral635494172, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,ObjectTranslator_Get_m1529026408_RuntimeMethod_var); } IL_002c: { intptr_t L_9 = ___L0; int32_t L_10 = ___index1; intptr_t L_11 = Lua_lua_touserdata_m3275992727(NULL /*static, unused*/, L_9, L_10, /*hidden argument*/NULL); V_1 = L_11; intptr_t L_12 = V_1; Color_t2555686324 * L_13 = ___val2; bool L_14 = CopyByValue_UnPack_m441075174(NULL /*static, unused*/, L_12, 0, L_13, /*hidden argument*/NULL); if (L_14) { goto IL_004c; } } { Exception_t * L_15 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_15, _stringLiteral1536891833, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,ObjectTranslator_Get_m1529026408_RuntimeMethod_var); } IL_004c: { goto IL_008e; } IL_0051: { int32_t L_16 = V_0; if ((!(((uint32_t)L_16) == ((uint32_t)5)))) { goto IL_0066; } } { intptr_t L_17 = ___L0; int32_t L_18 = ___index1; Color_t2555686324 * L_19 = ___val2; CopyByValue_UnPack_m3148646782(NULL /*static, unused*/, __this, L_17, L_18, L_19, /*hidden argument*/NULL); goto IL_008e; } IL_0066: { Color_t2555686324 * L_20 = ___val2; ObjectCasters_t3722364209 * L_21 = __this->get_objectCasters_2(); RuntimeTypeHandle_t3027515415 L_22 = { reinterpret_cast (Color_t2555686324_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); NullCheck(L_21); ObjectCast_t2869028929 * L_24 = ObjectCasters_GetCaster_m200833679(L_21, L_23, /*hidden argument*/NULL); intptr_t L_25 = ___L0; int32_t L_26 = ___index1; NullCheck(L_24); RuntimeObject * L_27 = ObjectCast_Invoke_m1913262317(L_24, L_25, L_26, NULL, /*hidden argument*/NULL); *(Color_t2555686324 *)L_20 = ((*(Color_t2555686324 *)((Color_t2555686324 *)UnBox(L_27, Color_t2555686324_il2cpp_TypeInfo_var)))); } IL_008e: { return; } } // System.Void XLua.ObjectTranslator::UpdateUnityEngineColor(System.IntPtr,System.Int32,UnityEngine.Color) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_UpdateUnityEngineColor_m4128466883 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, Color_t2555686324 ___val2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_UpdateUnityEngineColor_m4128466883_MetadataUsageId); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset(&V_0, 0, sizeof(V_0)); { intptr_t L_0 = ___L0; int32_t L_1 = ___index1; int32_t L_2 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if ((!(((uint32_t)L_2) == ((uint32_t)7)))) { goto IL_005a; } } { intptr_t L_3 = ___L0; int32_t L_4 = ___index1; int32_t L_5 = Lua_xlua_gettypeid_m3587351592(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); int32_t L_6 = __this->get_UnityEngineColor_TypeID_41(); if ((((int32_t)L_5) == ((int32_t)L_6))) { goto IL_002a; } } { Exception_t * L_7 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_7, _stringLiteral635494172, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,ObjectTranslator_UpdateUnityEngineColor_m4128466883_RuntimeMethod_var); } IL_002a: { intptr_t L_8 = ___L0; int32_t L_9 = ___index1; intptr_t L_10 = Lua_lua_touserdata_m3275992727(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL); V_0 = L_10; intptr_t L_11 = V_0; Color_t2555686324 L_12 = ___val2; bool L_13 = CopyByValue_Pack_m1570735299(NULL /*static, unused*/, L_11, 0, L_12, /*hidden argument*/NULL); if (L_13) { goto IL_0055; } } { Color_t2555686324 L_14 = ___val2; Color_t2555686324 L_15 = L_14; RuntimeObject * L_16 = Box(Color_t2555686324_il2cpp_TypeInfo_var, &L_15); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_17 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral3399702314, L_16, /*hidden argument*/NULL); Exception_t * L_18 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_18, L_17, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18,ObjectTranslator_UpdateUnityEngineColor_m4128466883_RuntimeMethod_var); } IL_0055: { goto IL_0076; } IL_005a: { intptr_t L_19 = ___L0; int32_t L_20 = ___index1; int32_t L_21 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_19, L_20, /*hidden argument*/NULL); int32_t L_22 = L_21; RuntimeObject * L_23 = Box(LuaTypes_t3572446928_il2cpp_TypeInfo_var, &L_22); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_24 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2672135539, L_23, /*hidden argument*/NULL); Exception_t * L_25 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_25, L_24, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_25,ObjectTranslator_UpdateUnityEngineColor_m4128466883_RuntimeMethod_var); } IL_0076: { return; } } // System.Void XLua.ObjectTranslator::PushUnityEngineQuaternion(System.IntPtr,UnityEngine.Quaternion) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_PushUnityEngineQuaternion_m1385659755 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, Quaternion_t2301928331 ___val1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_PushUnityEngineQuaternion_m1385659755_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; intptr_t V_1; memset(&V_1, 0, sizeof(V_1)); { int32_t L_0 = __this->get_UnityEngineQuaternion_TypeID_42(); if ((!(((uint32_t)L_0) == ((uint32_t)(-1))))) { goto IL_0026; } } { intptr_t L_1 = ___L0; RuntimeTypeHandle_t3027515415 L_2 = { reinterpret_cast (Quaternion_t2301928331_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_3 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); int32_t L_4 = ObjectTranslator_getTypeId_m403608292(__this, L_1, L_3, (&V_0), 2, /*hidden argument*/NULL); __this->set_UnityEngineQuaternion_TypeID_42(L_4); } IL_0026: { intptr_t L_5 = ___L0; int32_t L_6 = __this->get_UnityEngineQuaternion_TypeID_42(); intptr_t L_7 = Lua_xlua_pushstruct_m3448988750(NULL /*static, unused*/, L_5, ((int32_t)16), L_6, /*hidden argument*/NULL); V_1 = L_7; intptr_t L_8 = V_1; Quaternion_t2301928331 L_9 = ___val1; bool L_10 = CopyByValue_Pack_m3683509122(NULL /*static, unused*/, L_8, 0, L_9, /*hidden argument*/NULL); if (L_10) { goto IL_0058; } } { Quaternion_t2301928331 L_11 = ___val1; Quaternion_t2301928331 L_12 = L_11; RuntimeObject * L_13 = Box(Quaternion_t2301928331_il2cpp_TypeInfo_var, &L_12); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral3941650019, L_13, /*hidden argument*/NULL); Exception_t * L_15 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_15, L_14, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,ObjectTranslator_PushUnityEngineQuaternion_m1385659755_RuntimeMethod_var); } IL_0058: { return; } } // System.Void XLua.ObjectTranslator::Get(System.IntPtr,System.Int32,UnityEngine.Quaternion&) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_Get_m3946340519 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, Quaternion_t2301928331 * ___val2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_Get_m3946340519_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; intptr_t V_1; memset(&V_1, 0, sizeof(V_1)); { intptr_t L_0 = ___L0; int32_t L_1 = ___index1; int32_t L_2 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = V_0; if ((!(((uint32_t)L_3) == ((uint32_t)7)))) { goto IL_0051; } } { intptr_t L_4 = ___L0; int32_t L_5 = ___index1; int32_t L_6 = Lua_xlua_gettypeid_m3587351592(NULL /*static, unused*/, L_4, L_5, /*hidden argument*/NULL); int32_t L_7 = __this->get_UnityEngineQuaternion_TypeID_42(); if ((((int32_t)L_6) == ((int32_t)L_7))) { goto IL_002c; } } { Exception_t * L_8 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_8, _stringLiteral156366116, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,ObjectTranslator_Get_m3946340519_RuntimeMethod_var); } IL_002c: { intptr_t L_9 = ___L0; int32_t L_10 = ___index1; intptr_t L_11 = Lua_lua_touserdata_m3275992727(NULL /*static, unused*/, L_9, L_10, /*hidden argument*/NULL); V_1 = L_11; intptr_t L_12 = V_1; Quaternion_t2301928331 * L_13 = ___val2; bool L_14 = CopyByValue_UnPack_m1723356518(NULL /*static, unused*/, L_12, 0, L_13, /*hidden argument*/NULL); if (L_14) { goto IL_004c; } } { Exception_t * L_15 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_15, _stringLiteral3966337425, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,ObjectTranslator_Get_m3946340519_RuntimeMethod_var); } IL_004c: { goto IL_008e; } IL_0051: { int32_t L_16 = V_0; if ((!(((uint32_t)L_16) == ((uint32_t)5)))) { goto IL_0066; } } { intptr_t L_17 = ___L0; int32_t L_18 = ___index1; Quaternion_t2301928331 * L_19 = ___val2; CopyByValue_UnPack_m2372761741(NULL /*static, unused*/, __this, L_17, L_18, L_19, /*hidden argument*/NULL); goto IL_008e; } IL_0066: { Quaternion_t2301928331 * L_20 = ___val2; ObjectCasters_t3722364209 * L_21 = __this->get_objectCasters_2(); RuntimeTypeHandle_t3027515415 L_22 = { reinterpret_cast (Quaternion_t2301928331_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); NullCheck(L_21); ObjectCast_t2869028929 * L_24 = ObjectCasters_GetCaster_m200833679(L_21, L_23, /*hidden argument*/NULL); intptr_t L_25 = ___L0; int32_t L_26 = ___index1; NullCheck(L_24); RuntimeObject * L_27 = ObjectCast_Invoke_m1913262317(L_24, L_25, L_26, NULL, /*hidden argument*/NULL); *(Quaternion_t2301928331 *)L_20 = ((*(Quaternion_t2301928331 *)((Quaternion_t2301928331 *)UnBox(L_27, Quaternion_t2301928331_il2cpp_TypeInfo_var)))); } IL_008e: { return; } } // System.Void XLua.ObjectTranslator::UpdateUnityEngineQuaternion(System.IntPtr,System.Int32,UnityEngine.Quaternion) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_UpdateUnityEngineQuaternion_m4093105970 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, Quaternion_t2301928331 ___val2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_UpdateUnityEngineQuaternion_m4093105970_MetadataUsageId); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset(&V_0, 0, sizeof(V_0)); { intptr_t L_0 = ___L0; int32_t L_1 = ___index1; int32_t L_2 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if ((!(((uint32_t)L_2) == ((uint32_t)7)))) { goto IL_005a; } } { intptr_t L_3 = ___L0; int32_t L_4 = ___index1; int32_t L_5 = Lua_xlua_gettypeid_m3587351592(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); int32_t L_6 = __this->get_UnityEngineQuaternion_TypeID_42(); if ((((int32_t)L_5) == ((int32_t)L_6))) { goto IL_002a; } } { Exception_t * L_7 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_7, _stringLiteral156366116, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,ObjectTranslator_UpdateUnityEngineQuaternion_m4093105970_RuntimeMethod_var); } IL_002a: { intptr_t L_8 = ___L0; int32_t L_9 = ___index1; intptr_t L_10 = Lua_lua_touserdata_m3275992727(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL); V_0 = L_10; intptr_t L_11 = V_0; Quaternion_t2301928331 L_12 = ___val2; bool L_13 = CopyByValue_Pack_m3683509122(NULL /*static, unused*/, L_11, 0, L_12, /*hidden argument*/NULL); if (L_13) { goto IL_0055; } } { Quaternion_t2301928331 L_14 = ___val2; Quaternion_t2301928331 L_15 = L_14; RuntimeObject * L_16 = Box(Quaternion_t2301928331_il2cpp_TypeInfo_var, &L_15); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_17 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral4225769297, L_16, /*hidden argument*/NULL); Exception_t * L_18 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_18, L_17, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18,ObjectTranslator_UpdateUnityEngineQuaternion_m4093105970_RuntimeMethod_var); } IL_0055: { goto IL_0076; } IL_005a: { intptr_t L_19 = ___L0; int32_t L_20 = ___index1; int32_t L_21 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_19, L_20, /*hidden argument*/NULL); int32_t L_22 = L_21; RuntimeObject * L_23 = Box(LuaTypes_t3572446928_il2cpp_TypeInfo_var, &L_22); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_24 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2672135539, L_23, /*hidden argument*/NULL); Exception_t * L_25 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_25, L_24, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_25,ObjectTranslator_UpdateUnityEngineQuaternion_m4093105970_RuntimeMethod_var); } IL_0076: { return; } } // System.Void XLua.ObjectTranslator::PushUnityEngineRay(System.IntPtr,UnityEngine.Ray) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_PushUnityEngineRay_m3647823926 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, Ray_t3785851493 ___val1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_PushUnityEngineRay_m3647823926_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; intptr_t V_1; memset(&V_1, 0, sizeof(V_1)); { int32_t L_0 = __this->get_UnityEngineRay_TypeID_43(); if ((!(((uint32_t)L_0) == ((uint32_t)(-1))))) { goto IL_0026; } } { intptr_t L_1 = ___L0; RuntimeTypeHandle_t3027515415 L_2 = { reinterpret_cast (Ray_t3785851493_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_3 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); int32_t L_4 = ObjectTranslator_getTypeId_m403608292(__this, L_1, L_3, (&V_0), 2, /*hidden argument*/NULL); __this->set_UnityEngineRay_TypeID_43(L_4); } IL_0026: { intptr_t L_5 = ___L0; int32_t L_6 = __this->get_UnityEngineRay_TypeID_43(); intptr_t L_7 = Lua_xlua_pushstruct_m3448988750(NULL /*static, unused*/, L_5, ((int32_t)24), L_6, /*hidden argument*/NULL); V_1 = L_7; intptr_t L_8 = V_1; Ray_t3785851493 L_9 = ___val1; bool L_10 = CopyByValue_Pack_m3141365297(NULL /*static, unused*/, L_8, 0, L_9, /*hidden argument*/NULL); if (L_10) { goto IL_0058; } } { Ray_t3785851493 L_11 = ___val1; Ray_t3785851493 L_12 = L_11; RuntimeObject * L_13 = Box(Ray_t3785851493_il2cpp_TypeInfo_var, &L_12); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral1509958615, L_13, /*hidden argument*/NULL); Exception_t * L_15 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_15, L_14, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,ObjectTranslator_PushUnityEngineRay_m3647823926_RuntimeMethod_var); } IL_0058: { return; } } // System.Void XLua.ObjectTranslator::Get(System.IntPtr,System.Int32,UnityEngine.Ray&) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_Get_m1877761728 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, Ray_t3785851493 * ___val2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_Get_m1877761728_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; intptr_t V_1; memset(&V_1, 0, sizeof(V_1)); { intptr_t L_0 = ___L0; int32_t L_1 = ___index1; int32_t L_2 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = V_0; if ((!(((uint32_t)L_3) == ((uint32_t)7)))) { goto IL_0051; } } { intptr_t L_4 = ___L0; int32_t L_5 = ___index1; int32_t L_6 = Lua_xlua_gettypeid_m3587351592(NULL /*static, unused*/, L_4, L_5, /*hidden argument*/NULL); int32_t L_7 = __this->get_UnityEngineRay_TypeID_43(); if ((((int32_t)L_6) == ((int32_t)L_7))) { goto IL_002c; } } { Exception_t * L_8 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_8, _stringLiteral59270993, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,ObjectTranslator_Get_m1877761728_RuntimeMethod_var); } IL_002c: { intptr_t L_9 = ___L0; int32_t L_10 = ___index1; intptr_t L_11 = Lua_lua_touserdata_m3275992727(NULL /*static, unused*/, L_9, L_10, /*hidden argument*/NULL); V_1 = L_11; intptr_t L_12 = V_1; Ray_t3785851493 * L_13 = ___val2; bool L_14 = CopyByValue_UnPack_m370650556(NULL /*static, unused*/, L_12, 0, L_13, /*hidden argument*/NULL); if (L_14) { goto IL_004c; } } { Exception_t * L_15 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_15, _stringLiteral771860245, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,ObjectTranslator_Get_m1877761728_RuntimeMethod_var); } IL_004c: { goto IL_008e; } IL_0051: { int32_t L_16 = V_0; if ((!(((uint32_t)L_16) == ((uint32_t)5)))) { goto IL_0066; } } { intptr_t L_17 = ___L0; int32_t L_18 = ___index1; Ray_t3785851493 * L_19 = ___val2; CopyByValue_UnPack_m2538565708(NULL /*static, unused*/, __this, L_17, L_18, L_19, /*hidden argument*/NULL); goto IL_008e; } IL_0066: { Ray_t3785851493 * L_20 = ___val2; ObjectCasters_t3722364209 * L_21 = __this->get_objectCasters_2(); RuntimeTypeHandle_t3027515415 L_22 = { reinterpret_cast (Ray_t3785851493_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); NullCheck(L_21); ObjectCast_t2869028929 * L_24 = ObjectCasters_GetCaster_m200833679(L_21, L_23, /*hidden argument*/NULL); intptr_t L_25 = ___L0; int32_t L_26 = ___index1; NullCheck(L_24); RuntimeObject * L_27 = ObjectCast_Invoke_m1913262317(L_24, L_25, L_26, NULL, /*hidden argument*/NULL); *(Ray_t3785851493 *)L_20 = ((*(Ray_t3785851493 *)((Ray_t3785851493 *)UnBox(L_27, Ray_t3785851493_il2cpp_TypeInfo_var)))); } IL_008e: { return; } } // System.Void XLua.ObjectTranslator::UpdateUnityEngineRay(System.IntPtr,System.Int32,UnityEngine.Ray) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_UpdateUnityEngineRay_m178631705 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, Ray_t3785851493 ___val2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_UpdateUnityEngineRay_m178631705_MetadataUsageId); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset(&V_0, 0, sizeof(V_0)); { intptr_t L_0 = ___L0; int32_t L_1 = ___index1; int32_t L_2 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if ((!(((uint32_t)L_2) == ((uint32_t)7)))) { goto IL_005a; } } { intptr_t L_3 = ___L0; int32_t L_4 = ___index1; int32_t L_5 = Lua_xlua_gettypeid_m3587351592(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); int32_t L_6 = __this->get_UnityEngineRay_TypeID_43(); if ((((int32_t)L_5) == ((int32_t)L_6))) { goto IL_002a; } } { Exception_t * L_7 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_7, _stringLiteral59270993, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,ObjectTranslator_UpdateUnityEngineRay_m178631705_RuntimeMethod_var); } IL_002a: { intptr_t L_8 = ___L0; int32_t L_9 = ___index1; intptr_t L_10 = Lua_lua_touserdata_m3275992727(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL); V_0 = L_10; intptr_t L_11 = V_0; Ray_t3785851493 L_12 = ___val2; bool L_13 = CopyByValue_Pack_m3141365297(NULL /*static, unused*/, L_11, 0, L_12, /*hidden argument*/NULL); if (L_13) { goto IL_0055; } } { Ray_t3785851493 L_14 = ___val2; Ray_t3785851493 L_15 = L_14; RuntimeObject * L_16 = Box(Ray_t3785851493_il2cpp_TypeInfo_var, &L_15); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_17 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral1480542127, L_16, /*hidden argument*/NULL); Exception_t * L_18 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_18, L_17, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18,ObjectTranslator_UpdateUnityEngineRay_m178631705_RuntimeMethod_var); } IL_0055: { goto IL_0076; } IL_005a: { intptr_t L_19 = ___L0; int32_t L_20 = ___index1; int32_t L_21 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_19, L_20, /*hidden argument*/NULL); int32_t L_22 = L_21; RuntimeObject * L_23 = Box(LuaTypes_t3572446928_il2cpp_TypeInfo_var, &L_22); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_24 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2672135539, L_23, /*hidden argument*/NULL); Exception_t * L_25 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_25, L_24, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_25,ObjectTranslator_UpdateUnityEngineRay_m178631705_RuntimeMethod_var); } IL_0076: { return; } } // System.Void XLua.ObjectTranslator::PushUnityEngineBounds(System.IntPtr,UnityEngine.Bounds) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_PushUnityEngineBounds_m1034727825 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, Bounds_t2266837910 ___val1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_PushUnityEngineBounds_m1034727825_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; intptr_t V_1; memset(&V_1, 0, sizeof(V_1)); { int32_t L_0 = __this->get_UnityEngineBounds_TypeID_44(); if ((!(((uint32_t)L_0) == ((uint32_t)(-1))))) { goto IL_0026; } } { intptr_t L_1 = ___L0; RuntimeTypeHandle_t3027515415 L_2 = { reinterpret_cast (Bounds_t2266837910_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_3 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); int32_t L_4 = ObjectTranslator_getTypeId_m403608292(__this, L_1, L_3, (&V_0), 2, /*hidden argument*/NULL); __this->set_UnityEngineBounds_TypeID_44(L_4); } IL_0026: { intptr_t L_5 = ___L0; int32_t L_6 = __this->get_UnityEngineBounds_TypeID_44(); intptr_t L_7 = Lua_xlua_pushstruct_m3448988750(NULL /*static, unused*/, L_5, ((int32_t)24), L_6, /*hidden argument*/NULL); V_1 = L_7; intptr_t L_8 = V_1; Bounds_t2266837910 L_9 = ___val1; bool L_10 = CopyByValue_Pack_m3147100130(NULL /*static, unused*/, L_8, 0, L_9, /*hidden argument*/NULL); if (L_10) { goto IL_0058; } } { Bounds_t2266837910 L_11 = ___val1; Bounds_t2266837910 L_12 = L_11; RuntimeObject * L_13 = Box(Bounds_t2266837910_il2cpp_TypeInfo_var, &L_12); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral4225915673, L_13, /*hidden argument*/NULL); Exception_t * L_15 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_15, L_14, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,ObjectTranslator_PushUnityEngineBounds_m1034727825_RuntimeMethod_var); } IL_0058: { return; } } // System.Void XLua.ObjectTranslator::Get(System.IntPtr,System.Int32,UnityEngine.Bounds&) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_Get_m4012846247 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, Bounds_t2266837910 * ___val2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_Get_m4012846247_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; intptr_t V_1; memset(&V_1, 0, sizeof(V_1)); { intptr_t L_0 = ___L0; int32_t L_1 = ___index1; int32_t L_2 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = V_0; if ((!(((uint32_t)L_3) == ((uint32_t)7)))) { goto IL_0051; } } { intptr_t L_4 = ___L0; int32_t L_5 = ___index1; int32_t L_6 = Lua_xlua_gettypeid_m3587351592(NULL /*static, unused*/, L_4, L_5, /*hidden argument*/NULL); int32_t L_7 = __this->get_UnityEngineBounds_TypeID_44(); if ((((int32_t)L_6) == ((int32_t)L_7))) { goto IL_002c; } } { Exception_t * L_8 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_8, _stringLiteral3296816217, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,ObjectTranslator_Get_m4012846247_RuntimeMethod_var); } IL_002c: { intptr_t L_9 = ___L0; int32_t L_10 = ___index1; intptr_t L_11 = Lua_lua_touserdata_m3275992727(NULL /*static, unused*/, L_9, L_10, /*hidden argument*/NULL); V_1 = L_11; intptr_t L_12 = V_1; Bounds_t2266837910 * L_13 = ___val2; bool L_14 = CopyByValue_UnPack_m3738928286(NULL /*static, unused*/, L_12, 0, L_13, /*hidden argument*/NULL); if (L_14) { goto IL_004c; } } { Exception_t * L_15 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_15, _stringLiteral791413331, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,ObjectTranslator_Get_m4012846247_RuntimeMethod_var); } IL_004c: { goto IL_008e; } IL_0051: { int32_t L_16 = V_0; if ((!(((uint32_t)L_16) == ((uint32_t)5)))) { goto IL_0066; } } { intptr_t L_17 = ___L0; int32_t L_18 = ___index1; Bounds_t2266837910 * L_19 = ___val2; CopyByValue_UnPack_m2540704775(NULL /*static, unused*/, __this, L_17, L_18, L_19, /*hidden argument*/NULL); goto IL_008e; } IL_0066: { Bounds_t2266837910 * L_20 = ___val2; ObjectCasters_t3722364209 * L_21 = __this->get_objectCasters_2(); RuntimeTypeHandle_t3027515415 L_22 = { reinterpret_cast (Bounds_t2266837910_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); NullCheck(L_21); ObjectCast_t2869028929 * L_24 = ObjectCasters_GetCaster_m200833679(L_21, L_23, /*hidden argument*/NULL); intptr_t L_25 = ___L0; int32_t L_26 = ___index1; NullCheck(L_24); RuntimeObject * L_27 = ObjectCast_Invoke_m1913262317(L_24, L_25, L_26, NULL, /*hidden argument*/NULL); *(Bounds_t2266837910 *)L_20 = ((*(Bounds_t2266837910 *)((Bounds_t2266837910 *)UnBox(L_27, Bounds_t2266837910_il2cpp_TypeInfo_var)))); } IL_008e: { return; } } // System.Void XLua.ObjectTranslator::UpdateUnityEngineBounds(System.IntPtr,System.Int32,UnityEngine.Bounds) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_UpdateUnityEngineBounds_m3123525504 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, Bounds_t2266837910 ___val2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_UpdateUnityEngineBounds_m3123525504_MetadataUsageId); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset(&V_0, 0, sizeof(V_0)); { intptr_t L_0 = ___L0; int32_t L_1 = ___index1; int32_t L_2 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if ((!(((uint32_t)L_2) == ((uint32_t)7)))) { goto IL_005a; } } { intptr_t L_3 = ___L0; int32_t L_4 = ___index1; int32_t L_5 = Lua_xlua_gettypeid_m3587351592(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); int32_t L_6 = __this->get_UnityEngineBounds_TypeID_44(); if ((((int32_t)L_5) == ((int32_t)L_6))) { goto IL_002a; } } { Exception_t * L_7 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_7, _stringLiteral3296816217, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,ObjectTranslator_UpdateUnityEngineBounds_m3123525504_RuntimeMethod_var); } IL_002a: { intptr_t L_8 = ___L0; int32_t L_9 = ___index1; intptr_t L_10 = Lua_lua_touserdata_m3275992727(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL); V_0 = L_10; intptr_t L_11 = V_0; Bounds_t2266837910 L_12 = ___val2; bool L_13 = CopyByValue_Pack_m3147100130(NULL /*static, unused*/, L_11, 0, L_12, /*hidden argument*/NULL); if (L_13) { goto IL_0055; } } { Bounds_t2266837910 L_14 = ___val2; Bounds_t2266837910 L_15 = L_14; RuntimeObject * L_16 = Box(Bounds_t2266837910_il2cpp_TypeInfo_var, &L_15); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_17 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral318477747, L_16, /*hidden argument*/NULL); Exception_t * L_18 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_18, L_17, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18,ObjectTranslator_UpdateUnityEngineBounds_m3123525504_RuntimeMethod_var); } IL_0055: { goto IL_0076; } IL_005a: { intptr_t L_19 = ___L0; int32_t L_20 = ___index1; int32_t L_21 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_19, L_20, /*hidden argument*/NULL); int32_t L_22 = L_21; RuntimeObject * L_23 = Box(LuaTypes_t3572446928_il2cpp_TypeInfo_var, &L_22); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_24 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2672135539, L_23, /*hidden argument*/NULL); Exception_t * L_25 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_25, L_24, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_25,ObjectTranslator_UpdateUnityEngineBounds_m3123525504_RuntimeMethod_var); } IL_0076: { return; } } // System.Void XLua.ObjectTranslator::PushUnityEngineRay2D(System.IntPtr,UnityEngine.Ray2D) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_PushUnityEngineRay2D_m2230845372 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, Ray2D_t2082843914 ___val1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_PushUnityEngineRay2D_m2230845372_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; intptr_t V_1; memset(&V_1, 0, sizeof(V_1)); { int32_t L_0 = __this->get_UnityEngineRay2D_TypeID_45(); if ((!(((uint32_t)L_0) == ((uint32_t)(-1))))) { goto IL_0026; } } { intptr_t L_1 = ___L0; RuntimeTypeHandle_t3027515415 L_2 = { reinterpret_cast (Ray2D_t2082843914_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_3 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); int32_t L_4 = ObjectTranslator_getTypeId_m403608292(__this, L_1, L_3, (&V_0), 2, /*hidden argument*/NULL); __this->set_UnityEngineRay2D_TypeID_45(L_4); } IL_0026: { intptr_t L_5 = ___L0; int32_t L_6 = __this->get_UnityEngineRay2D_TypeID_45(); intptr_t L_7 = Lua_xlua_pushstruct_m3448988750(NULL /*static, unused*/, L_5, ((int32_t)16), L_6, /*hidden argument*/NULL); V_1 = L_7; intptr_t L_8 = V_1; Ray2D_t2082843914 L_9 = ___val1; bool L_10 = CopyByValue_Pack_m1615371990(NULL /*static, unused*/, L_8, 0, L_9, /*hidden argument*/NULL); if (L_10) { goto IL_0058; } } { Ray2D_t2082843914 L_11 = ___val1; Ray2D_t2082843914 L_12 = L_11; RuntimeObject * L_13 = Box(Ray2D_t2082843914_il2cpp_TypeInfo_var, &L_12); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral320361055, L_13, /*hidden argument*/NULL); Exception_t * L_15 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_15, L_14, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,ObjectTranslator_PushUnityEngineRay2D_m2230845372_RuntimeMethod_var); } IL_0058: { return; } } // System.Void XLua.ObjectTranslator::Get(System.IntPtr,System.Int32,UnityEngine.Ray2D&) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_Get_m71339646 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, Ray2D_t2082843914 * ___val2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_Get_m71339646_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; intptr_t V_1; memset(&V_1, 0, sizeof(V_1)); { intptr_t L_0 = ___L0; int32_t L_1 = ___index1; int32_t L_2 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = V_0; if ((!(((uint32_t)L_3) == ((uint32_t)7)))) { goto IL_0051; } } { intptr_t L_4 = ___L0; int32_t L_5 = ___index1; int32_t L_6 = Lua_xlua_gettypeid_m3587351592(NULL /*static, unused*/, L_4, L_5, /*hidden argument*/NULL); int32_t L_7 = __this->get_UnityEngineRay2D_TypeID_45(); if ((((int32_t)L_6) == ((int32_t)L_7))) { goto IL_002c; } } { Exception_t * L_8 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_8, _stringLiteral621112693, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,ObjectTranslator_Get_m71339646_RuntimeMethod_var); } IL_002c: { intptr_t L_9 = ___L0; int32_t L_10 = ___index1; intptr_t L_11 = Lua_lua_touserdata_m3275992727(NULL /*static, unused*/, L_9, L_10, /*hidden argument*/NULL); V_1 = L_11; intptr_t L_12 = V_1; Ray2D_t2082843914 * L_13 = ___val2; bool L_14 = CopyByValue_UnPack_m3907957863(NULL /*static, unused*/, L_12, 0, L_13, /*hidden argument*/NULL); if (L_14) { goto IL_004c; } } { Exception_t * L_15 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_15, _stringLiteral1357984215, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,ObjectTranslator_Get_m71339646_RuntimeMethod_var); } IL_004c: { goto IL_008e; } IL_0051: { int32_t L_16 = V_0; if ((!(((uint32_t)L_16) == ((uint32_t)5)))) { goto IL_0066; } } { intptr_t L_17 = ___L0; int32_t L_18 = ___index1; Ray2D_t2082843914 * L_19 = ___val2; CopyByValue_UnPack_m1519744288(NULL /*static, unused*/, __this, L_17, L_18, L_19, /*hidden argument*/NULL); goto IL_008e; } IL_0066: { Ray2D_t2082843914 * L_20 = ___val2; ObjectCasters_t3722364209 * L_21 = __this->get_objectCasters_2(); RuntimeTypeHandle_t3027515415 L_22 = { reinterpret_cast (Ray2D_t2082843914_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); NullCheck(L_21); ObjectCast_t2869028929 * L_24 = ObjectCasters_GetCaster_m200833679(L_21, L_23, /*hidden argument*/NULL); intptr_t L_25 = ___L0; int32_t L_26 = ___index1; NullCheck(L_24); RuntimeObject * L_27 = ObjectCast_Invoke_m1913262317(L_24, L_25, L_26, NULL, /*hidden argument*/NULL); *(Ray2D_t2082843914 *)L_20 = ((*(Ray2D_t2082843914 *)((Ray2D_t2082843914 *)UnBox(L_27, Ray2D_t2082843914_il2cpp_TypeInfo_var)))); } IL_008e: { return; } } // System.Void XLua.ObjectTranslator::UpdateUnityEngineRay2D(System.IntPtr,System.Int32,UnityEngine.Ray2D) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_UpdateUnityEngineRay2D_m3126736268 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, Ray2D_t2082843914 ___val2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_UpdateUnityEngineRay2D_m3126736268_MetadataUsageId); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset(&V_0, 0, sizeof(V_0)); { intptr_t L_0 = ___L0; int32_t L_1 = ___index1; int32_t L_2 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if ((!(((uint32_t)L_2) == ((uint32_t)7)))) { goto IL_005a; } } { intptr_t L_3 = ___L0; int32_t L_4 = ___index1; int32_t L_5 = Lua_xlua_gettypeid_m3587351592(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); int32_t L_6 = __this->get_UnityEngineRay2D_TypeID_45(); if ((((int32_t)L_5) == ((int32_t)L_6))) { goto IL_002a; } } { Exception_t * L_7 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_7, _stringLiteral621112693, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,ObjectTranslator_UpdateUnityEngineRay2D_m3126736268_RuntimeMethod_var); } IL_002a: { intptr_t L_8 = ___L0; int32_t L_9 = ___index1; intptr_t L_10 = Lua_lua_touserdata_m3275992727(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL); V_0 = L_10; intptr_t L_11 = V_0; Ray2D_t2082843914 L_12 = ___val2; bool L_13 = CopyByValue_Pack_m1615371990(NULL /*static, unused*/, L_11, 0, L_12, /*hidden argument*/NULL); if (L_13) { goto IL_0055; } } { Ray2D_t2082843914 L_14 = ___val2; Ray2D_t2082843914 L_15 = L_14; RuntimeObject * L_16 = Box(Ray2D_t2082843914_il2cpp_TypeInfo_var, &L_15); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_17 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral391310860, L_16, /*hidden argument*/NULL); Exception_t * L_18 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_18, L_17, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18,ObjectTranslator_UpdateUnityEngineRay2D_m3126736268_RuntimeMethod_var); } IL_0055: { goto IL_0076; } IL_005a: { intptr_t L_19 = ___L0; int32_t L_20 = ___index1; int32_t L_21 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_19, L_20, /*hidden argument*/NULL); int32_t L_22 = L_21; RuntimeObject * L_23 = Box(LuaTypes_t3572446928_il2cpp_TypeInfo_var, &L_22); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_24 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2672135539, L_23, /*hidden argument*/NULL); Exception_t * L_25 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_25, L_24, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_25,ObjectTranslator_UpdateUnityEngineRay2D_m3126736268_RuntimeMethod_var); } IL_0076: { return; } } // System.Void XLua.ObjectTranslator::PushDGTweeningAutoPlay(System.IntPtr,DG.Tweening.AutoPlay) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_PushDGTweeningAutoPlay_m3886690983 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___val1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_PushDGTweeningAutoPlay_m3886690983_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; intptr_t V_1; memset(&V_1, 0, sizeof(V_1)); { int32_t L_0 = __this->get_DGTweeningAutoPlay_TypeID_46(); if ((!(((uint32_t)L_0) == ((uint32_t)(-1))))) { goto IL_0053; } } { intptr_t L_1 = ___L0; RuntimeTypeHandle_t3027515415 L_2 = { reinterpret_cast (AutoPlay_t1346164433_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_3 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); int32_t L_4 = ObjectTranslator_getTypeId_m403608292(__this, L_1, L_3, (&V_0), 2, /*hidden argument*/NULL); __this->set_DGTweeningAutoPlay_TypeID_46(L_4); int32_t L_5 = __this->get_DGTweeningAutoPlay_EnumRef_47(); if ((!(((uint32_t)L_5) == ((uint32_t)(-1))))) { goto IL_0053; } } { intptr_t L_6 = ___L0; RuntimeTypeHandle_t3027515415 L_7 = { reinterpret_cast (AutoPlay_t1346164433_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); Utils_LoadCSTable_m2627825660(NULL /*static, unused*/, L_6, L_8, /*hidden argument*/NULL); intptr_t L_9 = ___L0; int32_t L_10 = LuaIndexes_get_LUA_REGISTRYINDEX_m2693244088(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_11 = Lua_luaL_ref_m2388249351(NULL /*static, unused*/, L_9, L_10, /*hidden argument*/NULL); __this->set_DGTweeningAutoPlay_EnumRef_47(L_11); } IL_0053: { intptr_t L_12 = ___L0; int32_t L_13 = ___val1; int32_t L_14 = __this->get_DGTweeningAutoPlay_EnumRef_47(); int32_t L_15 = Lua_xlua_tryget_cachedud_m624523963(NULL /*static, unused*/, L_12, L_13, L_14, /*hidden argument*/NULL); if ((!(((uint32_t)L_15) == ((uint32_t)1)))) { goto IL_0067; } } { return; } IL_0067: { intptr_t L_16 = ___L0; int32_t L_17 = __this->get_DGTweeningAutoPlay_TypeID_46(); intptr_t L_18 = Lua_xlua_pushstruct_m3448988750(NULL /*static, unused*/, L_16, 4, L_17, /*hidden argument*/NULL); V_1 = L_18; intptr_t L_19 = V_1; int32_t L_20 = ___val1; bool L_21 = CopyByValue_Pack_m2057311035(NULL /*static, unused*/, L_19, 0, L_20, /*hidden argument*/NULL); if (L_21) { goto IL_0098; } } { int32_t L_22 = ___val1; int32_t L_23 = L_22; RuntimeObject * L_24 = Box(AutoPlay_t1346164433_il2cpp_TypeInfo_var, &L_23); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_25 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral846235607, L_24, /*hidden argument*/NULL); Exception_t * L_26 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_26, L_25, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_26,ObjectTranslator_PushDGTweeningAutoPlay_m3886690983_RuntimeMethod_var); } IL_0098: { intptr_t L_27 = ___L0; int32_t L_28 = __this->get_DGTweeningAutoPlay_EnumRef_47(); Lua_lua_getref_m387649952(NULL /*static, unused*/, L_27, L_28, /*hidden argument*/NULL); intptr_t L_29 = ___L0; Lua_lua_pushvalue_m425062527(NULL /*static, unused*/, L_29, ((int32_t)-2), /*hidden argument*/NULL); intptr_t L_30 = ___L0; int32_t L_31 = ___val1; Lua_xlua_rawseti_m1577548352(NULL /*static, unused*/, L_30, ((int32_t)-2), (((int64_t)((int64_t)L_31))), /*hidden argument*/NULL); intptr_t L_32 = ___L0; Lua_lua_pop_m1434696172(NULL /*static, unused*/, L_32, 1, /*hidden argument*/NULL); return; } } // System.Void XLua.ObjectTranslator::Get(System.IntPtr,System.Int32,DG.Tweening.AutoPlay&) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_Get_m3236875037 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, int32_t* ___val2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_Get_m3236875037_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; intptr_t V_1; memset(&V_1, 0, sizeof(V_1)); int32_t V_2 = 0; { intptr_t L_0 = ___L0; int32_t L_1 = ___index1; int32_t L_2 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = V_0; if ((!(((uint32_t)L_3) == ((uint32_t)7)))) { goto IL_0055; } } { intptr_t L_4 = ___L0; int32_t L_5 = ___index1; int32_t L_6 = Lua_xlua_gettypeid_m3587351592(NULL /*static, unused*/, L_4, L_5, /*hidden argument*/NULL); int32_t L_7 = __this->get_DGTweeningAutoPlay_TypeID_46(); if ((((int32_t)L_6) == ((int32_t)L_7))) { goto IL_002c; } } { Exception_t * L_8 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_8, _stringLiteral3760980381, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,ObjectTranslator_Get_m3236875037_RuntimeMethod_var); } IL_002c: { intptr_t L_9 = ___L0; int32_t L_10 = ___index1; intptr_t L_11 = Lua_lua_touserdata_m3275992727(NULL /*static, unused*/, L_9, L_10, /*hidden argument*/NULL); V_1 = L_11; intptr_t L_12 = V_1; bool L_13 = CopyByValue_UnPack_m3277382702(NULL /*static, unused*/, L_12, 0, (&V_2), /*hidden argument*/NULL); if (L_13) { goto IL_004d; } } { Exception_t * L_14 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_14, _stringLiteral1681868489, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14,ObjectTranslator_Get_m3236875037_RuntimeMethod_var); } IL_004d: { int32_t* L_15 = ___val2; int32_t L_16 = V_2; *((int32_t*)(L_15)) = (int32_t)L_16; goto IL_0079; } IL_0055: { int32_t* L_17 = ___val2; ObjectCasters_t3722364209 * L_18 = __this->get_objectCasters_2(); RuntimeTypeHandle_t3027515415 L_19 = { reinterpret_cast (AutoPlay_t1346164433_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_20 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_19, /*hidden argument*/NULL); NullCheck(L_18); ObjectCast_t2869028929 * L_21 = ObjectCasters_GetCaster_m200833679(L_18, L_20, /*hidden argument*/NULL); intptr_t L_22 = ___L0; int32_t L_23 = ___index1; NullCheck(L_21); RuntimeObject * L_24 = ObjectCast_Invoke_m1913262317(L_21, L_22, L_23, NULL, /*hidden argument*/NULL); *((int32_t*)(L_17)) = (int32_t)((*(int32_t*)((int32_t*)UnBox(L_24, AutoPlay_t1346164433_il2cpp_TypeInfo_var)))); } IL_0079: { return; } } // System.Void XLua.ObjectTranslator::UpdateDGTweeningAutoPlay(System.IntPtr,System.Int32,DG.Tweening.AutoPlay) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_UpdateDGTweeningAutoPlay_m816010127 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, int32_t ___val2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_UpdateDGTweeningAutoPlay_m816010127_MetadataUsageId); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset(&V_0, 0, sizeof(V_0)); { intptr_t L_0 = ___L0; int32_t L_1 = ___index1; int32_t L_2 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if ((!(((uint32_t)L_2) == ((uint32_t)7)))) { goto IL_005a; } } { intptr_t L_3 = ___L0; int32_t L_4 = ___index1; int32_t L_5 = Lua_xlua_gettypeid_m3587351592(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); int32_t L_6 = __this->get_DGTweeningAutoPlay_TypeID_46(); if ((((int32_t)L_5) == ((int32_t)L_6))) { goto IL_002a; } } { Exception_t * L_7 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_7, _stringLiteral3760980381, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,ObjectTranslator_UpdateDGTweeningAutoPlay_m816010127_RuntimeMethod_var); } IL_002a: { intptr_t L_8 = ___L0; int32_t L_9 = ___index1; intptr_t L_10 = Lua_lua_touserdata_m3275992727(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL); V_0 = L_10; intptr_t L_11 = V_0; int32_t L_12 = ___val2; bool L_13 = CopyByValue_Pack_m2057311035(NULL /*static, unused*/, L_11, 0, L_12, /*hidden argument*/NULL); if (L_13) { goto IL_0055; } } { int32_t L_14 = ___val2; int32_t L_15 = L_14; RuntimeObject * L_16 = Box(AutoPlay_t1346164433_il2cpp_TypeInfo_var, &L_15); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_17 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral3516871595, L_16, /*hidden argument*/NULL); Exception_t * L_18 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_18, L_17, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18,ObjectTranslator_UpdateDGTweeningAutoPlay_m816010127_RuntimeMethod_var); } IL_0055: { goto IL_0076; } IL_005a: { intptr_t L_19 = ___L0; int32_t L_20 = ___index1; int32_t L_21 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_19, L_20, /*hidden argument*/NULL); int32_t L_22 = L_21; RuntimeObject * L_23 = Box(LuaTypes_t3572446928_il2cpp_TypeInfo_var, &L_22); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_24 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2672135539, L_23, /*hidden argument*/NULL); Exception_t * L_25 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_25, L_24, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_25,ObjectTranslator_UpdateDGTweeningAutoPlay_m816010127_RuntimeMethod_var); } IL_0076: { return; } } // System.Void XLua.ObjectTranslator::PushDGTweeningAxisConstraint(System.IntPtr,DG.Tweening.AxisConstraint) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_PushDGTweeningAxisConstraint_m4080567124 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___val1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_PushDGTweeningAxisConstraint_m4080567124_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; intptr_t V_1; memset(&V_1, 0, sizeof(V_1)); { int32_t L_0 = __this->get_DGTweeningAxisConstraint_TypeID_48(); if ((!(((uint32_t)L_0) == ((uint32_t)(-1))))) { goto IL_0053; } } { intptr_t L_1 = ___L0; RuntimeTypeHandle_t3027515415 L_2 = { reinterpret_cast (AxisConstraint_t2771958344_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_3 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); int32_t L_4 = ObjectTranslator_getTypeId_m403608292(__this, L_1, L_3, (&V_0), 2, /*hidden argument*/NULL); __this->set_DGTweeningAxisConstraint_TypeID_48(L_4); int32_t L_5 = __this->get_DGTweeningAxisConstraint_EnumRef_49(); if ((!(((uint32_t)L_5) == ((uint32_t)(-1))))) { goto IL_0053; } } { intptr_t L_6 = ___L0; RuntimeTypeHandle_t3027515415 L_7 = { reinterpret_cast (AxisConstraint_t2771958344_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); Utils_LoadCSTable_m2627825660(NULL /*static, unused*/, L_6, L_8, /*hidden argument*/NULL); intptr_t L_9 = ___L0; int32_t L_10 = LuaIndexes_get_LUA_REGISTRYINDEX_m2693244088(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_11 = Lua_luaL_ref_m2388249351(NULL /*static, unused*/, L_9, L_10, /*hidden argument*/NULL); __this->set_DGTweeningAxisConstraint_EnumRef_49(L_11); } IL_0053: { intptr_t L_12 = ___L0; int32_t L_13 = ___val1; int32_t L_14 = __this->get_DGTweeningAxisConstraint_EnumRef_49(); int32_t L_15 = Lua_xlua_tryget_cachedud_m624523963(NULL /*static, unused*/, L_12, L_13, L_14, /*hidden argument*/NULL); if ((!(((uint32_t)L_15) == ((uint32_t)1)))) { goto IL_0067; } } { return; } IL_0067: { intptr_t L_16 = ___L0; int32_t L_17 = __this->get_DGTweeningAxisConstraint_TypeID_48(); intptr_t L_18 = Lua_xlua_pushstruct_m3448988750(NULL /*static, unused*/, L_16, 4, L_17, /*hidden argument*/NULL); V_1 = L_18; intptr_t L_19 = V_1; int32_t L_20 = ___val1; bool L_21 = CopyByValue_Pack_m2057311035(NULL /*static, unused*/, L_19, 0, L_20, /*hidden argument*/NULL); if (L_21) { goto IL_0098; } } { int32_t L_22 = ___val1; int32_t L_23 = L_22; RuntimeObject * L_24 = Box(AxisConstraint_t2771958344_il2cpp_TypeInfo_var, &L_23); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_25 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2399317148, L_24, /*hidden argument*/NULL); Exception_t * L_26 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_26, L_25, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_26,ObjectTranslator_PushDGTweeningAxisConstraint_m4080567124_RuntimeMethod_var); } IL_0098: { intptr_t L_27 = ___L0; int32_t L_28 = __this->get_DGTweeningAxisConstraint_EnumRef_49(); Lua_lua_getref_m387649952(NULL /*static, unused*/, L_27, L_28, /*hidden argument*/NULL); intptr_t L_29 = ___L0; Lua_lua_pushvalue_m425062527(NULL /*static, unused*/, L_29, ((int32_t)-2), /*hidden argument*/NULL); intptr_t L_30 = ___L0; int32_t L_31 = ___val1; Lua_xlua_rawseti_m1577548352(NULL /*static, unused*/, L_30, ((int32_t)-2), (((int64_t)((int64_t)L_31))), /*hidden argument*/NULL); intptr_t L_32 = ___L0; Lua_lua_pop_m1434696172(NULL /*static, unused*/, L_32, 1, /*hidden argument*/NULL); return; } } // System.Void XLua.ObjectTranslator::Get(System.IntPtr,System.Int32,DG.Tweening.AxisConstraint&) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_Get_m3189878663 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, int32_t* ___val2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_Get_m3189878663_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; intptr_t V_1; memset(&V_1, 0, sizeof(V_1)); int32_t V_2 = 0; { intptr_t L_0 = ___L0; int32_t L_1 = ___index1; int32_t L_2 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = V_0; if ((!(((uint32_t)L_3) == ((uint32_t)7)))) { goto IL_0055; } } { intptr_t L_4 = ___L0; int32_t L_5 = ___index1; int32_t L_6 = Lua_xlua_gettypeid_m3587351592(NULL /*static, unused*/, L_4, L_5, /*hidden argument*/NULL); int32_t L_7 = __this->get_DGTweeningAxisConstraint_TypeID_48(); if ((((int32_t)L_6) == ((int32_t)L_7))) { goto IL_002c; } } { Exception_t * L_8 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_8, _stringLiteral826278850, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,ObjectTranslator_Get_m3189878663_RuntimeMethod_var); } IL_002c: { intptr_t L_9 = ___L0; int32_t L_10 = ___index1; intptr_t L_11 = Lua_lua_touserdata_m3275992727(NULL /*static, unused*/, L_9, L_10, /*hidden argument*/NULL); V_1 = L_11; intptr_t L_12 = V_1; bool L_13 = CopyByValue_UnPack_m3277382702(NULL /*static, unused*/, L_12, 0, (&V_2), /*hidden argument*/NULL); if (L_13) { goto IL_004d; } } { Exception_t * L_14 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_14, _stringLiteral3026981057, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14,ObjectTranslator_Get_m3189878663_RuntimeMethod_var); } IL_004d: { int32_t* L_15 = ___val2; int32_t L_16 = V_2; *((int32_t*)(L_15)) = (int32_t)L_16; goto IL_0079; } IL_0055: { int32_t* L_17 = ___val2; ObjectCasters_t3722364209 * L_18 = __this->get_objectCasters_2(); RuntimeTypeHandle_t3027515415 L_19 = { reinterpret_cast (AxisConstraint_t2771958344_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_20 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_19, /*hidden argument*/NULL); NullCheck(L_18); ObjectCast_t2869028929 * L_21 = ObjectCasters_GetCaster_m200833679(L_18, L_20, /*hidden argument*/NULL); intptr_t L_22 = ___L0; int32_t L_23 = ___index1; NullCheck(L_21); RuntimeObject * L_24 = ObjectCast_Invoke_m1913262317(L_21, L_22, L_23, NULL, /*hidden argument*/NULL); *((int32_t*)(L_17)) = (int32_t)((*(int32_t*)((int32_t*)UnBox(L_24, AxisConstraint_t2771958344_il2cpp_TypeInfo_var)))); } IL_0079: { return; } } // System.Void XLua.ObjectTranslator::UpdateDGTweeningAxisConstraint(System.IntPtr,System.Int32,DG.Tweening.AxisConstraint) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_UpdateDGTweeningAxisConstraint_m3990993513 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, int32_t ___val2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_UpdateDGTweeningAxisConstraint_m3990993513_MetadataUsageId); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset(&V_0, 0, sizeof(V_0)); { intptr_t L_0 = ___L0; int32_t L_1 = ___index1; int32_t L_2 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if ((!(((uint32_t)L_2) == ((uint32_t)7)))) { goto IL_005a; } } { intptr_t L_3 = ___L0; int32_t L_4 = ___index1; int32_t L_5 = Lua_xlua_gettypeid_m3587351592(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); int32_t L_6 = __this->get_DGTweeningAxisConstraint_TypeID_48(); if ((((int32_t)L_5) == ((int32_t)L_6))) { goto IL_002a; } } { Exception_t * L_7 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_7, _stringLiteral826278850, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,ObjectTranslator_UpdateDGTweeningAxisConstraint_m3990993513_RuntimeMethod_var); } IL_002a: { intptr_t L_8 = ___L0; int32_t L_9 = ___index1; intptr_t L_10 = Lua_lua_touserdata_m3275992727(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL); V_0 = L_10; intptr_t L_11 = V_0; int32_t L_12 = ___val2; bool L_13 = CopyByValue_Pack_m2057311035(NULL /*static, unused*/, L_11, 0, L_12, /*hidden argument*/NULL); if (L_13) { goto IL_0055; } } { int32_t L_14 = ___val2; int32_t L_15 = L_14; RuntimeObject * L_16 = Box(AxisConstraint_t2771958344_il2cpp_TypeInfo_var, &L_15); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_17 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral3233656940, L_16, /*hidden argument*/NULL); Exception_t * L_18 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_18, L_17, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18,ObjectTranslator_UpdateDGTweeningAxisConstraint_m3990993513_RuntimeMethod_var); } IL_0055: { goto IL_0076; } IL_005a: { intptr_t L_19 = ___L0; int32_t L_20 = ___index1; int32_t L_21 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_19, L_20, /*hidden argument*/NULL); int32_t L_22 = L_21; RuntimeObject * L_23 = Box(LuaTypes_t3572446928_il2cpp_TypeInfo_var, &L_22); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_24 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2672135539, L_23, /*hidden argument*/NULL); Exception_t * L_25 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_25, L_24, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_25,ObjectTranslator_UpdateDGTweeningAxisConstraint_m3990993513_RuntimeMethod_var); } IL_0076: { return; } } // System.Void XLua.ObjectTranslator::PushDGTweeningEase(System.IntPtr,DG.Tweening.Ease) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_PushDGTweeningEase_m1764940980 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___val1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_PushDGTweeningEase_m1764940980_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; intptr_t V_1; memset(&V_1, 0, sizeof(V_1)); { int32_t L_0 = __this->get_DGTweeningEase_TypeID_50(); if ((!(((uint32_t)L_0) == ((uint32_t)(-1))))) { goto IL_0053; } } { intptr_t L_1 = ___L0; RuntimeTypeHandle_t3027515415 L_2 = { reinterpret_cast (Ease_t4010715394_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_3 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); int32_t L_4 = ObjectTranslator_getTypeId_m403608292(__this, L_1, L_3, (&V_0), 2, /*hidden argument*/NULL); __this->set_DGTweeningEase_TypeID_50(L_4); int32_t L_5 = __this->get_DGTweeningEase_EnumRef_51(); if ((!(((uint32_t)L_5) == ((uint32_t)(-1))))) { goto IL_0053; } } { intptr_t L_6 = ___L0; RuntimeTypeHandle_t3027515415 L_7 = { reinterpret_cast (Ease_t4010715394_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); Utils_LoadCSTable_m2627825660(NULL /*static, unused*/, L_6, L_8, /*hidden argument*/NULL); intptr_t L_9 = ___L0; int32_t L_10 = LuaIndexes_get_LUA_REGISTRYINDEX_m2693244088(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_11 = Lua_luaL_ref_m2388249351(NULL /*static, unused*/, L_9, L_10, /*hidden argument*/NULL); __this->set_DGTweeningEase_EnumRef_51(L_11); } IL_0053: { intptr_t L_12 = ___L0; int32_t L_13 = ___val1; int32_t L_14 = __this->get_DGTweeningEase_EnumRef_51(); int32_t L_15 = Lua_xlua_tryget_cachedud_m624523963(NULL /*static, unused*/, L_12, L_13, L_14, /*hidden argument*/NULL); if ((!(((uint32_t)L_15) == ((uint32_t)1)))) { goto IL_0067; } } { return; } IL_0067: { intptr_t L_16 = ___L0; int32_t L_17 = __this->get_DGTweeningEase_TypeID_50(); intptr_t L_18 = Lua_xlua_pushstruct_m3448988750(NULL /*static, unused*/, L_16, 4, L_17, /*hidden argument*/NULL); V_1 = L_18; intptr_t L_19 = V_1; int32_t L_20 = ___val1; bool L_21 = CopyByValue_Pack_m2057311035(NULL /*static, unused*/, L_19, 0, L_20, /*hidden argument*/NULL); if (L_21) { goto IL_0098; } } { int32_t L_22 = ___val1; int32_t L_23 = L_22; RuntimeObject * L_24 = Box(Ease_t4010715394_il2cpp_TypeInfo_var, &L_23); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_25 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral3131531093, L_24, /*hidden argument*/NULL); Exception_t * L_26 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_26, L_25, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_26,ObjectTranslator_PushDGTweeningEase_m1764940980_RuntimeMethod_var); } IL_0098: { intptr_t L_27 = ___L0; int32_t L_28 = __this->get_DGTweeningEase_EnumRef_51(); Lua_lua_getref_m387649952(NULL /*static, unused*/, L_27, L_28, /*hidden argument*/NULL); intptr_t L_29 = ___L0; Lua_lua_pushvalue_m425062527(NULL /*static, unused*/, L_29, ((int32_t)-2), /*hidden argument*/NULL); intptr_t L_30 = ___L0; int32_t L_31 = ___val1; Lua_xlua_rawseti_m1577548352(NULL /*static, unused*/, L_30, ((int32_t)-2), (((int64_t)((int64_t)L_31))), /*hidden argument*/NULL); intptr_t L_32 = ___L0; Lua_lua_pop_m1434696172(NULL /*static, unused*/, L_32, 1, /*hidden argument*/NULL); return; } } // System.Void XLua.ObjectTranslator::Get(System.IntPtr,System.Int32,DG.Tweening.Ease&) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_Get_m2473396835 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, int32_t* ___val2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_Get_m2473396835_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; intptr_t V_1; memset(&V_1, 0, sizeof(V_1)); int32_t V_2 = 0; { intptr_t L_0 = ___L0; int32_t L_1 = ___index1; int32_t L_2 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = V_0; if ((!(((uint32_t)L_3) == ((uint32_t)7)))) { goto IL_0055; } } { intptr_t L_4 = ___L0; int32_t L_5 = ___index1; int32_t L_6 = Lua_xlua_gettypeid_m3587351592(NULL /*static, unused*/, L_4, L_5, /*hidden argument*/NULL); int32_t L_7 = __this->get_DGTweeningEase_TypeID_50(); if ((((int32_t)L_6) == ((int32_t)L_7))) { goto IL_002c; } } { Exception_t * L_8 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_8, _stringLiteral1826040197, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,ObjectTranslator_Get_m2473396835_RuntimeMethod_var); } IL_002c: { intptr_t L_9 = ___L0; int32_t L_10 = ___index1; intptr_t L_11 = Lua_lua_touserdata_m3275992727(NULL /*static, unused*/, L_9, L_10, /*hidden argument*/NULL); V_1 = L_11; intptr_t L_12 = V_1; bool L_13 = CopyByValue_UnPack_m3277382702(NULL /*static, unused*/, L_12, 0, (&V_2), /*hidden argument*/NULL); if (L_13) { goto IL_004d; } } { Exception_t * L_14 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_14, _stringLiteral3574114210, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14,ObjectTranslator_Get_m2473396835_RuntimeMethod_var); } IL_004d: { int32_t* L_15 = ___val2; int32_t L_16 = V_2; *((int32_t*)(L_15)) = (int32_t)L_16; goto IL_0079; } IL_0055: { int32_t* L_17 = ___val2; ObjectCasters_t3722364209 * L_18 = __this->get_objectCasters_2(); RuntimeTypeHandle_t3027515415 L_19 = { reinterpret_cast (Ease_t4010715394_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_20 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_19, /*hidden argument*/NULL); NullCheck(L_18); ObjectCast_t2869028929 * L_21 = ObjectCasters_GetCaster_m200833679(L_18, L_20, /*hidden argument*/NULL); intptr_t L_22 = ___L0; int32_t L_23 = ___index1; NullCheck(L_21); RuntimeObject * L_24 = ObjectCast_Invoke_m1913262317(L_21, L_22, L_23, NULL, /*hidden argument*/NULL); *((int32_t*)(L_17)) = (int32_t)((*(int32_t*)((int32_t*)UnBox(L_24, Ease_t4010715394_il2cpp_TypeInfo_var)))); } IL_0079: { return; } } // System.Void XLua.ObjectTranslator::UpdateDGTweeningEase(System.IntPtr,System.Int32,DG.Tweening.Ease) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_UpdateDGTweeningEase_m3577759684 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, int32_t ___val2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_UpdateDGTweeningEase_m3577759684_MetadataUsageId); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset(&V_0, 0, sizeof(V_0)); { intptr_t L_0 = ___L0; int32_t L_1 = ___index1; int32_t L_2 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if ((!(((uint32_t)L_2) == ((uint32_t)7)))) { goto IL_005a; } } { intptr_t L_3 = ___L0; int32_t L_4 = ___index1; int32_t L_5 = Lua_xlua_gettypeid_m3587351592(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); int32_t L_6 = __this->get_DGTweeningEase_TypeID_50(); if ((((int32_t)L_5) == ((int32_t)L_6))) { goto IL_002a; } } { Exception_t * L_7 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_7, _stringLiteral1826040197, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,ObjectTranslator_UpdateDGTweeningEase_m3577759684_RuntimeMethod_var); } IL_002a: { intptr_t L_8 = ___L0; int32_t L_9 = ___index1; intptr_t L_10 = Lua_lua_touserdata_m3275992727(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL); V_0 = L_10; intptr_t L_11 = V_0; int32_t L_12 = ___val2; bool L_13 = CopyByValue_Pack_m2057311035(NULL /*static, unused*/, L_11, 0, L_12, /*hidden argument*/NULL); if (L_13) { goto IL_0055; } } { int32_t L_14 = ___val2; int32_t L_15 = L_14; RuntimeObject * L_16 = Box(Ease_t4010715394_il2cpp_TypeInfo_var, &L_15); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_17 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral4007479463, L_16, /*hidden argument*/NULL); Exception_t * L_18 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_18, L_17, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18,ObjectTranslator_UpdateDGTweeningEase_m3577759684_RuntimeMethod_var); } IL_0055: { goto IL_0076; } IL_005a: { intptr_t L_19 = ___L0; int32_t L_20 = ___index1; int32_t L_21 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_19, L_20, /*hidden argument*/NULL); int32_t L_22 = L_21; RuntimeObject * L_23 = Box(LuaTypes_t3572446928_il2cpp_TypeInfo_var, &L_22); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_24 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2672135539, L_23, /*hidden argument*/NULL); Exception_t * L_25 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_25, L_24, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_25,ObjectTranslator_UpdateDGTweeningEase_m3577759684_RuntimeMethod_var); } IL_0076: { return; } } // System.Void XLua.ObjectTranslator::PushDGTweeningLogBehaviour(System.IntPtr,DG.Tweening.LogBehaviour) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_PushDGTweeningLogBehaviour_m4233091606 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___val1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_PushDGTweeningLogBehaviour_m4233091606_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; intptr_t V_1; memset(&V_1, 0, sizeof(V_1)); { int32_t L_0 = __this->get_DGTweeningLogBehaviour_TypeID_52(); if ((!(((uint32_t)L_0) == ((uint32_t)(-1))))) { goto IL_0053; } } { intptr_t L_1 = ___L0; RuntimeTypeHandle_t3027515415 L_2 = { reinterpret_cast (LogBehaviour_t1548882435_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_3 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); int32_t L_4 = ObjectTranslator_getTypeId_m403608292(__this, L_1, L_3, (&V_0), 2, /*hidden argument*/NULL); __this->set_DGTweeningLogBehaviour_TypeID_52(L_4); int32_t L_5 = __this->get_DGTweeningLogBehaviour_EnumRef_53(); if ((!(((uint32_t)L_5) == ((uint32_t)(-1))))) { goto IL_0053; } } { intptr_t L_6 = ___L0; RuntimeTypeHandle_t3027515415 L_7 = { reinterpret_cast (LogBehaviour_t1548882435_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); Utils_LoadCSTable_m2627825660(NULL /*static, unused*/, L_6, L_8, /*hidden argument*/NULL); intptr_t L_9 = ___L0; int32_t L_10 = LuaIndexes_get_LUA_REGISTRYINDEX_m2693244088(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_11 = Lua_luaL_ref_m2388249351(NULL /*static, unused*/, L_9, L_10, /*hidden argument*/NULL); __this->set_DGTweeningLogBehaviour_EnumRef_53(L_11); } IL_0053: { intptr_t L_12 = ___L0; int32_t L_13 = ___val1; int32_t L_14 = __this->get_DGTweeningLogBehaviour_EnumRef_53(); int32_t L_15 = Lua_xlua_tryget_cachedud_m624523963(NULL /*static, unused*/, L_12, L_13, L_14, /*hidden argument*/NULL); if ((!(((uint32_t)L_15) == ((uint32_t)1)))) { goto IL_0067; } } { return; } IL_0067: { intptr_t L_16 = ___L0; int32_t L_17 = __this->get_DGTweeningLogBehaviour_TypeID_52(); intptr_t L_18 = Lua_xlua_pushstruct_m3448988750(NULL /*static, unused*/, L_16, 4, L_17, /*hidden argument*/NULL); V_1 = L_18; intptr_t L_19 = V_1; int32_t L_20 = ___val1; bool L_21 = CopyByValue_Pack_m2057311035(NULL /*static, unused*/, L_19, 0, L_20, /*hidden argument*/NULL); if (L_21) { goto IL_0098; } } { int32_t L_22 = ___val1; int32_t L_23 = L_22; RuntimeObject * L_24 = Box(LogBehaviour_t1548882435_il2cpp_TypeInfo_var, &L_23); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_25 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral1780608994, L_24, /*hidden argument*/NULL); Exception_t * L_26 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_26, L_25, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_26,ObjectTranslator_PushDGTweeningLogBehaviour_m4233091606_RuntimeMethod_var); } IL_0098: { intptr_t L_27 = ___L0; int32_t L_28 = __this->get_DGTweeningLogBehaviour_EnumRef_53(); Lua_lua_getref_m387649952(NULL /*static, unused*/, L_27, L_28, /*hidden argument*/NULL); intptr_t L_29 = ___L0; Lua_lua_pushvalue_m425062527(NULL /*static, unused*/, L_29, ((int32_t)-2), /*hidden argument*/NULL); intptr_t L_30 = ___L0; int32_t L_31 = ___val1; Lua_xlua_rawseti_m1577548352(NULL /*static, unused*/, L_30, ((int32_t)-2), (((int64_t)((int64_t)L_31))), /*hidden argument*/NULL); intptr_t L_32 = ___L0; Lua_lua_pop_m1434696172(NULL /*static, unused*/, L_32, 1, /*hidden argument*/NULL); return; } } // System.Void XLua.ObjectTranslator::Get(System.IntPtr,System.Int32,DG.Tweening.LogBehaviour&) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_Get_m2627530738 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, int32_t* ___val2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_Get_m2627530738_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; intptr_t V_1; memset(&V_1, 0, sizeof(V_1)); int32_t V_2 = 0; { intptr_t L_0 = ___L0; int32_t L_1 = ___index1; int32_t L_2 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = V_0; if ((!(((uint32_t)L_3) == ((uint32_t)7)))) { goto IL_0055; } } { intptr_t L_4 = ___L0; int32_t L_5 = ___index1; int32_t L_6 = Lua_xlua_gettypeid_m3587351592(NULL /*static, unused*/, L_4, L_5, /*hidden argument*/NULL); int32_t L_7 = __this->get_DGTweeningLogBehaviour_TypeID_52(); if ((((int32_t)L_6) == ((int32_t)L_7))) { goto IL_002c; } } { Exception_t * L_8 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_8, _stringLiteral1182759112, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,ObjectTranslator_Get_m2627530738_RuntimeMethod_var); } IL_002c: { intptr_t L_9 = ___L0; int32_t L_10 = ___index1; intptr_t L_11 = Lua_lua_touserdata_m3275992727(NULL /*static, unused*/, L_9, L_10, /*hidden argument*/NULL); V_1 = L_11; intptr_t L_12 = V_1; bool L_13 = CopyByValue_UnPack_m3277382702(NULL /*static, unused*/, L_12, 0, (&V_2), /*hidden argument*/NULL); if (L_13) { goto IL_004d; } } { Exception_t * L_14 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_14, _stringLiteral3557877994, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14,ObjectTranslator_Get_m2627530738_RuntimeMethod_var); } IL_004d: { int32_t* L_15 = ___val2; int32_t L_16 = V_2; *((int32_t*)(L_15)) = (int32_t)L_16; goto IL_0079; } IL_0055: { int32_t* L_17 = ___val2; ObjectCasters_t3722364209 * L_18 = __this->get_objectCasters_2(); RuntimeTypeHandle_t3027515415 L_19 = { reinterpret_cast (LogBehaviour_t1548882435_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_20 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_19, /*hidden argument*/NULL); NullCheck(L_18); ObjectCast_t2869028929 * L_21 = ObjectCasters_GetCaster_m200833679(L_18, L_20, /*hidden argument*/NULL); intptr_t L_22 = ___L0; int32_t L_23 = ___index1; NullCheck(L_21); RuntimeObject * L_24 = ObjectCast_Invoke_m1913262317(L_21, L_22, L_23, NULL, /*hidden argument*/NULL); *((int32_t*)(L_17)) = (int32_t)((*(int32_t*)((int32_t*)UnBox(L_24, LogBehaviour_t1548882435_il2cpp_TypeInfo_var)))); } IL_0079: { return; } } // System.Void XLua.ObjectTranslator::UpdateDGTweeningLogBehaviour(System.IntPtr,System.Int32,DG.Tweening.LogBehaviour) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_UpdateDGTweeningLogBehaviour_m1822417072 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, int32_t ___val2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_UpdateDGTweeningLogBehaviour_m1822417072_MetadataUsageId); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset(&V_0, 0, sizeof(V_0)); { intptr_t L_0 = ___L0; int32_t L_1 = ___index1; int32_t L_2 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if ((!(((uint32_t)L_2) == ((uint32_t)7)))) { goto IL_005a; } } { intptr_t L_3 = ___L0; int32_t L_4 = ___index1; int32_t L_5 = Lua_xlua_gettypeid_m3587351592(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); int32_t L_6 = __this->get_DGTweeningLogBehaviour_TypeID_52(); if ((((int32_t)L_5) == ((int32_t)L_6))) { goto IL_002a; } } { Exception_t * L_7 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_7, _stringLiteral1182759112, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,ObjectTranslator_UpdateDGTweeningLogBehaviour_m1822417072_RuntimeMethod_var); } IL_002a: { intptr_t L_8 = ___L0; int32_t L_9 = ___index1; intptr_t L_10 = Lua_lua_touserdata_m3275992727(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL); V_0 = L_10; intptr_t L_11 = V_0; int32_t L_12 = ___val2; bool L_13 = CopyByValue_Pack_m2057311035(NULL /*static, unused*/, L_11, 0, L_12, /*hidden argument*/NULL); if (L_13) { goto IL_0055; } } { int32_t L_14 = ___val2; int32_t L_15 = L_14; RuntimeObject * L_16 = Box(LogBehaviour_t1548882435_il2cpp_TypeInfo_var, &L_15); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_17 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2189556897, L_16, /*hidden argument*/NULL); Exception_t * L_18 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_18, L_17, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18,ObjectTranslator_UpdateDGTweeningLogBehaviour_m1822417072_RuntimeMethod_var); } IL_0055: { goto IL_0076; } IL_005a: { intptr_t L_19 = ___L0; int32_t L_20 = ___index1; int32_t L_21 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_19, L_20, /*hidden argument*/NULL); int32_t L_22 = L_21; RuntimeObject * L_23 = Box(LuaTypes_t3572446928_il2cpp_TypeInfo_var, &L_22); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_24 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2672135539, L_23, /*hidden argument*/NULL); Exception_t * L_25 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_25, L_24, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_25,ObjectTranslator_UpdateDGTweeningLogBehaviour_m1822417072_RuntimeMethod_var); } IL_0076: { return; } } // System.Void XLua.ObjectTranslator::PushDGTweeningLoopType(System.IntPtr,DG.Tweening.LoopType) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_PushDGTweeningLoopType_m1876084289 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___val1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_PushDGTweeningLoopType_m1876084289_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; intptr_t V_1; memset(&V_1, 0, sizeof(V_1)); { int32_t L_0 = __this->get_DGTweeningLoopType_TypeID_54(); if ((!(((uint32_t)L_0) == ((uint32_t)(-1))))) { goto IL_0053; } } { intptr_t L_1 = ___L0; RuntimeTypeHandle_t3027515415 L_2 = { reinterpret_cast (LoopType_t3049802818_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_3 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); int32_t L_4 = ObjectTranslator_getTypeId_m403608292(__this, L_1, L_3, (&V_0), 2, /*hidden argument*/NULL); __this->set_DGTweeningLoopType_TypeID_54(L_4); int32_t L_5 = __this->get_DGTweeningLoopType_EnumRef_55(); if ((!(((uint32_t)L_5) == ((uint32_t)(-1))))) { goto IL_0053; } } { intptr_t L_6 = ___L0; RuntimeTypeHandle_t3027515415 L_7 = { reinterpret_cast (LoopType_t3049802818_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); Utils_LoadCSTable_m2627825660(NULL /*static, unused*/, L_6, L_8, /*hidden argument*/NULL); intptr_t L_9 = ___L0; int32_t L_10 = LuaIndexes_get_LUA_REGISTRYINDEX_m2693244088(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_11 = Lua_luaL_ref_m2388249351(NULL /*static, unused*/, L_9, L_10, /*hidden argument*/NULL); __this->set_DGTweeningLoopType_EnumRef_55(L_11); } IL_0053: { intptr_t L_12 = ___L0; int32_t L_13 = ___val1; int32_t L_14 = __this->get_DGTweeningLoopType_EnumRef_55(); int32_t L_15 = Lua_xlua_tryget_cachedud_m624523963(NULL /*static, unused*/, L_12, L_13, L_14, /*hidden argument*/NULL); if ((!(((uint32_t)L_15) == ((uint32_t)1)))) { goto IL_0067; } } { return; } IL_0067: { intptr_t L_16 = ___L0; int32_t L_17 = __this->get_DGTweeningLoopType_TypeID_54(); intptr_t L_18 = Lua_xlua_pushstruct_m3448988750(NULL /*static, unused*/, L_16, 4, L_17, /*hidden argument*/NULL); V_1 = L_18; intptr_t L_19 = V_1; int32_t L_20 = ___val1; bool L_21 = CopyByValue_Pack_m2057311035(NULL /*static, unused*/, L_19, 0, L_20, /*hidden argument*/NULL); if (L_21) { goto IL_0098; } } { int32_t L_22 = ___val1; int32_t L_23 = L_22; RuntimeObject * L_24 = Box(LoopType_t3049802818_il2cpp_TypeInfo_var, &L_23); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_25 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral1339280064, L_24, /*hidden argument*/NULL); Exception_t * L_26 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_26, L_25, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_26,ObjectTranslator_PushDGTweeningLoopType_m1876084289_RuntimeMethod_var); } IL_0098: { intptr_t L_27 = ___L0; int32_t L_28 = __this->get_DGTweeningLoopType_EnumRef_55(); Lua_lua_getref_m387649952(NULL /*static, unused*/, L_27, L_28, /*hidden argument*/NULL); intptr_t L_29 = ___L0; Lua_lua_pushvalue_m425062527(NULL /*static, unused*/, L_29, ((int32_t)-2), /*hidden argument*/NULL); intptr_t L_30 = ___L0; int32_t L_31 = ___val1; Lua_xlua_rawseti_m1577548352(NULL /*static, unused*/, L_30, ((int32_t)-2), (((int64_t)((int64_t)L_31))), /*hidden argument*/NULL); intptr_t L_32 = ___L0; Lua_lua_pop_m1434696172(NULL /*static, unused*/, L_32, 1, /*hidden argument*/NULL); return; } } // System.Void XLua.ObjectTranslator::Get(System.IntPtr,System.Int32,DG.Tweening.LoopType&) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_Get_m1447675128 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, int32_t* ___val2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_Get_m1447675128_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; intptr_t V_1; memset(&V_1, 0, sizeof(V_1)); int32_t V_2 = 0; { intptr_t L_0 = ___L0; int32_t L_1 = ___index1; int32_t L_2 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = V_0; if ((!(((uint32_t)L_3) == ((uint32_t)7)))) { goto IL_0055; } } { intptr_t L_4 = ___L0; int32_t L_5 = ___index1; int32_t L_6 = Lua_xlua_gettypeid_m3587351592(NULL /*static, unused*/, L_4, L_5, /*hidden argument*/NULL); int32_t L_7 = __this->get_DGTweeningLoopType_TypeID_54(); if ((((int32_t)L_6) == ((int32_t)L_7))) { goto IL_002c; } } { Exception_t * L_8 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_8, _stringLiteral1129298871, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,ObjectTranslator_Get_m1447675128_RuntimeMethod_var); } IL_002c: { intptr_t L_9 = ___L0; int32_t L_10 = ___index1; intptr_t L_11 = Lua_lua_touserdata_m3275992727(NULL /*static, unused*/, L_9, L_10, /*hidden argument*/NULL); V_1 = L_11; intptr_t L_12 = V_1; bool L_13 = CopyByValue_UnPack_m3277382702(NULL /*static, unused*/, L_12, 0, (&V_2), /*hidden argument*/NULL); if (L_13) { goto IL_004d; } } { Exception_t * L_14 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_14, _stringLiteral2530906662, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14,ObjectTranslator_Get_m1447675128_RuntimeMethod_var); } IL_004d: { int32_t* L_15 = ___val2; int32_t L_16 = V_2; *((int32_t*)(L_15)) = (int32_t)L_16; goto IL_0079; } IL_0055: { int32_t* L_17 = ___val2; ObjectCasters_t3722364209 * L_18 = __this->get_objectCasters_2(); RuntimeTypeHandle_t3027515415 L_19 = { reinterpret_cast (LoopType_t3049802818_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_20 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_19, /*hidden argument*/NULL); NullCheck(L_18); ObjectCast_t2869028929 * L_21 = ObjectCasters_GetCaster_m200833679(L_18, L_20, /*hidden argument*/NULL); intptr_t L_22 = ___L0; int32_t L_23 = ___index1; NullCheck(L_21); RuntimeObject * L_24 = ObjectCast_Invoke_m1913262317(L_21, L_22, L_23, NULL, /*hidden argument*/NULL); *((int32_t*)(L_17)) = (int32_t)((*(int32_t*)((int32_t*)UnBox(L_24, LoopType_t3049802818_il2cpp_TypeInfo_var)))); } IL_0079: { return; } } // System.Void XLua.ObjectTranslator::UpdateDGTweeningLoopType(System.IntPtr,System.Int32,DG.Tweening.LoopType) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_UpdateDGTweeningLoopType_m1673101987 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, int32_t ___val2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_UpdateDGTweeningLoopType_m1673101987_MetadataUsageId); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset(&V_0, 0, sizeof(V_0)); { intptr_t L_0 = ___L0; int32_t L_1 = ___index1; int32_t L_2 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if ((!(((uint32_t)L_2) == ((uint32_t)7)))) { goto IL_005a; } } { intptr_t L_3 = ___L0; int32_t L_4 = ___index1; int32_t L_5 = Lua_xlua_gettypeid_m3587351592(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); int32_t L_6 = __this->get_DGTweeningLoopType_TypeID_54(); if ((((int32_t)L_5) == ((int32_t)L_6))) { goto IL_002a; } } { Exception_t * L_7 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_7, _stringLiteral1129298871, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,ObjectTranslator_UpdateDGTweeningLoopType_m1673101987_RuntimeMethod_var); } IL_002a: { intptr_t L_8 = ___L0; int32_t L_9 = ___index1; intptr_t L_10 = Lua_lua_touserdata_m3275992727(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL); V_0 = L_10; intptr_t L_11 = V_0; int32_t L_12 = ___val2; bool L_13 = CopyByValue_Pack_m2057311035(NULL /*static, unused*/, L_11, 0, L_12, /*hidden argument*/NULL); if (L_13) { goto IL_0055; } } { int32_t L_14 = ___val2; int32_t L_15 = L_14; RuntimeObject * L_16 = Box(LoopType_t3049802818_il2cpp_TypeInfo_var, &L_15); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_17 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2628986224, L_16, /*hidden argument*/NULL); Exception_t * L_18 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_18, L_17, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18,ObjectTranslator_UpdateDGTweeningLoopType_m1673101987_RuntimeMethod_var); } IL_0055: { goto IL_0076; } IL_005a: { intptr_t L_19 = ___L0; int32_t L_20 = ___index1; int32_t L_21 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_19, L_20, /*hidden argument*/NULL); int32_t L_22 = L_21; RuntimeObject * L_23 = Box(LuaTypes_t3572446928_il2cpp_TypeInfo_var, &L_22); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_24 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2672135539, L_23, /*hidden argument*/NULL); Exception_t * L_25 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_25, L_24, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_25,ObjectTranslator_UpdateDGTweeningLoopType_m1673101987_RuntimeMethod_var); } IL_0076: { return; } } // System.Void XLua.ObjectTranslator::PushDGTweeningPathMode(System.IntPtr,DG.Tweening.PathMode) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_PushDGTweeningPathMode_m320252973 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___val1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_PushDGTweeningPathMode_m320252973_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; intptr_t V_1; memset(&V_1, 0, sizeof(V_1)); { int32_t L_0 = __this->get_DGTweeningPathMode_TypeID_56(); if ((!(((uint32_t)L_0) == ((uint32_t)(-1))))) { goto IL_0053; } } { intptr_t L_1 = ___L0; RuntimeTypeHandle_t3027515415 L_2 = { reinterpret_cast (PathMode_t2165603100_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_3 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); int32_t L_4 = ObjectTranslator_getTypeId_m403608292(__this, L_1, L_3, (&V_0), 2, /*hidden argument*/NULL); __this->set_DGTweeningPathMode_TypeID_56(L_4); int32_t L_5 = __this->get_DGTweeningPathMode_EnumRef_57(); if ((!(((uint32_t)L_5) == ((uint32_t)(-1))))) { goto IL_0053; } } { intptr_t L_6 = ___L0; RuntimeTypeHandle_t3027515415 L_7 = { reinterpret_cast (PathMode_t2165603100_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); Utils_LoadCSTable_m2627825660(NULL /*static, unused*/, L_6, L_8, /*hidden argument*/NULL); intptr_t L_9 = ___L0; int32_t L_10 = LuaIndexes_get_LUA_REGISTRYINDEX_m2693244088(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_11 = Lua_luaL_ref_m2388249351(NULL /*static, unused*/, L_9, L_10, /*hidden argument*/NULL); __this->set_DGTweeningPathMode_EnumRef_57(L_11); } IL_0053: { intptr_t L_12 = ___L0; int32_t L_13 = ___val1; int32_t L_14 = __this->get_DGTweeningPathMode_EnumRef_57(); int32_t L_15 = Lua_xlua_tryget_cachedud_m624523963(NULL /*static, unused*/, L_12, L_13, L_14, /*hidden argument*/NULL); if ((!(((uint32_t)L_15) == ((uint32_t)1)))) { goto IL_0067; } } { return; } IL_0067: { intptr_t L_16 = ___L0; int32_t L_17 = __this->get_DGTweeningPathMode_TypeID_56(); intptr_t L_18 = Lua_xlua_pushstruct_m3448988750(NULL /*static, unused*/, L_16, 4, L_17, /*hidden argument*/NULL); V_1 = L_18; intptr_t L_19 = V_1; int32_t L_20 = ___val1; bool L_21 = CopyByValue_Pack_m2057311035(NULL /*static, unused*/, L_19, 0, L_20, /*hidden argument*/NULL); if (L_21) { goto IL_0098; } } { int32_t L_22 = ___val1; int32_t L_23 = L_22; RuntimeObject * L_24 = Box(PathMode_t2165603100_il2cpp_TypeInfo_var, &L_23); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_25 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2494456143, L_24, /*hidden argument*/NULL); Exception_t * L_26 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_26, L_25, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_26,ObjectTranslator_PushDGTweeningPathMode_m320252973_RuntimeMethod_var); } IL_0098: { intptr_t L_27 = ___L0; int32_t L_28 = __this->get_DGTweeningPathMode_EnumRef_57(); Lua_lua_getref_m387649952(NULL /*static, unused*/, L_27, L_28, /*hidden argument*/NULL); intptr_t L_29 = ___L0; Lua_lua_pushvalue_m425062527(NULL /*static, unused*/, L_29, ((int32_t)-2), /*hidden argument*/NULL); intptr_t L_30 = ___L0; int32_t L_31 = ___val1; Lua_xlua_rawseti_m1577548352(NULL /*static, unused*/, L_30, ((int32_t)-2), (((int64_t)((int64_t)L_31))), /*hidden argument*/NULL); intptr_t L_32 = ___L0; Lua_lua_pop_m1434696172(NULL /*static, unused*/, L_32, 1, /*hidden argument*/NULL); return; } } // System.Void XLua.ObjectTranslator::Get(System.IntPtr,System.Int32,DG.Tweening.PathMode&) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_Get_m2906801996 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, int32_t* ___val2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_Get_m2906801996_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; intptr_t V_1; memset(&V_1, 0, sizeof(V_1)); int32_t V_2 = 0; { intptr_t L_0 = ___L0; int32_t L_1 = ___index1; int32_t L_2 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = V_0; if ((!(((uint32_t)L_3) == ((uint32_t)7)))) { goto IL_0055; } } { intptr_t L_4 = ___L0; int32_t L_5 = ___index1; int32_t L_6 = Lua_xlua_gettypeid_m3587351592(NULL /*static, unused*/, L_4, L_5, /*hidden argument*/NULL); int32_t L_7 = __this->get_DGTweeningPathMode_TypeID_56(); if ((((int32_t)L_6) == ((int32_t)L_7))) { goto IL_002c; } } { Exception_t * L_8 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_8, _stringLiteral727079619, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,ObjectTranslator_Get_m2906801996_RuntimeMethod_var); } IL_002c: { intptr_t L_9 = ___L0; int32_t L_10 = ___index1; intptr_t L_11 = Lua_lua_touserdata_m3275992727(NULL /*static, unused*/, L_9, L_10, /*hidden argument*/NULL); V_1 = L_11; intptr_t L_12 = V_1; bool L_13 = CopyByValue_UnPack_m3277382702(NULL /*static, unused*/, L_12, 0, (&V_2), /*hidden argument*/NULL); if (L_13) { goto IL_004d; } } { Exception_t * L_14 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_14, _stringLiteral2834468818, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14,ObjectTranslator_Get_m2906801996_RuntimeMethod_var); } IL_004d: { int32_t* L_15 = ___val2; int32_t L_16 = V_2; *((int32_t*)(L_15)) = (int32_t)L_16; goto IL_0079; } IL_0055: { int32_t* L_17 = ___val2; ObjectCasters_t3722364209 * L_18 = __this->get_objectCasters_2(); RuntimeTypeHandle_t3027515415 L_19 = { reinterpret_cast (PathMode_t2165603100_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_20 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_19, /*hidden argument*/NULL); NullCheck(L_18); ObjectCast_t2869028929 * L_21 = ObjectCasters_GetCaster_m200833679(L_18, L_20, /*hidden argument*/NULL); intptr_t L_22 = ___L0; int32_t L_23 = ___index1; NullCheck(L_21); RuntimeObject * L_24 = ObjectCast_Invoke_m1913262317(L_21, L_22, L_23, NULL, /*hidden argument*/NULL); *((int32_t*)(L_17)) = (int32_t)((*(int32_t*)((int32_t*)UnBox(L_24, PathMode_t2165603100_il2cpp_TypeInfo_var)))); } IL_0079: { return; } } // System.Void XLua.ObjectTranslator::UpdateDGTweeningPathMode(System.IntPtr,System.Int32,DG.Tweening.PathMode) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_UpdateDGTweeningPathMode_m1667841969 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, int32_t ___val2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_UpdateDGTweeningPathMode_m1667841969_MetadataUsageId); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset(&V_0, 0, sizeof(V_0)); { intptr_t L_0 = ___L0; int32_t L_1 = ___index1; int32_t L_2 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if ((!(((uint32_t)L_2) == ((uint32_t)7)))) { goto IL_005a; } } { intptr_t L_3 = ___L0; int32_t L_4 = ___index1; int32_t L_5 = Lua_xlua_gettypeid_m3587351592(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); int32_t L_6 = __this->get_DGTweeningPathMode_TypeID_56(); if ((((int32_t)L_5) == ((int32_t)L_6))) { goto IL_002a; } } { Exception_t * L_7 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_7, _stringLiteral727079619, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,ObjectTranslator_UpdateDGTweeningPathMode_m1667841969_RuntimeMethod_var); } IL_002a: { intptr_t L_8 = ___L0; int32_t L_9 = ___index1; intptr_t L_10 = Lua_lua_touserdata_m3275992727(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL); V_0 = L_10; intptr_t L_11 = V_0; int32_t L_12 = ___val2; bool L_13 = CopyByValue_Pack_m2057311035(NULL /*static, unused*/, L_11, 0, L_12, /*hidden argument*/NULL); if (L_13) { goto IL_0055; } } { int32_t L_14 = ___val2; int32_t L_15 = L_14; RuntimeObject * L_16 = Box(PathMode_t2165603100_il2cpp_TypeInfo_var, &L_15); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_17 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2086420157, L_16, /*hidden argument*/NULL); Exception_t * L_18 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_18, L_17, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18,ObjectTranslator_UpdateDGTweeningPathMode_m1667841969_RuntimeMethod_var); } IL_0055: { goto IL_0076; } IL_005a: { intptr_t L_19 = ___L0; int32_t L_20 = ___index1; int32_t L_21 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_19, L_20, /*hidden argument*/NULL); int32_t L_22 = L_21; RuntimeObject * L_23 = Box(LuaTypes_t3572446928_il2cpp_TypeInfo_var, &L_22); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_24 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2672135539, L_23, /*hidden argument*/NULL); Exception_t * L_25 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_25, L_24, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_25,ObjectTranslator_UpdateDGTweeningPathMode_m1667841969_RuntimeMethod_var); } IL_0076: { return; } } // System.Void XLua.ObjectTranslator::PushDGTweeningPathType(System.IntPtr,DG.Tweening.PathType) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_PushDGTweeningPathType_m646643691 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___val1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_PushDGTweeningPathType_m646643691_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; intptr_t V_1; memset(&V_1, 0, sizeof(V_1)); { int32_t L_0 = __this->get_DGTweeningPathType_TypeID_58(); if ((!(((uint32_t)L_0) == ((uint32_t)(-1))))) { goto IL_0053; } } { intptr_t L_1 = ___L0; RuntimeTypeHandle_t3027515415 L_2 = { reinterpret_cast (PathType_t3777299409_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_3 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); int32_t L_4 = ObjectTranslator_getTypeId_m403608292(__this, L_1, L_3, (&V_0), 2, /*hidden argument*/NULL); __this->set_DGTweeningPathType_TypeID_58(L_4); int32_t L_5 = __this->get_DGTweeningPathType_EnumRef_59(); if ((!(((uint32_t)L_5) == ((uint32_t)(-1))))) { goto IL_0053; } } { intptr_t L_6 = ___L0; RuntimeTypeHandle_t3027515415 L_7 = { reinterpret_cast (PathType_t3777299409_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); Utils_LoadCSTable_m2627825660(NULL /*static, unused*/, L_6, L_8, /*hidden argument*/NULL); intptr_t L_9 = ___L0; int32_t L_10 = LuaIndexes_get_LUA_REGISTRYINDEX_m2693244088(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_11 = Lua_luaL_ref_m2388249351(NULL /*static, unused*/, L_9, L_10, /*hidden argument*/NULL); __this->set_DGTweeningPathType_EnumRef_59(L_11); } IL_0053: { intptr_t L_12 = ___L0; int32_t L_13 = ___val1; int32_t L_14 = __this->get_DGTweeningPathType_EnumRef_59(); int32_t L_15 = Lua_xlua_tryget_cachedud_m624523963(NULL /*static, unused*/, L_12, L_13, L_14, /*hidden argument*/NULL); if ((!(((uint32_t)L_15) == ((uint32_t)1)))) { goto IL_0067; } } { return; } IL_0067: { intptr_t L_16 = ___L0; int32_t L_17 = __this->get_DGTweeningPathType_TypeID_58(); intptr_t L_18 = Lua_xlua_pushstruct_m3448988750(NULL /*static, unused*/, L_16, 4, L_17, /*hidden argument*/NULL); V_1 = L_18; intptr_t L_19 = V_1; int32_t L_20 = ___val1; bool L_21 = CopyByValue_Pack_m2057311035(NULL /*static, unused*/, L_19, 0, L_20, /*hidden argument*/NULL); if (L_21) { goto IL_0098; } } { int32_t L_22 = ___val1; int32_t L_23 = L_22; RuntimeObject * L_24 = Box(PathType_t3777299409_il2cpp_TypeInfo_var, &L_23); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_25 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral1365122885, L_24, /*hidden argument*/NULL); Exception_t * L_26 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_26, L_25, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_26,ObjectTranslator_PushDGTweeningPathType_m646643691_RuntimeMethod_var); } IL_0098: { intptr_t L_27 = ___L0; int32_t L_28 = __this->get_DGTweeningPathType_EnumRef_59(); Lua_lua_getref_m387649952(NULL /*static, unused*/, L_27, L_28, /*hidden argument*/NULL); intptr_t L_29 = ___L0; Lua_lua_pushvalue_m425062527(NULL /*static, unused*/, L_29, ((int32_t)-2), /*hidden argument*/NULL); intptr_t L_30 = ___L0; int32_t L_31 = ___val1; Lua_xlua_rawseti_m1577548352(NULL /*static, unused*/, L_30, ((int32_t)-2), (((int64_t)((int64_t)L_31))), /*hidden argument*/NULL); intptr_t L_32 = ___L0; Lua_lua_pop_m1434696172(NULL /*static, unused*/, L_32, 1, /*hidden argument*/NULL); return; } } // System.Void XLua.ObjectTranslator::Get(System.IntPtr,System.Int32,DG.Tweening.PathType&) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_Get_m3757128783 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, int32_t* ___val2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_Get_m3757128783_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; intptr_t V_1; memset(&V_1, 0, sizeof(V_1)); int32_t V_2 = 0; { intptr_t L_0 = ___L0; int32_t L_1 = ___index1; int32_t L_2 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = V_0; if ((!(((uint32_t)L_3) == ((uint32_t)7)))) { goto IL_0055; } } { intptr_t L_4 = ___L0; int32_t L_5 = ___index1; int32_t L_6 = Lua_xlua_gettypeid_m3587351592(NULL /*static, unused*/, L_4, L_5, /*hidden argument*/NULL); int32_t L_7 = __this->get_DGTweeningPathType_TypeID_58(); if ((((int32_t)L_6) == ((int32_t)L_7))) { goto IL_002c; } } { Exception_t * L_8 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_8, _stringLiteral3193502281, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,ObjectTranslator_Get_m3757128783_RuntimeMethod_var); } IL_002c: { intptr_t L_9 = ___L0; int32_t L_10 = ___index1; intptr_t L_11 = Lua_lua_touserdata_m3275992727(NULL /*static, unused*/, L_9, L_10, /*hidden argument*/NULL); V_1 = L_11; intptr_t L_12 = V_1; bool L_13 = CopyByValue_UnPack_m3277382702(NULL /*static, unused*/, L_12, 0, (&V_2), /*hidden argument*/NULL); if (L_13) { goto IL_004d; } } { Exception_t * L_14 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_14, _stringLiteral4092031935, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14,ObjectTranslator_Get_m3757128783_RuntimeMethod_var); } IL_004d: { int32_t* L_15 = ___val2; int32_t L_16 = V_2; *((int32_t*)(L_15)) = (int32_t)L_16; goto IL_0079; } IL_0055: { int32_t* L_17 = ___val2; ObjectCasters_t3722364209 * L_18 = __this->get_objectCasters_2(); RuntimeTypeHandle_t3027515415 L_19 = { reinterpret_cast (PathType_t3777299409_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_20 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_19, /*hidden argument*/NULL); NullCheck(L_18); ObjectCast_t2869028929 * L_21 = ObjectCasters_GetCaster_m200833679(L_18, L_20, /*hidden argument*/NULL); intptr_t L_22 = ___L0; int32_t L_23 = ___index1; NullCheck(L_21); RuntimeObject * L_24 = ObjectCast_Invoke_m1913262317(L_21, L_22, L_23, NULL, /*hidden argument*/NULL); *((int32_t*)(L_17)) = (int32_t)((*(int32_t*)((int32_t*)UnBox(L_24, PathType_t3777299409_il2cpp_TypeInfo_var)))); } IL_0079: { return; } } // System.Void XLua.ObjectTranslator::UpdateDGTweeningPathType(System.IntPtr,System.Int32,DG.Tweening.PathType) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_UpdateDGTweeningPathType_m4091605006 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, int32_t ___val2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_UpdateDGTweeningPathType_m4091605006_MetadataUsageId); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset(&V_0, 0, sizeof(V_0)); { intptr_t L_0 = ___L0; int32_t L_1 = ___index1; int32_t L_2 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if ((!(((uint32_t)L_2) == ((uint32_t)7)))) { goto IL_005a; } } { intptr_t L_3 = ___L0; int32_t L_4 = ___index1; int32_t L_5 = Lua_xlua_gettypeid_m3587351592(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); int32_t L_6 = __this->get_DGTweeningPathType_TypeID_58(); if ((((int32_t)L_5) == ((int32_t)L_6))) { goto IL_002a; } } { Exception_t * L_7 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_7, _stringLiteral3193502281, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,ObjectTranslator_UpdateDGTweeningPathType_m4091605006_RuntimeMethod_var); } IL_002a: { intptr_t L_8 = ___L0; int32_t L_9 = ___index1; intptr_t L_10 = Lua_lua_touserdata_m3275992727(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL); V_0 = L_10; intptr_t L_11 = V_0; int32_t L_12 = ___val2; bool L_13 = CopyByValue_Pack_m2057311035(NULL /*static, unused*/, L_11, 0, L_12, /*hidden argument*/NULL); if (L_13) { goto IL_0055; } } { int32_t L_14 = ___val2; int32_t L_15 = L_14; RuntimeObject * L_16 = Box(PathType_t3777299409_il2cpp_TypeInfo_var, &L_15); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_17 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2834725627, L_16, /*hidden argument*/NULL); Exception_t * L_18 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_18, L_17, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18,ObjectTranslator_UpdateDGTweeningPathType_m4091605006_RuntimeMethod_var); } IL_0055: { goto IL_0076; } IL_005a: { intptr_t L_19 = ___L0; int32_t L_20 = ___index1; int32_t L_21 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_19, L_20, /*hidden argument*/NULL); int32_t L_22 = L_21; RuntimeObject * L_23 = Box(LuaTypes_t3572446928_il2cpp_TypeInfo_var, &L_22); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_24 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2672135539, L_23, /*hidden argument*/NULL); Exception_t * L_25 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_25, L_24, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_25,ObjectTranslator_UpdateDGTweeningPathType_m4091605006_RuntimeMethod_var); } IL_0076: { return; } } // System.Void XLua.ObjectTranslator::PushDGTweeningRotateMode(System.IntPtr,DG.Tweening.RotateMode) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_PushDGTweeningRotateMode_m2958424918 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___val1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_PushDGTweeningRotateMode_m2958424918_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; intptr_t V_1; memset(&V_1, 0, sizeof(V_1)); { int32_t L_0 = __this->get_DGTweeningRotateMode_TypeID_60(); if ((!(((uint32_t)L_0) == ((uint32_t)(-1))))) { goto IL_0053; } } { intptr_t L_1 = ___L0; RuntimeTypeHandle_t3027515415 L_2 = { reinterpret_cast (RotateMode_t2548570174_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_3 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); int32_t L_4 = ObjectTranslator_getTypeId_m403608292(__this, L_1, L_3, (&V_0), 2, /*hidden argument*/NULL); __this->set_DGTweeningRotateMode_TypeID_60(L_4); int32_t L_5 = __this->get_DGTweeningRotateMode_EnumRef_61(); if ((!(((uint32_t)L_5) == ((uint32_t)(-1))))) { goto IL_0053; } } { intptr_t L_6 = ___L0; RuntimeTypeHandle_t3027515415 L_7 = { reinterpret_cast (RotateMode_t2548570174_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); Utils_LoadCSTable_m2627825660(NULL /*static, unused*/, L_6, L_8, /*hidden argument*/NULL); intptr_t L_9 = ___L0; int32_t L_10 = LuaIndexes_get_LUA_REGISTRYINDEX_m2693244088(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_11 = Lua_luaL_ref_m2388249351(NULL /*static, unused*/, L_9, L_10, /*hidden argument*/NULL); __this->set_DGTweeningRotateMode_EnumRef_61(L_11); } IL_0053: { intptr_t L_12 = ___L0; int32_t L_13 = ___val1; int32_t L_14 = __this->get_DGTweeningRotateMode_EnumRef_61(); int32_t L_15 = Lua_xlua_tryget_cachedud_m624523963(NULL /*static, unused*/, L_12, L_13, L_14, /*hidden argument*/NULL); if ((!(((uint32_t)L_15) == ((uint32_t)1)))) { goto IL_0067; } } { return; } IL_0067: { intptr_t L_16 = ___L0; int32_t L_17 = __this->get_DGTweeningRotateMode_TypeID_60(); intptr_t L_18 = Lua_xlua_pushstruct_m3448988750(NULL /*static, unused*/, L_16, 4, L_17, /*hidden argument*/NULL); V_1 = L_18; intptr_t L_19 = V_1; int32_t L_20 = ___val1; bool L_21 = CopyByValue_Pack_m2057311035(NULL /*static, unused*/, L_19, 0, L_20, /*hidden argument*/NULL); if (L_21) { goto IL_0098; } } { int32_t L_22 = ___val1; int32_t L_23 = L_22; RuntimeObject * L_24 = Box(RotateMode_t2548570174_il2cpp_TypeInfo_var, &L_23); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_25 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral352162741, L_24, /*hidden argument*/NULL); Exception_t * L_26 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_26, L_25, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_26,ObjectTranslator_PushDGTweeningRotateMode_m2958424918_RuntimeMethod_var); } IL_0098: { intptr_t L_27 = ___L0; int32_t L_28 = __this->get_DGTweeningRotateMode_EnumRef_61(); Lua_lua_getref_m387649952(NULL /*static, unused*/, L_27, L_28, /*hidden argument*/NULL); intptr_t L_29 = ___L0; Lua_lua_pushvalue_m425062527(NULL /*static, unused*/, L_29, ((int32_t)-2), /*hidden argument*/NULL); intptr_t L_30 = ___L0; int32_t L_31 = ___val1; Lua_xlua_rawseti_m1577548352(NULL /*static, unused*/, L_30, ((int32_t)-2), (((int64_t)((int64_t)L_31))), /*hidden argument*/NULL); intptr_t L_32 = ___L0; Lua_lua_pop_m1434696172(NULL /*static, unused*/, L_32, 1, /*hidden argument*/NULL); return; } } // System.Void XLua.ObjectTranslator::Get(System.IntPtr,System.Int32,DG.Tweening.RotateMode&) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_Get_m1355366945 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, int32_t* ___val2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_Get_m1355366945_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; intptr_t V_1; memset(&V_1, 0, sizeof(V_1)); int32_t V_2 = 0; { intptr_t L_0 = ___L0; int32_t L_1 = ___index1; int32_t L_2 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = V_0; if ((!(((uint32_t)L_3) == ((uint32_t)7)))) { goto IL_0055; } } { intptr_t L_4 = ___L0; int32_t L_5 = ___index1; int32_t L_6 = Lua_xlua_gettypeid_m3587351592(NULL /*static, unused*/, L_4, L_5, /*hidden argument*/NULL); int32_t L_7 = __this->get_DGTweeningRotateMode_TypeID_60(); if ((((int32_t)L_6) == ((int32_t)L_7))) { goto IL_002c; } } { Exception_t * L_8 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_8, _stringLiteral3576172130, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,ObjectTranslator_Get_m1355366945_RuntimeMethod_var); } IL_002c: { intptr_t L_9 = ___L0; int32_t L_10 = ___index1; intptr_t L_11 = Lua_lua_touserdata_m3275992727(NULL /*static, unused*/, L_9, L_10, /*hidden argument*/NULL); V_1 = L_11; intptr_t L_12 = V_1; bool L_13 = CopyByValue_UnPack_m3277382702(NULL /*static, unused*/, L_12, 0, (&V_2), /*hidden argument*/NULL); if (L_13) { goto IL_004d; } } { Exception_t * L_14 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_14, _stringLiteral3418683550, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14,ObjectTranslator_Get_m1355366945_RuntimeMethod_var); } IL_004d: { int32_t* L_15 = ___val2; int32_t L_16 = V_2; *((int32_t*)(L_15)) = (int32_t)L_16; goto IL_0079; } IL_0055: { int32_t* L_17 = ___val2; ObjectCasters_t3722364209 * L_18 = __this->get_objectCasters_2(); RuntimeTypeHandle_t3027515415 L_19 = { reinterpret_cast (RotateMode_t2548570174_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_20 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_19, /*hidden argument*/NULL); NullCheck(L_18); ObjectCast_t2869028929 * L_21 = ObjectCasters_GetCaster_m200833679(L_18, L_20, /*hidden argument*/NULL); intptr_t L_22 = ___L0; int32_t L_23 = ___index1; NullCheck(L_21); RuntimeObject * L_24 = ObjectCast_Invoke_m1913262317(L_21, L_22, L_23, NULL, /*hidden argument*/NULL); *((int32_t*)(L_17)) = (int32_t)((*(int32_t*)((int32_t*)UnBox(L_24, RotateMode_t2548570174_il2cpp_TypeInfo_var)))); } IL_0079: { return; } } // System.Void XLua.ObjectTranslator::UpdateDGTweeningRotateMode(System.IntPtr,System.Int32,DG.Tweening.RotateMode) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_UpdateDGTweeningRotateMode_m830997628 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, int32_t ___val2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_UpdateDGTweeningRotateMode_m830997628_MetadataUsageId); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset(&V_0, 0, sizeof(V_0)); { intptr_t L_0 = ___L0; int32_t L_1 = ___index1; int32_t L_2 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if ((!(((uint32_t)L_2) == ((uint32_t)7)))) { goto IL_005a; } } { intptr_t L_3 = ___L0; int32_t L_4 = ___index1; int32_t L_5 = Lua_xlua_gettypeid_m3587351592(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); int32_t L_6 = __this->get_DGTweeningRotateMode_TypeID_60(); if ((((int32_t)L_5) == ((int32_t)L_6))) { goto IL_002a; } } { Exception_t * L_7 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_7, _stringLiteral3576172130, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,ObjectTranslator_UpdateDGTweeningRotateMode_m830997628_RuntimeMethod_var); } IL_002a: { intptr_t L_8 = ___L0; int32_t L_9 = ___index1; intptr_t L_10 = Lua_lua_touserdata_m3275992727(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL); V_0 = L_10; intptr_t L_11 = V_0; int32_t L_12 = ___val2; bool L_13 = CopyByValue_Pack_m2057311035(NULL /*static, unused*/, L_11, 0, L_12, /*hidden argument*/NULL); if (L_13) { goto IL_0055; } } { int32_t L_14 = ___val2; int32_t L_15 = L_14; RuntimeObject * L_16 = Box(RotateMode_t2548570174_il2cpp_TypeInfo_var, &L_15); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_17 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral549216652, L_16, /*hidden argument*/NULL); Exception_t * L_18 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_18, L_17, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18,ObjectTranslator_UpdateDGTweeningRotateMode_m830997628_RuntimeMethod_var); } IL_0055: { goto IL_0076; } IL_005a: { intptr_t L_19 = ___L0; int32_t L_20 = ___index1; int32_t L_21 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_19, L_20, /*hidden argument*/NULL); int32_t L_22 = L_21; RuntimeObject * L_23 = Box(LuaTypes_t3572446928_il2cpp_TypeInfo_var, &L_22); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_24 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2672135539, L_23, /*hidden argument*/NULL); Exception_t * L_25 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_25, L_24, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_25,ObjectTranslator_UpdateDGTweeningRotateMode_m830997628_RuntimeMethod_var); } IL_0076: { return; } } // System.Void XLua.ObjectTranslator::PushDGTweeningScrambleMode(System.IntPtr,DG.Tweening.ScrambleMode) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_PushDGTweeningScrambleMode_m654669223 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___val1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_PushDGTweeningScrambleMode_m654669223_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; intptr_t V_1; memset(&V_1, 0, sizeof(V_1)); { int32_t L_0 = __this->get_DGTweeningScrambleMode_TypeID_62(); if ((!(((uint32_t)L_0) == ((uint32_t)(-1))))) { goto IL_0053; } } { intptr_t L_1 = ___L0; RuntimeTypeHandle_t3027515415 L_2 = { reinterpret_cast (ScrambleMode_t1285273342_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_3 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); int32_t L_4 = ObjectTranslator_getTypeId_m403608292(__this, L_1, L_3, (&V_0), 2, /*hidden argument*/NULL); __this->set_DGTweeningScrambleMode_TypeID_62(L_4); int32_t L_5 = __this->get_DGTweeningScrambleMode_EnumRef_63(); if ((!(((uint32_t)L_5) == ((uint32_t)(-1))))) { goto IL_0053; } } { intptr_t L_6 = ___L0; RuntimeTypeHandle_t3027515415 L_7 = { reinterpret_cast (ScrambleMode_t1285273342_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); Utils_LoadCSTable_m2627825660(NULL /*static, unused*/, L_6, L_8, /*hidden argument*/NULL); intptr_t L_9 = ___L0; int32_t L_10 = LuaIndexes_get_LUA_REGISTRYINDEX_m2693244088(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_11 = Lua_luaL_ref_m2388249351(NULL /*static, unused*/, L_9, L_10, /*hidden argument*/NULL); __this->set_DGTweeningScrambleMode_EnumRef_63(L_11); } IL_0053: { intptr_t L_12 = ___L0; int32_t L_13 = ___val1; int32_t L_14 = __this->get_DGTweeningScrambleMode_EnumRef_63(); int32_t L_15 = Lua_xlua_tryget_cachedud_m624523963(NULL /*static, unused*/, L_12, L_13, L_14, /*hidden argument*/NULL); if ((!(((uint32_t)L_15) == ((uint32_t)1)))) { goto IL_0067; } } { return; } IL_0067: { intptr_t L_16 = ___L0; int32_t L_17 = __this->get_DGTweeningScrambleMode_TypeID_62(); intptr_t L_18 = Lua_xlua_pushstruct_m3448988750(NULL /*static, unused*/, L_16, 4, L_17, /*hidden argument*/NULL); V_1 = L_18; intptr_t L_19 = V_1; int32_t L_20 = ___val1; bool L_21 = CopyByValue_Pack_m2057311035(NULL /*static, unused*/, L_19, 0, L_20, /*hidden argument*/NULL); if (L_21) { goto IL_0098; } } { int32_t L_22 = ___val1; int32_t L_23 = L_22; RuntimeObject * L_24 = Box(ScrambleMode_t1285273342_il2cpp_TypeInfo_var, &L_23); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_25 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral3573651520, L_24, /*hidden argument*/NULL); Exception_t * L_26 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_26, L_25, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_26,ObjectTranslator_PushDGTweeningScrambleMode_m654669223_RuntimeMethod_var); } IL_0098: { intptr_t L_27 = ___L0; int32_t L_28 = __this->get_DGTweeningScrambleMode_EnumRef_63(); Lua_lua_getref_m387649952(NULL /*static, unused*/, L_27, L_28, /*hidden argument*/NULL); intptr_t L_29 = ___L0; Lua_lua_pushvalue_m425062527(NULL /*static, unused*/, L_29, ((int32_t)-2), /*hidden argument*/NULL); intptr_t L_30 = ___L0; int32_t L_31 = ___val1; Lua_xlua_rawseti_m1577548352(NULL /*static, unused*/, L_30, ((int32_t)-2), (((int64_t)((int64_t)L_31))), /*hidden argument*/NULL); intptr_t L_32 = ___L0; Lua_lua_pop_m1434696172(NULL /*static, unused*/, L_32, 1, /*hidden argument*/NULL); return; } } // System.Void XLua.ObjectTranslator::Get(System.IntPtr,System.Int32,DG.Tweening.ScrambleMode&) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_Get_m1895878831 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, int32_t* ___val2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_Get_m1895878831_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; intptr_t V_1; memset(&V_1, 0, sizeof(V_1)); int32_t V_2 = 0; { intptr_t L_0 = ___L0; int32_t L_1 = ___index1; int32_t L_2 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = V_0; if ((!(((uint32_t)L_3) == ((uint32_t)7)))) { goto IL_0055; } } { intptr_t L_4 = ___L0; int32_t L_5 = ___index1; int32_t L_6 = Lua_xlua_gettypeid_m3587351592(NULL /*static, unused*/, L_4, L_5, /*hidden argument*/NULL); int32_t L_7 = __this->get_DGTweeningScrambleMode_TypeID_62(); if ((((int32_t)L_6) == ((int32_t)L_7))) { goto IL_002c; } } { Exception_t * L_8 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_8, _stringLiteral2747234853, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,ObjectTranslator_Get_m1895878831_RuntimeMethod_var); } IL_002c: { intptr_t L_9 = ___L0; int32_t L_10 = ___index1; intptr_t L_11 = Lua_lua_touserdata_m3275992727(NULL /*static, unused*/, L_9, L_10, /*hidden argument*/NULL); V_1 = L_11; intptr_t L_12 = V_1; bool L_13 = CopyByValue_UnPack_m3277382702(NULL /*static, unused*/, L_12, 0, (&V_2), /*hidden argument*/NULL); if (L_13) { goto IL_004d; } } { Exception_t * L_14 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_14, _stringLiteral2670621003, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14,ObjectTranslator_Get_m1895878831_RuntimeMethod_var); } IL_004d: { int32_t* L_15 = ___val2; int32_t L_16 = V_2; *((int32_t*)(L_15)) = (int32_t)L_16; goto IL_0079; } IL_0055: { int32_t* L_17 = ___val2; ObjectCasters_t3722364209 * L_18 = __this->get_objectCasters_2(); RuntimeTypeHandle_t3027515415 L_19 = { reinterpret_cast (ScrambleMode_t1285273342_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_20 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_19, /*hidden argument*/NULL); NullCheck(L_18); ObjectCast_t2869028929 * L_21 = ObjectCasters_GetCaster_m200833679(L_18, L_20, /*hidden argument*/NULL); intptr_t L_22 = ___L0; int32_t L_23 = ___index1; NullCheck(L_21); RuntimeObject * L_24 = ObjectCast_Invoke_m1913262317(L_21, L_22, L_23, NULL, /*hidden argument*/NULL); *((int32_t*)(L_17)) = (int32_t)((*(int32_t*)((int32_t*)UnBox(L_24, ScrambleMode_t1285273342_il2cpp_TypeInfo_var)))); } IL_0079: { return; } } // System.Void XLua.ObjectTranslator::UpdateDGTweeningScrambleMode(System.IntPtr,System.Int32,DG.Tweening.ScrambleMode) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_UpdateDGTweeningScrambleMode_m3431253230 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, int32_t ___val2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_UpdateDGTweeningScrambleMode_m3431253230_MetadataUsageId); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset(&V_0, 0, sizeof(V_0)); { intptr_t L_0 = ___L0; int32_t L_1 = ___index1; int32_t L_2 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if ((!(((uint32_t)L_2) == ((uint32_t)7)))) { goto IL_005a; } } { intptr_t L_3 = ___L0; int32_t L_4 = ___index1; int32_t L_5 = Lua_xlua_gettypeid_m3587351592(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); int32_t L_6 = __this->get_DGTweeningScrambleMode_TypeID_62(); if ((((int32_t)L_5) == ((int32_t)L_6))) { goto IL_002a; } } { Exception_t * L_7 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_7, _stringLiteral2747234853, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,ObjectTranslator_UpdateDGTweeningScrambleMode_m3431253230_RuntimeMethod_var); } IL_002a: { intptr_t L_8 = ___L0; int32_t L_9 = ___index1; intptr_t L_10 = Lua_lua_touserdata_m3275992727(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL); V_0 = L_10; intptr_t L_11 = V_0; int32_t L_12 = ___val2; bool L_13 = CopyByValue_Pack_m2057311035(NULL /*static, unused*/, L_11, 0, L_12, /*hidden argument*/NULL); if (L_13) { goto IL_0055; } } { int32_t L_14 = ___val2; int32_t L_15 = L_14; RuntimeObject * L_16 = Box(ScrambleMode_t1285273342_il2cpp_TypeInfo_var, &L_15); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_17 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral1219426978, L_16, /*hidden argument*/NULL); Exception_t * L_18 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_18, L_17, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18,ObjectTranslator_UpdateDGTweeningScrambleMode_m3431253230_RuntimeMethod_var); } IL_0055: { goto IL_0076; } IL_005a: { intptr_t L_19 = ___L0; int32_t L_20 = ___index1; int32_t L_21 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_19, L_20, /*hidden argument*/NULL); int32_t L_22 = L_21; RuntimeObject * L_23 = Box(LuaTypes_t3572446928_il2cpp_TypeInfo_var, &L_22); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_24 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2672135539, L_23, /*hidden argument*/NULL); Exception_t * L_25 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_25, L_24, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_25,ObjectTranslator_UpdateDGTweeningScrambleMode_m3431253230_RuntimeMethod_var); } IL_0076: { return; } } // System.Void XLua.ObjectTranslator::PushDGTweeningTweenType(System.IntPtr,DG.Tweening.TweenType) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_PushDGTweeningTweenType_m1443697377 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___val1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_PushDGTweeningTweenType_m1443697377_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; intptr_t V_1; memset(&V_1, 0, sizeof(V_1)); { int32_t L_0 = __this->get_DGTweeningTweenType_TypeID_64(); if ((!(((uint32_t)L_0) == ((uint32_t)(-1))))) { goto IL_0053; } } { intptr_t L_1 = ___L0; RuntimeTypeHandle_t3027515415 L_2 = { reinterpret_cast (TweenType_t1971673186_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_3 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); int32_t L_4 = ObjectTranslator_getTypeId_m403608292(__this, L_1, L_3, (&V_0), 2, /*hidden argument*/NULL); __this->set_DGTweeningTweenType_TypeID_64(L_4); int32_t L_5 = __this->get_DGTweeningTweenType_EnumRef_65(); if ((!(((uint32_t)L_5) == ((uint32_t)(-1))))) { goto IL_0053; } } { intptr_t L_6 = ___L0; RuntimeTypeHandle_t3027515415 L_7 = { reinterpret_cast (TweenType_t1971673186_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); Utils_LoadCSTable_m2627825660(NULL /*static, unused*/, L_6, L_8, /*hidden argument*/NULL); intptr_t L_9 = ___L0; int32_t L_10 = LuaIndexes_get_LUA_REGISTRYINDEX_m2693244088(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_11 = Lua_luaL_ref_m2388249351(NULL /*static, unused*/, L_9, L_10, /*hidden argument*/NULL); __this->set_DGTweeningTweenType_EnumRef_65(L_11); } IL_0053: { intptr_t L_12 = ___L0; int32_t L_13 = ___val1; int32_t L_14 = __this->get_DGTweeningTweenType_EnumRef_65(); int32_t L_15 = Lua_xlua_tryget_cachedud_m624523963(NULL /*static, unused*/, L_12, L_13, L_14, /*hidden argument*/NULL); if ((!(((uint32_t)L_15) == ((uint32_t)1)))) { goto IL_0067; } } { return; } IL_0067: { intptr_t L_16 = ___L0; int32_t L_17 = __this->get_DGTweeningTweenType_TypeID_64(); intptr_t L_18 = Lua_xlua_pushstruct_m3448988750(NULL /*static, unused*/, L_16, 4, L_17, /*hidden argument*/NULL); V_1 = L_18; intptr_t L_19 = V_1; int32_t L_20 = ___val1; bool L_21 = CopyByValue_Pack_m2057311035(NULL /*static, unused*/, L_19, 0, L_20, /*hidden argument*/NULL); if (L_21) { goto IL_0098; } } { int32_t L_22 = ___val1; int32_t L_23 = L_22; RuntimeObject * L_24 = Box(TweenType_t1971673186_il2cpp_TypeInfo_var, &L_23); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_25 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral30794694, L_24, /*hidden argument*/NULL); Exception_t * L_26 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_26, L_25, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_26,ObjectTranslator_PushDGTweeningTweenType_m1443697377_RuntimeMethod_var); } IL_0098: { intptr_t L_27 = ___L0; int32_t L_28 = __this->get_DGTweeningTweenType_EnumRef_65(); Lua_lua_getref_m387649952(NULL /*static, unused*/, L_27, L_28, /*hidden argument*/NULL); intptr_t L_29 = ___L0; Lua_lua_pushvalue_m425062527(NULL /*static, unused*/, L_29, ((int32_t)-2), /*hidden argument*/NULL); intptr_t L_30 = ___L0; int32_t L_31 = ___val1; Lua_xlua_rawseti_m1577548352(NULL /*static, unused*/, L_30, ((int32_t)-2), (((int64_t)((int64_t)L_31))), /*hidden argument*/NULL); intptr_t L_32 = ___L0; Lua_lua_pop_m1434696172(NULL /*static, unused*/, L_32, 1, /*hidden argument*/NULL); return; } } // System.Void XLua.ObjectTranslator::Get(System.IntPtr,System.Int32,DG.Tweening.TweenType&) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_Get_m1350035902 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, int32_t* ___val2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_Get_m1350035902_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; intptr_t V_1; memset(&V_1, 0, sizeof(V_1)); int32_t V_2 = 0; { intptr_t L_0 = ___L0; int32_t L_1 = ___index1; int32_t L_2 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = V_0; if ((!(((uint32_t)L_3) == ((uint32_t)7)))) { goto IL_0055; } } { intptr_t L_4 = ___L0; int32_t L_5 = ___index1; int32_t L_6 = Lua_xlua_gettypeid_m3587351592(NULL /*static, unused*/, L_4, L_5, /*hidden argument*/NULL); int32_t L_7 = __this->get_DGTweeningTweenType_TypeID_64(); if ((((int32_t)L_6) == ((int32_t)L_7))) { goto IL_002c; } } { Exception_t * L_8 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_8, _stringLiteral2128071718, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,ObjectTranslator_Get_m1350035902_RuntimeMethod_var); } IL_002c: { intptr_t L_9 = ___L0; int32_t L_10 = ___index1; intptr_t L_11 = Lua_lua_touserdata_m3275992727(NULL /*static, unused*/, L_9, L_10, /*hidden argument*/NULL); V_1 = L_11; intptr_t L_12 = V_1; bool L_13 = CopyByValue_UnPack_m3277382702(NULL /*static, unused*/, L_12, 0, (&V_2), /*hidden argument*/NULL); if (L_13) { goto IL_004d; } } { Exception_t * L_14 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_14, _stringLiteral4153891156, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14,ObjectTranslator_Get_m1350035902_RuntimeMethod_var); } IL_004d: { int32_t* L_15 = ___val2; int32_t L_16 = V_2; *((int32_t*)(L_15)) = (int32_t)L_16; goto IL_0079; } IL_0055: { int32_t* L_17 = ___val2; ObjectCasters_t3722364209 * L_18 = __this->get_objectCasters_2(); RuntimeTypeHandle_t3027515415 L_19 = { reinterpret_cast (TweenType_t1971673186_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_20 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_19, /*hidden argument*/NULL); NullCheck(L_18); ObjectCast_t2869028929 * L_21 = ObjectCasters_GetCaster_m200833679(L_18, L_20, /*hidden argument*/NULL); intptr_t L_22 = ___L0; int32_t L_23 = ___index1; NullCheck(L_21); RuntimeObject * L_24 = ObjectCast_Invoke_m1913262317(L_21, L_22, L_23, NULL, /*hidden argument*/NULL); *((int32_t*)(L_17)) = (int32_t)((*(int32_t*)((int32_t*)UnBox(L_24, TweenType_t1971673186_il2cpp_TypeInfo_var)))); } IL_0079: { return; } } // System.Void XLua.ObjectTranslator::UpdateDGTweeningTweenType(System.IntPtr,System.Int32,DG.Tweening.TweenType) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_UpdateDGTweeningTweenType_m1716421548 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, int32_t ___val2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_UpdateDGTweeningTweenType_m1716421548_MetadataUsageId); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset(&V_0, 0, sizeof(V_0)); { intptr_t L_0 = ___L0; int32_t L_1 = ___index1; int32_t L_2 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if ((!(((uint32_t)L_2) == ((uint32_t)7)))) { goto IL_005a; } } { intptr_t L_3 = ___L0; int32_t L_4 = ___index1; int32_t L_5 = Lua_xlua_gettypeid_m3587351592(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); int32_t L_6 = __this->get_DGTweeningTweenType_TypeID_64(); if ((((int32_t)L_5) == ((int32_t)L_6))) { goto IL_002a; } } { Exception_t * L_7 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_7, _stringLiteral2128071718, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,ObjectTranslator_UpdateDGTweeningTweenType_m1716421548_RuntimeMethod_var); } IL_002a: { intptr_t L_8 = ___L0; int32_t L_9 = ___index1; intptr_t L_10 = Lua_lua_touserdata_m3275992727(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL); V_0 = L_10; intptr_t L_11 = V_0; int32_t L_12 = ___val2; bool L_13 = CopyByValue_Pack_m2057311035(NULL /*static, unused*/, L_11, 0, L_12, /*hidden argument*/NULL); if (L_13) { goto IL_0055; } } { int32_t L_14 = ___val2; int32_t L_15 = L_14; RuntimeObject * L_16 = Box(TweenType_t1971673186_il2cpp_TypeInfo_var, &L_15); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_17 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral3386006672, L_16, /*hidden argument*/NULL); Exception_t * L_18 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_18, L_17, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18,ObjectTranslator_UpdateDGTweeningTweenType_m1716421548_RuntimeMethod_var); } IL_0055: { goto IL_0076; } IL_005a: { intptr_t L_19 = ___L0; int32_t L_20 = ___index1; int32_t L_21 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_19, L_20, /*hidden argument*/NULL); int32_t L_22 = L_21; RuntimeObject * L_23 = Box(LuaTypes_t3572446928_il2cpp_TypeInfo_var, &L_22); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_24 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2672135539, L_23, /*hidden argument*/NULL); Exception_t * L_25 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_25, L_24, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_25,ObjectTranslator_UpdateDGTweeningTweenType_m1716421548_RuntimeMethod_var); } IL_0076: { return; } } // System.Void XLua.ObjectTranslator::PushDGTweeningUpdateType(System.IntPtr,DG.Tweening.UpdateType) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_PushDGTweeningUpdateType_m1496001566 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___val1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_PushDGTweeningUpdateType_m1496001566_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; intptr_t V_1; memset(&V_1, 0, sizeof(V_1)); { int32_t L_0 = __this->get_DGTweeningUpdateType_TypeID_66(); if ((!(((uint32_t)L_0) == ((uint32_t)(-1))))) { goto IL_0053; } } { intptr_t L_1 = ___L0; RuntimeTypeHandle_t3027515415 L_2 = { reinterpret_cast (UpdateType_t3937729206_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_3 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); int32_t L_4 = ObjectTranslator_getTypeId_m403608292(__this, L_1, L_3, (&V_0), 2, /*hidden argument*/NULL); __this->set_DGTweeningUpdateType_TypeID_66(L_4); int32_t L_5 = __this->get_DGTweeningUpdateType_EnumRef_67(); if ((!(((uint32_t)L_5) == ((uint32_t)(-1))))) { goto IL_0053; } } { intptr_t L_6 = ___L0; RuntimeTypeHandle_t3027515415 L_7 = { reinterpret_cast (UpdateType_t3937729206_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); Utils_LoadCSTable_m2627825660(NULL /*static, unused*/, L_6, L_8, /*hidden argument*/NULL); intptr_t L_9 = ___L0; int32_t L_10 = LuaIndexes_get_LUA_REGISTRYINDEX_m2693244088(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_11 = Lua_luaL_ref_m2388249351(NULL /*static, unused*/, L_9, L_10, /*hidden argument*/NULL); __this->set_DGTweeningUpdateType_EnumRef_67(L_11); } IL_0053: { intptr_t L_12 = ___L0; int32_t L_13 = ___val1; int32_t L_14 = __this->get_DGTweeningUpdateType_EnumRef_67(); int32_t L_15 = Lua_xlua_tryget_cachedud_m624523963(NULL /*static, unused*/, L_12, L_13, L_14, /*hidden argument*/NULL); if ((!(((uint32_t)L_15) == ((uint32_t)1)))) { goto IL_0067; } } { return; } IL_0067: { intptr_t L_16 = ___L0; int32_t L_17 = __this->get_DGTweeningUpdateType_TypeID_66(); intptr_t L_18 = Lua_xlua_pushstruct_m3448988750(NULL /*static, unused*/, L_16, 4, L_17, /*hidden argument*/NULL); V_1 = L_18; intptr_t L_19 = V_1; int32_t L_20 = ___val1; bool L_21 = CopyByValue_Pack_m2057311035(NULL /*static, unused*/, L_19, 0, L_20, /*hidden argument*/NULL); if (L_21) { goto IL_0098; } } { int32_t L_22 = ___val1; int32_t L_23 = L_22; RuntimeObject * L_24 = Box(UpdateType_t3937729206_il2cpp_TypeInfo_var, &L_23); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_25 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral3587289538, L_24, /*hidden argument*/NULL); Exception_t * L_26 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_26, L_25, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_26,ObjectTranslator_PushDGTweeningUpdateType_m1496001566_RuntimeMethod_var); } IL_0098: { intptr_t L_27 = ___L0; int32_t L_28 = __this->get_DGTweeningUpdateType_EnumRef_67(); Lua_lua_getref_m387649952(NULL /*static, unused*/, L_27, L_28, /*hidden argument*/NULL); intptr_t L_29 = ___L0; Lua_lua_pushvalue_m425062527(NULL /*static, unused*/, L_29, ((int32_t)-2), /*hidden argument*/NULL); intptr_t L_30 = ___L0; int32_t L_31 = ___val1; Lua_xlua_rawseti_m1577548352(NULL /*static, unused*/, L_30, ((int32_t)-2), (((int64_t)((int64_t)L_31))), /*hidden argument*/NULL); intptr_t L_32 = ___L0; Lua_lua_pop_m1434696172(NULL /*static, unused*/, L_32, 1, /*hidden argument*/NULL); return; } } // System.Void XLua.ObjectTranslator::Get(System.IntPtr,System.Int32,DG.Tweening.UpdateType&) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_Get_m1519651315 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, int32_t* ___val2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_Get_m1519651315_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; intptr_t V_1; memset(&V_1, 0, sizeof(V_1)); int32_t V_2 = 0; { intptr_t L_0 = ___L0; int32_t L_1 = ___index1; int32_t L_2 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = V_0; if ((!(((uint32_t)L_3) == ((uint32_t)7)))) { goto IL_0055; } } { intptr_t L_4 = ___L0; int32_t L_5 = ___index1; int32_t L_6 = Lua_xlua_gettypeid_m3587351592(NULL /*static, unused*/, L_4, L_5, /*hidden argument*/NULL); int32_t L_7 = __this->get_DGTweeningUpdateType_TypeID_66(); if ((((int32_t)L_6) == ((int32_t)L_7))) { goto IL_002c; } } { Exception_t * L_8 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_8, _stringLiteral2106332397, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,ObjectTranslator_Get_m1519651315_RuntimeMethod_var); } IL_002c: { intptr_t L_9 = ___L0; int32_t L_10 = ___index1; intptr_t L_11 = Lua_lua_touserdata_m3275992727(NULL /*static, unused*/, L_9, L_10, /*hidden argument*/NULL); V_1 = L_11; intptr_t L_12 = V_1; bool L_13 = CopyByValue_UnPack_m3277382702(NULL /*static, unused*/, L_12, 0, (&V_2), /*hidden argument*/NULL); if (L_13) { goto IL_004d; } } { Exception_t * L_14 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_14, _stringLiteral3389892016, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14,ObjectTranslator_Get_m1519651315_RuntimeMethod_var); } IL_004d: { int32_t* L_15 = ___val2; int32_t L_16 = V_2; *((int32_t*)(L_15)) = (int32_t)L_16; goto IL_0079; } IL_0055: { int32_t* L_17 = ___val2; ObjectCasters_t3722364209 * L_18 = __this->get_objectCasters_2(); RuntimeTypeHandle_t3027515415 L_19 = { reinterpret_cast (UpdateType_t3937729206_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_20 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_19, /*hidden argument*/NULL); NullCheck(L_18); ObjectCast_t2869028929 * L_21 = ObjectCasters_GetCaster_m200833679(L_18, L_20, /*hidden argument*/NULL); intptr_t L_22 = ___L0; int32_t L_23 = ___index1; NullCheck(L_21); RuntimeObject * L_24 = ObjectCast_Invoke_m1913262317(L_21, L_22, L_23, NULL, /*hidden argument*/NULL); *((int32_t*)(L_17)) = (int32_t)((*(int32_t*)((int32_t*)UnBox(L_24, UpdateType_t3937729206_il2cpp_TypeInfo_var)))); } IL_0079: { return; } } // System.Void XLua.ObjectTranslator::UpdateDGTweeningUpdateType(System.IntPtr,System.Int32,DG.Tweening.UpdateType) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_UpdateDGTweeningUpdateType_m4076623803 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, int32_t ___val2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_UpdateDGTweeningUpdateType_m4076623803_MetadataUsageId); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset(&V_0, 0, sizeof(V_0)); { intptr_t L_0 = ___L0; int32_t L_1 = ___index1; int32_t L_2 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if ((!(((uint32_t)L_2) == ((uint32_t)7)))) { goto IL_005a; } } { intptr_t L_3 = ___L0; int32_t L_4 = ___index1; int32_t L_5 = Lua_xlua_gettypeid_m3587351592(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); int32_t L_6 = __this->get_DGTweeningUpdateType_TypeID_66(); if ((((int32_t)L_5) == ((int32_t)L_6))) { goto IL_002a; } } { Exception_t * L_7 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_7, _stringLiteral2106332397, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,ObjectTranslator_UpdateDGTweeningUpdateType_m4076623803_RuntimeMethod_var); } IL_002a: { intptr_t L_8 = ___L0; int32_t L_9 = ___index1; intptr_t L_10 = Lua_lua_touserdata_m3275992727(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL); V_0 = L_10; intptr_t L_11 = V_0; int32_t L_12 = ___val2; bool L_13 = CopyByValue_Pack_m2057311035(NULL /*static, unused*/, L_11, 0, L_12, /*hidden argument*/NULL); if (L_13) { goto IL_0055; } } { int32_t L_14 = ___val2; int32_t L_15 = L_14; RuntimeObject * L_16 = Box(UpdateType_t3937729206_il2cpp_TypeInfo_var, &L_15); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_17 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral3500426593, L_16, /*hidden argument*/NULL); Exception_t * L_18 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_18, L_17, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18,ObjectTranslator_UpdateDGTweeningUpdateType_m4076623803_RuntimeMethod_var); } IL_0055: { goto IL_0076; } IL_005a: { intptr_t L_19 = ___L0; int32_t L_20 = ___index1; int32_t L_21 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_19, L_20, /*hidden argument*/NULL); int32_t L_22 = L_21; RuntimeObject * L_23 = Box(LuaTypes_t3572446928_il2cpp_TypeInfo_var, &L_22); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_24 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2672135539, L_23, /*hidden argument*/NULL); Exception_t * L_25 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_25, L_24, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_25,ObjectTranslator_UpdateDGTweeningUpdateType_m4076623803_RuntimeMethod_var); } IL_0076: { return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_PushXLuaTestMyEnum_m329911794_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; intptr_t V_1; memset(&V_1, 0, sizeof(V_1)); { int32_t L_0 = __this->get_XLuaTestMyEnum_TypeID_68(); if ((!(((uint32_t)L_0) == ((uint32_t)(-1))))) { goto IL_0053; } } { intptr_t L_1 = ___L0; RuntimeTypeHandle_t3027515415 L_2 = { reinterpret_cast (MyEnum_t4134377632_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_3 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); int32_t L_4 = ObjectTranslator_getTypeId_m403608292(__this, L_1, L_3, (&V_0), 2, /*hidden argument*/NULL); __this->set_XLuaTestMyEnum_TypeID_68(L_4); int32_t L_5 = __this->get_XLuaTestMyEnum_EnumRef_69(); if ((!(((uint32_t)L_5) == ((uint32_t)(-1))))) { goto IL_0053; } } { intptr_t L_6 = ___L0; RuntimeTypeHandle_t3027515415 L_7 = { reinterpret_cast (MyEnum_t4134377632_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); Utils_LoadCSTable_m2627825660(NULL /*static, unused*/, L_6, L_8, /*hidden argument*/NULL); intptr_t L_9 = ___L0; int32_t L_10 = LuaIndexes_get_LUA_REGISTRYINDEX_m2693244088(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_11 = Lua_luaL_ref_m2388249351(NULL /*static, unused*/, L_9, L_10, /*hidden argument*/NULL); __this->set_XLuaTestMyEnum_EnumRef_69(L_11); } IL_0053: { intptr_t L_12 = ___L0; int32_t L_13 = ___val1; int32_t L_14 = __this->get_XLuaTestMyEnum_EnumRef_69(); int32_t L_15 = Lua_xlua_tryget_cachedud_m624523963(NULL /*static, unused*/, L_12, L_13, L_14, /*hidden argument*/NULL); if ((!(((uint32_t)L_15) == ((uint32_t)1)))) { goto IL_0067; } } { return; } IL_0067: { intptr_t L_16 = ___L0; int32_t L_17 = __this->get_XLuaTestMyEnum_TypeID_68(); intptr_t L_18 = Lua_xlua_pushstruct_m3448988750(NULL /*static, unused*/, L_16, 4, L_17, /*hidden argument*/NULL); V_1 = L_18; intptr_t L_19 = V_1; int32_t L_20 = ___val1; bool L_21 = CopyByValue_Pack_m2057311035(NULL /*static, unused*/, L_19, 0, L_20, /*hidden argument*/NULL); if (L_21) { goto IL_0098; } } { int32_t L_22 = ___val1; int32_t L_23 = L_22; RuntimeObject * L_24 = Box(MyEnum_t4134377632_il2cpp_TypeInfo_var, &L_23); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_25 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral3320401472, L_24, /*hidden argument*/NULL); Exception_t * L_26 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_26, L_25, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_26,ObjectTranslator_PushXLuaTestMyEnum_m329911794_RuntimeMethod_var); } IL_0098: { intptr_t L_27 = ___L0; int32_t L_28 = __this->get_XLuaTestMyEnum_EnumRef_69(); Lua_lua_getref_m387649952(NULL /*static, unused*/, L_27, L_28, /*hidden argument*/NULL); intptr_t L_29 = ___L0; Lua_lua_pushvalue_m425062527(NULL /*static, unused*/, L_29, ((int32_t)-2), /*hidden argument*/NULL); intptr_t L_30 = ___L0; int32_t L_31 = ___val1; Lua_xlua_rawseti_m1577548352(NULL /*static, unused*/, L_30, ((int32_t)-2), (((int64_t)((int64_t)L_31))), /*hidden argument*/NULL); intptr_t L_32 = ___L0; Lua_lua_pop_m1434696172(NULL /*static, unused*/, L_32, 1, /*hidden argument*/NULL); return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_Get_m3404519673_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; intptr_t V_1; memset(&V_1, 0, sizeof(V_1)); int32_t V_2 = 0; { intptr_t L_0 = ___L0; int32_t L_1 = ___index1; int32_t L_2 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = V_0; if ((!(((uint32_t)L_3) == ((uint32_t)7)))) { goto IL_0055; } } { intptr_t L_4 = ___L0; int32_t L_5 = ___index1; int32_t L_6 = Lua_xlua_gettypeid_m3587351592(NULL /*static, unused*/, L_4, L_5, /*hidden argument*/NULL); int32_t L_7 = __this->get_XLuaTestMyEnum_TypeID_68(); if ((((int32_t)L_6) == ((int32_t)L_7))) { goto IL_002c; } } { Exception_t * L_8 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_8, _stringLiteral181124671, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,ObjectTranslator_Get_m3404519673_RuntimeMethod_var); } IL_002c: { intptr_t L_9 = ___L0; int32_t L_10 = ___index1; intptr_t L_11 = Lua_lua_touserdata_m3275992727(NULL /*static, unused*/, L_9, L_10, /*hidden argument*/NULL); V_1 = L_11; intptr_t L_12 = V_1; bool L_13 = CopyByValue_UnPack_m3277382702(NULL /*static, unused*/, L_12, 0, (&V_2), /*hidden argument*/NULL); if (L_13) { goto IL_004d; } } { Exception_t * L_14 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_14, _stringLiteral3427737656, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14,ObjectTranslator_Get_m3404519673_RuntimeMethod_var); } IL_004d: { int32_t* L_15 = ___val2; int32_t L_16 = V_2; *((int32_t*)(L_15)) = (int32_t)L_16; goto IL_0079; } IL_0055: { int32_t* L_17 = ___val2; ObjectCasters_t3722364209 * L_18 = __this->get_objectCasters_2(); RuntimeTypeHandle_t3027515415 L_19 = { reinterpret_cast (MyEnum_t4134377632_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_20 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_19, /*hidden argument*/NULL); NullCheck(L_18); ObjectCast_t2869028929 * L_21 = ObjectCasters_GetCaster_m200833679(L_18, L_20, /*hidden argument*/NULL); intptr_t L_22 = ___L0; int32_t L_23 = ___index1; NullCheck(L_21); RuntimeObject * L_24 = ObjectCast_Invoke_m1913262317(L_21, L_22, L_23, NULL, /*hidden argument*/NULL); *((int32_t*)(L_17)) = (int32_t)((*(int32_t*)((int32_t*)UnBox(L_24, MyEnum_t4134377632_il2cpp_TypeInfo_var)))); } IL_0079: { return; } } // System.Void XLua.ObjectTranslator::UpdateXLuaTestMyEnum(System.IntPtr,System.Int32,XLuaTest.MyEnum) extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator_UpdateXLuaTestMyEnum_m1059195416 (ObjectTranslator_t2020767555 * __this, intptr_t ___L0, int32_t ___index1, int32_t ___val2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_UpdateXLuaTestMyEnum_m1059195416_MetadataUsageId); s_Il2CppMethodInitialized = true; } intptr_t V_0; memset(&V_0, 0, sizeof(V_0)); { intptr_t L_0 = ___L0; int32_t L_1 = ___index1; int32_t L_2 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if ((!(((uint32_t)L_2) == ((uint32_t)7)))) { goto IL_005a; } } { intptr_t L_3 = ___L0; int32_t L_4 = ___index1; int32_t L_5 = Lua_xlua_gettypeid_m3587351592(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); int32_t L_6 = __this->get_XLuaTestMyEnum_TypeID_68(); if ((((int32_t)L_5) == ((int32_t)L_6))) { goto IL_002a; } } { Exception_t * L_7 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_7, _stringLiteral181124671, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,ObjectTranslator_UpdateXLuaTestMyEnum_m1059195416_RuntimeMethod_var); } IL_002a: { intptr_t L_8 = ___L0; int32_t L_9 = ___index1; intptr_t L_10 = Lua_lua_touserdata_m3275992727(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL); V_0 = L_10; intptr_t L_11 = V_0; int32_t L_12 = ___val2; bool L_13 = CopyByValue_Pack_m2057311035(NULL /*static, unused*/, L_11, 0, L_12, /*hidden argument*/NULL); if (L_13) { goto IL_0055; } } { int32_t L_14 = ___val2; int32_t L_15 = L_14; RuntimeObject * L_16 = Box(MyEnum_t4134377632_il2cpp_TypeInfo_var, &L_15); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_17 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2409179789, L_16, /*hidden argument*/NULL); Exception_t * L_18 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_18, L_17, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18,ObjectTranslator_UpdateXLuaTestMyEnum_m1059195416_RuntimeMethod_var); } IL_0055: { goto IL_0076; } IL_005a: { intptr_t L_19 = ___L0; int32_t L_20 = ___index1; int32_t L_21 = Lua_lua_type_m1302598900(NULL /*static, unused*/, L_19, L_20, /*hidden argument*/NULL); int32_t L_22 = L_21; RuntimeObject * L_23 = Box(LuaTypes_t3572446928_il2cpp_TypeInfo_var, &L_22); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_24 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2672135539, L_23, /*hidden argument*/NULL); Exception_t * L_25 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_25, L_24, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_25,ObjectTranslator_UpdateXLuaTestMyEnum_m1059195416_RuntimeMethod_var); } IL_0076: { return; } } // XLua.CSObjectWrap.XLua_Gen_Initer_Register__ XLua.ObjectTranslator::get_gen_reg_dumb_obj() extern "C" IL2CPP_METHOD_ATTR XLua_Gen_Initer_Register___t560736047 * ObjectTranslator_get_gen_reg_dumb_obj_m2114520957 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_get_gen_reg_dumb_obj_m2114520957_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var); XLua_Gen_Initer_Register___t560736047 * L_0 = ((ObjectTranslator_t2020767555_StaticFields*)il2cpp_codegen_static_fields_for(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var))->get_s_gen_reg_dumb_obj_70(); return L_0; } } // System.Void XLua.ObjectTranslator::.cctor() extern "C" IL2CPP_METHOD_ATTR void ObjectTranslator__cctor_m4252806289 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator__cctor_m4252806289_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IniterAdderXLuaTestPedding_t2424681114 * L_0 = (IniterAdderXLuaTestPedding_t2424681114 *)il2cpp_codegen_object_new(IniterAdderXLuaTestPedding_t2424681114_il2cpp_TypeInfo_var); IniterAdderXLuaTestPedding__ctor_m2263956245(L_0, /*hidden argument*/NULL); ((ObjectTranslator_t2020767555_StaticFields*)il2cpp_codegen_static_fields_for(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var))->set_s_IniterAdderXLuaTestPedding_dumb_obj_34(L_0); XLua_Gen_Initer_Register___t560736047 * L_1 = (XLua_Gen_Initer_Register___t560736047 *)il2cpp_codegen_object_new(XLua_Gen_Initer_Register___t560736047_il2cpp_TypeInfo_var); XLua_Gen_Initer_Register____ctor_m1230624860(L_1, /*hidden argument*/NULL); ((ObjectTranslator_t2020767555_StaticFields*)il2cpp_codegen_static_fields_for(ObjectTranslator_t2020767555_il2cpp_TypeInfo_var))->set_s_gen_reg_dumb_obj_70(L_1); return; } } // System.Boolean XLua.ObjectTranslator::m__0(System.Reflection.MethodInfo) extern "C" IL2CPP_METHOD_ATTR bool ObjectTranslator_U3CgetCreatorUsingGenericU3Em__0_m2109139500 (RuntimeObject * __this /* static, unused */, MethodInfo_t * ___m0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_U3CgetCreatorUsingGenericU3Em__0_m2109139500_MetadataUsageId); s_Il2CppMethodInitialized = true; } { MethodInfo_t * L_0 = ___m0; NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.MemberInfo::get_Name() */, L_0); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_2 = String_op_Equality_m920492651(NULL /*static, unused*/, L_1, _stringLiteral2365898802, /*hidden argument*/NULL); return L_2; } } // System.Int32 XLua.ObjectTranslator::m__1(System.Reflection.MethodInfo) extern "C" IL2CPP_METHOD_ATTR int32_t ObjectTranslator_U3CgetCreatorUsingGenericU3Em__1_m3650715484 (RuntimeObject * __this /* static, unused */, MethodInfo_t * ___m0, const RuntimeMethod* method) { { MethodInfo_t * L_0 = ___m0; NullCheck(L_0); ParameterInfoU5BU5D_t390618515* L_1 = VirtFuncInvoker0< ParameterInfoU5BU5D_t390618515* >::Invoke(15 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParameters() */, L_0); NullCheck(L_1); return (((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length)))); } } // System.Boolean XLua.ObjectTranslator::m__2(System.Reflection.MethodInfo) extern "C" IL2CPP_METHOD_ATTR bool ObjectTranslator_U3CgetCreatorUsingGenericU3Em__2_m1657217737 (RuntimeObject * __this /* static, unused */, MethodInfo_t * ___m0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_U3CgetCreatorUsingGenericU3Em__2_m1657217737_MetadataUsageId); s_Il2CppMethodInitialized = true; } { MethodInfo_t * L_0 = ___m0; NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.MemberInfo::get_Name() */, L_0); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_2 = String_op_Equality_m920492651(NULL /*static, unused*/, L_1, _stringLiteral3174732078, /*hidden argument*/NULL); return L_2; } } // System.Int32 XLua.ObjectTranslator::m__3(System.Reflection.MethodInfo) extern "C" IL2CPP_METHOD_ATTR int32_t ObjectTranslator_U3CgetCreatorUsingGenericU3Em__3_m191589309 (RuntimeObject * __this /* static, unused */, MethodInfo_t * ___m0, const RuntimeMethod* method) { { MethodInfo_t * L_0 = ___m0; NullCheck(L_0); ParameterInfoU5BU5D_t390618515* L_1 = VirtFuncInvoker0< ParameterInfoU5BU5D_t390618515* >::Invoke(15 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParameters() */, L_0); NullCheck(L_1); return (((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length)))); } } // System.Delegate XLua.ObjectTranslator::m__4(XLua.DelegateBridgeBase) extern "C" IL2CPP_METHOD_ATTR Delegate_t1188392813 * ObjectTranslator_U3CgetCreatorUsingGenericU3Em__4_m2758151677 (RuntimeObject * __this /* static, unused */, DelegateBridgeBase_t3577089876 * ___x0, const RuntimeMethod* method) { { return (Delegate_t1188392813 *)NULL; } } // System.Delegate XLua.ObjectTranslator::m__5(XLua.DelegateBridgeBase) extern "C" IL2CPP_METHOD_ATTR Delegate_t1188392813 * ObjectTranslator_U3CgetCreatorUsingGenericU3Em__5_m4248038145 (RuntimeObject * __this /* static, unused */, DelegateBridgeBase_t3577089876 * ___x0, const RuntimeMethod* method) { { return (Delegate_t1188392813 *)NULL; } } // System.Type XLua.ObjectTranslator::m__6(System.Reflection.ParameterInfo) extern "C" IL2CPP_METHOD_ATTR Type_t * ObjectTranslator_U3CgetCreatorUsingGenericU3Em__6_m3247176003 (RuntimeObject * __this /* static, unused */, ParameterInfo_t1861056598 * ___pinfo0, const RuntimeMethod* method) { { ParameterInfo_t1861056598 * L_0 = ___pinfo0; NullCheck(L_0); Type_t * L_1 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_0); return L_1; } } // System.Boolean XLua.ObjectTranslator::m__7(System.Reflection.MethodInfo) extern "C" IL2CPP_METHOD_ATTR bool ObjectTranslator_U3CgetDelegateU3Em__7_m910527994 (RuntimeObject * __this /* static, unused */, MethodInfo_t * ___m0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ObjectTranslator_U3CgetDelegateU3Em__7_m910527994_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B4_0 = 0; int32_t G_B6_0 = 0; { MethodInfo_t * L_0 = ___m0; NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(31 /* System.Boolean System.Reflection.MethodBase::get_IsGenericMethodDefinition() */, L_0); if (L_1) { goto IL_0035; } } { MethodInfo_t * L_2 = ___m0; NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.MemberInfo::get_Name() */, L_2); NullCheck(L_3); bool L_4 = String_StartsWith_m1759067526(L_3, _stringLiteral3534947708, /*hidden argument*/NULL); if (L_4) { goto IL_0032; } } { MethodInfo_t * L_5 = ___m0; NullCheck(L_5); String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.MemberInfo::get_Name() */, L_5); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_7 = String_op_Equality_m920492651(NULL /*static, unused*/, L_6, _stringLiteral2365898802, /*hidden argument*/NULL); G_B4_0 = ((int32_t)(L_7)); goto IL_0033; } IL_0032: { G_B4_0 = 1; } IL_0033: { G_B6_0 = G_B4_0; goto IL_0036; } IL_0035: { G_B6_0 = 0; } IL_0036: { return (bool)G_B6_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif