changhong/xcode/Classes/Native/Assembly-CSharp.cpp

36420 lines
2.1 MiB

#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <cstring>
#include <string.h>
#include <stdio.h>
#include <cmath>
#include <limits>
#include <assert.h>
#include <stdint.h>
#include "codegen/il2cpp-codegen.h"
#include "il2cpp-object-internals.h"
template <typename R>
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 <typename R, typename T1>
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 <typename T1, typename T2>
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 <typename T1, typename T2, typename T3>
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 <typename R, typename T1, typename T2>
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 <typename R, typename T1, typename T2, typename T3>
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);
}
};
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 <typename T1, typename T2>
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 <typename T1, typename T2, typename T3>
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 <typename R, typename T1, typename T2>
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 <typename R, typename T1, typename T2, typename T3>
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 <typename T1, typename T2>
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 <typename T1, typename T2, typename T3>
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 <typename R, typename T1, typename T2>
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 <typename R, typename T1, typename T2, typename T3>
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 <typename T1, typename T2>
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 <typename T1, typename T2, typename T3>
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 <typename R, typename T1, typename T2>
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 <typename R, typename T1, typename T2, typename T3>
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);
}
};
// AppVest
struct AppVest_tE2CDF2AE190299D2E15DE9D06E41D86B968A5A25;
// BuglyAgent
struct BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291;
// BuglyAgent/LogCallbackDelegate
struct LogCallbackDelegate_t706B97807EE341E8346EB27B585DBBEDEA922058;
// BuglyCallback
struct BuglyCallback_t92D8604B3D073CAD6E20F635D10B63C2E057808D;
// BuglyInit
struct BuglyInit_t18059DB75D172791A3A2C7CC84F5987F3282DCFA;
// DSAnimationCurve
struct DSAnimationCurve_t8AF4B55D16E3382163B6B54B8B35C2F544DD44E6;
// DSAnimationCurveWrap
struct DSAnimationCurveWrap_t885EE09D3565B7EE1B016CF7AF1E87DAE51BC311;
// DSLuaClient
struct DSLuaClient_t76E7B64916865CE3D031BFE7E687D3E288C89C2C;
// DelegateFactory
struct DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972;
// DelegateFactory/<>c
struct U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE;
// DelegateFactory/DelegateCreate
struct DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C;
// DelegateFactory/FairyGUI_EventCallback0_Event
struct FairyGUI_EventCallback0_Event_t7EBA8521DBCD579F02D22CF244746A85100AA83C;
// DelegateFactory/FairyGUI_EventCallback1_Event
struct FairyGUI_EventCallback1_Event_t987E015AA61ECB454A035E5D9C6D43E38881031B;
// DelegateFactory/FairyGUI_GObjectPool_InitCallbackDelegate_Event
struct FairyGUI_GObjectPool_InitCallbackDelegate_Event_tF20307F896879244C0880E8CB3C732D71AA3DE0D;
// DelegateFactory/FairyGUI_GTweenCallback1_Event
struct FairyGUI_GTweenCallback1_Event_t28B68D0215EB9C36F446DE17617B6751F21D7306;
// DelegateFactory/FairyGUI_GTweenCallback_Event
struct FairyGUI_GTweenCallback_Event_t8279878FD8AC41BB7495CA71FCC44D0CCBF8837A;
// DelegateFactory/FairyGUI_ListItemProvider_Event
struct FairyGUI_ListItemProvider_Event_tC88B65653E1C18B737123A8BC6C1DEBAD27B7C95;
// DelegateFactory/FairyGUI_ListItemRenderer_Event
struct FairyGUI_ListItemRenderer_Event_tCC71F85321A7E5AB1CAE0D54F7E2334158C4DEC8;
// DelegateFactory/FairyGUI_PlayCompleteCallback_Event
struct FairyGUI_PlayCompleteCallback_Event_t71A1B2106F7C8D5B11A49D908F39F5984B540C41;
// DelegateFactory/FairyGUI_TimerCallback_Event
struct FairyGUI_TimerCallback_Event_tA20E0C7CBAF550CFC29E1818934041916DDC5D73;
// DelegateFactory/FairyGUI_TransitionHook_Event
struct FairyGUI_TransitionHook_Event_t0CFBD00AAF9708456DEDDFD246EF4B02D8C77858;
// DelegateFactory/FairyGUI_UIConfig_SoundLoader_Event
struct FairyGUI_UIConfig_SoundLoader_Event_t769EA828ACD5E54A84FE7405E9F54367CBDA40FD;
// DelegateFactory/FairyGUI_UIObjectFactory_GComponentCreator_Event
struct FairyGUI_UIObjectFactory_GComponentCreator_Event_t8AEDF4A0726D3B4F1D7B244B6F83B472004D093D;
// DelegateFactory/FairyGUI_UIObjectFactory_GLoaderCreator_Event
struct FairyGUI_UIObjectFactory_GLoaderCreator_Event_t0A3B047E9D0C4D16911424F5298A5553397FB5F0;
// DelegateFactory/FairyGUI_UIPackage_CreateObjectCallback_Event
struct FairyGUI_UIPackage_CreateObjectCallback_Event_t34F3EE9A48E5ACF145B1B579ECD828E980B1A624;
// DelegateFactory/System_Action_Event
struct System_Action_Event_t849A1E142A0EF10B1A879D227B3C0377B9132848;
// DelegateFactory/System_Action_UnityEngine_AsyncOperation_Event
struct System_Action_UnityEngine_AsyncOperation_Event_t30301901F4473DDAF7FA36EF0467033AB69E37C8;
// DelegateFactory/System_Action_bool_Event
struct System_Action_bool_Event_tFE8B1F8AB419E33B0A484F66816B6AEAD51F50AD;
// DelegateFactory/System_Action_int_Event
struct System_Action_int_Event_t72AB5253E5D11247384654DA5B392C786877B7BA;
// DelegateFactory/System_Action_string_Event
struct System_Action_string_Event_t4312ECDDE7B231FA0F7FF8C452136B00E3EB5DF1;
// DelegateFactory/System_Action_string_System_Action_Event
struct System_Action_string_System_Action_Event_t53F256514EB1ABF4A6799FE87483D37CF262E23E;
// DelegateFactory/System_Comparison_int_Event
struct System_Comparison_int_Event_t8E16B7A44C1FA6329B2D0890448E4C8778E2DA3D;
// DelegateFactory/System_Func_bool_Event
struct System_Func_bool_Event_t257C4C8365723D7E7FAF7AE7F78A72E0383786EC;
// DelegateFactory/System_Func_int_int_Event
struct System_Func_int_int_Event_tD20BFACAE9508B8D28498F78151CD20BAE91E716;
// DelegateFactory/System_Predicate_int_Event
struct System_Predicate_int_Event_tADCE6E9B1CAEE8B07B7E6A858BA193A568EA52BD;
// DelegateFactory/UnityEngine_Application_AdvertisingIdentifierCallback_Event
struct UnityEngine_Application_AdvertisingIdentifierCallback_Event_t32E1F2F7650634273B49A382E5F014984C71EE8D;
// DelegateFactory/UnityEngine_Application_LogCallback_Event
struct UnityEngine_Application_LogCallback_Event_t8AC3628D9C4A4F79C2A99D569D0B7DA421B284C4;
// DelegateFactory/UnityEngine_Application_LowMemoryCallback_Event
struct UnityEngine_Application_LowMemoryCallback_Event_t55F42A348AE3779624153268AEA20C491DF1B391;
// DelegateFactory/UnityEngine_AudioClip_PCMReaderCallback_Event
struct UnityEngine_AudioClip_PCMReaderCallback_Event_t3ACF075B70367140119041FBB48DA66BF7F90AAB;
// DelegateFactory/UnityEngine_AudioClip_PCMSetPositionCallback_Event
struct UnityEngine_AudioClip_PCMSetPositionCallback_Event_tC808DFCED1B085F1C18285164A87AF029224A00D;
// DelegateFactory/UnityEngine_Camera_CameraCallback_Event
struct UnityEngine_Camera_CameraCallback_Event_t02F14F53D478E05A8AC7BB7839912C54A154B95F;
// DelegateFactory/UnityEngine_Events_UnityAction_Event
struct UnityEngine_Events_UnityAction_Event_t10F8F38079DCA5884F5DEA623753436B88F6292F;
// DxyVest
struct DxyVest_tE8BF07E346EBB2EFA5C2E20E8F7E216C4DD8E6EB;
// ExceptionReporter
struct ExceptionReporter_tC8B14433837E77366FCBA64013903F13E61DE2FA;
// FairyGUI.Anymous_T
struct Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4;
// FairyGUI.AsyncCreationHelper
struct AsyncCreationHelper_t9B0824FC35F59F042685AD4A0DD72196E7D1E2F8;
// FairyGUI.AsyncCreationHelper/<_CreateObject>d__1
struct U3C_CreateObjectU3Ed__1_tD338B217506DBDFB28EDC29458FB067566FE2E25;
// FairyGUI.AsyncCreationHelper/DisplayListItem
struct DisplayListItem_t8B7A5247AD21979DAF9F8D52FD69C84972ED64AB;
// FairyGUI.AsyncCreationHelper/DisplayListItem[]
struct DisplayListItemU5BU5D_t4ED0467ED1CAB77488E21F7BEDC6FC231C024FC9;
// FairyGUI.BaseFont
struct BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F;
// FairyGUI.BitmapFont
struct BitmapFont_t29CAF73C23EFA0E59A57C421EF25ABBE728B6E88;
// FairyGUI.BitmapFont/BMGlyph
struct BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA;
// FairyGUI.BlendModeUtils
struct BlendModeUtils_tE3FFF796D6F65911EACC2FE17A9357C4AF4DF2EE;
// FairyGUI.BlendModeUtils/BlendFactor
struct BlendFactor_tB577B5C8CBCF9D7348BB43CC79DA0A51158A02CC;
// FairyGUI.BlendModeUtils/BlendFactor[]
struct BlendFactorU5BU5D_t2940F42D76FA3C18ED782510230F111171A9AD3A;
// FairyGUI.BlurFilter
struct BlurFilter_t8E49BEF2181CF5150F772697E6376C4D628006E2;
// FairyGUI.BoxColliderHitTest
struct BoxColliderHitTest_t3E777B5A3F6384DEA2F8C141B2E297B16BBA2BC0;
// FairyGUI.CaptureCamera
struct CaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815;
// FairyGUI.ChangePageAction
struct ChangePageAction_t796EAD0EAA1D1077F19D38B137A209836727F560;
// FairyGUI.ColliderHitTest
struct ColliderHitTest_t295665EE7B899D4C84890F57233500430ECE5C67;
// FairyGUI.Container
struct Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68;
// FairyGUI.Controller
struct Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64;
// FairyGUI.ControllerAction
struct ControllerAction_t460A8959DB08ACC45DFD24DCE767CF12F61E51E7;
// FairyGUI.DisplayObject
struct DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB;
// FairyGUI.EventCallback0
struct EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8;
// FairyGUI.EventCallback1
struct EventCallback1_t389063B912FE306493324D5033356213EEA650A7;
// FairyGUI.EventContext
struct EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122;
// FairyGUI.EventDispatcher
struct EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7;
// FairyGUI.EventListener
struct EventListener_t49A905F03D200ACE99DE09C02C7007437397826F;
// FairyGUI.GComponent
struct GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC;
// FairyGUI.GGroup
struct GGroup_tC639447CD683C998CC282B1BEB24798021939CB4;
// FairyGUI.GList
struct GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38;
// FairyGUI.GLoader
struct GLoader_t79DB886430214FA5031328823142509230E0E4A8;
// FairyGUI.GObject
struct GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB;
// FairyGUI.GObjectPool
struct GObjectPool_t679A95F94538DC866986686E81321C6F406BEF17;
// FairyGUI.GObjectPool/InitCallbackDelegate
struct InitCallbackDelegate_t30542A5822368C4E3235B2C5926368BE049E3D57;
// FairyGUI.GObject[]
struct GObjectU5BU5D_tCFB97B8B37B950FF8870505F7F9B47C4E27FD2B9;
// FairyGUI.GPath
struct GPath_t097563F29B192985F7F754E478BB55F8224DF2A2;
// FairyGUI.GTweenCallback
struct GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F;
// FairyGUI.GTweenCallback1
struct GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D;
// FairyGUI.GTweener
struct GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C;
// FairyGUI.GearBase[]
struct GearBaseU5BU5D_t78A202A2ECDD7D43374E4317AF6BB596930D577A;
// FairyGUI.IFilter
struct IFilter_t3EAC54FF3FB87ED9EA6B407C8D1FEF6AC55EACE3;
// FairyGUI.IHitTest
struct IHitTest_tA44710C1A71DD2F7E69CD3B62A9A3CF6A0A12AF9;
// FairyGUI.IMeshFactory
struct IMeshFactory_t50A3420EDCE56AA55B30F12335D5D226277DADEA;
// FairyGUI.ITweenListener
struct ITweenListener_t2A71276DD281AA503C802C7AFC7C97EE3503FD34;
// FairyGUI.InputEvent
struct InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495;
// FairyGUI.ListItemProvider
struct ListItemProvider_t991E76E1FDF2295A04534B93D2B4140BB04F5CC1;
// FairyGUI.ListItemRenderer
struct ListItemRenderer_tE434B7D9A5C8D0DF8F4330224E40302B94FFF9B9;
// FairyGUI.MaterialManager
struct MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098;
// FairyGUI.MovieClip
struct MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547;
// FairyGUI.MovieClip/Frame[]
struct FrameU5BU5D_t9FE8BF5404F87B8E1E2B6901F3946829704FABA6;
// FairyGUI.NAudioClip
struct NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96;
// FairyGUI.NGraphics
struct NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD;
// FairyGUI.NGraphics/MeshModifier
struct MeshModifier_t7CAF07359743E6D9EEA33BD559B3E10868FD1A15;
// FairyGUI.NTexture
struct NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A;
// FairyGUI.PackageItem
struct PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0;
// FairyGUI.PixelHitTestData
struct PixelHitTestData_t3D8AE416551C5022E8965DB307C0051F731B3CB4;
// FairyGUI.PlayCompleteCallback
struct PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554;
// FairyGUI.Relations
struct Relations_t015E337CB8B0B53D8885A600DD314C8852345AFF;
// FairyGUI.ScrollPane
struct ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE;
// FairyGUI.ShaderConfig/GetFunction
struct GetFunction_t70B315803C0EA430D39699C5F3F35B556D58C5DA;
// FairyGUI.ShaderConfig/PropertyIDs
struct PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71;
// FairyGUI.StencilEraser
struct StencilEraser_t333A0A9291CFAC314CBA28C92B06DA15D850560B;
// FairyGUI.TextFormat
struct TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135;
// FairyGUI.TimerCallback
struct TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879;
// FairyGUI.Timers
struct Timers_t0460FD83034A09479176FC176CB5306B89A14EB3;
// FairyGUI.TimersEngine
struct TimersEngine_t3FD42CC41B66A853242B351126593ADDAFDADD06;
// FairyGUI.TransitionHook
struct TransitionHook_t762DB3B93E54E764E4C982AAE1B818FF608FF585;
// FairyGUI.TweenValue
struct TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9;
// FairyGUI.UIConfig/SoundLoader
struct SoundLoader_t0B067A273E4C6A141A0F508625349B69731893E2;
// FairyGUI.UIObjectFactory/GComponentCreator
struct GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28;
// FairyGUI.UIObjectFactory/GLoaderCreator
struct GLoaderCreator_t66E0D773C41A0612C3832E4208F9734CD43D24C1;
// FairyGUI.UIPackage
struct UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693;
// FairyGUI.UIPackage/CreateObjectCallback
struct CreateObjectCallback_t11E5A8E573CF4BEC5DE80CCE2C2D0E9FB4BE07E4;
// FairyGUI.Utils.ByteBuffer
struct ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268;
// LuaClient
struct LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301;
// LuaInterface.LuaBaseRef
struct LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4;
// LuaInterface.LuaCSFunction
struct LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE;
// LuaInterface.LuaDelegate
struct LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1;
// LuaInterface.LuaException
struct LuaException_t362D5A575564491633FB3233987012974B1564C4;
// LuaInterface.LuaFileUtils
struct LuaFileUtils_t5D4064077DA379A5EE940C1C01BE469CE15CD5AE;
// LuaInterface.LuaFunction
struct LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B;
// LuaInterface.LuaReflection
struct LuaReflection_t19301C37ECEEA92E1822023F3DA02A623875496F;
// LuaInterface.LuaState
struct LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE;
// LuaInterface.LuaStatePtr
struct LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C;
// LuaInterface.LuaTable
struct LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87;
// LuaInterface.ObjectTranslator
struct ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF;
// LuaInterface.ToLua/LuaTableToVar[]
struct LuaTableToVarU5BU5D_t8A918435115BB3F5A70A8ACB82EAFE0B9DA048A6;
// LuaLooper
struct LuaLooper_t025052FE5B48ADE120F0E650BA1DB06293350ED3;
// LuaResLoader
struct LuaResLoader_tA78634278595979C32DCDCE06623A4265079A9A9;
// System.Action
struct Action_t591D2A86165F896B4B800BB5C25CE18672A55579;
// System.Action`1<System.Boolean>
struct Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD;
// System.Action`1<System.Int32>
struct Action_1_t9B7C5376025AEF32439C13FB3BA4BFF8F0F0477B;
// System.Action`1<System.Object>
struct Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0;
// System.Action`1<System.String>
struct Action_1_t32A9EECF5D4397CC1B9A7C7079870875411B06D0;
// System.Action`1<UnityEngine.AsyncOperation>
struct Action_1_tCBF754C290FAE894631BED8FD56E9E22C4C187F9;
// System.Action`2<System.IntPtr,FairyGUI.EventCallback0>
struct Action_2_tB5B397CF9CB864F6A11340D9E1221149EFC951B9;
// System.Action`2<System.IntPtr,FairyGUI.EventCallback1>
struct Action_2_tE798E560D6B46B3189A16CBB0D8BB44C92F8CC38;
// System.Action`2<System.IntPtr,FairyGUI.GObjectPool/InitCallbackDelegate>
struct Action_2_t2E3557901301BAA3D248217DBB593D7439D623BA;
// System.Action`2<System.IntPtr,FairyGUI.GTweenCallback1>
struct Action_2_tEBF213297A8425E325FC524A4F593CD662977D60;
// System.Action`2<System.IntPtr,FairyGUI.GTweenCallback>
struct Action_2_t9AA8501EDF1C6F64A5AC5CF606916E8183147E5C;
// System.Action`2<System.IntPtr,FairyGUI.ListItemProvider>
struct Action_2_tFDBABB67B96E4722C378D5CC5E5850EBF58C2DFA;
// System.Action`2<System.IntPtr,FairyGUI.ListItemRenderer>
struct Action_2_tFEA7CC28432581502548AC81B2954526B8D033BF;
// System.Action`2<System.IntPtr,FairyGUI.PlayCompleteCallback>
struct Action_2_t1DABD3DAA653BE25A8A0DEA95BBE55772D2A0CAD;
// System.Action`2<System.IntPtr,FairyGUI.TimerCallback>
struct Action_2_t6C2A0D4CFD885DF0B1C0F4E28DD2409FF8D51E27;
// System.Action`2<System.IntPtr,FairyGUI.TransitionHook>
struct Action_2_t6E51EA346F5684A8EB8572A5141CD6EE5B9A3630;
// System.Action`2<System.IntPtr,FairyGUI.UIConfig/SoundLoader>
struct Action_2_t3D11022DEB2C3FC29D9CA038DE9E2A270EFD1115;
// System.Action`2<System.IntPtr,FairyGUI.UIObjectFactory/GComponentCreator>
struct Action_2_t84ECA6C105A28E6A161FC7A1CFA020209E956D39;
// System.Action`2<System.IntPtr,FairyGUI.UIObjectFactory/GLoaderCreator>
struct Action_2_tF336F5E9184C7133A1BAAEBD9C645B89ABCF7D8B;
// System.Action`2<System.IntPtr,FairyGUI.UIPackage/CreateObjectCallback>
struct Action_2_t0362A90ECA6F81B9CC9C0A27481CCD1736D74815;
// System.Action`2<System.IntPtr,System.Action>
struct Action_2_t8BA960C87A6EA92FE09D7A278C905A9CA65E0644;
// System.Action`2<System.IntPtr,System.Action`1<System.Boolean>>
struct Action_2_tABB45180FAFA0A42C95D2CC70B91ED99A890BEE0;
// System.Action`2<System.IntPtr,System.Action`1<System.Int32>>
struct Action_2_t85C1D00DB6A5FDDCC7819A6EBC6C815B6A7C5FE4;
// System.Action`2<System.IntPtr,System.Action`1<System.String>>
struct Action_2_t427BC8CA6771EEF423D4787EDBB96230EB358952;
// System.Action`2<System.IntPtr,System.Action`1<UnityEngine.AsyncOperation>>
struct Action_2_t59D4338B409A3246D7A816A2D442019E7BC6CC86;
// System.Action`2<System.IntPtr,System.Action`2<System.String,System.Action>>
struct Action_2_t1833ACCDBF4649CA0476CEB6A6D58C42C85974AD;
// System.Action`2<System.IntPtr,System.Comparison`1<System.Int32>>
struct Action_2_t91F4930EFA228C7C023A8DB5A56BE2FE2495AC7C;
// System.Action`2<System.IntPtr,System.Func`1<System.Boolean>>
struct Action_2_t0D3F479DB9121CBDC370E5283A7A88499769E5E3;
// System.Action`2<System.IntPtr,System.Func`2<System.Int32,System.Int32>>
struct Action_2_t2A270A3C54A197D19A8B6ACFE308EB9D11FE624B;
// System.Action`2<System.IntPtr,System.Object>
struct Action_2_t61CD99B992F0B4609297F8B282196191515B6FF1;
// System.Action`2<System.IntPtr,System.Predicate`1<System.Int32>>
struct Action_2_t797B3CE48C1D009DC9915A146CB1EEA7A55ABFAD;
// System.Action`2<System.IntPtr,UnityEngine.Application/AdvertisingIdentifierCallback>
struct Action_2_t735A4505D19621B57B23229E353FED1CB1CF69EC;
// System.Action`2<System.IntPtr,UnityEngine.Application/LogCallback>
struct Action_2_tADFD7619F6E77FD7A2A68D59FE478FA0BCE4B9C6;
// System.Action`2<System.IntPtr,UnityEngine.Application/LowMemoryCallback>
struct Action_2_tC01F37E791A57C189E8C82A0FD6517B91C69C86D;
// System.Action`2<System.IntPtr,UnityEngine.AudioClip/PCMReaderCallback>
struct Action_2_t08DEF86172C7E70193B6907205DFA184D9A664F4;
// System.Action`2<System.IntPtr,UnityEngine.AudioClip/PCMSetPositionCallback>
struct Action_2_t3606921CF49249D1587F8B8131DF6324D1E4DB89;
// System.Action`2<System.IntPtr,UnityEngine.Camera/CameraCallback>
struct Action_2_t4DDD4357C383F990F9CE25457CD437938D85134E;
// System.Action`2<System.IntPtr,UnityEngine.Events.UnityAction>
struct Action_2_t1B6F459E12B8D7F24971392E4F1665F9AF94F727;
// System.Action`2<System.Object,System.Object>
struct Action_2_t0DB6FD6F515527EAB552B690A291778C6F00D48C;
// System.Action`2<System.String,System.Action>
struct Action_2_t21B1554176CA268836EE910CDDF9F6F768C03F23;
// System.AppDomain
struct AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8;
// System.AssemblyLoadEventHandler
struct AssemblyLoadEventHandler_t53F8340027F9EE67E8A22E7D8C1A3770345153C9;
// System.AsyncCallback
struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4;
// System.Byte[]
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821;
// System.Char[]
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2;
// System.Collections.Generic.Dictionary`2/Entry<System.Int32,FairyGUI.BitmapFont/BMGlyph>[]
struct EntryU5BU5D_t401DA0672B0899D548FCB929273D37A77DDE4BEF;
// System.Collections.Generic.Dictionary`2/Entry<System.String,System.String>[]
struct EntryU5BU5D_t034347107F1D23C91DE1D712EA637D904789415C;
// System.Collections.Generic.Dictionary`2/Entry<System.Type,DelegateFactory/DelegateCreate>[]
struct EntryU5BU5D_tFDD2E95ACFFB5618228E88FB192B33CA9B1F819D;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,FairyGUI.BitmapFont/BMGlyph>
struct KeyCollection_t0B42870E05FDADD8DCF659E6ED7A7EBF6C362BF5;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.String,System.String>
struct KeyCollection_tC73654392B284B89334464107B696C9BD89776D9;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.Type,DelegateFactory/DelegateCreate>
struct KeyCollection_t1322269AA18CB3B62C5B9216B6509FC8EAC36990;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,FairyGUI.BitmapFont/BMGlyph>
struct ValueCollection_t81CC5E33CE44BF38E19FFAECD5C64E41C191D814;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.String,System.String>
struct ValueCollection_tA3B972EF56F7C97E35054155C33556C55FAAFD43;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.Type,DelegateFactory/DelegateCreate>
struct ValueCollection_tD603B9B1C90FE44DBA67CB606B7CE48FF6AD7AC4;
// System.Collections.Generic.Dictionary`2<FairyGUI.TimerCallback,FairyGUI.Anymous_T>
struct Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B;
// System.Collections.Generic.Dictionary`2<System.Enum,System.Object>
struct Dictionary_2_t86DA606688BA1954C5CC9368104CE9722112D2C2;
// System.Collections.Generic.Dictionary`2<System.Int32,FairyGUI.BitmapFont/BMGlyph>
struct Dictionary_2_tE199DF334CC33A4526D947CCA77B0E688B8B268C;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Object>
struct Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Type>
struct Dictionary_2_t1302C50AC2AF6849C455DCE970305F09D16B7258;
// System.Collections.Generic.Dictionary`2<System.Int32,System.WeakReference>
struct Dictionary_2_t81F516F814A3463D65D07253CF5167FBF9378593;
// System.Collections.Generic.Dictionary`2<System.Int64,System.WeakReference>
struct Dictionary_2_t35D9A5097C30B9E0B442FCEF1B4E05D3B6C168B9;
// System.Collections.Generic.Dictionary`2<System.IntPtr,LuaInterface.LuaState>
struct Dictionary_2_tE2C4B84883C857DB2F1AD0ED287337B1F1C52601;
// System.Collections.Generic.Dictionary`2<System.Object,System.Object>
struct Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA;
// System.Collections.Generic.Dictionary`2<System.String,FairyGUI.EventBridge>
struct Dictionary_2_t088A725192C1A620E541C1A7FACDF89E850EF52B;
// System.Collections.Generic.Dictionary`2<System.String,FairyGUI.MaterialManager>
struct Dictionary_2_tDAFFA223F2408A9839E41FB8FA1448B1625BF3AE;
// System.Collections.Generic.Dictionary`2<System.String,FairyGUI.PackageItem>
struct Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5;
// System.Collections.Generic.Dictionary`2<System.String,FairyGUI.UIPackage/AtlasSprite>
struct Dictionary_2_tCEF8585CF178AC40FC46D11B64CCB62A09674317;
// System.Collections.Generic.Dictionary`2<System.String,FairyGUI.UIPackage>
struct Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949;
// System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.Queue`1<FairyGUI.GObject>>
struct Dictionary_2_tC715D52A6B7B3E754D4E05882E506B5F3D3B1666;
// System.Collections.Generic.Dictionary`2<System.String,System.Object>
struct Dictionary_2_t9140A71329927AE4FD0F3CF4D4D66668EBE151EA;
// System.Collections.Generic.Dictionary`2<System.String,System.String>
struct Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC;
// System.Collections.Generic.Dictionary`2<System.String,System.WeakReference>
struct Dictionary_2_t4DFB78733A30CBA0D97E97E6520159E27C47BAA3;
// System.Collections.Generic.Dictionary`2<System.Type,DelegateFactory/DelegateCreate>
struct Dictionary_2_t64FEAC44024A9F563A78A86CE11C18185BD75389;
// System.Collections.Generic.Dictionary`2<System.Type,LuaInterface.LuaCSFunction>
struct Dictionary_2_tFBD3EE1AE887BC5C589B41D13A6B666269FF9B16;
// System.Collections.Generic.Dictionary`2<System.Type,LuaInterface.ToLua/LuaPushVarObject>
struct Dictionary_2_t96D0FFAC34212E84FBF3B0CC7F964CC2F167F4FA;
// System.Collections.Generic.Dictionary`2<System.Type,System.Int32>
struct Dictionary_2_tA4F27994EF77494F74F85FCFD482DBAD219E6E8F;
// System.Collections.Generic.HashSet`1<System.String>
struct HashSet_1_tAF31CD0D5B1F27E354D2DA33F8CF07F490E8C98A;
// System.Collections.Generic.HashSet`1<System.Type>
struct HashSet_1_tE84F3F43144CEC800A734119BDF178122DCF1B05;
// System.Collections.Generic.IEqualityComparer`1<System.Int32>
struct IEqualityComparer_1_t7B82AA0F8B96BAAA21E36DDF7A1FE4348BDDBE95;
// System.Collections.Generic.IEqualityComparer`1<System.String>
struct IEqualityComparer_1_t1F07EAC22CC1D4F279164B144240E4718BD7E7A9;
// System.Collections.Generic.IEqualityComparer`1<System.Type>
struct IEqualityComparer_1_t84A1E76CEF8A66F732C15925C1E1DBC7446DB3A4;
// System.Collections.Generic.LinkedList`1<System.Text.RegularExpressions.CachedCodeEntry>
struct LinkedList_1_t44CA4EB2162DC04F96F29C8A68A05D05166137F7;
// System.Collections.Generic.List`1<FairyGUI.Anymous_T>
struct List_1_t2EA7CD9F2D9D75005F9C02BC2534E503B08E0E65;
// System.Collections.Generic.List`1<FairyGUI.AsyncCreationHelper/DisplayListItem>
struct List_1_t34E2B499DD8A314FB621250AAB31B6C9D092B7AB;
// System.Collections.Generic.List`1<FairyGUI.Controller>
struct List_1_t13DFAE6BDF4EF5F16EC38F9C85F20A15083A0376;
// System.Collections.Generic.List`1<FairyGUI.ControllerAction>
struct List_1_t44C810BCBEC048333C591B316DA8E462C5CC46AF;
// System.Collections.Generic.List`1<FairyGUI.DisplayObject>
struct List_1_t11A30662822286DF8036D0D1993807262B502B70;
// System.Collections.Generic.List`1<FairyGUI.EventBridge>
struct List_1_t96F9041444F491A9089B15870662D9839D1B9728;
// System.Collections.Generic.List`1<FairyGUI.GList/ItemInfo>
struct List_1_t98DE0BB2EC2FFCD3EC2B30B19569ED8986627991;
// System.Collections.Generic.List`1<FairyGUI.GObject>
struct List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42;
// System.Collections.Generic.List`1<FairyGUI.PackageItem>
struct List_1_tA00D4B1D4831291FA22D554225B0BA1D7D690822;
// System.Collections.Generic.List`1<FairyGUI.Transition>
struct List_1_t930D0D8B2BC68ADAA960592391B6A35A8AE5E281;
// System.Collections.Generic.List`1<FairyGUI.UIConfig/ConfigValue>
struct List_1_t74B6A4CA646AC394724678D53711955E95B67FB2;
// System.Collections.Generic.List`1<FairyGUI.UIPackage>
struct List_1_t1C8C520C896B743C64F472C95C0CA89355A465CC;
// System.Collections.Generic.List`1<LuaInterface.GCRef>
struct List_1_t8B834EA70735F6D6583AA875AC98991EF26FA22F;
// System.Collections.Generic.List`1<LuaInterface.LuaBaseRef>
struct List_1_t09C52EC41C0032242B13200CFA642DCA685D5FF1;
// System.Collections.Generic.List`1<System.Byte>
struct List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C;
// System.Collections.Generic.List`1<System.Object>
struct List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D;
// System.Collections.Generic.List`1<System.String>
struct List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3;
// System.Collections.Generic.Stack`1<FairyGUI.EventContext>
struct Stack_1_tE8A87CB7B553D220A0B04201A88B39485C44C95A;
// System.Collections.Generic.Stack`1<LuaInterface.LuaFunction/FuncData>
struct Stack_1_t2E6C3E81B5BEEB358E4416D261369920E3E9A211;
// System.Collections.Hashtable
struct Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9;
// System.Collections.IDictionary
struct IDictionary_t1BD5C1546718A374EA8122FBD6C6EE45331E8CE7;
// System.Collections.IEnumerator
struct IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A;
// System.Comparison`1<System.Int32>
struct Comparison_1_t95809882384ACB4AEB9589D76F665E1BA5C3CBEA;
// System.Delegate
struct Delegate_t;
// System.DelegateData
struct DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE;
// System.Delegate[]
struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86;
// System.Diagnostics.StackFrame[]
struct StackFrameU5BU5D_t5075A2805A51162E94A9CF2F2881DC51B78EA80D;
// System.Diagnostics.StackTrace
struct StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99;
// System.Diagnostics.StackTrace[]
struct StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196;
// System.Enum
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521;
// System.EventHandler
struct EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C;
// System.EventHandler`1<System.Runtime.ExceptionServices.FirstChanceExceptionEventArgs>
struct EventHandler_1_t1E35ED2E29145994C6C03E57601C6D48C61083FF;
// System.Exception
struct Exception_t;
// System.Func`1<System.Boolean>
struct Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1;
// System.Func`1<System.Collections.Generic.Dictionary`2<System.String,System.String>>
struct Func_1_t396E6A649BC5AF2B6E09527C2AF3B34D8CA087BB;
// System.Func`1<System.Object>
struct Func_1_t59BE545225A69AFD7B2056D169D0083051F6D386;
// System.Func`2<System.Int32,System.Int32>
struct Func_2_t190ADA4450373DF99141EFC879B039206E4E05F0;
// System.Func`3<System.IntPtr,System.Int32,FairyGUI.EventCallback0>
struct Func_3_t3C4833FC250CCD578D12938D66B4F5197AAF69D5;
// System.Func`3<System.IntPtr,System.Int32,FairyGUI.EventCallback1>
struct Func_3_tFACB26933E3FFC975F0BABE5B3AB58E459D46CA9;
// System.Func`3<System.IntPtr,System.Int32,FairyGUI.GObjectPool/InitCallbackDelegate>
struct Func_3_t5D9D451CA36B7FF07C81BB2937948A56ADB754AC;
// System.Func`3<System.IntPtr,System.Int32,FairyGUI.GTweenCallback1>
struct Func_3_tA4725670BD9B021498A637020F86DA2777BDE5FA;
// System.Func`3<System.IntPtr,System.Int32,FairyGUI.GTweenCallback>
struct Func_3_t0901F4EBDCD0D473EB1972849ADA77A72174EFFD;
// System.Func`3<System.IntPtr,System.Int32,FairyGUI.ListItemProvider>
struct Func_3_t9BA7359A5849A99AF9FC438B312312BD97F234BA;
// System.Func`3<System.IntPtr,System.Int32,FairyGUI.ListItemRenderer>
struct Func_3_t9EF20FCE1B5E6966C8669AB08FD4BF3F175850BC;
// System.Func`3<System.IntPtr,System.Int32,FairyGUI.PlayCompleteCallback>
struct Func_3_tF099F765DC9DF92F24EBE5E0FD5E7EA62DC8FA53;
// System.Func`3<System.IntPtr,System.Int32,FairyGUI.TimerCallback>
struct Func_3_tED5AE034626F93C3E2F937A6B2C49CA1EA4F4380;
// System.Func`3<System.IntPtr,System.Int32,FairyGUI.TransitionHook>
struct Func_3_t8537C6B75D2DC3C430316104403C99192FB6DFB9;
// System.Func`3<System.IntPtr,System.Int32,FairyGUI.UIConfig/SoundLoader>
struct Func_3_tCDB54FDFAB0BFAF58988E957243E6DBF0519E330;
// System.Func`3<System.IntPtr,System.Int32,FairyGUI.UIObjectFactory/GComponentCreator>
struct Func_3_t2B36F7C0A0C8BAD5E3E7F3000D73810391109F89;
// System.Func`3<System.IntPtr,System.Int32,FairyGUI.UIObjectFactory/GLoaderCreator>
struct Func_3_t9CD7070E9F684201C801B94201D2E893F10F0BD6;
// System.Func`3<System.IntPtr,System.Int32,FairyGUI.UIPackage/CreateObjectCallback>
struct Func_3_tBB3645CB26E8EF5167119AAF8E13C3BE152EB7E0;
// System.Func`3<System.IntPtr,System.Int32,System.Action>
struct Func_3_t2862063D016220455701290D5B6700B2C7248791;
// System.Func`3<System.IntPtr,System.Int32,System.Action`1<System.Boolean>>
struct Func_3_tC65F0D103A95F5D7AB1D2633F06A25319C5B74EE;
// System.Func`3<System.IntPtr,System.Int32,System.Action`1<System.Int32>>
struct Func_3_t3D8D49E75FA8BC3DE309A53A9C5732A5E4CE7A83;
// System.Func`3<System.IntPtr,System.Int32,System.Action`1<System.String>>
struct Func_3_t8CD433C558E0EC1DB6BB08627932F451343BEB50;
// System.Func`3<System.IntPtr,System.Int32,System.Action`1<UnityEngine.AsyncOperation>>
struct Func_3_tEFFFFAFF31B57912410CC7211373A91AFC2133B8;
// System.Func`3<System.IntPtr,System.Int32,System.Action`2<System.String,System.Action>>
struct Func_3_tAC33FF337A22963D059B3452C0A62A3702A9D7C5;
// System.Func`3<System.IntPtr,System.Int32,System.Boolean>
struct Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E;
// System.Func`3<System.IntPtr,System.Int32,System.Comparison`1<System.Int32>>
struct Func_3_t2853C05C89E1F57C34711E6FCAAC648CAC978159;
// System.Func`3<System.IntPtr,System.Int32,System.Func`1<System.Boolean>>
struct Func_3_t3FE78D4ACCFD03E55963DAD319071A69471708D9;
// System.Func`3<System.IntPtr,System.Int32,System.Func`2<System.Int32,System.Int32>>
struct Func_3_t406A79398DCA93EB3B573BA0D8EE3D57867FC0B4;
// System.Func`3<System.IntPtr,System.Int32,System.Predicate`1<System.Int32>>
struct Func_3_tEB101D6EBB56F7B929A20533D127DA8814977CF9;
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.Application/AdvertisingIdentifierCallback>
struct Func_3_tAFABC33C11339FC2F77B53D32D2BED48C7A919D8;
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.Application/LogCallback>
struct Func_3_t22AFF805C73E4CF33CC76C20915EAD51E13F531E;
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.Application/LowMemoryCallback>
struct Func_3_tF238BF8218E5AB1DF7DDF7CD25C06D7345315ACD;
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.AudioClip/PCMReaderCallback>
struct Func_3_t7A1CE6891F02CEBC1271A4D2EE44161F8E84CC25;
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.AudioClip/PCMSetPositionCallback>
struct Func_3_t8BEA00C27C09A94F1680BBA66EEAC1478DDC690C;
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.Camera/CameraCallback>
struct Func_3_tA77FA7A812175C2ABA1C9A35831E3DD2FDDFEC6C;
// System.Func`3<System.IntPtr,System.Int32,UnityEngine.Events.UnityAction>
struct Func_3_t616FD35CC7420E8B859D1BCA2BEAB893AED54C4B;
// System.IAsyncResult
struct IAsyncResult_t8E194308510B375B42432981AE5E7488C458D598;
// System.Int32[]
struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83;
// System.Int32[][]
struct Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43;
// System.IntPtr[]
struct IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD;
// System.NotSupportedException
struct NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010;
// System.Object[]
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A;
// System.Predicate`1<System.Int32>
struct Predicate_1_t2E795623C97B4C5B38406E9201D0720C5C15895F;
// System.Reflection.Binder
struct Binder_t4D5CB06963501D32847C057B57157D6DC49CA759;
// System.Reflection.MemberFilter
struct MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381;
// System.Reflection.MemberInfo
struct MemberInfo_t;
// System.Reflection.MethodBase
struct MethodBase_t;
// System.Reflection.MethodInfo
struct MethodInfo_t;
// System.Reflection.ParameterInfo
struct ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB;
// System.ResolveEventHandler
struct ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5;
// System.Runtime.InteropServices.MarshalAsAttribute
struct MarshalAsAttribute_t1F5CB9960D7AD6C3305475C98A397BD0B9C64020;
// System.Runtime.Serialization.SafeSerializationManager
struct SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770;
// System.Single[]
struct SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5;
// System.String
struct String_t;
// System.String[]
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E;
// System.Text.RegularExpressions.Capture
struct Capture_tF4475248CCF3EFF914844BE2C993FC609D41DB73;
// System.Text.RegularExpressions.ExclusiveReference
struct ExclusiveReference_t39E202CDB13A1E6EBA4CE0C7548B192CEB5C64DB;
// System.Text.RegularExpressions.Group
struct Group_tB4759D0385925B2C8C14ED3FCD5D2F43CFBD0443;
// System.Text.RegularExpressions.GroupCollection
struct GroupCollection_tD9051ED1A991E3666439262B517FDD2F968C064F;
// System.Text.RegularExpressions.Group[]
struct GroupU5BU5D_t40CFA194F8EE1BF5E560B7C1E2C8F48220C93910;
// System.Text.RegularExpressions.Match
struct Match_tE447871AB59EED3642F31EB9559D162C2977EBB5;
// System.Text.RegularExpressions.Regex
struct Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF;
// System.Text.RegularExpressions.RegexCode
struct RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA;
// System.Text.RegularExpressions.RegexRunnerFactory
struct RegexRunnerFactory_t0703F390E2102623B0189DEC095DB182698E404B;
// System.Text.RegularExpressions.SharedReference
struct SharedReference_t225BA5C249F9F1D6C959F151695BDF65EF2C92A5;
// System.Text.StringBuilder
struct StringBuilder_t;
// System.Type
struct Type_t;
// System.Type[]
struct TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F;
// System.UnhandledExceptionEventArgs
struct UnhandledExceptionEventArgs_t39DD47D43B0D764FE2C9847FBE760031FBEA0FD1;
// System.UnhandledExceptionEventHandler
struct UnhandledExceptionEventHandler_tB0DFF05ABF7A3A234C87D4F7A71F98E9AB2D91DE;
// System.Void
struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017;
// TestConsole
struct TestConsole_tCDFD58BF1AC04576A2951ADACEAE74582FDA1843;
// UnityEngine.AnimationCurve
struct AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C;
// UnityEngine.Application/AdvertisingIdentifierCallback
struct AdvertisingIdentifierCallback_t2AB6D339DAC1CDF632D6FC041C378577EB516F3E;
// UnityEngine.Application/LogCallback
struct LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778;
// UnityEngine.Application/LowMemoryCallback
struct LowMemoryCallback_t3862486677D10CD16ECDA703CFB75039A4B3AE00;
// UnityEngine.AsyncOperation
struct AsyncOperation_t304C51ABED8AE734CC8DDDFE13013D8D5A44641D;
// UnityEngine.AudioClip
struct AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051;
// UnityEngine.AudioClip/PCMReaderCallback
struct PCMReaderCallback_t9B87AB13DCD37957B045554BF28A57697E6B8EFB;
// UnityEngine.AudioClip/PCMSetPositionCallback
struct PCMSetPositionCallback_t092ED33043C0279B5E4D343EBCBD516CEF260801;
// UnityEngine.AudioSource
struct AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C;
// UnityEngine.Behaviour
struct Behaviour_tBDC7E9C3C898AD8348891B82D3E345801D920CA8;
// UnityEngine.BoxCollider
struct BoxCollider_t2DF257BBBFCABE0B9D78B21D238298D1942BFBAA;
// UnityEngine.Camera
struct Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34;
// UnityEngine.Camera/CameraCallback
struct CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0;
// UnityEngine.Collider
struct Collider_t0FEEB36760860AD21B3B1F0509C365B393EC4BDF;
// UnityEngine.Color32[]
struct Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983;
// UnityEngine.Component
struct Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621;
// UnityEngine.Events.UnityAction
struct UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4;
// UnityEngine.GameObject
struct GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F;
// UnityEngine.Keyframe[]
struct KeyframeU5BU5D_tF4DC3E9BD9E6DB77FFF7BDC0B1545B5D6071513D;
// UnityEngine.Material
struct Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598;
// UnityEngine.Mesh
struct Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C;
// UnityEngine.MeshFilter
struct MeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0;
// UnityEngine.MeshRenderer
struct MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED;
// UnityEngine.MonoBehaviour
struct MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429;
// UnityEngine.Object
struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0;
// UnityEngine.RenderTexture
struct RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6;
// UnityEngine.ScriptableObject
struct ScriptableObject_tAB015486CEAB714DA0D5C1BA389B84FB90427734;
// UnityEngine.Shader
struct Shader_tE2731FF351B74AB4186897484FB01E000C1160CA;
// UnityEngine.Texture
struct Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4;
// UnityEngine.Transform
struct Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA;
// UnityEngine.Vector2[]
struct Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6;
// Version
struct Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE;
IL2CPP_EXTERN_C RuntimeClass* Action_1_t32A9EECF5D4397CC1B9A7C7079870875411B06D0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Action_1_t9B7C5376025AEF32439C13FB3BA4BFF8F0F0477B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Action_1_tCBF754C290FAE894631BED8FD56E9E22C4C187F9_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Action_2_t0362A90ECA6F81B9CC9C0A27481CCD1736D74815_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Action_2_t08DEF86172C7E70193B6907205DFA184D9A664F4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Action_2_t0D3F479DB9121CBDC370E5283A7A88499769E5E3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Action_2_t1833ACCDBF4649CA0476CEB6A6D58C42C85974AD_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Action_2_t1B6F459E12B8D7F24971392E4F1665F9AF94F727_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Action_2_t1DABD3DAA653BE25A8A0DEA95BBE55772D2A0CAD_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Action_2_t21B1554176CA268836EE910CDDF9F6F768C03F23_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Action_2_t2A270A3C54A197D19A8B6ACFE308EB9D11FE624B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Action_2_t2E3557901301BAA3D248217DBB593D7439D623BA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Action_2_t3606921CF49249D1587F8B8131DF6324D1E4DB89_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Action_2_t3D11022DEB2C3FC29D9CA038DE9E2A270EFD1115_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Action_2_t427BC8CA6771EEF423D4787EDBB96230EB358952_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Action_2_t4DDD4357C383F990F9CE25457CD437938D85134E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Action_2_t59D4338B409A3246D7A816A2D442019E7BC6CC86_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Action_2_t6C2A0D4CFD885DF0B1C0F4E28DD2409FF8D51E27_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Action_2_t6E51EA346F5684A8EB8572A5141CD6EE5B9A3630_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Action_2_t735A4505D19621B57B23229E353FED1CB1CF69EC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Action_2_t797B3CE48C1D009DC9915A146CB1EEA7A55ABFAD_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Action_2_t84ECA6C105A28E6A161FC7A1CFA020209E956D39_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Action_2_t85C1D00DB6A5FDDCC7819A6EBC6C815B6A7C5FE4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Action_2_t8BA960C87A6EA92FE09D7A278C905A9CA65E0644_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Action_2_t91F4930EFA228C7C023A8DB5A56BE2FE2495AC7C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Action_2_t9AA8501EDF1C6F64A5AC5CF606916E8183147E5C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Action_2_tABB45180FAFA0A42C95D2CC70B91ED99A890BEE0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Action_2_tADFD7619F6E77FD7A2A68D59FE478FA0BCE4B9C6_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Action_2_tB5B397CF9CB864F6A11340D9E1221149EFC951B9_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Action_2_tC01F37E791A57C189E8C82A0FD6517B91C69C86D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Action_2_tE798E560D6B46B3189A16CBB0D8BB44C92F8CC38_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Action_2_tEBF213297A8425E325FC524A4F593CD662977D60_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Action_2_tF336F5E9184C7133A1BAAEBD9C645B89ABCF7D8B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Action_2_tFDBABB67B96E4722C378D5CC5E5850EBF58C2DFA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Action_2_tFEA7CC28432581502548AC81B2954526B8D033BF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Action_t591D2A86165F896B4B800BB5C25CE18672A55579_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* AdvertisingIdentifierCallback_t2AB6D339DAC1CDF632D6FC041C378577EB516F3E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BlendFactorU5BU5D_t2940F42D76FA3C18ED782510230F111171A9AD3A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BlendFactor_tB577B5C8CBCF9D7348BB43CC79DA0A51158A02CC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BlendModeUtils_tE3FFF796D6F65911EACC2FE17A9357C4AF4DF2EE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BoxCollider_t2DF257BBBFCABE0B9D78B21D238298D1942BFBAA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Comparison_1_t95809882384ACB4AEB9589D76F665E1BA5C3CBEA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CreateObjectCallback_t11E5A8E573CF4BEC5DE80CCE2C2D0E9FB4BE07E4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DSAnimationCurve_t8AF4B55D16E3382163B6B54B8B35C2F544DD44E6_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DelegateTraits_1_t073E67EAC379AB821EAEC9EB79B8C12758053D98_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DelegateTraits_1_t0F46F3937AC3BBB71066453286E84FFFEB67CA39_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DelegateTraits_1_t12E3352847CF10123899C838475E4FD47A797DD0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DelegateTraits_1_t167B5F8C2F97A77CC247ABCD9FA11D7095F34CA4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DelegateTraits_1_t1E239673DABB3C5F93706C9B7B03B372FA6E1977_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DelegateTraits_1_t25D62C96B3D5EF34D4E821297C936F33504B6B16_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DelegateTraits_1_t3F3122B169DE5206E7E091146461BFE71B391E72_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DelegateTraits_1_t4CD07E6BBD6365E3828CEA0880BC81A217C95502_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DelegateTraits_1_t527B6437180103CA72B9253B083FB827D739227B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DelegateTraits_1_t774E97D942C031F468B2C2F7AB3A9A5139E99588_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DelegateTraits_1_t776B388975B686801183907651872264668F1859_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DelegateTraits_1_t7DE0DD6720F20BA0FB87D3AC47C58DDCBC48FA17_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DelegateTraits_1_t7E169FD59FAFA87BEF1768638A07DBC0FFA3E6F2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DelegateTraits_1_t802A63957F213D17A93553984E7FC9A776997062_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DelegateTraits_1_t850289AB61DF766A32DE20EC415DE047BF67A0BD_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DelegateTraits_1_t93F39C2A14587E21167772FF32604529106E3646_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DelegateTraits_1_t98347E5B7595A8F9FFED923D9DDB9AEE6FFE882B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DelegateTraits_1_t9B22D62493F56F419E96B6F435368BC10BA2A94C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DelegateTraits_1_tA03F6CDA84F96D6FEA0C4B5D5D08CA30603373E5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DelegateTraits_1_tA76F5EBC02D94DE6BDA065CCA3CFB2054678D20A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DelegateTraits_1_tAB5C6C342702A0C58D59E04100E568FA4BB6A827_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DelegateTraits_1_tAE2B81FB6E1B220CC11FFF757B65C0C699E549B0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DelegateTraits_1_tB045B6E19DA2DD442876F32C4CDECFCFA4AAF87A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DelegateTraits_1_tB29CAC0DC6D96BB91891DC05BED51C1DF289342B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DelegateTraits_1_tB7ADE25F345783D88C0925F4F6324B9A45BF95F6_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DelegateTraits_1_tB9C1DF1C081939E6C4E3B2F8CBBD6D632731E061_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DelegateTraits_1_tC17EE2BAB7FFD893EECF071ADB5374E09F776F6C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DelegateTraits_1_tC32870178A04E8785071C13C0A3A1BD78AB638FB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DelegateTraits_1_tDE432E09A11656023549F8DA0F86C42FF1354D4E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DelegateTraits_1_tE3882EC59D585021F3DAEF67508263D070138EB4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DelegateTraits_1_tF0DA4F8E9EF0E96D6F6B9323055B5A17E69D0D8C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DeviceType_tB62FC22AC0F4007AB37906B04F7E0DB969BC41CF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t64FEAC44024A9F563A78A86CE11C18185BD75389_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tE199DF334CC33A4526D947CCA77B0E688B8B268C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DisplayListItem_t8B7A5247AD21979DAF9F8D52FD69C84972ED64AB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DisplayOptions_t4B4C59CB88F891706B8F84001E79575634819070_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FairyGUI_EventCallback0_Event_t7EBA8521DBCD579F02D22CF244746A85100AA83C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FairyGUI_EventCallback1_Event_t987E015AA61ECB454A035E5D9C6D43E38881031B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FairyGUI_GObjectPool_InitCallbackDelegate_Event_tF20307F896879244C0880E8CB3C732D71AA3DE0D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FairyGUI_GTweenCallback1_Event_t28B68D0215EB9C36F446DE17617B6751F21D7306_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FairyGUI_GTweenCallback_Event_t8279878FD8AC41BB7495CA71FCC44D0CCBF8837A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FairyGUI_ListItemProvider_Event_tC88B65653E1C18B737123A8BC6C1DEBAD27B7C95_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FairyGUI_ListItemRenderer_Event_tCC71F85321A7E5AB1CAE0D54F7E2334158C4DEC8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FairyGUI_PlayCompleteCallback_Event_t71A1B2106F7C8D5B11A49D908F39F5984B540C41_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FairyGUI_TimerCallback_Event_tA20E0C7CBAF550CFC29E1818934041916DDC5D73_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FairyGUI_TransitionHook_Event_t0CFBD00AAF9708456DEDDFD246EF4B02D8C77858_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FairyGUI_UIConfig_SoundLoader_Event_t769EA828ACD5E54A84FE7405E9F54367CBDA40FD_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FairyGUI_UIObjectFactory_GComponentCreator_Event_t8AEDF4A0726D3B4F1D7B244B6F83B472004D093D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FairyGUI_UIObjectFactory_GLoaderCreator_Event_t0A3B047E9D0C4D16911424F5298A5553397FB5F0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FairyGUI_UIPackage_CreateObjectCallback_Event_t34F3EE9A48E5ACF145B1B579ECD828E980B1A624_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Func_1_t396E6A649BC5AF2B6E09527C2AF3B34D8CA087BB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Func_2_t190ADA4450373DF99141EFC879B039206E4E05F0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GLoaderCreator_t66E0D773C41A0612C3832E4208F9734CD43D24C1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GLoader_t79DB886430214FA5031328823142509230E0E4A8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Graphics_t6FB7A5D4561F3AB3C34BF334BB0BD8061BE763B1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InitCallbackDelegate_t30542A5822368C4E3235B2C5926368BE049E3D57_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* KeyframeU5BU5D_tF4DC3E9BD9E6DB77FFF7BDC0B1545B5D6071513D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ListItemProvider_t991E76E1FDF2295A04534B93D2B4140BB04F5CC1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ListItemRenderer_tE434B7D9A5C8D0DF8F4330224E40302B94FFF9B9_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t34E2B499DD8A314FB621250AAB31B6C9D092B7AB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* LogCallbackDelegate_t706B97807EE341E8346EB27B585DBBEDEA922058_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* LogSeverity_tB0EEAD9A943CB3A20FD868C129077F75D358434F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* LogType_t6B6C6234E8B44B73937581ACFBE15DE28227849D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* LowMemoryCallback_t3862486677D10CD16ECDA703CFB75039A4B3AE00_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* LuaConst_t1D4F422FFD8388C5E5FC039F9B71D78AD5CA5345_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* LuaException_t362D5A575564491633FB3233987012974B1564C4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* LuaResLoader_tA78634278595979C32DCDCE06623A4265079A9A9_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* PCMReaderCallback_t9B87AB13DCD37957B045554BF28A57697E6B8EFB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* PCMSetPositionCallback_t092ED33043C0279B5E4D343EBCBD516CEF260801_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Predicate_1_t2E795623C97B4C5B38406E9201D0720C5C15895F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SoundLoader_t0B067A273E4C6A141A0F508625349B69731893E2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StackTraceUtility_tEC8508315507A7E593CB689255A3FDACEE505C47_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StackTraits_1_t034BBD6AEB6C87566FF8DDBAF4132712ECCC894D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StackTraits_1_t0996E10072800C6A1D2024A560665C8D75483B83_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StackTraits_1_t0BFC7120AB626F82DB7A785183DB89E444AF2597_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StackTraits_1_t0C0673CDE523E214132F2A2A95764DF599635BC6_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StackTraits_1_t19387320C681936D47FBBA056E3EBE55037764A1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StackTraits_1_t203748C0135EAE8AE104F15EA570E4B8BBF6D730_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StackTraits_1_t308EB99204C7FC1620ED5C013DECB2FBD9DB69E0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StackTraits_1_t49D6397EC1E15831D998231F3FC3F725ADAAFCAC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StackTraits_1_t4CDF8104124D67A763BC50BF3AFA31A023CD77E2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StackTraits_1_t51B0BCFA743808015C24B64C90C0F45E5F08F1B9_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StackTraits_1_t61E4FAA9DB53A31482E722D79A1971DCBF217A0E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StackTraits_1_t7447DE74489E73C3DD56F9BF32D830F376E65DCB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StackTraits_1_t76BA7E4CAAADADCF3D9053EA0E6D46E48C92C948_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StackTraits_1_t83DF7A7D54019517BDD2E2BD9DC8A4E893067865_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StackTraits_1_t84A2AB2A44DC6C6E3ACC4A310F5024211BE11387_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StackTraits_1_t855DFC17D85B6031A13C85D4AD81D381230E930A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StackTraits_1_t8E5A0BFE9986DA6F251E25C3C566A326EF497D5E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StackTraits_1_t947CD018BB6A4566E67C7B488A1C6E9AD8C7D063_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StackTraits_1_t967BB2551333BB7AFCD2F223E72AC924462B6389_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StackTraits_1_t9998C2DAEC3FCDDF79184D7B409269088C75AB6F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StackTraits_1_t9D821C7EE5D06C7F3A602101CF5C7181D75AA8F8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StackTraits_1_tA7EABCEB0ED6F1581E66D9A25FCD1D969C62F795_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StackTraits_1_tA9FB8ECE4C933C7957CEFD6480EE5AF688922F5B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StackTraits_1_tAAE2F95838E8745872B24031580026ADD09BA0C8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StackTraits_1_tB8041F547D199313954AE96954DE3F0AE163C883_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StackTraits_1_tBB2CBEE351409526B79CA97250944DBF3A8B604C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StackTraits_1_tC1567BA3978AE3519F445EE1FEE6EEDBBFF0DEC9_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StackTraits_1_tD2AE1234750DD2FD822D485BA646582A3E060047_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StackTraits_1_tD375FFE9A4112E611FE5049CCA99E3B821B9D6EC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StackTraits_1_tF7D4D9C2D68DEA1D7F8E7D0F3515A41450192E76_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StackTraits_1_tF804942E4E3CB73BB0E12496C39177A67677CFA1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Stats_t02E9F15448F45B6237F6B9E32A972EB3E0A7F7B0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* System_Action_Event_t849A1E142A0EF10B1A879D227B3C0377B9132848_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* System_Action_UnityEngine_AsyncOperation_Event_t30301901F4473DDAF7FA36EF0467033AB69E37C8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* System_Action_bool_Event_tFE8B1F8AB419E33B0A484F66816B6AEAD51F50AD_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* System_Action_int_Event_t72AB5253E5D11247384654DA5B392C786877B7BA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* System_Action_string_Event_t4312ECDDE7B231FA0F7FF8C452136B00E3EB5DF1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* System_Action_string_System_Action_Event_t53F256514EB1ABF4A6799FE87483D37CF262E23E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* System_Comparison_int_Event_t8E16B7A44C1FA6329B2D0890448E4C8778E2DA3D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* System_Func_bool_Event_t257C4C8365723D7E7FAF7AE7F78A72E0383786EC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* System_Func_int_int_Event_tD20BFACAE9508B8D28498F78151CD20BAE91E716_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* System_Predicate_int_Event_tADCE6E9B1CAEE8B07B7E6A858BA193A568EA52BD_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TransitionHook_t762DB3B93E54E764E4C982AAE1B818FF608FF585_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TypeTraits_1_t128DA0E402B82BF969DF899637A3661238DCBE8F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TypeTraits_1_t270A437914301C3908DB3D05B452441B59B3CF78_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TypeTraits_1_t2999768965B33C3CCDAFAB0F565C9A65064EAAF8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TypeTraits_1_t2A9F277F7A977692AB5908C785A40419A6C78B5E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TypeTraits_1_t2C0B3BCA25E8B72A5B1C5965B0795D05897822AD_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TypeTraits_1_t2F8AEEDC8B33E7F0A56DE523C3B0892996B218BB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TypeTraits_1_t37A042B65CCF574EEF114C55CC9468257DD9BE64_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TypeTraits_1_t387EAFEAAFDF907DF880F8A5931237004BD2C504_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TypeTraits_1_t3DEE0AEEA30ECAF46B281AB098D70D165F7EA182_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TypeTraits_1_t3E813B03424C6B407E53C8EE04EB96041246C08D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TypeTraits_1_t5FE90784646EA518AEDFE3C77456FB5836422B33_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TypeTraits_1_t6DD2690D9EB4AB9D95315E8E46C59BE40170DD9D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TypeTraits_1_t6FCA012DC4158250B107F63230BFBB907E664480_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TypeTraits_1_t727AB4B7746D176C9A40DC16D8ED68840E0FAF30_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TypeTraits_1_t7C0BCFD66CABAA44179C2CB4CF74DDECC52207C2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TypeTraits_1_t808351D11AF5016EEF928EEFACC6B9FA3B5EE5A4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TypeTraits_1_t872E2DC448905EAC20A4CCAAB9A9186ED5E750E0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TypeTraits_1_t8D6CC53F95C80E3B67DEC8230C1B430D5A9EFA63_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TypeTraits_1_tA1518B63EA0EBCB1BD0EA3A251AB31C7437699FE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TypeTraits_1_tA85821A4022DCCF84A4F49A8DF8C6F1CB858E0EF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TypeTraits_1_tAD9EB965C4BB1806145A2C14834CBFED5BB2553E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TypeTraits_1_tAF84BA1B5F42CE6C8035A2B19DBDD97C80E7E29F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TypeTraits_1_tB92FF3299ECC5A1D9A5319E719D572524370C69F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TypeTraits_1_tCBA71D4B13EB44592D3C4498D2DFF6DFCC651396_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TypeTraits_1_tCCB5AEEC0EF5C16664C84856D74BD0FFBE8C43DA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TypeTraits_1_tE0CA2E027083207067BB361B6DEEEF35E3E48D01_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TypeTraits_1_tEB089A6FC5F028111F26E0D8EB25B896CE028715_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TypeTraits_1_tEE52E8F9F36276ED4DCF65878B119745E9A3A476_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TypeTraits_1_tF08A6CF163B92E4F30E8A80F1B808655E8785AB9_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TypeTraits_1_tF88C0CA4867884482EFFD3E9550CF400EB7C9496_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TypeTraits_1_tFBE92AA0B151BDF5FEDF9B0064F731B8416300B1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3C_CreateObjectU3Ed__1_tD338B217506DBDFB28EDC29458FB067566FE2E25_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UIObjectFactory_t7C9AE71F072946D27E9AF686AA49F64F9D2FAEA9_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UnhandledExceptionEventHandler_tB0DFF05ABF7A3A234C87D4F7A71F98E9AB2D91DE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UnityEngine_Application_AdvertisingIdentifierCallback_Event_t32E1F2F7650634273B49A382E5F014984C71EE8D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UnityEngine_Application_LogCallback_Event_t8AC3628D9C4A4F79C2A99D569D0B7DA421B284C4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UnityEngine_Application_LowMemoryCallback_Event_t55F42A348AE3779624153268AEA20C491DF1B391_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UnityEngine_AudioClip_PCMReaderCallback_Event_t3ACF075B70367140119041FBB48DA66BF7F90AAB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UnityEngine_AudioClip_PCMSetPositionCallback_Event_tC808DFCED1B085F1C18285164A87AF029224A00D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UnityEngine_Camera_CameraCallback_Event_t02F14F53D478E05A8AC7BB7839912C54A154B95F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UnityEngine_Events_UnityAction_Event_t10F8F38079DCA5884F5DEA623753436B88F6292F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C String_t* _stringLiteral0038B907EC46A09C92FAD542526C2E60EB982630;
IL2CPP_EXTERN_C String_t* _stringLiteral03A684C0626C23CDACB77D6A277206C25184B9B7;
IL2CPP_EXTERN_C String_t* _stringLiteral052B5EEAFA15280A9F75B12FF1B4D31E0D80EC77;
IL2CPP_EXTERN_C String_t* _stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9;
IL2CPP_EXTERN_C String_t* _stringLiteral08534F33C201A45017B502E90A800F1B708EBCB3;
IL2CPP_EXTERN_C String_t* _stringLiteral0B0C6F90D172B22857FDB7C4E16D3DD858581ACC;
IL2CPP_EXTERN_C String_t* _stringLiteral0F5A7BAE3D00D928B2EC7203619F7F669875697C;
IL2CPP_EXTERN_C String_t* _stringLiteral1310098E530FD4BB99B9C738F820063730B46029;
IL2CPP_EXTERN_C String_t* _stringLiteral19015A2DB56F3A2983905428AB4DA45D38E4BB12;
IL2CPP_EXTERN_C String_t* _stringLiteral1BFD3BFF8047FC479282766EDF45FBF3B37B3B12;
IL2CPP_EXTERN_C String_t* _stringLiteral20049BC069B0A04404C23D571B5E0B56F0660C02;
IL2CPP_EXTERN_C String_t* _stringLiteral20063AD9053289CECAA20AE630ED2DD758282A07;
IL2CPP_EXTERN_C String_t* _stringLiteral24EF53E53A71E64002E1896E503F5EF5B25CBB34;
IL2CPP_EXTERN_C String_t* _stringLiteral252FCE560F38C5504CC4A98120FBFE7F1D1C65B3;
IL2CPP_EXTERN_C String_t* _stringLiteral29CD3F50FDF56B43132CB011BE27E5A2567B76AE;
IL2CPP_EXTERN_C String_t* _stringLiteral2D40E1C157743142872F52912BDCCC1B79136638;
IL2CPP_EXTERN_C String_t* _stringLiteral3159FE421B3221381B3C778DC1C3C26E4540BE37;
IL2CPP_EXTERN_C String_t* _stringLiteral362D0E2AF8F9714023B734D6D78E953A406C079A;
IL2CPP_EXTERN_C String_t* _stringLiteral363298A6F1B48F2EB0AD08E376030EC42B32A91D;
IL2CPP_EXTERN_C String_t* _stringLiteral39D7627F3049BB540B03FE64ABDCC11AEFA579DA;
IL2CPP_EXTERN_C String_t* _stringLiteral3A52CE780950D4D969792A2559CD519D7EE8C727;
IL2CPP_EXTERN_C String_t* _stringLiteral3ADF2516A732BA20FE13BB6A92BA1EA2E0998A8F;
IL2CPP_EXTERN_C String_t* _stringLiteral3E2B500817A96FA5BAECB12EAFF42205003D74E6;
IL2CPP_EXTERN_C String_t* _stringLiteral3F2ABC39F93D5BC0EA6587F9BC39AD323C1F1B46;
IL2CPP_EXTERN_C String_t* _stringLiteral4087BE3ED1DA3E2A41C63DD805710FD0015A3B21;
IL2CPP_EXTERN_C String_t* _stringLiteral42099B4AF021E53FD8FD4E056C2568D7C2E3FFA8;
IL2CPP_EXTERN_C String_t* _stringLiteral42825A0849B0FC48B8D25516DA51F15350D6912A;
IL2CPP_EXTERN_C String_t* _stringLiteral42CBDB3C55980503B68E044C73B768E2C1557D44;
IL2CPP_EXTERN_C String_t* _stringLiteral4351BE4DF987A1952C095909A713B40848FE49C6;
IL2CPP_EXTERN_C String_t* _stringLiteral438AA1565474A1C75692644C6096773D919F1541;
IL2CPP_EXTERN_C String_t* _stringLiteral4400E519867F651C4CAB1E7952A0A7BD6C9B708E;
IL2CPP_EXTERN_C String_t* _stringLiteral4D0CB2BCB605CD7395F76A2B95C8C6F331AE95FA;
IL2CPP_EXTERN_C String_t* _stringLiteral4DB136ECDA5B6484A5B548865F0031BE4FB3F542;
IL2CPP_EXTERN_C String_t* _stringLiteral4DF318CF8731AB717C59E0A880FF123B15217E4F;
IL2CPP_EXTERN_C String_t* _stringLiteral50D8B4A941C26B89482C94AB324B5A274F9CED66;
IL2CPP_EXTERN_C String_t* _stringLiteral526E0503061FF16586869926F3A5F32E3F8950E1;
IL2CPP_EXTERN_C String_t* _stringLiteral5330A24528A373E76BE4F6E69A1A52FA0FC40C5B;
IL2CPP_EXTERN_C String_t* _stringLiteral55466C57A6AD671E6382864E65E49545CEA21A96;
IL2CPP_EXTERN_C String_t* _stringLiteral582681C2EAE02B3F3D399C0C26D321560F6C567A;
IL2CPP_EXTERN_C String_t* _stringLiteral5FD5FAF037F6A68B87421DF3D131D2DC06CF5AC5;
IL2CPP_EXTERN_C String_t* _stringLiteral600834B8C62069F0D17820FC390BCCA9A3A2F71F;
IL2CPP_EXTERN_C String_t* _stringLiteral60ECFB54A92FD71B6B2EDCB34C655C5538979EBA;
IL2CPP_EXTERN_C String_t* _stringLiteral6403F2B7EB2AAAFE6DE34CBF2A029B01AFEBC512;
IL2CPP_EXTERN_C String_t* _stringLiteral65D85568906905D8185B9B85258344DDBA1B8463;
IL2CPP_EXTERN_C String_t* _stringLiteral6621FDDBEA1FF968B3027E17236C09DAC3BE1064;
IL2CPP_EXTERN_C String_t* _stringLiteral68ECCE0A57F450A284E5BC2DE790ACA3B14FB626;
IL2CPP_EXTERN_C String_t* _stringLiteral69BABFE2A3DBFE57F893652DDA26B7F2791E18D3;
IL2CPP_EXTERN_C String_t* _stringLiteral6A37AC9C017B898C2221EE9FFAF81C98D9DD3617;
IL2CPP_EXTERN_C String_t* _stringLiteral739C1C84834853CF4FBA489AB900CCE5C8D4A077;
IL2CPP_EXTERN_C String_t* _stringLiteral74C32707C45AB49F275DCC893F8F3ABCA27927C7;
IL2CPP_EXTERN_C String_t* _stringLiteral78D41852F62FC8A25466DB4DCEB424A5822C2B24;
IL2CPP_EXTERN_C String_t* _stringLiteral79F5D556DCFC5A2FFF7A71F371CBC08D4B8C3D4A;
IL2CPP_EXTERN_C String_t* _stringLiteral7CA5B3DA32306970AC65E0A176027226978A3346;
IL2CPP_EXTERN_C String_t* _stringLiteral7DF702C1E2A7F97F2512B0267E516708FDA29AC8;
IL2CPP_EXTERN_C String_t* _stringLiteral82F2B5F751FC4BFD8DFA1DFEB1E9739B010234F5;
IL2CPP_EXTERN_C String_t* _stringLiteral89745F72160AF46EF946393B9768A71269696FFD;
IL2CPP_EXTERN_C String_t* _stringLiteral8A628D4919E2B8291F13B9CA35367F0E42ABEB8A;
IL2CPP_EXTERN_C String_t* _stringLiteral8B0856F524BF60C0AC99870A2632AF5D6B4CA8D4;
IL2CPP_EXTERN_C String_t* _stringLiteral8E59DB1EE3415BF769C1BCE5A3DEA28FDB9A6628;
IL2CPP_EXTERN_C String_t* _stringLiteral90EEFC79AA746D73077B2D7B3C63190D472276CF;
IL2CPP_EXTERN_C String_t* _stringLiteral92803BB68380B65C1670BFC18DC5A23B3970377D;
IL2CPP_EXTERN_C String_t* _stringLiteral95FFF55C9D5698FF916208CF5A2E7FB5CC61C8DC;
IL2CPP_EXTERN_C String_t* _stringLiteral97F9F2685EDA0AC727C83350C418747A8208CBB0;
IL2CPP_EXTERN_C String_t* _stringLiteral980AFD59EC67DC0D8202450C880A2D171517BB9D;
IL2CPP_EXTERN_C String_t* _stringLiteral9A7534F1D180F2218982D43A6BA8914EC4827691;
IL2CPP_EXTERN_C String_t* _stringLiteral9A7D4E0687B14E2B7CDA406900B802782CD50A62;
IL2CPP_EXTERN_C String_t* _stringLiteral9B57397FED7A0A6DC1E2C715FE27B1621B58D317;
IL2CPP_EXTERN_C String_t* _stringLiteral9D7311610D4DC99151F611A421431587111EC377;
IL2CPP_EXTERN_C String_t* _stringLiteralA0388AE09E305E094661166CDFE2F7094BCDAD13;
IL2CPP_EXTERN_C String_t* _stringLiteralA50BA5282A88EDE387A122E2B3CE8B10F5EC2BAC;
IL2CPP_EXTERN_C String_t* _stringLiteralA60831CBB7F3275A4A6590054CC1CD70B7A58C0D;
IL2CPP_EXTERN_C String_t* _stringLiteralADC83B19E793491B1C6EA0FD8B46CD9F32E592FC;
IL2CPP_EXTERN_C String_t* _stringLiteralAFEFF42B69ED630228E4B33A2BFA725E106613D9;
IL2CPP_EXTERN_C String_t* _stringLiteralB245F58149930DBC70CF0AA7D270B51BF8AD5B2F;
IL2CPP_EXTERN_C String_t* _stringLiteralB85344BFFDCD0C27024E3BC375142780DE6F3708;
IL2CPP_EXTERN_C String_t* _stringLiteralBB5E8E1BA7BCC8B53CA6EDD9D2C672E142EF80B1;
IL2CPP_EXTERN_C String_t* _stringLiteralBC97BE82AD56D4C57E2966529CE4EE3F84B245AC;
IL2CPP_EXTERN_C String_t* _stringLiteralC0A438B86173AC5A375F938A81047BEAFD008EAD;
IL2CPP_EXTERN_C String_t* _stringLiteralC244AE27824B10893C34FF54C8F43BDC2CF0797D;
IL2CPP_EXTERN_C String_t* _stringLiteralC5E738C8E93D2F5B547677AED13FFA3C8A21362E;
IL2CPP_EXTERN_C String_t* _stringLiteralC66172BCA5921C67F80099FB75519311582D5F25;
IL2CPP_EXTERN_C String_t* _stringLiteralC6DCBE9E066AFE8001637FEE873355C1CB2A4E76;
IL2CPP_EXTERN_C String_t* _stringLiteralC7B8311E8351399B10859AA5341BEBC80BA7B378;
IL2CPP_EXTERN_C String_t* _stringLiteralCD549607A758FA7E5E3BB7E6AC8307C3B0A5465C;
IL2CPP_EXTERN_C String_t* _stringLiteralCE9C0D79E4033B409F4432CCF3C7CB2867C36FFD;
IL2CPP_EXTERN_C String_t* _stringLiteralD0794773C9E601A86856259DCBFE842452249626;
IL2CPP_EXTERN_C String_t* _stringLiteralD21048C5C5B019FA0A181ABA5C8DC41BEE59E376;
IL2CPP_EXTERN_C String_t* _stringLiteralD3BC9A378DAAA1DDDBA1B19C1AA641D3E9683C46;
IL2CPP_EXTERN_C String_t* _stringLiteralD41DA21A477D31515FD0F3BF5564D0A9DC78AA28;
IL2CPP_EXTERN_C String_t* _stringLiteralD7A0185489E0798E6C3C11BB64FFDBC84C7FC3C8;
IL2CPP_EXTERN_C String_t* _stringLiteralD8A36238F738F00DDE3DAEE27CC1D9ED2E503A3D;
IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
IL2CPP_EXTERN_C String_t* _stringLiteralDAB8BD5A8ABA753AC5BEAB7F0A3F0FEFFA97A041;
IL2CPP_EXTERN_C String_t* _stringLiteralDB9DAFB128F4A908B2CDB83B60DE2F39733846F2;
IL2CPP_EXTERN_C String_t* _stringLiteralDF2280E16647AC58E1C3C3EDD5AC39EA39549E7B;
IL2CPP_EXTERN_C String_t* _stringLiteralE06128F3EF05B259BC7128DFA08DC545CC30925A;
IL2CPP_EXTERN_C String_t* _stringLiteralE2E6DD33A05338E9BA740068F9361EBCB9BED44F;
IL2CPP_EXTERN_C String_t* _stringLiteralE2EDFF9A40A00301F6C240A4FA3071CE73ACDACB;
IL2CPP_EXTERN_C String_t* _stringLiteralE61E700555BBD71A47EE5D7118B4E515CD8951A9;
IL2CPP_EXTERN_C String_t* _stringLiteralE8DA2478DD10DE85B6E55210179443DD2F8A31BB;
IL2CPP_EXTERN_C String_t* _stringLiteralEEC83DFB6C5E64E141BBC6F5AAA220A68E975EBC;
IL2CPP_EXTERN_C String_t* _stringLiteralF214E30EDE20DB42B8E2806F84AC58309A0CA763;
IL2CPP_EXTERN_C String_t* _stringLiteralF374BD63317F97C1C49EB4AF1BEE70CEE334BA10;
IL2CPP_EXTERN_C String_t* _stringLiteralF40368059830399CE8189100003D317F2739D087;
IL2CPP_EXTERN_C String_t* _stringLiteralF551F44CFB5B0BE46D5FCA56707E21A36874DA64;
IL2CPP_EXTERN_C String_t* _stringLiteralF6061D8B4252C5FDBD90D3A213E0B1124185ACE2;
IL2CPP_EXTERN_C String_t* _stringLiteralFC97C8D0F1218D6772A942F396DC873A26AB2517;
IL2CPP_EXTERN_C const RuntimeMethod* Action_1__ctor_m2CDF7A9DFEDA8D59543C004CB97A89C47A0CDC3E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Action_1__ctor_m4F1B6EE6AB328B8B63B3B2CD8FB89A119C3143F3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Action_1__ctor_m658A08C544B797982A059DEB0A9074E170FC48B6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Action_1__ctor_mAC998B8AD6A8D39434263D21FA7397949F39F244_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Action_2__ctor_m1151CE3BC9542E09A5C3C63540BAC10323466085_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Action_2__ctor_m1D0AB4E3B2496499950B878DADEAEF4D0918BE56_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Action_2__ctor_m30B29D426AC220BFF77912B79F0935FE3A88DD3D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Action_2__ctor_m405A16C0723FB837724AC6E3A16421EBFCF84B83_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Action_2__ctor_m44A5D6F94054BAF0EFA5A65B4E5084521C12A0C9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Action_2__ctor_m52F7EDB91F2A0CFE5CF4EF0BFE55A3F0F8279489_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Action_2__ctor_m5C906330714C40B165BBAD5545680128329A599E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Action_2__ctor_m5DC39814EC757284D29C5E214F9B4DDA6EAB0231_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Action_2__ctor_m5DD1C26EFCB74ED64544AA2087B2FDFF2E57D393_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Action_2__ctor_m687E00A395568FE1B6D3FDFCC67DD3EEEDF12C0D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Action_2__ctor_m733FA5F61FF972AE2E2334B1BEC103ABED3AA47A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Action_2__ctor_m79E25CDF88D5A9A6FC22737A9BB8D3D31E8C46A6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Action_2__ctor_m7F7F1BF8609866059A2EF9E91AB79114ED415396_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Action_2__ctor_m8B7FEE270AD830ADFC35F19FE319482D0591D78A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Action_2__ctor_m91A509A82FAE4FE078923E75A09F1A97DF81FF1A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Action_2__ctor_m944271FF450745892A217A76520FEF47A0CCDAD6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Action_2__ctor_mA96B08D934F763035BB61A9EB675EF33A09BDF58_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Action_2__ctor_mACAAA5EDB80EB12D56879F978188A70A0E02F9C3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Action_2__ctor_mB619FC9CB8C5D650CF76BCAF7AB3E3A7E67AE855_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Action_2__ctor_mB7969086E0A278680C33751005905556E9E39CCD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Action_2__ctor_mBF6A13EC7F7313A0FBBC684F86561F2911F8B028_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Action_2__ctor_mC7A3C89D883D301791E0741CA14F0F64CD58A1B3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Action_2__ctor_mC99A8E00C8D1E9D5AE2C2318C3EBAE1231127B4B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Action_2__ctor_mD5C8F6A959443E95616F962D9AA5AC4506BBED52_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Action_2__ctor_mDB7EDFC0445968ACA3D3FCD6CA04751572C7CB86_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Action_2__ctor_mDFC05123CE4263669A45E6D26C8ACEB340261B8D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Action_2__ctor_mE0F8D02811AD26CADA2CF193572C53028BDCD4C1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Action_2__ctor_mE50D31C2898E94644324CE54E2B7AFF77626D3C9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Action_2__ctor_mF00FD909C3F0B61B5E90EE0F092E59FB6404D3BB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Action_2__ctor_mF0F4D4BB286CDD0244931C0CAE4A877B20B798FB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Action_2__ctor_mF3A4A16C72DEE31BCE0FA4DE5DB8AB8EDE5C5148_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Action_2__ctor_mF7B7CB211A532CA24EAEA8AEE24D294B8F8ADC34_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Array_Empty_TisRuntimeObject_m9CF99326FAC8A01A4A25C90AA97F0799BA35ECAB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BlurFilter_OnRenderImage_m5E585C1C6E251AE1F30C375ABB23EBA75DD086C3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BuglyAgent__OnLogCallbackHandler_m7F561D4158AAF8B488E2D33FA85819FE328A1005_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BuglyAgent__OnUncaughtExceptionHandler_mB96CF0E26A43472625F562934F2CD8756AA30D6E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BuglyInit_MyLogCallbackExtrasHandler_mCA1EE25D80E2C655CDD69D77A2E77E93B112CCCE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Comparison_1__ctor_m351A5D1CE13059200A939CFDF2730BA856A65DE4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisCamera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_mB090F51A34716700C0F4F1B08F9330C6F503DB9E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DSAnimationCurveWrap__CreateDSAnimationCurve_mE91068B130335E4309BFBB34A78B6E70B3B7D690_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DSAnimationCurveWrap_get_animationCurve_m4BE29CBED9B07F2041EE78E62B23EBAE1C9F4BC5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DSAnimationCurveWrap_op_Equality_m3CB95A60D1DD56CAD0F6865CB4FF98627A93854E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DSAnimationCurveWrap_set_animationCurve_m0DECE181016672BEED0F98E7D08481C598819822_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_Check_FairyGUI_EventCallback0_mF7D9C40E44DB260BF52848DA9BCDEFFCFC471D43_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_Check_FairyGUI_EventCallback1_m99010B602A79C16A715E5DF00B0CA18B556C4FB0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_Check_FairyGUI_GObjectPool_InitCallbackDelegate_mC94801B3EEA9AC0017F53773AAAA63A7F8D9BF7E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_Check_FairyGUI_GTweenCallback1_m7B89B106B42A6E5854E70944DC07B9145DB84F53_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_Check_FairyGUI_GTweenCallback_m2761C8A76FB0ED5A486874BEE0FAC6907BD25A21_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_Check_FairyGUI_ListItemProvider_m3E72E198A52C1F09E569CADE6C40BA43CADBBA78_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_Check_FairyGUI_ListItemRenderer_m132BB3DD5AB15EC57F432E141FEF7D408A7823E7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_Check_FairyGUI_PlayCompleteCallback_m0B478C556514B8EBA89E6138ACA4558A6C181651_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_Check_FairyGUI_TimerCallback_m6CBA5CBE6FBE66DC49F6AE6C7B6BAF1DAC4F61DA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_Check_FairyGUI_TransitionHook_mDE40BDBC44DDA2D20B83233007246284E41F4EB8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_Check_FairyGUI_UIConfig_SoundLoader_mA6D433DC6344F513E4CF2E02B735E61F72468921_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_Check_FairyGUI_UIObjectFactory_GComponentCreator_mAA02F349663510E92C6B689DA46D23E86B28568E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_Check_FairyGUI_UIObjectFactory_GLoaderCreator_mA0FBE2F084B049950B9F9A0A3FC66690135C6B6D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_Check_FairyGUI_UIPackage_CreateObjectCallback_m8611083D16504A9E6AF1AE3FBEE340814A75B1CC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_Check_System_Action_UnityEngine_AsyncOperation_m02FA6C73C355275CA244DF9AF05A2921864AE0C3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_Check_System_Action_bool_mCB63D7B68BC11F5C50C93F36EFD16EF55E7472DF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_Check_System_Action_int_mFA8AC1CFAC8D9BB50B952A31E9B7318EC89ED02B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_Check_System_Action_mDC6B855CA5B26E2B9E5C8B8629DE3F0BC2F13C2F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_Check_System_Action_string_System_Action_m6C154D798995A7646F8306C5EC57BA0EBEC421D8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_Check_System_Action_string_mE87AA91C9495F5B60714E8E0D3C2704AAC636C0C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_Check_System_Comparison_int_m72ABC14F17B5488966540F6BB658ACD50F3D8924_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_Check_System_Func_bool_m9DE3199C57A54175AA802B059ABD3E806D9EF36A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_Check_System_Func_int_int_m3C0A094576BFBE99BA5E19B961A76489C454540B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_Check_System_Predicate_int_m554363ABEDF04B6A395EF5F3815CDFF3794C4AE3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_Check_UnityEngine_Application_AdvertisingIdentifierCallback_m870A57AE811422EEE98429D5E6305E282A23FAD1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_Check_UnityEngine_Application_LogCallback_mA19CA1ECF04C59196CBB350E7020F914424FB2BC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_Check_UnityEngine_Application_LowMemoryCallback_m884E16294FE334B4C3EC1651AD0EBF81E09EEA8F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_Check_UnityEngine_AudioClip_PCMReaderCallback_m1D49E0A0FFA7A281F5B360396444EEF2014DC8A5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_Check_UnityEngine_AudioClip_PCMSetPositionCallback_mDF952A176A940EB5DFBCD06BC9D1CE8980112CFB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_Check_UnityEngine_Camera_CameraCallback_m3BA8711B561977EEB40AECECAFACC362D07F71AB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_Check_UnityEngine_Events_UnityAction_mBD5F5AA010E2383F65EA9BF5F8ECCFF64DD01107_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_CreateDelegate_mAC80BF256AC3A92121C8458C5FB09EB998F12083_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_CreateDelegate_mE4B03E851E9C8FE5DA8E9D3CA74E20201A1E82DD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_FairyGUI_EventCallback0_mA5FC03B30E62882E61D79C67965118B704034AD0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_FairyGUI_EventCallback1_m583E900F04EB08DBB37DF34F0441C391A079E02C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_FairyGUI_GObjectPool_InitCallbackDelegate_mA0813D08C6474F9C8DB031D020C01D5BEA7530A3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_FairyGUI_GTweenCallback1_m71121BEDDACFF7886290E2225B8A2DE1785977E9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_FairyGUI_GTweenCallback_m878C2F5490B79C27704105A545ADDE5A9003A5B4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_FairyGUI_ListItemProvider_mBB0375030C37ADF4411A7C35AAC4E9EDE92512F9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_FairyGUI_ListItemRenderer_m2CF95D19E0164FD368DDB61EDEA2E0C96436DB0A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_FairyGUI_PlayCompleteCallback_mB99842ECFA2664C42060C8E22C9A582936D4BB96_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_FairyGUI_TimerCallback_m86453496279F3B6F56D102FC9BEBEBAAF99FFBFC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_FairyGUI_TransitionHook_mABF8BCF1363C383A332499970DCBF5AB069C8BB5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_FairyGUI_UIConfig_SoundLoader_mF2928774293606528A522534A3A2C61C73BE654A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_FairyGUI_UIObjectFactory_GComponentCreator_m6BD80EBA52167BE2503EDB670902312C7E1A6CEA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_FairyGUI_UIObjectFactory_GLoaderCreator_m2FEFA859A1D1CB46175C56A8DB8255FD75099EE3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_FairyGUI_UIPackage_CreateObjectCallback_m845BEDE5B72E373C2BA8A4E0AEE95FD2C75D233A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_Push_FairyGUI_EventCallback0_m82CAFBE8F4A900A14142CF0C1EC503BA5F793700_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_Push_FairyGUI_EventCallback1_m380B4142B92EA18B8BAB1E8964F7FA658C4A3053_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_Push_FairyGUI_GObjectPool_InitCallbackDelegate_m536498890FA6D31FD2F6701FC5435B712797B8B1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_Push_FairyGUI_GTweenCallback1_m9F41816C0D25357AF30972165992E582C1E284C9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_Push_FairyGUI_GTweenCallback_mE4ABA4A4FF61231FF92763835A2EAB5954A5B32B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_Push_FairyGUI_ListItemProvider_m38021B1BED3CC5FA3DD4AEB529C2E77940424576_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_Push_FairyGUI_ListItemRenderer_m6D67EA50552E139B488CE73D52B238594E2C144D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_Push_FairyGUI_PlayCompleteCallback_m3B9EC21B0E18A97BB0EF784AFA36ED35EDFC5677_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_Push_FairyGUI_TimerCallback_m050BBBE3FBDF2E18AE8D14BD20ED3D08FEA0A884_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_Push_FairyGUI_TransitionHook_m7C46CA1144D8EDD9D63FFCE28C7CA98FC0E64540_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_Push_FairyGUI_UIConfig_SoundLoader_mE6011562038B4098F635A7598763310D9C43DD39_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_Push_FairyGUI_UIObjectFactory_GComponentCreator_mCDEDA1FA900118890E0AD5F6078234438C757829_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_Push_FairyGUI_UIObjectFactory_GLoaderCreator_m47CAF24DC681D1E26F796495A782189D38671925_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_Push_FairyGUI_UIPackage_CreateObjectCallback_m8030B642A01F189DD744E5FD58978183BAFF76E0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_Push_System_Action_UnityEngine_AsyncOperation_m66C4F914D5EE74A83800D2B4F3EED19677515CEE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_Push_System_Action_bool_m62B2E65A9CA5AEF7623E1BFAE121E9BA9EEA5963_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_Push_System_Action_int_m746486B13D30A6E14F52683C1801560F54FECDE2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_Push_System_Action_m48E10D697053A892118193939C1E7E5B2A70C768_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_Push_System_Action_string_System_Action_mF22F2B4ABFB2B581027EAE1DA13610EBD71C668F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_Push_System_Action_string_m1FD7B84374F4BF680DA1A09FC010BC8A8B1F00A5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_Push_System_Comparison_int_m63DF52079CE4C7BC07E5C1D85899E448B6A56F83_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_Push_System_Func_bool_m9638CCB57E6AEE4C97300301876713FF79266B36_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_Push_System_Func_int_int_m0F8A70DDA6040ACB94BE3AEB4E4F7F3468A8DAF4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_Push_System_Predicate_int_m94505599214AAE06B8DFB093FF79C2598C616D16_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_Push_UnityEngine_Application_AdvertisingIdentifierCallback_mEBBA2EBD37F7D7CF40C9037F0E756C89C9899802_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_Push_UnityEngine_Application_LogCallback_m6E386E9D05B2C72A7CF49924A7634A2DC91CEF2C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_Push_UnityEngine_Application_LowMemoryCallback_m5BFB1DECA224866370A24C0F7FB65C598D2BB687_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_Push_UnityEngine_AudioClip_PCMReaderCallback_m6F659691E2DD3811A9A0760FAC4EC8EE31D95201_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_Push_UnityEngine_AudioClip_PCMSetPositionCallback_m812990CD4BE8B4F0B4875FAED55D9177C5460B14_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_Push_UnityEngine_Camera_CameraCallback_m580EAB93C1C3C345AFC0D1CA1F991CF6F8551FB7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_Push_UnityEngine_Events_UnityAction_mF538E19BB415938B38C1C6A9CE872941EF605BB0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_System_Action_UnityEngine_AsyncOperation_m2B47FA94EF576420378A56B3873D92F64601010E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_System_Action_bool_mE0091FB16A16A3B0C40B5C286D7F1277EDA16278_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_System_Action_int_m44D6A7763CC2614B28C1C46F0E7746D66659C6F2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_System_Action_m7A7338D76891971CA480DA378BFC0135885932B1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_System_Action_string_System_Action_mF12FA4CC767184426798DBAFA3C5B2F30F3E6418_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_System_Action_string_m608629AACA3FD6C3982BBACCA2CE394C18F97126_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_System_Comparison_int_m7A08D68520A322FF52EDA490794DB3D1B645B066_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_System_Func_bool_m8BA405B3AE137E120C56BEC1EDE72939B1A434E1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_System_Func_int_int_mDD8E03547EE314A92CBB392A18A159709B3BC3AF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_System_Predicate_int_m336AEFBD22523EDC252A261D21A70E8642B6697E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_UnityEngine_Application_AdvertisingIdentifierCallback_m68A35DB0CA90788182E09E7A9E788C0A9F876831_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_UnityEngine_Application_LogCallback_m32CAD56230F8E42117FA61B619079B80DA6D42D2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_UnityEngine_Application_LowMemoryCallback_mDB2EF08DD1492108738A4CB825A9BEA53540BE57_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_UnityEngine_AudioClip_PCMReaderCallback_mBA8186EB8906F50FE7C2FC8F1CCEFCB34DF82AD9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_UnityEngine_AudioClip_PCMSetPositionCallback_mBEF4A550CC5AEFC61DFBBA4883688186E3CC9FBD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_UnityEngine_Camera_CameraCallback_mE5F8FFBF91B2879DF7FB7FC4AF84EE37D53D5C52_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateFactory_UnityEngine_Events_UnityAction_m16996529BF5ECB605054979679396F2D08887F7A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Init_m041C4821CD1EEAC624E306DC5EC7B4E9C049F128_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Init_m10744F1C80B0B47A27779A2DFD68B8BA204BBEDA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Init_m14032711C86CAF47CE512EE7BACF6D791A17C7A8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Init_m2120F612DC57F4E9EB0139D27A9DE21A2C55B4BB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Init_m2A2234174E9F3793B71E19BD11A98C34E0D9FCC5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Init_m31C1DF689DFC60579E8B3C4DF98A6842296BFA9D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Init_m34B0319DE4CA09BE77B5D0D0BC165FB8893D12D7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Init_m362C4E7630A431CEBF4E4C8A07AFDF7D26A3CA9D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Init_m3F650556A51559019A3626766220545729424AC9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Init_m622AD72F73BE89CFFE346F159CA24799414E98B9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Init_m637271189FD6F70A653586E6E42C4ED9CA906426_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Init_m68FBE3D3F87B769A4494283F918B6162719E20F9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Init_m6C9B9173B21142D89C92D751720317F7ACE99B26_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Init_m6D5549618ADD31075B95C24D6935D6E91FF7BF05_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Init_m86E10621DABD8FDE628B38C125D3CF54FF4CE935_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Init_m923EE57850893654D3787B84CD76D2EF99CB525C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Init_m99AD6EFF1915D3289874E02F67E2838F5F5B28C2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Init_mA17C48537162E8608D8D946305F3B1DFD05426B8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Init_mB2E21ED24C1AF2D8E08B16CB884FDF1F9DD35C92_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Init_mB38E8FD29B2650726848C943BCEB94774ED5E66C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Init_mB690666D77450590015E57AB18F966C6D24753CA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Init_mB763C8C435FC57A23B656E22E60B9A39BE545AB1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Init_mC05E15E5535D18890D595138D3717DDD5667B11E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Init_mC8B13DE993565875E86B01EC1C7A753D80C19CB6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Init_mC9175FD248A5E3E1663C3E4EAA047882F40ADC52_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Init_mD14D90A8EF8199C0EDEFFC28A0B5035ADAC12896_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Init_mD4F3F11956F5AA2FAD61559F4AFDBAA21C3BC77A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Init_mDC90F103F144AC74E20574C9A539957803D8787C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Init_mEB2944E841190C3D26B499EEF56F5E8166F3E3EB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Init_mF95C9507D032304E1CEED107300F2390B3803483_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Init_mFF3F23B2BCD7A75DDAE85D4C2F522D38DECB5622_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m6E523C00E33BAB5B61C7889439E8B4EE94DEB885_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Clear_m91A92A96B3E18F3335E3143F9A6ADC49D6D9434E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_m469FB51E0215B39D99370328982803EFF5A85DC3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_m6035A72C0D6A9432F46DE0742776CC7B866AB127_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_GetEnumerator_m3378B4792B81EF81397CB9D9A761BD7149BD27F5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mABC1B2661F038133AAC620DC2441B9E58A3A9550_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mACD682DD877C9A615C381F1EA7BCBF114D34C3E1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m2700A246F21F93EC02B9836D6EFA8DCF7F57B7E8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m5B1C279E77422BB0B2C7B0374ECF89E3224AF62B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mFA68DF55A1A2C25613C3E0B92028F70624FBDBE6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Count_mCABDD78BB70A11ABE11DCFDFD2E175A93809B90B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m3BB6E3DA9855D0F006F9627AB3ACC879B2ED0ECB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m16C0E963A012498CD27422B463DB327BA4C7A321_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m6E6A22A8620F5A5582BB67E367BE5086D7D895A6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mBEC9B470213860581893E0F197CAAE657B8B6C69_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_EventCallback0_Event_CallWithSelf_m1226551FB0EF1EC70C40B3835B446B8C095693F5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_EventCallback0_Event_Call_m85E7E80895682B35E19108AF52295618E4D1BA39_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_EventCallback1_Event_CallWithSelf_mD35F3297BA87CCD5F3D6A5654FD0DFD1779395B2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_EventCallback1_Event_Call_mF68582BD4B3A7B2EF8910A67E448F6FE0D5F6A33_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_GObjectPool_InitCallbackDelegate_Event_CallWithSelf_m591411D3AAE413689A57DE49EF5754ED0308D03B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_GObjectPool_InitCallbackDelegate_Event_Call_m76BB359D30A7DBFA1EEB6749B0D4C9338A46868F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_GTweenCallback1_Event_CallWithSelf_mA12232319B405C87025D6E48AC9150E2CA56F256_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_GTweenCallback1_Event_Call_mED202953AD44C5891749B776A86617BC8BAF6B07_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_GTweenCallback_Event_CallWithSelf_m45567E2A4C255DCB8EE7839758A448186E6C40F7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_GTweenCallback_Event_Call_mE139422EB58E2CE280131D8F80AC3D1F40AF085B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_ListItemProvider_Event_CallWithSelf_mCC2C1CBF7682DEA756598D1E5AC7CA1D2D6E1F55_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_ListItemProvider_Event_Call_m9D192E5808BC06864DD25CB09A96331A37B0E560_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_ListItemRenderer_Event_CallWithSelf_m4E0CC4BE66094B71BDCDA77580CBF65D34B5083E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_ListItemRenderer_Event_Call_mCD6F7BD5C468A8CB421D3213174D82F7FC92C730_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_PlayCompleteCallback_Event_CallWithSelf_m3FCD75F6B13C75D478A4BFD031A0125327EAD9CC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_PlayCompleteCallback_Event_Call_m3592DEFE966BBB88C160B55A69C3C64814E0D61B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_TimerCallback_Event_CallWithSelf_mA4B7B47DC384E58557CF23E26299447942FDBB3E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_TimerCallback_Event_Call_m57EE70CC2662B5E45335370EDE52D821BE7B9363_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_TransitionHook_Event_CallWithSelf_m4209BD6282911A162A1933AE0EB9F87E993FD4C5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_TransitionHook_Event_Call_m5BC26FB7C0707AD638A0794CA3D51782648443FE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIConfig_SoundLoader_Event_CallWithSelf_mF7DB710C3227AE905A230D30C181E571819A114C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIConfig_SoundLoader_Event_Call_m5EA743FBA9EC9D7A5666CDB2829C56278E4D4FA1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIObjectFactory_GComponentCreator_Event_CallWithSelf_m2AB881443835E760441973163CC6C69A924E07CC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIObjectFactory_GComponentCreator_Event_Call_m6BE0F5BBDA5BA4E736B655633AD9742CD9EF5E37_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIObjectFactory_GLoaderCreator_Event_CallWithSelf_mC4C9F005B75E8254507AD920B7D25BB888C21685_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIObjectFactory_GLoaderCreator_Event_Call_mD93DA0A43737744D2B0502651E700DB466ACE245_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIPackage_CreateObjectCallback_Event_CallWithSelf_m3EECD2511C20003EBA6DD29F3D688F4425717D13_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FairyGUI_UIPackage_CreateObjectCallback_Event_Call_mA66DBF811438AFF968E0BF04C61474919006D63B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Func_1_Invoke_m197EFE88ABA4ACF4FEA09B5D7B9D50D6F087D8CC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Func_1__ctor_m479BA9DCBE3F496111BD05CC90CB1044C5FFD552_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Func_1__ctor_mCA4199EF22906978B3455ED841827D27CA8D1B22_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Func_2__ctor_m1204EE2CE2055318F4B79DC9CCE8BE14A1A0C755_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Func_3__ctor_mE71E565C554B772C8848B92736EC2E37032853C7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisCamera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_m7DF3B4DB4CA60855860B6760DBA2B1AE5883D20F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisCaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815_mD1031FD6EA71F98E62FB2FB064751CC28DF9FBC1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisCaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815_m904C83F7A033FB584169FEFE647A224D54247CA9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Key_m434E29A1251E81B5A2124466105823011C462BF2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Value_mEAF4B15DEEAC6EB29683A5C6569F0F50B4DEBDA2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mB46954605371F1D985BB94F7732F76BAE921F384_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mD043B4FF268C2CA6CA9112BAA5BFD6D4A85D9232_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveRange_m1ACBA3EC8296C2445761E20D9E7300C83B778D5D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m2BAE8F1AA098F255D6B59BC68C4F711E04BA85C5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mFF6C71F6D2E67D3812089130C3CE460A9E4E8B7E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mA8CEBD134A91092FE240E74A9048CF7D14D8A065_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mF36C7C2EB177C8993AA47F67F2201C360AB19394_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mC6C56D7519E9BF36E737C10466193042BEC61D71_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mC7E01E0C259BA1982C298AA85FF0B8668455A88A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LuaClient_LuaOpen_Mime_Core_mC3B7816D48481AF4D139002A2C15421BDE77E6B7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LuaFunction_PushSealed_TisCamera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_m81E1813B3ED2213A96FCEDC25E26A7A452B9B1A7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Predicate_1__ctor_m78FDCEC58FE3D44DCE64FE4F1F6B4184DCCBCDCD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* System_Action_Event_CallWithSelf_m78C458148609418F14389E7C820D25AEEF98DCC7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* System_Action_Event_Call_mD41D39210848C8C9A389EFA000A6131FDDCC8D0B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* System_Action_UnityEngine_AsyncOperation_Event_CallWithSelf_m6295E76509B6FD66961EE1E9C596D8A45617A09F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* System_Action_UnityEngine_AsyncOperation_Event_Call_m548B51295C248DEE42FB0B4647C51A564B641014_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* System_Action_bool_Event_CallWithSelf_mF3882FC96BB1BABC84527C58BB2B9528E15A9236_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* System_Action_bool_Event_Call_mBF8BC4BA859F78766C13755C01F482C9E516C973_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* System_Action_int_Event_CallWithSelf_m2C526B464F555EF69AC0D84D41D063EC2188E6FA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* System_Action_int_Event_Call_m32A35D6180E14A0C661D06E49A112F02F2253672_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* System_Action_string_Event_CallWithSelf_m156D63A0A14A148155ECBF8CDCE0210658DD9993_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* System_Action_string_Event_Call_m27124D48B25C360E497ABE02BBB2AAB4A000B128_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* System_Action_string_System_Action_Event_CallWithSelf_m9264071612C17764ABE8EF1DFD1AE992B9086051_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* System_Action_string_System_Action_Event_Call_mC9665AC377F0564A8AACBFCE708675813E1C00DB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* System_Comparison_int_Event_CallWithSelf_mE14903432998BC5020AF2E733D6D0BC761586E52_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* System_Comparison_int_Event_Call_m60202AB57B213C8E724E24BF0E726D410FC469ED_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* System_Func_bool_Event_CallWithSelf_m24D1C180ABD17573442C90EAA8A2EA56D5E4BCF7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* System_Func_bool_Event_Call_m7BBBD7B542F569F739923A7FD77D0D3631517624_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* System_Func_int_int_Event_CallWithSelf_m9C0332165CCCEAFD90423C29B0BCC241672C4D03_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* System_Func_int_int_Event_Call_m234D8FA9886084FAAE9544BDD52F5F9203B70218_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* System_Predicate_int_Event_CallWithSelf_mDD1367FECD8C323C4893F3DDD34A95C1B0912186_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* System_Predicate_int_Event_Call_m0CA49D822A2F67A3EEFCDF8C9D2DB3BE54164926_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_CheckObject_TisAnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C_m51E215622378381586944AB63512BE6C852590FD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ToLua_op_ToString_m45ABFC0D91846491E0BD772C639D333B3697565C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TypeTraits_1_Init_m008147B67C9DAEA0D73AF395FE21E5424DBA8C41_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TypeTraits_1_Init_m076566732248A438129C7B271CD18EA01AD5880B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TypeTraits_1_Init_m1845CB975621F6D23934E7AE3B28FC9D2DC92208_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TypeTraits_1_Init_m2B01278728B42F80F419B12E6CBA98CE28D15929_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TypeTraits_1_Init_m2E80DA565BCECA7A44A48CE0834E4328AEDD5782_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TypeTraits_1_Init_m2F6400ADFF757AEE41AFFF8DF48912484C1BE996_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TypeTraits_1_Init_m310A29E2653300F52D395A08B7327087C4929006_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TypeTraits_1_Init_m34106C646E1DAA560CE6ABDA7EA8D1C659B0DB11_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TypeTraits_1_Init_m429C4CF233BF2AC32F251596184EF7809113B523_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TypeTraits_1_Init_m724DA8E5C5108E439F624E717612B1E155A3218E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TypeTraits_1_Init_m73C641D1EA4FE1935C6A38FBC972848868ACD768_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TypeTraits_1_Init_m74BCBFFDBB5850A8ADF3FB1A1B232AD094F6485B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TypeTraits_1_Init_m75EA9859C6B037E5F2E47496A46BA2FDCDE665CA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TypeTraits_1_Init_m7F3175DABF7BA01FBB368B2877F017AB982E4104_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TypeTraits_1_Init_m82A3C93B301D9715015EA55F25B18F51EA328478_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TypeTraits_1_Init_m8688074CE495B967E48A5D27D2CC542B52C9ABF6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TypeTraits_1_Init_m8C06F95EFCEF32E58E498CD6B1A04F7C17D369F3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TypeTraits_1_Init_mA3B76CD4B1DF690F32B783B8B59D070BF60A99E4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TypeTraits_1_Init_mA4A700D71B33495396A7E97036629EE62043FF66_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TypeTraits_1_Init_mA7E1D1861E769BC5D2B7A7E330412A4EF6278ED3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TypeTraits_1_Init_mA9009EF6AB096633113306631652831868D751B0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TypeTraits_1_Init_mB3D70FB9C90FE3334D6AA50CC98BCA3EECCFE1E6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TypeTraits_1_Init_mB950CCBA84922E1A95A75923495A4C6F6ED74411_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TypeTraits_1_Init_mCB0C337D171B89C5D6F03480A507AB4A1963953B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TypeTraits_1_Init_mCF3E06ABABB0B05E348393C77F5700F81061F135_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TypeTraits_1_Init_mD80689BCEC0B3F23671EBD4781A5C91877CD136C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TypeTraits_1_Init_mDBD95E354C18F24A1806ECFD8E29E5B9092E2C04_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TypeTraits_1_Init_mEE5FDA08FD9257EBC3BDEC2E0C7AB2A0EF2F83D9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TypeTraits_1_Init_mF31A0655605E14E100DB14C39C0DFE361B650AE9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TypeTraits_1_Init_mF88C10CE1D7E50B0B63A68C8261CB42A470BE810_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TypeTraits_1_Init_mFE8F9D774455985B68A806C6B961961444D1A5DD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CFairyGUI_EventCallback0U3Eb__82_0_m38851752925BD1494EE9E79040BCC13A302C23EC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CFairyGUI_EventCallback1U3Eb__78_0_m76495CA704B8CBF9434332E2DA0B6FB18A023A4B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CFairyGUI_GObjectPool_InitCallbackDelegateU3Eb__106_0_m28540827C657201070F553F27D11C9240AC01B4A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CFairyGUI_GTweenCallback1U3Eb__130_0_mA5399CB79ACCDAAC3A6C655AAE5119A72E1DBA97_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CFairyGUI_GTweenCallbackU3Eb__34_0_mBDB311E4B3BBA05290BC38B91EAE80A6D28222C4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CFairyGUI_ListItemProviderU3Eb__90_0_mE25F749041D1440D425A053F29641E23D394535D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CFairyGUI_ListItemRendererU3Eb__86_0_m917C650412F3FBAB18FD169214287F1ED268E44F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CFairyGUI_PlayCompleteCallbackU3Eb__94_0_m68946DB69EDFB8BD0C71E46D0470C8BD279249F2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CFairyGUI_TimerCallbackU3Eb__110_0_m0B6BF79A93C94F19D00628B9D6B0E3A3056CBB73_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CFairyGUI_TransitionHookU3Eb__98_0_m9434D1E520C43360788AFE9FE147706B57EECCBD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CFairyGUI_UIConfig_SoundLoaderU3Eb__122_0_mE3369F63E4BE8A471715CB1932D4EC2E0E1E5450_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CFairyGUI_UIObjectFactory_GComponentCreatorU3Eb__114_0_m70A888A0C5F794B50A4E48289F4F582BE3592FDF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CFairyGUI_UIObjectFactory_GLoaderCreatorU3Eb__118_0_m8F847CCE7F166D3A4E6BEB55B3A07D27346C42C5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CFairyGUI_UIPackage_CreateObjectCallbackU3Eb__102_0_mCE6E2450DFF579FB231772C3DEE56A0F6034A02A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CSystem_ActionU3Eb__10_0_mDBC42FFE27B96D7FBDA072D0DCCF848D33A03C4E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CSystem_Action_UnityEngine_AsyncOperationU3Eb__74_0_mD6A11387C78FEB5045F5963913B39675E35C1AA2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CSystem_Action_boolU3Eb__54_0_m1E488FF57160330F6A2DEB34DC1E995F178BBD4C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CSystem_Action_intU3Eb__22_0_m0935E266636D1CC81C33F23F3B6D4DAAC2524F9B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CSystem_Action_stringU3Eb__58_0_m7F0BE94F96214A433857E1C7E77441A5784C82B7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CSystem_Action_string_System_ActionU3Eb__126_0_m4066F8B04B18D0134F3731A07CDA9CC1032802BC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CSystem_Comparison_intU3Eb__26_0_m1FF7AB14F8B9EFA4D9DA5F4A96E0DEB23AE8A46F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CSystem_Func_boolU3Eb__62_0_m6C5D7882F46C4C8A8657445A26A89FD563D022EF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CSystem_Func_int_intU3Eb__30_0_m94A096AA33C385E887CB177A1AC0F16A74BEEEB0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CSystem_Predicate_intU3Eb__18_0_m3312F6C4FB51C49C8940B14F49B1F16BBDEE1AFB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CUnityEngine_Application_AdvertisingIdentifierCallbackU3Eb__42_0_mFDB155ADCA21F8245E684FE8AD184C0BBDB49B9C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CUnityEngine_Application_LogCallbackU3Eb__50_0_mAC6F611A6F637625F97748ADEED6E05BD50146C6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CUnityEngine_Application_LowMemoryCallbackU3Eb__46_0_m1E3AC6DEF78E0CC8243844DB2D5515E6A9F67153_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CUnityEngine_AudioClip_PCMReaderCallbackU3Eb__66_0_m3950808CD0F58C6EDA2696D562304F4297B57BED_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CUnityEngine_AudioClip_PCMSetPositionCallbackU3Eb__70_0_mD8034C1662BAA1BACACEB665D70207BA9833A194_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CUnityEngine_Camera_CameraCallbackU3Eb__38_0_m84D165F2651E61DE0374417021DDDF19F7FF9018_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CUnityEngine_Events_UnityActionU3Eb__14_0_m4308835DEEE2ABF199F8A7F931A2865130B07BC3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3C_CreateObjectU3Ed__1_System_Collections_IEnumerator_Reset_m45D2BBCF90C8782AEA5A3F357C1756614D021274_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_Application_AdvertisingIdentifierCallback_Event_CallWithSelf_mDBA0A4AC398D3B6466173BC98A5852F45D990999_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_Application_AdvertisingIdentifierCallback_Event_Call_m65D7E6ACCEAD8313BE6F7C941C1319BB92B82219_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_Application_LogCallback_Event_CallWithSelf_mBCE9BA228AC6F070E9DE4E2E5C68ED0C62B49D33_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_Application_LogCallback_Event_Call_mA24E85FD0243586DF929070A295313DF2F830F60_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_Application_LowMemoryCallback_Event_CallWithSelf_mE0AEF85501BF53C9FAD74500CB56237802111902_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_Application_LowMemoryCallback_Event_Call_m6096660BF96988D5B61BF6EDA2EBFF1717956EBE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AudioClip_PCMReaderCallback_Event_CallWithSelf_m1172015E5900FA6B3ED8D47F27822121AB3530AD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AudioClip_PCMReaderCallback_Event_Call_m85DC9AC551F90B99607A78D1B2571150017C8D16_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AudioClip_PCMSetPositionCallback_Event_CallWithSelf_m3AFB6D4F2FA5994E6E35CCFCCBB0BF739FF539E6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_AudioClip_PCMSetPositionCallback_Event_Call_m8969625EDE0EF8689B8C375879A25B0F405EA15F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_Camera_CameraCallback_Event_CallWithSelf_mE2F404F0C03935B7753F93E708A273DB9044BDDE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_Camera_CameraCallback_Event_Call_m22CD5A753B8FEC1790374A1230E20ECD045DFFA7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_Events_UnityAction_Event_CallWithSelf_m783D373C9666FD915B745CDC1DE54F9A838ABDDF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* UnityEngine_Events_UnityAction_Event_Call_mDAF7CE8084404626477A14A5CC0AB286ED6636BD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeType* Action_1_t32A9EECF5D4397CC1B9A7C7079870875411B06D0_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Action_1_t9B7C5376025AEF32439C13FB3BA4BFF8F0F0477B_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Action_1_tCBF754C290FAE894631BED8FD56E9E22C4C187F9_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Action_2_t21B1554176CA268836EE910CDDF9F6F768C03F23_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Action_t591D2A86165F896B4B800BB5C25CE18672A55579_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* AdvertisingIdentifierCallback_t2AB6D339DAC1CDF632D6FC041C378577EB516F3E_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Comparison_1_t95809882384ACB4AEB9589D76F665E1BA5C3CBEA_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* CreateObjectCallback_t11E5A8E573CF4BEC5DE80CCE2C2D0E9FB4BE07E4_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* DSAnimationCurve_t8AF4B55D16E3382163B6B54B8B35C2F544DD44E6_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* EventCallback1_t389063B912FE306493324D5033356213EEA650A7_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Exception_t_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Func_2_t190ADA4450373DF99141EFC879B039206E4E05F0_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* GLoaderCreator_t66E0D773C41A0612C3832E4208F9734CD43D24C1_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* GLoader_t79DB886430214FA5031328823142509230E0E4A8_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* InitCallbackDelegate_t30542A5822368C4E3235B2C5926368BE049E3D57_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* ListItemProvider_t991E76E1FDF2295A04534B93D2B4140BB04F5CC1_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* ListItemRenderer_tE434B7D9A5C8D0DF8F4330224E40302B94FFF9B9_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* LowMemoryCallback_t3862486677D10CD16ECDA703CFB75039A4B3AE00_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* PCMReaderCallback_t9B87AB13DCD37957B045554BF28A57697E6B8EFB_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* PCMSetPositionCallback_t092ED33043C0279B5E4D343EBCBD516CEF260801_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Predicate_1_t2E795623C97B4C5B38406E9201D0720C5C15895F_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* ScriptableObject_tAB015486CEAB714DA0D5C1BA389B84FB90427734_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* SoundLoader_t0B067A273E4C6A141A0F508625349B69731893E2_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* TransitionHook_t762DB3B93E54E764E4C982AAE1B818FF608FF585_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4_0_0_0_var;
IL2CPP_EXTERN_C const uint32_t AppVest_LoadNetP_mF456EA0D770A239EBAB3F9D5FE8498CBBB0F352D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AsyncCreationHelper_CollectComponentChildren_m5780D4D7E6E6A31BE87BED622DD032ECF5EB735F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AsyncCreationHelper_CollectListChildren_m2AA2744AF2951BAD1730DB6C00E8B468AB7AB042_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AsyncCreationHelper_CreateObject_m9B253EBBD9ED3ECE74EF793ABA33F5846F9E9A6E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AsyncCreationHelper__CreateObject_mAAFFF8D45B3A46DA126EFCFA81E1D125E08989BB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BMGlyph__ctor_m85BDAB4FEAF9C3EBA91EE9A73D08EBC831005497_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BitmapFont_AddChar_m4906AA043C8BA3066EF1C7D4FD10C9E96D6E42C9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BitmapFont_GetGlyphSize_mED6509652E79E06CF10541275E30688F60D04111_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BitmapFont_GetGlyph_mD5DE194CDB81534F5B5103A437211547172FE4E9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BitmapFont_HasCharacter_m07F67B0749AA08D7ABC1BEF59117F0CA60EDDF52_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BitmapFont__ctor_m0D2491EB5CA90C3BC5111961CEB4E3451DB4383C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BlendModeUtils_Apply_m94EEEC03D0E7BD30E5872FF5453845C9B7595B4A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BlendModeUtils_Override_mCFCB6A27FD2C8F3083927AEC94ACECA5E1641258_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BlendModeUtils__cctor_m756074B056C8F907DA8736B64CAE632491878891_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BlurFilter_Dispose_mC7866603EF39E2D47BE1D9A0592C9D414957C17A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BlurFilter_DownSample4x_m5DF955E6E18B01256B598D6BFFC26708BE2FC61B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BlurFilter_FourTapCone_mE9C62373BA9072BAE4C3804542949A024074D22B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BlurFilter_OnRenderImage_m5E585C1C6E251AE1F30C375ABB23EBA75DD086C3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BlurFilter_set_target_mA47BA0876DE50AA10356E6CE0A8A14C22FF0FB63_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BoxColliderHitTest_SetArea_mAA144235D3224601FCE072877942054D278AFEDD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BuglyAgent_AddKeyAndValueInScene_m1338E6590C7E95BB8AA63905400ED5B37F8221F0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BuglyAgent_AddSceneData_mC896E8D98D437EE6AFDEB1C393019F6535FEF545_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BuglyAgent_ConfigAutoQuitApplication_m730858239845C1B20B0F815AB40CD5EE13FF179FAssemblyU2DCSharp_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BuglyAgent_ConfigAutoQuitApplication_m730858239845C1B20B0F815AB40CD5EE13FF179F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BuglyAgent_ConfigAutoReportLogLevel_mBEFEBB80C63DC039EF5414B3324FE6BFB6C206C7AssemblyU2DCSharp_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BuglyAgent_ConfigAutoReportLogLevel_mBEFEBB80C63DC039EF5414B3324FE6BFB6C206C7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BuglyAgent_ConfigCrashReporterType_mEC4C6DFE51CF1C453DFEB57BFC37CDF517C57A52_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BuglyAgent_ConfigCrashReporter_m81DFB8F63ACD2AE017A31628FF05C84C1F0A6236_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BuglyAgent_ConfigDebugMode_m0C4BEE5E664D8958175D5F25C73D498A8908D320_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BuglyAgent_ConfigDefaultBeforeInit_m18BEBBBD1CDFE01DBDC4826E13304A0775B5823F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BuglyAgent_ConfigDefault_mB54B5BD9A1C952CCA60F4E4DA57AC751DA750B7A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BuglyAgent_DebugLog_mC5679CF7600DA393873517B9B952BBCCB71A0B47_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BuglyAgent_EnableDebugMode_m66014BDE882FB03AA428E56966C02982AD23D55DAssemblyU2DCSharp_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BuglyAgent_EnableDebugMode_m66014BDE882FB03AA428E56966C02982AD23D55D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BuglyAgent_EnableExceptionHandler_mDE55CFACC6CD661C665D74E5520DBFEC243B17A3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BuglyAgent_InitBuglyAgent_m7A8C607C6537B189150FE8BF71D33604E5076B4E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BuglyAgent_InitWithAppId_m5AA399BDE9799B0FB9D8D73395CAC93C8EE2E62E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BuglyAgent_LogRecord_mB26E36E6840231FAE53E50FF56A7CF1221612640_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BuglyAgent_PrintLog_mDA06735AF796209C67CA18D79EB57F13CB4797FA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BuglyAgent_RegisterLogCallback_m2F148DCFB6AE86C2DE1A7938722DD584ABEA43B1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BuglyAgent_ReportException_m274866487E615F3F2955CE95000721E196E04F0D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BuglyAgent_ReportException_m9E69ECF18F2C497D987D0C11CFD8291503AD7EA1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BuglyAgent_ReportException_mC134083778D47F16F4CC1C100309E178DECE4A18_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BuglyAgent_SetCurrentScene_m9B742C55A35FF6D0F66DB4E44610F0EE48E626FE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BuglyAgent_SetLogCallbackExtrasHandler_m6CCDA37CA29273729AD17131D620E1152795062F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BuglyAgent_SetScene_mC6515A371BF751587B3C803B634BF711CD90DE88_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BuglyAgent_SetUnityVersion_m9BCA12523A7B7DC514BA375FA00F1C48FF00E098_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BuglyAgent_SetUserId_m2A234069BEB82CA51E4A4D07E630260358CCA124_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BuglyAgent_SetUserInfo_mC0EA36DC49C85C66235B51ABE39E017FC174ED81_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BuglyAgent_UnregisterLogCallback_mD87650A4B44465BE49E81CF007CAC52587ED95F9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BuglyAgent__HandleException_m78607F9E1647699B3C53B4DA62663210B4E3FD91_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BuglyAgent__HandleException_m9E9B9846456EFC87DFABE4BAC718793793623F57_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BuglyAgent__OnLogCallbackHandler_m7F561D4158AAF8B488E2D33FA85819FE328A1005_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BuglyAgent__OnUncaughtExceptionHandler_mB96CF0E26A43472625F562934F2CD8756AA30D6E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BuglyAgent__RegisterExceptionHandler_mFDE704A205ABD3FFB4E88934C4E928BD962AAB29_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BuglyAgent__SetCrashReporterLogLevel_m94474206F570C095F593B8DFA13C114E6F36A01FAssemblyU2DCSharp_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BuglyAgent__SetCrashReporterLogLevel_m94474206F570C095F593B8DFA13C114E6F36A01F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BuglyAgent__SetCrashReporterType_mCD178464194423A0868B20FD66128B06F794D5D6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BuglyAgent__UnregisterExceptionHandler_mE1E7D81FC0BF4E16C12657960934E53F28235326_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BuglyAgent__cctor_mF93AA2286B5E82277087BB439FB6AF889889AF72_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BuglyAgent__reportException_m64EC38EA70D0793526A8DED7B46BBF2EDF3708D0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BuglyAgent_add__LogCallbackEventHandler_mABFFB0687EFABD0E5BC0EDA16FDAA9895ACDD937_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BuglyAgent_get_AutoQuitApplicationAfterReport_m9B9EE6C962F562AB22728F58C715C1968D7BBE72_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BuglyAgent_get_IsInitialized_m9BDF482CC018EB47290A5AB03DCE39D38B91DE09AssemblyU2DCSharp_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BuglyAgent_get_IsInitialized_m9BDF482CC018EB47290A5AB03DCE39D38B91DE09_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BuglyAgent_get_PluginVersion_m2BDE5B2A9DAD20F247DB4E372761603930749F4C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BuglyAgent_remove__LogCallbackEventHandler_m9AC839ABDA09F93D8C755E2BBC09BFD5B4DCD207_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BuglyInit_Awake_mF7DCDA1BB5EF7B387990BF7744726D25B68330BE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BuglyInit_MyLogCallbackExtrasHandler_mCA1EE25D80E2C655CDD69D77A2E77E93B112CCCE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CaptureCamera_Capture_mFACFA9B309DD9C99E58490AEB82FFBEA4629CDF0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CaptureCamera_CheckMain_m0B949F0765A8C8F6D146541349F08530B6D3749D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CaptureCamera_CreateRenderTexture_m94532FD87A3BA922637B90F812E8E086C48B1CE0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CaptureCamera_OnEnable_m73B7777F75389B546CD84077FDFFA61C0DF4EC8D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CaptureCamera__cctor_m459A560FD9C934D711C409108C00105D70A40109_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CaptureCamera_get_hiddenLayer_m9B3A0C8975E0DA9530BABD1648ED1A126C451DB7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CaptureCamera_get_layer_m4BE76B1B061F2135C7E38AC13EF5C3445E00F3D7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ChangePageAction_Enter_mEE75567B6C45B55080755936DD1ABC47DB8F318C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DSAnimationCurveWrap_Register_m2671A3A4F03164CB994135636686A77A95E59038_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DSAnimationCurveWrap__CreateDSAnimationCurve_mE91068B130335E4309BFBB34A78B6E70B3B7D690_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DSAnimationCurveWrap_get_animationCurve_m4BE29CBED9B07F2041EE78E62B23EBAE1C9F4BC5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DSAnimationCurveWrap_op_Equality_m3CB95A60D1DD56CAD0F6865CB4FF98627A93854E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DSAnimationCurveWrap_set_animationCurve_m0DECE181016672BEED0F98E7D08481C598819822_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DSAnimationCurve__ctor_m746A9D344EAD90C4A622A82138683E7A0F18968E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DSLuaClient_InitLoader_m0D3DA4C51CD11A44B5C5E32C5D53E8AFB2FA787B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DSLuaClient_OnLoadFinished_m874E7DBE3779BB868669991DAF500250CD0C433C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DSLuaClient_OpenLibs_m0446133B16564790361689770FD1DC2D9C3C5371_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DSLuaClient_Reload_mD2FCC8102E484FFB7FDCE6847808CA4743C60430_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DSLuaClient___ReLoad_m306A5604B2577D3D62F709C87817DB9D19D4EE00_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateCreate_BeginInvoke_mD0649CD507BBC5DD14A74BC83B4CDEB41FF2ADE0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_Check_FairyGUI_EventCallback0_mF7D9C40E44DB260BF52848DA9BCDEFFCFC471D43_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_Check_FairyGUI_EventCallback1_m99010B602A79C16A715E5DF00B0CA18B556C4FB0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_Check_FairyGUI_GObjectPool_InitCallbackDelegate_mC94801B3EEA9AC0017F53773AAAA63A7F8D9BF7E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_Check_FairyGUI_GTweenCallback1_m7B89B106B42A6E5854E70944DC07B9145DB84F53_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_Check_FairyGUI_GTweenCallback_m2761C8A76FB0ED5A486874BEE0FAC6907BD25A21_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_Check_FairyGUI_ListItemProvider_m3E72E198A52C1F09E569CADE6C40BA43CADBBA78_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_Check_FairyGUI_ListItemRenderer_m132BB3DD5AB15EC57F432E141FEF7D408A7823E7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_Check_FairyGUI_PlayCompleteCallback_m0B478C556514B8EBA89E6138ACA4558A6C181651_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_Check_FairyGUI_TimerCallback_m6CBA5CBE6FBE66DC49F6AE6C7B6BAF1DAC4F61DA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_Check_FairyGUI_TransitionHook_mDE40BDBC44DDA2D20B83233007246284E41F4EB8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_Check_FairyGUI_UIConfig_SoundLoader_mA6D433DC6344F513E4CF2E02B735E61F72468921_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_Check_FairyGUI_UIObjectFactory_GComponentCreator_mAA02F349663510E92C6B689DA46D23E86B28568E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_Check_FairyGUI_UIObjectFactory_GLoaderCreator_mA0FBE2F084B049950B9F9A0A3FC66690135C6B6D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_Check_FairyGUI_UIPackage_CreateObjectCallback_m8611083D16504A9E6AF1AE3FBEE340814A75B1CC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_Check_System_Action_UnityEngine_AsyncOperation_m02FA6C73C355275CA244DF9AF05A2921864AE0C3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_Check_System_Action_bool_mCB63D7B68BC11F5C50C93F36EFD16EF55E7472DF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_Check_System_Action_int_mFA8AC1CFAC8D9BB50B952A31E9B7318EC89ED02B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_Check_System_Action_mDC6B855CA5B26E2B9E5C8B8629DE3F0BC2F13C2F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_Check_System_Action_string_System_Action_m6C154D798995A7646F8306C5EC57BA0EBEC421D8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_Check_System_Action_string_mE87AA91C9495F5B60714E8E0D3C2704AAC636C0C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_Check_System_Comparison_int_m72ABC14F17B5488966540F6BB658ACD50F3D8924_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_Check_System_Func_bool_m9DE3199C57A54175AA802B059ABD3E806D9EF36A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_Check_System_Func_int_int_m3C0A094576BFBE99BA5E19B961A76489C454540B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_Check_System_Predicate_int_m554363ABEDF04B6A395EF5F3815CDFF3794C4AE3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_Check_UnityEngine_Application_AdvertisingIdentifierCallback_m870A57AE811422EEE98429D5E6305E282A23FAD1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_Check_UnityEngine_Application_LogCallback_mA19CA1ECF04C59196CBB350E7020F914424FB2BC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_Check_UnityEngine_Application_LowMemoryCallback_m884E16294FE334B4C3EC1651AD0EBF81E09EEA8F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_Check_UnityEngine_AudioClip_PCMReaderCallback_m1D49E0A0FFA7A281F5B360396444EEF2014DC8A5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_Check_UnityEngine_AudioClip_PCMSetPositionCallback_mDF952A176A940EB5DFBCD06BC9D1CE8980112CFB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_Check_UnityEngine_Camera_CameraCallback_m3BA8711B561977EEB40AECECAFACC362D07F71AB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_Check_UnityEngine_Events_UnityAction_mBD5F5AA010E2383F65EA9BF5F8ECCFF64DD01107_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_CreateDelegate_mAC80BF256AC3A92121C8458C5FB09EB998F12083_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_CreateDelegate_mE4B03E851E9C8FE5DA8E9D3CA74E20201A1E82DD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_FairyGUI_EventCallback0_mA5FC03B30E62882E61D79C67965118B704034AD0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_FairyGUI_EventCallback1_m583E900F04EB08DBB37DF34F0441C391A079E02C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_FairyGUI_GObjectPool_InitCallbackDelegate_mA0813D08C6474F9C8DB031D020C01D5BEA7530A3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_FairyGUI_GTweenCallback1_m71121BEDDACFF7886290E2225B8A2DE1785977E9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_FairyGUI_GTweenCallback_m878C2F5490B79C27704105A545ADDE5A9003A5B4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_FairyGUI_ListItemProvider_mBB0375030C37ADF4411A7C35AAC4E9EDE92512F9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_FairyGUI_ListItemRenderer_m2CF95D19E0164FD368DDB61EDEA2E0C96436DB0A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_FairyGUI_PlayCompleteCallback_mB99842ECFA2664C42060C8E22C9A582936D4BB96_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_FairyGUI_TimerCallback_m86453496279F3B6F56D102FC9BEBEBAAF99FFBFC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_FairyGUI_TransitionHook_mABF8BCF1363C383A332499970DCBF5AB069C8BB5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_FairyGUI_UIConfig_SoundLoader_mF2928774293606528A522534A3A2C61C73BE654A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_FairyGUI_UIObjectFactory_GComponentCreator_m6BD80EBA52167BE2503EDB670902312C7E1A6CEA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_FairyGUI_UIObjectFactory_GLoaderCreator_m2FEFA859A1D1CB46175C56A8DB8255FD75099EE3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_FairyGUI_UIPackage_CreateObjectCallback_m845BEDE5B72E373C2BA8A4E0AEE95FD2C75D233A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_Init_mF20B777569CD70F3BCEC8D269B91C89204650EF3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_Push_FairyGUI_EventCallback0_m82CAFBE8F4A900A14142CF0C1EC503BA5F793700_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_Push_FairyGUI_EventCallback1_m380B4142B92EA18B8BAB1E8964F7FA658C4A3053_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_Push_FairyGUI_GObjectPool_InitCallbackDelegate_m536498890FA6D31FD2F6701FC5435B712797B8B1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_Push_FairyGUI_GTweenCallback1_m9F41816C0D25357AF30972165992E582C1E284C9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_Push_FairyGUI_GTweenCallback_mE4ABA4A4FF61231FF92763835A2EAB5954A5B32B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_Push_FairyGUI_ListItemProvider_m38021B1BED3CC5FA3DD4AEB529C2E77940424576_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_Push_FairyGUI_ListItemRenderer_m6D67EA50552E139B488CE73D52B238594E2C144D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_Push_FairyGUI_PlayCompleteCallback_m3B9EC21B0E18A97BB0EF784AFA36ED35EDFC5677_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_Push_FairyGUI_TimerCallback_m050BBBE3FBDF2E18AE8D14BD20ED3D08FEA0A884_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_Push_FairyGUI_TransitionHook_m7C46CA1144D8EDD9D63FFCE28C7CA98FC0E64540_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_Push_FairyGUI_UIConfig_SoundLoader_mE6011562038B4098F635A7598763310D9C43DD39_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_Push_FairyGUI_UIObjectFactory_GComponentCreator_mCDEDA1FA900118890E0AD5F6078234438C757829_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_Push_FairyGUI_UIObjectFactory_GLoaderCreator_m47CAF24DC681D1E26F796495A782189D38671925_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_Push_FairyGUI_UIPackage_CreateObjectCallback_m8030B642A01F189DD744E5FD58978183BAFF76E0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_Push_System_Action_UnityEngine_AsyncOperation_m66C4F914D5EE74A83800D2B4F3EED19677515CEE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_Push_System_Action_bool_m62B2E65A9CA5AEF7623E1BFAE121E9BA9EEA5963_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_Push_System_Action_int_m746486B13D30A6E14F52683C1801560F54FECDE2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_Push_System_Action_m48E10D697053A892118193939C1E7E5B2A70C768_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_Push_System_Action_string_System_Action_mF22F2B4ABFB2B581027EAE1DA13610EBD71C668F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_Push_System_Action_string_m1FD7B84374F4BF680DA1A09FC010BC8A8B1F00A5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_Push_System_Comparison_int_m63DF52079CE4C7BC07E5C1D85899E448B6A56F83_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_Push_System_Func_bool_m9638CCB57E6AEE4C97300301876713FF79266B36_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_Push_System_Func_int_int_m0F8A70DDA6040ACB94BE3AEB4E4F7F3468A8DAF4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_Push_System_Predicate_int_m94505599214AAE06B8DFB093FF79C2598C616D16_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_Push_UnityEngine_Application_AdvertisingIdentifierCallback_mEBBA2EBD37F7D7CF40C9037F0E756C89C9899802_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_Push_UnityEngine_Application_LogCallback_m6E386E9D05B2C72A7CF49924A7634A2DC91CEF2C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_Push_UnityEngine_Application_LowMemoryCallback_m5BFB1DECA224866370A24C0F7FB65C598D2BB687_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_Push_UnityEngine_AudioClip_PCMReaderCallback_m6F659691E2DD3811A9A0760FAC4EC8EE31D95201_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_Push_UnityEngine_AudioClip_PCMSetPositionCallback_m812990CD4BE8B4F0B4875FAED55D9177C5460B14_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_Push_UnityEngine_Camera_CameraCallback_m580EAB93C1C3C345AFC0D1CA1F991CF6F8551FB7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_Push_UnityEngine_Events_UnityAction_mF538E19BB415938B38C1C6A9CE872941EF605BB0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_Register_m59D6FF4D3BDA584368BAF6A2EBCA852231E62C4C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_RemoveDelegate_mBA19EA1469E3DF2D1D29CD638BFAAE170D574100_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_RemoveDelegate_mCD713BC88B26D72903DD046030A00F6127ED3D23_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_System_Action_UnityEngine_AsyncOperation_m2B47FA94EF576420378A56B3873D92F64601010E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_System_Action_bool_mE0091FB16A16A3B0C40B5C286D7F1277EDA16278_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_System_Action_int_m44D6A7763CC2614B28C1C46F0E7746D66659C6F2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_System_Action_m7A7338D76891971CA480DA378BFC0135885932B1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_System_Action_string_System_Action_mF12FA4CC767184426798DBAFA3C5B2F30F3E6418_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_System_Action_string_m608629AACA3FD6C3982BBACCA2CE394C18F97126_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_System_Comparison_int_m7A08D68520A322FF52EDA490794DB3D1B645B066_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_System_Func_bool_m8BA405B3AE137E120C56BEC1EDE72939B1A434E1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_System_Func_int_int_mDD8E03547EE314A92CBB392A18A159709B3BC3AF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_System_Predicate_int_m336AEFBD22523EDC252A261D21A70E8642B6697E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_UnityEngine_Application_AdvertisingIdentifierCallback_m68A35DB0CA90788182E09E7A9E788C0A9F876831_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_UnityEngine_Application_LogCallback_m32CAD56230F8E42117FA61B619079B80DA6D42D2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_UnityEngine_Application_LowMemoryCallback_mDB2EF08DD1492108738A4CB825A9BEA53540BE57_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_UnityEngine_AudioClip_PCMReaderCallback_mBA8186EB8906F50FE7C2FC8F1CCEFCB34DF82AD9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_UnityEngine_AudioClip_PCMSetPositionCallback_mBEF4A550CC5AEFC61DFBBA4883688186E3CC9FBD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_UnityEngine_Camera_CameraCallback_mE5F8FFBF91B2879DF7FB7FC4AF84EE37D53D5C52_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory_UnityEngine_Events_UnityAction_m16996529BF5ECB605054979679396F2D08887F7A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegateFactory__cctor_m7D509EF434764FD2DF3A1FBFDDDB183CC352AA22_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ExceptionReporter_AddUserValue_m0A7A2B3A4B38AAC66474D364286FE24D8B506C50_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ExceptionReporter_init_mD53FDCCDCAA206F75871004266D2924507C65A88_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ExceptionReporter_setUserID_mDB995758A632CAF9497C816A08A7EBC2A726BD9C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIConfig_SoundLoader_Event_CallWithSelf_mF7DB710C3227AE905A230D30C181E571819A114C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIConfig_SoundLoader_Event_Call_m5EA743FBA9EC9D7A5666CDB2829C56278E4D4FA1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIObjectFactory_GComponentCreator_Event_CallWithSelf_m2AB881443835E760441973163CC6C69A924E07CC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIObjectFactory_GComponentCreator_Event_Call_m6BE0F5BBDA5BA4E736B655633AD9742CD9EF5E37_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIObjectFactory_GLoaderCreator_Event_CallWithSelf_mC4C9F005B75E8254507AD920B7D25BB888C21685_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FairyGUI_UIObjectFactory_GLoaderCreator_Event_Call_mD93DA0A43737744D2B0502651E700DB466ACE245_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t LogCallbackDelegate_BeginInvoke_m98D713F3E029E4A6B0802BD0D98BE1D5F648B389_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t U3CU3Ec__cctor_m64781B1DA9546CB06A58D11998F5CAB42F34D203_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t U3C_CreateObjectU3Ed__1_MoveNext_m90FE8CF739FBE33A01168BBA8993DF701F66D218_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t U3C_CreateObjectU3Ed__1_System_Collections_IEnumerator_Reset_m45D2BBCF90C8782AEA5A3F357C1756614D021274_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UnityEngine_Application_LogCallback_Event_CallWithSelf_mBCE9BA228AC6F070E9DE4E2E5C68ED0C62B49D33_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UnityEngine_Application_LogCallback_Event_Call_mA24E85FD0243586DF929070A295313DF2F830F60_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UnityEngine_Camera_CameraCallback_Event_CallWithSelf_mE2F404F0C03935B7753F93E708A273DB9044BDDE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UnityEngine_Camera_CameraCallback_Event_Call_m22CD5A753B8FEC1790374A1230E20ECD045DFFA7_MetadataUsageId;
struct Delegate_t_marshaled_com;
struct Delegate_t_marshaled_pinvoke;
struct Exception_t_marshaled_com;
struct Exception_t_marshaled_pinvoke;
struct BlendFactorU5BU5D_t2940F42D76FA3C18ED782510230F111171A9AD3A;
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2;
struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86;
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A;
struct ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694;
struct SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5;
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E;
struct KeyframeU5BU5D_tF4DC3E9BD9E6DB77FFF7BDC0B1545B5D6071513D;
struct Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6;
IL2CPP_EXTERN_C_BEGIN
IL2CPP_EXTERN_C_END
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <Module>
struct U3CModuleU3E_t6CDDDF959E7E18A6744E43B613F41CDAC780256A
{
public:
public:
};
// System.Object
// AppVest
struct AppVest_tE2CDF2AE190299D2E15DE9D06E41D86B968A5A25 : public RuntimeObject
{
public:
public:
};
// BuglyCallback
struct BuglyCallback_t92D8604B3D073CAD6E20F635D10B63C2E057808D : public RuntimeObject
{
public:
public:
};
// DSAnimationCurveWrap
struct DSAnimationCurveWrap_t885EE09D3565B7EE1B016CF7AF1E87DAE51BC311 : public RuntimeObject
{
public:
public:
};
// DelegateFactory
struct DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 : public RuntimeObject
{
public:
public:
};
struct DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields
{
public:
// System.Collections.Generic.Dictionary`2<System.Type,DelegateFactory_DelegateCreate> DelegateFactory::dict
Dictionary_2_t64FEAC44024A9F563A78A86CE11C18185BD75389 * ___dict_0;
// DelegateFactory DelegateFactory::factory
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * ___factory_1;
public:
inline static int32_t get_offset_of_dict_0() { return static_cast<int32_t>(offsetof(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields, ___dict_0)); }
inline Dictionary_2_t64FEAC44024A9F563A78A86CE11C18185BD75389 * get_dict_0() const { return ___dict_0; }
inline Dictionary_2_t64FEAC44024A9F563A78A86CE11C18185BD75389 ** get_address_of_dict_0() { return &___dict_0; }
inline void set_dict_0(Dictionary_2_t64FEAC44024A9F563A78A86CE11C18185BD75389 * value)
{
___dict_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___dict_0), (void*)value);
}
inline static int32_t get_offset_of_factory_1() { return static_cast<int32_t>(offsetof(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields, ___factory_1)); }
inline DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * get_factory_1() const { return ___factory_1; }
inline DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 ** get_address_of_factory_1() { return &___factory_1; }
inline void set_factory_1(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * value)
{
___factory_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___factory_1), (void*)value);
}
};
// DelegateFactory_<>c
struct U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE : public RuntimeObject
{
public:
public:
};
struct U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields
{
public:
// DelegateFactory_<>c DelegateFactory_<>c::<>9
U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE * ___U3CU3E9_0;
// System.Action DelegateFactory_<>c::<>9__10_0
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * ___U3CU3E9__10_0_1;
// UnityEngine.Events.UnityAction DelegateFactory_<>c::<>9__14_0
UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * ___U3CU3E9__14_0_2;
// System.Predicate`1<System.Int32> DelegateFactory_<>c::<>9__18_0
Predicate_1_t2E795623C97B4C5B38406E9201D0720C5C15895F * ___U3CU3E9__18_0_3;
// System.Action`1<System.Int32> DelegateFactory_<>c::<>9__22_0
Action_1_t9B7C5376025AEF32439C13FB3BA4BFF8F0F0477B * ___U3CU3E9__22_0_4;
// System.Comparison`1<System.Int32> DelegateFactory_<>c::<>9__26_0
Comparison_1_t95809882384ACB4AEB9589D76F665E1BA5C3CBEA * ___U3CU3E9__26_0_5;
// System.Func`2<System.Int32,System.Int32> DelegateFactory_<>c::<>9__30_0
Func_2_t190ADA4450373DF99141EFC879B039206E4E05F0 * ___U3CU3E9__30_0_6;
// FairyGUI.GTweenCallback DelegateFactory_<>c::<>9__34_0
GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * ___U3CU3E9__34_0_7;
// UnityEngine.Camera_CameraCallback DelegateFactory_<>c::<>9__38_0
CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * ___U3CU3E9__38_0_8;
// UnityEngine.Application_AdvertisingIdentifierCallback DelegateFactory_<>c::<>9__42_0
AdvertisingIdentifierCallback_t2AB6D339DAC1CDF632D6FC041C378577EB516F3E * ___U3CU3E9__42_0_9;
// UnityEngine.Application_LowMemoryCallback DelegateFactory_<>c::<>9__46_0
LowMemoryCallback_t3862486677D10CD16ECDA703CFB75039A4B3AE00 * ___U3CU3E9__46_0_10;
// UnityEngine.Application_LogCallback DelegateFactory_<>c::<>9__50_0
LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 * ___U3CU3E9__50_0_11;
// System.Action`1<System.Boolean> DelegateFactory_<>c::<>9__54_0
Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * ___U3CU3E9__54_0_12;
// System.Action`1<System.String> DelegateFactory_<>c::<>9__58_0
Action_1_t32A9EECF5D4397CC1B9A7C7079870875411B06D0 * ___U3CU3E9__58_0_13;
// System.Func`1<System.Boolean> DelegateFactory_<>c::<>9__62_0
Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 * ___U3CU3E9__62_0_14;
// UnityEngine.AudioClip_PCMReaderCallback DelegateFactory_<>c::<>9__66_0
PCMReaderCallback_t9B87AB13DCD37957B045554BF28A57697E6B8EFB * ___U3CU3E9__66_0_15;
// UnityEngine.AudioClip_PCMSetPositionCallback DelegateFactory_<>c::<>9__70_0
PCMSetPositionCallback_t092ED33043C0279B5E4D343EBCBD516CEF260801 * ___U3CU3E9__70_0_16;
// System.Action`1<UnityEngine.AsyncOperation> DelegateFactory_<>c::<>9__74_0
Action_1_tCBF754C290FAE894631BED8FD56E9E22C4C187F9 * ___U3CU3E9__74_0_17;
// FairyGUI.EventCallback1 DelegateFactory_<>c::<>9__78_0
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * ___U3CU3E9__78_0_18;
// FairyGUI.EventCallback0 DelegateFactory_<>c::<>9__82_0
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * ___U3CU3E9__82_0_19;
// FairyGUI.ListItemRenderer DelegateFactory_<>c::<>9__86_0
ListItemRenderer_tE434B7D9A5C8D0DF8F4330224E40302B94FFF9B9 * ___U3CU3E9__86_0_20;
// FairyGUI.ListItemProvider DelegateFactory_<>c::<>9__90_0
ListItemProvider_t991E76E1FDF2295A04534B93D2B4140BB04F5CC1 * ___U3CU3E9__90_0_21;
// FairyGUI.PlayCompleteCallback DelegateFactory_<>c::<>9__94_0
PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 * ___U3CU3E9__94_0_22;
// FairyGUI.TransitionHook DelegateFactory_<>c::<>9__98_0
TransitionHook_t762DB3B93E54E764E4C982AAE1B818FF608FF585 * ___U3CU3E9__98_0_23;
// FairyGUI.UIPackage_CreateObjectCallback DelegateFactory_<>c::<>9__102_0
CreateObjectCallback_t11E5A8E573CF4BEC5DE80CCE2C2D0E9FB4BE07E4 * ___U3CU3E9__102_0_24;
// FairyGUI.GObjectPool_InitCallbackDelegate DelegateFactory_<>c::<>9__106_0
InitCallbackDelegate_t30542A5822368C4E3235B2C5926368BE049E3D57 * ___U3CU3E9__106_0_25;
// FairyGUI.TimerCallback DelegateFactory_<>c::<>9__110_0
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * ___U3CU3E9__110_0_26;
// FairyGUI.UIObjectFactory_GComponentCreator DelegateFactory_<>c::<>9__114_0
GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28 * ___U3CU3E9__114_0_27;
// FairyGUI.UIObjectFactory_GLoaderCreator DelegateFactory_<>c::<>9__118_0
GLoaderCreator_t66E0D773C41A0612C3832E4208F9734CD43D24C1 * ___U3CU3E9__118_0_28;
// FairyGUI.UIConfig_SoundLoader DelegateFactory_<>c::<>9__122_0
SoundLoader_t0B067A273E4C6A141A0F508625349B69731893E2 * ___U3CU3E9__122_0_29;
// System.Action`2<System.String,System.Action> DelegateFactory_<>c::<>9__126_0
Action_2_t21B1554176CA268836EE910CDDF9F6F768C03F23 * ___U3CU3E9__126_0_30;
// FairyGUI.GTweenCallback1 DelegateFactory_<>c::<>9__130_0
GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * ___U3CU3E9__130_0_31;
public:
inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast<int32_t>(offsetof(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields, ___U3CU3E9_0)); }
inline U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE * get_U3CU3E9_0() const { return ___U3CU3E9_0; }
inline U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; }
inline void set_U3CU3E9_0(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE * value)
{
___U3CU3E9_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value);
}
inline static int32_t get_offset_of_U3CU3E9__10_0_1() { return static_cast<int32_t>(offsetof(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields, ___U3CU3E9__10_0_1)); }
inline Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * get_U3CU3E9__10_0_1() const { return ___U3CU3E9__10_0_1; }
inline Action_t591D2A86165F896B4B800BB5C25CE18672A55579 ** get_address_of_U3CU3E9__10_0_1() { return &___U3CU3E9__10_0_1; }
inline void set_U3CU3E9__10_0_1(Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * value)
{
___U3CU3E9__10_0_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__10_0_1), (void*)value);
}
inline static int32_t get_offset_of_U3CU3E9__14_0_2() { return static_cast<int32_t>(offsetof(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields, ___U3CU3E9__14_0_2)); }
inline UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * get_U3CU3E9__14_0_2() const { return ___U3CU3E9__14_0_2; }
inline UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 ** get_address_of_U3CU3E9__14_0_2() { return &___U3CU3E9__14_0_2; }
inline void set_U3CU3E9__14_0_2(UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * value)
{
___U3CU3E9__14_0_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__14_0_2), (void*)value);
}
inline static int32_t get_offset_of_U3CU3E9__18_0_3() { return static_cast<int32_t>(offsetof(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields, ___U3CU3E9__18_0_3)); }
inline Predicate_1_t2E795623C97B4C5B38406E9201D0720C5C15895F * get_U3CU3E9__18_0_3() const { return ___U3CU3E9__18_0_3; }
inline Predicate_1_t2E795623C97B4C5B38406E9201D0720C5C15895F ** get_address_of_U3CU3E9__18_0_3() { return &___U3CU3E9__18_0_3; }
inline void set_U3CU3E9__18_0_3(Predicate_1_t2E795623C97B4C5B38406E9201D0720C5C15895F * value)
{
___U3CU3E9__18_0_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__18_0_3), (void*)value);
}
inline static int32_t get_offset_of_U3CU3E9__22_0_4() { return static_cast<int32_t>(offsetof(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields, ___U3CU3E9__22_0_4)); }
inline Action_1_t9B7C5376025AEF32439C13FB3BA4BFF8F0F0477B * get_U3CU3E9__22_0_4() const { return ___U3CU3E9__22_0_4; }
inline Action_1_t9B7C5376025AEF32439C13FB3BA4BFF8F0F0477B ** get_address_of_U3CU3E9__22_0_4() { return &___U3CU3E9__22_0_4; }
inline void set_U3CU3E9__22_0_4(Action_1_t9B7C5376025AEF32439C13FB3BA4BFF8F0F0477B * value)
{
___U3CU3E9__22_0_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__22_0_4), (void*)value);
}
inline static int32_t get_offset_of_U3CU3E9__26_0_5() { return static_cast<int32_t>(offsetof(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields, ___U3CU3E9__26_0_5)); }
inline Comparison_1_t95809882384ACB4AEB9589D76F665E1BA5C3CBEA * get_U3CU3E9__26_0_5() const { return ___U3CU3E9__26_0_5; }
inline Comparison_1_t95809882384ACB4AEB9589D76F665E1BA5C3CBEA ** get_address_of_U3CU3E9__26_0_5() { return &___U3CU3E9__26_0_5; }
inline void set_U3CU3E9__26_0_5(Comparison_1_t95809882384ACB4AEB9589D76F665E1BA5C3CBEA * value)
{
___U3CU3E9__26_0_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__26_0_5), (void*)value);
}
inline static int32_t get_offset_of_U3CU3E9__30_0_6() { return static_cast<int32_t>(offsetof(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields, ___U3CU3E9__30_0_6)); }
inline Func_2_t190ADA4450373DF99141EFC879B039206E4E05F0 * get_U3CU3E9__30_0_6() const { return ___U3CU3E9__30_0_6; }
inline Func_2_t190ADA4450373DF99141EFC879B039206E4E05F0 ** get_address_of_U3CU3E9__30_0_6() { return &___U3CU3E9__30_0_6; }
inline void set_U3CU3E9__30_0_6(Func_2_t190ADA4450373DF99141EFC879B039206E4E05F0 * value)
{
___U3CU3E9__30_0_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__30_0_6), (void*)value);
}
inline static int32_t get_offset_of_U3CU3E9__34_0_7() { return static_cast<int32_t>(offsetof(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields, ___U3CU3E9__34_0_7)); }
inline GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * get_U3CU3E9__34_0_7() const { return ___U3CU3E9__34_0_7; }
inline GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F ** get_address_of_U3CU3E9__34_0_7() { return &___U3CU3E9__34_0_7; }
inline void set_U3CU3E9__34_0_7(GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * value)
{
___U3CU3E9__34_0_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__34_0_7), (void*)value);
}
inline static int32_t get_offset_of_U3CU3E9__38_0_8() { return static_cast<int32_t>(offsetof(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields, ___U3CU3E9__38_0_8)); }
inline CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * get_U3CU3E9__38_0_8() const { return ___U3CU3E9__38_0_8; }
inline CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 ** get_address_of_U3CU3E9__38_0_8() { return &___U3CU3E9__38_0_8; }
inline void set_U3CU3E9__38_0_8(CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * value)
{
___U3CU3E9__38_0_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__38_0_8), (void*)value);
}
inline static int32_t get_offset_of_U3CU3E9__42_0_9() { return static_cast<int32_t>(offsetof(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields, ___U3CU3E9__42_0_9)); }
inline AdvertisingIdentifierCallback_t2AB6D339DAC1CDF632D6FC041C378577EB516F3E * get_U3CU3E9__42_0_9() const { return ___U3CU3E9__42_0_9; }
inline AdvertisingIdentifierCallback_t2AB6D339DAC1CDF632D6FC041C378577EB516F3E ** get_address_of_U3CU3E9__42_0_9() { return &___U3CU3E9__42_0_9; }
inline void set_U3CU3E9__42_0_9(AdvertisingIdentifierCallback_t2AB6D339DAC1CDF632D6FC041C378577EB516F3E * value)
{
___U3CU3E9__42_0_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__42_0_9), (void*)value);
}
inline static int32_t get_offset_of_U3CU3E9__46_0_10() { return static_cast<int32_t>(offsetof(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields, ___U3CU3E9__46_0_10)); }
inline LowMemoryCallback_t3862486677D10CD16ECDA703CFB75039A4B3AE00 * get_U3CU3E9__46_0_10() const { return ___U3CU3E9__46_0_10; }
inline LowMemoryCallback_t3862486677D10CD16ECDA703CFB75039A4B3AE00 ** get_address_of_U3CU3E9__46_0_10() { return &___U3CU3E9__46_0_10; }
inline void set_U3CU3E9__46_0_10(LowMemoryCallback_t3862486677D10CD16ECDA703CFB75039A4B3AE00 * value)
{
___U3CU3E9__46_0_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__46_0_10), (void*)value);
}
inline static int32_t get_offset_of_U3CU3E9__50_0_11() { return static_cast<int32_t>(offsetof(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields, ___U3CU3E9__50_0_11)); }
inline LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 * get_U3CU3E9__50_0_11() const { return ___U3CU3E9__50_0_11; }
inline LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 ** get_address_of_U3CU3E9__50_0_11() { return &___U3CU3E9__50_0_11; }
inline void set_U3CU3E9__50_0_11(LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 * value)
{
___U3CU3E9__50_0_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__50_0_11), (void*)value);
}
inline static int32_t get_offset_of_U3CU3E9__54_0_12() { return static_cast<int32_t>(offsetof(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields, ___U3CU3E9__54_0_12)); }
inline Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * get_U3CU3E9__54_0_12() const { return ___U3CU3E9__54_0_12; }
inline Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD ** get_address_of_U3CU3E9__54_0_12() { return &___U3CU3E9__54_0_12; }
inline void set_U3CU3E9__54_0_12(Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * value)
{
___U3CU3E9__54_0_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__54_0_12), (void*)value);
}
inline static int32_t get_offset_of_U3CU3E9__58_0_13() { return static_cast<int32_t>(offsetof(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields, ___U3CU3E9__58_0_13)); }
inline Action_1_t32A9EECF5D4397CC1B9A7C7079870875411B06D0 * get_U3CU3E9__58_0_13() const { return ___U3CU3E9__58_0_13; }
inline Action_1_t32A9EECF5D4397CC1B9A7C7079870875411B06D0 ** get_address_of_U3CU3E9__58_0_13() { return &___U3CU3E9__58_0_13; }
inline void set_U3CU3E9__58_0_13(Action_1_t32A9EECF5D4397CC1B9A7C7079870875411B06D0 * value)
{
___U3CU3E9__58_0_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__58_0_13), (void*)value);
}
inline static int32_t get_offset_of_U3CU3E9__62_0_14() { return static_cast<int32_t>(offsetof(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields, ___U3CU3E9__62_0_14)); }
inline Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 * get_U3CU3E9__62_0_14() const { return ___U3CU3E9__62_0_14; }
inline Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 ** get_address_of_U3CU3E9__62_0_14() { return &___U3CU3E9__62_0_14; }
inline void set_U3CU3E9__62_0_14(Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 * value)
{
___U3CU3E9__62_0_14 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__62_0_14), (void*)value);
}
inline static int32_t get_offset_of_U3CU3E9__66_0_15() { return static_cast<int32_t>(offsetof(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields, ___U3CU3E9__66_0_15)); }
inline PCMReaderCallback_t9B87AB13DCD37957B045554BF28A57697E6B8EFB * get_U3CU3E9__66_0_15() const { return ___U3CU3E9__66_0_15; }
inline PCMReaderCallback_t9B87AB13DCD37957B045554BF28A57697E6B8EFB ** get_address_of_U3CU3E9__66_0_15() { return &___U3CU3E9__66_0_15; }
inline void set_U3CU3E9__66_0_15(PCMReaderCallback_t9B87AB13DCD37957B045554BF28A57697E6B8EFB * value)
{
___U3CU3E9__66_0_15 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__66_0_15), (void*)value);
}
inline static int32_t get_offset_of_U3CU3E9__70_0_16() { return static_cast<int32_t>(offsetof(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields, ___U3CU3E9__70_0_16)); }
inline PCMSetPositionCallback_t092ED33043C0279B5E4D343EBCBD516CEF260801 * get_U3CU3E9__70_0_16() const { return ___U3CU3E9__70_0_16; }
inline PCMSetPositionCallback_t092ED33043C0279B5E4D343EBCBD516CEF260801 ** get_address_of_U3CU3E9__70_0_16() { return &___U3CU3E9__70_0_16; }
inline void set_U3CU3E9__70_0_16(PCMSetPositionCallback_t092ED33043C0279B5E4D343EBCBD516CEF260801 * value)
{
___U3CU3E9__70_0_16 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__70_0_16), (void*)value);
}
inline static int32_t get_offset_of_U3CU3E9__74_0_17() { return static_cast<int32_t>(offsetof(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields, ___U3CU3E9__74_0_17)); }
inline Action_1_tCBF754C290FAE894631BED8FD56E9E22C4C187F9 * get_U3CU3E9__74_0_17() const { return ___U3CU3E9__74_0_17; }
inline Action_1_tCBF754C290FAE894631BED8FD56E9E22C4C187F9 ** get_address_of_U3CU3E9__74_0_17() { return &___U3CU3E9__74_0_17; }
inline void set_U3CU3E9__74_0_17(Action_1_tCBF754C290FAE894631BED8FD56E9E22C4C187F9 * value)
{
___U3CU3E9__74_0_17 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__74_0_17), (void*)value);
}
inline static int32_t get_offset_of_U3CU3E9__78_0_18() { return static_cast<int32_t>(offsetof(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields, ___U3CU3E9__78_0_18)); }
inline EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * get_U3CU3E9__78_0_18() const { return ___U3CU3E9__78_0_18; }
inline EventCallback1_t389063B912FE306493324D5033356213EEA650A7 ** get_address_of_U3CU3E9__78_0_18() { return &___U3CU3E9__78_0_18; }
inline void set_U3CU3E9__78_0_18(EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * value)
{
___U3CU3E9__78_0_18 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__78_0_18), (void*)value);
}
inline static int32_t get_offset_of_U3CU3E9__82_0_19() { return static_cast<int32_t>(offsetof(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields, ___U3CU3E9__82_0_19)); }
inline EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * get_U3CU3E9__82_0_19() const { return ___U3CU3E9__82_0_19; }
inline EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 ** get_address_of_U3CU3E9__82_0_19() { return &___U3CU3E9__82_0_19; }
inline void set_U3CU3E9__82_0_19(EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * value)
{
___U3CU3E9__82_0_19 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__82_0_19), (void*)value);
}
inline static int32_t get_offset_of_U3CU3E9__86_0_20() { return static_cast<int32_t>(offsetof(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields, ___U3CU3E9__86_0_20)); }
inline ListItemRenderer_tE434B7D9A5C8D0DF8F4330224E40302B94FFF9B9 * get_U3CU3E9__86_0_20() const { return ___U3CU3E9__86_0_20; }
inline ListItemRenderer_tE434B7D9A5C8D0DF8F4330224E40302B94FFF9B9 ** get_address_of_U3CU3E9__86_0_20() { return &___U3CU3E9__86_0_20; }
inline void set_U3CU3E9__86_0_20(ListItemRenderer_tE434B7D9A5C8D0DF8F4330224E40302B94FFF9B9 * value)
{
___U3CU3E9__86_0_20 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__86_0_20), (void*)value);
}
inline static int32_t get_offset_of_U3CU3E9__90_0_21() { return static_cast<int32_t>(offsetof(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields, ___U3CU3E9__90_0_21)); }
inline ListItemProvider_t991E76E1FDF2295A04534B93D2B4140BB04F5CC1 * get_U3CU3E9__90_0_21() const { return ___U3CU3E9__90_0_21; }
inline ListItemProvider_t991E76E1FDF2295A04534B93D2B4140BB04F5CC1 ** get_address_of_U3CU3E9__90_0_21() { return &___U3CU3E9__90_0_21; }
inline void set_U3CU3E9__90_0_21(ListItemProvider_t991E76E1FDF2295A04534B93D2B4140BB04F5CC1 * value)
{
___U3CU3E9__90_0_21 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__90_0_21), (void*)value);
}
inline static int32_t get_offset_of_U3CU3E9__94_0_22() { return static_cast<int32_t>(offsetof(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields, ___U3CU3E9__94_0_22)); }
inline PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 * get_U3CU3E9__94_0_22() const { return ___U3CU3E9__94_0_22; }
inline PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 ** get_address_of_U3CU3E9__94_0_22() { return &___U3CU3E9__94_0_22; }
inline void set_U3CU3E9__94_0_22(PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 * value)
{
___U3CU3E9__94_0_22 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__94_0_22), (void*)value);
}
inline static int32_t get_offset_of_U3CU3E9__98_0_23() { return static_cast<int32_t>(offsetof(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields, ___U3CU3E9__98_0_23)); }
inline TransitionHook_t762DB3B93E54E764E4C982AAE1B818FF608FF585 * get_U3CU3E9__98_0_23() const { return ___U3CU3E9__98_0_23; }
inline TransitionHook_t762DB3B93E54E764E4C982AAE1B818FF608FF585 ** get_address_of_U3CU3E9__98_0_23() { return &___U3CU3E9__98_0_23; }
inline void set_U3CU3E9__98_0_23(TransitionHook_t762DB3B93E54E764E4C982AAE1B818FF608FF585 * value)
{
___U3CU3E9__98_0_23 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__98_0_23), (void*)value);
}
inline static int32_t get_offset_of_U3CU3E9__102_0_24() { return static_cast<int32_t>(offsetof(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields, ___U3CU3E9__102_0_24)); }
inline CreateObjectCallback_t11E5A8E573CF4BEC5DE80CCE2C2D0E9FB4BE07E4 * get_U3CU3E9__102_0_24() const { return ___U3CU3E9__102_0_24; }
inline CreateObjectCallback_t11E5A8E573CF4BEC5DE80CCE2C2D0E9FB4BE07E4 ** get_address_of_U3CU3E9__102_0_24() { return &___U3CU3E9__102_0_24; }
inline void set_U3CU3E9__102_0_24(CreateObjectCallback_t11E5A8E573CF4BEC5DE80CCE2C2D0E9FB4BE07E4 * value)
{
___U3CU3E9__102_0_24 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__102_0_24), (void*)value);
}
inline static int32_t get_offset_of_U3CU3E9__106_0_25() { return static_cast<int32_t>(offsetof(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields, ___U3CU3E9__106_0_25)); }
inline InitCallbackDelegate_t30542A5822368C4E3235B2C5926368BE049E3D57 * get_U3CU3E9__106_0_25() const { return ___U3CU3E9__106_0_25; }
inline InitCallbackDelegate_t30542A5822368C4E3235B2C5926368BE049E3D57 ** get_address_of_U3CU3E9__106_0_25() { return &___U3CU3E9__106_0_25; }
inline void set_U3CU3E9__106_0_25(InitCallbackDelegate_t30542A5822368C4E3235B2C5926368BE049E3D57 * value)
{
___U3CU3E9__106_0_25 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__106_0_25), (void*)value);
}
inline static int32_t get_offset_of_U3CU3E9__110_0_26() { return static_cast<int32_t>(offsetof(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields, ___U3CU3E9__110_0_26)); }
inline TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * get_U3CU3E9__110_0_26() const { return ___U3CU3E9__110_0_26; }
inline TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 ** get_address_of_U3CU3E9__110_0_26() { return &___U3CU3E9__110_0_26; }
inline void set_U3CU3E9__110_0_26(TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * value)
{
___U3CU3E9__110_0_26 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__110_0_26), (void*)value);
}
inline static int32_t get_offset_of_U3CU3E9__114_0_27() { return static_cast<int32_t>(offsetof(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields, ___U3CU3E9__114_0_27)); }
inline GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28 * get_U3CU3E9__114_0_27() const { return ___U3CU3E9__114_0_27; }
inline GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28 ** get_address_of_U3CU3E9__114_0_27() { return &___U3CU3E9__114_0_27; }
inline void set_U3CU3E9__114_0_27(GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28 * value)
{
___U3CU3E9__114_0_27 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__114_0_27), (void*)value);
}
inline static int32_t get_offset_of_U3CU3E9__118_0_28() { return static_cast<int32_t>(offsetof(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields, ___U3CU3E9__118_0_28)); }
inline GLoaderCreator_t66E0D773C41A0612C3832E4208F9734CD43D24C1 * get_U3CU3E9__118_0_28() const { return ___U3CU3E9__118_0_28; }
inline GLoaderCreator_t66E0D773C41A0612C3832E4208F9734CD43D24C1 ** get_address_of_U3CU3E9__118_0_28() { return &___U3CU3E9__118_0_28; }
inline void set_U3CU3E9__118_0_28(GLoaderCreator_t66E0D773C41A0612C3832E4208F9734CD43D24C1 * value)
{
___U3CU3E9__118_0_28 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__118_0_28), (void*)value);
}
inline static int32_t get_offset_of_U3CU3E9__122_0_29() { return static_cast<int32_t>(offsetof(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields, ___U3CU3E9__122_0_29)); }
inline SoundLoader_t0B067A273E4C6A141A0F508625349B69731893E2 * get_U3CU3E9__122_0_29() const { return ___U3CU3E9__122_0_29; }
inline SoundLoader_t0B067A273E4C6A141A0F508625349B69731893E2 ** get_address_of_U3CU3E9__122_0_29() { return &___U3CU3E9__122_0_29; }
inline void set_U3CU3E9__122_0_29(SoundLoader_t0B067A273E4C6A141A0F508625349B69731893E2 * value)
{
___U3CU3E9__122_0_29 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__122_0_29), (void*)value);
}
inline static int32_t get_offset_of_U3CU3E9__126_0_30() { return static_cast<int32_t>(offsetof(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields, ___U3CU3E9__126_0_30)); }
inline Action_2_t21B1554176CA268836EE910CDDF9F6F768C03F23 * get_U3CU3E9__126_0_30() const { return ___U3CU3E9__126_0_30; }
inline Action_2_t21B1554176CA268836EE910CDDF9F6F768C03F23 ** get_address_of_U3CU3E9__126_0_30() { return &___U3CU3E9__126_0_30; }
inline void set_U3CU3E9__126_0_30(Action_2_t21B1554176CA268836EE910CDDF9F6F768C03F23 * value)
{
___U3CU3E9__126_0_30 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__126_0_30), (void*)value);
}
inline static int32_t get_offset_of_U3CU3E9__130_0_31() { return static_cast<int32_t>(offsetof(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields, ___U3CU3E9__130_0_31)); }
inline GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * get_U3CU3E9__130_0_31() const { return ___U3CU3E9__130_0_31; }
inline GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D ** get_address_of_U3CU3E9__130_0_31() { return &___U3CU3E9__130_0_31; }
inline void set_U3CU3E9__130_0_31(GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * value)
{
___U3CU3E9__130_0_31 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__130_0_31), (void*)value);
}
};
// DxyVest
struct DxyVest_tE8BF07E346EBB2EFA5C2E20E8F7E216C4DD8E6EB : public RuntimeObject
{
public:
public:
};
// ExceptionReporter
struct ExceptionReporter_tC8B14433837E77366FCBA64013903F13E61DE2FA : public RuntimeObject
{
public:
// System.Boolean ExceptionReporter::bInit
bool ___bInit_0;
public:
inline static int32_t get_offset_of_bInit_0() { return static_cast<int32_t>(offsetof(ExceptionReporter_tC8B14433837E77366FCBA64013903F13E61DE2FA, ___bInit_0)); }
inline bool get_bInit_0() const { return ___bInit_0; }
inline bool* get_address_of_bInit_0() { return &___bInit_0; }
inline void set_bInit_0(bool value)
{
___bInit_0 = value;
}
};
// FairyGUI.Anymous_T
struct Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 : public RuntimeObject
{
public:
// System.Single FairyGUI.Anymous_T::interval
float ___interval_0;
// System.Int32 FairyGUI.Anymous_T::repeat
int32_t ___repeat_1;
// FairyGUI.TimerCallback FairyGUI.Anymous_T::callback
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * ___callback_2;
// System.Object FairyGUI.Anymous_T::param
RuntimeObject * ___param_3;
// System.Single FairyGUI.Anymous_T::elapsed
float ___elapsed_4;
// System.Boolean FairyGUI.Anymous_T::deleted
bool ___deleted_5;
public:
inline static int32_t get_offset_of_interval_0() { return static_cast<int32_t>(offsetof(Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4, ___interval_0)); }
inline float get_interval_0() const { return ___interval_0; }
inline float* get_address_of_interval_0() { return &___interval_0; }
inline void set_interval_0(float value)
{
___interval_0 = value;
}
inline static int32_t get_offset_of_repeat_1() { return static_cast<int32_t>(offsetof(Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4, ___repeat_1)); }
inline int32_t get_repeat_1() const { return ___repeat_1; }
inline int32_t* get_address_of_repeat_1() { return &___repeat_1; }
inline void set_repeat_1(int32_t value)
{
___repeat_1 = value;
}
inline static int32_t get_offset_of_callback_2() { return static_cast<int32_t>(offsetof(Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4, ___callback_2)); }
inline TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * get_callback_2() const { return ___callback_2; }
inline TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 ** get_address_of_callback_2() { return &___callback_2; }
inline void set_callback_2(TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * value)
{
___callback_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___callback_2), (void*)value);
}
inline static int32_t get_offset_of_param_3() { return static_cast<int32_t>(offsetof(Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4, ___param_3)); }
inline RuntimeObject * get_param_3() const { return ___param_3; }
inline RuntimeObject ** get_address_of_param_3() { return &___param_3; }
inline void set_param_3(RuntimeObject * value)
{
___param_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___param_3), (void*)value);
}
inline static int32_t get_offset_of_elapsed_4() { return static_cast<int32_t>(offsetof(Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4, ___elapsed_4)); }
inline float get_elapsed_4() const { return ___elapsed_4; }
inline float* get_address_of_elapsed_4() { return &___elapsed_4; }
inline void set_elapsed_4(float value)
{
___elapsed_4 = value;
}
inline static int32_t get_offset_of_deleted_5() { return static_cast<int32_t>(offsetof(Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4, ___deleted_5)); }
inline bool get_deleted_5() const { return ___deleted_5; }
inline bool* get_address_of_deleted_5() { return &___deleted_5; }
inline void set_deleted_5(bool value)
{
___deleted_5 = value;
}
};
// FairyGUI.AsyncCreationHelper
struct AsyncCreationHelper_t9B0824FC35F59F042685AD4A0DD72196E7D1E2F8 : public RuntimeObject
{
public:
public:
};
// FairyGUI.AsyncCreationHelper_<_CreateObject>d__1
struct U3C_CreateObjectU3Ed__1_tD338B217506DBDFB28EDC29458FB067566FE2E25 : public RuntimeObject
{
public:
// System.Int32 FairyGUI.AsyncCreationHelper_<_CreateObject>d__1::<>1__state
int32_t ___U3CU3E1__state_0;
// System.Object FairyGUI.AsyncCreationHelper_<_CreateObject>d__1::<>2__current
RuntimeObject * ___U3CU3E2__current_1;
// FairyGUI.PackageItem FairyGUI.AsyncCreationHelper_<_CreateObject>d__1::item
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * ___item_2;
// FairyGUI.UIPackage_CreateObjectCallback FairyGUI.AsyncCreationHelper_<_CreateObject>d__1::callback
CreateObjectCallback_t11E5A8E573CF4BEC5DE80CCE2C2D0E9FB4BE07E4 * ___callback_3;
// System.Single FairyGUI.AsyncCreationHelper_<_CreateObject>d__1::<frameTime>5__2
float ___U3CframeTimeU3E5__2_4;
// System.Collections.Generic.List`1<FairyGUI.AsyncCreationHelper_DisplayListItem> FairyGUI.AsyncCreationHelper_<_CreateObject>d__1::<itemList>5__3
List_1_t34E2B499DD8A314FB621250AAB31B6C9D092B7AB * ___U3CitemListU3E5__3_5;
// System.Int32 FairyGUI.AsyncCreationHelper_<_CreateObject>d__1::<cnt>5__4
int32_t ___U3CcntU3E5__4_6;
// System.Collections.Generic.List`1<FairyGUI.GObject> FairyGUI.AsyncCreationHelper_<_CreateObject>d__1::<objectPool>5__5
List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * ___U3CobjectPoolU3E5__5_7;
// System.Int32 FairyGUI.AsyncCreationHelper_<_CreateObject>d__1::<i>5__6
int32_t ___U3CiU3E5__6_8;
public:
inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast<int32_t>(offsetof(U3C_CreateObjectU3Ed__1_tD338B217506DBDFB28EDC29458FB067566FE2E25, ___U3CU3E1__state_0)); }
inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; }
inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; }
inline void set_U3CU3E1__state_0(int32_t value)
{
___U3CU3E1__state_0 = value;
}
inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast<int32_t>(offsetof(U3C_CreateObjectU3Ed__1_tD338B217506DBDFB28EDC29458FB067566FE2E25, ___U3CU3E2__current_1)); }
inline RuntimeObject * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; }
inline RuntimeObject ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; }
inline void set_U3CU3E2__current_1(RuntimeObject * value)
{
___U3CU3E2__current_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E2__current_1), (void*)value);
}
inline static int32_t get_offset_of_item_2() { return static_cast<int32_t>(offsetof(U3C_CreateObjectU3Ed__1_tD338B217506DBDFB28EDC29458FB067566FE2E25, ___item_2)); }
inline PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * get_item_2() const { return ___item_2; }
inline PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 ** get_address_of_item_2() { return &___item_2; }
inline void set_item_2(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * value)
{
___item_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___item_2), (void*)value);
}
inline static int32_t get_offset_of_callback_3() { return static_cast<int32_t>(offsetof(U3C_CreateObjectU3Ed__1_tD338B217506DBDFB28EDC29458FB067566FE2E25, ___callback_3)); }
inline CreateObjectCallback_t11E5A8E573CF4BEC5DE80CCE2C2D0E9FB4BE07E4 * get_callback_3() const { return ___callback_3; }
inline CreateObjectCallback_t11E5A8E573CF4BEC5DE80CCE2C2D0E9FB4BE07E4 ** get_address_of_callback_3() { return &___callback_3; }
inline void set_callback_3(CreateObjectCallback_t11E5A8E573CF4BEC5DE80CCE2C2D0E9FB4BE07E4 * value)
{
___callback_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___callback_3), (void*)value);
}
inline static int32_t get_offset_of_U3CframeTimeU3E5__2_4() { return static_cast<int32_t>(offsetof(U3C_CreateObjectU3Ed__1_tD338B217506DBDFB28EDC29458FB067566FE2E25, ___U3CframeTimeU3E5__2_4)); }
inline float get_U3CframeTimeU3E5__2_4() const { return ___U3CframeTimeU3E5__2_4; }
inline float* get_address_of_U3CframeTimeU3E5__2_4() { return &___U3CframeTimeU3E5__2_4; }
inline void set_U3CframeTimeU3E5__2_4(float value)
{
___U3CframeTimeU3E5__2_4 = value;
}
inline static int32_t get_offset_of_U3CitemListU3E5__3_5() { return static_cast<int32_t>(offsetof(U3C_CreateObjectU3Ed__1_tD338B217506DBDFB28EDC29458FB067566FE2E25, ___U3CitemListU3E5__3_5)); }
inline List_1_t34E2B499DD8A314FB621250AAB31B6C9D092B7AB * get_U3CitemListU3E5__3_5() const { return ___U3CitemListU3E5__3_5; }
inline List_1_t34E2B499DD8A314FB621250AAB31B6C9D092B7AB ** get_address_of_U3CitemListU3E5__3_5() { return &___U3CitemListU3E5__3_5; }
inline void set_U3CitemListU3E5__3_5(List_1_t34E2B499DD8A314FB621250AAB31B6C9D092B7AB * value)
{
___U3CitemListU3E5__3_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CitemListU3E5__3_5), (void*)value);
}
inline static int32_t get_offset_of_U3CcntU3E5__4_6() { return static_cast<int32_t>(offsetof(U3C_CreateObjectU3Ed__1_tD338B217506DBDFB28EDC29458FB067566FE2E25, ___U3CcntU3E5__4_6)); }
inline int32_t get_U3CcntU3E5__4_6() const { return ___U3CcntU3E5__4_6; }
inline int32_t* get_address_of_U3CcntU3E5__4_6() { return &___U3CcntU3E5__4_6; }
inline void set_U3CcntU3E5__4_6(int32_t value)
{
___U3CcntU3E5__4_6 = value;
}
inline static int32_t get_offset_of_U3CobjectPoolU3E5__5_7() { return static_cast<int32_t>(offsetof(U3C_CreateObjectU3Ed__1_tD338B217506DBDFB28EDC29458FB067566FE2E25, ___U3CobjectPoolU3E5__5_7)); }
inline List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * get_U3CobjectPoolU3E5__5_7() const { return ___U3CobjectPoolU3E5__5_7; }
inline List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 ** get_address_of_U3CobjectPoolU3E5__5_7() { return &___U3CobjectPoolU3E5__5_7; }
inline void set_U3CobjectPoolU3E5__5_7(List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * value)
{
___U3CobjectPoolU3E5__5_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CobjectPoolU3E5__5_7), (void*)value);
}
inline static int32_t get_offset_of_U3CiU3E5__6_8() { return static_cast<int32_t>(offsetof(U3C_CreateObjectU3Ed__1_tD338B217506DBDFB28EDC29458FB067566FE2E25, ___U3CiU3E5__6_8)); }
inline int32_t get_U3CiU3E5__6_8() const { return ___U3CiU3E5__6_8; }
inline int32_t* get_address_of_U3CiU3E5__6_8() { return &___U3CiU3E5__6_8; }
inline void set_U3CiU3E5__6_8(int32_t value)
{
___U3CiU3E5__6_8 = value;
}
};
// FairyGUI.BaseFont
struct BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F : public RuntimeObject
{
public:
// System.String FairyGUI.BaseFont::<name>k__BackingField
String_t* ___U3CnameU3Ek__BackingField_0;
// FairyGUI.NTexture FairyGUI.BaseFont::mainTexture
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * ___mainTexture_1;
// System.Boolean FairyGUI.BaseFont::canTint
bool ___canTint_2;
// System.Boolean FairyGUI.BaseFont::customBold
bool ___customBold_3;
// System.Boolean FairyGUI.BaseFont::customBoldAndItalic
bool ___customBoldAndItalic_4;
// System.String FairyGUI.BaseFont::shader
String_t* ___shader_5;
// System.Boolean FairyGUI.BaseFont::keepCrisp
bool ___keepCrisp_6;
// FairyGUI.PackageItem FairyGUI.BaseFont::packageItem
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * ___packageItem_7;
public:
inline static int32_t get_offset_of_U3CnameU3Ek__BackingField_0() { return static_cast<int32_t>(offsetof(BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F, ___U3CnameU3Ek__BackingField_0)); }
inline String_t* get_U3CnameU3Ek__BackingField_0() const { return ___U3CnameU3Ek__BackingField_0; }
inline String_t** get_address_of_U3CnameU3Ek__BackingField_0() { return &___U3CnameU3Ek__BackingField_0; }
inline void set_U3CnameU3Ek__BackingField_0(String_t* value)
{
___U3CnameU3Ek__BackingField_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CnameU3Ek__BackingField_0), (void*)value);
}
inline static int32_t get_offset_of_mainTexture_1() { return static_cast<int32_t>(offsetof(BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F, ___mainTexture_1)); }
inline NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * get_mainTexture_1() const { return ___mainTexture_1; }
inline NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A ** get_address_of_mainTexture_1() { return &___mainTexture_1; }
inline void set_mainTexture_1(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * value)
{
___mainTexture_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___mainTexture_1), (void*)value);
}
inline static int32_t get_offset_of_canTint_2() { return static_cast<int32_t>(offsetof(BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F, ___canTint_2)); }
inline bool get_canTint_2() const { return ___canTint_2; }
inline bool* get_address_of_canTint_2() { return &___canTint_2; }
inline void set_canTint_2(bool value)
{
___canTint_2 = value;
}
inline static int32_t get_offset_of_customBold_3() { return static_cast<int32_t>(offsetof(BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F, ___customBold_3)); }
inline bool get_customBold_3() const { return ___customBold_3; }
inline bool* get_address_of_customBold_3() { return &___customBold_3; }
inline void set_customBold_3(bool value)
{
___customBold_3 = value;
}
inline static int32_t get_offset_of_customBoldAndItalic_4() { return static_cast<int32_t>(offsetof(BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F, ___customBoldAndItalic_4)); }
inline bool get_customBoldAndItalic_4() const { return ___customBoldAndItalic_4; }
inline bool* get_address_of_customBoldAndItalic_4() { return &___customBoldAndItalic_4; }
inline void set_customBoldAndItalic_4(bool value)
{
___customBoldAndItalic_4 = value;
}
inline static int32_t get_offset_of_shader_5() { return static_cast<int32_t>(offsetof(BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F, ___shader_5)); }
inline String_t* get_shader_5() const { return ___shader_5; }
inline String_t** get_address_of_shader_5() { return &___shader_5; }
inline void set_shader_5(String_t* value)
{
___shader_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___shader_5), (void*)value);
}
inline static int32_t get_offset_of_keepCrisp_6() { return static_cast<int32_t>(offsetof(BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F, ___keepCrisp_6)); }
inline bool get_keepCrisp_6() const { return ___keepCrisp_6; }
inline bool* get_address_of_keepCrisp_6() { return &___keepCrisp_6; }
inline void set_keepCrisp_6(bool value)
{
___keepCrisp_6 = value;
}
inline static int32_t get_offset_of_packageItem_7() { return static_cast<int32_t>(offsetof(BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F, ___packageItem_7)); }
inline PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * get_packageItem_7() const { return ___packageItem_7; }
inline PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 ** get_address_of_packageItem_7() { return &___packageItem_7; }
inline void set_packageItem_7(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * value)
{
___packageItem_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___packageItem_7), (void*)value);
}
};
// FairyGUI.BitmapFont_BMGlyph
struct BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA : public RuntimeObject
{
public:
// System.Int32 FairyGUI.BitmapFont_BMGlyph::offsetX
int32_t ___offsetX_0;
// System.Int32 FairyGUI.BitmapFont_BMGlyph::offsetY
int32_t ___offsetY_1;
// System.Int32 FairyGUI.BitmapFont_BMGlyph::width
int32_t ___width_2;
// System.Int32 FairyGUI.BitmapFont_BMGlyph::height
int32_t ___height_3;
// System.Int32 FairyGUI.BitmapFont_BMGlyph::advance
int32_t ___advance_4;
// System.Int32 FairyGUI.BitmapFont_BMGlyph::lineHeight
int32_t ___lineHeight_5;
// UnityEngine.Vector2[] FairyGUI.BitmapFont_BMGlyph::uv
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* ___uv_6;
// System.Int32 FairyGUI.BitmapFont_BMGlyph::channel
int32_t ___channel_7;
public:
inline static int32_t get_offset_of_offsetX_0() { return static_cast<int32_t>(offsetof(BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA, ___offsetX_0)); }
inline int32_t get_offsetX_0() const { return ___offsetX_0; }
inline int32_t* get_address_of_offsetX_0() { return &___offsetX_0; }
inline void set_offsetX_0(int32_t value)
{
___offsetX_0 = value;
}
inline static int32_t get_offset_of_offsetY_1() { return static_cast<int32_t>(offsetof(BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA, ___offsetY_1)); }
inline int32_t get_offsetY_1() const { return ___offsetY_1; }
inline int32_t* get_address_of_offsetY_1() { return &___offsetY_1; }
inline void set_offsetY_1(int32_t value)
{
___offsetY_1 = value;
}
inline static int32_t get_offset_of_width_2() { return static_cast<int32_t>(offsetof(BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA, ___width_2)); }
inline int32_t get_width_2() const { return ___width_2; }
inline int32_t* get_address_of_width_2() { return &___width_2; }
inline void set_width_2(int32_t value)
{
___width_2 = value;
}
inline static int32_t get_offset_of_height_3() { return static_cast<int32_t>(offsetof(BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA, ___height_3)); }
inline int32_t get_height_3() const { return ___height_3; }
inline int32_t* get_address_of_height_3() { return &___height_3; }
inline void set_height_3(int32_t value)
{
___height_3 = value;
}
inline static int32_t get_offset_of_advance_4() { return static_cast<int32_t>(offsetof(BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA, ___advance_4)); }
inline int32_t get_advance_4() const { return ___advance_4; }
inline int32_t* get_address_of_advance_4() { return &___advance_4; }
inline void set_advance_4(int32_t value)
{
___advance_4 = value;
}
inline static int32_t get_offset_of_lineHeight_5() { return static_cast<int32_t>(offsetof(BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA, ___lineHeight_5)); }
inline int32_t get_lineHeight_5() const { return ___lineHeight_5; }
inline int32_t* get_address_of_lineHeight_5() { return &___lineHeight_5; }
inline void set_lineHeight_5(int32_t value)
{
___lineHeight_5 = value;
}
inline static int32_t get_offset_of_uv_6() { return static_cast<int32_t>(offsetof(BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA, ___uv_6)); }
inline Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* get_uv_6() const { return ___uv_6; }
inline Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6** get_address_of_uv_6() { return &___uv_6; }
inline void set_uv_6(Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* value)
{
___uv_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___uv_6), (void*)value);
}
inline static int32_t get_offset_of_channel_7() { return static_cast<int32_t>(offsetof(BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA, ___channel_7)); }
inline int32_t get_channel_7() const { return ___channel_7; }
inline int32_t* get_address_of_channel_7() { return &___channel_7; }
inline void set_channel_7(int32_t value)
{
___channel_7 = value;
}
};
// FairyGUI.BlendModeUtils
struct BlendModeUtils_tE3FFF796D6F65911EACC2FE17A9357C4AF4DF2EE : public RuntimeObject
{
public:
public:
};
struct BlendModeUtils_tE3FFF796D6F65911EACC2FE17A9357C4AF4DF2EE_StaticFields
{
public:
// FairyGUI.BlendModeUtils_BlendFactor[] FairyGUI.BlendModeUtils::Factors
BlendFactorU5BU5D_t2940F42D76FA3C18ED782510230F111171A9AD3A* ___Factors_0;
public:
inline static int32_t get_offset_of_Factors_0() { return static_cast<int32_t>(offsetof(BlendModeUtils_tE3FFF796D6F65911EACC2FE17A9357C4AF4DF2EE_StaticFields, ___Factors_0)); }
inline BlendFactorU5BU5D_t2940F42D76FA3C18ED782510230F111171A9AD3A* get_Factors_0() const { return ___Factors_0; }
inline BlendFactorU5BU5D_t2940F42D76FA3C18ED782510230F111171A9AD3A** get_address_of_Factors_0() { return &___Factors_0; }
inline void set_Factors_0(BlendFactorU5BU5D_t2940F42D76FA3C18ED782510230F111171A9AD3A* value)
{
___Factors_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Factors_0), (void*)value);
}
};
// FairyGUI.BlurFilter
struct BlurFilter_t8E49BEF2181CF5150F772697E6376C4D628006E2 : public RuntimeObject
{
public:
// System.Single FairyGUI.BlurFilter::blurSize
float ___blurSize_0;
// FairyGUI.DisplayObject FairyGUI.BlurFilter::_target
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * ____target_1;
// UnityEngine.Material FairyGUI.BlurFilter::_blitMaterial
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ____blitMaterial_2;
public:
inline static int32_t get_offset_of_blurSize_0() { return static_cast<int32_t>(offsetof(BlurFilter_t8E49BEF2181CF5150F772697E6376C4D628006E2, ___blurSize_0)); }
inline float get_blurSize_0() const { return ___blurSize_0; }
inline float* get_address_of_blurSize_0() { return &___blurSize_0; }
inline void set_blurSize_0(float value)
{
___blurSize_0 = value;
}
inline static int32_t get_offset_of__target_1() { return static_cast<int32_t>(offsetof(BlurFilter_t8E49BEF2181CF5150F772697E6376C4D628006E2, ____target_1)); }
inline DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * get__target_1() const { return ____target_1; }
inline DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB ** get_address_of__target_1() { return &____target_1; }
inline void set__target_1(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * value)
{
____target_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____target_1), (void*)value);
}
inline static int32_t get_offset_of__blitMaterial_2() { return static_cast<int32_t>(offsetof(BlurFilter_t8E49BEF2181CF5150F772697E6376C4D628006E2, ____blitMaterial_2)); }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * get__blitMaterial_2() const { return ____blitMaterial_2; }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 ** get_address_of__blitMaterial_2() { return &____blitMaterial_2; }
inline void set__blitMaterial_2(Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * value)
{
____blitMaterial_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&____blitMaterial_2), (void*)value);
}
};
// FairyGUI.ColliderHitTest
struct ColliderHitTest_t295665EE7B899D4C84890F57233500430ECE5C67 : public RuntimeObject
{
public:
// UnityEngine.Collider FairyGUI.ColliderHitTest::collider
Collider_t0FEEB36760860AD21B3B1F0509C365B393EC4BDF * ___collider_0;
public:
inline static int32_t get_offset_of_collider_0() { return static_cast<int32_t>(offsetof(ColliderHitTest_t295665EE7B899D4C84890F57233500430ECE5C67, ___collider_0)); }
inline Collider_t0FEEB36760860AD21B3B1F0509C365B393EC4BDF * get_collider_0() const { return ___collider_0; }
inline Collider_t0FEEB36760860AD21B3B1F0509C365B393EC4BDF ** get_address_of_collider_0() { return &___collider_0; }
inline void set_collider_0(Collider_t0FEEB36760860AD21B3B1F0509C365B393EC4BDF * value)
{
___collider_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___collider_0), (void*)value);
}
};
// FairyGUI.ControllerAction
struct ControllerAction_t460A8959DB08ACC45DFD24DCE767CF12F61E51E7 : public RuntimeObject
{
public:
// System.String[] FairyGUI.ControllerAction::fromPage
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___fromPage_0;
// System.String[] FairyGUI.ControllerAction::toPage
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___toPage_1;
public:
inline static int32_t get_offset_of_fromPage_0() { return static_cast<int32_t>(offsetof(ControllerAction_t460A8959DB08ACC45DFD24DCE767CF12F61E51E7, ___fromPage_0)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_fromPage_0() const { return ___fromPage_0; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_fromPage_0() { return &___fromPage_0; }
inline void set_fromPage_0(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___fromPage_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___fromPage_0), (void*)value);
}
inline static int32_t get_offset_of_toPage_1() { return static_cast<int32_t>(offsetof(ControllerAction_t460A8959DB08ACC45DFD24DCE767CF12F61E51E7, ___toPage_1)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_toPage_1() const { return ___toPage_1; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_toPage_1() { return &___toPage_1; }
inline void set_toPage_1(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___toPage_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___toPage_1), (void*)value);
}
};
// FairyGUI.EventContext
struct EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 : public RuntimeObject
{
public:
// FairyGUI.EventDispatcher FairyGUI.EventContext::<sender>k__BackingField
EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * ___U3CsenderU3Ek__BackingField_0;
// System.Object FairyGUI.EventContext::<initiator>k__BackingField
RuntimeObject * ___U3CinitiatorU3Ek__BackingField_1;
// FairyGUI.InputEvent FairyGUI.EventContext::<inputEvent>k__BackingField
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * ___U3CinputEventU3Ek__BackingField_2;
// System.String FairyGUI.EventContext::type
String_t* ___type_3;
// System.Object FairyGUI.EventContext::data
RuntimeObject * ___data_4;
// System.Boolean FairyGUI.EventContext::_defaultPrevented
bool ____defaultPrevented_5;
// System.Boolean FairyGUI.EventContext::_stopsPropagation
bool ____stopsPropagation_6;
// System.Boolean FairyGUI.EventContext::_touchCapture
bool ____touchCapture_7;
// System.Collections.Generic.List`1<FairyGUI.EventBridge> FairyGUI.EventContext::callChain
List_1_t96F9041444F491A9089B15870662D9839D1B9728 * ___callChain_8;
public:
inline static int32_t get_offset_of_U3CsenderU3Ek__BackingField_0() { return static_cast<int32_t>(offsetof(EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122, ___U3CsenderU3Ek__BackingField_0)); }
inline EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * get_U3CsenderU3Ek__BackingField_0() const { return ___U3CsenderU3Ek__BackingField_0; }
inline EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 ** get_address_of_U3CsenderU3Ek__BackingField_0() { return &___U3CsenderU3Ek__BackingField_0; }
inline void set_U3CsenderU3Ek__BackingField_0(EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * value)
{
___U3CsenderU3Ek__BackingField_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CsenderU3Ek__BackingField_0), (void*)value);
}
inline static int32_t get_offset_of_U3CinitiatorU3Ek__BackingField_1() { return static_cast<int32_t>(offsetof(EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122, ___U3CinitiatorU3Ek__BackingField_1)); }
inline RuntimeObject * get_U3CinitiatorU3Ek__BackingField_1() const { return ___U3CinitiatorU3Ek__BackingField_1; }
inline RuntimeObject ** get_address_of_U3CinitiatorU3Ek__BackingField_1() { return &___U3CinitiatorU3Ek__BackingField_1; }
inline void set_U3CinitiatorU3Ek__BackingField_1(RuntimeObject * value)
{
___U3CinitiatorU3Ek__BackingField_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CinitiatorU3Ek__BackingField_1), (void*)value);
}
inline static int32_t get_offset_of_U3CinputEventU3Ek__BackingField_2() { return static_cast<int32_t>(offsetof(EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122, ___U3CinputEventU3Ek__BackingField_2)); }
inline InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * get_U3CinputEventU3Ek__BackingField_2() const { return ___U3CinputEventU3Ek__BackingField_2; }
inline InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 ** get_address_of_U3CinputEventU3Ek__BackingField_2() { return &___U3CinputEventU3Ek__BackingField_2; }
inline void set_U3CinputEventU3Ek__BackingField_2(InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * value)
{
___U3CinputEventU3Ek__BackingField_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CinputEventU3Ek__BackingField_2), (void*)value);
}
inline static int32_t get_offset_of_type_3() { return static_cast<int32_t>(offsetof(EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122, ___type_3)); }
inline String_t* get_type_3() const { return ___type_3; }
inline String_t** get_address_of_type_3() { return &___type_3; }
inline void set_type_3(String_t* value)
{
___type_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___type_3), (void*)value);
}
inline static int32_t get_offset_of_data_4() { return static_cast<int32_t>(offsetof(EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122, ___data_4)); }
inline RuntimeObject * get_data_4() const { return ___data_4; }
inline RuntimeObject ** get_address_of_data_4() { return &___data_4; }
inline void set_data_4(RuntimeObject * value)
{
___data_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___data_4), (void*)value);
}
inline static int32_t get_offset_of__defaultPrevented_5() { return static_cast<int32_t>(offsetof(EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122, ____defaultPrevented_5)); }
inline bool get__defaultPrevented_5() const { return ____defaultPrevented_5; }
inline bool* get_address_of__defaultPrevented_5() { return &____defaultPrevented_5; }
inline void set__defaultPrevented_5(bool value)
{
____defaultPrevented_5 = value;
}
inline static int32_t get_offset_of__stopsPropagation_6() { return static_cast<int32_t>(offsetof(EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122, ____stopsPropagation_6)); }
inline bool get__stopsPropagation_6() const { return ____stopsPropagation_6; }
inline bool* get_address_of__stopsPropagation_6() { return &____stopsPropagation_6; }
inline void set__stopsPropagation_6(bool value)
{
____stopsPropagation_6 = value;
}
inline static int32_t get_offset_of__touchCapture_7() { return static_cast<int32_t>(offsetof(EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122, ____touchCapture_7)); }
inline bool get__touchCapture_7() const { return ____touchCapture_7; }
inline bool* get_address_of__touchCapture_7() { return &____touchCapture_7; }
inline void set__touchCapture_7(bool value)
{
____touchCapture_7 = value;
}
inline static int32_t get_offset_of_callChain_8() { return static_cast<int32_t>(offsetof(EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122, ___callChain_8)); }
inline List_1_t96F9041444F491A9089B15870662D9839D1B9728 * get_callChain_8() const { return ___callChain_8; }
inline List_1_t96F9041444F491A9089B15870662D9839D1B9728 ** get_address_of_callChain_8() { return &___callChain_8; }
inline void set_callChain_8(List_1_t96F9041444F491A9089B15870662D9839D1B9728 * value)
{
___callChain_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___callChain_8), (void*)value);
}
};
struct EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122_StaticFields
{
public:
// System.Collections.Generic.Stack`1<FairyGUI.EventContext> FairyGUI.EventContext::pool
Stack_1_tE8A87CB7B553D220A0B04201A88B39485C44C95A * ___pool_9;
public:
inline static int32_t get_offset_of_pool_9() { return static_cast<int32_t>(offsetof(EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122_StaticFields, ___pool_9)); }
inline Stack_1_tE8A87CB7B553D220A0B04201A88B39485C44C95A * get_pool_9() const { return ___pool_9; }
inline Stack_1_tE8A87CB7B553D220A0B04201A88B39485C44C95A ** get_address_of_pool_9() { return &___pool_9; }
inline void set_pool_9(Stack_1_tE8A87CB7B553D220A0B04201A88B39485C44C95A * value)
{
___pool_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___pool_9), (void*)value);
}
};
// FairyGUI.EventDispatcher
struct EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 : public RuntimeObject
{
public:
// System.Collections.Generic.Dictionary`2<System.String,FairyGUI.EventBridge> FairyGUI.EventDispatcher::_dic
Dictionary_2_t088A725192C1A620E541C1A7FACDF89E850EF52B * ____dic_0;
public:
inline static int32_t get_offset_of__dic_0() { return static_cast<int32_t>(offsetof(EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7, ____dic_0)); }
inline Dictionary_2_t088A725192C1A620E541C1A7FACDF89E850EF52B * get__dic_0() const { return ____dic_0; }
inline Dictionary_2_t088A725192C1A620E541C1A7FACDF89E850EF52B ** get_address_of__dic_0() { return &____dic_0; }
inline void set__dic_0(Dictionary_2_t088A725192C1A620E541C1A7FACDF89E850EF52B * value)
{
____dic_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____dic_0), (void*)value);
}
};
struct EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_StaticFields
{
public:
// FairyGUI.InputEvent FairyGUI.EventDispatcher::sCurrentInputEvent
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * ___sCurrentInputEvent_1;
public:
inline static int32_t get_offset_of_sCurrentInputEvent_1() { return static_cast<int32_t>(offsetof(EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_StaticFields, ___sCurrentInputEvent_1)); }
inline InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * get_sCurrentInputEvent_1() const { return ___sCurrentInputEvent_1; }
inline InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 ** get_address_of_sCurrentInputEvent_1() { return &___sCurrentInputEvent_1; }
inline void set_sCurrentInputEvent_1(InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * value)
{
___sCurrentInputEvent_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___sCurrentInputEvent_1), (void*)value);
}
};
// FairyGUI.GObjectPool
struct GObjectPool_t679A95F94538DC866986686E81321C6F406BEF17 : public RuntimeObject
{
public:
// FairyGUI.GObjectPool_InitCallbackDelegate FairyGUI.GObjectPool::initCallback
InitCallbackDelegate_t30542A5822368C4E3235B2C5926368BE049E3D57 * ___initCallback_0;
// System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.Queue`1<FairyGUI.GObject>> FairyGUI.GObjectPool::_pool
Dictionary_2_tC715D52A6B7B3E754D4E05882E506B5F3D3B1666 * ____pool_1;
// UnityEngine.Transform FairyGUI.GObjectPool::_manager
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ____manager_2;
public:
inline static int32_t get_offset_of_initCallback_0() { return static_cast<int32_t>(offsetof(GObjectPool_t679A95F94538DC866986686E81321C6F406BEF17, ___initCallback_0)); }
inline InitCallbackDelegate_t30542A5822368C4E3235B2C5926368BE049E3D57 * get_initCallback_0() const { return ___initCallback_0; }
inline InitCallbackDelegate_t30542A5822368C4E3235B2C5926368BE049E3D57 ** get_address_of_initCallback_0() { return &___initCallback_0; }
inline void set_initCallback_0(InitCallbackDelegate_t30542A5822368C4E3235B2C5926368BE049E3D57 * value)
{
___initCallback_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___initCallback_0), (void*)value);
}
inline static int32_t get_offset_of__pool_1() { return static_cast<int32_t>(offsetof(GObjectPool_t679A95F94538DC866986686E81321C6F406BEF17, ____pool_1)); }
inline Dictionary_2_tC715D52A6B7B3E754D4E05882E506B5F3D3B1666 * get__pool_1() const { return ____pool_1; }
inline Dictionary_2_tC715D52A6B7B3E754D4E05882E506B5F3D3B1666 ** get_address_of__pool_1() { return &____pool_1; }
inline void set__pool_1(Dictionary_2_tC715D52A6B7B3E754D4E05882E506B5F3D3B1666 * value)
{
____pool_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____pool_1), (void*)value);
}
inline static int32_t get_offset_of__manager_2() { return static_cast<int32_t>(offsetof(GObjectPool_t679A95F94538DC866986686E81321C6F406BEF17, ____manager_2)); }
inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * get__manager_2() const { return ____manager_2; }
inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA ** get_address_of__manager_2() { return &____manager_2; }
inline void set__manager_2(Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * value)
{
____manager_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&____manager_2), (void*)value);
}
};
// FairyGUI.ShaderConfig
struct ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A : public RuntimeObject
{
public:
public:
};
struct ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields
{
public:
// FairyGUI.ShaderConfig_GetFunction FairyGUI.ShaderConfig::Get
GetFunction_t70B315803C0EA430D39699C5F3F35B556D58C5DA * ___Get_0;
// System.String FairyGUI.ShaderConfig::imageShader
String_t* ___imageShader_1;
// System.String FairyGUI.ShaderConfig::textShader
String_t* ___textShader_2;
// System.String FairyGUI.ShaderConfig::bmFontShader
String_t* ___bmFontShader_3;
// FairyGUI.ShaderConfig_PropertyIDs FairyGUI.ShaderConfig::_properyIDs
PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 * ____properyIDs_4;
public:
inline static int32_t get_offset_of_Get_0() { return static_cast<int32_t>(offsetof(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields, ___Get_0)); }
inline GetFunction_t70B315803C0EA430D39699C5F3F35B556D58C5DA * get_Get_0() const { return ___Get_0; }
inline GetFunction_t70B315803C0EA430D39699C5F3F35B556D58C5DA ** get_address_of_Get_0() { return &___Get_0; }
inline void set_Get_0(GetFunction_t70B315803C0EA430D39699C5F3F35B556D58C5DA * value)
{
___Get_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Get_0), (void*)value);
}
inline static int32_t get_offset_of_imageShader_1() { return static_cast<int32_t>(offsetof(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields, ___imageShader_1)); }
inline String_t* get_imageShader_1() const { return ___imageShader_1; }
inline String_t** get_address_of_imageShader_1() { return &___imageShader_1; }
inline void set_imageShader_1(String_t* value)
{
___imageShader_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___imageShader_1), (void*)value);
}
inline static int32_t get_offset_of_textShader_2() { return static_cast<int32_t>(offsetof(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields, ___textShader_2)); }
inline String_t* get_textShader_2() const { return ___textShader_2; }
inline String_t** get_address_of_textShader_2() { return &___textShader_2; }
inline void set_textShader_2(String_t* value)
{
___textShader_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___textShader_2), (void*)value);
}
inline static int32_t get_offset_of_bmFontShader_3() { return static_cast<int32_t>(offsetof(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields, ___bmFontShader_3)); }
inline String_t* get_bmFontShader_3() const { return ___bmFontShader_3; }
inline String_t** get_address_of_bmFontShader_3() { return &___bmFontShader_3; }
inline void set_bmFontShader_3(String_t* value)
{
___bmFontShader_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___bmFontShader_3), (void*)value);
}
inline static int32_t get_offset_of__properyIDs_4() { return static_cast<int32_t>(offsetof(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields, ____properyIDs_4)); }
inline PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 * get__properyIDs_4() const { return ____properyIDs_4; }
inline PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 ** get_address_of__properyIDs_4() { return &____properyIDs_4; }
inline void set__properyIDs_4(PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 * value)
{
____properyIDs_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____properyIDs_4), (void*)value);
}
};
// FairyGUI.ShaderConfig_PropertyIDs
struct PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 : public RuntimeObject
{
public:
// System.Int32 FairyGUI.ShaderConfig_PropertyIDs::_ClipBox
int32_t ____ClipBox_0;
// System.Int32 FairyGUI.ShaderConfig_PropertyIDs::_ClipSoftness
int32_t ____ClipSoftness_1;
// System.Int32 FairyGUI.ShaderConfig_PropertyIDs::_AlphaTex
int32_t ____AlphaTex_2;
// System.Int32 FairyGUI.ShaderConfig_PropertyIDs::_StencilComp
int32_t ____StencilComp_3;
// System.Int32 FairyGUI.ShaderConfig_PropertyIDs::_Stencil
int32_t ____Stencil_4;
// System.Int32 FairyGUI.ShaderConfig_PropertyIDs::_StencilOp
int32_t ____StencilOp_5;
// System.Int32 FairyGUI.ShaderConfig_PropertyIDs::_StencilReadMask
int32_t ____StencilReadMask_6;
// System.Int32 FairyGUI.ShaderConfig_PropertyIDs::_ColorMask
int32_t ____ColorMask_7;
// System.Int32 FairyGUI.ShaderConfig_PropertyIDs::_ColorMatrix
int32_t ____ColorMatrix_8;
// System.Int32 FairyGUI.ShaderConfig_PropertyIDs::_ColorOffset
int32_t ____ColorOffset_9;
// System.Int32 FairyGUI.ShaderConfig_PropertyIDs::_BlendSrcFactor
int32_t ____BlendSrcFactor_10;
// System.Int32 FairyGUI.ShaderConfig_PropertyIDs::_BlendDstFactor
int32_t ____BlendDstFactor_11;
// System.Int32 FairyGUI.ShaderConfig_PropertyIDs::_ColorOption
int32_t ____ColorOption_12;
public:
inline static int32_t get_offset_of__ClipBox_0() { return static_cast<int32_t>(offsetof(PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71, ____ClipBox_0)); }
inline int32_t get__ClipBox_0() const { return ____ClipBox_0; }
inline int32_t* get_address_of__ClipBox_0() { return &____ClipBox_0; }
inline void set__ClipBox_0(int32_t value)
{
____ClipBox_0 = value;
}
inline static int32_t get_offset_of__ClipSoftness_1() { return static_cast<int32_t>(offsetof(PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71, ____ClipSoftness_1)); }
inline int32_t get__ClipSoftness_1() const { return ____ClipSoftness_1; }
inline int32_t* get_address_of__ClipSoftness_1() { return &____ClipSoftness_1; }
inline void set__ClipSoftness_1(int32_t value)
{
____ClipSoftness_1 = value;
}
inline static int32_t get_offset_of__AlphaTex_2() { return static_cast<int32_t>(offsetof(PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71, ____AlphaTex_2)); }
inline int32_t get__AlphaTex_2() const { return ____AlphaTex_2; }
inline int32_t* get_address_of__AlphaTex_2() { return &____AlphaTex_2; }
inline void set__AlphaTex_2(int32_t value)
{
____AlphaTex_2 = value;
}
inline static int32_t get_offset_of__StencilComp_3() { return static_cast<int32_t>(offsetof(PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71, ____StencilComp_3)); }
inline int32_t get__StencilComp_3() const { return ____StencilComp_3; }
inline int32_t* get_address_of__StencilComp_3() { return &____StencilComp_3; }
inline void set__StencilComp_3(int32_t value)
{
____StencilComp_3 = value;
}
inline static int32_t get_offset_of__Stencil_4() { return static_cast<int32_t>(offsetof(PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71, ____Stencil_4)); }
inline int32_t get__Stencil_4() const { return ____Stencil_4; }
inline int32_t* get_address_of__Stencil_4() { return &____Stencil_4; }
inline void set__Stencil_4(int32_t value)
{
____Stencil_4 = value;
}
inline static int32_t get_offset_of__StencilOp_5() { return static_cast<int32_t>(offsetof(PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71, ____StencilOp_5)); }
inline int32_t get__StencilOp_5() const { return ____StencilOp_5; }
inline int32_t* get_address_of__StencilOp_5() { return &____StencilOp_5; }
inline void set__StencilOp_5(int32_t value)
{
____StencilOp_5 = value;
}
inline static int32_t get_offset_of__StencilReadMask_6() { return static_cast<int32_t>(offsetof(PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71, ____StencilReadMask_6)); }
inline int32_t get__StencilReadMask_6() const { return ____StencilReadMask_6; }
inline int32_t* get_address_of__StencilReadMask_6() { return &____StencilReadMask_6; }
inline void set__StencilReadMask_6(int32_t value)
{
____StencilReadMask_6 = value;
}
inline static int32_t get_offset_of__ColorMask_7() { return static_cast<int32_t>(offsetof(PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71, ____ColorMask_7)); }
inline int32_t get__ColorMask_7() const { return ____ColorMask_7; }
inline int32_t* get_address_of__ColorMask_7() { return &____ColorMask_7; }
inline void set__ColorMask_7(int32_t value)
{
____ColorMask_7 = value;
}
inline static int32_t get_offset_of__ColorMatrix_8() { return static_cast<int32_t>(offsetof(PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71, ____ColorMatrix_8)); }
inline int32_t get__ColorMatrix_8() const { return ____ColorMatrix_8; }
inline int32_t* get_address_of__ColorMatrix_8() { return &____ColorMatrix_8; }
inline void set__ColorMatrix_8(int32_t value)
{
____ColorMatrix_8 = value;
}
inline static int32_t get_offset_of__ColorOffset_9() { return static_cast<int32_t>(offsetof(PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71, ____ColorOffset_9)); }
inline int32_t get__ColorOffset_9() const { return ____ColorOffset_9; }
inline int32_t* get_address_of__ColorOffset_9() { return &____ColorOffset_9; }
inline void set__ColorOffset_9(int32_t value)
{
____ColorOffset_9 = value;
}
inline static int32_t get_offset_of__BlendSrcFactor_10() { return static_cast<int32_t>(offsetof(PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71, ____BlendSrcFactor_10)); }
inline int32_t get__BlendSrcFactor_10() const { return ____BlendSrcFactor_10; }
inline int32_t* get_address_of__BlendSrcFactor_10() { return &____BlendSrcFactor_10; }
inline void set__BlendSrcFactor_10(int32_t value)
{
____BlendSrcFactor_10 = value;
}
inline static int32_t get_offset_of__BlendDstFactor_11() { return static_cast<int32_t>(offsetof(PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71, ____BlendDstFactor_11)); }
inline int32_t get__BlendDstFactor_11() const { return ____BlendDstFactor_11; }
inline int32_t* get_address_of__BlendDstFactor_11() { return &____BlendDstFactor_11; }
inline void set__BlendDstFactor_11(int32_t value)
{
____BlendDstFactor_11 = value;
}
inline static int32_t get_offset_of__ColorOption_12() { return static_cast<int32_t>(offsetof(PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71, ____ColorOption_12)); }
inline int32_t get__ColorOption_12() const { return ____ColorOption_12; }
inline int32_t* get_address_of__ColorOption_12() { return &____ColorOption_12; }
inline void set__ColorOption_12(int32_t value)
{
____ColorOption_12 = value;
}
};
// FairyGUI.Stats
struct Stats_t02E9F15448F45B6237F6B9E32A972EB3E0A7F7B0 : public RuntimeObject
{
public:
public:
};
struct Stats_t02E9F15448F45B6237F6B9E32A972EB3E0A7F7B0_StaticFields
{
public:
// System.Int32 FairyGUI.Stats::ObjectCount
int32_t ___ObjectCount_0;
// System.Int32 FairyGUI.Stats::GraphicsCount
int32_t ___GraphicsCount_1;
// System.Int32 FairyGUI.Stats::LatestObjectCreation
int32_t ___LatestObjectCreation_2;
// System.Int32 FairyGUI.Stats::LatestGraphicsCreation
int32_t ___LatestGraphicsCreation_3;
public:
inline static int32_t get_offset_of_ObjectCount_0() { return static_cast<int32_t>(offsetof(Stats_t02E9F15448F45B6237F6B9E32A972EB3E0A7F7B0_StaticFields, ___ObjectCount_0)); }
inline int32_t get_ObjectCount_0() const { return ___ObjectCount_0; }
inline int32_t* get_address_of_ObjectCount_0() { return &___ObjectCount_0; }
inline void set_ObjectCount_0(int32_t value)
{
___ObjectCount_0 = value;
}
inline static int32_t get_offset_of_GraphicsCount_1() { return static_cast<int32_t>(offsetof(Stats_t02E9F15448F45B6237F6B9E32A972EB3E0A7F7B0_StaticFields, ___GraphicsCount_1)); }
inline int32_t get_GraphicsCount_1() const { return ___GraphicsCount_1; }
inline int32_t* get_address_of_GraphicsCount_1() { return &___GraphicsCount_1; }
inline void set_GraphicsCount_1(int32_t value)
{
___GraphicsCount_1 = value;
}
inline static int32_t get_offset_of_LatestObjectCreation_2() { return static_cast<int32_t>(offsetof(Stats_t02E9F15448F45B6237F6B9E32A972EB3E0A7F7B0_StaticFields, ___LatestObjectCreation_2)); }
inline int32_t get_LatestObjectCreation_2() const { return ___LatestObjectCreation_2; }
inline int32_t* get_address_of_LatestObjectCreation_2() { return &___LatestObjectCreation_2; }
inline void set_LatestObjectCreation_2(int32_t value)
{
___LatestObjectCreation_2 = value;
}
inline static int32_t get_offset_of_LatestGraphicsCreation_3() { return static_cast<int32_t>(offsetof(Stats_t02E9F15448F45B6237F6B9E32A972EB3E0A7F7B0_StaticFields, ___LatestGraphicsCreation_3)); }
inline int32_t get_LatestGraphicsCreation_3() const { return ___LatestGraphicsCreation_3; }
inline int32_t* get_address_of_LatestGraphicsCreation_3() { return &___LatestGraphicsCreation_3; }
inline void set_LatestGraphicsCreation_3(int32_t value)
{
___LatestGraphicsCreation_3 = value;
}
};
// FairyGUI.Timers
struct Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 : public RuntimeObject
{
public:
// System.Collections.Generic.Dictionary`2<FairyGUI.TimerCallback,FairyGUI.Anymous_T> FairyGUI.Timers::_items
Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B * ____items_3;
// System.Collections.Generic.Dictionary`2<FairyGUI.TimerCallback,FairyGUI.Anymous_T> FairyGUI.Timers::_toAdd
Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B * ____toAdd_4;
// System.Collections.Generic.List`1<FairyGUI.Anymous_T> FairyGUI.Timers::_toRemove
List_1_t2EA7CD9F2D9D75005F9C02BC2534E503B08E0E65 * ____toRemove_5;
// System.Collections.Generic.List`1<FairyGUI.Anymous_T> FairyGUI.Timers::_pool
List_1_t2EA7CD9F2D9D75005F9C02BC2534E503B08E0E65 * ____pool_6;
// FairyGUI.TimersEngine FairyGUI.Timers::_engine
TimersEngine_t3FD42CC41B66A853242B351126593ADDAFDADD06 * ____engine_7;
// UnityEngine.GameObject FairyGUI.Timers::gameObject
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___gameObject_8;
public:
inline static int32_t get_offset_of__items_3() { return static_cast<int32_t>(offsetof(Timers_t0460FD83034A09479176FC176CB5306B89A14EB3, ____items_3)); }
inline Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B * get__items_3() const { return ____items_3; }
inline Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B ** get_address_of__items_3() { return &____items_3; }
inline void set__items_3(Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B * value)
{
____items_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&____items_3), (void*)value);
}
inline static int32_t get_offset_of__toAdd_4() { return static_cast<int32_t>(offsetof(Timers_t0460FD83034A09479176FC176CB5306B89A14EB3, ____toAdd_4)); }
inline Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B * get__toAdd_4() const { return ____toAdd_4; }
inline Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B ** get_address_of__toAdd_4() { return &____toAdd_4; }
inline void set__toAdd_4(Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B * value)
{
____toAdd_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____toAdd_4), (void*)value);
}
inline static int32_t get_offset_of__toRemove_5() { return static_cast<int32_t>(offsetof(Timers_t0460FD83034A09479176FC176CB5306B89A14EB3, ____toRemove_5)); }
inline List_1_t2EA7CD9F2D9D75005F9C02BC2534E503B08E0E65 * get__toRemove_5() const { return ____toRemove_5; }
inline List_1_t2EA7CD9F2D9D75005F9C02BC2534E503B08E0E65 ** get_address_of__toRemove_5() { return &____toRemove_5; }
inline void set__toRemove_5(List_1_t2EA7CD9F2D9D75005F9C02BC2534E503B08E0E65 * value)
{
____toRemove_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____toRemove_5), (void*)value);
}
inline static int32_t get_offset_of__pool_6() { return static_cast<int32_t>(offsetof(Timers_t0460FD83034A09479176FC176CB5306B89A14EB3, ____pool_6)); }
inline List_1_t2EA7CD9F2D9D75005F9C02BC2534E503B08E0E65 * get__pool_6() const { return ____pool_6; }
inline List_1_t2EA7CD9F2D9D75005F9C02BC2534E503B08E0E65 ** get_address_of__pool_6() { return &____pool_6; }
inline void set__pool_6(List_1_t2EA7CD9F2D9D75005F9C02BC2534E503B08E0E65 * value)
{
____pool_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&____pool_6), (void*)value);
}
inline static int32_t get_offset_of__engine_7() { return static_cast<int32_t>(offsetof(Timers_t0460FD83034A09479176FC176CB5306B89A14EB3, ____engine_7)); }
inline TimersEngine_t3FD42CC41B66A853242B351126593ADDAFDADD06 * get__engine_7() const { return ____engine_7; }
inline TimersEngine_t3FD42CC41B66A853242B351126593ADDAFDADD06 ** get_address_of__engine_7() { return &____engine_7; }
inline void set__engine_7(TimersEngine_t3FD42CC41B66A853242B351126593ADDAFDADD06 * value)
{
____engine_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&____engine_7), (void*)value);
}
inline static int32_t get_offset_of_gameObject_8() { return static_cast<int32_t>(offsetof(Timers_t0460FD83034A09479176FC176CB5306B89A14EB3, ___gameObject_8)); }
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_gameObject_8() const { return ___gameObject_8; }
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_gameObject_8() { return &___gameObject_8; }
inline void set_gameObject_8(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value)
{
___gameObject_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___gameObject_8), (void*)value);
}
};
struct Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_StaticFields
{
public:
// System.Int32 FairyGUI.Timers::repeat
int32_t ___repeat_0;
// System.Single FairyGUI.Timers::time
float ___time_1;
// System.Boolean FairyGUI.Timers::catchCallbackExceptions
bool ___catchCallbackExceptions_2;
// FairyGUI.Timers FairyGUI.Timers::_inst
Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 * ____inst_9;
public:
inline static int32_t get_offset_of_repeat_0() { return static_cast<int32_t>(offsetof(Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_StaticFields, ___repeat_0)); }
inline int32_t get_repeat_0() const { return ___repeat_0; }
inline int32_t* get_address_of_repeat_0() { return &___repeat_0; }
inline void set_repeat_0(int32_t value)
{
___repeat_0 = value;
}
inline static int32_t get_offset_of_time_1() { return static_cast<int32_t>(offsetof(Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_StaticFields, ___time_1)); }
inline float get_time_1() const { return ___time_1; }
inline float* get_address_of_time_1() { return &___time_1; }
inline void set_time_1(float value)
{
___time_1 = value;
}
inline static int32_t get_offset_of_catchCallbackExceptions_2() { return static_cast<int32_t>(offsetof(Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_StaticFields, ___catchCallbackExceptions_2)); }
inline bool get_catchCallbackExceptions_2() const { return ___catchCallbackExceptions_2; }
inline bool* get_address_of_catchCallbackExceptions_2() { return &___catchCallbackExceptions_2; }
inline void set_catchCallbackExceptions_2(bool value)
{
___catchCallbackExceptions_2 = value;
}
inline static int32_t get_offset_of__inst_9() { return static_cast<int32_t>(offsetof(Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_StaticFields, ____inst_9)); }
inline Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 * get__inst_9() const { return ____inst_9; }
inline Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 ** get_address_of__inst_9() { return &____inst_9; }
inline void set__inst_9(Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 * value)
{
____inst_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&____inst_9), (void*)value);
}
};
// FairyGUI.UIPackage
struct UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 : public RuntimeObject
{
public:
// System.String FairyGUI.UIPackage::<id>k__BackingField
String_t* ___U3CidU3Ek__BackingField_0;
// System.String FairyGUI.UIPackage::<name>k__BackingField
String_t* ___U3CnameU3Ek__BackingField_1;
// System.String FairyGUI.UIPackage::<assetPath>k__BackingField
String_t* ___U3CassetPathU3Ek__BackingField_2;
// System.Collections.Generic.List`1<FairyGUI.PackageItem> FairyGUI.UIPackage::_items
List_1_tA00D4B1D4831291FA22D554225B0BA1D7D690822 * ____items_3;
// System.Collections.Generic.Dictionary`2<System.String,FairyGUI.PackageItem> FairyGUI.UIPackage::_itemsById
Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5 * ____itemsById_4;
// System.Collections.Generic.Dictionary`2<System.String,FairyGUI.PackageItem> FairyGUI.UIPackage::_itemsByName
Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5 * ____itemsByName_5;
// System.String FairyGUI.UIPackage::_customId
String_t* ____customId_6;
// System.Boolean FairyGUI.UIPackage::_resourceMode
bool ____resourceMode_7;
// System.Collections.Generic.Dictionary`2<System.String,FairyGUI.UIPackage_AtlasSprite> FairyGUI.UIPackage::_sprites
Dictionary_2_tCEF8585CF178AC40FC46D11B64CCB62A09674317 * ____sprites_8;
public:
inline static int32_t get_offset_of_U3CidU3Ek__BackingField_0() { return static_cast<int32_t>(offsetof(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693, ___U3CidU3Ek__BackingField_0)); }
inline String_t* get_U3CidU3Ek__BackingField_0() const { return ___U3CidU3Ek__BackingField_0; }
inline String_t** get_address_of_U3CidU3Ek__BackingField_0() { return &___U3CidU3Ek__BackingField_0; }
inline void set_U3CidU3Ek__BackingField_0(String_t* value)
{
___U3CidU3Ek__BackingField_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CidU3Ek__BackingField_0), (void*)value);
}
inline static int32_t get_offset_of_U3CnameU3Ek__BackingField_1() { return static_cast<int32_t>(offsetof(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693, ___U3CnameU3Ek__BackingField_1)); }
inline String_t* get_U3CnameU3Ek__BackingField_1() const { return ___U3CnameU3Ek__BackingField_1; }
inline String_t** get_address_of_U3CnameU3Ek__BackingField_1() { return &___U3CnameU3Ek__BackingField_1; }
inline void set_U3CnameU3Ek__BackingField_1(String_t* value)
{
___U3CnameU3Ek__BackingField_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CnameU3Ek__BackingField_1), (void*)value);
}
inline static int32_t get_offset_of_U3CassetPathU3Ek__BackingField_2() { return static_cast<int32_t>(offsetof(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693, ___U3CassetPathU3Ek__BackingField_2)); }
inline String_t* get_U3CassetPathU3Ek__BackingField_2() const { return ___U3CassetPathU3Ek__BackingField_2; }
inline String_t** get_address_of_U3CassetPathU3Ek__BackingField_2() { return &___U3CassetPathU3Ek__BackingField_2; }
inline void set_U3CassetPathU3Ek__BackingField_2(String_t* value)
{
___U3CassetPathU3Ek__BackingField_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CassetPathU3Ek__BackingField_2), (void*)value);
}
inline static int32_t get_offset_of__items_3() { return static_cast<int32_t>(offsetof(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693, ____items_3)); }
inline List_1_tA00D4B1D4831291FA22D554225B0BA1D7D690822 * get__items_3() const { return ____items_3; }
inline List_1_tA00D4B1D4831291FA22D554225B0BA1D7D690822 ** get_address_of__items_3() { return &____items_3; }
inline void set__items_3(List_1_tA00D4B1D4831291FA22D554225B0BA1D7D690822 * value)
{
____items_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&____items_3), (void*)value);
}
inline static int32_t get_offset_of__itemsById_4() { return static_cast<int32_t>(offsetof(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693, ____itemsById_4)); }
inline Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5 * get__itemsById_4() const { return ____itemsById_4; }
inline Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5 ** get_address_of__itemsById_4() { return &____itemsById_4; }
inline void set__itemsById_4(Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5 * value)
{
____itemsById_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____itemsById_4), (void*)value);
}
inline static int32_t get_offset_of__itemsByName_5() { return static_cast<int32_t>(offsetof(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693, ____itemsByName_5)); }
inline Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5 * get__itemsByName_5() const { return ____itemsByName_5; }
inline Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5 ** get_address_of__itemsByName_5() { return &____itemsByName_5; }
inline void set__itemsByName_5(Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5 * value)
{
____itemsByName_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____itemsByName_5), (void*)value);
}
inline static int32_t get_offset_of__customId_6() { return static_cast<int32_t>(offsetof(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693, ____customId_6)); }
inline String_t* get__customId_6() const { return ____customId_6; }
inline String_t** get_address_of__customId_6() { return &____customId_6; }
inline void set__customId_6(String_t* value)
{
____customId_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&____customId_6), (void*)value);
}
inline static int32_t get_offset_of__resourceMode_7() { return static_cast<int32_t>(offsetof(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693, ____resourceMode_7)); }
inline bool get__resourceMode_7() const { return ____resourceMode_7; }
inline bool* get_address_of__resourceMode_7() { return &____resourceMode_7; }
inline void set__resourceMode_7(bool value)
{
____resourceMode_7 = value;
}
inline static int32_t get_offset_of__sprites_8() { return static_cast<int32_t>(offsetof(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693, ____sprites_8)); }
inline Dictionary_2_tCEF8585CF178AC40FC46D11B64CCB62A09674317 * get__sprites_8() const { return ____sprites_8; }
inline Dictionary_2_tCEF8585CF178AC40FC46D11B64CCB62A09674317 ** get_address_of__sprites_8() { return &____sprites_8; }
inline void set__sprites_8(Dictionary_2_tCEF8585CF178AC40FC46D11B64CCB62A09674317 * value)
{
____sprites_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&____sprites_8), (void*)value);
}
};
struct UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_StaticFields
{
public:
// System.Collections.Generic.Dictionary`2<System.String,FairyGUI.UIPackage> FairyGUI.UIPackage::_packageInstById
Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 * ____packageInstById_9;
// System.Collections.Generic.Dictionary`2<System.String,FairyGUI.UIPackage> FairyGUI.UIPackage::_packageInstByName
Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 * ____packageInstByName_10;
// System.Collections.Generic.List`1<FairyGUI.UIPackage> FairyGUI.UIPackage::_packageList
List_1_t1C8C520C896B743C64F472C95C0CA89355A465CC * ____packageList_11;
// System.Int32 FairyGUI.UIPackage::_constructing
int32_t ____constructing_12;
public:
inline static int32_t get_offset_of__packageInstById_9() { return static_cast<int32_t>(offsetof(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_StaticFields, ____packageInstById_9)); }
inline Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 * get__packageInstById_9() const { return ____packageInstById_9; }
inline Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 ** get_address_of__packageInstById_9() { return &____packageInstById_9; }
inline void set__packageInstById_9(Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 * value)
{
____packageInstById_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&____packageInstById_9), (void*)value);
}
inline static int32_t get_offset_of__packageInstByName_10() { return static_cast<int32_t>(offsetof(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_StaticFields, ____packageInstByName_10)); }
inline Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 * get__packageInstByName_10() const { return ____packageInstByName_10; }
inline Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 ** get_address_of__packageInstByName_10() { return &____packageInstByName_10; }
inline void set__packageInstByName_10(Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 * value)
{
____packageInstByName_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&____packageInstByName_10), (void*)value);
}
inline static int32_t get_offset_of__packageList_11() { return static_cast<int32_t>(offsetof(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_StaticFields, ____packageList_11)); }
inline List_1_t1C8C520C896B743C64F472C95C0CA89355A465CC * get__packageList_11() const { return ____packageList_11; }
inline List_1_t1C8C520C896B743C64F472C95C0CA89355A465CC ** get_address_of__packageList_11() { return &____packageList_11; }
inline void set__packageList_11(List_1_t1C8C520C896B743C64F472C95C0CA89355A465CC * value)
{
____packageList_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&____packageList_11), (void*)value);
}
inline static int32_t get_offset_of__constructing_12() { return static_cast<int32_t>(offsetof(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_StaticFields, ____constructing_12)); }
inline int32_t get__constructing_12() const { return ____constructing_12; }
inline int32_t* get_address_of__constructing_12() { return &____constructing_12; }
inline void set__constructing_12(int32_t value)
{
____constructing_12 = value;
}
};
// FairyGUI.Utils.ByteBuffer
struct ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 : public RuntimeObject
{
public:
// System.Boolean FairyGUI.Utils.ByteBuffer::littleEndian
bool ___littleEndian_0;
// System.String[] FairyGUI.Utils.ByteBuffer::stringTable
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___stringTable_1;
// System.Int32 FairyGUI.Utils.ByteBuffer::version
int32_t ___version_2;
// System.Int32 FairyGUI.Utils.ByteBuffer::_pointer
int32_t ____pointer_3;
// System.Int32 FairyGUI.Utils.ByteBuffer::_offset
int32_t ____offset_4;
// System.Int32 FairyGUI.Utils.ByteBuffer::_length
int32_t ____length_5;
// System.Byte[] FairyGUI.Utils.ByteBuffer::_data
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____data_6;
public:
inline static int32_t get_offset_of_littleEndian_0() { return static_cast<int32_t>(offsetof(ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268, ___littleEndian_0)); }
inline bool get_littleEndian_0() const { return ___littleEndian_0; }
inline bool* get_address_of_littleEndian_0() { return &___littleEndian_0; }
inline void set_littleEndian_0(bool value)
{
___littleEndian_0 = value;
}
inline static int32_t get_offset_of_stringTable_1() { return static_cast<int32_t>(offsetof(ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268, ___stringTable_1)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_stringTable_1() const { return ___stringTable_1; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_stringTable_1() { return &___stringTable_1; }
inline void set_stringTable_1(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___stringTable_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___stringTable_1), (void*)value);
}
inline static int32_t get_offset_of_version_2() { return static_cast<int32_t>(offsetof(ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268, ___version_2)); }
inline int32_t get_version_2() const { return ___version_2; }
inline int32_t* get_address_of_version_2() { return &___version_2; }
inline void set_version_2(int32_t value)
{
___version_2 = value;
}
inline static int32_t get_offset_of__pointer_3() { return static_cast<int32_t>(offsetof(ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268, ____pointer_3)); }
inline int32_t get__pointer_3() const { return ____pointer_3; }
inline int32_t* get_address_of__pointer_3() { return &____pointer_3; }
inline void set__pointer_3(int32_t value)
{
____pointer_3 = value;
}
inline static int32_t get_offset_of__offset_4() { return static_cast<int32_t>(offsetof(ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268, ____offset_4)); }
inline int32_t get__offset_4() const { return ____offset_4; }
inline int32_t* get_address_of__offset_4() { return &____offset_4; }
inline void set__offset_4(int32_t value)
{
____offset_4 = value;
}
inline static int32_t get_offset_of__length_5() { return static_cast<int32_t>(offsetof(ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268, ____length_5)); }
inline int32_t get__length_5() const { return ____length_5; }
inline int32_t* get_address_of__length_5() { return &____length_5; }
inline void set__length_5(int32_t value)
{
____length_5 = value;
}
inline static int32_t get_offset_of__data_6() { return static_cast<int32_t>(offsetof(ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268, ____data_6)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__data_6() const { return ____data_6; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__data_6() { return &____data_6; }
inline void set__data_6(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
____data_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&____data_6), (void*)value);
}
};
struct ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268_StaticFields
{
public:
// System.Byte[] FairyGUI.Utils.ByteBuffer::temp
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___temp_7;
public:
inline static int32_t get_offset_of_temp_7() { return static_cast<int32_t>(offsetof(ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268_StaticFields, ___temp_7)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_temp_7() const { return ___temp_7; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_temp_7() { return &___temp_7; }
inline void set_temp_7(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___temp_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___temp_7), (void*)value);
}
};
// LuaConst
struct LuaConst_t1D4F422FFD8388C5E5FC039F9B71D78AD5CA5345 : public RuntimeObject
{
public:
public:
};
struct LuaConst_t1D4F422FFD8388C5E5FC039F9B71D78AD5CA5345_StaticFields
{
public:
// System.String LuaConst::luaDir
String_t* ___luaDir_0;
// System.String LuaConst::toluaDir
String_t* ___toluaDir_1;
// System.String LuaConst::osDir
String_t* ___osDir_2;
// System.String LuaConst::luaResDir
String_t* ___luaResDir_3;
// System.String LuaConst::zbsDir
String_t* ___zbsDir_4;
// System.Boolean LuaConst::openLuaSocket
bool ___openLuaSocket_5;
// System.Boolean LuaConst::openLuaDebugger
bool ___openLuaDebugger_6;
public:
inline static int32_t get_offset_of_luaDir_0() { return static_cast<int32_t>(offsetof(LuaConst_t1D4F422FFD8388C5E5FC039F9B71D78AD5CA5345_StaticFields, ___luaDir_0)); }
inline String_t* get_luaDir_0() const { return ___luaDir_0; }
inline String_t** get_address_of_luaDir_0() { return &___luaDir_0; }
inline void set_luaDir_0(String_t* value)
{
___luaDir_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___luaDir_0), (void*)value);
}
inline static int32_t get_offset_of_toluaDir_1() { return static_cast<int32_t>(offsetof(LuaConst_t1D4F422FFD8388C5E5FC039F9B71D78AD5CA5345_StaticFields, ___toluaDir_1)); }
inline String_t* get_toluaDir_1() const { return ___toluaDir_1; }
inline String_t** get_address_of_toluaDir_1() { return &___toluaDir_1; }
inline void set_toluaDir_1(String_t* value)
{
___toluaDir_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___toluaDir_1), (void*)value);
}
inline static int32_t get_offset_of_osDir_2() { return static_cast<int32_t>(offsetof(LuaConst_t1D4F422FFD8388C5E5FC039F9B71D78AD5CA5345_StaticFields, ___osDir_2)); }
inline String_t* get_osDir_2() const { return ___osDir_2; }
inline String_t** get_address_of_osDir_2() { return &___osDir_2; }
inline void set_osDir_2(String_t* value)
{
___osDir_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___osDir_2), (void*)value);
}
inline static int32_t get_offset_of_luaResDir_3() { return static_cast<int32_t>(offsetof(LuaConst_t1D4F422FFD8388C5E5FC039F9B71D78AD5CA5345_StaticFields, ___luaResDir_3)); }
inline String_t* get_luaResDir_3() const { return ___luaResDir_3; }
inline String_t** get_address_of_luaResDir_3() { return &___luaResDir_3; }
inline void set_luaResDir_3(String_t* value)
{
___luaResDir_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___luaResDir_3), (void*)value);
}
inline static int32_t get_offset_of_zbsDir_4() { return static_cast<int32_t>(offsetof(LuaConst_t1D4F422FFD8388C5E5FC039F9B71D78AD5CA5345_StaticFields, ___zbsDir_4)); }
inline String_t* get_zbsDir_4() const { return ___zbsDir_4; }
inline String_t** get_address_of_zbsDir_4() { return &___zbsDir_4; }
inline void set_zbsDir_4(String_t* value)
{
___zbsDir_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___zbsDir_4), (void*)value);
}
inline static int32_t get_offset_of_openLuaSocket_5() { return static_cast<int32_t>(offsetof(LuaConst_t1D4F422FFD8388C5E5FC039F9B71D78AD5CA5345_StaticFields, ___openLuaSocket_5)); }
inline bool get_openLuaSocket_5() const { return ___openLuaSocket_5; }
inline bool* get_address_of_openLuaSocket_5() { return &___openLuaSocket_5; }
inline void set_openLuaSocket_5(bool value)
{
___openLuaSocket_5 = value;
}
inline static int32_t get_offset_of_openLuaDebugger_6() { return static_cast<int32_t>(offsetof(LuaConst_t1D4F422FFD8388C5E5FC039F9B71D78AD5CA5345_StaticFields, ___openLuaDebugger_6)); }
inline bool get_openLuaDebugger_6() const { return ___openLuaDebugger_6; }
inline bool* get_address_of_openLuaDebugger_6() { return &___openLuaDebugger_6; }
inline void set_openLuaDebugger_6(bool value)
{
___openLuaDebugger_6 = value;
}
};
// LuaInterface.DelegateTraits`1<System.Object>
struct DelegateTraits_1_tD91CF3DD359003610EE258A8F296EEFF75D1A420 : public RuntimeObject
{
public:
public:
};
struct DelegateTraits_1_tD91CF3DD359003610EE258A8F296EEFF75D1A420_StaticFields
{
public:
// DelegateFactory_DelegateCreate LuaInterface.DelegateTraits`1::_Create
DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * ____Create_0;
public:
inline static int32_t get_offset_of__Create_0() { return static_cast<int32_t>(offsetof(DelegateTraits_1_tD91CF3DD359003610EE258A8F296EEFF75D1A420_StaticFields, ____Create_0)); }
inline DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * get__Create_0() const { return ____Create_0; }
inline DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C ** get_address_of__Create_0() { return &____Create_0; }
inline void set__Create_0(DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * value)
{
____Create_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____Create_0), (void*)value);
}
};
// LuaInterface.LuaDelegate
struct LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 : public RuntimeObject
{
public:
// LuaInterface.LuaFunction LuaInterface.LuaDelegate::func
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func_0;
// LuaInterface.LuaTable LuaInterface.LuaDelegate::self
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self_1;
// System.Reflection.MethodInfo LuaInterface.LuaDelegate::method
MethodInfo_t * ___method_2;
public:
inline static int32_t get_offset_of_func_0() { return static_cast<int32_t>(offsetof(LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1, ___func_0)); }
inline LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * get_func_0() const { return ___func_0; }
inline LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B ** get_address_of_func_0() { return &___func_0; }
inline void set_func_0(LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * value)
{
___func_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___func_0), (void*)value);
}
inline static int32_t get_offset_of_self_1() { return static_cast<int32_t>(offsetof(LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1, ___self_1)); }
inline LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * get_self_1() const { return ___self_1; }
inline LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 ** get_address_of_self_1() { return &___self_1; }
inline void set_self_1(LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * value)
{
___self_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___self_1), (void*)value);
}
inline static int32_t get_offset_of_method_2() { return static_cast<int32_t>(offsetof(LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1, ___method_2)); }
inline MethodInfo_t * get_method_2() const { return ___method_2; }
inline MethodInfo_t ** get_address_of_method_2() { return &___method_2; }
inline void set_method_2(MethodInfo_t * value)
{
___method_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___method_2), (void*)value);
}
};
// LuaInterface.LuaFileUtils
struct LuaFileUtils_t5D4064077DA379A5EE940C1C01BE469CE15CD5AE : public RuntimeObject
{
public:
// System.Collections.Generic.List`1<System.String> LuaInterface.LuaFileUtils::searchPaths
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ___searchPaths_0;
public:
inline static int32_t get_offset_of_searchPaths_0() { return static_cast<int32_t>(offsetof(LuaFileUtils_t5D4064077DA379A5EE940C1C01BE469CE15CD5AE, ___searchPaths_0)); }
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * get_searchPaths_0() const { return ___searchPaths_0; }
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 ** get_address_of_searchPaths_0() { return &___searchPaths_0; }
inline void set_searchPaths_0(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * value)
{
___searchPaths_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___searchPaths_0), (void*)value);
}
};
struct LuaFileUtils_t5D4064077DA379A5EE940C1C01BE469CE15CD5AE_StaticFields
{
public:
// LuaInterface.LuaFileUtils LuaInterface.LuaFileUtils::instance
LuaFileUtils_t5D4064077DA379A5EE940C1C01BE469CE15CD5AE * ___instance_1;
public:
inline static int32_t get_offset_of_instance_1() { return static_cast<int32_t>(offsetof(LuaFileUtils_t5D4064077DA379A5EE940C1C01BE469CE15CD5AE_StaticFields, ___instance_1)); }
inline LuaFileUtils_t5D4064077DA379A5EE940C1C01BE469CE15CD5AE * get_instance_1() const { return ___instance_1; }
inline LuaFileUtils_t5D4064077DA379A5EE940C1C01BE469CE15CD5AE ** get_address_of_instance_1() { return &___instance_1; }
inline void set_instance_1(LuaFileUtils_t5D4064077DA379A5EE940C1C01BE469CE15CD5AE * value)
{
___instance_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___instance_1), (void*)value);
}
};
// LuaInterface.StackTraits`1<FairyGUI.EventCallback0>
struct StackTraits_1_tAAE2F95838E8745872B24031580026ADD09BA0C8 : public RuntimeObject
{
public:
public:
};
struct StackTraits_1_tAAE2F95838E8745872B24031580026ADD09BA0C8_StaticFields
{
public:
// System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1::Push
Action_2_tB5B397CF9CB864F6A11340D9E1221149EFC951B9 * ___Push_0;
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::Check
Func_3_t3C4833FC250CCD578D12938D66B4F5197AAF69D5 * ___Check_1;
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::To
Func_3_t3C4833FC250CCD578D12938D66B4F5197AAF69D5 * ___To_2;
public:
inline static int32_t get_offset_of_Push_0() { return static_cast<int32_t>(offsetof(StackTraits_1_tAAE2F95838E8745872B24031580026ADD09BA0C8_StaticFields, ___Push_0)); }
inline Action_2_tB5B397CF9CB864F6A11340D9E1221149EFC951B9 * get_Push_0() const { return ___Push_0; }
inline Action_2_tB5B397CF9CB864F6A11340D9E1221149EFC951B9 ** get_address_of_Push_0() { return &___Push_0; }
inline void set_Push_0(Action_2_tB5B397CF9CB864F6A11340D9E1221149EFC951B9 * value)
{
___Push_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Push_0), (void*)value);
}
inline static int32_t get_offset_of_Check_1() { return static_cast<int32_t>(offsetof(StackTraits_1_tAAE2F95838E8745872B24031580026ADD09BA0C8_StaticFields, ___Check_1)); }
inline Func_3_t3C4833FC250CCD578D12938D66B4F5197AAF69D5 * get_Check_1() const { return ___Check_1; }
inline Func_3_t3C4833FC250CCD578D12938D66B4F5197AAF69D5 ** get_address_of_Check_1() { return &___Check_1; }
inline void set_Check_1(Func_3_t3C4833FC250CCD578D12938D66B4F5197AAF69D5 * value)
{
___Check_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Check_1), (void*)value);
}
inline static int32_t get_offset_of_To_2() { return static_cast<int32_t>(offsetof(StackTraits_1_tAAE2F95838E8745872B24031580026ADD09BA0C8_StaticFields, ___To_2)); }
inline Func_3_t3C4833FC250CCD578D12938D66B4F5197AAF69D5 * get_To_2() const { return ___To_2; }
inline Func_3_t3C4833FC250CCD578D12938D66B4F5197AAF69D5 ** get_address_of_To_2() { return &___To_2; }
inline void set_To_2(Func_3_t3C4833FC250CCD578D12938D66B4F5197AAF69D5 * value)
{
___To_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___To_2), (void*)value);
}
};
// LuaInterface.StackTraits`1<FairyGUI.EventCallback1>
struct StackTraits_1_tA7EABCEB0ED6F1581E66D9A25FCD1D969C62F795 : public RuntimeObject
{
public:
public:
};
struct StackTraits_1_tA7EABCEB0ED6F1581E66D9A25FCD1D969C62F795_StaticFields
{
public:
// System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1::Push
Action_2_tE798E560D6B46B3189A16CBB0D8BB44C92F8CC38 * ___Push_0;
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::Check
Func_3_tFACB26933E3FFC975F0BABE5B3AB58E459D46CA9 * ___Check_1;
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::To
Func_3_tFACB26933E3FFC975F0BABE5B3AB58E459D46CA9 * ___To_2;
public:
inline static int32_t get_offset_of_Push_0() { return static_cast<int32_t>(offsetof(StackTraits_1_tA7EABCEB0ED6F1581E66D9A25FCD1D969C62F795_StaticFields, ___Push_0)); }
inline Action_2_tE798E560D6B46B3189A16CBB0D8BB44C92F8CC38 * get_Push_0() const { return ___Push_0; }
inline Action_2_tE798E560D6B46B3189A16CBB0D8BB44C92F8CC38 ** get_address_of_Push_0() { return &___Push_0; }
inline void set_Push_0(Action_2_tE798E560D6B46B3189A16CBB0D8BB44C92F8CC38 * value)
{
___Push_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Push_0), (void*)value);
}
inline static int32_t get_offset_of_Check_1() { return static_cast<int32_t>(offsetof(StackTraits_1_tA7EABCEB0ED6F1581E66D9A25FCD1D969C62F795_StaticFields, ___Check_1)); }
inline Func_3_tFACB26933E3FFC975F0BABE5B3AB58E459D46CA9 * get_Check_1() const { return ___Check_1; }
inline Func_3_tFACB26933E3FFC975F0BABE5B3AB58E459D46CA9 ** get_address_of_Check_1() { return &___Check_1; }
inline void set_Check_1(Func_3_tFACB26933E3FFC975F0BABE5B3AB58E459D46CA9 * value)
{
___Check_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Check_1), (void*)value);
}
inline static int32_t get_offset_of_To_2() { return static_cast<int32_t>(offsetof(StackTraits_1_tA7EABCEB0ED6F1581E66D9A25FCD1D969C62F795_StaticFields, ___To_2)); }
inline Func_3_tFACB26933E3FFC975F0BABE5B3AB58E459D46CA9 * get_To_2() const { return ___To_2; }
inline Func_3_tFACB26933E3FFC975F0BABE5B3AB58E459D46CA9 ** get_address_of_To_2() { return &___To_2; }
inline void set_To_2(Func_3_tFACB26933E3FFC975F0BABE5B3AB58E459D46CA9 * value)
{
___To_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___To_2), (void*)value);
}
};
// LuaInterface.StackTraits`1<FairyGUI.GObjectPool_InitCallbackDelegate>
struct StackTraits_1_t76BA7E4CAAADADCF3D9053EA0E6D46E48C92C948 : public RuntimeObject
{
public:
public:
};
struct StackTraits_1_t76BA7E4CAAADADCF3D9053EA0E6D46E48C92C948_StaticFields
{
public:
// System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1::Push
Action_2_t2E3557901301BAA3D248217DBB593D7439D623BA * ___Push_0;
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::Check
Func_3_t5D9D451CA36B7FF07C81BB2937948A56ADB754AC * ___Check_1;
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::To
Func_3_t5D9D451CA36B7FF07C81BB2937948A56ADB754AC * ___To_2;
public:
inline static int32_t get_offset_of_Push_0() { return static_cast<int32_t>(offsetof(StackTraits_1_t76BA7E4CAAADADCF3D9053EA0E6D46E48C92C948_StaticFields, ___Push_0)); }
inline Action_2_t2E3557901301BAA3D248217DBB593D7439D623BA * get_Push_0() const { return ___Push_0; }
inline Action_2_t2E3557901301BAA3D248217DBB593D7439D623BA ** get_address_of_Push_0() { return &___Push_0; }
inline void set_Push_0(Action_2_t2E3557901301BAA3D248217DBB593D7439D623BA * value)
{
___Push_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Push_0), (void*)value);
}
inline static int32_t get_offset_of_Check_1() { return static_cast<int32_t>(offsetof(StackTraits_1_t76BA7E4CAAADADCF3D9053EA0E6D46E48C92C948_StaticFields, ___Check_1)); }
inline Func_3_t5D9D451CA36B7FF07C81BB2937948A56ADB754AC * get_Check_1() const { return ___Check_1; }
inline Func_3_t5D9D451CA36B7FF07C81BB2937948A56ADB754AC ** get_address_of_Check_1() { return &___Check_1; }
inline void set_Check_1(Func_3_t5D9D451CA36B7FF07C81BB2937948A56ADB754AC * value)
{
___Check_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Check_1), (void*)value);
}
inline static int32_t get_offset_of_To_2() { return static_cast<int32_t>(offsetof(StackTraits_1_t76BA7E4CAAADADCF3D9053EA0E6D46E48C92C948_StaticFields, ___To_2)); }
inline Func_3_t5D9D451CA36B7FF07C81BB2937948A56ADB754AC * get_To_2() const { return ___To_2; }
inline Func_3_t5D9D451CA36B7FF07C81BB2937948A56ADB754AC ** get_address_of_To_2() { return &___To_2; }
inline void set_To_2(Func_3_t5D9D451CA36B7FF07C81BB2937948A56ADB754AC * value)
{
___To_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___To_2), (void*)value);
}
};
// LuaInterface.StackTraits`1<FairyGUI.GTweenCallback1>
struct StackTraits_1_tBB2CBEE351409526B79CA97250944DBF3A8B604C : public RuntimeObject
{
public:
public:
};
struct StackTraits_1_tBB2CBEE351409526B79CA97250944DBF3A8B604C_StaticFields
{
public:
// System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1::Push
Action_2_tEBF213297A8425E325FC524A4F593CD662977D60 * ___Push_0;
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::Check
Func_3_tA4725670BD9B021498A637020F86DA2777BDE5FA * ___Check_1;
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::To
Func_3_tA4725670BD9B021498A637020F86DA2777BDE5FA * ___To_2;
public:
inline static int32_t get_offset_of_Push_0() { return static_cast<int32_t>(offsetof(StackTraits_1_tBB2CBEE351409526B79CA97250944DBF3A8B604C_StaticFields, ___Push_0)); }
inline Action_2_tEBF213297A8425E325FC524A4F593CD662977D60 * get_Push_0() const { return ___Push_0; }
inline Action_2_tEBF213297A8425E325FC524A4F593CD662977D60 ** get_address_of_Push_0() { return &___Push_0; }
inline void set_Push_0(Action_2_tEBF213297A8425E325FC524A4F593CD662977D60 * value)
{
___Push_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Push_0), (void*)value);
}
inline static int32_t get_offset_of_Check_1() { return static_cast<int32_t>(offsetof(StackTraits_1_tBB2CBEE351409526B79CA97250944DBF3A8B604C_StaticFields, ___Check_1)); }
inline Func_3_tA4725670BD9B021498A637020F86DA2777BDE5FA * get_Check_1() const { return ___Check_1; }
inline Func_3_tA4725670BD9B021498A637020F86DA2777BDE5FA ** get_address_of_Check_1() { return &___Check_1; }
inline void set_Check_1(Func_3_tA4725670BD9B021498A637020F86DA2777BDE5FA * value)
{
___Check_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Check_1), (void*)value);
}
inline static int32_t get_offset_of_To_2() { return static_cast<int32_t>(offsetof(StackTraits_1_tBB2CBEE351409526B79CA97250944DBF3A8B604C_StaticFields, ___To_2)); }
inline Func_3_tA4725670BD9B021498A637020F86DA2777BDE5FA * get_To_2() const { return ___To_2; }
inline Func_3_tA4725670BD9B021498A637020F86DA2777BDE5FA ** get_address_of_To_2() { return &___To_2; }
inline void set_To_2(Func_3_tA4725670BD9B021498A637020F86DA2777BDE5FA * value)
{
___To_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___To_2), (void*)value);
}
};
// LuaInterface.StackTraits`1<FairyGUI.GTweenCallback>
struct StackTraits_1_t4CDF8104124D67A763BC50BF3AFA31A023CD77E2 : public RuntimeObject
{
public:
public:
};
struct StackTraits_1_t4CDF8104124D67A763BC50BF3AFA31A023CD77E2_StaticFields
{
public:
// System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1::Push
Action_2_t9AA8501EDF1C6F64A5AC5CF606916E8183147E5C * ___Push_0;
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::Check
Func_3_t0901F4EBDCD0D473EB1972849ADA77A72174EFFD * ___Check_1;
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::To
Func_3_t0901F4EBDCD0D473EB1972849ADA77A72174EFFD * ___To_2;
public:
inline static int32_t get_offset_of_Push_0() { return static_cast<int32_t>(offsetof(StackTraits_1_t4CDF8104124D67A763BC50BF3AFA31A023CD77E2_StaticFields, ___Push_0)); }
inline Action_2_t9AA8501EDF1C6F64A5AC5CF606916E8183147E5C * get_Push_0() const { return ___Push_0; }
inline Action_2_t9AA8501EDF1C6F64A5AC5CF606916E8183147E5C ** get_address_of_Push_0() { return &___Push_0; }
inline void set_Push_0(Action_2_t9AA8501EDF1C6F64A5AC5CF606916E8183147E5C * value)
{
___Push_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Push_0), (void*)value);
}
inline static int32_t get_offset_of_Check_1() { return static_cast<int32_t>(offsetof(StackTraits_1_t4CDF8104124D67A763BC50BF3AFA31A023CD77E2_StaticFields, ___Check_1)); }
inline Func_3_t0901F4EBDCD0D473EB1972849ADA77A72174EFFD * get_Check_1() const { return ___Check_1; }
inline Func_3_t0901F4EBDCD0D473EB1972849ADA77A72174EFFD ** get_address_of_Check_1() { return &___Check_1; }
inline void set_Check_1(Func_3_t0901F4EBDCD0D473EB1972849ADA77A72174EFFD * value)
{
___Check_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Check_1), (void*)value);
}
inline static int32_t get_offset_of_To_2() { return static_cast<int32_t>(offsetof(StackTraits_1_t4CDF8104124D67A763BC50BF3AFA31A023CD77E2_StaticFields, ___To_2)); }
inline Func_3_t0901F4EBDCD0D473EB1972849ADA77A72174EFFD * get_To_2() const { return ___To_2; }
inline Func_3_t0901F4EBDCD0D473EB1972849ADA77A72174EFFD ** get_address_of_To_2() { return &___To_2; }
inline void set_To_2(Func_3_t0901F4EBDCD0D473EB1972849ADA77A72174EFFD * value)
{
___To_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___To_2), (void*)value);
}
};
// LuaInterface.StackTraits`1<FairyGUI.ListItemProvider>
struct StackTraits_1_t203748C0135EAE8AE104F15EA570E4B8BBF6D730 : public RuntimeObject
{
public:
public:
};
struct StackTraits_1_t203748C0135EAE8AE104F15EA570E4B8BBF6D730_StaticFields
{
public:
// System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1::Push
Action_2_tFDBABB67B96E4722C378D5CC5E5850EBF58C2DFA * ___Push_0;
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::Check
Func_3_t9BA7359A5849A99AF9FC438B312312BD97F234BA * ___Check_1;
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::To
Func_3_t9BA7359A5849A99AF9FC438B312312BD97F234BA * ___To_2;
public:
inline static int32_t get_offset_of_Push_0() { return static_cast<int32_t>(offsetof(StackTraits_1_t203748C0135EAE8AE104F15EA570E4B8BBF6D730_StaticFields, ___Push_0)); }
inline Action_2_tFDBABB67B96E4722C378D5CC5E5850EBF58C2DFA * get_Push_0() const { return ___Push_0; }
inline Action_2_tFDBABB67B96E4722C378D5CC5E5850EBF58C2DFA ** get_address_of_Push_0() { return &___Push_0; }
inline void set_Push_0(Action_2_tFDBABB67B96E4722C378D5CC5E5850EBF58C2DFA * value)
{
___Push_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Push_0), (void*)value);
}
inline static int32_t get_offset_of_Check_1() { return static_cast<int32_t>(offsetof(StackTraits_1_t203748C0135EAE8AE104F15EA570E4B8BBF6D730_StaticFields, ___Check_1)); }
inline Func_3_t9BA7359A5849A99AF9FC438B312312BD97F234BA * get_Check_1() const { return ___Check_1; }
inline Func_3_t9BA7359A5849A99AF9FC438B312312BD97F234BA ** get_address_of_Check_1() { return &___Check_1; }
inline void set_Check_1(Func_3_t9BA7359A5849A99AF9FC438B312312BD97F234BA * value)
{
___Check_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Check_1), (void*)value);
}
inline static int32_t get_offset_of_To_2() { return static_cast<int32_t>(offsetof(StackTraits_1_t203748C0135EAE8AE104F15EA570E4B8BBF6D730_StaticFields, ___To_2)); }
inline Func_3_t9BA7359A5849A99AF9FC438B312312BD97F234BA * get_To_2() const { return ___To_2; }
inline Func_3_t9BA7359A5849A99AF9FC438B312312BD97F234BA ** get_address_of_To_2() { return &___To_2; }
inline void set_To_2(Func_3_t9BA7359A5849A99AF9FC438B312312BD97F234BA * value)
{
___To_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___To_2), (void*)value);
}
};
// LuaInterface.StackTraits`1<FairyGUI.ListItemRenderer>
struct StackTraits_1_t49D6397EC1E15831D998231F3FC3F725ADAAFCAC : public RuntimeObject
{
public:
public:
};
struct StackTraits_1_t49D6397EC1E15831D998231F3FC3F725ADAAFCAC_StaticFields
{
public:
// System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1::Push
Action_2_tFEA7CC28432581502548AC81B2954526B8D033BF * ___Push_0;
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::Check
Func_3_t9EF20FCE1B5E6966C8669AB08FD4BF3F175850BC * ___Check_1;
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::To
Func_3_t9EF20FCE1B5E6966C8669AB08FD4BF3F175850BC * ___To_2;
public:
inline static int32_t get_offset_of_Push_0() { return static_cast<int32_t>(offsetof(StackTraits_1_t49D6397EC1E15831D998231F3FC3F725ADAAFCAC_StaticFields, ___Push_0)); }
inline Action_2_tFEA7CC28432581502548AC81B2954526B8D033BF * get_Push_0() const { return ___Push_0; }
inline Action_2_tFEA7CC28432581502548AC81B2954526B8D033BF ** get_address_of_Push_0() { return &___Push_0; }
inline void set_Push_0(Action_2_tFEA7CC28432581502548AC81B2954526B8D033BF * value)
{
___Push_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Push_0), (void*)value);
}
inline static int32_t get_offset_of_Check_1() { return static_cast<int32_t>(offsetof(StackTraits_1_t49D6397EC1E15831D998231F3FC3F725ADAAFCAC_StaticFields, ___Check_1)); }
inline Func_3_t9EF20FCE1B5E6966C8669AB08FD4BF3F175850BC * get_Check_1() const { return ___Check_1; }
inline Func_3_t9EF20FCE1B5E6966C8669AB08FD4BF3F175850BC ** get_address_of_Check_1() { return &___Check_1; }
inline void set_Check_1(Func_3_t9EF20FCE1B5E6966C8669AB08FD4BF3F175850BC * value)
{
___Check_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Check_1), (void*)value);
}
inline static int32_t get_offset_of_To_2() { return static_cast<int32_t>(offsetof(StackTraits_1_t49D6397EC1E15831D998231F3FC3F725ADAAFCAC_StaticFields, ___To_2)); }
inline Func_3_t9EF20FCE1B5E6966C8669AB08FD4BF3F175850BC * get_To_2() const { return ___To_2; }
inline Func_3_t9EF20FCE1B5E6966C8669AB08FD4BF3F175850BC ** get_address_of_To_2() { return &___To_2; }
inline void set_To_2(Func_3_t9EF20FCE1B5E6966C8669AB08FD4BF3F175850BC * value)
{
___To_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___To_2), (void*)value);
}
};
// LuaInterface.StackTraits`1<FairyGUI.PlayCompleteCallback>
struct StackTraits_1_t947CD018BB6A4566E67C7B488A1C6E9AD8C7D063 : public RuntimeObject
{
public:
public:
};
struct StackTraits_1_t947CD018BB6A4566E67C7B488A1C6E9AD8C7D063_StaticFields
{
public:
// System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1::Push
Action_2_t1DABD3DAA653BE25A8A0DEA95BBE55772D2A0CAD * ___Push_0;
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::Check
Func_3_tF099F765DC9DF92F24EBE5E0FD5E7EA62DC8FA53 * ___Check_1;
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::To
Func_3_tF099F765DC9DF92F24EBE5E0FD5E7EA62DC8FA53 * ___To_2;
public:
inline static int32_t get_offset_of_Push_0() { return static_cast<int32_t>(offsetof(StackTraits_1_t947CD018BB6A4566E67C7B488A1C6E9AD8C7D063_StaticFields, ___Push_0)); }
inline Action_2_t1DABD3DAA653BE25A8A0DEA95BBE55772D2A0CAD * get_Push_0() const { return ___Push_0; }
inline Action_2_t1DABD3DAA653BE25A8A0DEA95BBE55772D2A0CAD ** get_address_of_Push_0() { return &___Push_0; }
inline void set_Push_0(Action_2_t1DABD3DAA653BE25A8A0DEA95BBE55772D2A0CAD * value)
{
___Push_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Push_0), (void*)value);
}
inline static int32_t get_offset_of_Check_1() { return static_cast<int32_t>(offsetof(StackTraits_1_t947CD018BB6A4566E67C7B488A1C6E9AD8C7D063_StaticFields, ___Check_1)); }
inline Func_3_tF099F765DC9DF92F24EBE5E0FD5E7EA62DC8FA53 * get_Check_1() const { return ___Check_1; }
inline Func_3_tF099F765DC9DF92F24EBE5E0FD5E7EA62DC8FA53 ** get_address_of_Check_1() { return &___Check_1; }
inline void set_Check_1(Func_3_tF099F765DC9DF92F24EBE5E0FD5E7EA62DC8FA53 * value)
{
___Check_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Check_1), (void*)value);
}
inline static int32_t get_offset_of_To_2() { return static_cast<int32_t>(offsetof(StackTraits_1_t947CD018BB6A4566E67C7B488A1C6E9AD8C7D063_StaticFields, ___To_2)); }
inline Func_3_tF099F765DC9DF92F24EBE5E0FD5E7EA62DC8FA53 * get_To_2() const { return ___To_2; }
inline Func_3_tF099F765DC9DF92F24EBE5E0FD5E7EA62DC8FA53 ** get_address_of_To_2() { return &___To_2; }
inline void set_To_2(Func_3_tF099F765DC9DF92F24EBE5E0FD5E7EA62DC8FA53 * value)
{
___To_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___To_2), (void*)value);
}
};
// LuaInterface.StackTraits`1<FairyGUI.TimerCallback>
struct StackTraits_1_t0C0673CDE523E214132F2A2A95764DF599635BC6 : public RuntimeObject
{
public:
public:
};
struct StackTraits_1_t0C0673CDE523E214132F2A2A95764DF599635BC6_StaticFields
{
public:
// System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1::Push
Action_2_t6C2A0D4CFD885DF0B1C0F4E28DD2409FF8D51E27 * ___Push_0;
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::Check
Func_3_tED5AE034626F93C3E2F937A6B2C49CA1EA4F4380 * ___Check_1;
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::To
Func_3_tED5AE034626F93C3E2F937A6B2C49CA1EA4F4380 * ___To_2;
public:
inline static int32_t get_offset_of_Push_0() { return static_cast<int32_t>(offsetof(StackTraits_1_t0C0673CDE523E214132F2A2A95764DF599635BC6_StaticFields, ___Push_0)); }
inline Action_2_t6C2A0D4CFD885DF0B1C0F4E28DD2409FF8D51E27 * get_Push_0() const { return ___Push_0; }
inline Action_2_t6C2A0D4CFD885DF0B1C0F4E28DD2409FF8D51E27 ** get_address_of_Push_0() { return &___Push_0; }
inline void set_Push_0(Action_2_t6C2A0D4CFD885DF0B1C0F4E28DD2409FF8D51E27 * value)
{
___Push_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Push_0), (void*)value);
}
inline static int32_t get_offset_of_Check_1() { return static_cast<int32_t>(offsetof(StackTraits_1_t0C0673CDE523E214132F2A2A95764DF599635BC6_StaticFields, ___Check_1)); }
inline Func_3_tED5AE034626F93C3E2F937A6B2C49CA1EA4F4380 * get_Check_1() const { return ___Check_1; }
inline Func_3_tED5AE034626F93C3E2F937A6B2C49CA1EA4F4380 ** get_address_of_Check_1() { return &___Check_1; }
inline void set_Check_1(Func_3_tED5AE034626F93C3E2F937A6B2C49CA1EA4F4380 * value)
{
___Check_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Check_1), (void*)value);
}
inline static int32_t get_offset_of_To_2() { return static_cast<int32_t>(offsetof(StackTraits_1_t0C0673CDE523E214132F2A2A95764DF599635BC6_StaticFields, ___To_2)); }
inline Func_3_tED5AE034626F93C3E2F937A6B2C49CA1EA4F4380 * get_To_2() const { return ___To_2; }
inline Func_3_tED5AE034626F93C3E2F937A6B2C49CA1EA4F4380 ** get_address_of_To_2() { return &___To_2; }
inline void set_To_2(Func_3_tED5AE034626F93C3E2F937A6B2C49CA1EA4F4380 * value)
{
___To_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___To_2), (void*)value);
}
};
// LuaInterface.StackTraits`1<FairyGUI.TransitionHook>
struct StackTraits_1_t83DF7A7D54019517BDD2E2BD9DC8A4E893067865 : public RuntimeObject
{
public:
public:
};
struct StackTraits_1_t83DF7A7D54019517BDD2E2BD9DC8A4E893067865_StaticFields
{
public:
// System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1::Push
Action_2_t6E51EA346F5684A8EB8572A5141CD6EE5B9A3630 * ___Push_0;
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::Check
Func_3_t8537C6B75D2DC3C430316104403C99192FB6DFB9 * ___Check_1;
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::To
Func_3_t8537C6B75D2DC3C430316104403C99192FB6DFB9 * ___To_2;
public:
inline static int32_t get_offset_of_Push_0() { return static_cast<int32_t>(offsetof(StackTraits_1_t83DF7A7D54019517BDD2E2BD9DC8A4E893067865_StaticFields, ___Push_0)); }
inline Action_2_t6E51EA346F5684A8EB8572A5141CD6EE5B9A3630 * get_Push_0() const { return ___Push_0; }
inline Action_2_t6E51EA346F5684A8EB8572A5141CD6EE5B9A3630 ** get_address_of_Push_0() { return &___Push_0; }
inline void set_Push_0(Action_2_t6E51EA346F5684A8EB8572A5141CD6EE5B9A3630 * value)
{
___Push_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Push_0), (void*)value);
}
inline static int32_t get_offset_of_Check_1() { return static_cast<int32_t>(offsetof(StackTraits_1_t83DF7A7D54019517BDD2E2BD9DC8A4E893067865_StaticFields, ___Check_1)); }
inline Func_3_t8537C6B75D2DC3C430316104403C99192FB6DFB9 * get_Check_1() const { return ___Check_1; }
inline Func_3_t8537C6B75D2DC3C430316104403C99192FB6DFB9 ** get_address_of_Check_1() { return &___Check_1; }
inline void set_Check_1(Func_3_t8537C6B75D2DC3C430316104403C99192FB6DFB9 * value)
{
___Check_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Check_1), (void*)value);
}
inline static int32_t get_offset_of_To_2() { return static_cast<int32_t>(offsetof(StackTraits_1_t83DF7A7D54019517BDD2E2BD9DC8A4E893067865_StaticFields, ___To_2)); }
inline Func_3_t8537C6B75D2DC3C430316104403C99192FB6DFB9 * get_To_2() const { return ___To_2; }
inline Func_3_t8537C6B75D2DC3C430316104403C99192FB6DFB9 ** get_address_of_To_2() { return &___To_2; }
inline void set_To_2(Func_3_t8537C6B75D2DC3C430316104403C99192FB6DFB9 * value)
{
___To_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___To_2), (void*)value);
}
};
// LuaInterface.StackTraits`1<FairyGUI.UIConfig_SoundLoader>
struct StackTraits_1_t967BB2551333BB7AFCD2F223E72AC924462B6389 : public RuntimeObject
{
public:
public:
};
struct StackTraits_1_t967BB2551333BB7AFCD2F223E72AC924462B6389_StaticFields
{
public:
// System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1::Push
Action_2_t3D11022DEB2C3FC29D9CA038DE9E2A270EFD1115 * ___Push_0;
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::Check
Func_3_tCDB54FDFAB0BFAF58988E957243E6DBF0519E330 * ___Check_1;
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::To
Func_3_tCDB54FDFAB0BFAF58988E957243E6DBF0519E330 * ___To_2;
public:
inline static int32_t get_offset_of_Push_0() { return static_cast<int32_t>(offsetof(StackTraits_1_t967BB2551333BB7AFCD2F223E72AC924462B6389_StaticFields, ___Push_0)); }
inline Action_2_t3D11022DEB2C3FC29D9CA038DE9E2A270EFD1115 * get_Push_0() const { return ___Push_0; }
inline Action_2_t3D11022DEB2C3FC29D9CA038DE9E2A270EFD1115 ** get_address_of_Push_0() { return &___Push_0; }
inline void set_Push_0(Action_2_t3D11022DEB2C3FC29D9CA038DE9E2A270EFD1115 * value)
{
___Push_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Push_0), (void*)value);
}
inline static int32_t get_offset_of_Check_1() { return static_cast<int32_t>(offsetof(StackTraits_1_t967BB2551333BB7AFCD2F223E72AC924462B6389_StaticFields, ___Check_1)); }
inline Func_3_tCDB54FDFAB0BFAF58988E957243E6DBF0519E330 * get_Check_1() const { return ___Check_1; }
inline Func_3_tCDB54FDFAB0BFAF58988E957243E6DBF0519E330 ** get_address_of_Check_1() { return &___Check_1; }
inline void set_Check_1(Func_3_tCDB54FDFAB0BFAF58988E957243E6DBF0519E330 * value)
{
___Check_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Check_1), (void*)value);
}
inline static int32_t get_offset_of_To_2() { return static_cast<int32_t>(offsetof(StackTraits_1_t967BB2551333BB7AFCD2F223E72AC924462B6389_StaticFields, ___To_2)); }
inline Func_3_tCDB54FDFAB0BFAF58988E957243E6DBF0519E330 * get_To_2() const { return ___To_2; }
inline Func_3_tCDB54FDFAB0BFAF58988E957243E6DBF0519E330 ** get_address_of_To_2() { return &___To_2; }
inline void set_To_2(Func_3_tCDB54FDFAB0BFAF58988E957243E6DBF0519E330 * value)
{
___To_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___To_2), (void*)value);
}
};
// LuaInterface.StackTraits`1<FairyGUI.UIObjectFactory_GComponentCreator>
struct StackTraits_1_t9D821C7EE5D06C7F3A602101CF5C7181D75AA8F8 : public RuntimeObject
{
public:
public:
};
struct StackTraits_1_t9D821C7EE5D06C7F3A602101CF5C7181D75AA8F8_StaticFields
{
public:
// System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1::Push
Action_2_t84ECA6C105A28E6A161FC7A1CFA020209E956D39 * ___Push_0;
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::Check
Func_3_t2B36F7C0A0C8BAD5E3E7F3000D73810391109F89 * ___Check_1;
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::To
Func_3_t2B36F7C0A0C8BAD5E3E7F3000D73810391109F89 * ___To_2;
public:
inline static int32_t get_offset_of_Push_0() { return static_cast<int32_t>(offsetof(StackTraits_1_t9D821C7EE5D06C7F3A602101CF5C7181D75AA8F8_StaticFields, ___Push_0)); }
inline Action_2_t84ECA6C105A28E6A161FC7A1CFA020209E956D39 * get_Push_0() const { return ___Push_0; }
inline Action_2_t84ECA6C105A28E6A161FC7A1CFA020209E956D39 ** get_address_of_Push_0() { return &___Push_0; }
inline void set_Push_0(Action_2_t84ECA6C105A28E6A161FC7A1CFA020209E956D39 * value)
{
___Push_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Push_0), (void*)value);
}
inline static int32_t get_offset_of_Check_1() { return static_cast<int32_t>(offsetof(StackTraits_1_t9D821C7EE5D06C7F3A602101CF5C7181D75AA8F8_StaticFields, ___Check_1)); }
inline Func_3_t2B36F7C0A0C8BAD5E3E7F3000D73810391109F89 * get_Check_1() const { return ___Check_1; }
inline Func_3_t2B36F7C0A0C8BAD5E3E7F3000D73810391109F89 ** get_address_of_Check_1() { return &___Check_1; }
inline void set_Check_1(Func_3_t2B36F7C0A0C8BAD5E3E7F3000D73810391109F89 * value)
{
___Check_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Check_1), (void*)value);
}
inline static int32_t get_offset_of_To_2() { return static_cast<int32_t>(offsetof(StackTraits_1_t9D821C7EE5D06C7F3A602101CF5C7181D75AA8F8_StaticFields, ___To_2)); }
inline Func_3_t2B36F7C0A0C8BAD5E3E7F3000D73810391109F89 * get_To_2() const { return ___To_2; }
inline Func_3_t2B36F7C0A0C8BAD5E3E7F3000D73810391109F89 ** get_address_of_To_2() { return &___To_2; }
inline void set_To_2(Func_3_t2B36F7C0A0C8BAD5E3E7F3000D73810391109F89 * value)
{
___To_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___To_2), (void*)value);
}
};
// LuaInterface.StackTraits`1<FairyGUI.UIObjectFactory_GLoaderCreator>
struct StackTraits_1_t51B0BCFA743808015C24B64C90C0F45E5F08F1B9 : public RuntimeObject
{
public:
public:
};
struct StackTraits_1_t51B0BCFA743808015C24B64C90C0F45E5F08F1B9_StaticFields
{
public:
// System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1::Push
Action_2_tF336F5E9184C7133A1BAAEBD9C645B89ABCF7D8B * ___Push_0;
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::Check
Func_3_t9CD7070E9F684201C801B94201D2E893F10F0BD6 * ___Check_1;
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::To
Func_3_t9CD7070E9F684201C801B94201D2E893F10F0BD6 * ___To_2;
public:
inline static int32_t get_offset_of_Push_0() { return static_cast<int32_t>(offsetof(StackTraits_1_t51B0BCFA743808015C24B64C90C0F45E5F08F1B9_StaticFields, ___Push_0)); }
inline Action_2_tF336F5E9184C7133A1BAAEBD9C645B89ABCF7D8B * get_Push_0() const { return ___Push_0; }
inline Action_2_tF336F5E9184C7133A1BAAEBD9C645B89ABCF7D8B ** get_address_of_Push_0() { return &___Push_0; }
inline void set_Push_0(Action_2_tF336F5E9184C7133A1BAAEBD9C645B89ABCF7D8B * value)
{
___Push_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Push_0), (void*)value);
}
inline static int32_t get_offset_of_Check_1() { return static_cast<int32_t>(offsetof(StackTraits_1_t51B0BCFA743808015C24B64C90C0F45E5F08F1B9_StaticFields, ___Check_1)); }
inline Func_3_t9CD7070E9F684201C801B94201D2E893F10F0BD6 * get_Check_1() const { return ___Check_1; }
inline Func_3_t9CD7070E9F684201C801B94201D2E893F10F0BD6 ** get_address_of_Check_1() { return &___Check_1; }
inline void set_Check_1(Func_3_t9CD7070E9F684201C801B94201D2E893F10F0BD6 * value)
{
___Check_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Check_1), (void*)value);
}
inline static int32_t get_offset_of_To_2() { return static_cast<int32_t>(offsetof(StackTraits_1_t51B0BCFA743808015C24B64C90C0F45E5F08F1B9_StaticFields, ___To_2)); }
inline Func_3_t9CD7070E9F684201C801B94201D2E893F10F0BD6 * get_To_2() const { return ___To_2; }
inline Func_3_t9CD7070E9F684201C801B94201D2E893F10F0BD6 ** get_address_of_To_2() { return &___To_2; }
inline void set_To_2(Func_3_t9CD7070E9F684201C801B94201D2E893F10F0BD6 * value)
{
___To_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___To_2), (void*)value);
}
};
// LuaInterface.StackTraits`1<FairyGUI.UIPackage_CreateObjectCallback>
struct StackTraits_1_t308EB99204C7FC1620ED5C013DECB2FBD9DB69E0 : public RuntimeObject
{
public:
public:
};
struct StackTraits_1_t308EB99204C7FC1620ED5C013DECB2FBD9DB69E0_StaticFields
{
public:
// System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1::Push
Action_2_t0362A90ECA6F81B9CC9C0A27481CCD1736D74815 * ___Push_0;
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::Check
Func_3_tBB3645CB26E8EF5167119AAF8E13C3BE152EB7E0 * ___Check_1;
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::To
Func_3_tBB3645CB26E8EF5167119AAF8E13C3BE152EB7E0 * ___To_2;
public:
inline static int32_t get_offset_of_Push_0() { return static_cast<int32_t>(offsetof(StackTraits_1_t308EB99204C7FC1620ED5C013DECB2FBD9DB69E0_StaticFields, ___Push_0)); }
inline Action_2_t0362A90ECA6F81B9CC9C0A27481CCD1736D74815 * get_Push_0() const { return ___Push_0; }
inline Action_2_t0362A90ECA6F81B9CC9C0A27481CCD1736D74815 ** get_address_of_Push_0() { return &___Push_0; }
inline void set_Push_0(Action_2_t0362A90ECA6F81B9CC9C0A27481CCD1736D74815 * value)
{
___Push_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Push_0), (void*)value);
}
inline static int32_t get_offset_of_Check_1() { return static_cast<int32_t>(offsetof(StackTraits_1_t308EB99204C7FC1620ED5C013DECB2FBD9DB69E0_StaticFields, ___Check_1)); }
inline Func_3_tBB3645CB26E8EF5167119AAF8E13C3BE152EB7E0 * get_Check_1() const { return ___Check_1; }
inline Func_3_tBB3645CB26E8EF5167119AAF8E13C3BE152EB7E0 ** get_address_of_Check_1() { return &___Check_1; }
inline void set_Check_1(Func_3_tBB3645CB26E8EF5167119AAF8E13C3BE152EB7E0 * value)
{
___Check_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Check_1), (void*)value);
}
inline static int32_t get_offset_of_To_2() { return static_cast<int32_t>(offsetof(StackTraits_1_t308EB99204C7FC1620ED5C013DECB2FBD9DB69E0_StaticFields, ___To_2)); }
inline Func_3_tBB3645CB26E8EF5167119AAF8E13C3BE152EB7E0 * get_To_2() const { return ___To_2; }
inline Func_3_tBB3645CB26E8EF5167119AAF8E13C3BE152EB7E0 ** get_address_of_To_2() { return &___To_2; }
inline void set_To_2(Func_3_tBB3645CB26E8EF5167119AAF8E13C3BE152EB7E0 * value)
{
___To_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___To_2), (void*)value);
}
};
// LuaInterface.StackTraits`1<System.Action>
struct StackTraits_1_t19387320C681936D47FBBA056E3EBE55037764A1 : public RuntimeObject
{
public:
public:
};
struct StackTraits_1_t19387320C681936D47FBBA056E3EBE55037764A1_StaticFields
{
public:
// System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1::Push
Action_2_t8BA960C87A6EA92FE09D7A278C905A9CA65E0644 * ___Push_0;
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::Check
Func_3_t2862063D016220455701290D5B6700B2C7248791 * ___Check_1;
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::To
Func_3_t2862063D016220455701290D5B6700B2C7248791 * ___To_2;
public:
inline static int32_t get_offset_of_Push_0() { return static_cast<int32_t>(offsetof(StackTraits_1_t19387320C681936D47FBBA056E3EBE55037764A1_StaticFields, ___Push_0)); }
inline Action_2_t8BA960C87A6EA92FE09D7A278C905A9CA65E0644 * get_Push_0() const { return ___Push_0; }
inline Action_2_t8BA960C87A6EA92FE09D7A278C905A9CA65E0644 ** get_address_of_Push_0() { return &___Push_0; }
inline void set_Push_0(Action_2_t8BA960C87A6EA92FE09D7A278C905A9CA65E0644 * value)
{
___Push_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Push_0), (void*)value);
}
inline static int32_t get_offset_of_Check_1() { return static_cast<int32_t>(offsetof(StackTraits_1_t19387320C681936D47FBBA056E3EBE55037764A1_StaticFields, ___Check_1)); }
inline Func_3_t2862063D016220455701290D5B6700B2C7248791 * get_Check_1() const { return ___Check_1; }
inline Func_3_t2862063D016220455701290D5B6700B2C7248791 ** get_address_of_Check_1() { return &___Check_1; }
inline void set_Check_1(Func_3_t2862063D016220455701290D5B6700B2C7248791 * value)
{
___Check_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Check_1), (void*)value);
}
inline static int32_t get_offset_of_To_2() { return static_cast<int32_t>(offsetof(StackTraits_1_t19387320C681936D47FBBA056E3EBE55037764A1_StaticFields, ___To_2)); }
inline Func_3_t2862063D016220455701290D5B6700B2C7248791 * get_To_2() const { return ___To_2; }
inline Func_3_t2862063D016220455701290D5B6700B2C7248791 ** get_address_of_To_2() { return &___To_2; }
inline void set_To_2(Func_3_t2862063D016220455701290D5B6700B2C7248791 * value)
{
___To_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___To_2), (void*)value);
}
};
// LuaInterface.StackTraits`1<System.Action`1<System.Boolean>>
struct StackTraits_1_tF7D4D9C2D68DEA1D7F8E7D0F3515A41450192E76 : public RuntimeObject
{
public:
public:
};
struct StackTraits_1_tF7D4D9C2D68DEA1D7F8E7D0F3515A41450192E76_StaticFields
{
public:
// System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1::Push
Action_2_tABB45180FAFA0A42C95D2CC70B91ED99A890BEE0 * ___Push_0;
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::Check
Func_3_tC65F0D103A95F5D7AB1D2633F06A25319C5B74EE * ___Check_1;
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::To
Func_3_tC65F0D103A95F5D7AB1D2633F06A25319C5B74EE * ___To_2;
public:
inline static int32_t get_offset_of_Push_0() { return static_cast<int32_t>(offsetof(StackTraits_1_tF7D4D9C2D68DEA1D7F8E7D0F3515A41450192E76_StaticFields, ___Push_0)); }
inline Action_2_tABB45180FAFA0A42C95D2CC70B91ED99A890BEE0 * get_Push_0() const { return ___Push_0; }
inline Action_2_tABB45180FAFA0A42C95D2CC70B91ED99A890BEE0 ** get_address_of_Push_0() { return &___Push_0; }
inline void set_Push_0(Action_2_tABB45180FAFA0A42C95D2CC70B91ED99A890BEE0 * value)
{
___Push_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Push_0), (void*)value);
}
inline static int32_t get_offset_of_Check_1() { return static_cast<int32_t>(offsetof(StackTraits_1_tF7D4D9C2D68DEA1D7F8E7D0F3515A41450192E76_StaticFields, ___Check_1)); }
inline Func_3_tC65F0D103A95F5D7AB1D2633F06A25319C5B74EE * get_Check_1() const { return ___Check_1; }
inline Func_3_tC65F0D103A95F5D7AB1D2633F06A25319C5B74EE ** get_address_of_Check_1() { return &___Check_1; }
inline void set_Check_1(Func_3_tC65F0D103A95F5D7AB1D2633F06A25319C5B74EE * value)
{
___Check_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Check_1), (void*)value);
}
inline static int32_t get_offset_of_To_2() { return static_cast<int32_t>(offsetof(StackTraits_1_tF7D4D9C2D68DEA1D7F8E7D0F3515A41450192E76_StaticFields, ___To_2)); }
inline Func_3_tC65F0D103A95F5D7AB1D2633F06A25319C5B74EE * get_To_2() const { return ___To_2; }
inline Func_3_tC65F0D103A95F5D7AB1D2633F06A25319C5B74EE ** get_address_of_To_2() { return &___To_2; }
inline void set_To_2(Func_3_tC65F0D103A95F5D7AB1D2633F06A25319C5B74EE * value)
{
___To_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___To_2), (void*)value);
}
};
// LuaInterface.StackTraits`1<System.Action`1<System.Int32>>
struct StackTraits_1_t84A2AB2A44DC6C6E3ACC4A310F5024211BE11387 : public RuntimeObject
{
public:
public:
};
struct StackTraits_1_t84A2AB2A44DC6C6E3ACC4A310F5024211BE11387_StaticFields
{
public:
// System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1::Push
Action_2_t85C1D00DB6A5FDDCC7819A6EBC6C815B6A7C5FE4 * ___Push_0;
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::Check
Func_3_t3D8D49E75FA8BC3DE309A53A9C5732A5E4CE7A83 * ___Check_1;
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::To
Func_3_t3D8D49E75FA8BC3DE309A53A9C5732A5E4CE7A83 * ___To_2;
public:
inline static int32_t get_offset_of_Push_0() { return static_cast<int32_t>(offsetof(StackTraits_1_t84A2AB2A44DC6C6E3ACC4A310F5024211BE11387_StaticFields, ___Push_0)); }
inline Action_2_t85C1D00DB6A5FDDCC7819A6EBC6C815B6A7C5FE4 * get_Push_0() const { return ___Push_0; }
inline Action_2_t85C1D00DB6A5FDDCC7819A6EBC6C815B6A7C5FE4 ** get_address_of_Push_0() { return &___Push_0; }
inline void set_Push_0(Action_2_t85C1D00DB6A5FDDCC7819A6EBC6C815B6A7C5FE4 * value)
{
___Push_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Push_0), (void*)value);
}
inline static int32_t get_offset_of_Check_1() { return static_cast<int32_t>(offsetof(StackTraits_1_t84A2AB2A44DC6C6E3ACC4A310F5024211BE11387_StaticFields, ___Check_1)); }
inline Func_3_t3D8D49E75FA8BC3DE309A53A9C5732A5E4CE7A83 * get_Check_1() const { return ___Check_1; }
inline Func_3_t3D8D49E75FA8BC3DE309A53A9C5732A5E4CE7A83 ** get_address_of_Check_1() { return &___Check_1; }
inline void set_Check_1(Func_3_t3D8D49E75FA8BC3DE309A53A9C5732A5E4CE7A83 * value)
{
___Check_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Check_1), (void*)value);
}
inline static int32_t get_offset_of_To_2() { return static_cast<int32_t>(offsetof(StackTraits_1_t84A2AB2A44DC6C6E3ACC4A310F5024211BE11387_StaticFields, ___To_2)); }
inline Func_3_t3D8D49E75FA8BC3DE309A53A9C5732A5E4CE7A83 * get_To_2() const { return ___To_2; }
inline Func_3_t3D8D49E75FA8BC3DE309A53A9C5732A5E4CE7A83 ** get_address_of_To_2() { return &___To_2; }
inline void set_To_2(Func_3_t3D8D49E75FA8BC3DE309A53A9C5732A5E4CE7A83 * value)
{
___To_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___To_2), (void*)value);
}
};
// LuaInterface.StackTraits`1<System.Action`1<System.String>>
struct StackTraits_1_tB8041F547D199313954AE96954DE3F0AE163C883 : public RuntimeObject
{
public:
public:
};
struct StackTraits_1_tB8041F547D199313954AE96954DE3F0AE163C883_StaticFields
{
public:
// System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1::Push
Action_2_t427BC8CA6771EEF423D4787EDBB96230EB358952 * ___Push_0;
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::Check
Func_3_t8CD433C558E0EC1DB6BB08627932F451343BEB50 * ___Check_1;
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::To
Func_3_t8CD433C558E0EC1DB6BB08627932F451343BEB50 * ___To_2;
public:
inline static int32_t get_offset_of_Push_0() { return static_cast<int32_t>(offsetof(StackTraits_1_tB8041F547D199313954AE96954DE3F0AE163C883_StaticFields, ___Push_0)); }
inline Action_2_t427BC8CA6771EEF423D4787EDBB96230EB358952 * get_Push_0() const { return ___Push_0; }
inline Action_2_t427BC8CA6771EEF423D4787EDBB96230EB358952 ** get_address_of_Push_0() { return &___Push_0; }
inline void set_Push_0(Action_2_t427BC8CA6771EEF423D4787EDBB96230EB358952 * value)
{
___Push_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Push_0), (void*)value);
}
inline static int32_t get_offset_of_Check_1() { return static_cast<int32_t>(offsetof(StackTraits_1_tB8041F547D199313954AE96954DE3F0AE163C883_StaticFields, ___Check_1)); }
inline Func_3_t8CD433C558E0EC1DB6BB08627932F451343BEB50 * get_Check_1() const { return ___Check_1; }
inline Func_3_t8CD433C558E0EC1DB6BB08627932F451343BEB50 ** get_address_of_Check_1() { return &___Check_1; }
inline void set_Check_1(Func_3_t8CD433C558E0EC1DB6BB08627932F451343BEB50 * value)
{
___Check_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Check_1), (void*)value);
}
inline static int32_t get_offset_of_To_2() { return static_cast<int32_t>(offsetof(StackTraits_1_tB8041F547D199313954AE96954DE3F0AE163C883_StaticFields, ___To_2)); }
inline Func_3_t8CD433C558E0EC1DB6BB08627932F451343BEB50 * get_To_2() const { return ___To_2; }
inline Func_3_t8CD433C558E0EC1DB6BB08627932F451343BEB50 ** get_address_of_To_2() { return &___To_2; }
inline void set_To_2(Func_3_t8CD433C558E0EC1DB6BB08627932F451343BEB50 * value)
{
___To_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___To_2), (void*)value);
}
};
// LuaInterface.StackTraits`1<System.Action`1<UnityEngine.AsyncOperation>>
struct StackTraits_1_tA9FB8ECE4C933C7957CEFD6480EE5AF688922F5B : public RuntimeObject
{
public:
public:
};
struct StackTraits_1_tA9FB8ECE4C933C7957CEFD6480EE5AF688922F5B_StaticFields
{
public:
// System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1::Push
Action_2_t59D4338B409A3246D7A816A2D442019E7BC6CC86 * ___Push_0;
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::Check
Func_3_tEFFFFAFF31B57912410CC7211373A91AFC2133B8 * ___Check_1;
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::To
Func_3_tEFFFFAFF31B57912410CC7211373A91AFC2133B8 * ___To_2;
public:
inline static int32_t get_offset_of_Push_0() { return static_cast<int32_t>(offsetof(StackTraits_1_tA9FB8ECE4C933C7957CEFD6480EE5AF688922F5B_StaticFields, ___Push_0)); }
inline Action_2_t59D4338B409A3246D7A816A2D442019E7BC6CC86 * get_Push_0() const { return ___Push_0; }
inline Action_2_t59D4338B409A3246D7A816A2D442019E7BC6CC86 ** get_address_of_Push_0() { return &___Push_0; }
inline void set_Push_0(Action_2_t59D4338B409A3246D7A816A2D442019E7BC6CC86 * value)
{
___Push_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Push_0), (void*)value);
}
inline static int32_t get_offset_of_Check_1() { return static_cast<int32_t>(offsetof(StackTraits_1_tA9FB8ECE4C933C7957CEFD6480EE5AF688922F5B_StaticFields, ___Check_1)); }
inline Func_3_tEFFFFAFF31B57912410CC7211373A91AFC2133B8 * get_Check_1() const { return ___Check_1; }
inline Func_3_tEFFFFAFF31B57912410CC7211373A91AFC2133B8 ** get_address_of_Check_1() { return &___Check_1; }
inline void set_Check_1(Func_3_tEFFFFAFF31B57912410CC7211373A91AFC2133B8 * value)
{
___Check_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Check_1), (void*)value);
}
inline static int32_t get_offset_of_To_2() { return static_cast<int32_t>(offsetof(StackTraits_1_tA9FB8ECE4C933C7957CEFD6480EE5AF688922F5B_StaticFields, ___To_2)); }
inline Func_3_tEFFFFAFF31B57912410CC7211373A91AFC2133B8 * get_To_2() const { return ___To_2; }
inline Func_3_tEFFFFAFF31B57912410CC7211373A91AFC2133B8 ** get_address_of_To_2() { return &___To_2; }
inline void set_To_2(Func_3_tEFFFFAFF31B57912410CC7211373A91AFC2133B8 * value)
{
___To_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___To_2), (void*)value);
}
};
// LuaInterface.StackTraits`1<System.Action`2<System.String,System.Action>>
struct StackTraits_1_t0996E10072800C6A1D2024A560665C8D75483B83 : public RuntimeObject
{
public:
public:
};
struct StackTraits_1_t0996E10072800C6A1D2024A560665C8D75483B83_StaticFields
{
public:
// System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1::Push
Action_2_t1833ACCDBF4649CA0476CEB6A6D58C42C85974AD * ___Push_0;
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::Check
Func_3_tAC33FF337A22963D059B3452C0A62A3702A9D7C5 * ___Check_1;
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::To
Func_3_tAC33FF337A22963D059B3452C0A62A3702A9D7C5 * ___To_2;
public:
inline static int32_t get_offset_of_Push_0() { return static_cast<int32_t>(offsetof(StackTraits_1_t0996E10072800C6A1D2024A560665C8D75483B83_StaticFields, ___Push_0)); }
inline Action_2_t1833ACCDBF4649CA0476CEB6A6D58C42C85974AD * get_Push_0() const { return ___Push_0; }
inline Action_2_t1833ACCDBF4649CA0476CEB6A6D58C42C85974AD ** get_address_of_Push_0() { return &___Push_0; }
inline void set_Push_0(Action_2_t1833ACCDBF4649CA0476CEB6A6D58C42C85974AD * value)
{
___Push_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Push_0), (void*)value);
}
inline static int32_t get_offset_of_Check_1() { return static_cast<int32_t>(offsetof(StackTraits_1_t0996E10072800C6A1D2024A560665C8D75483B83_StaticFields, ___Check_1)); }
inline Func_3_tAC33FF337A22963D059B3452C0A62A3702A9D7C5 * get_Check_1() const { return ___Check_1; }
inline Func_3_tAC33FF337A22963D059B3452C0A62A3702A9D7C5 ** get_address_of_Check_1() { return &___Check_1; }
inline void set_Check_1(Func_3_tAC33FF337A22963D059B3452C0A62A3702A9D7C5 * value)
{
___Check_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Check_1), (void*)value);
}
inline static int32_t get_offset_of_To_2() { return static_cast<int32_t>(offsetof(StackTraits_1_t0996E10072800C6A1D2024A560665C8D75483B83_StaticFields, ___To_2)); }
inline Func_3_tAC33FF337A22963D059B3452C0A62A3702A9D7C5 * get_To_2() const { return ___To_2; }
inline Func_3_tAC33FF337A22963D059B3452C0A62A3702A9D7C5 ** get_address_of_To_2() { return &___To_2; }
inline void set_To_2(Func_3_tAC33FF337A22963D059B3452C0A62A3702A9D7C5 * value)
{
___To_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___To_2), (void*)value);
}
};
// LuaInterface.StackTraits`1<System.Comparison`1<System.Int32>>
struct StackTraits_1_t034BBD6AEB6C87566FF8DDBAF4132712ECCC894D : public RuntimeObject
{
public:
public:
};
struct StackTraits_1_t034BBD6AEB6C87566FF8DDBAF4132712ECCC894D_StaticFields
{
public:
// System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1::Push
Action_2_t91F4930EFA228C7C023A8DB5A56BE2FE2495AC7C * ___Push_0;
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::Check
Func_3_t2853C05C89E1F57C34711E6FCAAC648CAC978159 * ___Check_1;
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::To
Func_3_t2853C05C89E1F57C34711E6FCAAC648CAC978159 * ___To_2;
public:
inline static int32_t get_offset_of_Push_0() { return static_cast<int32_t>(offsetof(StackTraits_1_t034BBD6AEB6C87566FF8DDBAF4132712ECCC894D_StaticFields, ___Push_0)); }
inline Action_2_t91F4930EFA228C7C023A8DB5A56BE2FE2495AC7C * get_Push_0() const { return ___Push_0; }
inline Action_2_t91F4930EFA228C7C023A8DB5A56BE2FE2495AC7C ** get_address_of_Push_0() { return &___Push_0; }
inline void set_Push_0(Action_2_t91F4930EFA228C7C023A8DB5A56BE2FE2495AC7C * value)
{
___Push_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Push_0), (void*)value);
}
inline static int32_t get_offset_of_Check_1() { return static_cast<int32_t>(offsetof(StackTraits_1_t034BBD6AEB6C87566FF8DDBAF4132712ECCC894D_StaticFields, ___Check_1)); }
inline Func_3_t2853C05C89E1F57C34711E6FCAAC648CAC978159 * get_Check_1() const { return ___Check_1; }
inline Func_3_t2853C05C89E1F57C34711E6FCAAC648CAC978159 ** get_address_of_Check_1() { return &___Check_1; }
inline void set_Check_1(Func_3_t2853C05C89E1F57C34711E6FCAAC648CAC978159 * value)
{
___Check_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Check_1), (void*)value);
}
inline static int32_t get_offset_of_To_2() { return static_cast<int32_t>(offsetof(StackTraits_1_t034BBD6AEB6C87566FF8DDBAF4132712ECCC894D_StaticFields, ___To_2)); }
inline Func_3_t2853C05C89E1F57C34711E6FCAAC648CAC978159 * get_To_2() const { return ___To_2; }
inline Func_3_t2853C05C89E1F57C34711E6FCAAC648CAC978159 ** get_address_of_To_2() { return &___To_2; }
inline void set_To_2(Func_3_t2853C05C89E1F57C34711E6FCAAC648CAC978159 * value)
{
___To_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___To_2), (void*)value);
}
};
// LuaInterface.StackTraits`1<System.Func`1<System.Boolean>>
struct StackTraits_1_t9998C2DAEC3FCDDF79184D7B409269088C75AB6F : public RuntimeObject
{
public:
public:
};
struct StackTraits_1_t9998C2DAEC3FCDDF79184D7B409269088C75AB6F_StaticFields
{
public:
// System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1::Push
Action_2_t0D3F479DB9121CBDC370E5283A7A88499769E5E3 * ___Push_0;
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::Check
Func_3_t3FE78D4ACCFD03E55963DAD319071A69471708D9 * ___Check_1;
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::To
Func_3_t3FE78D4ACCFD03E55963DAD319071A69471708D9 * ___To_2;
public:
inline static int32_t get_offset_of_Push_0() { return static_cast<int32_t>(offsetof(StackTraits_1_t9998C2DAEC3FCDDF79184D7B409269088C75AB6F_StaticFields, ___Push_0)); }
inline Action_2_t0D3F479DB9121CBDC370E5283A7A88499769E5E3 * get_Push_0() const { return ___Push_0; }
inline Action_2_t0D3F479DB9121CBDC370E5283A7A88499769E5E3 ** get_address_of_Push_0() { return &___Push_0; }
inline void set_Push_0(Action_2_t0D3F479DB9121CBDC370E5283A7A88499769E5E3 * value)
{
___Push_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Push_0), (void*)value);
}
inline static int32_t get_offset_of_Check_1() { return static_cast<int32_t>(offsetof(StackTraits_1_t9998C2DAEC3FCDDF79184D7B409269088C75AB6F_StaticFields, ___Check_1)); }
inline Func_3_t3FE78D4ACCFD03E55963DAD319071A69471708D9 * get_Check_1() const { return ___Check_1; }
inline Func_3_t3FE78D4ACCFD03E55963DAD319071A69471708D9 ** get_address_of_Check_1() { return &___Check_1; }
inline void set_Check_1(Func_3_t3FE78D4ACCFD03E55963DAD319071A69471708D9 * value)
{
___Check_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Check_1), (void*)value);
}
inline static int32_t get_offset_of_To_2() { return static_cast<int32_t>(offsetof(StackTraits_1_t9998C2DAEC3FCDDF79184D7B409269088C75AB6F_StaticFields, ___To_2)); }
inline Func_3_t3FE78D4ACCFD03E55963DAD319071A69471708D9 * get_To_2() const { return ___To_2; }
inline Func_3_t3FE78D4ACCFD03E55963DAD319071A69471708D9 ** get_address_of_To_2() { return &___To_2; }
inline void set_To_2(Func_3_t3FE78D4ACCFD03E55963DAD319071A69471708D9 * value)
{
___To_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___To_2), (void*)value);
}
};
// LuaInterface.StackTraits`1<System.Func`2<System.Int32,System.Int32>>
struct StackTraits_1_tD375FFE9A4112E611FE5049CCA99E3B821B9D6EC : public RuntimeObject
{
public:
public:
};
struct StackTraits_1_tD375FFE9A4112E611FE5049CCA99E3B821B9D6EC_StaticFields
{
public:
// System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1::Push
Action_2_t2A270A3C54A197D19A8B6ACFE308EB9D11FE624B * ___Push_0;
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::Check
Func_3_t406A79398DCA93EB3B573BA0D8EE3D57867FC0B4 * ___Check_1;
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::To
Func_3_t406A79398DCA93EB3B573BA0D8EE3D57867FC0B4 * ___To_2;
public:
inline static int32_t get_offset_of_Push_0() { return static_cast<int32_t>(offsetof(StackTraits_1_tD375FFE9A4112E611FE5049CCA99E3B821B9D6EC_StaticFields, ___Push_0)); }
inline Action_2_t2A270A3C54A197D19A8B6ACFE308EB9D11FE624B * get_Push_0() const { return ___Push_0; }
inline Action_2_t2A270A3C54A197D19A8B6ACFE308EB9D11FE624B ** get_address_of_Push_0() { return &___Push_0; }
inline void set_Push_0(Action_2_t2A270A3C54A197D19A8B6ACFE308EB9D11FE624B * value)
{
___Push_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Push_0), (void*)value);
}
inline static int32_t get_offset_of_Check_1() { return static_cast<int32_t>(offsetof(StackTraits_1_tD375FFE9A4112E611FE5049CCA99E3B821B9D6EC_StaticFields, ___Check_1)); }
inline Func_3_t406A79398DCA93EB3B573BA0D8EE3D57867FC0B4 * get_Check_1() const { return ___Check_1; }
inline Func_3_t406A79398DCA93EB3B573BA0D8EE3D57867FC0B4 ** get_address_of_Check_1() { return &___Check_1; }
inline void set_Check_1(Func_3_t406A79398DCA93EB3B573BA0D8EE3D57867FC0B4 * value)
{
___Check_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Check_1), (void*)value);
}
inline static int32_t get_offset_of_To_2() { return static_cast<int32_t>(offsetof(StackTraits_1_tD375FFE9A4112E611FE5049CCA99E3B821B9D6EC_StaticFields, ___To_2)); }
inline Func_3_t406A79398DCA93EB3B573BA0D8EE3D57867FC0B4 * get_To_2() const { return ___To_2; }
inline Func_3_t406A79398DCA93EB3B573BA0D8EE3D57867FC0B4 ** get_address_of_To_2() { return &___To_2; }
inline void set_To_2(Func_3_t406A79398DCA93EB3B573BA0D8EE3D57867FC0B4 * value)
{
___To_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___To_2), (void*)value);
}
};
// LuaInterface.StackTraits`1<System.Predicate`1<System.Int32>>
struct StackTraits_1_t7447DE74489E73C3DD56F9BF32D830F376E65DCB : public RuntimeObject
{
public:
public:
};
struct StackTraits_1_t7447DE74489E73C3DD56F9BF32D830F376E65DCB_StaticFields
{
public:
// System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1::Push
Action_2_t797B3CE48C1D009DC9915A146CB1EEA7A55ABFAD * ___Push_0;
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::Check
Func_3_tEB101D6EBB56F7B929A20533D127DA8814977CF9 * ___Check_1;
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::To
Func_3_tEB101D6EBB56F7B929A20533D127DA8814977CF9 * ___To_2;
public:
inline static int32_t get_offset_of_Push_0() { return static_cast<int32_t>(offsetof(StackTraits_1_t7447DE74489E73C3DD56F9BF32D830F376E65DCB_StaticFields, ___Push_0)); }
inline Action_2_t797B3CE48C1D009DC9915A146CB1EEA7A55ABFAD * get_Push_0() const { return ___Push_0; }
inline Action_2_t797B3CE48C1D009DC9915A146CB1EEA7A55ABFAD ** get_address_of_Push_0() { return &___Push_0; }
inline void set_Push_0(Action_2_t797B3CE48C1D009DC9915A146CB1EEA7A55ABFAD * value)
{
___Push_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Push_0), (void*)value);
}
inline static int32_t get_offset_of_Check_1() { return static_cast<int32_t>(offsetof(StackTraits_1_t7447DE74489E73C3DD56F9BF32D830F376E65DCB_StaticFields, ___Check_1)); }
inline Func_3_tEB101D6EBB56F7B929A20533D127DA8814977CF9 * get_Check_1() const { return ___Check_1; }
inline Func_3_tEB101D6EBB56F7B929A20533D127DA8814977CF9 ** get_address_of_Check_1() { return &___Check_1; }
inline void set_Check_1(Func_3_tEB101D6EBB56F7B929A20533D127DA8814977CF9 * value)
{
___Check_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Check_1), (void*)value);
}
inline static int32_t get_offset_of_To_2() { return static_cast<int32_t>(offsetof(StackTraits_1_t7447DE74489E73C3DD56F9BF32D830F376E65DCB_StaticFields, ___To_2)); }
inline Func_3_tEB101D6EBB56F7B929A20533D127DA8814977CF9 * get_To_2() const { return ___To_2; }
inline Func_3_tEB101D6EBB56F7B929A20533D127DA8814977CF9 ** get_address_of_To_2() { return &___To_2; }
inline void set_To_2(Func_3_tEB101D6EBB56F7B929A20533D127DA8814977CF9 * value)
{
___To_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___To_2), (void*)value);
}
};
// LuaInterface.StackTraits`1<UnityEngine.Application_AdvertisingIdentifierCallback>
struct StackTraits_1_tD2AE1234750DD2FD822D485BA646582A3E060047 : public RuntimeObject
{
public:
public:
};
struct StackTraits_1_tD2AE1234750DD2FD822D485BA646582A3E060047_StaticFields
{
public:
// System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1::Push
Action_2_t735A4505D19621B57B23229E353FED1CB1CF69EC * ___Push_0;
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::Check
Func_3_tAFABC33C11339FC2F77B53D32D2BED48C7A919D8 * ___Check_1;
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::To
Func_3_tAFABC33C11339FC2F77B53D32D2BED48C7A919D8 * ___To_2;
public:
inline static int32_t get_offset_of_Push_0() { return static_cast<int32_t>(offsetof(StackTraits_1_tD2AE1234750DD2FD822D485BA646582A3E060047_StaticFields, ___Push_0)); }
inline Action_2_t735A4505D19621B57B23229E353FED1CB1CF69EC * get_Push_0() const { return ___Push_0; }
inline Action_2_t735A4505D19621B57B23229E353FED1CB1CF69EC ** get_address_of_Push_0() { return &___Push_0; }
inline void set_Push_0(Action_2_t735A4505D19621B57B23229E353FED1CB1CF69EC * value)
{
___Push_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Push_0), (void*)value);
}
inline static int32_t get_offset_of_Check_1() { return static_cast<int32_t>(offsetof(StackTraits_1_tD2AE1234750DD2FD822D485BA646582A3E060047_StaticFields, ___Check_1)); }
inline Func_3_tAFABC33C11339FC2F77B53D32D2BED48C7A919D8 * get_Check_1() const { return ___Check_1; }
inline Func_3_tAFABC33C11339FC2F77B53D32D2BED48C7A919D8 ** get_address_of_Check_1() { return &___Check_1; }
inline void set_Check_1(Func_3_tAFABC33C11339FC2F77B53D32D2BED48C7A919D8 * value)
{
___Check_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Check_1), (void*)value);
}
inline static int32_t get_offset_of_To_2() { return static_cast<int32_t>(offsetof(StackTraits_1_tD2AE1234750DD2FD822D485BA646582A3E060047_StaticFields, ___To_2)); }
inline Func_3_tAFABC33C11339FC2F77B53D32D2BED48C7A919D8 * get_To_2() const { return ___To_2; }
inline Func_3_tAFABC33C11339FC2F77B53D32D2BED48C7A919D8 ** get_address_of_To_2() { return &___To_2; }
inline void set_To_2(Func_3_tAFABC33C11339FC2F77B53D32D2BED48C7A919D8 * value)
{
___To_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___To_2), (void*)value);
}
};
// LuaInterface.StackTraits`1<UnityEngine.Application_LogCallback>
struct StackTraits_1_tC1567BA3978AE3519F445EE1FEE6EEDBBFF0DEC9 : public RuntimeObject
{
public:
public:
};
struct StackTraits_1_tC1567BA3978AE3519F445EE1FEE6EEDBBFF0DEC9_StaticFields
{
public:
// System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1::Push
Action_2_tADFD7619F6E77FD7A2A68D59FE478FA0BCE4B9C6 * ___Push_0;
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::Check
Func_3_t22AFF805C73E4CF33CC76C20915EAD51E13F531E * ___Check_1;
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::To
Func_3_t22AFF805C73E4CF33CC76C20915EAD51E13F531E * ___To_2;
public:
inline static int32_t get_offset_of_Push_0() { return static_cast<int32_t>(offsetof(StackTraits_1_tC1567BA3978AE3519F445EE1FEE6EEDBBFF0DEC9_StaticFields, ___Push_0)); }
inline Action_2_tADFD7619F6E77FD7A2A68D59FE478FA0BCE4B9C6 * get_Push_0() const { return ___Push_0; }
inline Action_2_tADFD7619F6E77FD7A2A68D59FE478FA0BCE4B9C6 ** get_address_of_Push_0() { return &___Push_0; }
inline void set_Push_0(Action_2_tADFD7619F6E77FD7A2A68D59FE478FA0BCE4B9C6 * value)
{
___Push_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Push_0), (void*)value);
}
inline static int32_t get_offset_of_Check_1() { return static_cast<int32_t>(offsetof(StackTraits_1_tC1567BA3978AE3519F445EE1FEE6EEDBBFF0DEC9_StaticFields, ___Check_1)); }
inline Func_3_t22AFF805C73E4CF33CC76C20915EAD51E13F531E * get_Check_1() const { return ___Check_1; }
inline Func_3_t22AFF805C73E4CF33CC76C20915EAD51E13F531E ** get_address_of_Check_1() { return &___Check_1; }
inline void set_Check_1(Func_3_t22AFF805C73E4CF33CC76C20915EAD51E13F531E * value)
{
___Check_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Check_1), (void*)value);
}
inline static int32_t get_offset_of_To_2() { return static_cast<int32_t>(offsetof(StackTraits_1_tC1567BA3978AE3519F445EE1FEE6EEDBBFF0DEC9_StaticFields, ___To_2)); }
inline Func_3_t22AFF805C73E4CF33CC76C20915EAD51E13F531E * get_To_2() const { return ___To_2; }
inline Func_3_t22AFF805C73E4CF33CC76C20915EAD51E13F531E ** get_address_of_To_2() { return &___To_2; }
inline void set_To_2(Func_3_t22AFF805C73E4CF33CC76C20915EAD51E13F531E * value)
{
___To_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___To_2), (void*)value);
}
};
// LuaInterface.StackTraits`1<UnityEngine.Application_LowMemoryCallback>
struct StackTraits_1_tF804942E4E3CB73BB0E12496C39177A67677CFA1 : public RuntimeObject
{
public:
public:
};
struct StackTraits_1_tF804942E4E3CB73BB0E12496C39177A67677CFA1_StaticFields
{
public:
// System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1::Push
Action_2_tC01F37E791A57C189E8C82A0FD6517B91C69C86D * ___Push_0;
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::Check
Func_3_tF238BF8218E5AB1DF7DDF7CD25C06D7345315ACD * ___Check_1;
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::To
Func_3_tF238BF8218E5AB1DF7DDF7CD25C06D7345315ACD * ___To_2;
public:
inline static int32_t get_offset_of_Push_0() { return static_cast<int32_t>(offsetof(StackTraits_1_tF804942E4E3CB73BB0E12496C39177A67677CFA1_StaticFields, ___Push_0)); }
inline Action_2_tC01F37E791A57C189E8C82A0FD6517B91C69C86D * get_Push_0() const { return ___Push_0; }
inline Action_2_tC01F37E791A57C189E8C82A0FD6517B91C69C86D ** get_address_of_Push_0() { return &___Push_0; }
inline void set_Push_0(Action_2_tC01F37E791A57C189E8C82A0FD6517B91C69C86D * value)
{
___Push_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Push_0), (void*)value);
}
inline static int32_t get_offset_of_Check_1() { return static_cast<int32_t>(offsetof(StackTraits_1_tF804942E4E3CB73BB0E12496C39177A67677CFA1_StaticFields, ___Check_1)); }
inline Func_3_tF238BF8218E5AB1DF7DDF7CD25C06D7345315ACD * get_Check_1() const { return ___Check_1; }
inline Func_3_tF238BF8218E5AB1DF7DDF7CD25C06D7345315ACD ** get_address_of_Check_1() { return &___Check_1; }
inline void set_Check_1(Func_3_tF238BF8218E5AB1DF7DDF7CD25C06D7345315ACD * value)
{
___Check_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Check_1), (void*)value);
}
inline static int32_t get_offset_of_To_2() { return static_cast<int32_t>(offsetof(StackTraits_1_tF804942E4E3CB73BB0E12496C39177A67677CFA1_StaticFields, ___To_2)); }
inline Func_3_tF238BF8218E5AB1DF7DDF7CD25C06D7345315ACD * get_To_2() const { return ___To_2; }
inline Func_3_tF238BF8218E5AB1DF7DDF7CD25C06D7345315ACD ** get_address_of_To_2() { return &___To_2; }
inline void set_To_2(Func_3_tF238BF8218E5AB1DF7DDF7CD25C06D7345315ACD * value)
{
___To_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___To_2), (void*)value);
}
};
// LuaInterface.StackTraits`1<UnityEngine.AudioClip_PCMReaderCallback>
struct StackTraits_1_t0BFC7120AB626F82DB7A785183DB89E444AF2597 : public RuntimeObject
{
public:
public:
};
struct StackTraits_1_t0BFC7120AB626F82DB7A785183DB89E444AF2597_StaticFields
{
public:
// System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1::Push
Action_2_t08DEF86172C7E70193B6907205DFA184D9A664F4 * ___Push_0;
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::Check
Func_3_t7A1CE6891F02CEBC1271A4D2EE44161F8E84CC25 * ___Check_1;
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::To
Func_3_t7A1CE6891F02CEBC1271A4D2EE44161F8E84CC25 * ___To_2;
public:
inline static int32_t get_offset_of_Push_0() { return static_cast<int32_t>(offsetof(StackTraits_1_t0BFC7120AB626F82DB7A785183DB89E444AF2597_StaticFields, ___Push_0)); }
inline Action_2_t08DEF86172C7E70193B6907205DFA184D9A664F4 * get_Push_0() const { return ___Push_0; }
inline Action_2_t08DEF86172C7E70193B6907205DFA184D9A664F4 ** get_address_of_Push_0() { return &___Push_0; }
inline void set_Push_0(Action_2_t08DEF86172C7E70193B6907205DFA184D9A664F4 * value)
{
___Push_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Push_0), (void*)value);
}
inline static int32_t get_offset_of_Check_1() { return static_cast<int32_t>(offsetof(StackTraits_1_t0BFC7120AB626F82DB7A785183DB89E444AF2597_StaticFields, ___Check_1)); }
inline Func_3_t7A1CE6891F02CEBC1271A4D2EE44161F8E84CC25 * get_Check_1() const { return ___Check_1; }
inline Func_3_t7A1CE6891F02CEBC1271A4D2EE44161F8E84CC25 ** get_address_of_Check_1() { return &___Check_1; }
inline void set_Check_1(Func_3_t7A1CE6891F02CEBC1271A4D2EE44161F8E84CC25 * value)
{
___Check_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Check_1), (void*)value);
}
inline static int32_t get_offset_of_To_2() { return static_cast<int32_t>(offsetof(StackTraits_1_t0BFC7120AB626F82DB7A785183DB89E444AF2597_StaticFields, ___To_2)); }
inline Func_3_t7A1CE6891F02CEBC1271A4D2EE44161F8E84CC25 * get_To_2() const { return ___To_2; }
inline Func_3_t7A1CE6891F02CEBC1271A4D2EE44161F8E84CC25 ** get_address_of_To_2() { return &___To_2; }
inline void set_To_2(Func_3_t7A1CE6891F02CEBC1271A4D2EE44161F8E84CC25 * value)
{
___To_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___To_2), (void*)value);
}
};
// LuaInterface.StackTraits`1<UnityEngine.AudioClip_PCMSetPositionCallback>
struct StackTraits_1_t61E4FAA9DB53A31482E722D79A1971DCBF217A0E : public RuntimeObject
{
public:
public:
};
struct StackTraits_1_t61E4FAA9DB53A31482E722D79A1971DCBF217A0E_StaticFields
{
public:
// System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1::Push
Action_2_t3606921CF49249D1587F8B8131DF6324D1E4DB89 * ___Push_0;
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::Check
Func_3_t8BEA00C27C09A94F1680BBA66EEAC1478DDC690C * ___Check_1;
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::To
Func_3_t8BEA00C27C09A94F1680BBA66EEAC1478DDC690C * ___To_2;
public:
inline static int32_t get_offset_of_Push_0() { return static_cast<int32_t>(offsetof(StackTraits_1_t61E4FAA9DB53A31482E722D79A1971DCBF217A0E_StaticFields, ___Push_0)); }
inline Action_2_t3606921CF49249D1587F8B8131DF6324D1E4DB89 * get_Push_0() const { return ___Push_0; }
inline Action_2_t3606921CF49249D1587F8B8131DF6324D1E4DB89 ** get_address_of_Push_0() { return &___Push_0; }
inline void set_Push_0(Action_2_t3606921CF49249D1587F8B8131DF6324D1E4DB89 * value)
{
___Push_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Push_0), (void*)value);
}
inline static int32_t get_offset_of_Check_1() { return static_cast<int32_t>(offsetof(StackTraits_1_t61E4FAA9DB53A31482E722D79A1971DCBF217A0E_StaticFields, ___Check_1)); }
inline Func_3_t8BEA00C27C09A94F1680BBA66EEAC1478DDC690C * get_Check_1() const { return ___Check_1; }
inline Func_3_t8BEA00C27C09A94F1680BBA66EEAC1478DDC690C ** get_address_of_Check_1() { return &___Check_1; }
inline void set_Check_1(Func_3_t8BEA00C27C09A94F1680BBA66EEAC1478DDC690C * value)
{
___Check_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Check_1), (void*)value);
}
inline static int32_t get_offset_of_To_2() { return static_cast<int32_t>(offsetof(StackTraits_1_t61E4FAA9DB53A31482E722D79A1971DCBF217A0E_StaticFields, ___To_2)); }
inline Func_3_t8BEA00C27C09A94F1680BBA66EEAC1478DDC690C * get_To_2() const { return ___To_2; }
inline Func_3_t8BEA00C27C09A94F1680BBA66EEAC1478DDC690C ** get_address_of_To_2() { return &___To_2; }
inline void set_To_2(Func_3_t8BEA00C27C09A94F1680BBA66EEAC1478DDC690C * value)
{
___To_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___To_2), (void*)value);
}
};
// LuaInterface.StackTraits`1<UnityEngine.Camera_CameraCallback>
struct StackTraits_1_t8E5A0BFE9986DA6F251E25C3C566A326EF497D5E : public RuntimeObject
{
public:
public:
};
struct StackTraits_1_t8E5A0BFE9986DA6F251E25C3C566A326EF497D5E_StaticFields
{
public:
// System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1::Push
Action_2_t4DDD4357C383F990F9CE25457CD437938D85134E * ___Push_0;
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::Check
Func_3_tA77FA7A812175C2ABA1C9A35831E3DD2FDDFEC6C * ___Check_1;
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::To
Func_3_tA77FA7A812175C2ABA1C9A35831E3DD2FDDFEC6C * ___To_2;
public:
inline static int32_t get_offset_of_Push_0() { return static_cast<int32_t>(offsetof(StackTraits_1_t8E5A0BFE9986DA6F251E25C3C566A326EF497D5E_StaticFields, ___Push_0)); }
inline Action_2_t4DDD4357C383F990F9CE25457CD437938D85134E * get_Push_0() const { return ___Push_0; }
inline Action_2_t4DDD4357C383F990F9CE25457CD437938D85134E ** get_address_of_Push_0() { return &___Push_0; }
inline void set_Push_0(Action_2_t4DDD4357C383F990F9CE25457CD437938D85134E * value)
{
___Push_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Push_0), (void*)value);
}
inline static int32_t get_offset_of_Check_1() { return static_cast<int32_t>(offsetof(StackTraits_1_t8E5A0BFE9986DA6F251E25C3C566A326EF497D5E_StaticFields, ___Check_1)); }
inline Func_3_tA77FA7A812175C2ABA1C9A35831E3DD2FDDFEC6C * get_Check_1() const { return ___Check_1; }
inline Func_3_tA77FA7A812175C2ABA1C9A35831E3DD2FDDFEC6C ** get_address_of_Check_1() { return &___Check_1; }
inline void set_Check_1(Func_3_tA77FA7A812175C2ABA1C9A35831E3DD2FDDFEC6C * value)
{
___Check_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Check_1), (void*)value);
}
inline static int32_t get_offset_of_To_2() { return static_cast<int32_t>(offsetof(StackTraits_1_t8E5A0BFE9986DA6F251E25C3C566A326EF497D5E_StaticFields, ___To_2)); }
inline Func_3_tA77FA7A812175C2ABA1C9A35831E3DD2FDDFEC6C * get_To_2() const { return ___To_2; }
inline Func_3_tA77FA7A812175C2ABA1C9A35831E3DD2FDDFEC6C ** get_address_of_To_2() { return &___To_2; }
inline void set_To_2(Func_3_tA77FA7A812175C2ABA1C9A35831E3DD2FDDFEC6C * value)
{
___To_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___To_2), (void*)value);
}
};
// LuaInterface.StackTraits`1<UnityEngine.Events.UnityAction>
struct StackTraits_1_t855DFC17D85B6031A13C85D4AD81D381230E930A : public RuntimeObject
{
public:
public:
};
struct StackTraits_1_t855DFC17D85B6031A13C85D4AD81D381230E930A_StaticFields
{
public:
// System.Action`2<System.IntPtr,T> LuaInterface.StackTraits`1::Push
Action_2_t1B6F459E12B8D7F24971392E4F1665F9AF94F727 * ___Push_0;
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::Check
Func_3_t616FD35CC7420E8B859D1BCA2BEAB893AED54C4B * ___Check_1;
// System.Func`3<System.IntPtr,System.Int32,T> LuaInterface.StackTraits`1::To
Func_3_t616FD35CC7420E8B859D1BCA2BEAB893AED54C4B * ___To_2;
public:
inline static int32_t get_offset_of_Push_0() { return static_cast<int32_t>(offsetof(StackTraits_1_t855DFC17D85B6031A13C85D4AD81D381230E930A_StaticFields, ___Push_0)); }
inline Action_2_t1B6F459E12B8D7F24971392E4F1665F9AF94F727 * get_Push_0() const { return ___Push_0; }
inline Action_2_t1B6F459E12B8D7F24971392E4F1665F9AF94F727 ** get_address_of_Push_0() { return &___Push_0; }
inline void set_Push_0(Action_2_t1B6F459E12B8D7F24971392E4F1665F9AF94F727 * value)
{
___Push_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Push_0), (void*)value);
}
inline static int32_t get_offset_of_Check_1() { return static_cast<int32_t>(offsetof(StackTraits_1_t855DFC17D85B6031A13C85D4AD81D381230E930A_StaticFields, ___Check_1)); }
inline Func_3_t616FD35CC7420E8B859D1BCA2BEAB893AED54C4B * get_Check_1() const { return ___Check_1; }
inline Func_3_t616FD35CC7420E8B859D1BCA2BEAB893AED54C4B ** get_address_of_Check_1() { return &___Check_1; }
inline void set_Check_1(Func_3_t616FD35CC7420E8B859D1BCA2BEAB893AED54C4B * value)
{
___Check_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Check_1), (void*)value);
}
inline static int32_t get_offset_of_To_2() { return static_cast<int32_t>(offsetof(StackTraits_1_t855DFC17D85B6031A13C85D4AD81D381230E930A_StaticFields, ___To_2)); }
inline Func_3_t616FD35CC7420E8B859D1BCA2BEAB893AED54C4B * get_To_2() const { return ___To_2; }
inline Func_3_t616FD35CC7420E8B859D1BCA2BEAB893AED54C4B ** get_address_of_To_2() { return &___To_2; }
inline void set_To_2(Func_3_t616FD35CC7420E8B859D1BCA2BEAB893AED54C4B * value)
{
___To_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___To_2), (void*)value);
}
};
// LuaInterface.ToLua
struct ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D : public RuntimeObject
{
public:
public:
};
struct ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_StaticFields
{
public:
// System.Type LuaInterface.ToLua::monoType
Type_t * ___monoType_0;
// LuaInterface.ToLua_LuaTableToVar[] LuaInterface.ToLua::ToVarMap
LuaTableToVarU5BU5D_t8A918435115BB3F5A70A8ACB82EAFE0B9DA048A6* ___ToVarMap_1;
// System.Collections.Generic.Dictionary`2<System.Type,LuaInterface.ToLua_LuaPushVarObject> LuaInterface.ToLua::VarPushMap
Dictionary_2_t96D0FFAC34212E84FBF3B0CC7F964CC2F167F4FA * ___VarPushMap_2;
public:
inline static int32_t get_offset_of_monoType_0() { return static_cast<int32_t>(offsetof(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_StaticFields, ___monoType_0)); }
inline Type_t * get_monoType_0() const { return ___monoType_0; }
inline Type_t ** get_address_of_monoType_0() { return &___monoType_0; }
inline void set_monoType_0(Type_t * value)
{
___monoType_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___monoType_0), (void*)value);
}
inline static int32_t get_offset_of_ToVarMap_1() { return static_cast<int32_t>(offsetof(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_StaticFields, ___ToVarMap_1)); }
inline LuaTableToVarU5BU5D_t8A918435115BB3F5A70A8ACB82EAFE0B9DA048A6* get_ToVarMap_1() const { return ___ToVarMap_1; }
inline LuaTableToVarU5BU5D_t8A918435115BB3F5A70A8ACB82EAFE0B9DA048A6** get_address_of_ToVarMap_1() { return &___ToVarMap_1; }
inline void set_ToVarMap_1(LuaTableToVarU5BU5D_t8A918435115BB3F5A70A8ACB82EAFE0B9DA048A6* value)
{
___ToVarMap_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___ToVarMap_1), (void*)value);
}
inline static int32_t get_offset_of_VarPushMap_2() { return static_cast<int32_t>(offsetof(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_StaticFields, ___VarPushMap_2)); }
inline Dictionary_2_t96D0FFAC34212E84FBF3B0CC7F964CC2F167F4FA * get_VarPushMap_2() const { return ___VarPushMap_2; }
inline Dictionary_2_t96D0FFAC34212E84FBF3B0CC7F964CC2F167F4FA ** get_address_of_VarPushMap_2() { return &___VarPushMap_2; }
inline void set_VarPushMap_2(Dictionary_2_t96D0FFAC34212E84FBF3B0CC7F964CC2F167F4FA * value)
{
___VarPushMap_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___VarPushMap_2), (void*)value);
}
};
struct Il2CppArrayBounds;
// System.Array
// System.Collections.Generic.Dictionary`2<System.Int32,FairyGUI.BitmapFont_BMGlyph>
struct Dictionary_2_tE199DF334CC33A4526D947CCA77B0E688B8B268C : public RuntimeObject
{
public:
// System.Int32[] System.Collections.Generic.Dictionary`2::buckets
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0;
// System.Collections.Generic.Dictionary`2_Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::entries
EntryU5BU5D_t401DA0672B0899D548FCB929273D37A77DDE4BEF* ___entries_1;
// System.Int32 System.Collections.Generic.Dictionary`2::count
int32_t ___count_2;
// System.Int32 System.Collections.Generic.Dictionary`2::version
int32_t ___version_3;
// System.Int32 System.Collections.Generic.Dictionary`2::freeList
int32_t ___freeList_4;
// System.Int32 System.Collections.Generic.Dictionary`2::freeCount
int32_t ___freeCount_5;
// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::comparer
RuntimeObject* ___comparer_6;
// System.Collections.Generic.Dictionary`2_KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::keys
KeyCollection_t0B42870E05FDADD8DCF659E6ED7A7EBF6C362BF5 * ___keys_7;
// System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
ValueCollection_t81CC5E33CE44BF38E19FFAECD5C64E41C191D814 * ___values_8;
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
RuntimeObject * ____syncRoot_9;
public:
inline static int32_t get_offset_of_buckets_0() { return static_cast<int32_t>(offsetof(Dictionary_2_tE199DF334CC33A4526D947CCA77B0E688B8B268C, ___buckets_0)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; }
inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___buckets_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value);
}
inline static int32_t get_offset_of_entries_1() { return static_cast<int32_t>(offsetof(Dictionary_2_tE199DF334CC33A4526D947CCA77B0E688B8B268C, ___entries_1)); }
inline EntryU5BU5D_t401DA0672B0899D548FCB929273D37A77DDE4BEF* get_entries_1() const { return ___entries_1; }
inline EntryU5BU5D_t401DA0672B0899D548FCB929273D37A77DDE4BEF** get_address_of_entries_1() { return &___entries_1; }
inline void set_entries_1(EntryU5BU5D_t401DA0672B0899D548FCB929273D37A77DDE4BEF* value)
{
___entries_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value);
}
inline static int32_t get_offset_of_count_2() { return static_cast<int32_t>(offsetof(Dictionary_2_tE199DF334CC33A4526D947CCA77B0E688B8B268C, ___count_2)); }
inline int32_t get_count_2() const { return ___count_2; }
inline int32_t* get_address_of_count_2() { return &___count_2; }
inline void set_count_2(int32_t value)
{
___count_2 = value;
}
inline static int32_t get_offset_of_version_3() { return static_cast<int32_t>(offsetof(Dictionary_2_tE199DF334CC33A4526D947CCA77B0E688B8B268C, ___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;
}
inline static int32_t get_offset_of_freeList_4() { return static_cast<int32_t>(offsetof(Dictionary_2_tE199DF334CC33A4526D947CCA77B0E688B8B268C, ___freeList_4)); }
inline int32_t get_freeList_4() const { return ___freeList_4; }
inline int32_t* get_address_of_freeList_4() { return &___freeList_4; }
inline void set_freeList_4(int32_t value)
{
___freeList_4 = value;
}
inline static int32_t get_offset_of_freeCount_5() { return static_cast<int32_t>(offsetof(Dictionary_2_tE199DF334CC33A4526D947CCA77B0E688B8B268C, ___freeCount_5)); }
inline int32_t get_freeCount_5() const { return ___freeCount_5; }
inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; }
inline void set_freeCount_5(int32_t value)
{
___freeCount_5 = value;
}
inline static int32_t get_offset_of_comparer_6() { return static_cast<int32_t>(offsetof(Dictionary_2_tE199DF334CC33A4526D947CCA77B0E688B8B268C, ___comparer_6)); }
inline RuntimeObject* get_comparer_6() const { return ___comparer_6; }
inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; }
inline void set_comparer_6(RuntimeObject* value)
{
___comparer_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value);
}
inline static int32_t get_offset_of_keys_7() { return static_cast<int32_t>(offsetof(Dictionary_2_tE199DF334CC33A4526D947CCA77B0E688B8B268C, ___keys_7)); }
inline KeyCollection_t0B42870E05FDADD8DCF659E6ED7A7EBF6C362BF5 * get_keys_7() const { return ___keys_7; }
inline KeyCollection_t0B42870E05FDADD8DCF659E6ED7A7EBF6C362BF5 ** get_address_of_keys_7() { return &___keys_7; }
inline void set_keys_7(KeyCollection_t0B42870E05FDADD8DCF659E6ED7A7EBF6C362BF5 * value)
{
___keys_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value);
}
inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Dictionary_2_tE199DF334CC33A4526D947CCA77B0E688B8B268C, ___values_8)); }
inline ValueCollection_t81CC5E33CE44BF38E19FFAECD5C64E41C191D814 * get_values_8() const { return ___values_8; }
inline ValueCollection_t81CC5E33CE44BF38E19FFAECD5C64E41C191D814 ** get_address_of_values_8() { return &___values_8; }
inline void set_values_8(ValueCollection_t81CC5E33CE44BF38E19FFAECD5C64E41C191D814 * value)
{
___values_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value);
}
inline static int32_t get_offset_of__syncRoot_9() { return static_cast<int32_t>(offsetof(Dictionary_2_tE199DF334CC33A4526D947CCA77B0E688B8B268C, ____syncRoot_9)); }
inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; }
inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; }
inline void set__syncRoot_9(RuntimeObject * value)
{
____syncRoot_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value);
}
};
// System.Collections.Generic.Dictionary`2<System.String,System.String>
struct Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC : public RuntimeObject
{
public:
// System.Int32[] System.Collections.Generic.Dictionary`2::buckets
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0;
// System.Collections.Generic.Dictionary`2_Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::entries
EntryU5BU5D_t034347107F1D23C91DE1D712EA637D904789415C* ___entries_1;
// System.Int32 System.Collections.Generic.Dictionary`2::count
int32_t ___count_2;
// System.Int32 System.Collections.Generic.Dictionary`2::version
int32_t ___version_3;
// System.Int32 System.Collections.Generic.Dictionary`2::freeList
int32_t ___freeList_4;
// System.Int32 System.Collections.Generic.Dictionary`2::freeCount
int32_t ___freeCount_5;
// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::comparer
RuntimeObject* ___comparer_6;
// System.Collections.Generic.Dictionary`2_KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::keys
KeyCollection_tC73654392B284B89334464107B696C9BD89776D9 * ___keys_7;
// System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
ValueCollection_tA3B972EF56F7C97E35054155C33556C55FAAFD43 * ___values_8;
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
RuntimeObject * ____syncRoot_9;
public:
inline static int32_t get_offset_of_buckets_0() { return static_cast<int32_t>(offsetof(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC, ___buckets_0)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; }
inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___buckets_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value);
}
inline static int32_t get_offset_of_entries_1() { return static_cast<int32_t>(offsetof(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC, ___entries_1)); }
inline EntryU5BU5D_t034347107F1D23C91DE1D712EA637D904789415C* get_entries_1() const { return ___entries_1; }
inline EntryU5BU5D_t034347107F1D23C91DE1D712EA637D904789415C** get_address_of_entries_1() { return &___entries_1; }
inline void set_entries_1(EntryU5BU5D_t034347107F1D23C91DE1D712EA637D904789415C* value)
{
___entries_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value);
}
inline static int32_t get_offset_of_count_2() { return static_cast<int32_t>(offsetof(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC, ___count_2)); }
inline int32_t get_count_2() const { return ___count_2; }
inline int32_t* get_address_of_count_2() { return &___count_2; }
inline void set_count_2(int32_t value)
{
___count_2 = value;
}
inline static int32_t get_offset_of_version_3() { return static_cast<int32_t>(offsetof(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC, ___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;
}
inline static int32_t get_offset_of_freeList_4() { return static_cast<int32_t>(offsetof(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC, ___freeList_4)); }
inline int32_t get_freeList_4() const { return ___freeList_4; }
inline int32_t* get_address_of_freeList_4() { return &___freeList_4; }
inline void set_freeList_4(int32_t value)
{
___freeList_4 = value;
}
inline static int32_t get_offset_of_freeCount_5() { return static_cast<int32_t>(offsetof(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC, ___freeCount_5)); }
inline int32_t get_freeCount_5() const { return ___freeCount_5; }
inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; }
inline void set_freeCount_5(int32_t value)
{
___freeCount_5 = value;
}
inline static int32_t get_offset_of_comparer_6() { return static_cast<int32_t>(offsetof(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC, ___comparer_6)); }
inline RuntimeObject* get_comparer_6() const { return ___comparer_6; }
inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; }
inline void set_comparer_6(RuntimeObject* value)
{
___comparer_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value);
}
inline static int32_t get_offset_of_keys_7() { return static_cast<int32_t>(offsetof(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC, ___keys_7)); }
inline KeyCollection_tC73654392B284B89334464107B696C9BD89776D9 * get_keys_7() const { return ___keys_7; }
inline KeyCollection_tC73654392B284B89334464107B696C9BD89776D9 ** get_address_of_keys_7() { return &___keys_7; }
inline void set_keys_7(KeyCollection_tC73654392B284B89334464107B696C9BD89776D9 * value)
{
___keys_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value);
}
inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC, ___values_8)); }
inline ValueCollection_tA3B972EF56F7C97E35054155C33556C55FAAFD43 * get_values_8() const { return ___values_8; }
inline ValueCollection_tA3B972EF56F7C97E35054155C33556C55FAAFD43 ** get_address_of_values_8() { return &___values_8; }
inline void set_values_8(ValueCollection_tA3B972EF56F7C97E35054155C33556C55FAAFD43 * value)
{
___values_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value);
}
inline static int32_t get_offset_of__syncRoot_9() { return static_cast<int32_t>(offsetof(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC, ____syncRoot_9)); }
inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; }
inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; }
inline void set__syncRoot_9(RuntimeObject * value)
{
____syncRoot_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value);
}
};
// System.Collections.Generic.Dictionary`2<System.Type,DelegateFactory_DelegateCreate>
struct Dictionary_2_t64FEAC44024A9F563A78A86CE11C18185BD75389 : public RuntimeObject
{
public:
// System.Int32[] System.Collections.Generic.Dictionary`2::buckets
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0;
// System.Collections.Generic.Dictionary`2_Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::entries
EntryU5BU5D_tFDD2E95ACFFB5618228E88FB192B33CA9B1F819D* ___entries_1;
// System.Int32 System.Collections.Generic.Dictionary`2::count
int32_t ___count_2;
// System.Int32 System.Collections.Generic.Dictionary`2::version
int32_t ___version_3;
// System.Int32 System.Collections.Generic.Dictionary`2::freeList
int32_t ___freeList_4;
// System.Int32 System.Collections.Generic.Dictionary`2::freeCount
int32_t ___freeCount_5;
// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::comparer
RuntimeObject* ___comparer_6;
// System.Collections.Generic.Dictionary`2_KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::keys
KeyCollection_t1322269AA18CB3B62C5B9216B6509FC8EAC36990 * ___keys_7;
// System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
ValueCollection_tD603B9B1C90FE44DBA67CB606B7CE48FF6AD7AC4 * ___values_8;
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
RuntimeObject * ____syncRoot_9;
public:
inline static int32_t get_offset_of_buckets_0() { return static_cast<int32_t>(offsetof(Dictionary_2_t64FEAC44024A9F563A78A86CE11C18185BD75389, ___buckets_0)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; }
inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___buckets_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value);
}
inline static int32_t get_offset_of_entries_1() { return static_cast<int32_t>(offsetof(Dictionary_2_t64FEAC44024A9F563A78A86CE11C18185BD75389, ___entries_1)); }
inline EntryU5BU5D_tFDD2E95ACFFB5618228E88FB192B33CA9B1F819D* get_entries_1() const { return ___entries_1; }
inline EntryU5BU5D_tFDD2E95ACFFB5618228E88FB192B33CA9B1F819D** get_address_of_entries_1() { return &___entries_1; }
inline void set_entries_1(EntryU5BU5D_tFDD2E95ACFFB5618228E88FB192B33CA9B1F819D* value)
{
___entries_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value);
}
inline static int32_t get_offset_of_count_2() { return static_cast<int32_t>(offsetof(Dictionary_2_t64FEAC44024A9F563A78A86CE11C18185BD75389, ___count_2)); }
inline int32_t get_count_2() const { return ___count_2; }
inline int32_t* get_address_of_count_2() { return &___count_2; }
inline void set_count_2(int32_t value)
{
___count_2 = value;
}
inline static int32_t get_offset_of_version_3() { return static_cast<int32_t>(offsetof(Dictionary_2_t64FEAC44024A9F563A78A86CE11C18185BD75389, ___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;
}
inline static int32_t get_offset_of_freeList_4() { return static_cast<int32_t>(offsetof(Dictionary_2_t64FEAC44024A9F563A78A86CE11C18185BD75389, ___freeList_4)); }
inline int32_t get_freeList_4() const { return ___freeList_4; }
inline int32_t* get_address_of_freeList_4() { return &___freeList_4; }
inline void set_freeList_4(int32_t value)
{
___freeList_4 = value;
}
inline static int32_t get_offset_of_freeCount_5() { return static_cast<int32_t>(offsetof(Dictionary_2_t64FEAC44024A9F563A78A86CE11C18185BD75389, ___freeCount_5)); }
inline int32_t get_freeCount_5() const { return ___freeCount_5; }
inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; }
inline void set_freeCount_5(int32_t value)
{
___freeCount_5 = value;
}
inline static int32_t get_offset_of_comparer_6() { return static_cast<int32_t>(offsetof(Dictionary_2_t64FEAC44024A9F563A78A86CE11C18185BD75389, ___comparer_6)); }
inline RuntimeObject* get_comparer_6() const { return ___comparer_6; }
inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; }
inline void set_comparer_6(RuntimeObject* value)
{
___comparer_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value);
}
inline static int32_t get_offset_of_keys_7() { return static_cast<int32_t>(offsetof(Dictionary_2_t64FEAC44024A9F563A78A86CE11C18185BD75389, ___keys_7)); }
inline KeyCollection_t1322269AA18CB3B62C5B9216B6509FC8EAC36990 * get_keys_7() const { return ___keys_7; }
inline KeyCollection_t1322269AA18CB3B62C5B9216B6509FC8EAC36990 ** get_address_of_keys_7() { return &___keys_7; }
inline void set_keys_7(KeyCollection_t1322269AA18CB3B62C5B9216B6509FC8EAC36990 * value)
{
___keys_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value);
}
inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Dictionary_2_t64FEAC44024A9F563A78A86CE11C18185BD75389, ___values_8)); }
inline ValueCollection_tD603B9B1C90FE44DBA67CB606B7CE48FF6AD7AC4 * get_values_8() const { return ___values_8; }
inline ValueCollection_tD603B9B1C90FE44DBA67CB606B7CE48FF6AD7AC4 ** get_address_of_values_8() { return &___values_8; }
inline void set_values_8(ValueCollection_tD603B9B1C90FE44DBA67CB606B7CE48FF6AD7AC4 * value)
{
___values_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value);
}
inline static int32_t get_offset_of__syncRoot_9() { return static_cast<int32_t>(offsetof(Dictionary_2_t64FEAC44024A9F563A78A86CE11C18185BD75389, ____syncRoot_9)); }
inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; }
inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; }
inline void set__syncRoot_9(RuntimeObject * value)
{
____syncRoot_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value);
}
};
// System.Collections.Generic.List`1<FairyGUI.AsyncCreationHelper_DisplayListItem>
struct List_1_t34E2B499DD8A314FB621250AAB31B6C9D092B7AB : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
DisplayListItemU5BU5D_t4ED0467ED1CAB77488E21F7BEDC6FC231C024FC9* ____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;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject * ____syncRoot_4;
public:
inline static int32_t get_offset_of__items_1() { return static_cast<int32_t>(offsetof(List_1_t34E2B499DD8A314FB621250AAB31B6C9D092B7AB, ____items_1)); }
inline DisplayListItemU5BU5D_t4ED0467ED1CAB77488E21F7BEDC6FC231C024FC9* get__items_1() const { return ____items_1; }
inline DisplayListItemU5BU5D_t4ED0467ED1CAB77488E21F7BEDC6FC231C024FC9** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(DisplayListItemU5BU5D_t4ED0467ED1CAB77488E21F7BEDC6FC231C024FC9* value)
{
____items_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value);
}
inline static int32_t get_offset_of__size_2() { return static_cast<int32_t>(offsetof(List_1_t34E2B499DD8A314FB621250AAB31B6C9D092B7AB, ____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<int32_t>(offsetof(List_1_t34E2B499DD8A314FB621250AAB31B6C9D092B7AB, ____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;
}
inline static int32_t get_offset_of__syncRoot_4() { return static_cast<int32_t>(offsetof(List_1_t34E2B499DD8A314FB621250AAB31B6C9D092B7AB, ____syncRoot_4)); }
inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; }
inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; }
inline void set__syncRoot_4(RuntimeObject * value)
{
____syncRoot_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value);
}
};
struct List_1_t34E2B499DD8A314FB621250AAB31B6C9D092B7AB_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
DisplayListItemU5BU5D_t4ED0467ED1CAB77488E21F7BEDC6FC231C024FC9* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_t34E2B499DD8A314FB621250AAB31B6C9D092B7AB_StaticFields, ____emptyArray_5)); }
inline DisplayListItemU5BU5D_t4ED0467ED1CAB77488E21F7BEDC6FC231C024FC9* get__emptyArray_5() const { return ____emptyArray_5; }
inline DisplayListItemU5BU5D_t4ED0467ED1CAB77488E21F7BEDC6FC231C024FC9** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(DisplayListItemU5BU5D_t4ED0467ED1CAB77488E21F7BEDC6FC231C024FC9* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
}
};
// System.Collections.Generic.List`1<FairyGUI.GObject>
struct List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
GObjectU5BU5D_tCFB97B8B37B950FF8870505F7F9B47C4E27FD2B9* ____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;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject * ____syncRoot_4;
public:
inline static int32_t get_offset_of__items_1() { return static_cast<int32_t>(offsetof(List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42, ____items_1)); }
inline GObjectU5BU5D_tCFB97B8B37B950FF8870505F7F9B47C4E27FD2B9* get__items_1() const { return ____items_1; }
inline GObjectU5BU5D_tCFB97B8B37B950FF8870505F7F9B47C4E27FD2B9** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(GObjectU5BU5D_tCFB97B8B37B950FF8870505F7F9B47C4E27FD2B9* value)
{
____items_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value);
}
inline static int32_t get_offset_of__size_2() { return static_cast<int32_t>(offsetof(List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42, ____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<int32_t>(offsetof(List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42, ____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;
}
inline static int32_t get_offset_of__syncRoot_4() { return static_cast<int32_t>(offsetof(List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42, ____syncRoot_4)); }
inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; }
inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; }
inline void set__syncRoot_4(RuntimeObject * value)
{
____syncRoot_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value);
}
};
struct List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
GObjectU5BU5D_tCFB97B8B37B950FF8870505F7F9B47C4E27FD2B9* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42_StaticFields, ____emptyArray_5)); }
inline GObjectU5BU5D_tCFB97B8B37B950FF8870505F7F9B47C4E27FD2B9* get__emptyArray_5() const { return ____emptyArray_5; }
inline GObjectU5BU5D_tCFB97B8B37B950FF8870505F7F9B47C4E27FD2B9** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(GObjectU5BU5D_tCFB97B8B37B950FF8870505F7F9B47C4E27FD2B9* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
}
};
// System.Collections.Generic.List`1<System.Object>
struct List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____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;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject * ____syncRoot_4;
public:
inline static int32_t get_offset_of__items_1() { return static_cast<int32_t>(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____items_1)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__items_1() const { return ____items_1; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
____items_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value);
}
inline static int32_t get_offset_of__size_2() { return static_cast<int32_t>(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____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<int32_t>(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____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;
}
inline static int32_t get_offset_of__syncRoot_4() { return static_cast<int32_t>(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____syncRoot_4)); }
inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; }
inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; }
inline void set__syncRoot_4(RuntimeObject * value)
{
____syncRoot_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value);
}
};
struct List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D_StaticFields, ____emptyArray_5)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__emptyArray_5() const { return ____emptyArray_5; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
}
};
// System.Diagnostics.StackFrame
struct StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00 : public RuntimeObject
{
public:
// System.Int32 System.Diagnostics.StackFrame::ilOffset
int32_t ___ilOffset_1;
// System.Int32 System.Diagnostics.StackFrame::nativeOffset
int32_t ___nativeOffset_2;
// System.Int64 System.Diagnostics.StackFrame::methodAddress
int64_t ___methodAddress_3;
// System.UInt32 System.Diagnostics.StackFrame::methodIndex
uint32_t ___methodIndex_4;
// System.Reflection.MethodBase System.Diagnostics.StackFrame::methodBase
MethodBase_t * ___methodBase_5;
// System.String System.Diagnostics.StackFrame::fileName
String_t* ___fileName_6;
// System.Int32 System.Diagnostics.StackFrame::lineNumber
int32_t ___lineNumber_7;
// System.Int32 System.Diagnostics.StackFrame::columnNumber
int32_t ___columnNumber_8;
// System.String System.Diagnostics.StackFrame::internalMethodName
String_t* ___internalMethodName_9;
public:
inline static int32_t get_offset_of_ilOffset_1() { return static_cast<int32_t>(offsetof(StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00, ___ilOffset_1)); }
inline int32_t get_ilOffset_1() const { return ___ilOffset_1; }
inline int32_t* get_address_of_ilOffset_1() { return &___ilOffset_1; }
inline void set_ilOffset_1(int32_t value)
{
___ilOffset_1 = value;
}
inline static int32_t get_offset_of_nativeOffset_2() { return static_cast<int32_t>(offsetof(StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00, ___nativeOffset_2)); }
inline int32_t get_nativeOffset_2() const { return ___nativeOffset_2; }
inline int32_t* get_address_of_nativeOffset_2() { return &___nativeOffset_2; }
inline void set_nativeOffset_2(int32_t value)
{
___nativeOffset_2 = value;
}
inline static int32_t get_offset_of_methodAddress_3() { return static_cast<int32_t>(offsetof(StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00, ___methodAddress_3)); }
inline int64_t get_methodAddress_3() const { return ___methodAddress_3; }
inline int64_t* get_address_of_methodAddress_3() { return &___methodAddress_3; }
inline void set_methodAddress_3(int64_t value)
{
___methodAddress_3 = value;
}
inline static int32_t get_offset_of_methodIndex_4() { return static_cast<int32_t>(offsetof(StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00, ___methodIndex_4)); }
inline uint32_t get_methodIndex_4() const { return ___methodIndex_4; }
inline uint32_t* get_address_of_methodIndex_4() { return &___methodIndex_4; }
inline void set_methodIndex_4(uint32_t value)
{
___methodIndex_4 = value;
}
inline static int32_t get_offset_of_methodBase_5() { return static_cast<int32_t>(offsetof(StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00, ___methodBase_5)); }
inline MethodBase_t * get_methodBase_5() const { return ___methodBase_5; }
inline MethodBase_t ** get_address_of_methodBase_5() { return &___methodBase_5; }
inline void set_methodBase_5(MethodBase_t * value)
{
___methodBase_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___methodBase_5), (void*)value);
}
inline static int32_t get_offset_of_fileName_6() { return static_cast<int32_t>(offsetof(StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00, ___fileName_6)); }
inline String_t* get_fileName_6() const { return ___fileName_6; }
inline String_t** get_address_of_fileName_6() { return &___fileName_6; }
inline void set_fileName_6(String_t* value)
{
___fileName_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___fileName_6), (void*)value);
}
inline static int32_t get_offset_of_lineNumber_7() { return static_cast<int32_t>(offsetof(StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00, ___lineNumber_7)); }
inline int32_t get_lineNumber_7() const { return ___lineNumber_7; }
inline int32_t* get_address_of_lineNumber_7() { return &___lineNumber_7; }
inline void set_lineNumber_7(int32_t value)
{
___lineNumber_7 = value;
}
inline static int32_t get_offset_of_columnNumber_8() { return static_cast<int32_t>(offsetof(StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00, ___columnNumber_8)); }
inline int32_t get_columnNumber_8() const { return ___columnNumber_8; }
inline int32_t* get_address_of_columnNumber_8() { return &___columnNumber_8; }
inline void set_columnNumber_8(int32_t value)
{
___columnNumber_8 = value;
}
inline static int32_t get_offset_of_internalMethodName_9() { return static_cast<int32_t>(offsetof(StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00, ___internalMethodName_9)); }
inline String_t* get_internalMethodName_9() const { return ___internalMethodName_9; }
inline String_t** get_address_of_internalMethodName_9() { return &___internalMethodName_9; }
inline void set_internalMethodName_9(String_t* value)
{
___internalMethodName_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___internalMethodName_9), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.Diagnostics.StackFrame
struct StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00_marshaled_pinvoke
{
int32_t ___ilOffset_1;
int32_t ___nativeOffset_2;
int64_t ___methodAddress_3;
uint32_t ___methodIndex_4;
MethodBase_t * ___methodBase_5;
char* ___fileName_6;
int32_t ___lineNumber_7;
int32_t ___columnNumber_8;
char* ___internalMethodName_9;
};
// Native definition for COM marshalling of System.Diagnostics.StackFrame
struct StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00_marshaled_com
{
int32_t ___ilOffset_1;
int32_t ___nativeOffset_2;
int64_t ___methodAddress_3;
uint32_t ___methodIndex_4;
MethodBase_t * ___methodBase_5;
Il2CppChar* ___fileName_6;
int32_t ___lineNumber_7;
int32_t ___columnNumber_8;
Il2CppChar* ___internalMethodName_9;
};
// System.Diagnostics.StackTrace
struct StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99 : public RuntimeObject
{
public:
// System.Diagnostics.StackFrame[] System.Diagnostics.StackTrace::frames
StackFrameU5BU5D_t5075A2805A51162E94A9CF2F2881DC51B78EA80D* ___frames_1;
// System.Diagnostics.StackTrace[] System.Diagnostics.StackTrace::captured_traces
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_2;
// System.Boolean System.Diagnostics.StackTrace::debug_info
bool ___debug_info_3;
public:
inline static int32_t get_offset_of_frames_1() { return static_cast<int32_t>(offsetof(StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99, ___frames_1)); }
inline StackFrameU5BU5D_t5075A2805A51162E94A9CF2F2881DC51B78EA80D* get_frames_1() const { return ___frames_1; }
inline StackFrameU5BU5D_t5075A2805A51162E94A9CF2F2881DC51B78EA80D** get_address_of_frames_1() { return &___frames_1; }
inline void set_frames_1(StackFrameU5BU5D_t5075A2805A51162E94A9CF2F2881DC51B78EA80D* value)
{
___frames_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___frames_1), (void*)value);
}
inline static int32_t get_offset_of_captured_traces_2() { return static_cast<int32_t>(offsetof(StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99, ___captured_traces_2)); }
inline StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* get_captured_traces_2() const { return ___captured_traces_2; }
inline StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196** get_address_of_captured_traces_2() { return &___captured_traces_2; }
inline void set_captured_traces_2(StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* value)
{
___captured_traces_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___captured_traces_2), (void*)value);
}
inline static int32_t get_offset_of_debug_info_3() { return static_cast<int32_t>(offsetof(StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99, ___debug_info_3)); }
inline bool get_debug_info_3() const { return ___debug_info_3; }
inline bool* get_address_of_debug_info_3() { return &___debug_info_3; }
inline void set_debug_info_3(bool value)
{
___debug_info_3 = value;
}
};
struct StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99_StaticFields
{
public:
// System.Boolean System.Diagnostics.StackTrace::isAotidSet
bool ___isAotidSet_4;
// System.String System.Diagnostics.StackTrace::aotid
String_t* ___aotid_5;
public:
inline static int32_t get_offset_of_isAotidSet_4() { return static_cast<int32_t>(offsetof(StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99_StaticFields, ___isAotidSet_4)); }
inline bool get_isAotidSet_4() const { return ___isAotidSet_4; }
inline bool* get_address_of_isAotidSet_4() { return &___isAotidSet_4; }
inline void set_isAotidSet_4(bool value)
{
___isAotidSet_4 = value;
}
inline static int32_t get_offset_of_aotid_5() { return static_cast<int32_t>(offsetof(StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99_StaticFields, ___aotid_5)); }
inline String_t* get_aotid_5() const { return ___aotid_5; }
inline String_t** get_address_of_aotid_5() { return &___aotid_5; }
inline void set_aotid_5(String_t* value)
{
___aotid_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___aotid_5), (void*)value);
}
};
// System.EmptyArray`1<System.Object>
struct EmptyArray_1_tCF137C88A5824F413EFB5A2F31664D8207E61D26 : public RuntimeObject
{
public:
public:
};
struct EmptyArray_1_tCF137C88A5824F413EFB5A2F31664D8207E61D26_StaticFields
{
public:
// T[] System.EmptyArray`1::Value
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___Value_0;
public:
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyArray_1_tCF137C88A5824F413EFB5A2F31664D8207E61D26_StaticFields, ___Value_0)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_Value_0() const { return ___Value_0; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_Value_0() { return &___Value_0; }
inline void set_Value_0(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___Value_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
}
};
// System.EventArgs
struct EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E : public RuntimeObject
{
public:
public:
};
struct EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E_StaticFields
{
public:
// System.EventArgs System.EventArgs::Empty
EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * ___Empty_0;
public:
inline static int32_t get_offset_of_Empty_0() { return static_cast<int32_t>(offsetof(EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E_StaticFields, ___Empty_0)); }
inline EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * get_Empty_0() const { return ___Empty_0; }
inline EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E ** get_address_of_Empty_0() { return &___Empty_0; }
inline void set_Empty_0(EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * value)
{
___Empty_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Empty_0), (void*)value);
}
};
// System.MarshalByRefObject
struct MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF : public RuntimeObject
{
public:
// System.Object System.MarshalByRefObject::_identity
RuntimeObject * ____identity_0;
public:
inline static int32_t get_offset_of__identity_0() { return static_cast<int32_t>(offsetof(MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF, ____identity_0)); }
inline RuntimeObject * get__identity_0() const { return ____identity_0; }
inline RuntimeObject ** get_address_of__identity_0() { return &____identity_0; }
inline void set__identity_0(RuntimeObject * value)
{
____identity_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____identity_0), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.MarshalByRefObject
struct MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshaled_pinvoke
{
Il2CppIUnknown* ____identity_0;
};
// Native definition for COM marshalling of System.MarshalByRefObject
struct MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshaled_com
{
Il2CppIUnknown* ____identity_0;
};
// System.Reflection.MemberInfo
struct MemberInfo_t : public RuntimeObject
{
public:
public:
};
// System.String
struct String_t : public RuntimeObject
{
public:
// System.Int32 System.String::m_stringLength
int32_t ___m_stringLength_0;
// System.Char System.String::m_firstChar
Il2CppChar ___m_firstChar_1;
public:
inline static int32_t get_offset_of_m_stringLength_0() { return static_cast<int32_t>(offsetof(String_t, ___m_stringLength_0)); }
inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; }
inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; }
inline void set_m_stringLength_0(int32_t value)
{
___m_stringLength_0 = value;
}
inline static int32_t get_offset_of_m_firstChar_1() { return static_cast<int32_t>(offsetof(String_t, ___m_firstChar_1)); }
inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; }
inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; }
inline void set_m_firstChar_1(Il2CppChar value)
{
___m_firstChar_1 = value;
}
};
struct String_t_StaticFields
{
public:
// System.String System.String::Empty
String_t* ___Empty_5;
public:
inline static int32_t get_offset_of_Empty_5() { return static_cast<int32_t>(offsetof(String_t_StaticFields, ___Empty_5)); }
inline String_t* get_Empty_5() const { return ___Empty_5; }
inline String_t** get_address_of_Empty_5() { return &___Empty_5; }
inline void set_Empty_5(String_t* value)
{
___Empty_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Empty_5), (void*)value);
}
};
// System.Text.RegularExpressions.Capture
struct Capture_tF4475248CCF3EFF914844BE2C993FC609D41DB73 : public RuntimeObject
{
public:
// System.String System.Text.RegularExpressions.Capture::_text
String_t* ____text_0;
// System.Int32 System.Text.RegularExpressions.Capture::_index
int32_t ____index_1;
// System.Int32 System.Text.RegularExpressions.Capture::_length
int32_t ____length_2;
public:
inline static int32_t get_offset_of__text_0() { return static_cast<int32_t>(offsetof(Capture_tF4475248CCF3EFF914844BE2C993FC609D41DB73, ____text_0)); }
inline String_t* get__text_0() const { return ____text_0; }
inline String_t** get_address_of__text_0() { return &____text_0; }
inline void set__text_0(String_t* value)
{
____text_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____text_0), (void*)value);
}
inline static int32_t get_offset_of__index_1() { return static_cast<int32_t>(offsetof(Capture_tF4475248CCF3EFF914844BE2C993FC609D41DB73, ____index_1)); }
inline int32_t get__index_1() const { return ____index_1; }
inline int32_t* get_address_of__index_1() { return &____index_1; }
inline void set__index_1(int32_t value)
{
____index_1 = value;
}
inline static int32_t get_offset_of__length_2() { return static_cast<int32_t>(offsetof(Capture_tF4475248CCF3EFF914844BE2C993FC609D41DB73, ____length_2)); }
inline int32_t get__length_2() const { return ____length_2; }
inline int32_t* get_address_of__length_2() { return &____length_2; }
inline void set__length_2(int32_t value)
{
____length_2 = value;
}
};
// System.Text.RegularExpressions.GroupCollection
struct GroupCollection_tD9051ED1A991E3666439262B517FDD2F968C064F : public RuntimeObject
{
public:
// System.Text.RegularExpressions.Match System.Text.RegularExpressions.GroupCollection::_match
Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * ____match_0;
// System.Collections.Hashtable System.Text.RegularExpressions.GroupCollection::_captureMap
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ____captureMap_1;
// System.Text.RegularExpressions.Group[] System.Text.RegularExpressions.GroupCollection::_groups
GroupU5BU5D_t40CFA194F8EE1BF5E560B7C1E2C8F48220C93910* ____groups_2;
public:
inline static int32_t get_offset_of__match_0() { return static_cast<int32_t>(offsetof(GroupCollection_tD9051ED1A991E3666439262B517FDD2F968C064F, ____match_0)); }
inline Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * get__match_0() const { return ____match_0; }
inline Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 ** get_address_of__match_0() { return &____match_0; }
inline void set__match_0(Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * value)
{
____match_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____match_0), (void*)value);
}
inline static int32_t get_offset_of__captureMap_1() { return static_cast<int32_t>(offsetof(GroupCollection_tD9051ED1A991E3666439262B517FDD2F968C064F, ____captureMap_1)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get__captureMap_1() const { return ____captureMap_1; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of__captureMap_1() { return &____captureMap_1; }
inline void set__captureMap_1(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
____captureMap_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____captureMap_1), (void*)value);
}
inline static int32_t get_offset_of__groups_2() { return static_cast<int32_t>(offsetof(GroupCollection_tD9051ED1A991E3666439262B517FDD2F968C064F, ____groups_2)); }
inline GroupU5BU5D_t40CFA194F8EE1BF5E560B7C1E2C8F48220C93910* get__groups_2() const { return ____groups_2; }
inline GroupU5BU5D_t40CFA194F8EE1BF5E560B7C1E2C8F48220C93910** get_address_of__groups_2() { return &____groups_2; }
inline void set__groups_2(GroupU5BU5D_t40CFA194F8EE1BF5E560B7C1E2C8F48220C93910* value)
{
____groups_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&____groups_2), (void*)value);
}
};
// System.Text.StringBuilder
struct StringBuilder_t : public RuntimeObject
{
public:
// System.Char[] System.Text.StringBuilder::m_ChunkChars
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___m_ChunkChars_0;
// System.Text.StringBuilder System.Text.StringBuilder::m_ChunkPrevious
StringBuilder_t * ___m_ChunkPrevious_1;
// System.Int32 System.Text.StringBuilder::m_ChunkLength
int32_t ___m_ChunkLength_2;
// System.Int32 System.Text.StringBuilder::m_ChunkOffset
int32_t ___m_ChunkOffset_3;
// System.Int32 System.Text.StringBuilder::m_MaxCapacity
int32_t ___m_MaxCapacity_4;
public:
inline static int32_t get_offset_of_m_ChunkChars_0() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_ChunkChars_0)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_m_ChunkChars_0() const { return ___m_ChunkChars_0; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_m_ChunkChars_0() { return &___m_ChunkChars_0; }
inline void set_m_ChunkChars_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___m_ChunkChars_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkChars_0), (void*)value);
}
inline static int32_t get_offset_of_m_ChunkPrevious_1() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_ChunkPrevious_1)); }
inline StringBuilder_t * get_m_ChunkPrevious_1() const { return ___m_ChunkPrevious_1; }
inline StringBuilder_t ** get_address_of_m_ChunkPrevious_1() { return &___m_ChunkPrevious_1; }
inline void set_m_ChunkPrevious_1(StringBuilder_t * value)
{
___m_ChunkPrevious_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkPrevious_1), (void*)value);
}
inline static int32_t get_offset_of_m_ChunkLength_2() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_ChunkLength_2)); }
inline int32_t get_m_ChunkLength_2() const { return ___m_ChunkLength_2; }
inline int32_t* get_address_of_m_ChunkLength_2() { return &___m_ChunkLength_2; }
inline void set_m_ChunkLength_2(int32_t value)
{
___m_ChunkLength_2 = value;
}
inline static int32_t get_offset_of_m_ChunkOffset_3() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_ChunkOffset_3)); }
inline int32_t get_m_ChunkOffset_3() const { return ___m_ChunkOffset_3; }
inline int32_t* get_address_of_m_ChunkOffset_3() { return &___m_ChunkOffset_3; }
inline void set_m_ChunkOffset_3(int32_t value)
{
___m_ChunkOffset_3 = value;
}
inline static int32_t get_offset_of_m_MaxCapacity_4() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_MaxCapacity_4)); }
inline int32_t get_m_MaxCapacity_4() const { return ___m_MaxCapacity_4; }
inline int32_t* get_address_of_m_MaxCapacity_4() { return &___m_MaxCapacity_4; }
inline void set_m_MaxCapacity_4(int32_t value)
{
___m_MaxCapacity_4 = value;
}
};
// System.ValueType
struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF : public RuntimeObject
{
public:
public:
};
// Native definition for P/Invoke marshalling of System.ValueType
struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_pinvoke
{
};
// Native definition for COM marshalling of System.ValueType
struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_com
{
};
// UnityEngine.YieldInstruction
struct YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44 : public RuntimeObject
{
public:
public:
};
// Native definition for P/Invoke marshalling of UnityEngine.YieldInstruction
struct YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_marshaled_pinvoke
{
};
// Native definition for COM marshalling of UnityEngine.YieldInstruction
struct YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_marshaled_com
{
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D216
struct __StaticArrayInitTypeSizeU3D216_tF2BF77331C2FC0E4D67598EF26D1F6A38895C176
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D216_tF2BF77331C2FC0E4D67598EF26D1F6A38895C176__padding[216];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D32
struct __StaticArrayInitTypeSizeU3D32_t94E9375C899479358C941227FA08AB6B16D04315
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D32_t94E9375C899479358C941227FA08AB6B16D04315__padding[32];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D36
struct __StaticArrayInitTypeSizeU3D36_tB11DD7146197C35EC027B5117260DFBD243BB647
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D36_tB11DD7146197C35EC027B5117260DFBD243BB647__padding[36];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D64
struct __StaticArrayInitTypeSizeU3D64_t702E955CFCF83D5C66E478D1CFA07B549225E6C0
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D64_t702E955CFCF83D5C66E478D1CFA07B549225E6C0__padding[64];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D80
struct __StaticArrayInitTypeSizeU3D80_t4354F721315E4C0B54840F3801ED97FCA2BEEDEE
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D80_t4354F721315E4C0B54840F3801ED97FCA2BEEDEE__padding[80];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D96
struct __StaticArrayInitTypeSizeU3D96_t1570DF859C9F9F7480604C85930836CA53E9046E
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D96_t1570DF859C9F9F7480604C85930836CA53E9046E__padding[96];
};
public:
};
// DelegateFactory_FairyGUI_EventCallback0_Event
struct FairyGUI_EventCallback0_Event_t7EBA8521DBCD579F02D22CF244746A85100AA83C : public LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1
{
public:
public:
};
// DelegateFactory_FairyGUI_EventCallback1_Event
struct FairyGUI_EventCallback1_Event_t987E015AA61ECB454A035E5D9C6D43E38881031B : public LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1
{
public:
public:
};
// DelegateFactory_FairyGUI_GObjectPool_InitCallbackDelegate_Event
struct FairyGUI_GObjectPool_InitCallbackDelegate_Event_tF20307F896879244C0880E8CB3C732D71AA3DE0D : public LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1
{
public:
public:
};
// DelegateFactory_FairyGUI_GTweenCallback1_Event
struct FairyGUI_GTweenCallback1_Event_t28B68D0215EB9C36F446DE17617B6751F21D7306 : public LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1
{
public:
public:
};
// DelegateFactory_FairyGUI_GTweenCallback_Event
struct FairyGUI_GTweenCallback_Event_t8279878FD8AC41BB7495CA71FCC44D0CCBF8837A : public LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1
{
public:
public:
};
// DelegateFactory_FairyGUI_ListItemProvider_Event
struct FairyGUI_ListItemProvider_Event_tC88B65653E1C18B737123A8BC6C1DEBAD27B7C95 : public LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1
{
public:
public:
};
// DelegateFactory_FairyGUI_ListItemRenderer_Event
struct FairyGUI_ListItemRenderer_Event_tCC71F85321A7E5AB1CAE0D54F7E2334158C4DEC8 : public LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1
{
public:
public:
};
// DelegateFactory_FairyGUI_PlayCompleteCallback_Event
struct FairyGUI_PlayCompleteCallback_Event_t71A1B2106F7C8D5B11A49D908F39F5984B540C41 : public LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1
{
public:
public:
};
// DelegateFactory_FairyGUI_TimerCallback_Event
struct FairyGUI_TimerCallback_Event_tA20E0C7CBAF550CFC29E1818934041916DDC5D73 : public LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1
{
public:
public:
};
// DelegateFactory_FairyGUI_TransitionHook_Event
struct FairyGUI_TransitionHook_Event_t0CFBD00AAF9708456DEDDFD246EF4B02D8C77858 : public LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1
{
public:
public:
};
// DelegateFactory_FairyGUI_UIConfig_SoundLoader_Event
struct FairyGUI_UIConfig_SoundLoader_Event_t769EA828ACD5E54A84FE7405E9F54367CBDA40FD : public LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1
{
public:
public:
};
// DelegateFactory_FairyGUI_UIObjectFactory_GComponentCreator_Event
struct FairyGUI_UIObjectFactory_GComponentCreator_Event_t8AEDF4A0726D3B4F1D7B244B6F83B472004D093D : public LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1
{
public:
public:
};
// DelegateFactory_FairyGUI_UIObjectFactory_GLoaderCreator_Event
struct FairyGUI_UIObjectFactory_GLoaderCreator_Event_t0A3B047E9D0C4D16911424F5298A5553397FB5F0 : public LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1
{
public:
public:
};
// DelegateFactory_FairyGUI_UIPackage_CreateObjectCallback_Event
struct FairyGUI_UIPackage_CreateObjectCallback_Event_t34F3EE9A48E5ACF145B1B579ECD828E980B1A624 : public LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1
{
public:
public:
};
// DelegateFactory_System_Action_Event
struct System_Action_Event_t849A1E142A0EF10B1A879D227B3C0377B9132848 : public LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1
{
public:
public:
};
// DelegateFactory_System_Action_UnityEngine_AsyncOperation_Event
struct System_Action_UnityEngine_AsyncOperation_Event_t30301901F4473DDAF7FA36EF0467033AB69E37C8 : public LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1
{
public:
public:
};
// DelegateFactory_System_Action_bool_Event
struct System_Action_bool_Event_tFE8B1F8AB419E33B0A484F66816B6AEAD51F50AD : public LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1
{
public:
public:
};
// DelegateFactory_System_Action_int_Event
struct System_Action_int_Event_t72AB5253E5D11247384654DA5B392C786877B7BA : public LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1
{
public:
public:
};
// DelegateFactory_System_Action_string_Event
struct System_Action_string_Event_t4312ECDDE7B231FA0F7FF8C452136B00E3EB5DF1 : public LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1
{
public:
public:
};
// DelegateFactory_System_Action_string_System_Action_Event
struct System_Action_string_System_Action_Event_t53F256514EB1ABF4A6799FE87483D37CF262E23E : public LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1
{
public:
public:
};
// DelegateFactory_System_Comparison_int_Event
struct System_Comparison_int_Event_t8E16B7A44C1FA6329B2D0890448E4C8778E2DA3D : public LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1
{
public:
public:
};
// DelegateFactory_System_Func_bool_Event
struct System_Func_bool_Event_t257C4C8365723D7E7FAF7AE7F78A72E0383786EC : public LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1
{
public:
public:
};
// DelegateFactory_System_Func_int_int_Event
struct System_Func_int_int_Event_tD20BFACAE9508B8D28498F78151CD20BAE91E716 : public LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1
{
public:
public:
};
// DelegateFactory_System_Predicate_int_Event
struct System_Predicate_int_Event_tADCE6E9B1CAEE8B07B7E6A858BA193A568EA52BD : public LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1
{
public:
public:
};
// DelegateFactory_UnityEngine_Application_AdvertisingIdentifierCallback_Event
struct UnityEngine_Application_AdvertisingIdentifierCallback_Event_t32E1F2F7650634273B49A382E5F014984C71EE8D : public LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1
{
public:
public:
};
// DelegateFactory_UnityEngine_Application_LogCallback_Event
struct UnityEngine_Application_LogCallback_Event_t8AC3628D9C4A4F79C2A99D569D0B7DA421B284C4 : public LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1
{
public:
public:
};
// DelegateFactory_UnityEngine_Application_LowMemoryCallback_Event
struct UnityEngine_Application_LowMemoryCallback_Event_t55F42A348AE3779624153268AEA20C491DF1B391 : public LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1
{
public:
public:
};
// DelegateFactory_UnityEngine_AudioClip_PCMReaderCallback_Event
struct UnityEngine_AudioClip_PCMReaderCallback_Event_t3ACF075B70367140119041FBB48DA66BF7F90AAB : public LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1
{
public:
public:
};
// DelegateFactory_UnityEngine_AudioClip_PCMSetPositionCallback_Event
struct UnityEngine_AudioClip_PCMSetPositionCallback_Event_tC808DFCED1B085F1C18285164A87AF029224A00D : public LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1
{
public:
public:
};
// DelegateFactory_UnityEngine_Camera_CameraCallback_Event
struct UnityEngine_Camera_CameraCallback_Event_t02F14F53D478E05A8AC7BB7839912C54A154B95F : public LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1
{
public:
public:
};
// DelegateFactory_UnityEngine_Events_UnityAction_Event
struct UnityEngine_Events_UnityAction_Event_t10F8F38079DCA5884F5DEA623753436B88F6292F : public LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1
{
public:
public:
};
// FairyGUI.BitmapFont
struct BitmapFont_t29CAF73C23EFA0E59A57C421EF25ABBE728B6E88 : public BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F
{
public:
// System.Int32 FairyGUI.BitmapFont::size
int32_t ___size_8;
// System.Boolean FairyGUI.BitmapFont::resizable
bool ___resizable_9;
// System.Boolean FairyGUI.BitmapFont::hasChannel
bool ___hasChannel_10;
// System.Collections.Generic.Dictionary`2<System.Int32,FairyGUI.BitmapFont_BMGlyph> FairyGUI.BitmapFont::_dict
Dictionary_2_tE199DF334CC33A4526D947CCA77B0E688B8B268C * ____dict_11;
// System.Single FairyGUI.BitmapFont::scale
float ___scale_12;
public:
inline static int32_t get_offset_of_size_8() { return static_cast<int32_t>(offsetof(BitmapFont_t29CAF73C23EFA0E59A57C421EF25ABBE728B6E88, ___size_8)); }
inline int32_t get_size_8() const { return ___size_8; }
inline int32_t* get_address_of_size_8() { return &___size_8; }
inline void set_size_8(int32_t value)
{
___size_8 = value;
}
inline static int32_t get_offset_of_resizable_9() { return static_cast<int32_t>(offsetof(BitmapFont_t29CAF73C23EFA0E59A57C421EF25ABBE728B6E88, ___resizable_9)); }
inline bool get_resizable_9() const { return ___resizable_9; }
inline bool* get_address_of_resizable_9() { return &___resizable_9; }
inline void set_resizable_9(bool value)
{
___resizable_9 = value;
}
inline static int32_t get_offset_of_hasChannel_10() { return static_cast<int32_t>(offsetof(BitmapFont_t29CAF73C23EFA0E59A57C421EF25ABBE728B6E88, ___hasChannel_10)); }
inline bool get_hasChannel_10() const { return ___hasChannel_10; }
inline bool* get_address_of_hasChannel_10() { return &___hasChannel_10; }
inline void set_hasChannel_10(bool value)
{
___hasChannel_10 = value;
}
inline static int32_t get_offset_of__dict_11() { return static_cast<int32_t>(offsetof(BitmapFont_t29CAF73C23EFA0E59A57C421EF25ABBE728B6E88, ____dict_11)); }
inline Dictionary_2_tE199DF334CC33A4526D947CCA77B0E688B8B268C * get__dict_11() const { return ____dict_11; }
inline Dictionary_2_tE199DF334CC33A4526D947CCA77B0E688B8B268C ** get_address_of__dict_11() { return &____dict_11; }
inline void set__dict_11(Dictionary_2_tE199DF334CC33A4526D947CCA77B0E688B8B268C * value)
{
____dict_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&____dict_11), (void*)value);
}
inline static int32_t get_offset_of_scale_12() { return static_cast<int32_t>(offsetof(BitmapFont_t29CAF73C23EFA0E59A57C421EF25ABBE728B6E88, ___scale_12)); }
inline float get_scale_12() const { return ___scale_12; }
inline float* get_address_of_scale_12() { return &___scale_12; }
inline void set_scale_12(float value)
{
___scale_12 = value;
}
};
// FairyGUI.BoxColliderHitTest
struct BoxColliderHitTest_t3E777B5A3F6384DEA2F8C141B2E297B16BBA2BC0 : public ColliderHitTest_t295665EE7B899D4C84890F57233500430ECE5C67
{
public:
public:
};
// FairyGUI.ChangePageAction
struct ChangePageAction_t796EAD0EAA1D1077F19D38B137A209836727F560 : public ControllerAction_t460A8959DB08ACC45DFD24DCE767CF12F61E51E7
{
public:
// System.String FairyGUI.ChangePageAction::objectId
String_t* ___objectId_2;
// System.String FairyGUI.ChangePageAction::controllerName
String_t* ___controllerName_3;
// System.String FairyGUI.ChangePageAction::targetPage
String_t* ___targetPage_4;
public:
inline static int32_t get_offset_of_objectId_2() { return static_cast<int32_t>(offsetof(ChangePageAction_t796EAD0EAA1D1077F19D38B137A209836727F560, ___objectId_2)); }
inline String_t* get_objectId_2() const { return ___objectId_2; }
inline String_t** get_address_of_objectId_2() { return &___objectId_2; }
inline void set_objectId_2(String_t* value)
{
___objectId_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___objectId_2), (void*)value);
}
inline static int32_t get_offset_of_controllerName_3() { return static_cast<int32_t>(offsetof(ChangePageAction_t796EAD0EAA1D1077F19D38B137A209836727F560, ___controllerName_3)); }
inline String_t* get_controllerName_3() const { return ___controllerName_3; }
inline String_t** get_address_of_controllerName_3() { return &___controllerName_3; }
inline void set_controllerName_3(String_t* value)
{
___controllerName_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___controllerName_3), (void*)value);
}
inline static int32_t get_offset_of_targetPage_4() { return static_cast<int32_t>(offsetof(ChangePageAction_t796EAD0EAA1D1077F19D38B137A209836727F560, ___targetPage_4)); }
inline String_t* get_targetPage_4() const { return ___targetPage_4; }
inline String_t** get_address_of_targetPage_4() { return &___targetPage_4; }
inline void set_targetPage_4(String_t* value)
{
___targetPage_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___targetPage_4), (void*)value);
}
};
// FairyGUI.Controller
struct Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 : public EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7
{
public:
// System.String FairyGUI.Controller::name
String_t* ___name_2;
// FairyGUI.GComponent FairyGUI.Controller::parent
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * ___parent_3;
// System.Boolean FairyGUI.Controller::autoRadioGroupDepth
bool ___autoRadioGroupDepth_4;
// System.Boolean FairyGUI.Controller::changing
bool ___changing_5;
// System.Int32 FairyGUI.Controller::_selectedIndex
int32_t ____selectedIndex_6;
// System.Int32 FairyGUI.Controller::_previousIndex
int32_t ____previousIndex_7;
// System.Collections.Generic.List`1<System.String> FairyGUI.Controller::_pageIds
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ____pageIds_8;
// System.Collections.Generic.List`1<System.String> FairyGUI.Controller::_pageNames
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ____pageNames_9;
// System.Collections.Generic.List`1<FairyGUI.ControllerAction> FairyGUI.Controller::_actions
List_1_t44C810BCBEC048333C591B316DA8E462C5CC46AF * ____actions_10;
// FairyGUI.EventListener FairyGUI.Controller::_onChanged
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onChanged_11;
public:
inline static int32_t get_offset_of_name_2() { return static_cast<int32_t>(offsetof(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64, ___name_2)); }
inline String_t* get_name_2() const { return ___name_2; }
inline String_t** get_address_of_name_2() { return &___name_2; }
inline void set_name_2(String_t* value)
{
___name_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___name_2), (void*)value);
}
inline static int32_t get_offset_of_parent_3() { return static_cast<int32_t>(offsetof(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64, ___parent_3)); }
inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * get_parent_3() const { return ___parent_3; }
inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC ** get_address_of_parent_3() { return &___parent_3; }
inline void set_parent_3(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * value)
{
___parent_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___parent_3), (void*)value);
}
inline static int32_t get_offset_of_autoRadioGroupDepth_4() { return static_cast<int32_t>(offsetof(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64, ___autoRadioGroupDepth_4)); }
inline bool get_autoRadioGroupDepth_4() const { return ___autoRadioGroupDepth_4; }
inline bool* get_address_of_autoRadioGroupDepth_4() { return &___autoRadioGroupDepth_4; }
inline void set_autoRadioGroupDepth_4(bool value)
{
___autoRadioGroupDepth_4 = value;
}
inline static int32_t get_offset_of_changing_5() { return static_cast<int32_t>(offsetof(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64, ___changing_5)); }
inline bool get_changing_5() const { return ___changing_5; }
inline bool* get_address_of_changing_5() { return &___changing_5; }
inline void set_changing_5(bool value)
{
___changing_5 = value;
}
inline static int32_t get_offset_of__selectedIndex_6() { return static_cast<int32_t>(offsetof(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64, ____selectedIndex_6)); }
inline int32_t get__selectedIndex_6() const { return ____selectedIndex_6; }
inline int32_t* get_address_of__selectedIndex_6() { return &____selectedIndex_6; }
inline void set__selectedIndex_6(int32_t value)
{
____selectedIndex_6 = value;
}
inline static int32_t get_offset_of__previousIndex_7() { return static_cast<int32_t>(offsetof(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64, ____previousIndex_7)); }
inline int32_t get__previousIndex_7() const { return ____previousIndex_7; }
inline int32_t* get_address_of__previousIndex_7() { return &____previousIndex_7; }
inline void set__previousIndex_7(int32_t value)
{
____previousIndex_7 = value;
}
inline static int32_t get_offset_of__pageIds_8() { return static_cast<int32_t>(offsetof(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64, ____pageIds_8)); }
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * get__pageIds_8() const { return ____pageIds_8; }
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 ** get_address_of__pageIds_8() { return &____pageIds_8; }
inline void set__pageIds_8(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * value)
{
____pageIds_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&____pageIds_8), (void*)value);
}
inline static int32_t get_offset_of__pageNames_9() { return static_cast<int32_t>(offsetof(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64, ____pageNames_9)); }
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * get__pageNames_9() const { return ____pageNames_9; }
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 ** get_address_of__pageNames_9() { return &____pageNames_9; }
inline void set__pageNames_9(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * value)
{
____pageNames_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&____pageNames_9), (void*)value);
}
inline static int32_t get_offset_of__actions_10() { return static_cast<int32_t>(offsetof(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64, ____actions_10)); }
inline List_1_t44C810BCBEC048333C591B316DA8E462C5CC46AF * get__actions_10() const { return ____actions_10; }
inline List_1_t44C810BCBEC048333C591B316DA8E462C5CC46AF ** get_address_of__actions_10() { return &____actions_10; }
inline void set__actions_10(List_1_t44C810BCBEC048333C591B316DA8E462C5CC46AF * value)
{
____actions_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&____actions_10), (void*)value);
}
inline static int32_t get_offset_of__onChanged_11() { return static_cast<int32_t>(offsetof(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64, ____onChanged_11)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onChanged_11() const { return ____onChanged_11; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onChanged_11() { return &____onChanged_11; }
inline void set__onChanged_11(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onChanged_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onChanged_11), (void*)value);
}
};
struct Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_StaticFields
{
public:
// System.UInt32 FairyGUI.Controller::_nextPageId
uint32_t ____nextPageId_12;
public:
inline static int32_t get_offset_of__nextPageId_12() { return static_cast<int32_t>(offsetof(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_StaticFields, ____nextPageId_12)); }
inline uint32_t get__nextPageId_12() const { return ____nextPageId_12; }
inline uint32_t* get_address_of__nextPageId_12() { return &____nextPageId_12; }
inline void set__nextPageId_12(uint32_t value)
{
____nextPageId_12 = value;
}
};
// FairyGUI.Margin
struct Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E
{
public:
// System.Int32 FairyGUI.Margin::left
int32_t ___left_0;
// System.Int32 FairyGUI.Margin::right
int32_t ___right_1;
// System.Int32 FairyGUI.Margin::top
int32_t ___top_2;
// System.Int32 FairyGUI.Margin::bottom
int32_t ___bottom_3;
public:
inline static int32_t get_offset_of_left_0() { return static_cast<int32_t>(offsetof(Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E, ___left_0)); }
inline int32_t get_left_0() const { return ___left_0; }
inline int32_t* get_address_of_left_0() { return &___left_0; }
inline void set_left_0(int32_t value)
{
___left_0 = value;
}
inline static int32_t get_offset_of_right_1() { return static_cast<int32_t>(offsetof(Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E, ___right_1)); }
inline int32_t get_right_1() const { return ___right_1; }
inline int32_t* get_address_of_right_1() { return &___right_1; }
inline void set_right_1(int32_t value)
{
___right_1 = value;
}
inline static int32_t get_offset_of_top_2() { return static_cast<int32_t>(offsetof(Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E, ___top_2)); }
inline int32_t get_top_2() const { return ___top_2; }
inline int32_t* get_address_of_top_2() { return &___top_2; }
inline void set_top_2(int32_t value)
{
___top_2 = value;
}
inline static int32_t get_offset_of_bottom_3() { return static_cast<int32_t>(offsetof(Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E, ___bottom_3)); }
inline int32_t get_bottom_3() const { return ___bottom_3; }
inline int32_t* get_address_of_bottom_3() { return &___bottom_3; }
inline void set_bottom_3(int32_t value)
{
___bottom_3 = value;
}
};
// LuaResLoader
struct LuaResLoader_tA78634278595979C32DCDCE06623A4265079A9A9 : public LuaFileUtils_t5D4064077DA379A5EE940C1C01BE469CE15CD5AE
{
public:
public:
};
// System.Boolean
struct Boolean_tB53F6830F670160873277339AA58F15CAED4399C
{
public:
// System.Boolean System.Boolean::m_value
bool ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C, ___m_value_0)); }
inline bool get_m_value_0() const { return ___m_value_0; }
inline bool* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(bool value)
{
___m_value_0 = value;
}
};
struct Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields
{
public:
// System.String System.Boolean::TrueString
String_t* ___TrueString_5;
// System.String System.Boolean::FalseString
String_t* ___FalseString_6;
public:
inline static int32_t get_offset_of_TrueString_5() { return static_cast<int32_t>(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields, ___TrueString_5)); }
inline String_t* get_TrueString_5() const { return ___TrueString_5; }
inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; }
inline void set_TrueString_5(String_t* value)
{
___TrueString_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___TrueString_5), (void*)value);
}
inline static int32_t get_offset_of_FalseString_6() { return static_cast<int32_t>(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields, ___FalseString_6)); }
inline String_t* get_FalseString_6() const { return ___FalseString_6; }
inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; }
inline void set_FalseString_6(String_t* value)
{
___FalseString_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___FalseString_6), (void*)value);
}
};
// System.Byte
struct Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07
{
public:
// System.Byte System.Byte::m_value
uint8_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07, ___m_value_0)); }
inline uint8_t get_m_value_0() const { return ___m_value_0; }
inline uint8_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(uint8_t value)
{
___m_value_0 = value;
}
};
// System.Char
struct Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9
{
public:
// System.Char System.Char::m_value
Il2CppChar ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9, ___m_value_0)); }
inline Il2CppChar get_m_value_0() const { return ___m_value_0; }
inline Il2CppChar* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(Il2CppChar value)
{
___m_value_0 = value;
}
};
struct Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_StaticFields
{
public:
// System.Byte[] System.Char::categoryForLatin1
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___categoryForLatin1_3;
public:
inline static int32_t get_offset_of_categoryForLatin1_3() { return static_cast<int32_t>(offsetof(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_StaticFields, ___categoryForLatin1_3)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_categoryForLatin1_3() const { return ___categoryForLatin1_3; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_categoryForLatin1_3() { return &___categoryForLatin1_3; }
inline void set_categoryForLatin1_3(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___categoryForLatin1_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___categoryForLatin1_3), (void*)value);
}
};
// System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>
struct KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE
{
public:
// TKey System.Collections.Generic.KeyValuePair`2::key
RuntimeObject * ___key_0;
// TValue System.Collections.Generic.KeyValuePair`2::value
RuntimeObject * ___value_1;
public:
inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE, ___key_0)); }
inline RuntimeObject * get_key_0() const { return ___key_0; }
inline RuntimeObject ** get_address_of_key_0() { return &___key_0; }
inline void set_key_0(RuntimeObject * value)
{
___key_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value);
}
inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE, ___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((void**)(&___value_1), (void*)value);
}
};
// System.Collections.Generic.KeyValuePair`2<System.String,System.String>
struct KeyValuePair_2_t1A58906CCD7ED79792916B56DB716477495C85D8
{
public:
// TKey System.Collections.Generic.KeyValuePair`2::key
String_t* ___key_0;
// TValue System.Collections.Generic.KeyValuePair`2::value
String_t* ___value_1;
public:
inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t1A58906CCD7ED79792916B56DB716477495C85D8, ___key_0)); }
inline String_t* get_key_0() const { return ___key_0; }
inline String_t** get_address_of_key_0() { return &___key_0; }
inline void set_key_0(String_t* value)
{
___key_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value);
}
inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t1A58906CCD7ED79792916B56DB716477495C85D8, ___value_1)); }
inline String_t* get_value_1() const { return ___value_1; }
inline String_t** get_address_of_value_1() { return &___value_1; }
inline void set_value_1(String_t* value)
{
___value_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value);
}
};
// System.Double
struct Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409
{
public:
// System.Double System.Double::m_value
double ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409, ___m_value_0)); }
inline double get_m_value_0() const { return ___m_value_0; }
inline double* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(double value)
{
___m_value_0 = value;
}
};
struct Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_StaticFields
{
public:
// System.Double System.Double::NegativeZero
double ___NegativeZero_7;
public:
inline static int32_t get_offset_of_NegativeZero_7() { return static_cast<int32_t>(offsetof(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_StaticFields, ___NegativeZero_7)); }
inline double get_NegativeZero_7() const { return ___NegativeZero_7; }
inline double* get_address_of_NegativeZero_7() { return &___NegativeZero_7; }
inline void set_NegativeZero_7(double value)
{
___NegativeZero_7 = value;
}
};
// System.Enum
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 : public ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF
{
public:
public:
};
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields
{
public:
// System.Char[] System.Enum::enumSeperatorCharArray
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___enumSeperatorCharArray_0;
public:
inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast<int32_t>(offsetof(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields, ___enumSeperatorCharArray_0)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; }
inline void set_enumSeperatorCharArray_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___enumSeperatorCharArray_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.Enum
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_pinvoke
{
};
// Native definition for COM marshalling of System.Enum
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_com
{
};
// System.Int16
struct Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D
{
public:
// System.Int16 System.Int16::m_value
int16_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D, ___m_value_0)); }
inline int16_t get_m_value_0() const { return ___m_value_0; }
inline int16_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(int16_t value)
{
___m_value_0 = value;
}
};
// System.Int32
struct Int32_t585191389E07734F19F3156FF88FB3EF4800D102
{
public:
// System.Int32 System.Int32::m_value
int32_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Int32_t585191389E07734F19F3156FF88FB3EF4800D102, ___m_value_0)); }
inline int32_t get_m_value_0() const { return ___m_value_0; }
inline int32_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(int32_t value)
{
___m_value_0 = value;
}
};
// System.Int64
struct Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436
{
public:
// System.Int64 System.Int64::m_value
int64_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436, ___m_value_0)); }
inline int64_t get_m_value_0() const { return ___m_value_0; }
inline int64_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(int64_t value)
{
___m_value_0 = value;
}
};
// 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<int32_t>(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<int32_t>(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;
}
};
// System.Reflection.MethodBase
struct MethodBase_t : public MemberInfo_t
{
public:
public:
};
// System.Single
struct Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1
{
public:
// System.Single System.Single::m_value
float ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1, ___m_value_0)); }
inline float get_m_value_0() const { return ___m_value_0; }
inline float* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(float value)
{
___m_value_0 = value;
}
};
// System.Text.RegularExpressions.Group
struct Group_tB4759D0385925B2C8C14ED3FCD5D2F43CFBD0443 : public Capture_tF4475248CCF3EFF914844BE2C993FC609D41DB73
{
public:
// System.Int32[] System.Text.RegularExpressions.Group::_caps
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ____caps_4;
// System.Int32 System.Text.RegularExpressions.Group::_capcount
int32_t ____capcount_5;
// System.String System.Text.RegularExpressions.Group::_name
String_t* ____name_6;
public:
inline static int32_t get_offset_of__caps_4() { return static_cast<int32_t>(offsetof(Group_tB4759D0385925B2C8C14ED3FCD5D2F43CFBD0443, ____caps_4)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get__caps_4() const { return ____caps_4; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of__caps_4() { return &____caps_4; }
inline void set__caps_4(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
____caps_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____caps_4), (void*)value);
}
inline static int32_t get_offset_of__capcount_5() { return static_cast<int32_t>(offsetof(Group_tB4759D0385925B2C8C14ED3FCD5D2F43CFBD0443, ____capcount_5)); }
inline int32_t get__capcount_5() const { return ____capcount_5; }
inline int32_t* get_address_of__capcount_5() { return &____capcount_5; }
inline void set__capcount_5(int32_t value)
{
____capcount_5 = value;
}
inline static int32_t get_offset_of__name_6() { return static_cast<int32_t>(offsetof(Group_tB4759D0385925B2C8C14ED3FCD5D2F43CFBD0443, ____name_6)); }
inline String_t* get__name_6() const { return ____name_6; }
inline String_t** get_address_of__name_6() { return &____name_6; }
inline void set__name_6(String_t* value)
{
____name_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&____name_6), (void*)value);
}
};
struct Group_tB4759D0385925B2C8C14ED3FCD5D2F43CFBD0443_StaticFields
{
public:
// System.Text.RegularExpressions.Group System.Text.RegularExpressions.Group::_emptygroup
Group_tB4759D0385925B2C8C14ED3FCD5D2F43CFBD0443 * ____emptygroup_3;
public:
inline static int32_t get_offset_of__emptygroup_3() { return static_cast<int32_t>(offsetof(Group_tB4759D0385925B2C8C14ED3FCD5D2F43CFBD0443_StaticFields, ____emptygroup_3)); }
inline Group_tB4759D0385925B2C8C14ED3FCD5D2F43CFBD0443 * get__emptygroup_3() const { return ____emptygroup_3; }
inline Group_tB4759D0385925B2C8C14ED3FCD5D2F43CFBD0443 ** get_address_of__emptygroup_3() { return &____emptygroup_3; }
inline void set__emptygroup_3(Group_tB4759D0385925B2C8C14ED3FCD5D2F43CFBD0443 * value)
{
____emptygroup_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptygroup_3), (void*)value);
}
};
// System.UInt32
struct UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B
{
public:
// System.UInt32 System.UInt32::m_value
uint32_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B, ___m_value_0)); }
inline uint32_t get_m_value_0() const { return ___m_value_0; }
inline uint32_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(uint32_t value)
{
___m_value_0 = value;
}
};
// System.UnhandledExceptionEventArgs
struct UnhandledExceptionEventArgs_t39DD47D43B0D764FE2C9847FBE760031FBEA0FD1 : public EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E
{
public:
// System.Object System.UnhandledExceptionEventArgs::_Exception
RuntimeObject * ____Exception_1;
// System.Boolean System.UnhandledExceptionEventArgs::_IsTerminating
bool ____IsTerminating_2;
public:
inline static int32_t get_offset_of__Exception_1() { return static_cast<int32_t>(offsetof(UnhandledExceptionEventArgs_t39DD47D43B0D764FE2C9847FBE760031FBEA0FD1, ____Exception_1)); }
inline RuntimeObject * get__Exception_1() const { return ____Exception_1; }
inline RuntimeObject ** get_address_of__Exception_1() { return &____Exception_1; }
inline void set__Exception_1(RuntimeObject * value)
{
____Exception_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____Exception_1), (void*)value);
}
inline static int32_t get_offset_of__IsTerminating_2() { return static_cast<int32_t>(offsetof(UnhandledExceptionEventArgs_t39DD47D43B0D764FE2C9847FBE760031FBEA0FD1, ____IsTerminating_2)); }
inline bool get__IsTerminating_2() const { return ____IsTerminating_2; }
inline bool* get_address_of__IsTerminating_2() { return &____IsTerminating_2; }
inline void set__IsTerminating_2(bool value)
{
____IsTerminating_2 = value;
}
};
// System.Void
struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017
{
public:
union
{
struct
{
};
uint8_t Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017__padding[1];
};
public:
};
// UnityEngine.Color
struct Color_t119BCA590009762C7223FDD3AF9706653AC84ED2
{
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<int32_t>(offsetof(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2, ___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<int32_t>(offsetof(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2, ___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<int32_t>(offsetof(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2, ___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<int32_t>(offsetof(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2, ___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;
}
};
// UnityEngine.Keyframe
struct Keyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74
{
public:
// System.Single UnityEngine.Keyframe::m_Time
float ___m_Time_0;
// System.Single UnityEngine.Keyframe::m_Value
float ___m_Value_1;
// System.Single UnityEngine.Keyframe::m_InTangent
float ___m_InTangent_2;
// System.Single UnityEngine.Keyframe::m_OutTangent
float ___m_OutTangent_3;
// System.Int32 UnityEngine.Keyframe::m_WeightedMode
int32_t ___m_WeightedMode_4;
// System.Single UnityEngine.Keyframe::m_InWeight
float ___m_InWeight_5;
// System.Single UnityEngine.Keyframe::m_OutWeight
float ___m_OutWeight_6;
public:
inline static int32_t get_offset_of_m_Time_0() { return static_cast<int32_t>(offsetof(Keyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74, ___m_Time_0)); }
inline float get_m_Time_0() const { return ___m_Time_0; }
inline float* get_address_of_m_Time_0() { return &___m_Time_0; }
inline void set_m_Time_0(float value)
{
___m_Time_0 = value;
}
inline static int32_t get_offset_of_m_Value_1() { return static_cast<int32_t>(offsetof(Keyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74, ___m_Value_1)); }
inline float get_m_Value_1() const { return ___m_Value_1; }
inline float* get_address_of_m_Value_1() { return &___m_Value_1; }
inline void set_m_Value_1(float value)
{
___m_Value_1 = value;
}
inline static int32_t get_offset_of_m_InTangent_2() { return static_cast<int32_t>(offsetof(Keyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74, ___m_InTangent_2)); }
inline float get_m_InTangent_2() const { return ___m_InTangent_2; }
inline float* get_address_of_m_InTangent_2() { return &___m_InTangent_2; }
inline void set_m_InTangent_2(float value)
{
___m_InTangent_2 = value;
}
inline static int32_t get_offset_of_m_OutTangent_3() { return static_cast<int32_t>(offsetof(Keyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74, ___m_OutTangent_3)); }
inline float get_m_OutTangent_3() const { return ___m_OutTangent_3; }
inline float* get_address_of_m_OutTangent_3() { return &___m_OutTangent_3; }
inline void set_m_OutTangent_3(float value)
{
___m_OutTangent_3 = value;
}
inline static int32_t get_offset_of_m_WeightedMode_4() { return static_cast<int32_t>(offsetof(Keyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74, ___m_WeightedMode_4)); }
inline int32_t get_m_WeightedMode_4() const { return ___m_WeightedMode_4; }
inline int32_t* get_address_of_m_WeightedMode_4() { return &___m_WeightedMode_4; }
inline void set_m_WeightedMode_4(int32_t value)
{
___m_WeightedMode_4 = value;
}
inline static int32_t get_offset_of_m_InWeight_5() { return static_cast<int32_t>(offsetof(Keyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74, ___m_InWeight_5)); }
inline float get_m_InWeight_5() const { return ___m_InWeight_5; }
inline float* get_address_of_m_InWeight_5() { return &___m_InWeight_5; }
inline void set_m_InWeight_5(float value)
{
___m_InWeight_5 = value;
}
inline static int32_t get_offset_of_m_OutWeight_6() { return static_cast<int32_t>(offsetof(Keyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74, ___m_OutWeight_6)); }
inline float get_m_OutWeight_6() const { return ___m_OutWeight_6; }
inline float* get_address_of_m_OutWeight_6() { return &___m_OutWeight_6; }
inline void set_m_OutWeight_6(float value)
{
___m_OutWeight_6 = value;
}
};
// UnityEngine.Matrix4x4
struct Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA
{
public:
// System.Single UnityEngine.Matrix4x4::m00
float ___m00_0;
// System.Single UnityEngine.Matrix4x4::m10
float ___m10_1;
// System.Single UnityEngine.Matrix4x4::m20
float ___m20_2;
// System.Single UnityEngine.Matrix4x4::m30
float ___m30_3;
// System.Single UnityEngine.Matrix4x4::m01
float ___m01_4;
// System.Single UnityEngine.Matrix4x4::m11
float ___m11_5;
// System.Single UnityEngine.Matrix4x4::m21
float ___m21_6;
// System.Single UnityEngine.Matrix4x4::m31
float ___m31_7;
// System.Single UnityEngine.Matrix4x4::m02
float ___m02_8;
// System.Single UnityEngine.Matrix4x4::m12
float ___m12_9;
// System.Single UnityEngine.Matrix4x4::m22
float ___m22_10;
// System.Single UnityEngine.Matrix4x4::m32
float ___m32_11;
// System.Single UnityEngine.Matrix4x4::m03
float ___m03_12;
// System.Single UnityEngine.Matrix4x4::m13
float ___m13_13;
// System.Single UnityEngine.Matrix4x4::m23
float ___m23_14;
// System.Single UnityEngine.Matrix4x4::m33
float ___m33_15;
public:
inline static int32_t get_offset_of_m00_0() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m00_0)); }
inline float get_m00_0() const { return ___m00_0; }
inline float* get_address_of_m00_0() { return &___m00_0; }
inline void set_m00_0(float value)
{
___m00_0 = value;
}
inline static int32_t get_offset_of_m10_1() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m10_1)); }
inline float get_m10_1() const { return ___m10_1; }
inline float* get_address_of_m10_1() { return &___m10_1; }
inline void set_m10_1(float value)
{
___m10_1 = value;
}
inline static int32_t get_offset_of_m20_2() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m20_2)); }
inline float get_m20_2() const { return ___m20_2; }
inline float* get_address_of_m20_2() { return &___m20_2; }
inline void set_m20_2(float value)
{
___m20_2 = value;
}
inline static int32_t get_offset_of_m30_3() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m30_3)); }
inline float get_m30_3() const { return ___m30_3; }
inline float* get_address_of_m30_3() { return &___m30_3; }
inline void set_m30_3(float value)
{
___m30_3 = value;
}
inline static int32_t get_offset_of_m01_4() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m01_4)); }
inline float get_m01_4() const { return ___m01_4; }
inline float* get_address_of_m01_4() { return &___m01_4; }
inline void set_m01_4(float value)
{
___m01_4 = value;
}
inline static int32_t get_offset_of_m11_5() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m11_5)); }
inline float get_m11_5() const { return ___m11_5; }
inline float* get_address_of_m11_5() { return &___m11_5; }
inline void set_m11_5(float value)
{
___m11_5 = value;
}
inline static int32_t get_offset_of_m21_6() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m21_6)); }
inline float get_m21_6() const { return ___m21_6; }
inline float* get_address_of_m21_6() { return &___m21_6; }
inline void set_m21_6(float value)
{
___m21_6 = value;
}
inline static int32_t get_offset_of_m31_7() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m31_7)); }
inline float get_m31_7() const { return ___m31_7; }
inline float* get_address_of_m31_7() { return &___m31_7; }
inline void set_m31_7(float value)
{
___m31_7 = value;
}
inline static int32_t get_offset_of_m02_8() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m02_8)); }
inline float get_m02_8() const { return ___m02_8; }
inline float* get_address_of_m02_8() { return &___m02_8; }
inline void set_m02_8(float value)
{
___m02_8 = value;
}
inline static int32_t get_offset_of_m12_9() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m12_9)); }
inline float get_m12_9() const { return ___m12_9; }
inline float* get_address_of_m12_9() { return &___m12_9; }
inline void set_m12_9(float value)
{
___m12_9 = value;
}
inline static int32_t get_offset_of_m22_10() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m22_10)); }
inline float get_m22_10() const { return ___m22_10; }
inline float* get_address_of_m22_10() { return &___m22_10; }
inline void set_m22_10(float value)
{
___m22_10 = value;
}
inline static int32_t get_offset_of_m32_11() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m32_11)); }
inline float get_m32_11() const { return ___m32_11; }
inline float* get_address_of_m32_11() { return &___m32_11; }
inline void set_m32_11(float value)
{
___m32_11 = value;
}
inline static int32_t get_offset_of_m03_12() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m03_12)); }
inline float get_m03_12() const { return ___m03_12; }
inline float* get_address_of_m03_12() { return &___m03_12; }
inline void set_m03_12(float value)
{
___m03_12 = value;
}
inline static int32_t get_offset_of_m13_13() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m13_13)); }
inline float get_m13_13() const { return ___m13_13; }
inline float* get_address_of_m13_13() { return &___m13_13; }
inline void set_m13_13(float value)
{
___m13_13 = value;
}
inline static int32_t get_offset_of_m23_14() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m23_14)); }
inline float get_m23_14() const { return ___m23_14; }
inline float* get_address_of_m23_14() { return &___m23_14; }
inline void set_m23_14(float value)
{
___m23_14 = value;
}
inline static int32_t get_offset_of_m33_15() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m33_15)); }
inline float get_m33_15() const { return ___m33_15; }
inline float* get_address_of_m33_15() { return &___m33_15; }
inline void set_m33_15(float value)
{
___m33_15 = value;
}
};
struct Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA_StaticFields
{
public:
// UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::zeroMatrix
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___zeroMatrix_16;
// UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::identityMatrix
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___identityMatrix_17;
public:
inline static int32_t get_offset_of_zeroMatrix_16() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA_StaticFields, ___zeroMatrix_16)); }
inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA get_zeroMatrix_16() const { return ___zeroMatrix_16; }
inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * get_address_of_zeroMatrix_16() { return &___zeroMatrix_16; }
inline void set_zeroMatrix_16(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA value)
{
___zeroMatrix_16 = value;
}
inline static int32_t get_offset_of_identityMatrix_17() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA_StaticFields, ___identityMatrix_17)); }
inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA get_identityMatrix_17() const { return ___identityMatrix_17; }
inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * get_address_of_identityMatrix_17() { return &___identityMatrix_17; }
inline void set_identityMatrix_17(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA value)
{
___identityMatrix_17 = value;
}
};
// UnityEngine.Quaternion
struct Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357
{
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<int32_t>(offsetof(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357, ___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<int32_t>(offsetof(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357, ___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<int32_t>(offsetof(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357, ___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<int32_t>(offsetof(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357, ___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_t319F3319A7D43FFA5D819AD6C0A98851F0095357_StaticFields
{
public:
// UnityEngine.Quaternion UnityEngine.Quaternion::identityQuaternion
Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 ___identityQuaternion_4;
public:
inline static int32_t get_offset_of_identityQuaternion_4() { return static_cast<int32_t>(offsetof(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357_StaticFields, ___identityQuaternion_4)); }
inline Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 get_identityQuaternion_4() const { return ___identityQuaternion_4; }
inline Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 * get_address_of_identityQuaternion_4() { return &___identityQuaternion_4; }
inline void set_identityQuaternion_4(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 value)
{
___identityQuaternion_4 = value;
}
};
// UnityEngine.Rect
struct Rect_t35B976DE901B5423C11705E156938EA27AB402CE
{
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<int32_t>(offsetof(Rect_t35B976DE901B5423C11705E156938EA27AB402CE, ___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<int32_t>(offsetof(Rect_t35B976DE901B5423C11705E156938EA27AB402CE, ___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<int32_t>(offsetof(Rect_t35B976DE901B5423C11705E156938EA27AB402CE, ___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<int32_t>(offsetof(Rect_t35B976DE901B5423C11705E156938EA27AB402CE, ___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;
}
};
// UnityEngine.Vector2
struct Vector2_tA85D2DD88578276CA8A8796756458277E72D073D
{
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<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D, ___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<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D, ___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_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields
{
public:
// UnityEngine.Vector2 UnityEngine.Vector2::zeroVector
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___zeroVector_2;
// UnityEngine.Vector2 UnityEngine.Vector2::oneVector
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___oneVector_3;
// UnityEngine.Vector2 UnityEngine.Vector2::upVector
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___upVector_4;
// UnityEngine.Vector2 UnityEngine.Vector2::downVector
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___downVector_5;
// UnityEngine.Vector2 UnityEngine.Vector2::leftVector
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___leftVector_6;
// UnityEngine.Vector2 UnityEngine.Vector2::rightVector
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___rightVector_7;
// UnityEngine.Vector2 UnityEngine.Vector2::positiveInfinityVector
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___positiveInfinityVector_8;
// UnityEngine.Vector2 UnityEngine.Vector2::negativeInfinityVector
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___negativeInfinityVector_9;
public:
inline static int32_t get_offset_of_zeroVector_2() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___zeroVector_2)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_zeroVector_2() const { return ___zeroVector_2; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_zeroVector_2() { return &___zeroVector_2; }
inline void set_zeroVector_2(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___zeroVector_2 = value;
}
inline static int32_t get_offset_of_oneVector_3() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___oneVector_3)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_oneVector_3() const { return ___oneVector_3; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_oneVector_3() { return &___oneVector_3; }
inline void set_oneVector_3(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___oneVector_3 = value;
}
inline static int32_t get_offset_of_upVector_4() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___upVector_4)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_upVector_4() const { return ___upVector_4; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_upVector_4() { return &___upVector_4; }
inline void set_upVector_4(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___upVector_4 = value;
}
inline static int32_t get_offset_of_downVector_5() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___downVector_5)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_downVector_5() const { return ___downVector_5; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_downVector_5() { return &___downVector_5; }
inline void set_downVector_5(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___downVector_5 = value;
}
inline static int32_t get_offset_of_leftVector_6() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___leftVector_6)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_leftVector_6() const { return ___leftVector_6; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_leftVector_6() { return &___leftVector_6; }
inline void set_leftVector_6(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___leftVector_6 = value;
}
inline static int32_t get_offset_of_rightVector_7() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___rightVector_7)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_rightVector_7() const { return ___rightVector_7; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_rightVector_7() { return &___rightVector_7; }
inline void set_rightVector_7(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___rightVector_7 = value;
}
inline static int32_t get_offset_of_positiveInfinityVector_8() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___positiveInfinityVector_8)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_positiveInfinityVector_8() const { return ___positiveInfinityVector_8; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_positiveInfinityVector_8() { return &___positiveInfinityVector_8; }
inline void set_positiveInfinityVector_8(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___positiveInfinityVector_8 = value;
}
inline static int32_t get_offset_of_negativeInfinityVector_9() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___negativeInfinityVector_9)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_negativeInfinityVector_9() const { return ___negativeInfinityVector_9; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_negativeInfinityVector_9() { return &___negativeInfinityVector_9; }
inline void set_negativeInfinityVector_9(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___negativeInfinityVector_9 = value;
}
};
// UnityEngine.Vector3
struct Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720
{
public:
// System.Single UnityEngine.Vector3::x
float ___x_2;
// System.Single UnityEngine.Vector3::y
float ___y_3;
// System.Single UnityEngine.Vector3::z
float ___z_4;
public:
inline static int32_t get_offset_of_x_2() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720, ___x_2)); }
inline float get_x_2() const { return ___x_2; }
inline float* get_address_of_x_2() { return &___x_2; }
inline void set_x_2(float value)
{
___x_2 = value;
}
inline static int32_t get_offset_of_y_3() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720, ___y_3)); }
inline float get_y_3() const { return ___y_3; }
inline float* get_address_of_y_3() { return &___y_3; }
inline void set_y_3(float value)
{
___y_3 = value;
}
inline static int32_t get_offset_of_z_4() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720, ___z_4)); }
inline float get_z_4() const { return ___z_4; }
inline float* get_address_of_z_4() { return &___z_4; }
inline void set_z_4(float value)
{
___z_4 = value;
}
};
struct Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields
{
public:
// UnityEngine.Vector3 UnityEngine.Vector3::zeroVector
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___zeroVector_5;
// UnityEngine.Vector3 UnityEngine.Vector3::oneVector
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___oneVector_6;
// UnityEngine.Vector3 UnityEngine.Vector3::upVector
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___upVector_7;
// UnityEngine.Vector3 UnityEngine.Vector3::downVector
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___downVector_8;
// UnityEngine.Vector3 UnityEngine.Vector3::leftVector
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___leftVector_9;
// UnityEngine.Vector3 UnityEngine.Vector3::rightVector
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___rightVector_10;
// UnityEngine.Vector3 UnityEngine.Vector3::forwardVector
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___forwardVector_11;
// UnityEngine.Vector3 UnityEngine.Vector3::backVector
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___backVector_12;
// UnityEngine.Vector3 UnityEngine.Vector3::positiveInfinityVector
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___positiveInfinityVector_13;
// UnityEngine.Vector3 UnityEngine.Vector3::negativeInfinityVector
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___negativeInfinityVector_14;
public:
inline static int32_t get_offset_of_zeroVector_5() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___zeroVector_5)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_zeroVector_5() const { return ___zeroVector_5; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_zeroVector_5() { return &___zeroVector_5; }
inline void set_zeroVector_5(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___zeroVector_5 = value;
}
inline static int32_t get_offset_of_oneVector_6() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___oneVector_6)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_oneVector_6() const { return ___oneVector_6; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_oneVector_6() { return &___oneVector_6; }
inline void set_oneVector_6(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___oneVector_6 = value;
}
inline static int32_t get_offset_of_upVector_7() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___upVector_7)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_upVector_7() const { return ___upVector_7; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_upVector_7() { return &___upVector_7; }
inline void set_upVector_7(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___upVector_7 = value;
}
inline static int32_t get_offset_of_downVector_8() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___downVector_8)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_downVector_8() const { return ___downVector_8; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_downVector_8() { return &___downVector_8; }
inline void set_downVector_8(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___downVector_8 = value;
}
inline static int32_t get_offset_of_leftVector_9() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___leftVector_9)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_leftVector_9() const { return ___leftVector_9; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_leftVector_9() { return &___leftVector_9; }
inline void set_leftVector_9(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___leftVector_9 = value;
}
inline static int32_t get_offset_of_rightVector_10() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___rightVector_10)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_rightVector_10() const { return ___rightVector_10; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_rightVector_10() { return &___rightVector_10; }
inline void set_rightVector_10(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___rightVector_10 = value;
}
inline static int32_t get_offset_of_forwardVector_11() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___forwardVector_11)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_forwardVector_11() const { return ___forwardVector_11; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_forwardVector_11() { return &___forwardVector_11; }
inline void set_forwardVector_11(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___forwardVector_11 = value;
}
inline static int32_t get_offset_of_backVector_12() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___backVector_12)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_backVector_12() const { return ___backVector_12; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_backVector_12() { return &___backVector_12; }
inline void set_backVector_12(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___backVector_12 = value;
}
inline static int32_t get_offset_of_positiveInfinityVector_13() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___positiveInfinityVector_13)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_positiveInfinityVector_13() const { return ___positiveInfinityVector_13; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_positiveInfinityVector_13() { return &___positiveInfinityVector_13; }
inline void set_positiveInfinityVector_13(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___positiveInfinityVector_13 = value;
}
inline static int32_t get_offset_of_negativeInfinityVector_14() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___negativeInfinityVector_14)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_negativeInfinityVector_14() const { return ___negativeInfinityVector_14; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_negativeInfinityVector_14() { return &___negativeInfinityVector_14; }
inline void set_negativeInfinityVector_14(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___negativeInfinityVector_14 = value;
}
};
// UnityEngine.Vector4
struct Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E
{
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<int32_t>(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E, ___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<int32_t>(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E, ___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<int32_t>(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E, ___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<int32_t>(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E, ___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_tD148D6428C3F8FF6CD998F82090113C2B490B76E_StaticFields
{
public:
// UnityEngine.Vector4 UnityEngine.Vector4::zeroVector
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___zeroVector_5;
// UnityEngine.Vector4 UnityEngine.Vector4::oneVector
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___oneVector_6;
// UnityEngine.Vector4 UnityEngine.Vector4::positiveInfinityVector
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___positiveInfinityVector_7;
// UnityEngine.Vector4 UnityEngine.Vector4::negativeInfinityVector
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___negativeInfinityVector_8;
public:
inline static int32_t get_offset_of_zeroVector_5() { return static_cast<int32_t>(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_StaticFields, ___zeroVector_5)); }
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E get_zeroVector_5() const { return ___zeroVector_5; }
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * get_address_of_zeroVector_5() { return &___zeroVector_5; }
inline void set_zeroVector_5(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value)
{
___zeroVector_5 = value;
}
inline static int32_t get_offset_of_oneVector_6() { return static_cast<int32_t>(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_StaticFields, ___oneVector_6)); }
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E get_oneVector_6() const { return ___oneVector_6; }
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * get_address_of_oneVector_6() { return &___oneVector_6; }
inline void set_oneVector_6(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value)
{
___oneVector_6 = value;
}
inline static int32_t get_offset_of_positiveInfinityVector_7() { return static_cast<int32_t>(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_StaticFields, ___positiveInfinityVector_7)); }
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E get_positiveInfinityVector_7() const { return ___positiveInfinityVector_7; }
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * get_address_of_positiveInfinityVector_7() { return &___positiveInfinityVector_7; }
inline void set_positiveInfinityVector_7(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value)
{
___positiveInfinityVector_7 = value;
}
inline static int32_t get_offset_of_negativeInfinityVector_8() { return static_cast<int32_t>(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_StaticFields, ___negativeInfinityVector_8)); }
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E get_negativeInfinityVector_8() const { return ___negativeInfinityVector_8; }
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * get_address_of_negativeInfinityVector_8() { return &___negativeInfinityVector_8; }
inline void set_negativeInfinityVector_8(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value)
{
___negativeInfinityVector_8 = value;
}
};
// securityConnection
struct securityConnection_t2548EEEE9F234CCA4ACD0F083024F35C2CB5683B
{
public:
// System.String securityConnection::ip
String_t* ___ip_0;
// System.Int32 securityConnection::port
int32_t ___port_1;
public:
inline static int32_t get_offset_of_ip_0() { return static_cast<int32_t>(offsetof(securityConnection_t2548EEEE9F234CCA4ACD0F083024F35C2CB5683B, ___ip_0)); }
inline String_t* get_ip_0() const { return ___ip_0; }
inline String_t** get_address_of_ip_0() { return &___ip_0; }
inline void set_ip_0(String_t* value)
{
___ip_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___ip_0), (void*)value);
}
inline static int32_t get_offset_of_port_1() { return static_cast<int32_t>(offsetof(securityConnection_t2548EEEE9F234CCA4ACD0F083024F35C2CB5683B, ___port_1)); }
inline int32_t get_port_1() const { return ___port_1; }
inline int32_t* get_address_of_port_1() { return &___port_1; }
inline void set_port_1(int32_t value)
{
___port_1 = value;
}
};
// Native definition for P/Invoke marshalling of securityConnection
struct securityConnection_t2548EEEE9F234CCA4ACD0F083024F35C2CB5683B_marshaled_pinvoke
{
char ___ip_0[32];
int32_t ___port_1;
};
// Native definition for COM marshalling of securityConnection
struct securityConnection_t2548EEEE9F234CCA4ACD0F083024F35C2CB5683B_marshaled_com
{
char ___ip_0[32];
int32_t ___port_1;
};
// <PrivateImplementationDetails>
struct U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A : public RuntimeObject
{
public:
public:
};
struct U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields
{
public:
// System.Int64 <PrivateImplementationDetails>::007B00E34209B4455CE53672DEBFC48AD71826C7
int64_t ___007B00E34209B4455CE53672DEBFC48AD71826C7_0;
// System.Int64 <PrivateImplementationDetails>::03A095F9656AAECD356A9BB7678E1049B80A7634
int64_t ___03A095F9656AAECD356A9BB7678E1049B80A7634_1;
// System.Int64 <PrivateImplementationDetails>::087C2FB428952F5A6F9B4BA7B31019344382A2F7
int64_t ___087C2FB428952F5A6F9B4BA7B31019344382A2F7_2;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D36 <PrivateImplementationDetails>::0C26110E719C695B53866AF29BD7FE98A72596F3
__StaticArrayInitTypeSizeU3D36_tB11DD7146197C35EC027B5117260DFBD243BB647 ___0C26110E719C695B53866AF29BD7FE98A72596F3_3;
// System.Int64 <PrivateImplementationDetails>::0F85B6A7D2B5CA3FE2A6CABBA935C9ABDB08B01C
int64_t ___0F85B6A7D2B5CA3FE2A6CABBA935C9ABDB08B01C_4;
// System.Int64 <PrivateImplementationDetails>::2212E72C4B0CDF98B5DC7FD2FBE5F7D6B03C1E48
int64_t ___2212E72C4B0CDF98B5DC7FD2FBE5F7D6B03C1E48_5;
// System.Int64 <PrivateImplementationDetails>::238A1D83A9473CB33B4A2FC3407F1AA8D6D139DC
int64_t ___238A1D83A9473CB33B4A2FC3407F1AA8D6D139DC_6;
// System.Int64 <PrivateImplementationDetails>::279F628214A27FCE96C9A6A1C7E8079091509C60
int64_t ___279F628214A27FCE96C9A6A1C7E8079091509C60_7;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D32 <PrivateImplementationDetails>::335BB7CBEE0951D5B5545B3AF1873199CFE13674
__StaticArrayInitTypeSizeU3D32_t94E9375C899479358C941227FA08AB6B16D04315 ___335BB7CBEE0951D5B5545B3AF1873199CFE13674_8;
// System.Int64 <PrivateImplementationDetails>::383F819F26286BE8253A93B33225C2789B500FAA
int64_t ___383F819F26286BE8253A93B33225C2789B500FAA_9;
// System.Int64 <PrivateImplementationDetails>::3958D38ACFD61EB3856A0D41C3828D4CC78DD0F1
int64_t ___3958D38ACFD61EB3856A0D41C3828D4CC78DD0F1_10;
// System.Int64 <PrivateImplementationDetails>::3B773972479C38582ED076B0294CB801B14EBCB8
int64_t ___3B773972479C38582ED076B0294CB801B14EBCB8_11;
// System.Int64 <PrivateImplementationDetails>::3DAD2856BF08217BD73D8EE9B1BE6C98BB427D86
int64_t ___3DAD2856BF08217BD73D8EE9B1BE6C98BB427D86_12;
// System.Int64 <PrivateImplementationDetails>::40C8B4499FB123D4600247361F1D311B5B786EFC
int64_t ___40C8B4499FB123D4600247361F1D311B5B786EFC_13;
// System.Int64 <PrivateImplementationDetails>::43A75A2A789D7B64CD84A53AEE60097E4378BDAF
int64_t ___43A75A2A789D7B64CD84A53AEE60097E4378BDAF_14;
// System.Int64 <PrivateImplementationDetails>::45E887FCADFD2D2A201151E57F41722228E25191
int64_t ___45E887FCADFD2D2A201151E57F41722228E25191_15;
// System.Int64 <PrivateImplementationDetails>::6818C542B63B905DA7AA3E792496006A79F2AF9A
int64_t ___6818C542B63B905DA7AA3E792496006A79F2AF9A_16;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D96 <PrivateImplementationDetails>::6D90B721AD0313E43506A66F721242CF2358462B
__StaticArrayInitTypeSizeU3D96_t1570DF859C9F9F7480604C85930836CA53E9046E ___6D90B721AD0313E43506A66F721242CF2358462B_17;
// System.Int64 <PrivateImplementationDetails>::741E8E322ADCC6A381EC7DAEA6EADB92E44B250D
int64_t ___741E8E322ADCC6A381EC7DAEA6EADB92E44B250D_18;
// System.Int64 <PrivateImplementationDetails>::797D7400516FFD35D49EB1BAF960660F46667662
int64_t ___797D7400516FFD35D49EB1BAF960660F46667662_19;
// System.Int64 <PrivateImplementationDetails>::7ABEBB305574CE8F33CCD0C5C6BBC5A42512ED8A
int64_t ___7ABEBB305574CE8F33CCD0C5C6BBC5A42512ED8A_20;
// System.Int64 <PrivateImplementationDetails>::8029B4BFD3AA93C76711AF616C14163A1456D360
int64_t ___8029B4BFD3AA93C76711AF616C14163A1456D360_21;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D64 <PrivateImplementationDetails>::806BC28C08532BB7F7A6471F4796475FF255663B
__StaticArrayInitTypeSizeU3D64_t702E955CFCF83D5C66E478D1CFA07B549225E6C0 ___806BC28C08532BB7F7A6471F4796475FF255663B_22;
// System.Int64 <PrivateImplementationDetails>::80B74EA5D41848E8432CEAFA9961AC11263301F1
int64_t ___80B74EA5D41848E8432CEAFA9961AC11263301F1_23;
// System.Int64 <PrivateImplementationDetails>::8668A92E0E3F3AAFF23D2049DC11B6B2A79B3892
int64_t ___8668A92E0E3F3AAFF23D2049DC11B6B2A79B3892_24;
// System.Int64 <PrivateImplementationDetails>::8C384FCEEF5A89AB66900B58C2BC762041F2BAAA
int64_t ___8C384FCEEF5A89AB66900B58C2BC762041F2BAAA_25;
// System.Int64 <PrivateImplementationDetails>::94A42B7852CD856D7DF09B14FEEDFE55ECFD242A
int64_t ___94A42B7852CD856D7DF09B14FEEDFE55ECFD242A_26;
// System.Int64 <PrivateImplementationDetails>::98DC13D2837951F7E90A7317F587453B3641AEF8
int64_t ___98DC13D2837951F7E90A7317F587453B3641AEF8_27;
// System.Int64 <PrivateImplementationDetails>::9CFFD52FD0E555EE90F7563881D85243554810B3
int64_t ___9CFFD52FD0E555EE90F7563881D85243554810B3_28;
// System.Int64 <PrivateImplementationDetails>::9DB9891E900FED075409C1116FB43BE2A5C99CE3
int64_t ___9DB9891E900FED075409C1116FB43BE2A5C99CE3_29;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D216 <PrivateImplementationDetails>::A07B68A3ADBCD0C683EB16067435A02C31BC097E
__StaticArrayInitTypeSizeU3D216_tF2BF77331C2FC0E4D67598EF26D1F6A38895C176 ___A07B68A3ADBCD0C683EB16067435A02C31BC097E_30;
// System.Int64 <PrivateImplementationDetails>::A1AAE38F8C9CA93B8B576352DB0347E85ACE981D
int64_t ___A1AAE38F8C9CA93B8B576352DB0347E85ACE981D_31;
// System.Int64 <PrivateImplementationDetails>::A952E7EC53B80A9543AB5F02AF9B12F708D4C867
int64_t ___A952E7EC53B80A9543AB5F02AF9B12F708D4C867_32;
// System.Int64 <PrivateImplementationDetails>::AD6701E75A5CF7306C0EE9691368B44A5289E170
int64_t ___AD6701E75A5CF7306C0EE9691368B44A5289E170_33;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D80 <PrivateImplementationDetails>::B91404C2FE5F0C772E097415A13F88376EC8F24F
__StaticArrayInitTypeSizeU3D80_t4354F721315E4C0B54840F3801ED97FCA2BEEDEE ___B91404C2FE5F0C772E097415A13F88376EC8F24F_34;
// System.Int64 <PrivateImplementationDetails>::BAFB2659BDF551FC1EDEC2D984016ABCD0D73B9D
int64_t ___BAFB2659BDF551FC1EDEC2D984016ABCD0D73B9D_35;
// System.Int64 <PrivateImplementationDetails>::C4CE4356C59D41913E1D60E4497C031B67B1B86B
int64_t ___C4CE4356C59D41913E1D60E4497C031B67B1B86B_36;
// System.Int64 <PrivateImplementationDetails>::CB5C136EE31BD57814DA5895C0852C5FF1C4068A
int64_t ___CB5C136EE31BD57814DA5895C0852C5FF1C4068A_37;
// System.Int64 <PrivateImplementationDetails>::D4BDB99F00532ACDB317B92D161D27C7448A01FD
int64_t ___D4BDB99F00532ACDB317B92D161D27C7448A01FD_38;
// System.Int64 <PrivateImplementationDetails>::D4BF016055ECFEFAF2A57607AAEBE3B334CFE4B1
int64_t ___D4BF016055ECFEFAF2A57607AAEBE3B334CFE4B1_39;
// System.Int64 <PrivateImplementationDetails>::D85B3307ADBDBC8F042004EE6D6BEE9C58600C9A
int64_t ___D85B3307ADBDBC8F042004EE6D6BEE9C58600C9A_40;
// System.Int64 <PrivateImplementationDetails>::DFA550E9A19BDA5FB3B2E5AD849AD0E5CAA6DD13
int64_t ___DFA550E9A19BDA5FB3B2E5AD849AD0E5CAA6DD13_41;
// System.Int64 <PrivateImplementationDetails>::E9F4121A731C95C166E9FAEF48EC5D95FB224445
int64_t ___E9F4121A731C95C166E9FAEF48EC5D95FB224445_42;
// System.Int64 <PrivateImplementationDetails>::EF711242CC520CD5836CD071EF05A5DC78CA34D7
int64_t ___EF711242CC520CD5836CD071EF05A5DC78CA34D7_43;
// System.Int64 <PrivateImplementationDetails>::FA033773B4E9EA7CC64D9E13E965FA55418F4B48
int64_t ___FA033773B4E9EA7CC64D9E13E965FA55418F4B48_44;
// System.Int64 <PrivateImplementationDetails>::FE6C78086F5333BA3E88D035426FC0244E8FC585
int64_t ___FE6C78086F5333BA3E88D035426FC0244E8FC585_45;
// System.Int64 <PrivateImplementationDetails>::FF8523802A3ADEB52E78A9CF613AA30033944FE6
int64_t ___FF8523802A3ADEB52E78A9CF613AA30033944FE6_46;
public:
inline static int32_t get_offset_of_U3007B00E34209B4455CE53672DEBFC48AD71826C7_0() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___007B00E34209B4455CE53672DEBFC48AD71826C7_0)); }
inline int64_t get_U3007B00E34209B4455CE53672DEBFC48AD71826C7_0() const { return ___007B00E34209B4455CE53672DEBFC48AD71826C7_0; }
inline int64_t* get_address_of_U3007B00E34209B4455CE53672DEBFC48AD71826C7_0() { return &___007B00E34209B4455CE53672DEBFC48AD71826C7_0; }
inline void set_U3007B00E34209B4455CE53672DEBFC48AD71826C7_0(int64_t value)
{
___007B00E34209B4455CE53672DEBFC48AD71826C7_0 = value;
}
inline static int32_t get_offset_of_U303A095F9656AAECD356A9BB7678E1049B80A7634_1() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___03A095F9656AAECD356A9BB7678E1049B80A7634_1)); }
inline int64_t get_U303A095F9656AAECD356A9BB7678E1049B80A7634_1() const { return ___03A095F9656AAECD356A9BB7678E1049B80A7634_1; }
inline int64_t* get_address_of_U303A095F9656AAECD356A9BB7678E1049B80A7634_1() { return &___03A095F9656AAECD356A9BB7678E1049B80A7634_1; }
inline void set_U303A095F9656AAECD356A9BB7678E1049B80A7634_1(int64_t value)
{
___03A095F9656AAECD356A9BB7678E1049B80A7634_1 = value;
}
inline static int32_t get_offset_of_U3087C2FB428952F5A6F9B4BA7B31019344382A2F7_2() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___087C2FB428952F5A6F9B4BA7B31019344382A2F7_2)); }
inline int64_t get_U3087C2FB428952F5A6F9B4BA7B31019344382A2F7_2() const { return ___087C2FB428952F5A6F9B4BA7B31019344382A2F7_2; }
inline int64_t* get_address_of_U3087C2FB428952F5A6F9B4BA7B31019344382A2F7_2() { return &___087C2FB428952F5A6F9B4BA7B31019344382A2F7_2; }
inline void set_U3087C2FB428952F5A6F9B4BA7B31019344382A2F7_2(int64_t value)
{
___087C2FB428952F5A6F9B4BA7B31019344382A2F7_2 = value;
}
inline static int32_t get_offset_of_U30C26110E719C695B53866AF29BD7FE98A72596F3_3() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___0C26110E719C695B53866AF29BD7FE98A72596F3_3)); }
inline __StaticArrayInitTypeSizeU3D36_tB11DD7146197C35EC027B5117260DFBD243BB647 get_U30C26110E719C695B53866AF29BD7FE98A72596F3_3() const { return ___0C26110E719C695B53866AF29BD7FE98A72596F3_3; }
inline __StaticArrayInitTypeSizeU3D36_tB11DD7146197C35EC027B5117260DFBD243BB647 * get_address_of_U30C26110E719C695B53866AF29BD7FE98A72596F3_3() { return &___0C26110E719C695B53866AF29BD7FE98A72596F3_3; }
inline void set_U30C26110E719C695B53866AF29BD7FE98A72596F3_3(__StaticArrayInitTypeSizeU3D36_tB11DD7146197C35EC027B5117260DFBD243BB647 value)
{
___0C26110E719C695B53866AF29BD7FE98A72596F3_3 = value;
}
inline static int32_t get_offset_of_U30F85B6A7D2B5CA3FE2A6CABBA935C9ABDB08B01C_4() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___0F85B6A7D2B5CA3FE2A6CABBA935C9ABDB08B01C_4)); }
inline int64_t get_U30F85B6A7D2B5CA3FE2A6CABBA935C9ABDB08B01C_4() const { return ___0F85B6A7D2B5CA3FE2A6CABBA935C9ABDB08B01C_4; }
inline int64_t* get_address_of_U30F85B6A7D2B5CA3FE2A6CABBA935C9ABDB08B01C_4() { return &___0F85B6A7D2B5CA3FE2A6CABBA935C9ABDB08B01C_4; }
inline void set_U30F85B6A7D2B5CA3FE2A6CABBA935C9ABDB08B01C_4(int64_t value)
{
___0F85B6A7D2B5CA3FE2A6CABBA935C9ABDB08B01C_4 = value;
}
inline static int32_t get_offset_of_U32212E72C4B0CDF98B5DC7FD2FBE5F7D6B03C1E48_5() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___2212E72C4B0CDF98B5DC7FD2FBE5F7D6B03C1E48_5)); }
inline int64_t get_U32212E72C4B0CDF98B5DC7FD2FBE5F7D6B03C1E48_5() const { return ___2212E72C4B0CDF98B5DC7FD2FBE5F7D6B03C1E48_5; }
inline int64_t* get_address_of_U32212E72C4B0CDF98B5DC7FD2FBE5F7D6B03C1E48_5() { return &___2212E72C4B0CDF98B5DC7FD2FBE5F7D6B03C1E48_5; }
inline void set_U32212E72C4B0CDF98B5DC7FD2FBE5F7D6B03C1E48_5(int64_t value)
{
___2212E72C4B0CDF98B5DC7FD2FBE5F7D6B03C1E48_5 = value;
}
inline static int32_t get_offset_of_U3238A1D83A9473CB33B4A2FC3407F1AA8D6D139DC_6() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___238A1D83A9473CB33B4A2FC3407F1AA8D6D139DC_6)); }
inline int64_t get_U3238A1D83A9473CB33B4A2FC3407F1AA8D6D139DC_6() const { return ___238A1D83A9473CB33B4A2FC3407F1AA8D6D139DC_6; }
inline int64_t* get_address_of_U3238A1D83A9473CB33B4A2FC3407F1AA8D6D139DC_6() { return &___238A1D83A9473CB33B4A2FC3407F1AA8D6D139DC_6; }
inline void set_U3238A1D83A9473CB33B4A2FC3407F1AA8D6D139DC_6(int64_t value)
{
___238A1D83A9473CB33B4A2FC3407F1AA8D6D139DC_6 = value;
}
inline static int32_t get_offset_of_U3279F628214A27FCE96C9A6A1C7E8079091509C60_7() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___279F628214A27FCE96C9A6A1C7E8079091509C60_7)); }
inline int64_t get_U3279F628214A27FCE96C9A6A1C7E8079091509C60_7() const { return ___279F628214A27FCE96C9A6A1C7E8079091509C60_7; }
inline int64_t* get_address_of_U3279F628214A27FCE96C9A6A1C7E8079091509C60_7() { return &___279F628214A27FCE96C9A6A1C7E8079091509C60_7; }
inline void set_U3279F628214A27FCE96C9A6A1C7E8079091509C60_7(int64_t value)
{
___279F628214A27FCE96C9A6A1C7E8079091509C60_7 = value;
}
inline static int32_t get_offset_of_U3335BB7CBEE0951D5B5545B3AF1873199CFE13674_8() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___335BB7CBEE0951D5B5545B3AF1873199CFE13674_8)); }
inline __StaticArrayInitTypeSizeU3D32_t94E9375C899479358C941227FA08AB6B16D04315 get_U3335BB7CBEE0951D5B5545B3AF1873199CFE13674_8() const { return ___335BB7CBEE0951D5B5545B3AF1873199CFE13674_8; }
inline __StaticArrayInitTypeSizeU3D32_t94E9375C899479358C941227FA08AB6B16D04315 * get_address_of_U3335BB7CBEE0951D5B5545B3AF1873199CFE13674_8() { return &___335BB7CBEE0951D5B5545B3AF1873199CFE13674_8; }
inline void set_U3335BB7CBEE0951D5B5545B3AF1873199CFE13674_8(__StaticArrayInitTypeSizeU3D32_t94E9375C899479358C941227FA08AB6B16D04315 value)
{
___335BB7CBEE0951D5B5545B3AF1873199CFE13674_8 = value;
}
inline static int32_t get_offset_of_U3383F819F26286BE8253A93B33225C2789B500FAA_9() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___383F819F26286BE8253A93B33225C2789B500FAA_9)); }
inline int64_t get_U3383F819F26286BE8253A93B33225C2789B500FAA_9() const { return ___383F819F26286BE8253A93B33225C2789B500FAA_9; }
inline int64_t* get_address_of_U3383F819F26286BE8253A93B33225C2789B500FAA_9() { return &___383F819F26286BE8253A93B33225C2789B500FAA_9; }
inline void set_U3383F819F26286BE8253A93B33225C2789B500FAA_9(int64_t value)
{
___383F819F26286BE8253A93B33225C2789B500FAA_9 = value;
}
inline static int32_t get_offset_of_U33958D38ACFD61EB3856A0D41C3828D4CC78DD0F1_10() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___3958D38ACFD61EB3856A0D41C3828D4CC78DD0F1_10)); }
inline int64_t get_U33958D38ACFD61EB3856A0D41C3828D4CC78DD0F1_10() const { return ___3958D38ACFD61EB3856A0D41C3828D4CC78DD0F1_10; }
inline int64_t* get_address_of_U33958D38ACFD61EB3856A0D41C3828D4CC78DD0F1_10() { return &___3958D38ACFD61EB3856A0D41C3828D4CC78DD0F1_10; }
inline void set_U33958D38ACFD61EB3856A0D41C3828D4CC78DD0F1_10(int64_t value)
{
___3958D38ACFD61EB3856A0D41C3828D4CC78DD0F1_10 = value;
}
inline static int32_t get_offset_of_U33B773972479C38582ED076B0294CB801B14EBCB8_11() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___3B773972479C38582ED076B0294CB801B14EBCB8_11)); }
inline int64_t get_U33B773972479C38582ED076B0294CB801B14EBCB8_11() const { return ___3B773972479C38582ED076B0294CB801B14EBCB8_11; }
inline int64_t* get_address_of_U33B773972479C38582ED076B0294CB801B14EBCB8_11() { return &___3B773972479C38582ED076B0294CB801B14EBCB8_11; }
inline void set_U33B773972479C38582ED076B0294CB801B14EBCB8_11(int64_t value)
{
___3B773972479C38582ED076B0294CB801B14EBCB8_11 = value;
}
inline static int32_t get_offset_of_U33DAD2856BF08217BD73D8EE9B1BE6C98BB427D86_12() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___3DAD2856BF08217BD73D8EE9B1BE6C98BB427D86_12)); }
inline int64_t get_U33DAD2856BF08217BD73D8EE9B1BE6C98BB427D86_12() const { return ___3DAD2856BF08217BD73D8EE9B1BE6C98BB427D86_12; }
inline int64_t* get_address_of_U33DAD2856BF08217BD73D8EE9B1BE6C98BB427D86_12() { return &___3DAD2856BF08217BD73D8EE9B1BE6C98BB427D86_12; }
inline void set_U33DAD2856BF08217BD73D8EE9B1BE6C98BB427D86_12(int64_t value)
{
___3DAD2856BF08217BD73D8EE9B1BE6C98BB427D86_12 = value;
}
inline static int32_t get_offset_of_U340C8B4499FB123D4600247361F1D311B5B786EFC_13() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___40C8B4499FB123D4600247361F1D311B5B786EFC_13)); }
inline int64_t get_U340C8B4499FB123D4600247361F1D311B5B786EFC_13() const { return ___40C8B4499FB123D4600247361F1D311B5B786EFC_13; }
inline int64_t* get_address_of_U340C8B4499FB123D4600247361F1D311B5B786EFC_13() { return &___40C8B4499FB123D4600247361F1D311B5B786EFC_13; }
inline void set_U340C8B4499FB123D4600247361F1D311B5B786EFC_13(int64_t value)
{
___40C8B4499FB123D4600247361F1D311B5B786EFC_13 = value;
}
inline static int32_t get_offset_of_U343A75A2A789D7B64CD84A53AEE60097E4378BDAF_14() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___43A75A2A789D7B64CD84A53AEE60097E4378BDAF_14)); }
inline int64_t get_U343A75A2A789D7B64CD84A53AEE60097E4378BDAF_14() const { return ___43A75A2A789D7B64CD84A53AEE60097E4378BDAF_14; }
inline int64_t* get_address_of_U343A75A2A789D7B64CD84A53AEE60097E4378BDAF_14() { return &___43A75A2A789D7B64CD84A53AEE60097E4378BDAF_14; }
inline void set_U343A75A2A789D7B64CD84A53AEE60097E4378BDAF_14(int64_t value)
{
___43A75A2A789D7B64CD84A53AEE60097E4378BDAF_14 = value;
}
inline static int32_t get_offset_of_U345E887FCADFD2D2A201151E57F41722228E25191_15() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___45E887FCADFD2D2A201151E57F41722228E25191_15)); }
inline int64_t get_U345E887FCADFD2D2A201151E57F41722228E25191_15() const { return ___45E887FCADFD2D2A201151E57F41722228E25191_15; }
inline int64_t* get_address_of_U345E887FCADFD2D2A201151E57F41722228E25191_15() { return &___45E887FCADFD2D2A201151E57F41722228E25191_15; }
inline void set_U345E887FCADFD2D2A201151E57F41722228E25191_15(int64_t value)
{
___45E887FCADFD2D2A201151E57F41722228E25191_15 = value;
}
inline static int32_t get_offset_of_U36818C542B63B905DA7AA3E792496006A79F2AF9A_16() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___6818C542B63B905DA7AA3E792496006A79F2AF9A_16)); }
inline int64_t get_U36818C542B63B905DA7AA3E792496006A79F2AF9A_16() const { return ___6818C542B63B905DA7AA3E792496006A79F2AF9A_16; }
inline int64_t* get_address_of_U36818C542B63B905DA7AA3E792496006A79F2AF9A_16() { return &___6818C542B63B905DA7AA3E792496006A79F2AF9A_16; }
inline void set_U36818C542B63B905DA7AA3E792496006A79F2AF9A_16(int64_t value)
{
___6818C542B63B905DA7AA3E792496006A79F2AF9A_16 = value;
}
inline static int32_t get_offset_of_U36D90B721AD0313E43506A66F721242CF2358462B_17() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___6D90B721AD0313E43506A66F721242CF2358462B_17)); }
inline __StaticArrayInitTypeSizeU3D96_t1570DF859C9F9F7480604C85930836CA53E9046E get_U36D90B721AD0313E43506A66F721242CF2358462B_17() const { return ___6D90B721AD0313E43506A66F721242CF2358462B_17; }
inline __StaticArrayInitTypeSizeU3D96_t1570DF859C9F9F7480604C85930836CA53E9046E * get_address_of_U36D90B721AD0313E43506A66F721242CF2358462B_17() { return &___6D90B721AD0313E43506A66F721242CF2358462B_17; }
inline void set_U36D90B721AD0313E43506A66F721242CF2358462B_17(__StaticArrayInitTypeSizeU3D96_t1570DF859C9F9F7480604C85930836CA53E9046E value)
{
___6D90B721AD0313E43506A66F721242CF2358462B_17 = value;
}
inline static int32_t get_offset_of_U3741E8E322ADCC6A381EC7DAEA6EADB92E44B250D_18() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___741E8E322ADCC6A381EC7DAEA6EADB92E44B250D_18)); }
inline int64_t get_U3741E8E322ADCC6A381EC7DAEA6EADB92E44B250D_18() const { return ___741E8E322ADCC6A381EC7DAEA6EADB92E44B250D_18; }
inline int64_t* get_address_of_U3741E8E322ADCC6A381EC7DAEA6EADB92E44B250D_18() { return &___741E8E322ADCC6A381EC7DAEA6EADB92E44B250D_18; }
inline void set_U3741E8E322ADCC6A381EC7DAEA6EADB92E44B250D_18(int64_t value)
{
___741E8E322ADCC6A381EC7DAEA6EADB92E44B250D_18 = value;
}
inline static int32_t get_offset_of_U3797D7400516FFD35D49EB1BAF960660F46667662_19() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___797D7400516FFD35D49EB1BAF960660F46667662_19)); }
inline int64_t get_U3797D7400516FFD35D49EB1BAF960660F46667662_19() const { return ___797D7400516FFD35D49EB1BAF960660F46667662_19; }
inline int64_t* get_address_of_U3797D7400516FFD35D49EB1BAF960660F46667662_19() { return &___797D7400516FFD35D49EB1BAF960660F46667662_19; }
inline void set_U3797D7400516FFD35D49EB1BAF960660F46667662_19(int64_t value)
{
___797D7400516FFD35D49EB1BAF960660F46667662_19 = value;
}
inline static int32_t get_offset_of_U37ABEBB305574CE8F33CCD0C5C6BBC5A42512ED8A_20() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___7ABEBB305574CE8F33CCD0C5C6BBC5A42512ED8A_20)); }
inline int64_t get_U37ABEBB305574CE8F33CCD0C5C6BBC5A42512ED8A_20() const { return ___7ABEBB305574CE8F33CCD0C5C6BBC5A42512ED8A_20; }
inline int64_t* get_address_of_U37ABEBB305574CE8F33CCD0C5C6BBC5A42512ED8A_20() { return &___7ABEBB305574CE8F33CCD0C5C6BBC5A42512ED8A_20; }
inline void set_U37ABEBB305574CE8F33CCD0C5C6BBC5A42512ED8A_20(int64_t value)
{
___7ABEBB305574CE8F33CCD0C5C6BBC5A42512ED8A_20 = value;
}
inline static int32_t get_offset_of_U38029B4BFD3AA93C76711AF616C14163A1456D360_21() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___8029B4BFD3AA93C76711AF616C14163A1456D360_21)); }
inline int64_t get_U38029B4BFD3AA93C76711AF616C14163A1456D360_21() const { return ___8029B4BFD3AA93C76711AF616C14163A1456D360_21; }
inline int64_t* get_address_of_U38029B4BFD3AA93C76711AF616C14163A1456D360_21() { return &___8029B4BFD3AA93C76711AF616C14163A1456D360_21; }
inline void set_U38029B4BFD3AA93C76711AF616C14163A1456D360_21(int64_t value)
{
___8029B4BFD3AA93C76711AF616C14163A1456D360_21 = value;
}
inline static int32_t get_offset_of_U3806BC28C08532BB7F7A6471F4796475FF255663B_22() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___806BC28C08532BB7F7A6471F4796475FF255663B_22)); }
inline __StaticArrayInitTypeSizeU3D64_t702E955CFCF83D5C66E478D1CFA07B549225E6C0 get_U3806BC28C08532BB7F7A6471F4796475FF255663B_22() const { return ___806BC28C08532BB7F7A6471F4796475FF255663B_22; }
inline __StaticArrayInitTypeSizeU3D64_t702E955CFCF83D5C66E478D1CFA07B549225E6C0 * get_address_of_U3806BC28C08532BB7F7A6471F4796475FF255663B_22() { return &___806BC28C08532BB7F7A6471F4796475FF255663B_22; }
inline void set_U3806BC28C08532BB7F7A6471F4796475FF255663B_22(__StaticArrayInitTypeSizeU3D64_t702E955CFCF83D5C66E478D1CFA07B549225E6C0 value)
{
___806BC28C08532BB7F7A6471F4796475FF255663B_22 = value;
}
inline static int32_t get_offset_of_U380B74EA5D41848E8432CEAFA9961AC11263301F1_23() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___80B74EA5D41848E8432CEAFA9961AC11263301F1_23)); }
inline int64_t get_U380B74EA5D41848E8432CEAFA9961AC11263301F1_23() const { return ___80B74EA5D41848E8432CEAFA9961AC11263301F1_23; }
inline int64_t* get_address_of_U380B74EA5D41848E8432CEAFA9961AC11263301F1_23() { return &___80B74EA5D41848E8432CEAFA9961AC11263301F1_23; }
inline void set_U380B74EA5D41848E8432CEAFA9961AC11263301F1_23(int64_t value)
{
___80B74EA5D41848E8432CEAFA9961AC11263301F1_23 = value;
}
inline static int32_t get_offset_of_U38668A92E0E3F3AAFF23D2049DC11B6B2A79B3892_24() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___8668A92E0E3F3AAFF23D2049DC11B6B2A79B3892_24)); }
inline int64_t get_U38668A92E0E3F3AAFF23D2049DC11B6B2A79B3892_24() const { return ___8668A92E0E3F3AAFF23D2049DC11B6B2A79B3892_24; }
inline int64_t* get_address_of_U38668A92E0E3F3AAFF23D2049DC11B6B2A79B3892_24() { return &___8668A92E0E3F3AAFF23D2049DC11B6B2A79B3892_24; }
inline void set_U38668A92E0E3F3AAFF23D2049DC11B6B2A79B3892_24(int64_t value)
{
___8668A92E0E3F3AAFF23D2049DC11B6B2A79B3892_24 = value;
}
inline static int32_t get_offset_of_U38C384FCEEF5A89AB66900B58C2BC762041F2BAAA_25() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___8C384FCEEF5A89AB66900B58C2BC762041F2BAAA_25)); }
inline int64_t get_U38C384FCEEF5A89AB66900B58C2BC762041F2BAAA_25() const { return ___8C384FCEEF5A89AB66900B58C2BC762041F2BAAA_25; }
inline int64_t* get_address_of_U38C384FCEEF5A89AB66900B58C2BC762041F2BAAA_25() { return &___8C384FCEEF5A89AB66900B58C2BC762041F2BAAA_25; }
inline void set_U38C384FCEEF5A89AB66900B58C2BC762041F2BAAA_25(int64_t value)
{
___8C384FCEEF5A89AB66900B58C2BC762041F2BAAA_25 = value;
}
inline static int32_t get_offset_of_U394A42B7852CD856D7DF09B14FEEDFE55ECFD242A_26() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___94A42B7852CD856D7DF09B14FEEDFE55ECFD242A_26)); }
inline int64_t get_U394A42B7852CD856D7DF09B14FEEDFE55ECFD242A_26() const { return ___94A42B7852CD856D7DF09B14FEEDFE55ECFD242A_26; }
inline int64_t* get_address_of_U394A42B7852CD856D7DF09B14FEEDFE55ECFD242A_26() { return &___94A42B7852CD856D7DF09B14FEEDFE55ECFD242A_26; }
inline void set_U394A42B7852CD856D7DF09B14FEEDFE55ECFD242A_26(int64_t value)
{
___94A42B7852CD856D7DF09B14FEEDFE55ECFD242A_26 = value;
}
inline static int32_t get_offset_of_U398DC13D2837951F7E90A7317F587453B3641AEF8_27() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___98DC13D2837951F7E90A7317F587453B3641AEF8_27)); }
inline int64_t get_U398DC13D2837951F7E90A7317F587453B3641AEF8_27() const { return ___98DC13D2837951F7E90A7317F587453B3641AEF8_27; }
inline int64_t* get_address_of_U398DC13D2837951F7E90A7317F587453B3641AEF8_27() { return &___98DC13D2837951F7E90A7317F587453B3641AEF8_27; }
inline void set_U398DC13D2837951F7E90A7317F587453B3641AEF8_27(int64_t value)
{
___98DC13D2837951F7E90A7317F587453B3641AEF8_27 = value;
}
inline static int32_t get_offset_of_U39CFFD52FD0E555EE90F7563881D85243554810B3_28() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___9CFFD52FD0E555EE90F7563881D85243554810B3_28)); }
inline int64_t get_U39CFFD52FD0E555EE90F7563881D85243554810B3_28() const { return ___9CFFD52FD0E555EE90F7563881D85243554810B3_28; }
inline int64_t* get_address_of_U39CFFD52FD0E555EE90F7563881D85243554810B3_28() { return &___9CFFD52FD0E555EE90F7563881D85243554810B3_28; }
inline void set_U39CFFD52FD0E555EE90F7563881D85243554810B3_28(int64_t value)
{
___9CFFD52FD0E555EE90F7563881D85243554810B3_28 = value;
}
inline static int32_t get_offset_of_U39DB9891E900FED075409C1116FB43BE2A5C99CE3_29() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___9DB9891E900FED075409C1116FB43BE2A5C99CE3_29)); }
inline int64_t get_U39DB9891E900FED075409C1116FB43BE2A5C99CE3_29() const { return ___9DB9891E900FED075409C1116FB43BE2A5C99CE3_29; }
inline int64_t* get_address_of_U39DB9891E900FED075409C1116FB43BE2A5C99CE3_29() { return &___9DB9891E900FED075409C1116FB43BE2A5C99CE3_29; }
inline void set_U39DB9891E900FED075409C1116FB43BE2A5C99CE3_29(int64_t value)
{
___9DB9891E900FED075409C1116FB43BE2A5C99CE3_29 = value;
}
inline static int32_t get_offset_of_A07B68A3ADBCD0C683EB16067435A02C31BC097E_30() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___A07B68A3ADBCD0C683EB16067435A02C31BC097E_30)); }
inline __StaticArrayInitTypeSizeU3D216_tF2BF77331C2FC0E4D67598EF26D1F6A38895C176 get_A07B68A3ADBCD0C683EB16067435A02C31BC097E_30() const { return ___A07B68A3ADBCD0C683EB16067435A02C31BC097E_30; }
inline __StaticArrayInitTypeSizeU3D216_tF2BF77331C2FC0E4D67598EF26D1F6A38895C176 * get_address_of_A07B68A3ADBCD0C683EB16067435A02C31BC097E_30() { return &___A07B68A3ADBCD0C683EB16067435A02C31BC097E_30; }
inline void set_A07B68A3ADBCD0C683EB16067435A02C31BC097E_30(__StaticArrayInitTypeSizeU3D216_tF2BF77331C2FC0E4D67598EF26D1F6A38895C176 value)
{
___A07B68A3ADBCD0C683EB16067435A02C31BC097E_30 = value;
}
inline static int32_t get_offset_of_A1AAE38F8C9CA93B8B576352DB0347E85ACE981D_31() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___A1AAE38F8C9CA93B8B576352DB0347E85ACE981D_31)); }
inline int64_t get_A1AAE38F8C9CA93B8B576352DB0347E85ACE981D_31() const { return ___A1AAE38F8C9CA93B8B576352DB0347E85ACE981D_31; }
inline int64_t* get_address_of_A1AAE38F8C9CA93B8B576352DB0347E85ACE981D_31() { return &___A1AAE38F8C9CA93B8B576352DB0347E85ACE981D_31; }
inline void set_A1AAE38F8C9CA93B8B576352DB0347E85ACE981D_31(int64_t value)
{
___A1AAE38F8C9CA93B8B576352DB0347E85ACE981D_31 = value;
}
inline static int32_t get_offset_of_A952E7EC53B80A9543AB5F02AF9B12F708D4C867_32() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___A952E7EC53B80A9543AB5F02AF9B12F708D4C867_32)); }
inline int64_t get_A952E7EC53B80A9543AB5F02AF9B12F708D4C867_32() const { return ___A952E7EC53B80A9543AB5F02AF9B12F708D4C867_32; }
inline int64_t* get_address_of_A952E7EC53B80A9543AB5F02AF9B12F708D4C867_32() { return &___A952E7EC53B80A9543AB5F02AF9B12F708D4C867_32; }
inline void set_A952E7EC53B80A9543AB5F02AF9B12F708D4C867_32(int64_t value)
{
___A952E7EC53B80A9543AB5F02AF9B12F708D4C867_32 = value;
}
inline static int32_t get_offset_of_AD6701E75A5CF7306C0EE9691368B44A5289E170_33() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___AD6701E75A5CF7306C0EE9691368B44A5289E170_33)); }
inline int64_t get_AD6701E75A5CF7306C0EE9691368B44A5289E170_33() const { return ___AD6701E75A5CF7306C0EE9691368B44A5289E170_33; }
inline int64_t* get_address_of_AD6701E75A5CF7306C0EE9691368B44A5289E170_33() { return &___AD6701E75A5CF7306C0EE9691368B44A5289E170_33; }
inline void set_AD6701E75A5CF7306C0EE9691368B44A5289E170_33(int64_t value)
{
___AD6701E75A5CF7306C0EE9691368B44A5289E170_33 = value;
}
inline static int32_t get_offset_of_B91404C2FE5F0C772E097415A13F88376EC8F24F_34() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___B91404C2FE5F0C772E097415A13F88376EC8F24F_34)); }
inline __StaticArrayInitTypeSizeU3D80_t4354F721315E4C0B54840F3801ED97FCA2BEEDEE get_B91404C2FE5F0C772E097415A13F88376EC8F24F_34() const { return ___B91404C2FE5F0C772E097415A13F88376EC8F24F_34; }
inline __StaticArrayInitTypeSizeU3D80_t4354F721315E4C0B54840F3801ED97FCA2BEEDEE * get_address_of_B91404C2FE5F0C772E097415A13F88376EC8F24F_34() { return &___B91404C2FE5F0C772E097415A13F88376EC8F24F_34; }
inline void set_B91404C2FE5F0C772E097415A13F88376EC8F24F_34(__StaticArrayInitTypeSizeU3D80_t4354F721315E4C0B54840F3801ED97FCA2BEEDEE value)
{
___B91404C2FE5F0C772E097415A13F88376EC8F24F_34 = value;
}
inline static int32_t get_offset_of_BAFB2659BDF551FC1EDEC2D984016ABCD0D73B9D_35() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___BAFB2659BDF551FC1EDEC2D984016ABCD0D73B9D_35)); }
inline int64_t get_BAFB2659BDF551FC1EDEC2D984016ABCD0D73B9D_35() const { return ___BAFB2659BDF551FC1EDEC2D984016ABCD0D73B9D_35; }
inline int64_t* get_address_of_BAFB2659BDF551FC1EDEC2D984016ABCD0D73B9D_35() { return &___BAFB2659BDF551FC1EDEC2D984016ABCD0D73B9D_35; }
inline void set_BAFB2659BDF551FC1EDEC2D984016ABCD0D73B9D_35(int64_t value)
{
___BAFB2659BDF551FC1EDEC2D984016ABCD0D73B9D_35 = value;
}
inline static int32_t get_offset_of_C4CE4356C59D41913E1D60E4497C031B67B1B86B_36() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___C4CE4356C59D41913E1D60E4497C031B67B1B86B_36)); }
inline int64_t get_C4CE4356C59D41913E1D60E4497C031B67B1B86B_36() const { return ___C4CE4356C59D41913E1D60E4497C031B67B1B86B_36; }
inline int64_t* get_address_of_C4CE4356C59D41913E1D60E4497C031B67B1B86B_36() { return &___C4CE4356C59D41913E1D60E4497C031B67B1B86B_36; }
inline void set_C4CE4356C59D41913E1D60E4497C031B67B1B86B_36(int64_t value)
{
___C4CE4356C59D41913E1D60E4497C031B67B1B86B_36 = value;
}
inline static int32_t get_offset_of_CB5C136EE31BD57814DA5895C0852C5FF1C4068A_37() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___CB5C136EE31BD57814DA5895C0852C5FF1C4068A_37)); }
inline int64_t get_CB5C136EE31BD57814DA5895C0852C5FF1C4068A_37() const { return ___CB5C136EE31BD57814DA5895C0852C5FF1C4068A_37; }
inline int64_t* get_address_of_CB5C136EE31BD57814DA5895C0852C5FF1C4068A_37() { return &___CB5C136EE31BD57814DA5895C0852C5FF1C4068A_37; }
inline void set_CB5C136EE31BD57814DA5895C0852C5FF1C4068A_37(int64_t value)
{
___CB5C136EE31BD57814DA5895C0852C5FF1C4068A_37 = value;
}
inline static int32_t get_offset_of_D4BDB99F00532ACDB317B92D161D27C7448A01FD_38() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___D4BDB99F00532ACDB317B92D161D27C7448A01FD_38)); }
inline int64_t get_D4BDB99F00532ACDB317B92D161D27C7448A01FD_38() const { return ___D4BDB99F00532ACDB317B92D161D27C7448A01FD_38; }
inline int64_t* get_address_of_D4BDB99F00532ACDB317B92D161D27C7448A01FD_38() { return &___D4BDB99F00532ACDB317B92D161D27C7448A01FD_38; }
inline void set_D4BDB99F00532ACDB317B92D161D27C7448A01FD_38(int64_t value)
{
___D4BDB99F00532ACDB317B92D161D27C7448A01FD_38 = value;
}
inline static int32_t get_offset_of_D4BF016055ECFEFAF2A57607AAEBE3B334CFE4B1_39() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___D4BF016055ECFEFAF2A57607AAEBE3B334CFE4B1_39)); }
inline int64_t get_D4BF016055ECFEFAF2A57607AAEBE3B334CFE4B1_39() const { return ___D4BF016055ECFEFAF2A57607AAEBE3B334CFE4B1_39; }
inline int64_t* get_address_of_D4BF016055ECFEFAF2A57607AAEBE3B334CFE4B1_39() { return &___D4BF016055ECFEFAF2A57607AAEBE3B334CFE4B1_39; }
inline void set_D4BF016055ECFEFAF2A57607AAEBE3B334CFE4B1_39(int64_t value)
{
___D4BF016055ECFEFAF2A57607AAEBE3B334CFE4B1_39 = value;
}
inline static int32_t get_offset_of_D85B3307ADBDBC8F042004EE6D6BEE9C58600C9A_40() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___D85B3307ADBDBC8F042004EE6D6BEE9C58600C9A_40)); }
inline int64_t get_D85B3307ADBDBC8F042004EE6D6BEE9C58600C9A_40() const { return ___D85B3307ADBDBC8F042004EE6D6BEE9C58600C9A_40; }
inline int64_t* get_address_of_D85B3307ADBDBC8F042004EE6D6BEE9C58600C9A_40() { return &___D85B3307ADBDBC8F042004EE6D6BEE9C58600C9A_40; }
inline void set_D85B3307ADBDBC8F042004EE6D6BEE9C58600C9A_40(int64_t value)
{
___D85B3307ADBDBC8F042004EE6D6BEE9C58600C9A_40 = value;
}
inline static int32_t get_offset_of_DFA550E9A19BDA5FB3B2E5AD849AD0E5CAA6DD13_41() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___DFA550E9A19BDA5FB3B2E5AD849AD0E5CAA6DD13_41)); }
inline int64_t get_DFA550E9A19BDA5FB3B2E5AD849AD0E5CAA6DD13_41() const { return ___DFA550E9A19BDA5FB3B2E5AD849AD0E5CAA6DD13_41; }
inline int64_t* get_address_of_DFA550E9A19BDA5FB3B2E5AD849AD0E5CAA6DD13_41() { return &___DFA550E9A19BDA5FB3B2E5AD849AD0E5CAA6DD13_41; }
inline void set_DFA550E9A19BDA5FB3B2E5AD849AD0E5CAA6DD13_41(int64_t value)
{
___DFA550E9A19BDA5FB3B2E5AD849AD0E5CAA6DD13_41 = value;
}
inline static int32_t get_offset_of_E9F4121A731C95C166E9FAEF48EC5D95FB224445_42() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___E9F4121A731C95C166E9FAEF48EC5D95FB224445_42)); }
inline int64_t get_E9F4121A731C95C166E9FAEF48EC5D95FB224445_42() const { return ___E9F4121A731C95C166E9FAEF48EC5D95FB224445_42; }
inline int64_t* get_address_of_E9F4121A731C95C166E9FAEF48EC5D95FB224445_42() { return &___E9F4121A731C95C166E9FAEF48EC5D95FB224445_42; }
inline void set_E9F4121A731C95C166E9FAEF48EC5D95FB224445_42(int64_t value)
{
___E9F4121A731C95C166E9FAEF48EC5D95FB224445_42 = value;
}
inline static int32_t get_offset_of_EF711242CC520CD5836CD071EF05A5DC78CA34D7_43() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___EF711242CC520CD5836CD071EF05A5DC78CA34D7_43)); }
inline int64_t get_EF711242CC520CD5836CD071EF05A5DC78CA34D7_43() const { return ___EF711242CC520CD5836CD071EF05A5DC78CA34D7_43; }
inline int64_t* get_address_of_EF711242CC520CD5836CD071EF05A5DC78CA34D7_43() { return &___EF711242CC520CD5836CD071EF05A5DC78CA34D7_43; }
inline void set_EF711242CC520CD5836CD071EF05A5DC78CA34D7_43(int64_t value)
{
___EF711242CC520CD5836CD071EF05A5DC78CA34D7_43 = value;
}
inline static int32_t get_offset_of_FA033773B4E9EA7CC64D9E13E965FA55418F4B48_44() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___FA033773B4E9EA7CC64D9E13E965FA55418F4B48_44)); }
inline int64_t get_FA033773B4E9EA7CC64D9E13E965FA55418F4B48_44() const { return ___FA033773B4E9EA7CC64D9E13E965FA55418F4B48_44; }
inline int64_t* get_address_of_FA033773B4E9EA7CC64D9E13E965FA55418F4B48_44() { return &___FA033773B4E9EA7CC64D9E13E965FA55418F4B48_44; }
inline void set_FA033773B4E9EA7CC64D9E13E965FA55418F4B48_44(int64_t value)
{
___FA033773B4E9EA7CC64D9E13E965FA55418F4B48_44 = value;
}
inline static int32_t get_offset_of_FE6C78086F5333BA3E88D035426FC0244E8FC585_45() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___FE6C78086F5333BA3E88D035426FC0244E8FC585_45)); }
inline int64_t get_FE6C78086F5333BA3E88D035426FC0244E8FC585_45() const { return ___FE6C78086F5333BA3E88D035426FC0244E8FC585_45; }
inline int64_t* get_address_of_FE6C78086F5333BA3E88D035426FC0244E8FC585_45() { return &___FE6C78086F5333BA3E88D035426FC0244E8FC585_45; }
inline void set_FE6C78086F5333BA3E88D035426FC0244E8FC585_45(int64_t value)
{
___FE6C78086F5333BA3E88D035426FC0244E8FC585_45 = value;
}
inline static int32_t get_offset_of_FF8523802A3ADEB52E78A9CF613AA30033944FE6_46() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___FF8523802A3ADEB52E78A9CF613AA30033944FE6_46)); }
inline int64_t get_FF8523802A3ADEB52E78A9CF613AA30033944FE6_46() const { return ___FF8523802A3ADEB52E78A9CF613AA30033944FE6_46; }
inline int64_t* get_address_of_FF8523802A3ADEB52E78A9CF613AA30033944FE6_46() { return &___FF8523802A3ADEB52E78A9CF613AA30033944FE6_46; }
inline void set_FF8523802A3ADEB52E78A9CF613AA30033944FE6_46(int64_t value)
{
___FF8523802A3ADEB52E78A9CF613AA30033944FE6_46 = value;
}
};
// FairyGUI.AlignType
struct AlignType_tEAC6F99D19DADB2480BA707FB7619B1A38436C55
{
public:
// System.Int32 FairyGUI.AlignType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(AlignType_tEAC6F99D19DADB2480BA707FB7619B1A38436C55, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// FairyGUI.AutoSizeType
struct AutoSizeType_tEA834A59FCFC66A35B1F42476E2A86E9003225D7
{
public:
// System.Int32 FairyGUI.AutoSizeType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(AutoSizeType_tEA834A59FCFC66A35B1F42476E2A86E9003225D7, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// FairyGUI.BlendMode
struct BlendMode_t8AFE05E7252BA2800E54DAFB5EB0F866FA08A8D4
{
public:
// System.Int32 FairyGUI.BlendMode::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(BlendMode_t8AFE05E7252BA2800E54DAFB5EB0F866FA08A8D4, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// FairyGUI.ButtonMode
struct ButtonMode_tBF6F42BB69D71D129B8423CD2F4B6981646466C8
{
public:
// System.Int32 FairyGUI.ButtonMode::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ButtonMode_tBF6F42BB69D71D129B8423CD2F4B6981646466C8, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// FairyGUI.ChildrenRenderOrder
struct ChildrenRenderOrder_tACC4FECC1E27E8D78DE075B14D510B29E6009280
{
public:
// System.Int32 FairyGUI.ChildrenRenderOrder::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ChildrenRenderOrder_tACC4FECC1E27E8D78DE075B14D510B29E6009280, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// FairyGUI.DestroyMethod
struct DestroyMethod_tC1EDA9F50208FC41247691E2F6ADFFB5FDA9ED3D
{
public:
// System.Int32 FairyGUI.DestroyMethod::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(DestroyMethod_tC1EDA9F50208FC41247691E2F6ADFFB5FDA9ED3D, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// FairyGUI.EaseType
struct EaseType_tA298535D22D74DFDEF437AF0D0DC6FA7A618B333
{
public:
// System.Int32 FairyGUI.EaseType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(EaseType_tA298535D22D74DFDEF437AF0D0DC6FA7A618B333, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// FairyGUI.FillType
struct FillType_tCF615A332D5094854B2A603BC7A0742127B00AE6
{
public:
// System.Int32 FairyGUI.FillType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(FillType_tCF615A332D5094854B2A603BC7A0742127B00AE6, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// FairyGUI.FlipType
struct FlipType_t62E1B2AB9A7DF28901D1B8DDD7ECA04573EB01EC
{
public:
// System.Int32 FairyGUI.FlipType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(FlipType_t62E1B2AB9A7DF28901D1B8DDD7ECA04573EB01EC, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// FairyGUI.GlyphInfo
struct GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE
{
public:
// UnityEngine.Vector2 FairyGUI.GlyphInfo::vertMin
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___vertMin_0;
// UnityEngine.Vector2 FairyGUI.GlyphInfo::vertMax
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___vertMax_1;
// UnityEngine.Vector3 FairyGUI.GlyphInfo::uvBottomLeft
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___uvBottomLeft_2;
// UnityEngine.Vector3 FairyGUI.GlyphInfo::uvTopLeft
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___uvTopLeft_3;
// UnityEngine.Vector3 FairyGUI.GlyphInfo::uvTopRight
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___uvTopRight_4;
// UnityEngine.Vector3 FairyGUI.GlyphInfo::uvBottomRight
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___uvBottomRight_5;
// System.Single FairyGUI.GlyphInfo::width
float ___width_6;
// System.Single FairyGUI.GlyphInfo::height
float ___height_7;
public:
inline static int32_t get_offset_of_vertMin_0() { return static_cast<int32_t>(offsetof(GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE, ___vertMin_0)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_vertMin_0() const { return ___vertMin_0; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_vertMin_0() { return &___vertMin_0; }
inline void set_vertMin_0(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___vertMin_0 = value;
}
inline static int32_t get_offset_of_vertMax_1() { return static_cast<int32_t>(offsetof(GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE, ___vertMax_1)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_vertMax_1() const { return ___vertMax_1; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_vertMax_1() { return &___vertMax_1; }
inline void set_vertMax_1(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___vertMax_1 = value;
}
inline static int32_t get_offset_of_uvBottomLeft_2() { return static_cast<int32_t>(offsetof(GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE, ___uvBottomLeft_2)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_uvBottomLeft_2() const { return ___uvBottomLeft_2; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_uvBottomLeft_2() { return &___uvBottomLeft_2; }
inline void set_uvBottomLeft_2(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___uvBottomLeft_2 = value;
}
inline static int32_t get_offset_of_uvTopLeft_3() { return static_cast<int32_t>(offsetof(GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE, ___uvTopLeft_3)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_uvTopLeft_3() const { return ___uvTopLeft_3; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_uvTopLeft_3() { return &___uvTopLeft_3; }
inline void set_uvTopLeft_3(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___uvTopLeft_3 = value;
}
inline static int32_t get_offset_of_uvTopRight_4() { return static_cast<int32_t>(offsetof(GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE, ___uvTopRight_4)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_uvTopRight_4() const { return ___uvTopRight_4; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_uvTopRight_4() { return &___uvTopRight_4; }
inline void set_uvTopRight_4(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___uvTopRight_4 = value;
}
inline static int32_t get_offset_of_uvBottomRight_5() { return static_cast<int32_t>(offsetof(GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE, ___uvBottomRight_5)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_uvBottomRight_5() const { return ___uvBottomRight_5; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_uvBottomRight_5() { return &___uvBottomRight_5; }
inline void set_uvBottomRight_5(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___uvBottomRight_5 = value;
}
inline static int32_t get_offset_of_width_6() { return static_cast<int32_t>(offsetof(GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE, ___width_6)); }
inline float get_width_6() const { return ___width_6; }
inline float* get_address_of_width_6() { return &___width_6; }
inline void set_width_6(float value)
{
___width_6 = value;
}
inline static int32_t get_offset_of_height_7() { return static_cast<int32_t>(offsetof(GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE, ___height_7)); }
inline float get_height_7() const { return ___height_7; }
inline float* get_address_of_height_7() { return &___height_7; }
inline void set_height_7(float value)
{
___height_7 = value;
}
};
// FairyGUI.ListLayoutType
struct ListLayoutType_tBEB61127E5A5DED0578EEA9049DE68FDBC98A723
{
public:
// System.Int32 FairyGUI.ListLayoutType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ListLayoutType_tBEB61127E5A5DED0578EEA9049DE68FDBC98A723, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// FairyGUI.ListSelectionMode
struct ListSelectionMode_tC8709114EB86CA50B7602FFD799EA4DE84BBC51D
{
public:
// System.Int32 FairyGUI.ListSelectionMode::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ListSelectionMode_tC8709114EB86CA50B7602FFD799EA4DE84BBC51D, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// FairyGUI.ObjectType
struct ObjectType_tA117D537780D8340BD615ED5F97217D155992790
{
public:
// System.Int32 FairyGUI.ObjectType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ObjectType_tA117D537780D8340BD615ED5F97217D155992790, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// FairyGUI.PackageItemType
struct PackageItemType_t36C5483C83209A663D650E70518C9C9AB0569048
{
public:
// System.Int32 FairyGUI.PackageItemType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(PackageItemType_t36C5483C83209A663D650E70518C9C9AB0569048, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// FairyGUI.ScrollBarDisplayType
struct ScrollBarDisplayType_tFCFBD335F18CC80D9423399E5A50049913B698B9
{
public:
// System.Int32 FairyGUI.ScrollBarDisplayType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ScrollBarDisplayType_tFCFBD335F18CC80D9423399E5A50049913B698B9, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// FairyGUI.TextFormat_SpecialStyle
struct SpecialStyle_t7A76109DB4D090ED30CDC6B257397035B4159443
{
public:
// System.Int32 FairyGUI.TextFormat_SpecialStyle::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(SpecialStyle_t7A76109DB4D090ED30CDC6B257397035B4159443, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// FairyGUI.TweenPropType
struct TweenPropType_tCCA4504CFBCABEFC577FB2DA2CC2B466636E4EC3
{
public:
// System.Int32 FairyGUI.TweenPropType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TweenPropType_tCCA4504CFBCABEFC577FB2DA2CC2B466636E4EC3, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// FairyGUI.VertAlignType
struct VertAlignType_t202929B60C3F2E00200AAB7ED3F5105BDA06FA31
{
public:
// System.Int32 FairyGUI.VertAlignType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(VertAlignType_t202929B60C3F2E00200AAB7ED3F5105BDA06FA31, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// LogSeverity
struct LogSeverity_tB0EEAD9A943CB3A20FD868C129077F75D358434F
{
public:
// System.Int32 LogSeverity::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(LogSeverity_tB0EEAD9A943CB3A20FD868C129077F75D358434F, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// LuaInterface.LuaBaseRef
struct LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 : public RuntimeObject
{
public:
// System.String LuaInterface.LuaBaseRef::name
String_t* ___name_0;
// System.Int32 LuaInterface.LuaBaseRef::reference
int32_t ___reference_1;
// LuaInterface.LuaState LuaInterface.LuaBaseRef::luaState
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___luaState_2;
// LuaInterface.ObjectTranslator LuaInterface.LuaBaseRef::translator
ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF * ___translator_3;
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) LuaInterface.LuaBaseRef::beDisposed
bool ___beDisposed_4;
// System.Int32 LuaInterface.LuaBaseRef::count
int32_t ___count_5;
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) LuaInterface.LuaBaseRef::IsAlive
bool ___IsAlive_6;
public:
inline static int32_t get_offset_of_name_0() { return static_cast<int32_t>(offsetof(LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4, ___name_0)); }
inline String_t* get_name_0() const { return ___name_0; }
inline String_t** get_address_of_name_0() { return &___name_0; }
inline void set_name_0(String_t* value)
{
___name_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___name_0), (void*)value);
}
inline static int32_t get_offset_of_reference_1() { return static_cast<int32_t>(offsetof(LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4, ___reference_1)); }
inline int32_t get_reference_1() const { return ___reference_1; }
inline int32_t* get_address_of_reference_1() { return &___reference_1; }
inline void set_reference_1(int32_t value)
{
___reference_1 = value;
}
inline static int32_t get_offset_of_luaState_2() { return static_cast<int32_t>(offsetof(LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4, ___luaState_2)); }
inline LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * get_luaState_2() const { return ___luaState_2; }
inline LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE ** get_address_of_luaState_2() { return &___luaState_2; }
inline void set_luaState_2(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * value)
{
___luaState_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___luaState_2), (void*)value);
}
inline static int32_t get_offset_of_translator_3() { return static_cast<int32_t>(offsetof(LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4, ___translator_3)); }
inline ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF * get_translator_3() const { return ___translator_3; }
inline ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF ** get_address_of_translator_3() { return &___translator_3; }
inline void set_translator_3(ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF * value)
{
___translator_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___translator_3), (void*)value);
}
inline static int32_t get_offset_of_beDisposed_4() { return static_cast<int32_t>(offsetof(LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4, ___beDisposed_4)); }
inline bool get_beDisposed_4() const { return ___beDisposed_4; }
inline bool* get_address_of_beDisposed_4() { return &___beDisposed_4; }
inline void set_beDisposed_4(bool value)
{
___beDisposed_4 = value;
}
inline static int32_t get_offset_of_count_5() { return static_cast<int32_t>(offsetof(LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4, ___count_5)); }
inline int32_t get_count_5() const { return ___count_5; }
inline int32_t* get_address_of_count_5() { return &___count_5; }
inline void set_count_5(int32_t value)
{
___count_5 = value;
}
inline static int32_t get_offset_of_IsAlive_6() { return static_cast<int32_t>(offsetof(LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4, ___IsAlive_6)); }
inline bool get_IsAlive_6() const { return ___IsAlive_6; }
inline bool* get_address_of_IsAlive_6() { return &___IsAlive_6; }
inline void set_IsAlive_6(bool value)
{
___IsAlive_6 = value;
}
};
// LuaInterface.LuaStatePtr
struct LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C : public RuntimeObject
{
public:
// System.IntPtr LuaInterface.LuaStatePtr::L
intptr_t ___L_0;
// System.String LuaInterface.LuaStatePtr::jit
String_t* ___jit_1;
public:
inline static int32_t get_offset_of_L_0() { return static_cast<int32_t>(offsetof(LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C, ___L_0)); }
inline intptr_t get_L_0() const { return ___L_0; }
inline intptr_t* get_address_of_L_0() { return &___L_0; }
inline void set_L_0(intptr_t value)
{
___L_0 = value;
}
inline static int32_t get_offset_of_jit_1() { return static_cast<int32_t>(offsetof(LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C, ___jit_1)); }
inline String_t* get_jit_1() const { return ___jit_1; }
inline String_t** get_address_of_jit_1() { return &___jit_1; }
inline void set_jit_1(String_t* value)
{
___jit_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___jit_1), (void*)value);
}
};
// System.AppDomain
struct AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8 : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF
{
public:
// System.IntPtr System.AppDomain::_mono_app_domain
intptr_t ____mono_app_domain_1;
// System.Object System.AppDomain::_evidence
RuntimeObject * ____evidence_6;
// System.Object System.AppDomain::_granted
RuntimeObject * ____granted_7;
// System.Int32 System.AppDomain::_principalPolicy
int32_t ____principalPolicy_8;
// System.AssemblyLoadEventHandler System.AppDomain::AssemblyLoad
AssemblyLoadEventHandler_t53F8340027F9EE67E8A22E7D8C1A3770345153C9 * ___AssemblyLoad_11;
// System.ResolveEventHandler System.AppDomain::AssemblyResolve
ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 * ___AssemblyResolve_12;
// System.EventHandler System.AppDomain::DomainUnload
EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * ___DomainUnload_13;
// System.EventHandler System.AppDomain::ProcessExit
EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * ___ProcessExit_14;
// System.ResolveEventHandler System.AppDomain::ResourceResolve
ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 * ___ResourceResolve_15;
// System.ResolveEventHandler System.AppDomain::TypeResolve
ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 * ___TypeResolve_16;
// System.UnhandledExceptionEventHandler System.AppDomain::UnhandledException
UnhandledExceptionEventHandler_tB0DFF05ABF7A3A234C87D4F7A71F98E9AB2D91DE * ___UnhandledException_17;
// System.EventHandler`1<System.Runtime.ExceptionServices.FirstChanceExceptionEventArgs> System.AppDomain::FirstChanceException
EventHandler_1_t1E35ED2E29145994C6C03E57601C6D48C61083FF * ___FirstChanceException_18;
// System.Object System.AppDomain::_domain_manager
RuntimeObject * ____domain_manager_19;
// System.ResolveEventHandler System.AppDomain::ReflectionOnlyAssemblyResolve
ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 * ___ReflectionOnlyAssemblyResolve_20;
// System.Object System.AppDomain::_activation
RuntimeObject * ____activation_21;
// System.Object System.AppDomain::_applicationIdentity
RuntimeObject * ____applicationIdentity_22;
// System.Collections.Generic.List`1<System.String> System.AppDomain::compatibility_switch
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ___compatibility_switch_23;
public:
inline static int32_t get_offset_of__mono_app_domain_1() { return static_cast<int32_t>(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8, ____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<int32_t>(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8, ____evidence_6)); }
inline RuntimeObject * get__evidence_6() const { return ____evidence_6; }
inline RuntimeObject ** get_address_of__evidence_6() { return &____evidence_6; }
inline void set__evidence_6(RuntimeObject * value)
{
____evidence_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&____evidence_6), (void*)value);
}
inline static int32_t get_offset_of__granted_7() { return static_cast<int32_t>(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8, ____granted_7)); }
inline RuntimeObject * get__granted_7() const { return ____granted_7; }
inline RuntimeObject ** get_address_of__granted_7() { return &____granted_7; }
inline void set__granted_7(RuntimeObject * value)
{
____granted_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&____granted_7), (void*)value);
}
inline static int32_t get_offset_of__principalPolicy_8() { return static_cast<int32_t>(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8, ____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_AssemblyLoad_11() { return static_cast<int32_t>(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8, ___AssemblyLoad_11)); }
inline AssemblyLoadEventHandler_t53F8340027F9EE67E8A22E7D8C1A3770345153C9 * get_AssemblyLoad_11() const { return ___AssemblyLoad_11; }
inline AssemblyLoadEventHandler_t53F8340027F9EE67E8A22E7D8C1A3770345153C9 ** get_address_of_AssemblyLoad_11() { return &___AssemblyLoad_11; }
inline void set_AssemblyLoad_11(AssemblyLoadEventHandler_t53F8340027F9EE67E8A22E7D8C1A3770345153C9 * value)
{
___AssemblyLoad_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___AssemblyLoad_11), (void*)value);
}
inline static int32_t get_offset_of_AssemblyResolve_12() { return static_cast<int32_t>(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8, ___AssemblyResolve_12)); }
inline ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 * get_AssemblyResolve_12() const { return ___AssemblyResolve_12; }
inline ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 ** get_address_of_AssemblyResolve_12() { return &___AssemblyResolve_12; }
inline void set_AssemblyResolve_12(ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 * value)
{
___AssemblyResolve_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&___AssemblyResolve_12), (void*)value);
}
inline static int32_t get_offset_of_DomainUnload_13() { return static_cast<int32_t>(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8, ___DomainUnload_13)); }
inline EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * get_DomainUnload_13() const { return ___DomainUnload_13; }
inline EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C ** get_address_of_DomainUnload_13() { return &___DomainUnload_13; }
inline void set_DomainUnload_13(EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * value)
{
___DomainUnload_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&___DomainUnload_13), (void*)value);
}
inline static int32_t get_offset_of_ProcessExit_14() { return static_cast<int32_t>(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8, ___ProcessExit_14)); }
inline EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * get_ProcessExit_14() const { return ___ProcessExit_14; }
inline EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C ** get_address_of_ProcessExit_14() { return &___ProcessExit_14; }
inline void set_ProcessExit_14(EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * value)
{
___ProcessExit_14 = value;
Il2CppCodeGenWriteBarrier((void**)(&___ProcessExit_14), (void*)value);
}
inline static int32_t get_offset_of_ResourceResolve_15() { return static_cast<int32_t>(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8, ___ResourceResolve_15)); }
inline ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 * get_ResourceResolve_15() const { return ___ResourceResolve_15; }
inline ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 ** get_address_of_ResourceResolve_15() { return &___ResourceResolve_15; }
inline void set_ResourceResolve_15(ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 * value)
{
___ResourceResolve_15 = value;
Il2CppCodeGenWriteBarrier((void**)(&___ResourceResolve_15), (void*)value);
}
inline static int32_t get_offset_of_TypeResolve_16() { return static_cast<int32_t>(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8, ___TypeResolve_16)); }
inline ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 * get_TypeResolve_16() const { return ___TypeResolve_16; }
inline ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 ** get_address_of_TypeResolve_16() { return &___TypeResolve_16; }
inline void set_TypeResolve_16(ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 * value)
{
___TypeResolve_16 = value;
Il2CppCodeGenWriteBarrier((void**)(&___TypeResolve_16), (void*)value);
}
inline static int32_t get_offset_of_UnhandledException_17() { return static_cast<int32_t>(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8, ___UnhandledException_17)); }
inline UnhandledExceptionEventHandler_tB0DFF05ABF7A3A234C87D4F7A71F98E9AB2D91DE * get_UnhandledException_17() const { return ___UnhandledException_17; }
inline UnhandledExceptionEventHandler_tB0DFF05ABF7A3A234C87D4F7A71F98E9AB2D91DE ** get_address_of_UnhandledException_17() { return &___UnhandledException_17; }
inline void set_UnhandledException_17(UnhandledExceptionEventHandler_tB0DFF05ABF7A3A234C87D4F7A71F98E9AB2D91DE * value)
{
___UnhandledException_17 = value;
Il2CppCodeGenWriteBarrier((void**)(&___UnhandledException_17), (void*)value);
}
inline static int32_t get_offset_of_FirstChanceException_18() { return static_cast<int32_t>(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8, ___FirstChanceException_18)); }
inline EventHandler_1_t1E35ED2E29145994C6C03E57601C6D48C61083FF * get_FirstChanceException_18() const { return ___FirstChanceException_18; }
inline EventHandler_1_t1E35ED2E29145994C6C03E57601C6D48C61083FF ** get_address_of_FirstChanceException_18() { return &___FirstChanceException_18; }
inline void set_FirstChanceException_18(EventHandler_1_t1E35ED2E29145994C6C03E57601C6D48C61083FF * value)
{
___FirstChanceException_18 = value;
Il2CppCodeGenWriteBarrier((void**)(&___FirstChanceException_18), (void*)value);
}
inline static int32_t get_offset_of__domain_manager_19() { return static_cast<int32_t>(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8, ____domain_manager_19)); }
inline RuntimeObject * get__domain_manager_19() const { return ____domain_manager_19; }
inline RuntimeObject ** get_address_of__domain_manager_19() { return &____domain_manager_19; }
inline void set__domain_manager_19(RuntimeObject * value)
{
____domain_manager_19 = value;
Il2CppCodeGenWriteBarrier((void**)(&____domain_manager_19), (void*)value);
}
inline static int32_t get_offset_of_ReflectionOnlyAssemblyResolve_20() { return static_cast<int32_t>(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8, ___ReflectionOnlyAssemblyResolve_20)); }
inline ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 * get_ReflectionOnlyAssemblyResolve_20() const { return ___ReflectionOnlyAssemblyResolve_20; }
inline ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 ** get_address_of_ReflectionOnlyAssemblyResolve_20() { return &___ReflectionOnlyAssemblyResolve_20; }
inline void set_ReflectionOnlyAssemblyResolve_20(ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 * value)
{
___ReflectionOnlyAssemblyResolve_20 = value;
Il2CppCodeGenWriteBarrier((void**)(&___ReflectionOnlyAssemblyResolve_20), (void*)value);
}
inline static int32_t get_offset_of__activation_21() { return static_cast<int32_t>(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8, ____activation_21)); }
inline RuntimeObject * get__activation_21() const { return ____activation_21; }
inline RuntimeObject ** get_address_of__activation_21() { return &____activation_21; }
inline void set__activation_21(RuntimeObject * value)
{
____activation_21 = value;
Il2CppCodeGenWriteBarrier((void**)(&____activation_21), (void*)value);
}
inline static int32_t get_offset_of__applicationIdentity_22() { return static_cast<int32_t>(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8, ____applicationIdentity_22)); }
inline RuntimeObject * get__applicationIdentity_22() const { return ____applicationIdentity_22; }
inline RuntimeObject ** get_address_of__applicationIdentity_22() { return &____applicationIdentity_22; }
inline void set__applicationIdentity_22(RuntimeObject * value)
{
____applicationIdentity_22 = value;
Il2CppCodeGenWriteBarrier((void**)(&____applicationIdentity_22), (void*)value);
}
inline static int32_t get_offset_of_compatibility_switch_23() { return static_cast<int32_t>(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8, ___compatibility_switch_23)); }
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * get_compatibility_switch_23() const { return ___compatibility_switch_23; }
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 ** get_address_of_compatibility_switch_23() { return &___compatibility_switch_23; }
inline void set_compatibility_switch_23(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * value)
{
___compatibility_switch_23 = value;
Il2CppCodeGenWriteBarrier((void**)(&___compatibility_switch_23), (void*)value);
}
};
struct AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8_StaticFields
{
public:
// System.String System.AppDomain::_process_guid
String_t* ____process_guid_2;
// System.AppDomain System.AppDomain::default_domain
AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8 * ___default_domain_10;
public:
inline static int32_t get_offset_of__process_guid_2() { return static_cast<int32_t>(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8_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((void**)(&____process_guid_2), (void*)value);
}
inline static int32_t get_offset_of_default_domain_10() { return static_cast<int32_t>(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8_StaticFields, ___default_domain_10)); }
inline AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8 * get_default_domain_10() const { return ___default_domain_10; }
inline AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8 ** get_address_of_default_domain_10() { return &___default_domain_10; }
inline void set_default_domain_10(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8 * value)
{
___default_domain_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___default_domain_10), (void*)value);
}
};
struct AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8_ThreadStaticFields
{
public:
// System.Collections.Generic.Dictionary`2<System.String,System.Object> System.AppDomain::type_resolve_in_progress
Dictionary_2_t9140A71329927AE4FD0F3CF4D4D66668EBE151EA * ___type_resolve_in_progress_3;
// System.Collections.Generic.Dictionary`2<System.String,System.Object> System.AppDomain::assembly_resolve_in_progress
Dictionary_2_t9140A71329927AE4FD0F3CF4D4D66668EBE151EA * ___assembly_resolve_in_progress_4;
// System.Collections.Generic.Dictionary`2<System.String,System.Object> System.AppDomain::assembly_resolve_in_progress_refonly
Dictionary_2_t9140A71329927AE4FD0F3CF4D4D66668EBE151EA * ___assembly_resolve_in_progress_refonly_5;
// System.Object System.AppDomain::_principal
RuntimeObject * ____principal_9;
public:
inline static int32_t get_offset_of_type_resolve_in_progress_3() { return static_cast<int32_t>(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8_ThreadStaticFields, ___type_resolve_in_progress_3)); }
inline Dictionary_2_t9140A71329927AE4FD0F3CF4D4D66668EBE151EA * get_type_resolve_in_progress_3() const { return ___type_resolve_in_progress_3; }
inline Dictionary_2_t9140A71329927AE4FD0F3CF4D4D66668EBE151EA ** get_address_of_type_resolve_in_progress_3() { return &___type_resolve_in_progress_3; }
inline void set_type_resolve_in_progress_3(Dictionary_2_t9140A71329927AE4FD0F3CF4D4D66668EBE151EA * value)
{
___type_resolve_in_progress_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___type_resolve_in_progress_3), (void*)value);
}
inline static int32_t get_offset_of_assembly_resolve_in_progress_4() { return static_cast<int32_t>(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8_ThreadStaticFields, ___assembly_resolve_in_progress_4)); }
inline Dictionary_2_t9140A71329927AE4FD0F3CF4D4D66668EBE151EA * get_assembly_resolve_in_progress_4() const { return ___assembly_resolve_in_progress_4; }
inline Dictionary_2_t9140A71329927AE4FD0F3CF4D4D66668EBE151EA ** get_address_of_assembly_resolve_in_progress_4() { return &___assembly_resolve_in_progress_4; }
inline void set_assembly_resolve_in_progress_4(Dictionary_2_t9140A71329927AE4FD0F3CF4D4D66668EBE151EA * value)
{
___assembly_resolve_in_progress_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___assembly_resolve_in_progress_4), (void*)value);
}
inline static int32_t get_offset_of_assembly_resolve_in_progress_refonly_5() { return static_cast<int32_t>(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8_ThreadStaticFields, ___assembly_resolve_in_progress_refonly_5)); }
inline Dictionary_2_t9140A71329927AE4FD0F3CF4D4D66668EBE151EA * get_assembly_resolve_in_progress_refonly_5() const { return ___assembly_resolve_in_progress_refonly_5; }
inline Dictionary_2_t9140A71329927AE4FD0F3CF4D4D66668EBE151EA ** 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(Dictionary_2_t9140A71329927AE4FD0F3CF4D4D66668EBE151EA * value)
{
___assembly_resolve_in_progress_refonly_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___assembly_resolve_in_progress_refonly_5), (void*)value);
}
inline static int32_t get_offset_of__principal_9() { return static_cast<int32_t>(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8_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((void**)(&____principal_9), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.AppDomain
struct AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8_marshaled_pinvoke : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshaled_pinvoke
{
intptr_t ____mono_app_domain_1;
Il2CppIUnknown* ____evidence_6;
Il2CppIUnknown* ____granted_7;
int32_t ____principalPolicy_8;
Il2CppMethodPointer ___AssemblyLoad_11;
Il2CppMethodPointer ___AssemblyResolve_12;
Il2CppMethodPointer ___DomainUnload_13;
Il2CppMethodPointer ___ProcessExit_14;
Il2CppMethodPointer ___ResourceResolve_15;
Il2CppMethodPointer ___TypeResolve_16;
Il2CppMethodPointer ___UnhandledException_17;
Il2CppMethodPointer ___FirstChanceException_18;
Il2CppIUnknown* ____domain_manager_19;
Il2CppMethodPointer ___ReflectionOnlyAssemblyResolve_20;
Il2CppIUnknown* ____activation_21;
Il2CppIUnknown* ____applicationIdentity_22;
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ___compatibility_switch_23;
};
// Native definition for COM marshalling of System.AppDomain
struct AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8_marshaled_com : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshaled_com
{
intptr_t ____mono_app_domain_1;
Il2CppIUnknown* ____evidence_6;
Il2CppIUnknown* ____granted_7;
int32_t ____principalPolicy_8;
Il2CppMethodPointer ___AssemblyLoad_11;
Il2CppMethodPointer ___AssemblyResolve_12;
Il2CppMethodPointer ___DomainUnload_13;
Il2CppMethodPointer ___ProcessExit_14;
Il2CppMethodPointer ___ResourceResolve_15;
Il2CppMethodPointer ___TypeResolve_16;
Il2CppMethodPointer ___UnhandledException_17;
Il2CppMethodPointer ___FirstChanceException_18;
Il2CppIUnknown* ____domain_manager_19;
Il2CppMethodPointer ___ReflectionOnlyAssemblyResolve_20;
Il2CppIUnknown* ____activation_21;
Il2CppIUnknown* ____applicationIdentity_22;
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ___compatibility_switch_23;
};
// System.Collections.Generic.Dictionary`2_Enumerator<System.Object,System.Object>
struct Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB
{
public:
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator::dictionary
Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * ___dictionary_0;
// System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::version
int32_t ___version_1;
// System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::index
int32_t ___index_2;
// System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator::current
KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE ___current_3;
// System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::getEnumeratorRetType
int32_t ___getEnumeratorRetType_4;
public:
inline static int32_t get_offset_of_dictionary_0() { return static_cast<int32_t>(offsetof(Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB, ___dictionary_0)); }
inline Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * get_dictionary_0() const { return ___dictionary_0; }
inline Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA ** get_address_of_dictionary_0() { return &___dictionary_0; }
inline void set_dictionary_0(Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * value)
{
___dictionary_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value);
}
inline static int32_t get_offset_of_version_1() { return static_cast<int32_t>(offsetof(Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB, ___version_1)); }
inline int32_t get_version_1() const { return ___version_1; }
inline int32_t* get_address_of_version_1() { return &___version_1; }
inline void set_version_1(int32_t value)
{
___version_1 = value;
}
inline static int32_t get_offset_of_index_2() { return static_cast<int32_t>(offsetof(Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB, ___index_2)); }
inline int32_t get_index_2() const { return ___index_2; }
inline int32_t* get_address_of_index_2() { return &___index_2; }
inline void set_index_2(int32_t value)
{
___index_2 = value;
}
inline static int32_t get_offset_of_current_3() { return static_cast<int32_t>(offsetof(Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB, ___current_3)); }
inline KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE get_current_3() const { return ___current_3; }
inline KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE * get_address_of_current_3() { return &___current_3; }
inline void set_current_3(KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE value)
{
___current_3 = value;
Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___key_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___value_1), (void*)NULL);
#endif
}
inline static int32_t get_offset_of_getEnumeratorRetType_4() { return static_cast<int32_t>(offsetof(Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB, ___getEnumeratorRetType_4)); }
inline int32_t get_getEnumeratorRetType_4() const { return ___getEnumeratorRetType_4; }
inline int32_t* get_address_of_getEnumeratorRetType_4() { return &___getEnumeratorRetType_4; }
inline void set_getEnumeratorRetType_4(int32_t value)
{
___getEnumeratorRetType_4 = value;
}
};
// System.Collections.Generic.Dictionary`2_Enumerator<System.String,System.String>
struct Enumerator_tEE17C0B6306B38B4D74140569F93EA8C3BDD05A3
{
public:
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator::dictionary
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * ___dictionary_0;
// System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::version
int32_t ___version_1;
// System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::index
int32_t ___index_2;
// System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator::current
KeyValuePair_2_t1A58906CCD7ED79792916B56DB716477495C85D8 ___current_3;
// System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::getEnumeratorRetType
int32_t ___getEnumeratorRetType_4;
public:
inline static int32_t get_offset_of_dictionary_0() { return static_cast<int32_t>(offsetof(Enumerator_tEE17C0B6306B38B4D74140569F93EA8C3BDD05A3, ___dictionary_0)); }
inline Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * get_dictionary_0() const { return ___dictionary_0; }
inline Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC ** get_address_of_dictionary_0() { return &___dictionary_0; }
inline void set_dictionary_0(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * value)
{
___dictionary_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value);
}
inline static int32_t get_offset_of_version_1() { return static_cast<int32_t>(offsetof(Enumerator_tEE17C0B6306B38B4D74140569F93EA8C3BDD05A3, ___version_1)); }
inline int32_t get_version_1() const { return ___version_1; }
inline int32_t* get_address_of_version_1() { return &___version_1; }
inline void set_version_1(int32_t value)
{
___version_1 = value;
}
inline static int32_t get_offset_of_index_2() { return static_cast<int32_t>(offsetof(Enumerator_tEE17C0B6306B38B4D74140569F93EA8C3BDD05A3, ___index_2)); }
inline int32_t get_index_2() const { return ___index_2; }
inline int32_t* get_address_of_index_2() { return &___index_2; }
inline void set_index_2(int32_t value)
{
___index_2 = value;
}
inline static int32_t get_offset_of_current_3() { return static_cast<int32_t>(offsetof(Enumerator_tEE17C0B6306B38B4D74140569F93EA8C3BDD05A3, ___current_3)); }
inline KeyValuePair_2_t1A58906CCD7ED79792916B56DB716477495C85D8 get_current_3() const { return ___current_3; }
inline KeyValuePair_2_t1A58906CCD7ED79792916B56DB716477495C85D8 * get_address_of_current_3() { return &___current_3; }
inline void set_current_3(KeyValuePair_2_t1A58906CCD7ED79792916B56DB716477495C85D8 value)
{
___current_3 = value;
Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___key_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___value_1), (void*)NULL);
#endif
}
inline static int32_t get_offset_of_getEnumeratorRetType_4() { return static_cast<int32_t>(offsetof(Enumerator_tEE17C0B6306B38B4D74140569F93EA8C3BDD05A3, ___getEnumeratorRetType_4)); }
inline int32_t get_getEnumeratorRetType_4() const { return ___getEnumeratorRetType_4; }
inline int32_t* get_address_of_getEnumeratorRetType_4() { return &___getEnumeratorRetType_4; }
inline void set_getEnumeratorRetType_4(int32_t value)
{
___getEnumeratorRetType_4 = value;
}
};
// System.Delegate
struct Delegate_t : 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::extra_arg
intptr_t ___extra_arg_5;
// System.IntPtr System.Delegate::method_code
intptr_t ___method_code_6;
// System.Reflection.MethodInfo System.Delegate::method_info
MethodInfo_t * ___method_info_7;
// System.Reflection.MethodInfo System.Delegate::original_method_info
MethodInfo_t * ___original_method_info_8;
// System.DelegateData System.Delegate::data
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9;
// System.Boolean System.Delegate::method_is_virtual
bool ___method_is_virtual_10;
public:
inline static int32_t get_offset_of_method_ptr_0() { return static_cast<int32_t>(offsetof(Delegate_t, ___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<int32_t>(offsetof(Delegate_t, ___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<int32_t>(offsetof(Delegate_t, ___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((void**)(&___m_target_2), (void*)value);
}
inline static int32_t get_offset_of_method_3() { return static_cast<int32_t>(offsetof(Delegate_t, ___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<int32_t>(offsetof(Delegate_t, ___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_extra_arg_5() { return static_cast<int32_t>(offsetof(Delegate_t, ___extra_arg_5)); }
inline intptr_t get_extra_arg_5() const { return ___extra_arg_5; }
inline intptr_t* get_address_of_extra_arg_5() { return &___extra_arg_5; }
inline void set_extra_arg_5(intptr_t value)
{
___extra_arg_5 = value;
}
inline static int32_t get_offset_of_method_code_6() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_code_6)); }
inline intptr_t get_method_code_6() const { return ___method_code_6; }
inline intptr_t* get_address_of_method_code_6() { return &___method_code_6; }
inline void set_method_code_6(intptr_t value)
{
___method_code_6 = value;
}
inline static int32_t get_offset_of_method_info_7() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_info_7)); }
inline MethodInfo_t * get_method_info_7() const { return ___method_info_7; }
inline MethodInfo_t ** get_address_of_method_info_7() { return &___method_info_7; }
inline void set_method_info_7(MethodInfo_t * value)
{
___method_info_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___method_info_7), (void*)value);
}
inline static int32_t get_offset_of_original_method_info_8() { return static_cast<int32_t>(offsetof(Delegate_t, ___original_method_info_8)); }
inline MethodInfo_t * get_original_method_info_8() const { return ___original_method_info_8; }
inline MethodInfo_t ** get_address_of_original_method_info_8() { return &___original_method_info_8; }
inline void set_original_method_info_8(MethodInfo_t * value)
{
___original_method_info_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___original_method_info_8), (void*)value);
}
inline static int32_t get_offset_of_data_9() { return static_cast<int32_t>(offsetof(Delegate_t, ___data_9)); }
inline DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * get_data_9() const { return ___data_9; }
inline DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE ** get_address_of_data_9() { return &___data_9; }
inline void set_data_9(DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * value)
{
___data_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___data_9), (void*)value);
}
inline static int32_t get_offset_of_method_is_virtual_10() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_is_virtual_10)); }
inline bool get_method_is_virtual_10() const { return ___method_is_virtual_10; }
inline bool* get_address_of_method_is_virtual_10() { return &___method_is_virtual_10; }
inline void set_method_is_virtual_10(bool value)
{
___method_is_virtual_10 = value;
}
};
// Native definition for P/Invoke marshalling of System.Delegate
struct Delegate_t_marshaled_pinvoke
{
intptr_t ___method_ptr_0;
intptr_t ___invoke_impl_1;
Il2CppIUnknown* ___m_target_2;
intptr_t ___method_3;
intptr_t ___delegate_trampoline_4;
intptr_t ___extra_arg_5;
intptr_t ___method_code_6;
MethodInfo_t * ___method_info_7;
MethodInfo_t * ___original_method_info_8;
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9;
int32_t ___method_is_virtual_10;
};
// Native definition for COM marshalling of System.Delegate
struct Delegate_t_marshaled_com
{
intptr_t ___method_ptr_0;
intptr_t ___invoke_impl_1;
Il2CppIUnknown* ___m_target_2;
intptr_t ___method_3;
intptr_t ___delegate_trampoline_4;
intptr_t ___extra_arg_5;
intptr_t ___method_code_6;
MethodInfo_t * ___method_info_7;
MethodInfo_t * ___original_method_info_8;
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9;
int32_t ___method_is_virtual_10;
};
// System.Exception
struct Exception_t : public RuntimeObject
{
public:
// System.String System.Exception::_className
String_t* ____className_1;
// System.String System.Exception::_message
String_t* ____message_2;
// System.Collections.IDictionary System.Exception::_data
RuntimeObject* ____data_3;
// System.Exception System.Exception::_innerException
Exception_t * ____innerException_4;
// System.String System.Exception::_helpURL
String_t* ____helpURL_5;
// System.Object System.Exception::_stackTrace
RuntimeObject * ____stackTrace_6;
// System.String System.Exception::_stackTraceString
String_t* ____stackTraceString_7;
// System.String System.Exception::_remoteStackTraceString
String_t* ____remoteStackTraceString_8;
// System.Int32 System.Exception::_remoteStackIndex
int32_t ____remoteStackIndex_9;
// System.Object System.Exception::_dynamicMethods
RuntimeObject * ____dynamicMethods_10;
// System.Int32 System.Exception::_HResult
int32_t ____HResult_11;
// System.String System.Exception::_source
String_t* ____source_12;
// System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13;
// System.Diagnostics.StackTrace[] System.Exception::captured_traces
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14;
// System.IntPtr[] System.Exception::native_trace_ips
IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* ___native_trace_ips_15;
public:
inline static int32_t get_offset_of__className_1() { return static_cast<int32_t>(offsetof(Exception_t, ____className_1)); }
inline String_t* get__className_1() const { return ____className_1; }
inline String_t** get_address_of__className_1() { return &____className_1; }
inline void set__className_1(String_t* value)
{
____className_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____className_1), (void*)value);
}
inline static int32_t get_offset_of__message_2() { return static_cast<int32_t>(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((void**)(&____message_2), (void*)value);
}
inline static int32_t get_offset_of__data_3() { return static_cast<int32_t>(offsetof(Exception_t, ____data_3)); }
inline RuntimeObject* get__data_3() const { return ____data_3; }
inline RuntimeObject** get_address_of__data_3() { return &____data_3; }
inline void set__data_3(RuntimeObject* value)
{
____data_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&____data_3), (void*)value);
}
inline static int32_t get_offset_of__innerException_4() { return static_cast<int32_t>(offsetof(Exception_t, ____innerException_4)); }
inline Exception_t * get__innerException_4() const { return ____innerException_4; }
inline Exception_t ** get_address_of__innerException_4() { return &____innerException_4; }
inline void set__innerException_4(Exception_t * value)
{
____innerException_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____innerException_4), (void*)value);
}
inline static int32_t get_offset_of__helpURL_5() { return static_cast<int32_t>(offsetof(Exception_t, ____helpURL_5)); }
inline String_t* get__helpURL_5() const { return ____helpURL_5; }
inline String_t** get_address_of__helpURL_5() { return &____helpURL_5; }
inline void set__helpURL_5(String_t* value)
{
____helpURL_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____helpURL_5), (void*)value);
}
inline static int32_t get_offset_of__stackTrace_6() { return static_cast<int32_t>(offsetof(Exception_t, ____stackTrace_6)); }
inline RuntimeObject * get__stackTrace_6() const { return ____stackTrace_6; }
inline RuntimeObject ** get_address_of__stackTrace_6() { return &____stackTrace_6; }
inline void set__stackTrace_6(RuntimeObject * value)
{
____stackTrace_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&____stackTrace_6), (void*)value);
}
inline static int32_t get_offset_of__stackTraceString_7() { return static_cast<int32_t>(offsetof(Exception_t, ____stackTraceString_7)); }
inline String_t* get__stackTraceString_7() const { return ____stackTraceString_7; }
inline String_t** get_address_of__stackTraceString_7() { return &____stackTraceString_7; }
inline void set__stackTraceString_7(String_t* value)
{
____stackTraceString_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&____stackTraceString_7), (void*)value);
}
inline static int32_t get_offset_of__remoteStackTraceString_8() { return static_cast<int32_t>(offsetof(Exception_t, ____remoteStackTraceString_8)); }
inline String_t* get__remoteStackTraceString_8() const { return ____remoteStackTraceString_8; }
inline String_t** get_address_of__remoteStackTraceString_8() { return &____remoteStackTraceString_8; }
inline void set__remoteStackTraceString_8(String_t* value)
{
____remoteStackTraceString_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&____remoteStackTraceString_8), (void*)value);
}
inline static int32_t get_offset_of__remoteStackIndex_9() { return static_cast<int32_t>(offsetof(Exception_t, ____remoteStackIndex_9)); }
inline int32_t get__remoteStackIndex_9() const { return ____remoteStackIndex_9; }
inline int32_t* get_address_of__remoteStackIndex_9() { return &____remoteStackIndex_9; }
inline void set__remoteStackIndex_9(int32_t value)
{
____remoteStackIndex_9 = value;
}
inline static int32_t get_offset_of__dynamicMethods_10() { return static_cast<int32_t>(offsetof(Exception_t, ____dynamicMethods_10)); }
inline RuntimeObject * get__dynamicMethods_10() const { return ____dynamicMethods_10; }
inline RuntimeObject ** get_address_of__dynamicMethods_10() { return &____dynamicMethods_10; }
inline void set__dynamicMethods_10(RuntimeObject * value)
{
____dynamicMethods_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&____dynamicMethods_10), (void*)value);
}
inline static int32_t get_offset_of__HResult_11() { return static_cast<int32_t>(offsetof(Exception_t, ____HResult_11)); }
inline int32_t get__HResult_11() const { return ____HResult_11; }
inline int32_t* get_address_of__HResult_11() { return &____HResult_11; }
inline void set__HResult_11(int32_t value)
{
____HResult_11 = value;
}
inline static int32_t get_offset_of__source_12() { return static_cast<int32_t>(offsetof(Exception_t, ____source_12)); }
inline String_t* get__source_12() const { return ____source_12; }
inline String_t** get_address_of__source_12() { return &____source_12; }
inline void set__source_12(String_t* value)
{
____source_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&____source_12), (void*)value);
}
inline static int32_t get_offset_of__safeSerializationManager_13() { return static_cast<int32_t>(offsetof(Exception_t, ____safeSerializationManager_13)); }
inline SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * get__safeSerializationManager_13() const { return ____safeSerializationManager_13; }
inline SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 ** get_address_of__safeSerializationManager_13() { return &____safeSerializationManager_13; }
inline void set__safeSerializationManager_13(SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * value)
{
____safeSerializationManager_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&____safeSerializationManager_13), (void*)value);
}
inline static int32_t get_offset_of_captured_traces_14() { return static_cast<int32_t>(offsetof(Exception_t, ___captured_traces_14)); }
inline StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* get_captured_traces_14() const { return ___captured_traces_14; }
inline StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196** get_address_of_captured_traces_14() { return &___captured_traces_14; }
inline void set_captured_traces_14(StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* value)
{
___captured_traces_14 = value;
Il2CppCodeGenWriteBarrier((void**)(&___captured_traces_14), (void*)value);
}
inline static int32_t get_offset_of_native_trace_ips_15() { return static_cast<int32_t>(offsetof(Exception_t, ___native_trace_ips_15)); }
inline IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* get_native_trace_ips_15() const { return ___native_trace_ips_15; }
inline IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD** get_address_of_native_trace_ips_15() { return &___native_trace_ips_15; }
inline void set_native_trace_ips_15(IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* value)
{
___native_trace_ips_15 = value;
Il2CppCodeGenWriteBarrier((void**)(&___native_trace_ips_15), (void*)value);
}
};
struct Exception_t_StaticFields
{
public:
// System.Object System.Exception::s_EDILock
RuntimeObject * ___s_EDILock_0;
public:
inline static int32_t get_offset_of_s_EDILock_0() { return static_cast<int32_t>(offsetof(Exception_t_StaticFields, ___s_EDILock_0)); }
inline RuntimeObject * get_s_EDILock_0() const { return ___s_EDILock_0; }
inline RuntimeObject ** get_address_of_s_EDILock_0() { return &___s_EDILock_0; }
inline void set_s_EDILock_0(RuntimeObject * value)
{
___s_EDILock_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_EDILock_0), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.Exception
struct Exception_t_marshaled_pinvoke
{
char* ____className_1;
char* ____message_2;
RuntimeObject* ____data_3;
Exception_t_marshaled_pinvoke* ____innerException_4;
char* ____helpURL_5;
Il2CppIUnknown* ____stackTrace_6;
char* ____stackTraceString_7;
char* ____remoteStackTraceString_8;
int32_t ____remoteStackIndex_9;
Il2CppIUnknown* ____dynamicMethods_10;
int32_t ____HResult_11;
char* ____source_12;
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13;
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14;
Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
};
// Native definition for COM marshalling of System.Exception
struct Exception_t_marshaled_com
{
Il2CppChar* ____className_1;
Il2CppChar* ____message_2;
RuntimeObject* ____data_3;
Exception_t_marshaled_com* ____innerException_4;
Il2CppChar* ____helpURL_5;
Il2CppIUnknown* ____stackTrace_6;
Il2CppChar* ____stackTraceString_7;
Il2CppChar* ____remoteStackTraceString_8;
int32_t ____remoteStackIndex_9;
Il2CppIUnknown* ____dynamicMethods_10;
int32_t ____HResult_11;
Il2CppChar* ____source_12;
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13;
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14;
Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
};
// System.Nullable`1<FairyGUI.Margin>
struct Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0
{
public:
// T System.Nullable`1::value
Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E ___value_0;
// System.Boolean System.Nullable`1::has_value
bool ___has_value_1;
public:
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0, ___value_0)); }
inline Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E get_value_0() const { return ___value_0; }
inline Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E * get_address_of_value_0() { return &___value_0; }
inline void set_value_0(Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E value)
{
___value_0 = value;
}
inline static int32_t get_offset_of_has_value_1() { return static_cast<int32_t>(offsetof(Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0, ___has_value_1)); }
inline bool get_has_value_1() const { return ___has_value_1; }
inline bool* get_address_of_has_value_1() { return &___has_value_1; }
inline void set_has_value_1(bool value)
{
___has_value_1 = value;
}
};
// System.Nullable`1<UnityEngine.Matrix4x4>
struct Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0
{
public:
// T System.Nullable`1::value
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___value_0;
// System.Boolean System.Nullable`1::has_value
bool ___has_value_1;
public:
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0, ___value_0)); }
inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA get_value_0() const { return ___value_0; }
inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * get_address_of_value_0() { return &___value_0; }
inline void set_value_0(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA value)
{
___value_0 = value;
}
inline static int32_t get_offset_of_has_value_1() { return static_cast<int32_t>(offsetof(Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0, ___has_value_1)); }
inline bool get_has_value_1() const { return ___has_value_1; }
inline bool* get_address_of_has_value_1() { return &___has_value_1; }
inline void set_has_value_1(bool value)
{
___has_value_1 = value;
}
};
// System.Nullable`1<UnityEngine.Rect>
struct Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10
{
public:
// T System.Nullable`1::value
Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___value_0;
// System.Boolean System.Nullable`1::has_value
bool ___has_value_1;
public:
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10, ___value_0)); }
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE get_value_0() const { return ___value_0; }
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE * get_address_of_value_0() { return &___value_0; }
inline void set_value_0(Rect_t35B976DE901B5423C11705E156938EA27AB402CE value)
{
___value_0 = value;
}
inline static int32_t get_offset_of_has_value_1() { return static_cast<int32_t>(offsetof(Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10, ___has_value_1)); }
inline bool get_has_value_1() const { return ___has_value_1; }
inline bool* get_address_of_has_value_1() { return &___has_value_1; }
inline void set_has_value_1(bool value)
{
___has_value_1 = value;
}
};
// System.Nullable`1<UnityEngine.Vector3>
struct Nullable_1_t75BFB9848B0C0C6930A6973335B59621D36E6203
{
public:
// T System.Nullable`1::value
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___value_0;
// System.Boolean System.Nullable`1::has_value
bool ___has_value_1;
public:
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(Nullable_1_t75BFB9848B0C0C6930A6973335B59621D36E6203, ___value_0)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_value_0() const { return ___value_0; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_value_0() { return &___value_0; }
inline void set_value_0(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___value_0 = value;
}
inline static int32_t get_offset_of_has_value_1() { return static_cast<int32_t>(offsetof(Nullable_1_t75BFB9848B0C0C6930A6973335B59621D36E6203, ___has_value_1)); }
inline bool get_has_value_1() const { return ___has_value_1; }
inline bool* get_address_of_has_value_1() { return &___has_value_1; }
inline void set_has_value_1(bool value)
{
___has_value_1 = value;
}
};
// System.Nullable`1<UnityEngine.Vector4>
struct Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533
{
public:
// T System.Nullable`1::value
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___value_0;
// System.Boolean System.Nullable`1::has_value
bool ___has_value_1;
public:
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533, ___value_0)); }
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E get_value_0() const { return ___value_0; }
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * get_address_of_value_0() { return &___value_0; }
inline void set_value_0(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value)
{
___value_0 = value;
}
inline static int32_t get_offset_of_has_value_1() { return static_cast<int32_t>(offsetof(Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533, ___has_value_1)); }
inline bool get_has_value_1() const { return ___has_value_1; }
inline bool* get_address_of_has_value_1() { return &___has_value_1; }
inline void set_has_value_1(bool value)
{
___has_value_1 = value;
}
};
// System.Reflection.BindingFlags
struct BindingFlags_tE35C91D046E63A1B92BB9AB909FCF9DA84379ED0
{
public:
// System.Int32 System.Reflection.BindingFlags::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(BindingFlags_tE35C91D046E63A1B92BB9AB909FCF9DA84379ED0, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Reflection.MethodInfo
struct MethodInfo_t : public MethodBase_t
{
public:
public:
};
// System.Reflection.ParameterAttributes
struct ParameterAttributes_tF9962395513C2A48CF5AF2F371C66DD52789F110
{
public:
// System.Int32 System.Reflection.ParameterAttributes::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ParameterAttributes_tF9962395513C2A48CF5AF2F371C66DD52789F110, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.RuntimeTypeHandle
struct RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D
{
public:
// System.IntPtr System.RuntimeTypeHandle::value
intptr_t ___value_0;
public:
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D, ___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;
}
};
// System.Text.RegularExpressions.Match
struct Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 : public Group_tB4759D0385925B2C8C14ED3FCD5D2F43CFBD0443
{
public:
// System.Text.RegularExpressions.GroupCollection System.Text.RegularExpressions.Match::_groupcoll
GroupCollection_tD9051ED1A991E3666439262B517FDD2F968C064F * ____groupcoll_8;
// System.Text.RegularExpressions.Regex System.Text.RegularExpressions.Match::_regex
Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * ____regex_9;
// System.Int32 System.Text.RegularExpressions.Match::_textbeg
int32_t ____textbeg_10;
// System.Int32 System.Text.RegularExpressions.Match::_textpos
int32_t ____textpos_11;
// System.Int32 System.Text.RegularExpressions.Match::_textend
int32_t ____textend_12;
// System.Int32 System.Text.RegularExpressions.Match::_textstart
int32_t ____textstart_13;
// System.Int32[][] System.Text.RegularExpressions.Match::_matches
Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* ____matches_14;
// System.Int32[] System.Text.RegularExpressions.Match::_matchcount
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ____matchcount_15;
// System.Boolean System.Text.RegularExpressions.Match::_balancing
bool ____balancing_16;
public:
inline static int32_t get_offset_of__groupcoll_8() { return static_cast<int32_t>(offsetof(Match_tE447871AB59EED3642F31EB9559D162C2977EBB5, ____groupcoll_8)); }
inline GroupCollection_tD9051ED1A991E3666439262B517FDD2F968C064F * get__groupcoll_8() const { return ____groupcoll_8; }
inline GroupCollection_tD9051ED1A991E3666439262B517FDD2F968C064F ** get_address_of__groupcoll_8() { return &____groupcoll_8; }
inline void set__groupcoll_8(GroupCollection_tD9051ED1A991E3666439262B517FDD2F968C064F * value)
{
____groupcoll_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&____groupcoll_8), (void*)value);
}
inline static int32_t get_offset_of__regex_9() { return static_cast<int32_t>(offsetof(Match_tE447871AB59EED3642F31EB9559D162C2977EBB5, ____regex_9)); }
inline Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * get__regex_9() const { return ____regex_9; }
inline Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF ** get_address_of__regex_9() { return &____regex_9; }
inline void set__regex_9(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * value)
{
____regex_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&____regex_9), (void*)value);
}
inline static int32_t get_offset_of__textbeg_10() { return static_cast<int32_t>(offsetof(Match_tE447871AB59EED3642F31EB9559D162C2977EBB5, ____textbeg_10)); }
inline int32_t get__textbeg_10() const { return ____textbeg_10; }
inline int32_t* get_address_of__textbeg_10() { return &____textbeg_10; }
inline void set__textbeg_10(int32_t value)
{
____textbeg_10 = value;
}
inline static int32_t get_offset_of__textpos_11() { return static_cast<int32_t>(offsetof(Match_tE447871AB59EED3642F31EB9559D162C2977EBB5, ____textpos_11)); }
inline int32_t get__textpos_11() const { return ____textpos_11; }
inline int32_t* get_address_of__textpos_11() { return &____textpos_11; }
inline void set__textpos_11(int32_t value)
{
____textpos_11 = value;
}
inline static int32_t get_offset_of__textend_12() { return static_cast<int32_t>(offsetof(Match_tE447871AB59EED3642F31EB9559D162C2977EBB5, ____textend_12)); }
inline int32_t get__textend_12() const { return ____textend_12; }
inline int32_t* get_address_of__textend_12() { return &____textend_12; }
inline void set__textend_12(int32_t value)
{
____textend_12 = value;
}
inline static int32_t get_offset_of__textstart_13() { return static_cast<int32_t>(offsetof(Match_tE447871AB59EED3642F31EB9559D162C2977EBB5, ____textstart_13)); }
inline int32_t get__textstart_13() const { return ____textstart_13; }
inline int32_t* get_address_of__textstart_13() { return &____textstart_13; }
inline void set__textstart_13(int32_t value)
{
____textstart_13 = value;
}
inline static int32_t get_offset_of__matches_14() { return static_cast<int32_t>(offsetof(Match_tE447871AB59EED3642F31EB9559D162C2977EBB5, ____matches_14)); }
inline Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* get__matches_14() const { return ____matches_14; }
inline Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43** get_address_of__matches_14() { return &____matches_14; }
inline void set__matches_14(Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* value)
{
____matches_14 = value;
Il2CppCodeGenWriteBarrier((void**)(&____matches_14), (void*)value);
}
inline static int32_t get_offset_of__matchcount_15() { return static_cast<int32_t>(offsetof(Match_tE447871AB59EED3642F31EB9559D162C2977EBB5, ____matchcount_15)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get__matchcount_15() const { return ____matchcount_15; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of__matchcount_15() { return &____matchcount_15; }
inline void set__matchcount_15(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
____matchcount_15 = value;
Il2CppCodeGenWriteBarrier((void**)(&____matchcount_15), (void*)value);
}
inline static int32_t get_offset_of__balancing_16() { return static_cast<int32_t>(offsetof(Match_tE447871AB59EED3642F31EB9559D162C2977EBB5, ____balancing_16)); }
inline bool get__balancing_16() const { return ____balancing_16; }
inline bool* get_address_of__balancing_16() { return &____balancing_16; }
inline void set__balancing_16(bool value)
{
____balancing_16 = value;
}
};
struct Match_tE447871AB59EED3642F31EB9559D162C2977EBB5_StaticFields
{
public:
// System.Text.RegularExpressions.Match System.Text.RegularExpressions.Match::_empty
Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * ____empty_7;
public:
inline static int32_t get_offset_of__empty_7() { return static_cast<int32_t>(offsetof(Match_tE447871AB59EED3642F31EB9559D162C2977EBB5_StaticFields, ____empty_7)); }
inline Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * get__empty_7() const { return ____empty_7; }
inline Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 ** get_address_of__empty_7() { return &____empty_7; }
inline void set__empty_7(Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * value)
{
____empty_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&____empty_7), (void*)value);
}
};
// System.Text.RegularExpressions.RegexOptions
struct RegexOptions_t9A6138CDA9C60924D503C584095349F008C52EA1
{
public:
// System.Int32 System.Text.RegularExpressions.RegexOptions::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(RegexOptions_t9A6138CDA9C60924D503C584095349F008C52EA1, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.TimeSpan
struct TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4
{
public:
// System.Int64 System.TimeSpan::_ticks
int64_t ____ticks_3;
public:
inline static int32_t get_offset_of__ticks_3() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4, ____ticks_3)); }
inline int64_t get__ticks_3() const { return ____ticks_3; }
inline int64_t* get_address_of__ticks_3() { return &____ticks_3; }
inline void set__ticks_3(int64_t value)
{
____ticks_3 = value;
}
};
struct TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields
{
public:
// System.TimeSpan System.TimeSpan::Zero
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___Zero_0;
// System.TimeSpan System.TimeSpan::MaxValue
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___MaxValue_1;
// System.TimeSpan System.TimeSpan::MinValue
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___MinValue_2;
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyConfigChecked
bool ____legacyConfigChecked_4;
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyMode
bool ____legacyMode_5;
public:
inline static int32_t get_offset_of_Zero_0() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ___Zero_0)); }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_Zero_0() const { return ___Zero_0; }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_Zero_0() { return &___Zero_0; }
inline void set_Zero_0(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
{
___Zero_0 = value;
}
inline static int32_t get_offset_of_MaxValue_1() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ___MaxValue_1)); }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_MaxValue_1() const { return ___MaxValue_1; }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_MaxValue_1() { return &___MaxValue_1; }
inline void set_MaxValue_1(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
{
___MaxValue_1 = value;
}
inline static int32_t get_offset_of_MinValue_2() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ___MinValue_2)); }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_MinValue_2() const { return ___MinValue_2; }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_MinValue_2() { return &___MinValue_2; }
inline void set_MinValue_2(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
{
___MinValue_2 = value;
}
inline static int32_t get_offset_of__legacyConfigChecked_4() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ____legacyConfigChecked_4)); }
inline bool get__legacyConfigChecked_4() const { return ____legacyConfigChecked_4; }
inline bool* get_address_of__legacyConfigChecked_4() { return &____legacyConfigChecked_4; }
inline void set__legacyConfigChecked_4(bool value)
{
____legacyConfigChecked_4 = value;
}
inline static int32_t get_offset_of__legacyMode_5() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ____legacyMode_5)); }
inline bool get__legacyMode_5() const { return ____legacyMode_5; }
inline bool* get_address_of__legacyMode_5() { return &____legacyMode_5; }
inline void set__legacyMode_5(bool value)
{
____legacyMode_5 = value;
}
};
// UnityEngine.AnimationCurve
struct AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C : 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<int32_t>(offsetof(AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C, ___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;
}
};
// Native definition for P/Invoke marshalling of UnityEngine.AnimationCurve
struct AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C_marshaled_pinvoke
{
intptr_t ___m_Ptr_0;
};
// Native definition for COM marshalling of UnityEngine.AnimationCurve
struct AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C_marshaled_com
{
intptr_t ___m_Ptr_0;
};
// UnityEngine.AsyncOperation
struct AsyncOperation_t304C51ABED8AE734CC8DDDFE13013D8D5A44641D : public YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44
{
public:
// System.IntPtr UnityEngine.AsyncOperation::m_Ptr
intptr_t ___m_Ptr_0;
// System.Action`1<UnityEngine.AsyncOperation> UnityEngine.AsyncOperation::m_completeCallback
Action_1_tCBF754C290FAE894631BED8FD56E9E22C4C187F9 * ___m_completeCallback_1;
public:
inline static int32_t get_offset_of_m_Ptr_0() { return static_cast<int32_t>(offsetof(AsyncOperation_t304C51ABED8AE734CC8DDDFE13013D8D5A44641D, ___m_Ptr_0)); }
inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; }
inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; }
inline void set_m_Ptr_0(intptr_t value)
{
___m_Ptr_0 = value;
}
inline static int32_t get_offset_of_m_completeCallback_1() { return static_cast<int32_t>(offsetof(AsyncOperation_t304C51ABED8AE734CC8DDDFE13013D8D5A44641D, ___m_completeCallback_1)); }
inline Action_1_tCBF754C290FAE894631BED8FD56E9E22C4C187F9 * get_m_completeCallback_1() const { return ___m_completeCallback_1; }
inline Action_1_tCBF754C290FAE894631BED8FD56E9E22C4C187F9 ** get_address_of_m_completeCallback_1() { return &___m_completeCallback_1; }
inline void set_m_completeCallback_1(Action_1_tCBF754C290FAE894631BED8FD56E9E22C4C187F9 * value)
{
___m_completeCallback_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_completeCallback_1), (void*)value);
}
};
// Native definition for P/Invoke marshalling of UnityEngine.AsyncOperation
struct AsyncOperation_t304C51ABED8AE734CC8DDDFE13013D8D5A44641D_marshaled_pinvoke : public YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_marshaled_pinvoke
{
intptr_t ___m_Ptr_0;
Il2CppMethodPointer ___m_completeCallback_1;
};
// Native definition for COM marshalling of UnityEngine.AsyncOperation
struct AsyncOperation_t304C51ABED8AE734CC8DDDFE13013D8D5A44641D_marshaled_com : public YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_marshaled_com
{
intptr_t ___m_Ptr_0;
Il2CppMethodPointer ___m_completeCallback_1;
};
// UnityEngine.CameraClearFlags
struct CameraClearFlags_tAC22BD22D12708CBDC63F6CFB31109E5E17CF239
{
public:
// System.Int32 UnityEngine.CameraClearFlags::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(CameraClearFlags_tAC22BD22D12708CBDC63F6CFB31109E5E17CF239, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// UnityEngine.DeviceType
struct DeviceType_tB62FC22AC0F4007AB37906B04F7E0DB969BC41CF
{
public:
// System.Int32 UnityEngine.DeviceType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(DeviceType_tB62FC22AC0F4007AB37906B04F7E0DB969BC41CF, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// UnityEngine.FilterMode
struct FilterMode_t6590B4B0BAE2BBBCABA8E1E93FA07A052B3261AF
{
public:
// System.Int32 UnityEngine.FilterMode::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(FilterMode_t6590B4B0BAE2BBBCABA8E1E93FA07A052B3261AF, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// UnityEngine.HideFlags
struct HideFlags_t30B57DC00548E963A569318C8F4A4123E7447E37
{
public:
// System.Int32 UnityEngine.HideFlags::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(HideFlags_t30B57DC00548E963A569318C8F4A4123E7447E37, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// UnityEngine.LogType
struct LogType_t6B6C6234E8B44B73937581ACFBE15DE28227849D
{
public:
// System.Int32 UnityEngine.LogType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(LogType_t6B6C6234E8B44B73937581ACFBE15DE28227849D, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// UnityEngine.Object
struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 : 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<int32_t>(offsetof(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0, ___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_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_StaticFields
{
public:
// System.Int32 UnityEngine.Object::OffsetOfInstanceIDInCPlusPlusObject
int32_t ___OffsetOfInstanceIDInCPlusPlusObject_1;
public:
inline static int32_t get_offset_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return static_cast<int32_t>(offsetof(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_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;
}
};
// Native definition for P/Invoke marshalling of UnityEngine.Object
struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_marshaled_pinvoke
{
intptr_t ___m_CachedPtr_0;
};
// Native definition for COM marshalling of UnityEngine.Object
struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_marshaled_com
{
intptr_t ___m_CachedPtr_0;
};
// UnityEngine.RenderMode
struct RenderMode_tB54632E74CDC4A990E815EB8C3CC515D3A9E2F60
{
public:
// System.Int32 UnityEngine.RenderMode::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(RenderMode_tB54632E74CDC4A990E815EB8C3CC515D3A9E2F60, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// UnityEngine.RenderTextureFormat
struct RenderTextureFormat_t2AB1B77FBD247648292FBBE1182F12B5FC47AF85
{
public:
// System.Int32 UnityEngine.RenderTextureFormat::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(RenderTextureFormat_t2AB1B77FBD247648292FBBE1182F12B5FC47AF85, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// UnityEngine.Rendering.BlendMode
struct BlendMode_tC5F270C1FFAF80DB1780A0F46B88D65984B23C4A
{
public:
// System.Int32 UnityEngine.Rendering.BlendMode::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(BlendMode_tC5F270C1FFAF80DB1780A0F46B88D65984B23C4A, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// UnityEngine.StereoTargetEyeMask
struct StereoTargetEyeMask_t9B10176C5D3A38A3C2B226428A96859D2A88C8A0
{
public:
// System.Int32 UnityEngine.StereoTargetEyeMask::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(StereoTargetEyeMask_t9B10176C5D3A38A3C2B226428A96859D2A88C8A0, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// UnityEngine.TextureWrapMode
struct TextureWrapMode_t8AC763BD80806A9175C6AA8D33D6BABAD83E950F
{
public:
// System.Int32 UnityEngine.TextureWrapMode::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TextureWrapMode_t8AC763BD80806A9175C6AA8D33D6BABAD83E950F, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// BuglyAgent
struct BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291 : public RuntimeObject
{
public:
public:
};
struct BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_StaticFields
{
public:
// System.Boolean BuglyAgent::_crashReporterTypeConfiged
bool ____crashReporterTypeConfiged_0;
// BuglyAgent_LogCallbackDelegate BuglyAgent::_LogCallbackEventHandler
LogCallbackDelegate_t706B97807EE341E8346EB27B585DBBEDEA922058 * ____LogCallbackEventHandler_1;
// System.Boolean BuglyAgent::_isInitialized
bool ____isInitialized_2;
// LogSeverity BuglyAgent::_autoReportLogLevel
int32_t ____autoReportLogLevel_3;
// System.Int32 BuglyAgent::_crashReporterType
int32_t ____crashReporterType_4;
// System.Int32 BuglyAgent::_crashReproterCustomizedLogLevel
int32_t ____crashReproterCustomizedLogLevel_5;
// System.Boolean BuglyAgent::_debugMode
bool ____debugMode_6;
// System.Boolean BuglyAgent::_autoQuitApplicationAfterReport
bool ____autoQuitApplicationAfterReport_7;
// System.Int32 BuglyAgent::EXCEPTION_TYPE_UNCAUGHT
int32_t ___EXCEPTION_TYPE_UNCAUGHT_8;
// System.Int32 BuglyAgent::EXCEPTION_TYPE_CAUGHT
int32_t ___EXCEPTION_TYPE_CAUGHT_9;
// System.String BuglyAgent::_pluginVersion
String_t* ____pluginVersion_10;
// System.Func`1<System.Collections.Generic.Dictionary`2<System.String,System.String>> BuglyAgent::_LogCallbackExtrasHandler
Func_1_t396E6A649BC5AF2B6E09527C2AF3B34D8CA087BB * ____LogCallbackExtrasHandler_11;
// System.Boolean BuglyAgent::_uncaughtAutoReportOnce
bool ____uncaughtAutoReportOnce_12;
public:
inline static int32_t get_offset_of__crashReporterTypeConfiged_0() { return static_cast<int32_t>(offsetof(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_StaticFields, ____crashReporterTypeConfiged_0)); }
inline bool get__crashReporterTypeConfiged_0() const { return ____crashReporterTypeConfiged_0; }
inline bool* get_address_of__crashReporterTypeConfiged_0() { return &____crashReporterTypeConfiged_0; }
inline void set__crashReporterTypeConfiged_0(bool value)
{
____crashReporterTypeConfiged_0 = value;
}
inline static int32_t get_offset_of__LogCallbackEventHandler_1() { return static_cast<int32_t>(offsetof(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_StaticFields, ____LogCallbackEventHandler_1)); }
inline LogCallbackDelegate_t706B97807EE341E8346EB27B585DBBEDEA922058 * get__LogCallbackEventHandler_1() const { return ____LogCallbackEventHandler_1; }
inline LogCallbackDelegate_t706B97807EE341E8346EB27B585DBBEDEA922058 ** get_address_of__LogCallbackEventHandler_1() { return &____LogCallbackEventHandler_1; }
inline void set__LogCallbackEventHandler_1(LogCallbackDelegate_t706B97807EE341E8346EB27B585DBBEDEA922058 * value)
{
____LogCallbackEventHandler_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____LogCallbackEventHandler_1), (void*)value);
}
inline static int32_t get_offset_of__isInitialized_2() { return static_cast<int32_t>(offsetof(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_StaticFields, ____isInitialized_2)); }
inline bool get__isInitialized_2() const { return ____isInitialized_2; }
inline bool* get_address_of__isInitialized_2() { return &____isInitialized_2; }
inline void set__isInitialized_2(bool value)
{
____isInitialized_2 = value;
}
inline static int32_t get_offset_of__autoReportLogLevel_3() { return static_cast<int32_t>(offsetof(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_StaticFields, ____autoReportLogLevel_3)); }
inline int32_t get__autoReportLogLevel_3() const { return ____autoReportLogLevel_3; }
inline int32_t* get_address_of__autoReportLogLevel_3() { return &____autoReportLogLevel_3; }
inline void set__autoReportLogLevel_3(int32_t value)
{
____autoReportLogLevel_3 = value;
}
inline static int32_t get_offset_of__crashReporterType_4() { return static_cast<int32_t>(offsetof(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_StaticFields, ____crashReporterType_4)); }
inline int32_t get__crashReporterType_4() const { return ____crashReporterType_4; }
inline int32_t* get_address_of__crashReporterType_4() { return &____crashReporterType_4; }
inline void set__crashReporterType_4(int32_t value)
{
____crashReporterType_4 = value;
}
inline static int32_t get_offset_of__crashReproterCustomizedLogLevel_5() { return static_cast<int32_t>(offsetof(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_StaticFields, ____crashReproterCustomizedLogLevel_5)); }
inline int32_t get__crashReproterCustomizedLogLevel_5() const { return ____crashReproterCustomizedLogLevel_5; }
inline int32_t* get_address_of__crashReproterCustomizedLogLevel_5() { return &____crashReproterCustomizedLogLevel_5; }
inline void set__crashReproterCustomizedLogLevel_5(int32_t value)
{
____crashReproterCustomizedLogLevel_5 = value;
}
inline static int32_t get_offset_of__debugMode_6() { return static_cast<int32_t>(offsetof(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_StaticFields, ____debugMode_6)); }
inline bool get__debugMode_6() const { return ____debugMode_6; }
inline bool* get_address_of__debugMode_6() { return &____debugMode_6; }
inline void set__debugMode_6(bool value)
{
____debugMode_6 = value;
}
inline static int32_t get_offset_of__autoQuitApplicationAfterReport_7() { return static_cast<int32_t>(offsetof(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_StaticFields, ____autoQuitApplicationAfterReport_7)); }
inline bool get__autoQuitApplicationAfterReport_7() const { return ____autoQuitApplicationAfterReport_7; }
inline bool* get_address_of__autoQuitApplicationAfterReport_7() { return &____autoQuitApplicationAfterReport_7; }
inline void set__autoQuitApplicationAfterReport_7(bool value)
{
____autoQuitApplicationAfterReport_7 = value;
}
inline static int32_t get_offset_of_EXCEPTION_TYPE_UNCAUGHT_8() { return static_cast<int32_t>(offsetof(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_StaticFields, ___EXCEPTION_TYPE_UNCAUGHT_8)); }
inline int32_t get_EXCEPTION_TYPE_UNCAUGHT_8() const { return ___EXCEPTION_TYPE_UNCAUGHT_8; }
inline int32_t* get_address_of_EXCEPTION_TYPE_UNCAUGHT_8() { return &___EXCEPTION_TYPE_UNCAUGHT_8; }
inline void set_EXCEPTION_TYPE_UNCAUGHT_8(int32_t value)
{
___EXCEPTION_TYPE_UNCAUGHT_8 = value;
}
inline static int32_t get_offset_of_EXCEPTION_TYPE_CAUGHT_9() { return static_cast<int32_t>(offsetof(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_StaticFields, ___EXCEPTION_TYPE_CAUGHT_9)); }
inline int32_t get_EXCEPTION_TYPE_CAUGHT_9() const { return ___EXCEPTION_TYPE_CAUGHT_9; }
inline int32_t* get_address_of_EXCEPTION_TYPE_CAUGHT_9() { return &___EXCEPTION_TYPE_CAUGHT_9; }
inline void set_EXCEPTION_TYPE_CAUGHT_9(int32_t value)
{
___EXCEPTION_TYPE_CAUGHT_9 = value;
}
inline static int32_t get_offset_of__pluginVersion_10() { return static_cast<int32_t>(offsetof(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_StaticFields, ____pluginVersion_10)); }
inline String_t* get__pluginVersion_10() const { return ____pluginVersion_10; }
inline String_t** get_address_of__pluginVersion_10() { return &____pluginVersion_10; }
inline void set__pluginVersion_10(String_t* value)
{
____pluginVersion_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&____pluginVersion_10), (void*)value);
}
inline static int32_t get_offset_of__LogCallbackExtrasHandler_11() { return static_cast<int32_t>(offsetof(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_StaticFields, ____LogCallbackExtrasHandler_11)); }
inline Func_1_t396E6A649BC5AF2B6E09527C2AF3B34D8CA087BB * get__LogCallbackExtrasHandler_11() const { return ____LogCallbackExtrasHandler_11; }
inline Func_1_t396E6A649BC5AF2B6E09527C2AF3B34D8CA087BB ** get_address_of__LogCallbackExtrasHandler_11() { return &____LogCallbackExtrasHandler_11; }
inline void set__LogCallbackExtrasHandler_11(Func_1_t396E6A649BC5AF2B6E09527C2AF3B34D8CA087BB * value)
{
____LogCallbackExtrasHandler_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&____LogCallbackExtrasHandler_11), (void*)value);
}
inline static int32_t get_offset_of__uncaughtAutoReportOnce_12() { return static_cast<int32_t>(offsetof(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_StaticFields, ____uncaughtAutoReportOnce_12)); }
inline bool get__uncaughtAutoReportOnce_12() const { return ____uncaughtAutoReportOnce_12; }
inline bool* get_address_of__uncaughtAutoReportOnce_12() { return &____uncaughtAutoReportOnce_12; }
inline void set__uncaughtAutoReportOnce_12(bool value)
{
____uncaughtAutoReportOnce_12 = value;
}
};
// FairyGUI.AsyncCreationHelper_DisplayListItem
struct DisplayListItem_t8B7A5247AD21979DAF9F8D52FD69C84972ED64AB : public RuntimeObject
{
public:
// FairyGUI.PackageItem FairyGUI.AsyncCreationHelper_DisplayListItem::packageItem
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * ___packageItem_0;
// FairyGUI.ObjectType FairyGUI.AsyncCreationHelper_DisplayListItem::type
int32_t ___type_1;
// System.Int32 FairyGUI.AsyncCreationHelper_DisplayListItem::childCount
int32_t ___childCount_2;
// System.Int32 FairyGUI.AsyncCreationHelper_DisplayListItem::listItemCount
int32_t ___listItemCount_3;
public:
inline static int32_t get_offset_of_packageItem_0() { return static_cast<int32_t>(offsetof(DisplayListItem_t8B7A5247AD21979DAF9F8D52FD69C84972ED64AB, ___packageItem_0)); }
inline PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * get_packageItem_0() const { return ___packageItem_0; }
inline PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 ** get_address_of_packageItem_0() { return &___packageItem_0; }
inline void set_packageItem_0(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * value)
{
___packageItem_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___packageItem_0), (void*)value);
}
inline static int32_t get_offset_of_type_1() { return static_cast<int32_t>(offsetof(DisplayListItem_t8B7A5247AD21979DAF9F8D52FD69C84972ED64AB, ___type_1)); }
inline int32_t get_type_1() const { return ___type_1; }
inline int32_t* get_address_of_type_1() { return &___type_1; }
inline void set_type_1(int32_t value)
{
___type_1 = value;
}
inline static int32_t get_offset_of_childCount_2() { return static_cast<int32_t>(offsetof(DisplayListItem_t8B7A5247AD21979DAF9F8D52FD69C84972ED64AB, ___childCount_2)); }
inline int32_t get_childCount_2() const { return ___childCount_2; }
inline int32_t* get_address_of_childCount_2() { return &___childCount_2; }
inline void set_childCount_2(int32_t value)
{
___childCount_2 = value;
}
inline static int32_t get_offset_of_listItemCount_3() { return static_cast<int32_t>(offsetof(DisplayListItem_t8B7A5247AD21979DAF9F8D52FD69C84972ED64AB, ___listItemCount_3)); }
inline int32_t get_listItemCount_3() const { return ___listItemCount_3; }
inline int32_t* get_address_of_listItemCount_3() { return &___listItemCount_3; }
inline void set_listItemCount_3(int32_t value)
{
___listItemCount_3 = value;
}
};
// FairyGUI.BlendModeUtils_BlendFactor
struct BlendFactor_tB577B5C8CBCF9D7348BB43CC79DA0A51158A02CC : public RuntimeObject
{
public:
// UnityEngine.Rendering.BlendMode FairyGUI.BlendModeUtils_BlendFactor::srcFactor
int32_t ___srcFactor_0;
// UnityEngine.Rendering.BlendMode FairyGUI.BlendModeUtils_BlendFactor::dstFactor
int32_t ___dstFactor_1;
// System.Boolean FairyGUI.BlendModeUtils_BlendFactor::pma
bool ___pma_2;
public:
inline static int32_t get_offset_of_srcFactor_0() { return static_cast<int32_t>(offsetof(BlendFactor_tB577B5C8CBCF9D7348BB43CC79DA0A51158A02CC, ___srcFactor_0)); }
inline int32_t get_srcFactor_0() const { return ___srcFactor_0; }
inline int32_t* get_address_of_srcFactor_0() { return &___srcFactor_0; }
inline void set_srcFactor_0(int32_t value)
{
___srcFactor_0 = value;
}
inline static int32_t get_offset_of_dstFactor_1() { return static_cast<int32_t>(offsetof(BlendFactor_tB577B5C8CBCF9D7348BB43CC79DA0A51158A02CC, ___dstFactor_1)); }
inline int32_t get_dstFactor_1() const { return ___dstFactor_1; }
inline int32_t* get_address_of_dstFactor_1() { return &___dstFactor_1; }
inline void set_dstFactor_1(int32_t value)
{
___dstFactor_1 = value;
}
inline static int32_t get_offset_of_pma_2() { return static_cast<int32_t>(offsetof(BlendFactor_tB577B5C8CBCF9D7348BB43CC79DA0A51158A02CC, ___pma_2)); }
inline bool get_pma_2() const { return ___pma_2; }
inline bool* get_address_of_pma_2() { return &___pma_2; }
inline void set_pma_2(bool value)
{
___pma_2 = value;
}
};
// FairyGUI.DisplayObject
struct DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB : public EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7
{
public:
// System.String FairyGUI.DisplayObject::name
String_t* ___name_2;
// FairyGUI.Container FairyGUI.DisplayObject::<parent>k__BackingField
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * ___U3CparentU3Ek__BackingField_3;
// UnityEngine.GameObject FairyGUI.DisplayObject::<gameObject>k__BackingField
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___U3CgameObjectU3Ek__BackingField_4;
// UnityEngine.Transform FairyGUI.DisplayObject::<cachedTransform>k__BackingField
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___U3CcachedTransformU3Ek__BackingField_5;
// FairyGUI.NGraphics FairyGUI.DisplayObject::<graphics>k__BackingField
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * ___U3CgraphicsU3Ek__BackingField_6;
// FairyGUI.NGraphics FairyGUI.DisplayObject::<paintingGraphics>k__BackingField
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * ___U3CpaintingGraphicsU3Ek__BackingField_7;
// FairyGUI.EventCallback0 FairyGUI.DisplayObject::onPaint
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * ___onPaint_8;
// FairyGUI.GObject FairyGUI.DisplayObject::gOwner
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___gOwner_9;
// System.UInt32 FairyGUI.DisplayObject::id
uint32_t ___id_10;
// System.Boolean FairyGUI.DisplayObject::_visible
bool ____visible_11;
// System.Boolean FairyGUI.DisplayObject::_touchable
bool ____touchable_12;
// UnityEngine.Vector2 FairyGUI.DisplayObject::_pivot
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ____pivot_13;
// UnityEngine.Vector3 FairyGUI.DisplayObject::_pivotOffset
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ____pivotOffset_14;
// UnityEngine.Vector2 FairyGUI.DisplayObject::_skew
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ____skew_15;
// System.Int32 FairyGUI.DisplayObject::_renderingOrder
int32_t ____renderingOrder_16;
// System.Single FairyGUI.DisplayObject::_alpha
float ____alpha_17;
// System.Boolean FairyGUI.DisplayObject::_grayed
bool ____grayed_18;
// FairyGUI.BlendMode FairyGUI.DisplayObject::_blendMode
int32_t ____blendMode_19;
// FairyGUI.IFilter FairyGUI.DisplayObject::_filter
RuntimeObject* ____filter_20;
// UnityEngine.Transform FairyGUI.DisplayObject::_home
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ____home_21;
// System.Boolean FairyGUI.DisplayObject::_perspective
bool ____perspective_22;
// System.Int32 FairyGUI.DisplayObject::_focalLength
int32_t ____focalLength_23;
// UnityEngine.Vector3 FairyGUI.DisplayObject::_rotation
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ____rotation_24;
// FairyGUI.EventListener FairyGUI.DisplayObject::_onClick
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onClick_25;
// FairyGUI.EventListener FairyGUI.DisplayObject::_onRightClick
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onRightClick_26;
// FairyGUI.EventListener FairyGUI.DisplayObject::_onTouchBegin
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onTouchBegin_27;
// FairyGUI.EventListener FairyGUI.DisplayObject::_onTouchMove
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onTouchMove_28;
// FairyGUI.EventListener FairyGUI.DisplayObject::_onTouchEnd
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onTouchEnd_29;
// FairyGUI.EventListener FairyGUI.DisplayObject::_onRollOver
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onRollOver_30;
// FairyGUI.EventListener FairyGUI.DisplayObject::_onRollOut
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onRollOut_31;
// FairyGUI.EventListener FairyGUI.DisplayObject::_onMouseWheel
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onMouseWheel_32;
// FairyGUI.EventListener FairyGUI.DisplayObject::_onAddedToStage
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onAddedToStage_33;
// FairyGUI.EventListener FairyGUI.DisplayObject::_onRemovedFromStage
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onRemovedFromStage_34;
// FairyGUI.EventListener FairyGUI.DisplayObject::_onKeyDown
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onKeyDown_35;
// FairyGUI.EventListener FairyGUI.DisplayObject::_onClickLink
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onClickLink_36;
// FairyGUI.EventCallback0 FairyGUI.DisplayObject::_captureDelegate
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * ____captureDelegate_37;
// System.Int32 FairyGUI.DisplayObject::_paintingMode
int32_t ____paintingMode_38;
// FairyGUI.Margin FairyGUI.DisplayObject::_paintingMargin
Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E ____paintingMargin_39;
// System.Int32 FairyGUI.DisplayObject::_paintingFlag
int32_t ____paintingFlag_40;
// UnityEngine.Material FairyGUI.DisplayObject::_paintingMaterial
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ____paintingMaterial_41;
// System.Boolean FairyGUI.DisplayObject::_cacheAsBitmap
bool ____cacheAsBitmap_42;
// UnityEngine.Rect FairyGUI.DisplayObject::_contentRect
Rect_t35B976DE901B5423C11705E156938EA27AB402CE ____contentRect_43;
// System.Nullable`1<UnityEngine.Matrix4x4> FairyGUI.DisplayObject::_transformMatrix
Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 ____transformMatrix_44;
// System.Boolean FairyGUI.DisplayObject::_ownsGameObject
bool ____ownsGameObject_45;
// System.Boolean FairyGUI.DisplayObject::_disposed
bool ____disposed_46;
// System.Boolean FairyGUI.DisplayObject::_touchDisabled
bool ____touchDisabled_47;
// System.Single[] FairyGUI.DisplayObject::_internal_bounds
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* ____internal_bounds_48;
// System.Boolean FairyGUI.DisplayObject::_skipInFairyBatching
bool ____skipInFairyBatching_49;
// System.Boolean FairyGUI.DisplayObject::_outlineChanged
bool ____outlineChanged_50;
public:
inline static int32_t get_offset_of_name_2() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ___name_2)); }
inline String_t* get_name_2() const { return ___name_2; }
inline String_t** get_address_of_name_2() { return &___name_2; }
inline void set_name_2(String_t* value)
{
___name_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___name_2), (void*)value);
}
inline static int32_t get_offset_of_U3CparentU3Ek__BackingField_3() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ___U3CparentU3Ek__BackingField_3)); }
inline Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * get_U3CparentU3Ek__BackingField_3() const { return ___U3CparentU3Ek__BackingField_3; }
inline Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 ** get_address_of_U3CparentU3Ek__BackingField_3() { return &___U3CparentU3Ek__BackingField_3; }
inline void set_U3CparentU3Ek__BackingField_3(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * value)
{
___U3CparentU3Ek__BackingField_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CparentU3Ek__BackingField_3), (void*)value);
}
inline static int32_t get_offset_of_U3CgameObjectU3Ek__BackingField_4() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ___U3CgameObjectU3Ek__BackingField_4)); }
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_U3CgameObjectU3Ek__BackingField_4() const { return ___U3CgameObjectU3Ek__BackingField_4; }
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_U3CgameObjectU3Ek__BackingField_4() { return &___U3CgameObjectU3Ek__BackingField_4; }
inline void set_U3CgameObjectU3Ek__BackingField_4(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value)
{
___U3CgameObjectU3Ek__BackingField_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CgameObjectU3Ek__BackingField_4), (void*)value);
}
inline static int32_t get_offset_of_U3CcachedTransformU3Ek__BackingField_5() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ___U3CcachedTransformU3Ek__BackingField_5)); }
inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * get_U3CcachedTransformU3Ek__BackingField_5() const { return ___U3CcachedTransformU3Ek__BackingField_5; }
inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA ** get_address_of_U3CcachedTransformU3Ek__BackingField_5() { return &___U3CcachedTransformU3Ek__BackingField_5; }
inline void set_U3CcachedTransformU3Ek__BackingField_5(Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * value)
{
___U3CcachedTransformU3Ek__BackingField_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CcachedTransformU3Ek__BackingField_5), (void*)value);
}
inline static int32_t get_offset_of_U3CgraphicsU3Ek__BackingField_6() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ___U3CgraphicsU3Ek__BackingField_6)); }
inline NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * get_U3CgraphicsU3Ek__BackingField_6() const { return ___U3CgraphicsU3Ek__BackingField_6; }
inline NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD ** get_address_of_U3CgraphicsU3Ek__BackingField_6() { return &___U3CgraphicsU3Ek__BackingField_6; }
inline void set_U3CgraphicsU3Ek__BackingField_6(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * value)
{
___U3CgraphicsU3Ek__BackingField_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CgraphicsU3Ek__BackingField_6), (void*)value);
}
inline static int32_t get_offset_of_U3CpaintingGraphicsU3Ek__BackingField_7() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ___U3CpaintingGraphicsU3Ek__BackingField_7)); }
inline NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * get_U3CpaintingGraphicsU3Ek__BackingField_7() const { return ___U3CpaintingGraphicsU3Ek__BackingField_7; }
inline NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD ** get_address_of_U3CpaintingGraphicsU3Ek__BackingField_7() { return &___U3CpaintingGraphicsU3Ek__BackingField_7; }
inline void set_U3CpaintingGraphicsU3Ek__BackingField_7(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * value)
{
___U3CpaintingGraphicsU3Ek__BackingField_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CpaintingGraphicsU3Ek__BackingField_7), (void*)value);
}
inline static int32_t get_offset_of_onPaint_8() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ___onPaint_8)); }
inline EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * get_onPaint_8() const { return ___onPaint_8; }
inline EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 ** get_address_of_onPaint_8() { return &___onPaint_8; }
inline void set_onPaint_8(EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * value)
{
___onPaint_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___onPaint_8), (void*)value);
}
inline static int32_t get_offset_of_gOwner_9() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ___gOwner_9)); }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get_gOwner_9() const { return ___gOwner_9; }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of_gOwner_9() { return &___gOwner_9; }
inline void set_gOwner_9(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
{
___gOwner_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___gOwner_9), (void*)value);
}
inline static int32_t get_offset_of_id_10() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ___id_10)); }
inline uint32_t get_id_10() const { return ___id_10; }
inline uint32_t* get_address_of_id_10() { return &___id_10; }
inline void set_id_10(uint32_t value)
{
___id_10 = value;
}
inline static int32_t get_offset_of__visible_11() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____visible_11)); }
inline bool get__visible_11() const { return ____visible_11; }
inline bool* get_address_of__visible_11() { return &____visible_11; }
inline void set__visible_11(bool value)
{
____visible_11 = value;
}
inline static int32_t get_offset_of__touchable_12() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____touchable_12)); }
inline bool get__touchable_12() const { return ____touchable_12; }
inline bool* get_address_of__touchable_12() { return &____touchable_12; }
inline void set__touchable_12(bool value)
{
____touchable_12 = value;
}
inline static int32_t get_offset_of__pivot_13() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____pivot_13)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get__pivot_13() const { return ____pivot_13; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of__pivot_13() { return &____pivot_13; }
inline void set__pivot_13(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
____pivot_13 = value;
}
inline static int32_t get_offset_of__pivotOffset_14() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____pivotOffset_14)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get__pivotOffset_14() const { return ____pivotOffset_14; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of__pivotOffset_14() { return &____pivotOffset_14; }
inline void set__pivotOffset_14(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
____pivotOffset_14 = value;
}
inline static int32_t get_offset_of__skew_15() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____skew_15)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get__skew_15() const { return ____skew_15; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of__skew_15() { return &____skew_15; }
inline void set__skew_15(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
____skew_15 = value;
}
inline static int32_t get_offset_of__renderingOrder_16() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____renderingOrder_16)); }
inline int32_t get__renderingOrder_16() const { return ____renderingOrder_16; }
inline int32_t* get_address_of__renderingOrder_16() { return &____renderingOrder_16; }
inline void set__renderingOrder_16(int32_t value)
{
____renderingOrder_16 = value;
}
inline static int32_t get_offset_of__alpha_17() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____alpha_17)); }
inline float get__alpha_17() const { return ____alpha_17; }
inline float* get_address_of__alpha_17() { return &____alpha_17; }
inline void set__alpha_17(float value)
{
____alpha_17 = value;
}
inline static int32_t get_offset_of__grayed_18() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____grayed_18)); }
inline bool get__grayed_18() const { return ____grayed_18; }
inline bool* get_address_of__grayed_18() { return &____grayed_18; }
inline void set__grayed_18(bool value)
{
____grayed_18 = value;
}
inline static int32_t get_offset_of__blendMode_19() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____blendMode_19)); }
inline int32_t get__blendMode_19() const { return ____blendMode_19; }
inline int32_t* get_address_of__blendMode_19() { return &____blendMode_19; }
inline void set__blendMode_19(int32_t value)
{
____blendMode_19 = value;
}
inline static int32_t get_offset_of__filter_20() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____filter_20)); }
inline RuntimeObject* get__filter_20() const { return ____filter_20; }
inline RuntimeObject** get_address_of__filter_20() { return &____filter_20; }
inline void set__filter_20(RuntimeObject* value)
{
____filter_20 = value;
Il2CppCodeGenWriteBarrier((void**)(&____filter_20), (void*)value);
}
inline static int32_t get_offset_of__home_21() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____home_21)); }
inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * get__home_21() const { return ____home_21; }
inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA ** get_address_of__home_21() { return &____home_21; }
inline void set__home_21(Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * value)
{
____home_21 = value;
Il2CppCodeGenWriteBarrier((void**)(&____home_21), (void*)value);
}
inline static int32_t get_offset_of__perspective_22() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____perspective_22)); }
inline bool get__perspective_22() const { return ____perspective_22; }
inline bool* get_address_of__perspective_22() { return &____perspective_22; }
inline void set__perspective_22(bool value)
{
____perspective_22 = value;
}
inline static int32_t get_offset_of__focalLength_23() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____focalLength_23)); }
inline int32_t get__focalLength_23() const { return ____focalLength_23; }
inline int32_t* get_address_of__focalLength_23() { return &____focalLength_23; }
inline void set__focalLength_23(int32_t value)
{
____focalLength_23 = value;
}
inline static int32_t get_offset_of__rotation_24() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____rotation_24)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get__rotation_24() const { return ____rotation_24; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of__rotation_24() { return &____rotation_24; }
inline void set__rotation_24(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
____rotation_24 = value;
}
inline static int32_t get_offset_of__onClick_25() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____onClick_25)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onClick_25() const { return ____onClick_25; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onClick_25() { return &____onClick_25; }
inline void set__onClick_25(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onClick_25 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onClick_25), (void*)value);
}
inline static int32_t get_offset_of__onRightClick_26() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____onRightClick_26)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onRightClick_26() const { return ____onRightClick_26; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onRightClick_26() { return &____onRightClick_26; }
inline void set__onRightClick_26(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onRightClick_26 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onRightClick_26), (void*)value);
}
inline static int32_t get_offset_of__onTouchBegin_27() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____onTouchBegin_27)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onTouchBegin_27() const { return ____onTouchBegin_27; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onTouchBegin_27() { return &____onTouchBegin_27; }
inline void set__onTouchBegin_27(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onTouchBegin_27 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onTouchBegin_27), (void*)value);
}
inline static int32_t get_offset_of__onTouchMove_28() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____onTouchMove_28)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onTouchMove_28() const { return ____onTouchMove_28; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onTouchMove_28() { return &____onTouchMove_28; }
inline void set__onTouchMove_28(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onTouchMove_28 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onTouchMove_28), (void*)value);
}
inline static int32_t get_offset_of__onTouchEnd_29() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____onTouchEnd_29)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onTouchEnd_29() const { return ____onTouchEnd_29; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onTouchEnd_29() { return &____onTouchEnd_29; }
inline void set__onTouchEnd_29(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onTouchEnd_29 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onTouchEnd_29), (void*)value);
}
inline static int32_t get_offset_of__onRollOver_30() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____onRollOver_30)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onRollOver_30() const { return ____onRollOver_30; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onRollOver_30() { return &____onRollOver_30; }
inline void set__onRollOver_30(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onRollOver_30 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onRollOver_30), (void*)value);
}
inline static int32_t get_offset_of__onRollOut_31() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____onRollOut_31)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onRollOut_31() const { return ____onRollOut_31; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onRollOut_31() { return &____onRollOut_31; }
inline void set__onRollOut_31(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onRollOut_31 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onRollOut_31), (void*)value);
}
inline static int32_t get_offset_of__onMouseWheel_32() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____onMouseWheel_32)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onMouseWheel_32() const { return ____onMouseWheel_32; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onMouseWheel_32() { return &____onMouseWheel_32; }
inline void set__onMouseWheel_32(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onMouseWheel_32 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onMouseWheel_32), (void*)value);
}
inline static int32_t get_offset_of__onAddedToStage_33() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____onAddedToStage_33)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onAddedToStage_33() const { return ____onAddedToStage_33; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onAddedToStage_33() { return &____onAddedToStage_33; }
inline void set__onAddedToStage_33(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onAddedToStage_33 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onAddedToStage_33), (void*)value);
}
inline static int32_t get_offset_of__onRemovedFromStage_34() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____onRemovedFromStage_34)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onRemovedFromStage_34() const { return ____onRemovedFromStage_34; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onRemovedFromStage_34() { return &____onRemovedFromStage_34; }
inline void set__onRemovedFromStage_34(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onRemovedFromStage_34 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onRemovedFromStage_34), (void*)value);
}
inline static int32_t get_offset_of__onKeyDown_35() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____onKeyDown_35)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onKeyDown_35() const { return ____onKeyDown_35; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onKeyDown_35() { return &____onKeyDown_35; }
inline void set__onKeyDown_35(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onKeyDown_35 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onKeyDown_35), (void*)value);
}
inline static int32_t get_offset_of__onClickLink_36() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____onClickLink_36)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onClickLink_36() const { return ____onClickLink_36; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onClickLink_36() { return &____onClickLink_36; }
inline void set__onClickLink_36(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onClickLink_36 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onClickLink_36), (void*)value);
}
inline static int32_t get_offset_of__captureDelegate_37() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____captureDelegate_37)); }
inline EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * get__captureDelegate_37() const { return ____captureDelegate_37; }
inline EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 ** get_address_of__captureDelegate_37() { return &____captureDelegate_37; }
inline void set__captureDelegate_37(EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * value)
{
____captureDelegate_37 = value;
Il2CppCodeGenWriteBarrier((void**)(&____captureDelegate_37), (void*)value);
}
inline static int32_t get_offset_of__paintingMode_38() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____paintingMode_38)); }
inline int32_t get__paintingMode_38() const { return ____paintingMode_38; }
inline int32_t* get_address_of__paintingMode_38() { return &____paintingMode_38; }
inline void set__paintingMode_38(int32_t value)
{
____paintingMode_38 = value;
}
inline static int32_t get_offset_of__paintingMargin_39() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____paintingMargin_39)); }
inline Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E get__paintingMargin_39() const { return ____paintingMargin_39; }
inline Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E * get_address_of__paintingMargin_39() { return &____paintingMargin_39; }
inline void set__paintingMargin_39(Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E value)
{
____paintingMargin_39 = value;
}
inline static int32_t get_offset_of__paintingFlag_40() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____paintingFlag_40)); }
inline int32_t get__paintingFlag_40() const { return ____paintingFlag_40; }
inline int32_t* get_address_of__paintingFlag_40() { return &____paintingFlag_40; }
inline void set__paintingFlag_40(int32_t value)
{
____paintingFlag_40 = value;
}
inline static int32_t get_offset_of__paintingMaterial_41() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____paintingMaterial_41)); }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * get__paintingMaterial_41() const { return ____paintingMaterial_41; }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 ** get_address_of__paintingMaterial_41() { return &____paintingMaterial_41; }
inline void set__paintingMaterial_41(Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * value)
{
____paintingMaterial_41 = value;
Il2CppCodeGenWriteBarrier((void**)(&____paintingMaterial_41), (void*)value);
}
inline static int32_t get_offset_of__cacheAsBitmap_42() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____cacheAsBitmap_42)); }
inline bool get__cacheAsBitmap_42() const { return ____cacheAsBitmap_42; }
inline bool* get_address_of__cacheAsBitmap_42() { return &____cacheAsBitmap_42; }
inline void set__cacheAsBitmap_42(bool value)
{
____cacheAsBitmap_42 = value;
}
inline static int32_t get_offset_of__contentRect_43() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____contentRect_43)); }
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE get__contentRect_43() const { return ____contentRect_43; }
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE * get_address_of__contentRect_43() { return &____contentRect_43; }
inline void set__contentRect_43(Rect_t35B976DE901B5423C11705E156938EA27AB402CE value)
{
____contentRect_43 = value;
}
inline static int32_t get_offset_of__transformMatrix_44() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____transformMatrix_44)); }
inline Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 get__transformMatrix_44() const { return ____transformMatrix_44; }
inline Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 * get_address_of__transformMatrix_44() { return &____transformMatrix_44; }
inline void set__transformMatrix_44(Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 value)
{
____transformMatrix_44 = value;
}
inline static int32_t get_offset_of__ownsGameObject_45() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____ownsGameObject_45)); }
inline bool get__ownsGameObject_45() const { return ____ownsGameObject_45; }
inline bool* get_address_of__ownsGameObject_45() { return &____ownsGameObject_45; }
inline void set__ownsGameObject_45(bool value)
{
____ownsGameObject_45 = value;
}
inline static int32_t get_offset_of__disposed_46() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____disposed_46)); }
inline bool get__disposed_46() const { return ____disposed_46; }
inline bool* get_address_of__disposed_46() { return &____disposed_46; }
inline void set__disposed_46(bool value)
{
____disposed_46 = value;
}
inline static int32_t get_offset_of__touchDisabled_47() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____touchDisabled_47)); }
inline bool get__touchDisabled_47() const { return ____touchDisabled_47; }
inline bool* get_address_of__touchDisabled_47() { return &____touchDisabled_47; }
inline void set__touchDisabled_47(bool value)
{
____touchDisabled_47 = value;
}
inline static int32_t get_offset_of__internal_bounds_48() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____internal_bounds_48)); }
inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* get__internal_bounds_48() const { return ____internal_bounds_48; }
inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5** get_address_of__internal_bounds_48() { return &____internal_bounds_48; }
inline void set__internal_bounds_48(SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* value)
{
____internal_bounds_48 = value;
Il2CppCodeGenWriteBarrier((void**)(&____internal_bounds_48), (void*)value);
}
inline static int32_t get_offset_of__skipInFairyBatching_49() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____skipInFairyBatching_49)); }
inline bool get__skipInFairyBatching_49() const { return ____skipInFairyBatching_49; }
inline bool* get_address_of__skipInFairyBatching_49() { return &____skipInFairyBatching_49; }
inline void set__skipInFairyBatching_49(bool value)
{
____skipInFairyBatching_49 = value;
}
inline static int32_t get_offset_of__outlineChanged_50() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____outlineChanged_50)); }
inline bool get__outlineChanged_50() const { return ____outlineChanged_50; }
inline bool* get_address_of__outlineChanged_50() { return &____outlineChanged_50; }
inline void set__outlineChanged_50(bool value)
{
____outlineChanged_50 = value;
}
};
struct DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_StaticFields
{
public:
// System.UInt32 FairyGUI.DisplayObject::_gInstanceCounter
uint32_t ____gInstanceCounter_51;
public:
inline static int32_t get_offset_of__gInstanceCounter_51() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_StaticFields, ____gInstanceCounter_51)); }
inline uint32_t get__gInstanceCounter_51() const { return ____gInstanceCounter_51; }
inline uint32_t* get_address_of__gInstanceCounter_51() { return &____gInstanceCounter_51; }
inline void set__gInstanceCounter_51(uint32_t value)
{
____gInstanceCounter_51 = value;
}
};
// FairyGUI.DisplayOptions
struct DisplayOptions_t4B4C59CB88F891706B8F84001E79575634819070 : public RuntimeObject
{
public:
public:
};
struct DisplayOptions_t4B4C59CB88F891706B8F84001E79575634819070_StaticFields
{
public:
// UnityEngine.HideFlags FairyGUI.DisplayOptions::hideFlags
int32_t ___hideFlags_0;
public:
inline static int32_t get_offset_of_hideFlags_0() { return static_cast<int32_t>(offsetof(DisplayOptions_t4B4C59CB88F891706B8F84001E79575634819070_StaticFields, ___hideFlags_0)); }
inline int32_t get_hideFlags_0() const { return ___hideFlags_0; }
inline int32_t* get_address_of_hideFlags_0() { return &___hideFlags_0; }
inline void set_hideFlags_0(int32_t value)
{
___hideFlags_0 = value;
}
};
// FairyGUI.GObject
struct GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB : public EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7
{
public:
// System.String FairyGUI.GObject::<id>k__BackingField
String_t* ___U3CidU3Ek__BackingField_2;
// System.String FairyGUI.GObject::name
String_t* ___name_3;
// System.Object FairyGUI.GObject::data
RuntimeObject * ___data_4;
// System.Int32 FairyGUI.GObject::sourceWidth
int32_t ___sourceWidth_5;
// System.Int32 FairyGUI.GObject::sourceHeight
int32_t ___sourceHeight_6;
// System.Int32 FairyGUI.GObject::initWidth
int32_t ___initWidth_7;
// System.Int32 FairyGUI.GObject::initHeight
int32_t ___initHeight_8;
// System.Int32 FairyGUI.GObject::minWidth
int32_t ___minWidth_9;
// System.Int32 FairyGUI.GObject::maxWidth
int32_t ___maxWidth_10;
// System.Int32 FairyGUI.GObject::minHeight
int32_t ___minHeight_11;
// System.Int32 FairyGUI.GObject::maxHeight
int32_t ___maxHeight_12;
// FairyGUI.Relations FairyGUI.GObject::<relations>k__BackingField
Relations_t015E337CB8B0B53D8885A600DD314C8852345AFF * ___U3CrelationsU3Ek__BackingField_13;
// System.Nullable`1<UnityEngine.Rect> FairyGUI.GObject::dragBounds
Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 ___dragBounds_14;
// FairyGUI.GComponent FairyGUI.GObject::<parent>k__BackingField
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * ___U3CparentU3Ek__BackingField_15;
// FairyGUI.DisplayObject FairyGUI.GObject::<displayObject>k__BackingField
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * ___U3CdisplayObjectU3Ek__BackingField_16;
// FairyGUI.PackageItem FairyGUI.GObject::packageItem
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * ___packageItem_18;
// System.Single FairyGUI.GObject::_x
float ____x_19;
// System.Single FairyGUI.GObject::_y
float ____y_20;
// System.Single FairyGUI.GObject::_z
float ____z_21;
// System.Single FairyGUI.GObject::_pivotX
float ____pivotX_22;
// System.Single FairyGUI.GObject::_pivotY
float ____pivotY_23;
// System.Boolean FairyGUI.GObject::_pivotAsAnchor
bool ____pivotAsAnchor_24;
// System.Single FairyGUI.GObject::_alpha
float ____alpha_25;
// System.Single FairyGUI.GObject::_rotation
float ____rotation_26;
// System.Single FairyGUI.GObject::_rotationX
float ____rotationX_27;
// System.Single FairyGUI.GObject::_rotationY
float ____rotationY_28;
// System.Boolean FairyGUI.GObject::_visible
bool ____visible_29;
// System.Boolean FairyGUI.GObject::_internalVisible
bool ____internalVisible_30;
// System.Boolean FairyGUI.GObject::_handlingController
bool ____handlingController_31;
// System.Boolean FairyGUI.GObject::_touchable
bool ____touchable_32;
// System.Boolean FairyGUI.GObject::_grayed
bool ____grayed_33;
// System.Boolean FairyGUI.GObject::_draggable
bool ____draggable_34;
// System.Single FairyGUI.GObject::_scaleX
float ____scaleX_35;
// System.Single FairyGUI.GObject::_scaleY
float ____scaleY_36;
// System.Int32 FairyGUI.GObject::_sortingOrder
int32_t ____sortingOrder_37;
// System.Boolean FairyGUI.GObject::_focusable
bool ____focusable_38;
// System.String FairyGUI.GObject::_tooltips
String_t* ____tooltips_39;
// System.Boolean FairyGUI.GObject::_pixelSnapping
bool ____pixelSnapping_40;
// FairyGUI.GGroup FairyGUI.GObject::_group
GGroup_tC639447CD683C998CC282B1BEB24798021939CB4 * ____group_41;
// FairyGUI.GearBase[] FairyGUI.GObject::_gears
GearBaseU5BU5D_t78A202A2ECDD7D43374E4317AF6BB596930D577A* ____gears_42;
// FairyGUI.EventListener FairyGUI.GObject::_onClick
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onClick_43;
// FairyGUI.EventListener FairyGUI.GObject::_onRightClick
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onRightClick_44;
// FairyGUI.EventListener FairyGUI.GObject::_onTouchBegin
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onTouchBegin_45;
// FairyGUI.EventListener FairyGUI.GObject::_onTouchMove
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onTouchMove_46;
// FairyGUI.EventListener FairyGUI.GObject::_onTouchEnd
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onTouchEnd_47;
// FairyGUI.EventListener FairyGUI.GObject::_onRollOver
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onRollOver_48;
// FairyGUI.EventListener FairyGUI.GObject::_onRollOut
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onRollOut_49;
// FairyGUI.EventListener FairyGUI.GObject::_onAddedToStage
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onAddedToStage_50;
// FairyGUI.EventListener FairyGUI.GObject::_onRemovedFromStage
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onRemovedFromStage_51;
// FairyGUI.EventListener FairyGUI.GObject::_onKeyDown
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onKeyDown_52;
// FairyGUI.EventListener FairyGUI.GObject::_onClickLink
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onClickLink_53;
// FairyGUI.EventListener FairyGUI.GObject::_onPositionChanged
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onPositionChanged_54;
// FairyGUI.EventListener FairyGUI.GObject::_onSizeChanged
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onSizeChanged_55;
// FairyGUI.EventListener FairyGUI.GObject::_onDragStart
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onDragStart_56;
// FairyGUI.EventListener FairyGUI.GObject::_onDragMove
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onDragMove_57;
// FairyGUI.EventListener FairyGUI.GObject::_onDragEnd
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onDragEnd_58;
// FairyGUI.EventListener FairyGUI.GObject::_onGearStop
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onGearStop_59;
// System.Boolean FairyGUI.GObject::underConstruct
bool ___underConstruct_60;
// System.Single FairyGUI.GObject::_width
float ____width_61;
// System.Single FairyGUI.GObject::_height
float ____height_62;
// System.Single FairyGUI.GObject::_rawWidth
float ____rawWidth_63;
// System.Single FairyGUI.GObject::_rawHeight
float ____rawHeight_64;
// System.Boolean FairyGUI.GObject::_gearLocked
bool ____gearLocked_65;
// System.Single FairyGUI.GObject::_sizePercentInGroup
float ____sizePercentInGroup_66;
// System.Boolean FairyGUI.GObject::_disposed
bool ____disposed_67;
// UnityEngine.Vector2 FairyGUI.GObject::_dragTouchStartPos
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ____dragTouchStartPos_69;
// System.Boolean FairyGUI.GObject::_dragTesting
bool ____dragTesting_70;
public:
inline static int32_t get_offset_of_U3CidU3Ek__BackingField_2() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___U3CidU3Ek__BackingField_2)); }
inline String_t* get_U3CidU3Ek__BackingField_2() const { return ___U3CidU3Ek__BackingField_2; }
inline String_t** get_address_of_U3CidU3Ek__BackingField_2() { return &___U3CidU3Ek__BackingField_2; }
inline void set_U3CidU3Ek__BackingField_2(String_t* value)
{
___U3CidU3Ek__BackingField_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CidU3Ek__BackingField_2), (void*)value);
}
inline static int32_t get_offset_of_name_3() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___name_3)); }
inline String_t* get_name_3() const { return ___name_3; }
inline String_t** get_address_of_name_3() { return &___name_3; }
inline void set_name_3(String_t* value)
{
___name_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___name_3), (void*)value);
}
inline static int32_t get_offset_of_data_4() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___data_4)); }
inline RuntimeObject * get_data_4() const { return ___data_4; }
inline RuntimeObject ** get_address_of_data_4() { return &___data_4; }
inline void set_data_4(RuntimeObject * value)
{
___data_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___data_4), (void*)value);
}
inline static int32_t get_offset_of_sourceWidth_5() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___sourceWidth_5)); }
inline int32_t get_sourceWidth_5() const { return ___sourceWidth_5; }
inline int32_t* get_address_of_sourceWidth_5() { return &___sourceWidth_5; }
inline void set_sourceWidth_5(int32_t value)
{
___sourceWidth_5 = value;
}
inline static int32_t get_offset_of_sourceHeight_6() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___sourceHeight_6)); }
inline int32_t get_sourceHeight_6() const { return ___sourceHeight_6; }
inline int32_t* get_address_of_sourceHeight_6() { return &___sourceHeight_6; }
inline void set_sourceHeight_6(int32_t value)
{
___sourceHeight_6 = value;
}
inline static int32_t get_offset_of_initWidth_7() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___initWidth_7)); }
inline int32_t get_initWidth_7() const { return ___initWidth_7; }
inline int32_t* get_address_of_initWidth_7() { return &___initWidth_7; }
inline void set_initWidth_7(int32_t value)
{
___initWidth_7 = value;
}
inline static int32_t get_offset_of_initHeight_8() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___initHeight_8)); }
inline int32_t get_initHeight_8() const { return ___initHeight_8; }
inline int32_t* get_address_of_initHeight_8() { return &___initHeight_8; }
inline void set_initHeight_8(int32_t value)
{
___initHeight_8 = value;
}
inline static int32_t get_offset_of_minWidth_9() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___minWidth_9)); }
inline int32_t get_minWidth_9() const { return ___minWidth_9; }
inline int32_t* get_address_of_minWidth_9() { return &___minWidth_9; }
inline void set_minWidth_9(int32_t value)
{
___minWidth_9 = value;
}
inline static int32_t get_offset_of_maxWidth_10() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___maxWidth_10)); }
inline int32_t get_maxWidth_10() const { return ___maxWidth_10; }
inline int32_t* get_address_of_maxWidth_10() { return &___maxWidth_10; }
inline void set_maxWidth_10(int32_t value)
{
___maxWidth_10 = value;
}
inline static int32_t get_offset_of_minHeight_11() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___minHeight_11)); }
inline int32_t get_minHeight_11() const { return ___minHeight_11; }
inline int32_t* get_address_of_minHeight_11() { return &___minHeight_11; }
inline void set_minHeight_11(int32_t value)
{
___minHeight_11 = value;
}
inline static int32_t get_offset_of_maxHeight_12() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___maxHeight_12)); }
inline int32_t get_maxHeight_12() const { return ___maxHeight_12; }
inline int32_t* get_address_of_maxHeight_12() { return &___maxHeight_12; }
inline void set_maxHeight_12(int32_t value)
{
___maxHeight_12 = value;
}
inline static int32_t get_offset_of_U3CrelationsU3Ek__BackingField_13() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___U3CrelationsU3Ek__BackingField_13)); }
inline Relations_t015E337CB8B0B53D8885A600DD314C8852345AFF * get_U3CrelationsU3Ek__BackingField_13() const { return ___U3CrelationsU3Ek__BackingField_13; }
inline Relations_t015E337CB8B0B53D8885A600DD314C8852345AFF ** get_address_of_U3CrelationsU3Ek__BackingField_13() { return &___U3CrelationsU3Ek__BackingField_13; }
inline void set_U3CrelationsU3Ek__BackingField_13(Relations_t015E337CB8B0B53D8885A600DD314C8852345AFF * value)
{
___U3CrelationsU3Ek__BackingField_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CrelationsU3Ek__BackingField_13), (void*)value);
}
inline static int32_t get_offset_of_dragBounds_14() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___dragBounds_14)); }
inline Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 get_dragBounds_14() const { return ___dragBounds_14; }
inline Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 * get_address_of_dragBounds_14() { return &___dragBounds_14; }
inline void set_dragBounds_14(Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 value)
{
___dragBounds_14 = value;
}
inline static int32_t get_offset_of_U3CparentU3Ek__BackingField_15() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___U3CparentU3Ek__BackingField_15)); }
inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * get_U3CparentU3Ek__BackingField_15() const { return ___U3CparentU3Ek__BackingField_15; }
inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC ** get_address_of_U3CparentU3Ek__BackingField_15() { return &___U3CparentU3Ek__BackingField_15; }
inline void set_U3CparentU3Ek__BackingField_15(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * value)
{
___U3CparentU3Ek__BackingField_15 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CparentU3Ek__BackingField_15), (void*)value);
}
inline static int32_t get_offset_of_U3CdisplayObjectU3Ek__BackingField_16() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___U3CdisplayObjectU3Ek__BackingField_16)); }
inline DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * get_U3CdisplayObjectU3Ek__BackingField_16() const { return ___U3CdisplayObjectU3Ek__BackingField_16; }
inline DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB ** get_address_of_U3CdisplayObjectU3Ek__BackingField_16() { return &___U3CdisplayObjectU3Ek__BackingField_16; }
inline void set_U3CdisplayObjectU3Ek__BackingField_16(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * value)
{
___U3CdisplayObjectU3Ek__BackingField_16 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CdisplayObjectU3Ek__BackingField_16), (void*)value);
}
inline static int32_t get_offset_of_packageItem_18() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___packageItem_18)); }
inline PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * get_packageItem_18() const { return ___packageItem_18; }
inline PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 ** get_address_of_packageItem_18() { return &___packageItem_18; }
inline void set_packageItem_18(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * value)
{
___packageItem_18 = value;
Il2CppCodeGenWriteBarrier((void**)(&___packageItem_18), (void*)value);
}
inline static int32_t get_offset_of__x_19() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____x_19)); }
inline float get__x_19() const { return ____x_19; }
inline float* get_address_of__x_19() { return &____x_19; }
inline void set__x_19(float value)
{
____x_19 = value;
}
inline static int32_t get_offset_of__y_20() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____y_20)); }
inline float get__y_20() const { return ____y_20; }
inline float* get_address_of__y_20() { return &____y_20; }
inline void set__y_20(float value)
{
____y_20 = value;
}
inline static int32_t get_offset_of__z_21() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____z_21)); }
inline float get__z_21() const { return ____z_21; }
inline float* get_address_of__z_21() { return &____z_21; }
inline void set__z_21(float value)
{
____z_21 = value;
}
inline static int32_t get_offset_of__pivotX_22() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____pivotX_22)); }
inline float get__pivotX_22() const { return ____pivotX_22; }
inline float* get_address_of__pivotX_22() { return &____pivotX_22; }
inline void set__pivotX_22(float value)
{
____pivotX_22 = value;
}
inline static int32_t get_offset_of__pivotY_23() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____pivotY_23)); }
inline float get__pivotY_23() const { return ____pivotY_23; }
inline float* get_address_of__pivotY_23() { return &____pivotY_23; }
inline void set__pivotY_23(float value)
{
____pivotY_23 = value;
}
inline static int32_t get_offset_of__pivotAsAnchor_24() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____pivotAsAnchor_24)); }
inline bool get__pivotAsAnchor_24() const { return ____pivotAsAnchor_24; }
inline bool* get_address_of__pivotAsAnchor_24() { return &____pivotAsAnchor_24; }
inline void set__pivotAsAnchor_24(bool value)
{
____pivotAsAnchor_24 = value;
}
inline static int32_t get_offset_of__alpha_25() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____alpha_25)); }
inline float get__alpha_25() const { return ____alpha_25; }
inline float* get_address_of__alpha_25() { return &____alpha_25; }
inline void set__alpha_25(float value)
{
____alpha_25 = value;
}
inline static int32_t get_offset_of__rotation_26() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____rotation_26)); }
inline float get__rotation_26() const { return ____rotation_26; }
inline float* get_address_of__rotation_26() { return &____rotation_26; }
inline void set__rotation_26(float value)
{
____rotation_26 = value;
}
inline static int32_t get_offset_of__rotationX_27() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____rotationX_27)); }
inline float get__rotationX_27() const { return ____rotationX_27; }
inline float* get_address_of__rotationX_27() { return &____rotationX_27; }
inline void set__rotationX_27(float value)
{
____rotationX_27 = value;
}
inline static int32_t get_offset_of__rotationY_28() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____rotationY_28)); }
inline float get__rotationY_28() const { return ____rotationY_28; }
inline float* get_address_of__rotationY_28() { return &____rotationY_28; }
inline void set__rotationY_28(float value)
{
____rotationY_28 = value;
}
inline static int32_t get_offset_of__visible_29() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____visible_29)); }
inline bool get__visible_29() const { return ____visible_29; }
inline bool* get_address_of__visible_29() { return &____visible_29; }
inline void set__visible_29(bool value)
{
____visible_29 = value;
}
inline static int32_t get_offset_of__internalVisible_30() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____internalVisible_30)); }
inline bool get__internalVisible_30() const { return ____internalVisible_30; }
inline bool* get_address_of__internalVisible_30() { return &____internalVisible_30; }
inline void set__internalVisible_30(bool value)
{
____internalVisible_30 = value;
}
inline static int32_t get_offset_of__handlingController_31() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____handlingController_31)); }
inline bool get__handlingController_31() const { return ____handlingController_31; }
inline bool* get_address_of__handlingController_31() { return &____handlingController_31; }
inline void set__handlingController_31(bool value)
{
____handlingController_31 = value;
}
inline static int32_t get_offset_of__touchable_32() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____touchable_32)); }
inline bool get__touchable_32() const { return ____touchable_32; }
inline bool* get_address_of__touchable_32() { return &____touchable_32; }
inline void set__touchable_32(bool value)
{
____touchable_32 = value;
}
inline static int32_t get_offset_of__grayed_33() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____grayed_33)); }
inline bool get__grayed_33() const { return ____grayed_33; }
inline bool* get_address_of__grayed_33() { return &____grayed_33; }
inline void set__grayed_33(bool value)
{
____grayed_33 = value;
}
inline static int32_t get_offset_of__draggable_34() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____draggable_34)); }
inline bool get__draggable_34() const { return ____draggable_34; }
inline bool* get_address_of__draggable_34() { return &____draggable_34; }
inline void set__draggable_34(bool value)
{
____draggable_34 = value;
}
inline static int32_t get_offset_of__scaleX_35() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____scaleX_35)); }
inline float get__scaleX_35() const { return ____scaleX_35; }
inline float* get_address_of__scaleX_35() { return &____scaleX_35; }
inline void set__scaleX_35(float value)
{
____scaleX_35 = value;
}
inline static int32_t get_offset_of__scaleY_36() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____scaleY_36)); }
inline float get__scaleY_36() const { return ____scaleY_36; }
inline float* get_address_of__scaleY_36() { return &____scaleY_36; }
inline void set__scaleY_36(float value)
{
____scaleY_36 = value;
}
inline static int32_t get_offset_of__sortingOrder_37() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____sortingOrder_37)); }
inline int32_t get__sortingOrder_37() const { return ____sortingOrder_37; }
inline int32_t* get_address_of__sortingOrder_37() { return &____sortingOrder_37; }
inline void set__sortingOrder_37(int32_t value)
{
____sortingOrder_37 = value;
}
inline static int32_t get_offset_of__focusable_38() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____focusable_38)); }
inline bool get__focusable_38() const { return ____focusable_38; }
inline bool* get_address_of__focusable_38() { return &____focusable_38; }
inline void set__focusable_38(bool value)
{
____focusable_38 = value;
}
inline static int32_t get_offset_of__tooltips_39() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____tooltips_39)); }
inline String_t* get__tooltips_39() const { return ____tooltips_39; }
inline String_t** get_address_of__tooltips_39() { return &____tooltips_39; }
inline void set__tooltips_39(String_t* value)
{
____tooltips_39 = value;
Il2CppCodeGenWriteBarrier((void**)(&____tooltips_39), (void*)value);
}
inline static int32_t get_offset_of__pixelSnapping_40() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____pixelSnapping_40)); }
inline bool get__pixelSnapping_40() const { return ____pixelSnapping_40; }
inline bool* get_address_of__pixelSnapping_40() { return &____pixelSnapping_40; }
inline void set__pixelSnapping_40(bool value)
{
____pixelSnapping_40 = value;
}
inline static int32_t get_offset_of__group_41() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____group_41)); }
inline GGroup_tC639447CD683C998CC282B1BEB24798021939CB4 * get__group_41() const { return ____group_41; }
inline GGroup_tC639447CD683C998CC282B1BEB24798021939CB4 ** get_address_of__group_41() { return &____group_41; }
inline void set__group_41(GGroup_tC639447CD683C998CC282B1BEB24798021939CB4 * value)
{
____group_41 = value;
Il2CppCodeGenWriteBarrier((void**)(&____group_41), (void*)value);
}
inline static int32_t get_offset_of__gears_42() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____gears_42)); }
inline GearBaseU5BU5D_t78A202A2ECDD7D43374E4317AF6BB596930D577A* get__gears_42() const { return ____gears_42; }
inline GearBaseU5BU5D_t78A202A2ECDD7D43374E4317AF6BB596930D577A** get_address_of__gears_42() { return &____gears_42; }
inline void set__gears_42(GearBaseU5BU5D_t78A202A2ECDD7D43374E4317AF6BB596930D577A* value)
{
____gears_42 = value;
Il2CppCodeGenWriteBarrier((void**)(&____gears_42), (void*)value);
}
inline static int32_t get_offset_of__onClick_43() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onClick_43)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onClick_43() const { return ____onClick_43; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onClick_43() { return &____onClick_43; }
inline void set__onClick_43(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onClick_43 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onClick_43), (void*)value);
}
inline static int32_t get_offset_of__onRightClick_44() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onRightClick_44)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onRightClick_44() const { return ____onRightClick_44; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onRightClick_44() { return &____onRightClick_44; }
inline void set__onRightClick_44(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onRightClick_44 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onRightClick_44), (void*)value);
}
inline static int32_t get_offset_of__onTouchBegin_45() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onTouchBegin_45)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onTouchBegin_45() const { return ____onTouchBegin_45; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onTouchBegin_45() { return &____onTouchBegin_45; }
inline void set__onTouchBegin_45(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onTouchBegin_45 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onTouchBegin_45), (void*)value);
}
inline static int32_t get_offset_of__onTouchMove_46() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onTouchMove_46)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onTouchMove_46() const { return ____onTouchMove_46; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onTouchMove_46() { return &____onTouchMove_46; }
inline void set__onTouchMove_46(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onTouchMove_46 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onTouchMove_46), (void*)value);
}
inline static int32_t get_offset_of__onTouchEnd_47() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onTouchEnd_47)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onTouchEnd_47() const { return ____onTouchEnd_47; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onTouchEnd_47() { return &____onTouchEnd_47; }
inline void set__onTouchEnd_47(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onTouchEnd_47 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onTouchEnd_47), (void*)value);
}
inline static int32_t get_offset_of__onRollOver_48() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onRollOver_48)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onRollOver_48() const { return ____onRollOver_48; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onRollOver_48() { return &____onRollOver_48; }
inline void set__onRollOver_48(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onRollOver_48 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onRollOver_48), (void*)value);
}
inline static int32_t get_offset_of__onRollOut_49() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onRollOut_49)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onRollOut_49() const { return ____onRollOut_49; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onRollOut_49() { return &____onRollOut_49; }
inline void set__onRollOut_49(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onRollOut_49 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onRollOut_49), (void*)value);
}
inline static int32_t get_offset_of__onAddedToStage_50() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onAddedToStage_50)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onAddedToStage_50() const { return ____onAddedToStage_50; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onAddedToStage_50() { return &____onAddedToStage_50; }
inline void set__onAddedToStage_50(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onAddedToStage_50 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onAddedToStage_50), (void*)value);
}
inline static int32_t get_offset_of__onRemovedFromStage_51() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onRemovedFromStage_51)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onRemovedFromStage_51() const { return ____onRemovedFromStage_51; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onRemovedFromStage_51() { return &____onRemovedFromStage_51; }
inline void set__onRemovedFromStage_51(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onRemovedFromStage_51 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onRemovedFromStage_51), (void*)value);
}
inline static int32_t get_offset_of__onKeyDown_52() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onKeyDown_52)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onKeyDown_52() const { return ____onKeyDown_52; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onKeyDown_52() { return &____onKeyDown_52; }
inline void set__onKeyDown_52(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onKeyDown_52 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onKeyDown_52), (void*)value);
}
inline static int32_t get_offset_of__onClickLink_53() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onClickLink_53)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onClickLink_53() const { return ____onClickLink_53; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onClickLink_53() { return &____onClickLink_53; }
inline void set__onClickLink_53(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onClickLink_53 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onClickLink_53), (void*)value);
}
inline static int32_t get_offset_of__onPositionChanged_54() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onPositionChanged_54)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onPositionChanged_54() const { return ____onPositionChanged_54; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onPositionChanged_54() { return &____onPositionChanged_54; }
inline void set__onPositionChanged_54(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onPositionChanged_54 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onPositionChanged_54), (void*)value);
}
inline static int32_t get_offset_of__onSizeChanged_55() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onSizeChanged_55)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onSizeChanged_55() const { return ____onSizeChanged_55; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onSizeChanged_55() { return &____onSizeChanged_55; }
inline void set__onSizeChanged_55(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onSizeChanged_55 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onSizeChanged_55), (void*)value);
}
inline static int32_t get_offset_of__onDragStart_56() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onDragStart_56)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onDragStart_56() const { return ____onDragStart_56; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onDragStart_56() { return &____onDragStart_56; }
inline void set__onDragStart_56(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onDragStart_56 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onDragStart_56), (void*)value);
}
inline static int32_t get_offset_of__onDragMove_57() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onDragMove_57)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onDragMove_57() const { return ____onDragMove_57; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onDragMove_57() { return &____onDragMove_57; }
inline void set__onDragMove_57(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onDragMove_57 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onDragMove_57), (void*)value);
}
inline static int32_t get_offset_of__onDragEnd_58() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onDragEnd_58)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onDragEnd_58() const { return ____onDragEnd_58; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onDragEnd_58() { return &____onDragEnd_58; }
inline void set__onDragEnd_58(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onDragEnd_58 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onDragEnd_58), (void*)value);
}
inline static int32_t get_offset_of__onGearStop_59() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onGearStop_59)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onGearStop_59() const { return ____onGearStop_59; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onGearStop_59() { return &____onGearStop_59; }
inline void set__onGearStop_59(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onGearStop_59 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onGearStop_59), (void*)value);
}
inline static int32_t get_offset_of_underConstruct_60() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___underConstruct_60)); }
inline bool get_underConstruct_60() const { return ___underConstruct_60; }
inline bool* get_address_of_underConstruct_60() { return &___underConstruct_60; }
inline void set_underConstruct_60(bool value)
{
___underConstruct_60 = value;
}
inline static int32_t get_offset_of__width_61() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____width_61)); }
inline float get__width_61() const { return ____width_61; }
inline float* get_address_of__width_61() { return &____width_61; }
inline void set__width_61(float value)
{
____width_61 = value;
}
inline static int32_t get_offset_of__height_62() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____height_62)); }
inline float get__height_62() const { return ____height_62; }
inline float* get_address_of__height_62() { return &____height_62; }
inline void set__height_62(float value)
{
____height_62 = value;
}
inline static int32_t get_offset_of__rawWidth_63() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____rawWidth_63)); }
inline float get__rawWidth_63() const { return ____rawWidth_63; }
inline float* get_address_of__rawWidth_63() { return &____rawWidth_63; }
inline void set__rawWidth_63(float value)
{
____rawWidth_63 = value;
}
inline static int32_t get_offset_of__rawHeight_64() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____rawHeight_64)); }
inline float get__rawHeight_64() const { return ____rawHeight_64; }
inline float* get_address_of__rawHeight_64() { return &____rawHeight_64; }
inline void set__rawHeight_64(float value)
{
____rawHeight_64 = value;
}
inline static int32_t get_offset_of__gearLocked_65() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____gearLocked_65)); }
inline bool get__gearLocked_65() const { return ____gearLocked_65; }
inline bool* get_address_of__gearLocked_65() { return &____gearLocked_65; }
inline void set__gearLocked_65(bool value)
{
____gearLocked_65 = value;
}
inline static int32_t get_offset_of__sizePercentInGroup_66() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____sizePercentInGroup_66)); }
inline float get__sizePercentInGroup_66() const { return ____sizePercentInGroup_66; }
inline float* get_address_of__sizePercentInGroup_66() { return &____sizePercentInGroup_66; }
inline void set__sizePercentInGroup_66(float value)
{
____sizePercentInGroup_66 = value;
}
inline static int32_t get_offset_of__disposed_67() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____disposed_67)); }
inline bool get__disposed_67() const { return ____disposed_67; }
inline bool* get_address_of__disposed_67() { return &____disposed_67; }
inline void set__disposed_67(bool value)
{
____disposed_67 = value;
}
inline static int32_t get_offset_of__dragTouchStartPos_69() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____dragTouchStartPos_69)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get__dragTouchStartPos_69() const { return ____dragTouchStartPos_69; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of__dragTouchStartPos_69() { return &____dragTouchStartPos_69; }
inline void set__dragTouchStartPos_69(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
____dragTouchStartPos_69 = value;
}
inline static int32_t get_offset_of__dragTesting_70() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____dragTesting_70)); }
inline bool get__dragTesting_70() const { return ____dragTesting_70; }
inline bool* get_address_of__dragTesting_70() { return &____dragTesting_70; }
inline void set__dragTesting_70(bool value)
{
____dragTesting_70 = value;
}
};
struct GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB_StaticFields
{
public:
// FairyGUI.GObject FairyGUI.GObject::<draggingObject>k__BackingField
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___U3CdraggingObjectU3Ek__BackingField_17;
// System.UInt32 FairyGUI.GObject::_gInstanceCounter
uint32_t ____gInstanceCounter_68;
// UnityEngine.Vector2 FairyGUI.GObject::sGlobalDragStart
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___sGlobalDragStart_71;
// UnityEngine.Rect FairyGUI.GObject::sGlobalRect
Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___sGlobalRect_72;
// System.Boolean FairyGUI.GObject::sUpdateInDragging
bool ___sUpdateInDragging_73;
public:
inline static int32_t get_offset_of_U3CdraggingObjectU3Ek__BackingField_17() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB_StaticFields, ___U3CdraggingObjectU3Ek__BackingField_17)); }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get_U3CdraggingObjectU3Ek__BackingField_17() const { return ___U3CdraggingObjectU3Ek__BackingField_17; }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of_U3CdraggingObjectU3Ek__BackingField_17() { return &___U3CdraggingObjectU3Ek__BackingField_17; }
inline void set_U3CdraggingObjectU3Ek__BackingField_17(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
{
___U3CdraggingObjectU3Ek__BackingField_17 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CdraggingObjectU3Ek__BackingField_17), (void*)value);
}
inline static int32_t get_offset_of__gInstanceCounter_68() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB_StaticFields, ____gInstanceCounter_68)); }
inline uint32_t get__gInstanceCounter_68() const { return ____gInstanceCounter_68; }
inline uint32_t* get_address_of__gInstanceCounter_68() { return &____gInstanceCounter_68; }
inline void set__gInstanceCounter_68(uint32_t value)
{
____gInstanceCounter_68 = value;
}
inline static int32_t get_offset_of_sGlobalDragStart_71() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB_StaticFields, ___sGlobalDragStart_71)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_sGlobalDragStart_71() const { return ___sGlobalDragStart_71; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_sGlobalDragStart_71() { return &___sGlobalDragStart_71; }
inline void set_sGlobalDragStart_71(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___sGlobalDragStart_71 = value;
}
inline static int32_t get_offset_of_sGlobalRect_72() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB_StaticFields, ___sGlobalRect_72)); }
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE get_sGlobalRect_72() const { return ___sGlobalRect_72; }
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE * get_address_of_sGlobalRect_72() { return &___sGlobalRect_72; }
inline void set_sGlobalRect_72(Rect_t35B976DE901B5423C11705E156938EA27AB402CE value)
{
___sGlobalRect_72 = value;
}
inline static int32_t get_offset_of_sUpdateInDragging_73() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB_StaticFields, ___sUpdateInDragging_73)); }
inline bool get_sUpdateInDragging_73() const { return ___sUpdateInDragging_73; }
inline bool* get_address_of_sUpdateInDragging_73() { return &___sUpdateInDragging_73; }
inline void set_sUpdateInDragging_73(bool value)
{
___sUpdateInDragging_73 = value;
}
};
// FairyGUI.GTweener
struct GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C : public RuntimeObject
{
public:
// System.Object FairyGUI.GTweener::_target
RuntimeObject * ____target_0;
// FairyGUI.TweenPropType FairyGUI.GTweener::_propType
int32_t ____propType_1;
// System.Boolean FairyGUI.GTweener::_killed
bool ____killed_2;
// System.Boolean FairyGUI.GTweener::_paused
bool ____paused_3;
// System.Single FairyGUI.GTweener::_delay
float ____delay_4;
// System.Single FairyGUI.GTweener::_duration
float ____duration_5;
// System.Single FairyGUI.GTweener::_breakpoint
float ____breakpoint_6;
// FairyGUI.EaseType FairyGUI.GTweener::_easeType
int32_t ____easeType_7;
// System.Single FairyGUI.GTweener::_easeOvershootOrAmplitude
float ____easeOvershootOrAmplitude_8;
// System.Single FairyGUI.GTweener::_easePeriod
float ____easePeriod_9;
// System.Int32 FairyGUI.GTweener::_repeat
int32_t ____repeat_10;
// System.Boolean FairyGUI.GTweener::_yoyo
bool ____yoyo_11;
// System.Single FairyGUI.GTweener::_timeScale
float ____timeScale_12;
// System.Boolean FairyGUI.GTweener::_ignoreEngineTimeScale
bool ____ignoreEngineTimeScale_13;
// System.Boolean FairyGUI.GTweener::_snapping
bool ____snapping_14;
// System.Object FairyGUI.GTweener::_userData
RuntimeObject * ____userData_15;
// FairyGUI.GPath FairyGUI.GTweener::_path
GPath_t097563F29B192985F7F754E478BB55F8224DF2A2 * ____path_16;
// FairyGUI.GTweenCallback FairyGUI.GTweener::_onUpdate
GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * ____onUpdate_17;
// FairyGUI.GTweenCallback FairyGUI.GTweener::_onStart
GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * ____onStart_18;
// FairyGUI.GTweenCallback FairyGUI.GTweener::_onComplete
GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * ____onComplete_19;
// FairyGUI.GTweenCallback1 FairyGUI.GTweener::_onUpdate1
GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * ____onUpdate1_20;
// FairyGUI.GTweenCallback1 FairyGUI.GTweener::_onStart1
GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * ____onStart1_21;
// FairyGUI.GTweenCallback1 FairyGUI.GTweener::_onComplete1
GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * ____onComplete1_22;
// FairyGUI.ITweenListener FairyGUI.GTweener::_listener
RuntimeObject* ____listener_23;
// FairyGUI.TweenValue FairyGUI.GTweener::_startValue
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * ____startValue_24;
// FairyGUI.TweenValue FairyGUI.GTweener::_endValue
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * ____endValue_25;
// FairyGUI.TweenValue FairyGUI.GTweener::_value
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * ____value_26;
// FairyGUI.TweenValue FairyGUI.GTweener::_deltaValue
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * ____deltaValue_27;
// System.Int32 FairyGUI.GTweener::_valueSize
int32_t ____valueSize_28;
// System.Boolean FairyGUI.GTweener::_started
bool ____started_29;
// System.Int32 FairyGUI.GTweener::_ended
int32_t ____ended_30;
// System.Single FairyGUI.GTweener::_elapsedTime
float ____elapsedTime_31;
// System.Single FairyGUI.GTweener::_normalizedTime
float ____normalizedTime_32;
// System.Int32 FairyGUI.GTweener::_smoothStart
int32_t ____smoothStart_33;
public:
inline static int32_t get_offset_of__target_0() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____target_0)); }
inline RuntimeObject * get__target_0() const { return ____target_0; }
inline RuntimeObject ** get_address_of__target_0() { return &____target_0; }
inline void set__target_0(RuntimeObject * value)
{
____target_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____target_0), (void*)value);
}
inline static int32_t get_offset_of__propType_1() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____propType_1)); }
inline int32_t get__propType_1() const { return ____propType_1; }
inline int32_t* get_address_of__propType_1() { return &____propType_1; }
inline void set__propType_1(int32_t value)
{
____propType_1 = value;
}
inline static int32_t get_offset_of__killed_2() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____killed_2)); }
inline bool get__killed_2() const { return ____killed_2; }
inline bool* get_address_of__killed_2() { return &____killed_2; }
inline void set__killed_2(bool value)
{
____killed_2 = value;
}
inline static int32_t get_offset_of__paused_3() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____paused_3)); }
inline bool get__paused_3() const { return ____paused_3; }
inline bool* get_address_of__paused_3() { return &____paused_3; }
inline void set__paused_3(bool value)
{
____paused_3 = value;
}
inline static int32_t get_offset_of__delay_4() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____delay_4)); }
inline float get__delay_4() const { return ____delay_4; }
inline float* get_address_of__delay_4() { return &____delay_4; }
inline void set__delay_4(float value)
{
____delay_4 = value;
}
inline static int32_t get_offset_of__duration_5() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____duration_5)); }
inline float get__duration_5() const { return ____duration_5; }
inline float* get_address_of__duration_5() { return &____duration_5; }
inline void set__duration_5(float value)
{
____duration_5 = value;
}
inline static int32_t get_offset_of__breakpoint_6() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____breakpoint_6)); }
inline float get__breakpoint_6() const { return ____breakpoint_6; }
inline float* get_address_of__breakpoint_6() { return &____breakpoint_6; }
inline void set__breakpoint_6(float value)
{
____breakpoint_6 = value;
}
inline static int32_t get_offset_of__easeType_7() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____easeType_7)); }
inline int32_t get__easeType_7() const { return ____easeType_7; }
inline int32_t* get_address_of__easeType_7() { return &____easeType_7; }
inline void set__easeType_7(int32_t value)
{
____easeType_7 = value;
}
inline static int32_t get_offset_of__easeOvershootOrAmplitude_8() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____easeOvershootOrAmplitude_8)); }
inline float get__easeOvershootOrAmplitude_8() const { return ____easeOvershootOrAmplitude_8; }
inline float* get_address_of__easeOvershootOrAmplitude_8() { return &____easeOvershootOrAmplitude_8; }
inline void set__easeOvershootOrAmplitude_8(float value)
{
____easeOvershootOrAmplitude_8 = value;
}
inline static int32_t get_offset_of__easePeriod_9() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____easePeriod_9)); }
inline float get__easePeriod_9() const { return ____easePeriod_9; }
inline float* get_address_of__easePeriod_9() { return &____easePeriod_9; }
inline void set__easePeriod_9(float value)
{
____easePeriod_9 = value;
}
inline static int32_t get_offset_of__repeat_10() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____repeat_10)); }
inline int32_t get__repeat_10() const { return ____repeat_10; }
inline int32_t* get_address_of__repeat_10() { return &____repeat_10; }
inline void set__repeat_10(int32_t value)
{
____repeat_10 = value;
}
inline static int32_t get_offset_of__yoyo_11() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____yoyo_11)); }
inline bool get__yoyo_11() const { return ____yoyo_11; }
inline bool* get_address_of__yoyo_11() { return &____yoyo_11; }
inline void set__yoyo_11(bool value)
{
____yoyo_11 = value;
}
inline static int32_t get_offset_of__timeScale_12() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____timeScale_12)); }
inline float get__timeScale_12() const { return ____timeScale_12; }
inline float* get_address_of__timeScale_12() { return &____timeScale_12; }
inline void set__timeScale_12(float value)
{
____timeScale_12 = value;
}
inline static int32_t get_offset_of__ignoreEngineTimeScale_13() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____ignoreEngineTimeScale_13)); }
inline bool get__ignoreEngineTimeScale_13() const { return ____ignoreEngineTimeScale_13; }
inline bool* get_address_of__ignoreEngineTimeScale_13() { return &____ignoreEngineTimeScale_13; }
inline void set__ignoreEngineTimeScale_13(bool value)
{
____ignoreEngineTimeScale_13 = value;
}
inline static int32_t get_offset_of__snapping_14() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____snapping_14)); }
inline bool get__snapping_14() const { return ____snapping_14; }
inline bool* get_address_of__snapping_14() { return &____snapping_14; }
inline void set__snapping_14(bool value)
{
____snapping_14 = value;
}
inline static int32_t get_offset_of__userData_15() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____userData_15)); }
inline RuntimeObject * get__userData_15() const { return ____userData_15; }
inline RuntimeObject ** get_address_of__userData_15() { return &____userData_15; }
inline void set__userData_15(RuntimeObject * value)
{
____userData_15 = value;
Il2CppCodeGenWriteBarrier((void**)(&____userData_15), (void*)value);
}
inline static int32_t get_offset_of__path_16() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____path_16)); }
inline GPath_t097563F29B192985F7F754E478BB55F8224DF2A2 * get__path_16() const { return ____path_16; }
inline GPath_t097563F29B192985F7F754E478BB55F8224DF2A2 ** get_address_of__path_16() { return &____path_16; }
inline void set__path_16(GPath_t097563F29B192985F7F754E478BB55F8224DF2A2 * value)
{
____path_16 = value;
Il2CppCodeGenWriteBarrier((void**)(&____path_16), (void*)value);
}
inline static int32_t get_offset_of__onUpdate_17() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____onUpdate_17)); }
inline GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * get__onUpdate_17() const { return ____onUpdate_17; }
inline GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F ** get_address_of__onUpdate_17() { return &____onUpdate_17; }
inline void set__onUpdate_17(GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * value)
{
____onUpdate_17 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onUpdate_17), (void*)value);
}
inline static int32_t get_offset_of__onStart_18() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____onStart_18)); }
inline GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * get__onStart_18() const { return ____onStart_18; }
inline GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F ** get_address_of__onStart_18() { return &____onStart_18; }
inline void set__onStart_18(GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * value)
{
____onStart_18 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onStart_18), (void*)value);
}
inline static int32_t get_offset_of__onComplete_19() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____onComplete_19)); }
inline GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * get__onComplete_19() const { return ____onComplete_19; }
inline GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F ** get_address_of__onComplete_19() { return &____onComplete_19; }
inline void set__onComplete_19(GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * value)
{
____onComplete_19 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onComplete_19), (void*)value);
}
inline static int32_t get_offset_of__onUpdate1_20() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____onUpdate1_20)); }
inline GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * get__onUpdate1_20() const { return ____onUpdate1_20; }
inline GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D ** get_address_of__onUpdate1_20() { return &____onUpdate1_20; }
inline void set__onUpdate1_20(GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * value)
{
____onUpdate1_20 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onUpdate1_20), (void*)value);
}
inline static int32_t get_offset_of__onStart1_21() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____onStart1_21)); }
inline GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * get__onStart1_21() const { return ____onStart1_21; }
inline GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D ** get_address_of__onStart1_21() { return &____onStart1_21; }
inline void set__onStart1_21(GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * value)
{
____onStart1_21 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onStart1_21), (void*)value);
}
inline static int32_t get_offset_of__onComplete1_22() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____onComplete1_22)); }
inline GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * get__onComplete1_22() const { return ____onComplete1_22; }
inline GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D ** get_address_of__onComplete1_22() { return &____onComplete1_22; }
inline void set__onComplete1_22(GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * value)
{
____onComplete1_22 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onComplete1_22), (void*)value);
}
inline static int32_t get_offset_of__listener_23() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____listener_23)); }
inline RuntimeObject* get__listener_23() const { return ____listener_23; }
inline RuntimeObject** get_address_of__listener_23() { return &____listener_23; }
inline void set__listener_23(RuntimeObject* value)
{
____listener_23 = value;
Il2CppCodeGenWriteBarrier((void**)(&____listener_23), (void*)value);
}
inline static int32_t get_offset_of__startValue_24() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____startValue_24)); }
inline TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * get__startValue_24() const { return ____startValue_24; }
inline TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 ** get_address_of__startValue_24() { return &____startValue_24; }
inline void set__startValue_24(TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * value)
{
____startValue_24 = value;
Il2CppCodeGenWriteBarrier((void**)(&____startValue_24), (void*)value);
}
inline static int32_t get_offset_of__endValue_25() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____endValue_25)); }
inline TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * get__endValue_25() const { return ____endValue_25; }
inline TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 ** get_address_of__endValue_25() { return &____endValue_25; }
inline void set__endValue_25(TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * value)
{
____endValue_25 = value;
Il2CppCodeGenWriteBarrier((void**)(&____endValue_25), (void*)value);
}
inline static int32_t get_offset_of__value_26() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____value_26)); }
inline TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * get__value_26() const { return ____value_26; }
inline TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 ** get_address_of__value_26() { return &____value_26; }
inline void set__value_26(TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * value)
{
____value_26 = value;
Il2CppCodeGenWriteBarrier((void**)(&____value_26), (void*)value);
}
inline static int32_t get_offset_of__deltaValue_27() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____deltaValue_27)); }
inline TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * get__deltaValue_27() const { return ____deltaValue_27; }
inline TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 ** get_address_of__deltaValue_27() { return &____deltaValue_27; }
inline void set__deltaValue_27(TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * value)
{
____deltaValue_27 = value;
Il2CppCodeGenWriteBarrier((void**)(&____deltaValue_27), (void*)value);
}
inline static int32_t get_offset_of__valueSize_28() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____valueSize_28)); }
inline int32_t get__valueSize_28() const { return ____valueSize_28; }
inline int32_t* get_address_of__valueSize_28() { return &____valueSize_28; }
inline void set__valueSize_28(int32_t value)
{
____valueSize_28 = value;
}
inline static int32_t get_offset_of__started_29() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____started_29)); }
inline bool get__started_29() const { return ____started_29; }
inline bool* get_address_of__started_29() { return &____started_29; }
inline void set__started_29(bool value)
{
____started_29 = value;
}
inline static int32_t get_offset_of__ended_30() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____ended_30)); }
inline int32_t get__ended_30() const { return ____ended_30; }
inline int32_t* get_address_of__ended_30() { return &____ended_30; }
inline void set__ended_30(int32_t value)
{
____ended_30 = value;
}
inline static int32_t get_offset_of__elapsedTime_31() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____elapsedTime_31)); }
inline float get__elapsedTime_31() const { return ____elapsedTime_31; }
inline float* get_address_of__elapsedTime_31() { return &____elapsedTime_31; }
inline void set__elapsedTime_31(float value)
{
____elapsedTime_31 = value;
}
inline static int32_t get_offset_of__normalizedTime_32() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____normalizedTime_32)); }
inline float get__normalizedTime_32() const { return ____normalizedTime_32; }
inline float* get_address_of__normalizedTime_32() { return &____normalizedTime_32; }
inline void set__normalizedTime_32(float value)
{
____normalizedTime_32 = value;
}
inline static int32_t get_offset_of__smoothStart_33() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____smoothStart_33)); }
inline int32_t get__smoothStart_33() const { return ____smoothStart_33; }
inline int32_t* get_address_of__smoothStart_33() { return &____smoothStart_33; }
inline void set__smoothStart_33(int32_t value)
{
____smoothStart_33 = value;
}
};
// FairyGUI.NAudioClip
struct NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 : public RuntimeObject
{
public:
// FairyGUI.DestroyMethod FairyGUI.NAudioClip::destroyMethod
int32_t ___destroyMethod_0;
// UnityEngine.AudioClip FairyGUI.NAudioClip::nativeClip
AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * ___nativeClip_1;
public:
inline static int32_t get_offset_of_destroyMethod_0() { return static_cast<int32_t>(offsetof(NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96, ___destroyMethod_0)); }
inline int32_t get_destroyMethod_0() const { return ___destroyMethod_0; }
inline int32_t* get_address_of_destroyMethod_0() { return &___destroyMethod_0; }
inline void set_destroyMethod_0(int32_t value)
{
___destroyMethod_0 = value;
}
inline static int32_t get_offset_of_nativeClip_1() { return static_cast<int32_t>(offsetof(NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96, ___nativeClip_1)); }
inline AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * get_nativeClip_1() const { return ___nativeClip_1; }
inline AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 ** get_address_of_nativeClip_1() { return &___nativeClip_1; }
inline void set_nativeClip_1(AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * value)
{
___nativeClip_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___nativeClip_1), (void*)value);
}
};
// FairyGUI.NGraphics
struct NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD : public RuntimeObject
{
public:
// UnityEngine.GameObject FairyGUI.NGraphics::<gameObject>k__BackingField
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___U3CgameObjectU3Ek__BackingField_0;
// UnityEngine.MeshFilter FairyGUI.NGraphics::<meshFilter>k__BackingField
MeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0 * ___U3CmeshFilterU3Ek__BackingField_1;
// UnityEngine.MeshRenderer FairyGUI.NGraphics::<meshRenderer>k__BackingField
MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED * ___U3CmeshRendererU3Ek__BackingField_2;
// UnityEngine.Mesh FairyGUI.NGraphics::<mesh>k__BackingField
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * ___U3CmeshU3Ek__BackingField_3;
// FairyGUI.BlendMode FairyGUI.NGraphics::blendMode
int32_t ___blendMode_4;
// System.Boolean FairyGUI.NGraphics::dontClip
bool ___dontClip_5;
// FairyGUI.NGraphics_MeshModifier FairyGUI.NGraphics::meshModifier
MeshModifier_t7CAF07359743E6D9EEA33BD559B3E10868FD1A15 * ___meshModifier_6;
// FairyGUI.NTexture FairyGUI.NGraphics::_texture
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * ____texture_7;
// System.String FairyGUI.NGraphics::_shader
String_t* ____shader_8;
// UnityEngine.Material FairyGUI.NGraphics::_material
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ____material_9;
// System.Boolean FairyGUI.NGraphics::_customMatarial
bool ____customMatarial_10;
// FairyGUI.MaterialManager FairyGUI.NGraphics::_manager
MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098 * ____manager_11;
// System.String[] FairyGUI.NGraphics::_materialKeywords
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ____materialKeywords_12;
// FairyGUI.IMeshFactory FairyGUI.NGraphics::_meshFactory
RuntimeObject* ____meshFactory_13;
// System.Single FairyGUI.NGraphics::_alpha
float ____alpha_14;
// UnityEngine.Color FairyGUI.NGraphics::_color
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ____color_15;
// System.Boolean FairyGUI.NGraphics::_meshDirty
bool ____meshDirty_16;
// UnityEngine.Rect FairyGUI.NGraphics::_contentRect
Rect_t35B976DE901B5423C11705E156938EA27AB402CE ____contentRect_17;
// FairyGUI.FlipType FairyGUI.NGraphics::_flip
int32_t ____flip_18;
// System.Nullable`1<UnityEngine.Matrix4x4> FairyGUI.NGraphics::_vertexMatrix
Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 ____vertexMatrix_19;
// System.Nullable`1<UnityEngine.Vector3> FairyGUI.NGraphics::_cameraPosition
Nullable_1_t75BFB9848B0C0C6930A6973335B59621D36E6203 ____cameraPosition_20;
// System.Boolean FairyGUI.NGraphics::hasAlphaBackup
bool ___hasAlphaBackup_21;
// System.Collections.Generic.List`1<System.Byte> FairyGUI.NGraphics::_alphaBackup
List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C * ____alphaBackup_22;
// System.Int32 FairyGUI.NGraphics::_maskFlag
int32_t ____maskFlag_23;
// FairyGUI.StencilEraser FairyGUI.NGraphics::_stencilEraser
StencilEraser_t333A0A9291CFAC314CBA28C92B06DA15D850560B * ____stencilEraser_24;
public:
inline static int32_t get_offset_of_U3CgameObjectU3Ek__BackingField_0() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ___U3CgameObjectU3Ek__BackingField_0)); }
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_U3CgameObjectU3Ek__BackingField_0() const { return ___U3CgameObjectU3Ek__BackingField_0; }
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_U3CgameObjectU3Ek__BackingField_0() { return &___U3CgameObjectU3Ek__BackingField_0; }
inline void set_U3CgameObjectU3Ek__BackingField_0(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value)
{
___U3CgameObjectU3Ek__BackingField_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CgameObjectU3Ek__BackingField_0), (void*)value);
}
inline static int32_t get_offset_of_U3CmeshFilterU3Ek__BackingField_1() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ___U3CmeshFilterU3Ek__BackingField_1)); }
inline MeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0 * get_U3CmeshFilterU3Ek__BackingField_1() const { return ___U3CmeshFilterU3Ek__BackingField_1; }
inline MeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0 ** get_address_of_U3CmeshFilterU3Ek__BackingField_1() { return &___U3CmeshFilterU3Ek__BackingField_1; }
inline void set_U3CmeshFilterU3Ek__BackingField_1(MeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0 * value)
{
___U3CmeshFilterU3Ek__BackingField_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CmeshFilterU3Ek__BackingField_1), (void*)value);
}
inline static int32_t get_offset_of_U3CmeshRendererU3Ek__BackingField_2() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ___U3CmeshRendererU3Ek__BackingField_2)); }
inline MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED * get_U3CmeshRendererU3Ek__BackingField_2() const { return ___U3CmeshRendererU3Ek__BackingField_2; }
inline MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED ** get_address_of_U3CmeshRendererU3Ek__BackingField_2() { return &___U3CmeshRendererU3Ek__BackingField_2; }
inline void set_U3CmeshRendererU3Ek__BackingField_2(MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED * value)
{
___U3CmeshRendererU3Ek__BackingField_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CmeshRendererU3Ek__BackingField_2), (void*)value);
}
inline static int32_t get_offset_of_U3CmeshU3Ek__BackingField_3() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ___U3CmeshU3Ek__BackingField_3)); }
inline Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * get_U3CmeshU3Ek__BackingField_3() const { return ___U3CmeshU3Ek__BackingField_3; }
inline Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C ** get_address_of_U3CmeshU3Ek__BackingField_3() { return &___U3CmeshU3Ek__BackingField_3; }
inline void set_U3CmeshU3Ek__BackingField_3(Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * value)
{
___U3CmeshU3Ek__BackingField_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CmeshU3Ek__BackingField_3), (void*)value);
}
inline static int32_t get_offset_of_blendMode_4() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ___blendMode_4)); }
inline int32_t get_blendMode_4() const { return ___blendMode_4; }
inline int32_t* get_address_of_blendMode_4() { return &___blendMode_4; }
inline void set_blendMode_4(int32_t value)
{
___blendMode_4 = value;
}
inline static int32_t get_offset_of_dontClip_5() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ___dontClip_5)); }
inline bool get_dontClip_5() const { return ___dontClip_5; }
inline bool* get_address_of_dontClip_5() { return &___dontClip_5; }
inline void set_dontClip_5(bool value)
{
___dontClip_5 = value;
}
inline static int32_t get_offset_of_meshModifier_6() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ___meshModifier_6)); }
inline MeshModifier_t7CAF07359743E6D9EEA33BD559B3E10868FD1A15 * get_meshModifier_6() const { return ___meshModifier_6; }
inline MeshModifier_t7CAF07359743E6D9EEA33BD559B3E10868FD1A15 ** get_address_of_meshModifier_6() { return &___meshModifier_6; }
inline void set_meshModifier_6(MeshModifier_t7CAF07359743E6D9EEA33BD559B3E10868FD1A15 * value)
{
___meshModifier_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___meshModifier_6), (void*)value);
}
inline static int32_t get_offset_of__texture_7() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____texture_7)); }
inline NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * get__texture_7() const { return ____texture_7; }
inline NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A ** get_address_of__texture_7() { return &____texture_7; }
inline void set__texture_7(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * value)
{
____texture_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&____texture_7), (void*)value);
}
inline static int32_t get_offset_of__shader_8() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____shader_8)); }
inline String_t* get__shader_8() const { return ____shader_8; }
inline String_t** get_address_of__shader_8() { return &____shader_8; }
inline void set__shader_8(String_t* value)
{
____shader_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&____shader_8), (void*)value);
}
inline static int32_t get_offset_of__material_9() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____material_9)); }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * get__material_9() const { return ____material_9; }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 ** get_address_of__material_9() { return &____material_9; }
inline void set__material_9(Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * value)
{
____material_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&____material_9), (void*)value);
}
inline static int32_t get_offset_of__customMatarial_10() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____customMatarial_10)); }
inline bool get__customMatarial_10() const { return ____customMatarial_10; }
inline bool* get_address_of__customMatarial_10() { return &____customMatarial_10; }
inline void set__customMatarial_10(bool value)
{
____customMatarial_10 = value;
}
inline static int32_t get_offset_of__manager_11() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____manager_11)); }
inline MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098 * get__manager_11() const { return ____manager_11; }
inline MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098 ** get_address_of__manager_11() { return &____manager_11; }
inline void set__manager_11(MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098 * value)
{
____manager_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&____manager_11), (void*)value);
}
inline static int32_t get_offset_of__materialKeywords_12() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____materialKeywords_12)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get__materialKeywords_12() const { return ____materialKeywords_12; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of__materialKeywords_12() { return &____materialKeywords_12; }
inline void set__materialKeywords_12(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
____materialKeywords_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&____materialKeywords_12), (void*)value);
}
inline static int32_t get_offset_of__meshFactory_13() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____meshFactory_13)); }
inline RuntimeObject* get__meshFactory_13() const { return ____meshFactory_13; }
inline RuntimeObject** get_address_of__meshFactory_13() { return &____meshFactory_13; }
inline void set__meshFactory_13(RuntimeObject* value)
{
____meshFactory_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&____meshFactory_13), (void*)value);
}
inline static int32_t get_offset_of__alpha_14() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____alpha_14)); }
inline float get__alpha_14() const { return ____alpha_14; }
inline float* get_address_of__alpha_14() { return &____alpha_14; }
inline void set__alpha_14(float value)
{
____alpha_14 = value;
}
inline static int32_t get_offset_of__color_15() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____color_15)); }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get__color_15() const { return ____color_15; }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of__color_15() { return &____color_15; }
inline void set__color_15(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value)
{
____color_15 = value;
}
inline static int32_t get_offset_of__meshDirty_16() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____meshDirty_16)); }
inline bool get__meshDirty_16() const { return ____meshDirty_16; }
inline bool* get_address_of__meshDirty_16() { return &____meshDirty_16; }
inline void set__meshDirty_16(bool value)
{
____meshDirty_16 = value;
}
inline static int32_t get_offset_of__contentRect_17() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____contentRect_17)); }
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE get__contentRect_17() const { return ____contentRect_17; }
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE * get_address_of__contentRect_17() { return &____contentRect_17; }
inline void set__contentRect_17(Rect_t35B976DE901B5423C11705E156938EA27AB402CE value)
{
____contentRect_17 = value;
}
inline static int32_t get_offset_of__flip_18() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____flip_18)); }
inline int32_t get__flip_18() const { return ____flip_18; }
inline int32_t* get_address_of__flip_18() { return &____flip_18; }
inline void set__flip_18(int32_t value)
{
____flip_18 = value;
}
inline static int32_t get_offset_of__vertexMatrix_19() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____vertexMatrix_19)); }
inline Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 get__vertexMatrix_19() const { return ____vertexMatrix_19; }
inline Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 * get_address_of__vertexMatrix_19() { return &____vertexMatrix_19; }
inline void set__vertexMatrix_19(Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 value)
{
____vertexMatrix_19 = value;
}
inline static int32_t get_offset_of__cameraPosition_20() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____cameraPosition_20)); }
inline Nullable_1_t75BFB9848B0C0C6930A6973335B59621D36E6203 get__cameraPosition_20() const { return ____cameraPosition_20; }
inline Nullable_1_t75BFB9848B0C0C6930A6973335B59621D36E6203 * get_address_of__cameraPosition_20() { return &____cameraPosition_20; }
inline void set__cameraPosition_20(Nullable_1_t75BFB9848B0C0C6930A6973335B59621D36E6203 value)
{
____cameraPosition_20 = value;
}
inline static int32_t get_offset_of_hasAlphaBackup_21() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ___hasAlphaBackup_21)); }
inline bool get_hasAlphaBackup_21() const { return ___hasAlphaBackup_21; }
inline bool* get_address_of_hasAlphaBackup_21() { return &___hasAlphaBackup_21; }
inline void set_hasAlphaBackup_21(bool value)
{
___hasAlphaBackup_21 = value;
}
inline static int32_t get_offset_of__alphaBackup_22() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____alphaBackup_22)); }
inline List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C * get__alphaBackup_22() const { return ____alphaBackup_22; }
inline List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C ** get_address_of__alphaBackup_22() { return &____alphaBackup_22; }
inline void set__alphaBackup_22(List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C * value)
{
____alphaBackup_22 = value;
Il2CppCodeGenWriteBarrier((void**)(&____alphaBackup_22), (void*)value);
}
inline static int32_t get_offset_of__maskFlag_23() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____maskFlag_23)); }
inline int32_t get__maskFlag_23() const { return ____maskFlag_23; }
inline int32_t* get_address_of__maskFlag_23() { return &____maskFlag_23; }
inline void set__maskFlag_23(int32_t value)
{
____maskFlag_23 = value;
}
inline static int32_t get_offset_of__stencilEraser_24() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____stencilEraser_24)); }
inline StencilEraser_t333A0A9291CFAC314CBA28C92B06DA15D850560B * get__stencilEraser_24() const { return ____stencilEraser_24; }
inline StencilEraser_t333A0A9291CFAC314CBA28C92B06DA15D850560B ** get_address_of__stencilEraser_24() { return &____stencilEraser_24; }
inline void set__stencilEraser_24(StencilEraser_t333A0A9291CFAC314CBA28C92B06DA15D850560B * value)
{
____stencilEraser_24 = value;
Il2CppCodeGenWriteBarrier((void**)(&____stencilEraser_24), (void*)value);
}
};
// FairyGUI.NTexture
struct NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A : public RuntimeObject
{
public:
// UnityEngine.Rect FairyGUI.NTexture::uvRect
Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___uvRect_0;
// System.Boolean FairyGUI.NTexture::rotated
bool ___rotated_1;
// System.Int32 FairyGUI.NTexture::refCount
int32_t ___refCount_2;
// System.Single FairyGUI.NTexture::lastActive
float ___lastActive_3;
// FairyGUI.DestroyMethod FairyGUI.NTexture::destroyMethod
int32_t ___destroyMethod_4;
// UnityEngine.Texture FairyGUI.NTexture::_nativeTexture
Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * ____nativeTexture_5;
// UnityEngine.Texture FairyGUI.NTexture::_alphaTexture
Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * ____alphaTexture_6;
// UnityEngine.Rect FairyGUI.NTexture::_region
Rect_t35B976DE901B5423C11705E156938EA27AB402CE ____region_7;
// UnityEngine.Vector2 FairyGUI.NTexture::_offset
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ____offset_8;
// UnityEngine.Vector2 FairyGUI.NTexture::_originalSize
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ____originalSize_9;
// FairyGUI.NTexture FairyGUI.NTexture::_root
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * ____root_10;
// System.Collections.Generic.Dictionary`2<System.String,FairyGUI.MaterialManager> FairyGUI.NTexture::_materialManagers
Dictionary_2_tDAFFA223F2408A9839E41FB8FA1448B1625BF3AE * ____materialManagers_11;
public:
inline static int32_t get_offset_of_uvRect_0() { return static_cast<int32_t>(offsetof(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A, ___uvRect_0)); }
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE get_uvRect_0() const { return ___uvRect_0; }
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE * get_address_of_uvRect_0() { return &___uvRect_0; }
inline void set_uvRect_0(Rect_t35B976DE901B5423C11705E156938EA27AB402CE value)
{
___uvRect_0 = value;
}
inline static int32_t get_offset_of_rotated_1() { return static_cast<int32_t>(offsetof(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A, ___rotated_1)); }
inline bool get_rotated_1() const { return ___rotated_1; }
inline bool* get_address_of_rotated_1() { return &___rotated_1; }
inline void set_rotated_1(bool value)
{
___rotated_1 = value;
}
inline static int32_t get_offset_of_refCount_2() { return static_cast<int32_t>(offsetof(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A, ___refCount_2)); }
inline int32_t get_refCount_2() const { return ___refCount_2; }
inline int32_t* get_address_of_refCount_2() { return &___refCount_2; }
inline void set_refCount_2(int32_t value)
{
___refCount_2 = value;
}
inline static int32_t get_offset_of_lastActive_3() { return static_cast<int32_t>(offsetof(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A, ___lastActive_3)); }
inline float get_lastActive_3() const { return ___lastActive_3; }
inline float* get_address_of_lastActive_3() { return &___lastActive_3; }
inline void set_lastActive_3(float value)
{
___lastActive_3 = value;
}
inline static int32_t get_offset_of_destroyMethod_4() { return static_cast<int32_t>(offsetof(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A, ___destroyMethod_4)); }
inline int32_t get_destroyMethod_4() const { return ___destroyMethod_4; }
inline int32_t* get_address_of_destroyMethod_4() { return &___destroyMethod_4; }
inline void set_destroyMethod_4(int32_t value)
{
___destroyMethod_4 = value;
}
inline static int32_t get_offset_of__nativeTexture_5() { return static_cast<int32_t>(offsetof(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A, ____nativeTexture_5)); }
inline Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * get__nativeTexture_5() const { return ____nativeTexture_5; }
inline Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 ** get_address_of__nativeTexture_5() { return &____nativeTexture_5; }
inline void set__nativeTexture_5(Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * value)
{
____nativeTexture_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____nativeTexture_5), (void*)value);
}
inline static int32_t get_offset_of__alphaTexture_6() { return static_cast<int32_t>(offsetof(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A, ____alphaTexture_6)); }
inline Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * get__alphaTexture_6() const { return ____alphaTexture_6; }
inline Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 ** get_address_of__alphaTexture_6() { return &____alphaTexture_6; }
inline void set__alphaTexture_6(Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * value)
{
____alphaTexture_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&____alphaTexture_6), (void*)value);
}
inline static int32_t get_offset_of__region_7() { return static_cast<int32_t>(offsetof(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A, ____region_7)); }
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE get__region_7() const { return ____region_7; }
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE * get_address_of__region_7() { return &____region_7; }
inline void set__region_7(Rect_t35B976DE901B5423C11705E156938EA27AB402CE value)
{
____region_7 = value;
}
inline static int32_t get_offset_of__offset_8() { return static_cast<int32_t>(offsetof(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A, ____offset_8)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get__offset_8() const { return ____offset_8; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of__offset_8() { return &____offset_8; }
inline void set__offset_8(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
____offset_8 = value;
}
inline static int32_t get_offset_of__originalSize_9() { return static_cast<int32_t>(offsetof(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A, ____originalSize_9)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get__originalSize_9() const { return ____originalSize_9; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of__originalSize_9() { return &____originalSize_9; }
inline void set__originalSize_9(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
____originalSize_9 = value;
}
inline static int32_t get_offset_of__root_10() { return static_cast<int32_t>(offsetof(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A, ____root_10)); }
inline NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * get__root_10() const { return ____root_10; }
inline NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A ** get_address_of__root_10() { return &____root_10; }
inline void set__root_10(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * value)
{
____root_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&____root_10), (void*)value);
}
inline static int32_t get_offset_of__materialManagers_11() { return static_cast<int32_t>(offsetof(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A, ____materialManagers_11)); }
inline Dictionary_2_tDAFFA223F2408A9839E41FB8FA1448B1625BF3AE * get__materialManagers_11() const { return ____materialManagers_11; }
inline Dictionary_2_tDAFFA223F2408A9839E41FB8FA1448B1625BF3AE ** get_address_of__materialManagers_11() { return &____materialManagers_11; }
inline void set__materialManagers_11(Dictionary_2_tDAFFA223F2408A9839E41FB8FA1448B1625BF3AE * value)
{
____materialManagers_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&____materialManagers_11), (void*)value);
}
};
struct NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A_StaticFields
{
public:
// FairyGUI.NTexture FairyGUI.NTexture::_empty
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * ____empty_12;
// System.UInt32 FairyGUI.NTexture::_gCounter
uint32_t ____gCounter_13;
public:
inline static int32_t get_offset_of__empty_12() { return static_cast<int32_t>(offsetof(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A_StaticFields, ____empty_12)); }
inline NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * get__empty_12() const { return ____empty_12; }
inline NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A ** get_address_of__empty_12() { return &____empty_12; }
inline void set__empty_12(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * value)
{
____empty_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&____empty_12), (void*)value);
}
inline static int32_t get_offset_of__gCounter_13() { return static_cast<int32_t>(offsetof(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A_StaticFields, ____gCounter_13)); }
inline uint32_t get__gCounter_13() const { return ____gCounter_13; }
inline uint32_t* get_address_of__gCounter_13() { return &____gCounter_13; }
inline void set__gCounter_13(uint32_t value)
{
____gCounter_13 = value;
}
};
// FairyGUI.PackageItem
struct PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 : public RuntimeObject
{
public:
// FairyGUI.UIPackage FairyGUI.PackageItem::owner
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * ___owner_0;
// FairyGUI.PackageItemType FairyGUI.PackageItem::type
int32_t ___type_1;
// FairyGUI.ObjectType FairyGUI.PackageItem::objectType
int32_t ___objectType_2;
// System.String FairyGUI.PackageItem::id
String_t* ___id_3;
// System.String FairyGUI.PackageItem::name
String_t* ___name_4;
// System.Int32 FairyGUI.PackageItem::width
int32_t ___width_5;
// System.Int32 FairyGUI.PackageItem::height
int32_t ___height_6;
// System.String FairyGUI.PackageItem::file
String_t* ___file_7;
// System.Boolean FairyGUI.PackageItem::exported
bool ___exported_8;
// FairyGUI.NTexture FairyGUI.PackageItem::texture
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * ___texture_9;
// FairyGUI.Utils.ByteBuffer FairyGUI.PackageItem::rawData
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * ___rawData_10;
// System.Nullable`1<UnityEngine.Rect> FairyGUI.PackageItem::scale9Grid
Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 ___scale9Grid_11;
// System.Boolean FairyGUI.PackageItem::scaleByTile
bool ___scaleByTile_12;
// System.Int32 FairyGUI.PackageItem::tileGridIndice
int32_t ___tileGridIndice_13;
// FairyGUI.PixelHitTestData FairyGUI.PackageItem::pixelHitTestData
PixelHitTestData_t3D8AE416551C5022E8965DB307C0051F731B3CB4 * ___pixelHitTestData_14;
// System.Single FairyGUI.PackageItem::interval
float ___interval_15;
// System.Single FairyGUI.PackageItem::repeatDelay
float ___repeatDelay_16;
// System.Boolean FairyGUI.PackageItem::swing
bool ___swing_17;
// FairyGUI.MovieClip_Frame[] FairyGUI.PackageItem::frames
FrameU5BU5D_t9FE8BF5404F87B8E1E2B6901F3946829704FABA6* ___frames_18;
// System.Boolean FairyGUI.PackageItem::translated
bool ___translated_19;
// FairyGUI.UIObjectFactory_GComponentCreator FairyGUI.PackageItem::extensionCreator
GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28 * ___extensionCreator_20;
// FairyGUI.BitmapFont FairyGUI.PackageItem::bitmapFont
BitmapFont_t29CAF73C23EFA0E59A57C421EF25ABBE728B6E88 * ___bitmapFont_21;
// FairyGUI.NAudioClip FairyGUI.PackageItem::audioClip
NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * ___audioClip_22;
public:
inline static int32_t get_offset_of_owner_0() { return static_cast<int32_t>(offsetof(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0, ___owner_0)); }
inline UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * get_owner_0() const { return ___owner_0; }
inline UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 ** get_address_of_owner_0() { return &___owner_0; }
inline void set_owner_0(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * value)
{
___owner_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___owner_0), (void*)value);
}
inline static int32_t get_offset_of_type_1() { return static_cast<int32_t>(offsetof(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0, ___type_1)); }
inline int32_t get_type_1() const { return ___type_1; }
inline int32_t* get_address_of_type_1() { return &___type_1; }
inline void set_type_1(int32_t value)
{
___type_1 = value;
}
inline static int32_t get_offset_of_objectType_2() { return static_cast<int32_t>(offsetof(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0, ___objectType_2)); }
inline int32_t get_objectType_2() const { return ___objectType_2; }
inline int32_t* get_address_of_objectType_2() { return &___objectType_2; }
inline void set_objectType_2(int32_t value)
{
___objectType_2 = value;
}
inline static int32_t get_offset_of_id_3() { return static_cast<int32_t>(offsetof(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0, ___id_3)); }
inline String_t* get_id_3() const { return ___id_3; }
inline String_t** get_address_of_id_3() { return &___id_3; }
inline void set_id_3(String_t* value)
{
___id_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___id_3), (void*)value);
}
inline static int32_t get_offset_of_name_4() { return static_cast<int32_t>(offsetof(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0, ___name_4)); }
inline String_t* get_name_4() const { return ___name_4; }
inline String_t** get_address_of_name_4() { return &___name_4; }
inline void set_name_4(String_t* value)
{
___name_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___name_4), (void*)value);
}
inline static int32_t get_offset_of_width_5() { return static_cast<int32_t>(offsetof(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0, ___width_5)); }
inline int32_t get_width_5() const { return ___width_5; }
inline int32_t* get_address_of_width_5() { return &___width_5; }
inline void set_width_5(int32_t value)
{
___width_5 = value;
}
inline static int32_t get_offset_of_height_6() { return static_cast<int32_t>(offsetof(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0, ___height_6)); }
inline int32_t get_height_6() const { return ___height_6; }
inline int32_t* get_address_of_height_6() { return &___height_6; }
inline void set_height_6(int32_t value)
{
___height_6 = value;
}
inline static int32_t get_offset_of_file_7() { return static_cast<int32_t>(offsetof(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0, ___file_7)); }
inline String_t* get_file_7() const { return ___file_7; }
inline String_t** get_address_of_file_7() { return &___file_7; }
inline void set_file_7(String_t* value)
{
___file_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___file_7), (void*)value);
}
inline static int32_t get_offset_of_exported_8() { return static_cast<int32_t>(offsetof(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0, ___exported_8)); }
inline bool get_exported_8() const { return ___exported_8; }
inline bool* get_address_of_exported_8() { return &___exported_8; }
inline void set_exported_8(bool value)
{
___exported_8 = value;
}
inline static int32_t get_offset_of_texture_9() { return static_cast<int32_t>(offsetof(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0, ___texture_9)); }
inline NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * get_texture_9() const { return ___texture_9; }
inline NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A ** get_address_of_texture_9() { return &___texture_9; }
inline void set_texture_9(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * value)
{
___texture_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___texture_9), (void*)value);
}
inline static int32_t get_offset_of_rawData_10() { return static_cast<int32_t>(offsetof(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0, ___rawData_10)); }
inline ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * get_rawData_10() const { return ___rawData_10; }
inline ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 ** get_address_of_rawData_10() { return &___rawData_10; }
inline void set_rawData_10(ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * value)
{
___rawData_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___rawData_10), (void*)value);
}
inline static int32_t get_offset_of_scale9Grid_11() { return static_cast<int32_t>(offsetof(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0, ___scale9Grid_11)); }
inline Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 get_scale9Grid_11() const { return ___scale9Grid_11; }
inline Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 * get_address_of_scale9Grid_11() { return &___scale9Grid_11; }
inline void set_scale9Grid_11(Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 value)
{
___scale9Grid_11 = value;
}
inline static int32_t get_offset_of_scaleByTile_12() { return static_cast<int32_t>(offsetof(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0, ___scaleByTile_12)); }
inline bool get_scaleByTile_12() const { return ___scaleByTile_12; }
inline bool* get_address_of_scaleByTile_12() { return &___scaleByTile_12; }
inline void set_scaleByTile_12(bool value)
{
___scaleByTile_12 = value;
}
inline static int32_t get_offset_of_tileGridIndice_13() { return static_cast<int32_t>(offsetof(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0, ___tileGridIndice_13)); }
inline int32_t get_tileGridIndice_13() const { return ___tileGridIndice_13; }
inline int32_t* get_address_of_tileGridIndice_13() { return &___tileGridIndice_13; }
inline void set_tileGridIndice_13(int32_t value)
{
___tileGridIndice_13 = value;
}
inline static int32_t get_offset_of_pixelHitTestData_14() { return static_cast<int32_t>(offsetof(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0, ___pixelHitTestData_14)); }
inline PixelHitTestData_t3D8AE416551C5022E8965DB307C0051F731B3CB4 * get_pixelHitTestData_14() const { return ___pixelHitTestData_14; }
inline PixelHitTestData_t3D8AE416551C5022E8965DB307C0051F731B3CB4 ** get_address_of_pixelHitTestData_14() { return &___pixelHitTestData_14; }
inline void set_pixelHitTestData_14(PixelHitTestData_t3D8AE416551C5022E8965DB307C0051F731B3CB4 * value)
{
___pixelHitTestData_14 = value;
Il2CppCodeGenWriteBarrier((void**)(&___pixelHitTestData_14), (void*)value);
}
inline static int32_t get_offset_of_interval_15() { return static_cast<int32_t>(offsetof(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0, ___interval_15)); }
inline float get_interval_15() const { return ___interval_15; }
inline float* get_address_of_interval_15() { return &___interval_15; }
inline void set_interval_15(float value)
{
___interval_15 = value;
}
inline static int32_t get_offset_of_repeatDelay_16() { return static_cast<int32_t>(offsetof(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0, ___repeatDelay_16)); }
inline float get_repeatDelay_16() const { return ___repeatDelay_16; }
inline float* get_address_of_repeatDelay_16() { return &___repeatDelay_16; }
inline void set_repeatDelay_16(float value)
{
___repeatDelay_16 = value;
}
inline static int32_t get_offset_of_swing_17() { return static_cast<int32_t>(offsetof(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0, ___swing_17)); }
inline bool get_swing_17() const { return ___swing_17; }
inline bool* get_address_of_swing_17() { return &___swing_17; }
inline void set_swing_17(bool value)
{
___swing_17 = value;
}
inline static int32_t get_offset_of_frames_18() { return static_cast<int32_t>(offsetof(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0, ___frames_18)); }
inline FrameU5BU5D_t9FE8BF5404F87B8E1E2B6901F3946829704FABA6* get_frames_18() const { return ___frames_18; }
inline FrameU5BU5D_t9FE8BF5404F87B8E1E2B6901F3946829704FABA6** get_address_of_frames_18() { return &___frames_18; }
inline void set_frames_18(FrameU5BU5D_t9FE8BF5404F87B8E1E2B6901F3946829704FABA6* value)
{
___frames_18 = value;
Il2CppCodeGenWriteBarrier((void**)(&___frames_18), (void*)value);
}
inline static int32_t get_offset_of_translated_19() { return static_cast<int32_t>(offsetof(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0, ___translated_19)); }
inline bool get_translated_19() const { return ___translated_19; }
inline bool* get_address_of_translated_19() { return &___translated_19; }
inline void set_translated_19(bool value)
{
___translated_19 = value;
}
inline static int32_t get_offset_of_extensionCreator_20() { return static_cast<int32_t>(offsetof(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0, ___extensionCreator_20)); }
inline GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28 * get_extensionCreator_20() const { return ___extensionCreator_20; }
inline GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28 ** get_address_of_extensionCreator_20() { return &___extensionCreator_20; }
inline void set_extensionCreator_20(GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28 * value)
{
___extensionCreator_20 = value;
Il2CppCodeGenWriteBarrier((void**)(&___extensionCreator_20), (void*)value);
}
inline static int32_t get_offset_of_bitmapFont_21() { return static_cast<int32_t>(offsetof(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0, ___bitmapFont_21)); }
inline BitmapFont_t29CAF73C23EFA0E59A57C421EF25ABBE728B6E88 * get_bitmapFont_21() const { return ___bitmapFont_21; }
inline BitmapFont_t29CAF73C23EFA0E59A57C421EF25ABBE728B6E88 ** get_address_of_bitmapFont_21() { return &___bitmapFont_21; }
inline void set_bitmapFont_21(BitmapFont_t29CAF73C23EFA0E59A57C421EF25ABBE728B6E88 * value)
{
___bitmapFont_21 = value;
Il2CppCodeGenWriteBarrier((void**)(&___bitmapFont_21), (void*)value);
}
inline static int32_t get_offset_of_audioClip_22() { return static_cast<int32_t>(offsetof(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0, ___audioClip_22)); }
inline NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * get_audioClip_22() const { return ___audioClip_22; }
inline NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 ** get_address_of_audioClip_22() { return &___audioClip_22; }
inline void set_audioClip_22(NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * value)
{
___audioClip_22 = value;
Il2CppCodeGenWriteBarrier((void**)(&___audioClip_22), (void*)value);
}
};
// FairyGUI.TextFormat
struct TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 : public RuntimeObject
{
public:
// System.Int32 FairyGUI.TextFormat::size
int32_t ___size_0;
// System.String FairyGUI.TextFormat::font
String_t* ___font_1;
// UnityEngine.Color FairyGUI.TextFormat::color
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___color_2;
// System.Int32 FairyGUI.TextFormat::lineSpacing
int32_t ___lineSpacing_3;
// System.Int32 FairyGUI.TextFormat::letterSpacing
int32_t ___letterSpacing_4;
// System.Boolean FairyGUI.TextFormat::bold
bool ___bold_5;
// System.Boolean FairyGUI.TextFormat::underline
bool ___underline_6;
// System.Boolean FairyGUI.TextFormat::italic
bool ___italic_7;
// UnityEngine.Color32[] FairyGUI.TextFormat::gradientColor
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* ___gradientColor_8;
// FairyGUI.AlignType FairyGUI.TextFormat::align
int32_t ___align_9;
// FairyGUI.TextFormat_SpecialStyle FairyGUI.TextFormat::specialStyle
int32_t ___specialStyle_10;
public:
inline static int32_t get_offset_of_size_0() { return static_cast<int32_t>(offsetof(TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135, ___size_0)); }
inline int32_t get_size_0() const { return ___size_0; }
inline int32_t* get_address_of_size_0() { return &___size_0; }
inline void set_size_0(int32_t value)
{
___size_0 = value;
}
inline static int32_t get_offset_of_font_1() { return static_cast<int32_t>(offsetof(TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135, ___font_1)); }
inline String_t* get_font_1() const { return ___font_1; }
inline String_t** get_address_of_font_1() { return &___font_1; }
inline void set_font_1(String_t* value)
{
___font_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___font_1), (void*)value);
}
inline static int32_t get_offset_of_color_2() { return static_cast<int32_t>(offsetof(TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135, ___color_2)); }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get_color_2() const { return ___color_2; }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of_color_2() { return &___color_2; }
inline void set_color_2(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value)
{
___color_2 = value;
}
inline static int32_t get_offset_of_lineSpacing_3() { return static_cast<int32_t>(offsetof(TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135, ___lineSpacing_3)); }
inline int32_t get_lineSpacing_3() const { return ___lineSpacing_3; }
inline int32_t* get_address_of_lineSpacing_3() { return &___lineSpacing_3; }
inline void set_lineSpacing_3(int32_t value)
{
___lineSpacing_3 = value;
}
inline static int32_t get_offset_of_letterSpacing_4() { return static_cast<int32_t>(offsetof(TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135, ___letterSpacing_4)); }
inline int32_t get_letterSpacing_4() const { return ___letterSpacing_4; }
inline int32_t* get_address_of_letterSpacing_4() { return &___letterSpacing_4; }
inline void set_letterSpacing_4(int32_t value)
{
___letterSpacing_4 = value;
}
inline static int32_t get_offset_of_bold_5() { return static_cast<int32_t>(offsetof(TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135, ___bold_5)); }
inline bool get_bold_5() const { return ___bold_5; }
inline bool* get_address_of_bold_5() { return &___bold_5; }
inline void set_bold_5(bool value)
{
___bold_5 = value;
}
inline static int32_t get_offset_of_underline_6() { return static_cast<int32_t>(offsetof(TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135, ___underline_6)); }
inline bool get_underline_6() const { return ___underline_6; }
inline bool* get_address_of_underline_6() { return &___underline_6; }
inline void set_underline_6(bool value)
{
___underline_6 = value;
}
inline static int32_t get_offset_of_italic_7() { return static_cast<int32_t>(offsetof(TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135, ___italic_7)); }
inline bool get_italic_7() const { return ___italic_7; }
inline bool* get_address_of_italic_7() { return &___italic_7; }
inline void set_italic_7(bool value)
{
___italic_7 = value;
}
inline static int32_t get_offset_of_gradientColor_8() { return static_cast<int32_t>(offsetof(TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135, ___gradientColor_8)); }
inline Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* get_gradientColor_8() const { return ___gradientColor_8; }
inline Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983** get_address_of_gradientColor_8() { return &___gradientColor_8; }
inline void set_gradientColor_8(Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* value)
{
___gradientColor_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___gradientColor_8), (void*)value);
}
inline static int32_t get_offset_of_align_9() { return static_cast<int32_t>(offsetof(TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135, ___align_9)); }
inline int32_t get_align_9() const { return ___align_9; }
inline int32_t* get_address_of_align_9() { return &___align_9; }
inline void set_align_9(int32_t value)
{
___align_9 = value;
}
inline static int32_t get_offset_of_specialStyle_10() { return static_cast<int32_t>(offsetof(TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135, ___specialStyle_10)); }
inline int32_t get_specialStyle_10() const { return ___specialStyle_10; }
inline int32_t* get_address_of_specialStyle_10() { return &___specialStyle_10; }
inline void set_specialStyle_10(int32_t value)
{
___specialStyle_10 = value;
}
};
// LuaInterface.LuaException
struct LuaException_t362D5A575564491633FB3233987012974B1564C4 : public Exception_t
{
public:
// System.String LuaInterface.LuaException::_stack
String_t* ____stack_22;
public:
inline static int32_t get_offset_of__stack_22() { return static_cast<int32_t>(offsetof(LuaException_t362D5A575564491633FB3233987012974B1564C4, ____stack_22)); }
inline String_t* get__stack_22() const { return ____stack_22; }
inline String_t** get_address_of__stack_22() { return &____stack_22; }
inline void set__stack_22(String_t* value)
{
____stack_22 = value;
Il2CppCodeGenWriteBarrier((void**)(&____stack_22), (void*)value);
}
};
struct LuaException_t362D5A575564491633FB3233987012974B1564C4_StaticFields
{
public:
// System.Exception LuaInterface.LuaException::luaStack
Exception_t * ___luaStack_17;
// System.String LuaInterface.LuaException::projectFolder
String_t* ___projectFolder_18;
// System.Int32 LuaInterface.LuaException::InstantiateCount
int32_t ___InstantiateCount_19;
// System.Int32 LuaInterface.LuaException::SendMsgCount
int32_t ___SendMsgCount_20;
// System.IntPtr LuaInterface.LuaException::L
intptr_t ___L_21;
public:
inline static int32_t get_offset_of_luaStack_17() { return static_cast<int32_t>(offsetof(LuaException_t362D5A575564491633FB3233987012974B1564C4_StaticFields, ___luaStack_17)); }
inline Exception_t * get_luaStack_17() const { return ___luaStack_17; }
inline Exception_t ** get_address_of_luaStack_17() { return &___luaStack_17; }
inline void set_luaStack_17(Exception_t * value)
{
___luaStack_17 = value;
Il2CppCodeGenWriteBarrier((void**)(&___luaStack_17), (void*)value);
}
inline static int32_t get_offset_of_projectFolder_18() { return static_cast<int32_t>(offsetof(LuaException_t362D5A575564491633FB3233987012974B1564C4_StaticFields, ___projectFolder_18)); }
inline String_t* get_projectFolder_18() const { return ___projectFolder_18; }
inline String_t** get_address_of_projectFolder_18() { return &___projectFolder_18; }
inline void set_projectFolder_18(String_t* value)
{
___projectFolder_18 = value;
Il2CppCodeGenWriteBarrier((void**)(&___projectFolder_18), (void*)value);
}
inline static int32_t get_offset_of_InstantiateCount_19() { return static_cast<int32_t>(offsetof(LuaException_t362D5A575564491633FB3233987012974B1564C4_StaticFields, ___InstantiateCount_19)); }
inline int32_t get_InstantiateCount_19() const { return ___InstantiateCount_19; }
inline int32_t* get_address_of_InstantiateCount_19() { return &___InstantiateCount_19; }
inline void set_InstantiateCount_19(int32_t value)
{
___InstantiateCount_19 = value;
}
inline static int32_t get_offset_of_SendMsgCount_20() { return static_cast<int32_t>(offsetof(LuaException_t362D5A575564491633FB3233987012974B1564C4_StaticFields, ___SendMsgCount_20)); }
inline int32_t get_SendMsgCount_20() const { return ___SendMsgCount_20; }
inline int32_t* get_address_of_SendMsgCount_20() { return &___SendMsgCount_20; }
inline void set_SendMsgCount_20(int32_t value)
{
___SendMsgCount_20 = value;
}
inline static int32_t get_offset_of_L_21() { return static_cast<int32_t>(offsetof(LuaException_t362D5A575564491633FB3233987012974B1564C4_StaticFields, ___L_21)); }
inline intptr_t get_L_21() const { return ___L_21; }
inline intptr_t* get_address_of_L_21() { return &___L_21; }
inline void set_L_21(intptr_t value)
{
___L_21 = value;
}
};
// LuaInterface.LuaFunction
struct LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B : public LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4
{
public:
// System.Int32 LuaInterface.LuaFunction::oldTop
int32_t ___oldTop_7;
// System.Int32 LuaInterface.LuaFunction::argCount
int32_t ___argCount_8;
// System.Int32 LuaInterface.LuaFunction::stackPos
int32_t ___stackPos_9;
// System.Collections.Generic.Stack`1<LuaInterface.LuaFunction_FuncData> LuaInterface.LuaFunction::stack
Stack_1_t2E6C3E81B5BEEB358E4416D261369920E3E9A211 * ___stack_10;
public:
inline static int32_t get_offset_of_oldTop_7() { return static_cast<int32_t>(offsetof(LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B, ___oldTop_7)); }
inline int32_t get_oldTop_7() const { return ___oldTop_7; }
inline int32_t* get_address_of_oldTop_7() { return &___oldTop_7; }
inline void set_oldTop_7(int32_t value)
{
___oldTop_7 = value;
}
inline static int32_t get_offset_of_argCount_8() { return static_cast<int32_t>(offsetof(LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B, ___argCount_8)); }
inline int32_t get_argCount_8() const { return ___argCount_8; }
inline int32_t* get_address_of_argCount_8() { return &___argCount_8; }
inline void set_argCount_8(int32_t value)
{
___argCount_8 = value;
}
inline static int32_t get_offset_of_stackPos_9() { return static_cast<int32_t>(offsetof(LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B, ___stackPos_9)); }
inline int32_t get_stackPos_9() const { return ___stackPos_9; }
inline int32_t* get_address_of_stackPos_9() { return &___stackPos_9; }
inline void set_stackPos_9(int32_t value)
{
___stackPos_9 = value;
}
inline static int32_t get_offset_of_stack_10() { return static_cast<int32_t>(offsetof(LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B, ___stack_10)); }
inline Stack_1_t2E6C3E81B5BEEB358E4416D261369920E3E9A211 * get_stack_10() const { return ___stack_10; }
inline Stack_1_t2E6C3E81B5BEEB358E4416D261369920E3E9A211 ** get_address_of_stack_10() { return &___stack_10; }
inline void set_stack_10(Stack_1_t2E6C3E81B5BEEB358E4416D261369920E3E9A211 * value)
{
___stack_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___stack_10), (void*)value);
}
};
// LuaInterface.LuaState
struct LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE : public LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C
{
public:
// LuaInterface.ObjectTranslator LuaInterface.LuaState::translator
ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF * ___translator_2;
// LuaInterface.LuaReflection LuaInterface.LuaState::reflection
LuaReflection_t19301C37ECEEA92E1822023F3DA02A623875496F * ___reflection_3;
// System.Int32 LuaInterface.LuaState::<ArrayMetatable>k__BackingField
int32_t ___U3CArrayMetatableU3Ek__BackingField_4;
// System.Int32 LuaInterface.LuaState::<DelegateMetatable>k__BackingField
int32_t ___U3CDelegateMetatableU3Ek__BackingField_5;
// System.Int32 LuaInterface.LuaState::<TypeMetatable>k__BackingField
int32_t ___U3CTypeMetatableU3Ek__BackingField_6;
// System.Int32 LuaInterface.LuaState::<EnumMetatable>k__BackingField
int32_t ___U3CEnumMetatableU3Ek__BackingField_7;
// System.Int32 LuaInterface.LuaState::<IterMetatable>k__BackingField
int32_t ___U3CIterMetatableU3Ek__BackingField_8;
// System.Int32 LuaInterface.LuaState::<EventMetatable>k__BackingField
int32_t ___U3CEventMetatableU3Ek__BackingField_9;
// System.Int32 LuaInterface.LuaState::<PackBounds>k__BackingField
int32_t ___U3CPackBoundsU3Ek__BackingField_10;
// System.Int32 LuaInterface.LuaState::<UnpackBounds>k__BackingField
int32_t ___U3CUnpackBoundsU3Ek__BackingField_11;
// System.Int32 LuaInterface.LuaState::<PackRay>k__BackingField
int32_t ___U3CPackRayU3Ek__BackingField_12;
// System.Int32 LuaInterface.LuaState::<UnpackRay>k__BackingField
int32_t ___U3CUnpackRayU3Ek__BackingField_13;
// System.Int32 LuaInterface.LuaState::<PackRaycastHit>k__BackingField
int32_t ___U3CPackRaycastHitU3Ek__BackingField_14;
// System.Int32 LuaInterface.LuaState::<PackTouch>k__BackingField
int32_t ___U3CPackTouchU3Ek__BackingField_15;
// System.Action LuaInterface.LuaState::OnDestroy
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * ___OnDestroy_16;
// System.Collections.Generic.Dictionary`2<System.String,System.WeakReference> LuaInterface.LuaState::funcMap
Dictionary_2_t4DFB78733A30CBA0D97E97E6520159E27C47BAA3 * ___funcMap_17;
// System.Collections.Generic.Dictionary`2<System.Int32,System.WeakReference> LuaInterface.LuaState::funcRefMap
Dictionary_2_t81F516F814A3463D65D07253CF5167FBF9378593 * ___funcRefMap_18;
// System.Collections.Generic.Dictionary`2<System.Int64,System.WeakReference> LuaInterface.LuaState::delegateMap
Dictionary_2_t35D9A5097C30B9E0B442FCEF1B4E05D3B6C168B9 * ___delegateMap_19;
// System.Collections.Generic.List`1<LuaInterface.GCRef> LuaInterface.LuaState::gcList
List_1_t8B834EA70735F6D6583AA875AC98991EF26FA22F * ___gcList_20;
// System.Collections.Generic.List`1<LuaInterface.LuaBaseRef> LuaInterface.LuaState::subList
List_1_t09C52EC41C0032242B13200CFA642DCA685D5FF1 * ___subList_21;
// System.Collections.Generic.Dictionary`2<System.Type,System.Int32> LuaInterface.LuaState::metaMap
Dictionary_2_tA4F27994EF77494F74F85FCFD482DBAD219E6E8F * ___metaMap_22;
// System.Collections.Generic.Dictionary`2<System.Enum,System.Object> LuaInterface.LuaState::enumMap
Dictionary_2_t86DA606688BA1954C5CC9368104CE9722112D2C2 * ___enumMap_23;
// System.Collections.Generic.Dictionary`2<System.Type,LuaInterface.LuaCSFunction> LuaInterface.LuaState::preLoadMap
Dictionary_2_tFBD3EE1AE887BC5C589B41D13A6B666269FF9B16 * ___preLoadMap_24;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Type> LuaInterface.LuaState::typeMap
Dictionary_2_t1302C50AC2AF6849C455DCE970305F09D16B7258 * ___typeMap_25;
// System.Collections.Generic.HashSet`1<System.Type> LuaInterface.LuaState::genericSet
HashSet_1_tE84F3F43144CEC800A734119BDF178122DCF1B05 * ___genericSet_26;
// System.Collections.Generic.HashSet`1<System.String> LuaInterface.LuaState::moduleSet
HashSet_1_tAF31CD0D5B1F27E354D2DA33F8CF07F490E8C98A * ___moduleSet_27;
// System.Int32 LuaInterface.LuaState::beginCount
int32_t ___beginCount_31;
// System.Boolean LuaInterface.LuaState::beLogGC
bool ___beLogGC_32;
// System.Boolean LuaInterface.LuaState::bInjectionInited
bool ___bInjectionInited_33;
// System.Collections.Generic.HashSet`1<System.Type> LuaInterface.LuaState::missSet
HashSet_1_tE84F3F43144CEC800A734119BDF178122DCF1B05 * ___missSet_34;
public:
inline static int32_t get_offset_of_translator_2() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___translator_2)); }
inline ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF * get_translator_2() const { return ___translator_2; }
inline ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF ** get_address_of_translator_2() { return &___translator_2; }
inline void set_translator_2(ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF * value)
{
___translator_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___translator_2), (void*)value);
}
inline static int32_t get_offset_of_reflection_3() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___reflection_3)); }
inline LuaReflection_t19301C37ECEEA92E1822023F3DA02A623875496F * get_reflection_3() const { return ___reflection_3; }
inline LuaReflection_t19301C37ECEEA92E1822023F3DA02A623875496F ** get_address_of_reflection_3() { return &___reflection_3; }
inline void set_reflection_3(LuaReflection_t19301C37ECEEA92E1822023F3DA02A623875496F * value)
{
___reflection_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___reflection_3), (void*)value);
}
inline static int32_t get_offset_of_U3CArrayMetatableU3Ek__BackingField_4() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___U3CArrayMetatableU3Ek__BackingField_4)); }
inline int32_t get_U3CArrayMetatableU3Ek__BackingField_4() const { return ___U3CArrayMetatableU3Ek__BackingField_4; }
inline int32_t* get_address_of_U3CArrayMetatableU3Ek__BackingField_4() { return &___U3CArrayMetatableU3Ek__BackingField_4; }
inline void set_U3CArrayMetatableU3Ek__BackingField_4(int32_t value)
{
___U3CArrayMetatableU3Ek__BackingField_4 = value;
}
inline static int32_t get_offset_of_U3CDelegateMetatableU3Ek__BackingField_5() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___U3CDelegateMetatableU3Ek__BackingField_5)); }
inline int32_t get_U3CDelegateMetatableU3Ek__BackingField_5() const { return ___U3CDelegateMetatableU3Ek__BackingField_5; }
inline int32_t* get_address_of_U3CDelegateMetatableU3Ek__BackingField_5() { return &___U3CDelegateMetatableU3Ek__BackingField_5; }
inline void set_U3CDelegateMetatableU3Ek__BackingField_5(int32_t value)
{
___U3CDelegateMetatableU3Ek__BackingField_5 = value;
}
inline static int32_t get_offset_of_U3CTypeMetatableU3Ek__BackingField_6() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___U3CTypeMetatableU3Ek__BackingField_6)); }
inline int32_t get_U3CTypeMetatableU3Ek__BackingField_6() const { return ___U3CTypeMetatableU3Ek__BackingField_6; }
inline int32_t* get_address_of_U3CTypeMetatableU3Ek__BackingField_6() { return &___U3CTypeMetatableU3Ek__BackingField_6; }
inline void set_U3CTypeMetatableU3Ek__BackingField_6(int32_t value)
{
___U3CTypeMetatableU3Ek__BackingField_6 = value;
}
inline static int32_t get_offset_of_U3CEnumMetatableU3Ek__BackingField_7() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___U3CEnumMetatableU3Ek__BackingField_7)); }
inline int32_t get_U3CEnumMetatableU3Ek__BackingField_7() const { return ___U3CEnumMetatableU3Ek__BackingField_7; }
inline int32_t* get_address_of_U3CEnumMetatableU3Ek__BackingField_7() { return &___U3CEnumMetatableU3Ek__BackingField_7; }
inline void set_U3CEnumMetatableU3Ek__BackingField_7(int32_t value)
{
___U3CEnumMetatableU3Ek__BackingField_7 = value;
}
inline static int32_t get_offset_of_U3CIterMetatableU3Ek__BackingField_8() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___U3CIterMetatableU3Ek__BackingField_8)); }
inline int32_t get_U3CIterMetatableU3Ek__BackingField_8() const { return ___U3CIterMetatableU3Ek__BackingField_8; }
inline int32_t* get_address_of_U3CIterMetatableU3Ek__BackingField_8() { return &___U3CIterMetatableU3Ek__BackingField_8; }
inline void set_U3CIterMetatableU3Ek__BackingField_8(int32_t value)
{
___U3CIterMetatableU3Ek__BackingField_8 = value;
}
inline static int32_t get_offset_of_U3CEventMetatableU3Ek__BackingField_9() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___U3CEventMetatableU3Ek__BackingField_9)); }
inline int32_t get_U3CEventMetatableU3Ek__BackingField_9() const { return ___U3CEventMetatableU3Ek__BackingField_9; }
inline int32_t* get_address_of_U3CEventMetatableU3Ek__BackingField_9() { return &___U3CEventMetatableU3Ek__BackingField_9; }
inline void set_U3CEventMetatableU3Ek__BackingField_9(int32_t value)
{
___U3CEventMetatableU3Ek__BackingField_9 = value;
}
inline static int32_t get_offset_of_U3CPackBoundsU3Ek__BackingField_10() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___U3CPackBoundsU3Ek__BackingField_10)); }
inline int32_t get_U3CPackBoundsU3Ek__BackingField_10() const { return ___U3CPackBoundsU3Ek__BackingField_10; }
inline int32_t* get_address_of_U3CPackBoundsU3Ek__BackingField_10() { return &___U3CPackBoundsU3Ek__BackingField_10; }
inline void set_U3CPackBoundsU3Ek__BackingField_10(int32_t value)
{
___U3CPackBoundsU3Ek__BackingField_10 = value;
}
inline static int32_t get_offset_of_U3CUnpackBoundsU3Ek__BackingField_11() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___U3CUnpackBoundsU3Ek__BackingField_11)); }
inline int32_t get_U3CUnpackBoundsU3Ek__BackingField_11() const { return ___U3CUnpackBoundsU3Ek__BackingField_11; }
inline int32_t* get_address_of_U3CUnpackBoundsU3Ek__BackingField_11() { return &___U3CUnpackBoundsU3Ek__BackingField_11; }
inline void set_U3CUnpackBoundsU3Ek__BackingField_11(int32_t value)
{
___U3CUnpackBoundsU3Ek__BackingField_11 = value;
}
inline static int32_t get_offset_of_U3CPackRayU3Ek__BackingField_12() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___U3CPackRayU3Ek__BackingField_12)); }
inline int32_t get_U3CPackRayU3Ek__BackingField_12() const { return ___U3CPackRayU3Ek__BackingField_12; }
inline int32_t* get_address_of_U3CPackRayU3Ek__BackingField_12() { return &___U3CPackRayU3Ek__BackingField_12; }
inline void set_U3CPackRayU3Ek__BackingField_12(int32_t value)
{
___U3CPackRayU3Ek__BackingField_12 = value;
}
inline static int32_t get_offset_of_U3CUnpackRayU3Ek__BackingField_13() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___U3CUnpackRayU3Ek__BackingField_13)); }
inline int32_t get_U3CUnpackRayU3Ek__BackingField_13() const { return ___U3CUnpackRayU3Ek__BackingField_13; }
inline int32_t* get_address_of_U3CUnpackRayU3Ek__BackingField_13() { return &___U3CUnpackRayU3Ek__BackingField_13; }
inline void set_U3CUnpackRayU3Ek__BackingField_13(int32_t value)
{
___U3CUnpackRayU3Ek__BackingField_13 = value;
}
inline static int32_t get_offset_of_U3CPackRaycastHitU3Ek__BackingField_14() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___U3CPackRaycastHitU3Ek__BackingField_14)); }
inline int32_t get_U3CPackRaycastHitU3Ek__BackingField_14() const { return ___U3CPackRaycastHitU3Ek__BackingField_14; }
inline int32_t* get_address_of_U3CPackRaycastHitU3Ek__BackingField_14() { return &___U3CPackRaycastHitU3Ek__BackingField_14; }
inline void set_U3CPackRaycastHitU3Ek__BackingField_14(int32_t value)
{
___U3CPackRaycastHitU3Ek__BackingField_14 = value;
}
inline static int32_t get_offset_of_U3CPackTouchU3Ek__BackingField_15() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___U3CPackTouchU3Ek__BackingField_15)); }
inline int32_t get_U3CPackTouchU3Ek__BackingField_15() const { return ___U3CPackTouchU3Ek__BackingField_15; }
inline int32_t* get_address_of_U3CPackTouchU3Ek__BackingField_15() { return &___U3CPackTouchU3Ek__BackingField_15; }
inline void set_U3CPackTouchU3Ek__BackingField_15(int32_t value)
{
___U3CPackTouchU3Ek__BackingField_15 = value;
}
inline static int32_t get_offset_of_OnDestroy_16() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___OnDestroy_16)); }
inline Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * get_OnDestroy_16() const { return ___OnDestroy_16; }
inline Action_t591D2A86165F896B4B800BB5C25CE18672A55579 ** get_address_of_OnDestroy_16() { return &___OnDestroy_16; }
inline void set_OnDestroy_16(Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * value)
{
___OnDestroy_16 = value;
Il2CppCodeGenWriteBarrier((void**)(&___OnDestroy_16), (void*)value);
}
inline static int32_t get_offset_of_funcMap_17() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___funcMap_17)); }
inline Dictionary_2_t4DFB78733A30CBA0D97E97E6520159E27C47BAA3 * get_funcMap_17() const { return ___funcMap_17; }
inline Dictionary_2_t4DFB78733A30CBA0D97E97E6520159E27C47BAA3 ** get_address_of_funcMap_17() { return &___funcMap_17; }
inline void set_funcMap_17(Dictionary_2_t4DFB78733A30CBA0D97E97E6520159E27C47BAA3 * value)
{
___funcMap_17 = value;
Il2CppCodeGenWriteBarrier((void**)(&___funcMap_17), (void*)value);
}
inline static int32_t get_offset_of_funcRefMap_18() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___funcRefMap_18)); }
inline Dictionary_2_t81F516F814A3463D65D07253CF5167FBF9378593 * get_funcRefMap_18() const { return ___funcRefMap_18; }
inline Dictionary_2_t81F516F814A3463D65D07253CF5167FBF9378593 ** get_address_of_funcRefMap_18() { return &___funcRefMap_18; }
inline void set_funcRefMap_18(Dictionary_2_t81F516F814A3463D65D07253CF5167FBF9378593 * value)
{
___funcRefMap_18 = value;
Il2CppCodeGenWriteBarrier((void**)(&___funcRefMap_18), (void*)value);
}
inline static int32_t get_offset_of_delegateMap_19() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___delegateMap_19)); }
inline Dictionary_2_t35D9A5097C30B9E0B442FCEF1B4E05D3B6C168B9 * get_delegateMap_19() const { return ___delegateMap_19; }
inline Dictionary_2_t35D9A5097C30B9E0B442FCEF1B4E05D3B6C168B9 ** get_address_of_delegateMap_19() { return &___delegateMap_19; }
inline void set_delegateMap_19(Dictionary_2_t35D9A5097C30B9E0B442FCEF1B4E05D3B6C168B9 * value)
{
___delegateMap_19 = value;
Il2CppCodeGenWriteBarrier((void**)(&___delegateMap_19), (void*)value);
}
inline static int32_t get_offset_of_gcList_20() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___gcList_20)); }
inline List_1_t8B834EA70735F6D6583AA875AC98991EF26FA22F * get_gcList_20() const { return ___gcList_20; }
inline List_1_t8B834EA70735F6D6583AA875AC98991EF26FA22F ** get_address_of_gcList_20() { return &___gcList_20; }
inline void set_gcList_20(List_1_t8B834EA70735F6D6583AA875AC98991EF26FA22F * value)
{
___gcList_20 = value;
Il2CppCodeGenWriteBarrier((void**)(&___gcList_20), (void*)value);
}
inline static int32_t get_offset_of_subList_21() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___subList_21)); }
inline List_1_t09C52EC41C0032242B13200CFA642DCA685D5FF1 * get_subList_21() const { return ___subList_21; }
inline List_1_t09C52EC41C0032242B13200CFA642DCA685D5FF1 ** get_address_of_subList_21() { return &___subList_21; }
inline void set_subList_21(List_1_t09C52EC41C0032242B13200CFA642DCA685D5FF1 * value)
{
___subList_21 = value;
Il2CppCodeGenWriteBarrier((void**)(&___subList_21), (void*)value);
}
inline static int32_t get_offset_of_metaMap_22() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___metaMap_22)); }
inline Dictionary_2_tA4F27994EF77494F74F85FCFD482DBAD219E6E8F * get_metaMap_22() const { return ___metaMap_22; }
inline Dictionary_2_tA4F27994EF77494F74F85FCFD482DBAD219E6E8F ** get_address_of_metaMap_22() { return &___metaMap_22; }
inline void set_metaMap_22(Dictionary_2_tA4F27994EF77494F74F85FCFD482DBAD219E6E8F * value)
{
___metaMap_22 = value;
Il2CppCodeGenWriteBarrier((void**)(&___metaMap_22), (void*)value);
}
inline static int32_t get_offset_of_enumMap_23() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___enumMap_23)); }
inline Dictionary_2_t86DA606688BA1954C5CC9368104CE9722112D2C2 * get_enumMap_23() const { return ___enumMap_23; }
inline Dictionary_2_t86DA606688BA1954C5CC9368104CE9722112D2C2 ** get_address_of_enumMap_23() { return &___enumMap_23; }
inline void set_enumMap_23(Dictionary_2_t86DA606688BA1954C5CC9368104CE9722112D2C2 * value)
{
___enumMap_23 = value;
Il2CppCodeGenWriteBarrier((void**)(&___enumMap_23), (void*)value);
}
inline static int32_t get_offset_of_preLoadMap_24() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___preLoadMap_24)); }
inline Dictionary_2_tFBD3EE1AE887BC5C589B41D13A6B666269FF9B16 * get_preLoadMap_24() const { return ___preLoadMap_24; }
inline Dictionary_2_tFBD3EE1AE887BC5C589B41D13A6B666269FF9B16 ** get_address_of_preLoadMap_24() { return &___preLoadMap_24; }
inline void set_preLoadMap_24(Dictionary_2_tFBD3EE1AE887BC5C589B41D13A6B666269FF9B16 * value)
{
___preLoadMap_24 = value;
Il2CppCodeGenWriteBarrier((void**)(&___preLoadMap_24), (void*)value);
}
inline static int32_t get_offset_of_typeMap_25() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___typeMap_25)); }
inline Dictionary_2_t1302C50AC2AF6849C455DCE970305F09D16B7258 * get_typeMap_25() const { return ___typeMap_25; }
inline Dictionary_2_t1302C50AC2AF6849C455DCE970305F09D16B7258 ** get_address_of_typeMap_25() { return &___typeMap_25; }
inline void set_typeMap_25(Dictionary_2_t1302C50AC2AF6849C455DCE970305F09D16B7258 * value)
{
___typeMap_25 = value;
Il2CppCodeGenWriteBarrier((void**)(&___typeMap_25), (void*)value);
}
inline static int32_t get_offset_of_genericSet_26() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___genericSet_26)); }
inline HashSet_1_tE84F3F43144CEC800A734119BDF178122DCF1B05 * get_genericSet_26() const { return ___genericSet_26; }
inline HashSet_1_tE84F3F43144CEC800A734119BDF178122DCF1B05 ** get_address_of_genericSet_26() { return &___genericSet_26; }
inline void set_genericSet_26(HashSet_1_tE84F3F43144CEC800A734119BDF178122DCF1B05 * value)
{
___genericSet_26 = value;
Il2CppCodeGenWriteBarrier((void**)(&___genericSet_26), (void*)value);
}
inline static int32_t get_offset_of_moduleSet_27() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___moduleSet_27)); }
inline HashSet_1_tAF31CD0D5B1F27E354D2DA33F8CF07F490E8C98A * get_moduleSet_27() const { return ___moduleSet_27; }
inline HashSet_1_tAF31CD0D5B1F27E354D2DA33F8CF07F490E8C98A ** get_address_of_moduleSet_27() { return &___moduleSet_27; }
inline void set_moduleSet_27(HashSet_1_tAF31CD0D5B1F27E354D2DA33F8CF07F490E8C98A * value)
{
___moduleSet_27 = value;
Il2CppCodeGenWriteBarrier((void**)(&___moduleSet_27), (void*)value);
}
inline static int32_t get_offset_of_beginCount_31() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___beginCount_31)); }
inline int32_t get_beginCount_31() const { return ___beginCount_31; }
inline int32_t* get_address_of_beginCount_31() { return &___beginCount_31; }
inline void set_beginCount_31(int32_t value)
{
___beginCount_31 = value;
}
inline static int32_t get_offset_of_beLogGC_32() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___beLogGC_32)); }
inline bool get_beLogGC_32() const { return ___beLogGC_32; }
inline bool* get_address_of_beLogGC_32() { return &___beLogGC_32; }
inline void set_beLogGC_32(bool value)
{
___beLogGC_32 = value;
}
inline static int32_t get_offset_of_bInjectionInited_33() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___bInjectionInited_33)); }
inline bool get_bInjectionInited_33() const { return ___bInjectionInited_33; }
inline bool* get_address_of_bInjectionInited_33() { return &___bInjectionInited_33; }
inline void set_bInjectionInited_33(bool value)
{
___bInjectionInited_33 = value;
}
inline static int32_t get_offset_of_missSet_34() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___missSet_34)); }
inline HashSet_1_tE84F3F43144CEC800A734119BDF178122DCF1B05 * get_missSet_34() const { return ___missSet_34; }
inline HashSet_1_tE84F3F43144CEC800A734119BDF178122DCF1B05 ** get_address_of_missSet_34() { return &___missSet_34; }
inline void set_missSet_34(HashSet_1_tE84F3F43144CEC800A734119BDF178122DCF1B05 * value)
{
___missSet_34 = value;
Il2CppCodeGenWriteBarrier((void**)(&___missSet_34), (void*)value);
}
};
struct LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE_StaticFields
{
public:
// LuaInterface.LuaState LuaInterface.LuaState::mainState
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___mainState_28;
// LuaInterface.LuaState LuaInterface.LuaState::injectionState
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___injectionState_29;
// System.Collections.Generic.Dictionary`2<System.IntPtr,LuaInterface.LuaState> LuaInterface.LuaState::stateMap
Dictionary_2_tE2C4B84883C857DB2F1AD0ED287337B1F1C52601 * ___stateMap_30;
public:
inline static int32_t get_offset_of_mainState_28() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE_StaticFields, ___mainState_28)); }
inline LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * get_mainState_28() const { return ___mainState_28; }
inline LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE ** get_address_of_mainState_28() { return &___mainState_28; }
inline void set_mainState_28(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * value)
{
___mainState_28 = value;
Il2CppCodeGenWriteBarrier((void**)(&___mainState_28), (void*)value);
}
inline static int32_t get_offset_of_injectionState_29() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE_StaticFields, ___injectionState_29)); }
inline LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * get_injectionState_29() const { return ___injectionState_29; }
inline LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE ** get_address_of_injectionState_29() { return &___injectionState_29; }
inline void set_injectionState_29(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * value)
{
___injectionState_29 = value;
Il2CppCodeGenWriteBarrier((void**)(&___injectionState_29), (void*)value);
}
inline static int32_t get_offset_of_stateMap_30() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE_StaticFields, ___stateMap_30)); }
inline Dictionary_2_tE2C4B84883C857DB2F1AD0ED287337B1F1C52601 * get_stateMap_30() const { return ___stateMap_30; }
inline Dictionary_2_tE2C4B84883C857DB2F1AD0ED287337B1F1C52601 ** get_address_of_stateMap_30() { return &___stateMap_30; }
inline void set_stateMap_30(Dictionary_2_tE2C4B84883C857DB2F1AD0ED287337B1F1C52601 * value)
{
___stateMap_30 = value;
Il2CppCodeGenWriteBarrier((void**)(&___stateMap_30), (void*)value);
}
};
// LuaInterface.LuaTable
struct LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 : public LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4
{
public:
public:
};
// System.MulticastDelegate
struct MulticastDelegate_t : public Delegate_t
{
public:
// System.Delegate[] System.MulticastDelegate::delegates
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* ___delegates_11;
public:
inline static int32_t get_offset_of_delegates_11() { return static_cast<int32_t>(offsetof(MulticastDelegate_t, ___delegates_11)); }
inline DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* get_delegates_11() const { return ___delegates_11; }
inline DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86** get_address_of_delegates_11() { return &___delegates_11; }
inline void set_delegates_11(DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* value)
{
___delegates_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___delegates_11), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.MulticastDelegate
struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke
{
Delegate_t_marshaled_pinvoke** ___delegates_11;
};
// Native definition for COM marshalling of System.MulticastDelegate
struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com
{
Delegate_t_marshaled_com** ___delegates_11;
};
// System.Reflection.ParameterInfo
struct ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB : 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.Runtime.InteropServices.MarshalAsAttribute System.Reflection.ParameterInfo::marshalAs
MarshalAsAttribute_t1F5CB9960D7AD6C3305475C98A397BD0B9C64020 * ___marshalAs_6;
public:
inline static int32_t get_offset_of_ClassImpl_0() { return static_cast<int32_t>(offsetof(ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB, ___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((void**)(&___ClassImpl_0), (void*)value);
}
inline static int32_t get_offset_of_DefaultValueImpl_1() { return static_cast<int32_t>(offsetof(ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB, ___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((void**)(&___DefaultValueImpl_1), (void*)value);
}
inline static int32_t get_offset_of_MemberImpl_2() { return static_cast<int32_t>(offsetof(ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB, ___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((void**)(&___MemberImpl_2), (void*)value);
}
inline static int32_t get_offset_of_NameImpl_3() { return static_cast<int32_t>(offsetof(ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB, ___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((void**)(&___NameImpl_3), (void*)value);
}
inline static int32_t get_offset_of_PositionImpl_4() { return static_cast<int32_t>(offsetof(ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB, ___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<int32_t>(offsetof(ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB, ___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<int32_t>(offsetof(ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB, ___marshalAs_6)); }
inline MarshalAsAttribute_t1F5CB9960D7AD6C3305475C98A397BD0B9C64020 * get_marshalAs_6() const { return ___marshalAs_6; }
inline MarshalAsAttribute_t1F5CB9960D7AD6C3305475C98A397BD0B9C64020 ** get_address_of_marshalAs_6() { return &___marshalAs_6; }
inline void set_marshalAs_6(MarshalAsAttribute_t1F5CB9960D7AD6C3305475C98A397BD0B9C64020 * value)
{
___marshalAs_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___marshalAs_6), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.Reflection.ParameterInfo
struct ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB_marshaled_pinvoke
{
Type_t * ___ClassImpl_0;
Il2CppIUnknown* ___DefaultValueImpl_1;
MemberInfo_t * ___MemberImpl_2;
char* ___NameImpl_3;
int32_t ___PositionImpl_4;
int32_t ___AttrsImpl_5;
MarshalAsAttribute_t1F5CB9960D7AD6C3305475C98A397BD0B9C64020 * ___marshalAs_6;
};
// Native definition for COM marshalling of System.Reflection.ParameterInfo
struct ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB_marshaled_com
{
Type_t * ___ClassImpl_0;
Il2CppIUnknown* ___DefaultValueImpl_1;
MemberInfo_t * ___MemberImpl_2;
Il2CppChar* ___NameImpl_3;
int32_t ___PositionImpl_4;
int32_t ___AttrsImpl_5;
MarshalAsAttribute_t1F5CB9960D7AD6C3305475C98A397BD0B9C64020 * ___marshalAs_6;
};
// System.SystemException
struct SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 : public Exception_t
{
public:
public:
};
// System.Text.RegularExpressions.Regex
struct Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF : public RuntimeObject
{
public:
// System.String System.Text.RegularExpressions.Regex::pattern
String_t* ___pattern_0;
// System.Text.RegularExpressions.RegexRunnerFactory System.Text.RegularExpressions.Regex::factory
RegexRunnerFactory_t0703F390E2102623B0189DEC095DB182698E404B * ___factory_1;
// System.Text.RegularExpressions.RegexOptions System.Text.RegularExpressions.Regex::roptions
int32_t ___roptions_2;
// System.TimeSpan System.Text.RegularExpressions.Regex::internalMatchTimeout
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___internalMatchTimeout_5;
// System.Collections.Hashtable System.Text.RegularExpressions.Regex::caps
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___caps_8;
// System.Collections.Hashtable System.Text.RegularExpressions.Regex::capnames
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___capnames_9;
// System.String[] System.Text.RegularExpressions.Regex::capslist
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___capslist_10;
// System.Int32 System.Text.RegularExpressions.Regex::capsize
int32_t ___capsize_11;
// System.Text.RegularExpressions.ExclusiveReference System.Text.RegularExpressions.Regex::runnerref
ExclusiveReference_t39E202CDB13A1E6EBA4CE0C7548B192CEB5C64DB * ___runnerref_12;
// System.Text.RegularExpressions.SharedReference System.Text.RegularExpressions.Regex::replref
SharedReference_t225BA5C249F9F1D6C959F151695BDF65EF2C92A5 * ___replref_13;
// System.Text.RegularExpressions.RegexCode System.Text.RegularExpressions.Regex::code
RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA * ___code_14;
// System.Boolean System.Text.RegularExpressions.Regex::refsInitialized
bool ___refsInitialized_15;
public:
inline static int32_t get_offset_of_pattern_0() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF, ___pattern_0)); }
inline String_t* get_pattern_0() const { return ___pattern_0; }
inline String_t** get_address_of_pattern_0() { return &___pattern_0; }
inline void set_pattern_0(String_t* value)
{
___pattern_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___pattern_0), (void*)value);
}
inline static int32_t get_offset_of_factory_1() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF, ___factory_1)); }
inline RegexRunnerFactory_t0703F390E2102623B0189DEC095DB182698E404B * get_factory_1() const { return ___factory_1; }
inline RegexRunnerFactory_t0703F390E2102623B0189DEC095DB182698E404B ** get_address_of_factory_1() { return &___factory_1; }
inline void set_factory_1(RegexRunnerFactory_t0703F390E2102623B0189DEC095DB182698E404B * value)
{
___factory_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___factory_1), (void*)value);
}
inline static int32_t get_offset_of_roptions_2() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF, ___roptions_2)); }
inline int32_t get_roptions_2() const { return ___roptions_2; }
inline int32_t* get_address_of_roptions_2() { return &___roptions_2; }
inline void set_roptions_2(int32_t value)
{
___roptions_2 = value;
}
inline static int32_t get_offset_of_internalMatchTimeout_5() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF, ___internalMatchTimeout_5)); }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_internalMatchTimeout_5() const { return ___internalMatchTimeout_5; }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_internalMatchTimeout_5() { return &___internalMatchTimeout_5; }
inline void set_internalMatchTimeout_5(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
{
___internalMatchTimeout_5 = value;
}
inline static int32_t get_offset_of_caps_8() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF, ___caps_8)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_caps_8() const { return ___caps_8; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_caps_8() { return &___caps_8; }
inline void set_caps_8(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
___caps_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___caps_8), (void*)value);
}
inline static int32_t get_offset_of_capnames_9() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF, ___capnames_9)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_capnames_9() const { return ___capnames_9; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_capnames_9() { return &___capnames_9; }
inline void set_capnames_9(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
___capnames_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___capnames_9), (void*)value);
}
inline static int32_t get_offset_of_capslist_10() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF, ___capslist_10)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_capslist_10() const { return ___capslist_10; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_capslist_10() { return &___capslist_10; }
inline void set_capslist_10(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___capslist_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___capslist_10), (void*)value);
}
inline static int32_t get_offset_of_capsize_11() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF, ___capsize_11)); }
inline int32_t get_capsize_11() const { return ___capsize_11; }
inline int32_t* get_address_of_capsize_11() { return &___capsize_11; }
inline void set_capsize_11(int32_t value)
{
___capsize_11 = value;
}
inline static int32_t get_offset_of_runnerref_12() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF, ___runnerref_12)); }
inline ExclusiveReference_t39E202CDB13A1E6EBA4CE0C7548B192CEB5C64DB * get_runnerref_12() const { return ___runnerref_12; }
inline ExclusiveReference_t39E202CDB13A1E6EBA4CE0C7548B192CEB5C64DB ** get_address_of_runnerref_12() { return &___runnerref_12; }
inline void set_runnerref_12(ExclusiveReference_t39E202CDB13A1E6EBA4CE0C7548B192CEB5C64DB * value)
{
___runnerref_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&___runnerref_12), (void*)value);
}
inline static int32_t get_offset_of_replref_13() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF, ___replref_13)); }
inline SharedReference_t225BA5C249F9F1D6C959F151695BDF65EF2C92A5 * get_replref_13() const { return ___replref_13; }
inline SharedReference_t225BA5C249F9F1D6C959F151695BDF65EF2C92A5 ** get_address_of_replref_13() { return &___replref_13; }
inline void set_replref_13(SharedReference_t225BA5C249F9F1D6C959F151695BDF65EF2C92A5 * value)
{
___replref_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&___replref_13), (void*)value);
}
inline static int32_t get_offset_of_code_14() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF, ___code_14)); }
inline RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA * get_code_14() const { return ___code_14; }
inline RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA ** get_address_of_code_14() { return &___code_14; }
inline void set_code_14(RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA * value)
{
___code_14 = value;
Il2CppCodeGenWriteBarrier((void**)(&___code_14), (void*)value);
}
inline static int32_t get_offset_of_refsInitialized_15() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF, ___refsInitialized_15)); }
inline bool get_refsInitialized_15() const { return ___refsInitialized_15; }
inline bool* get_address_of_refsInitialized_15() { return &___refsInitialized_15; }
inline void set_refsInitialized_15(bool value)
{
___refsInitialized_15 = value;
}
};
struct Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_StaticFields
{
public:
// System.TimeSpan System.Text.RegularExpressions.Regex::MaximumMatchTimeout
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___MaximumMatchTimeout_3;
// System.TimeSpan System.Text.RegularExpressions.Regex::InfiniteMatchTimeout
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___InfiniteMatchTimeout_4;
// System.TimeSpan System.Text.RegularExpressions.Regex::FallbackDefaultMatchTimeout
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___FallbackDefaultMatchTimeout_6;
// System.TimeSpan System.Text.RegularExpressions.Regex::DefaultMatchTimeout
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___DefaultMatchTimeout_7;
// System.Collections.Generic.LinkedList`1<System.Text.RegularExpressions.CachedCodeEntry> System.Text.RegularExpressions.Regex::livecode
LinkedList_1_t44CA4EB2162DC04F96F29C8A68A05D05166137F7 * ___livecode_16;
// System.Int32 System.Text.RegularExpressions.Regex::cacheSize
int32_t ___cacheSize_17;
public:
inline static int32_t get_offset_of_MaximumMatchTimeout_3() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_StaticFields, ___MaximumMatchTimeout_3)); }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_MaximumMatchTimeout_3() const { return ___MaximumMatchTimeout_3; }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_MaximumMatchTimeout_3() { return &___MaximumMatchTimeout_3; }
inline void set_MaximumMatchTimeout_3(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
{
___MaximumMatchTimeout_3 = value;
}
inline static int32_t get_offset_of_InfiniteMatchTimeout_4() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_StaticFields, ___InfiniteMatchTimeout_4)); }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_InfiniteMatchTimeout_4() const { return ___InfiniteMatchTimeout_4; }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_InfiniteMatchTimeout_4() { return &___InfiniteMatchTimeout_4; }
inline void set_InfiniteMatchTimeout_4(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
{
___InfiniteMatchTimeout_4 = value;
}
inline static int32_t get_offset_of_FallbackDefaultMatchTimeout_6() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_StaticFields, ___FallbackDefaultMatchTimeout_6)); }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_FallbackDefaultMatchTimeout_6() const { return ___FallbackDefaultMatchTimeout_6; }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_FallbackDefaultMatchTimeout_6() { return &___FallbackDefaultMatchTimeout_6; }
inline void set_FallbackDefaultMatchTimeout_6(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
{
___FallbackDefaultMatchTimeout_6 = value;
}
inline static int32_t get_offset_of_DefaultMatchTimeout_7() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_StaticFields, ___DefaultMatchTimeout_7)); }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_DefaultMatchTimeout_7() const { return ___DefaultMatchTimeout_7; }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_DefaultMatchTimeout_7() { return &___DefaultMatchTimeout_7; }
inline void set_DefaultMatchTimeout_7(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
{
___DefaultMatchTimeout_7 = value;
}
inline static int32_t get_offset_of_livecode_16() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_StaticFields, ___livecode_16)); }
inline LinkedList_1_t44CA4EB2162DC04F96F29C8A68A05D05166137F7 * get_livecode_16() const { return ___livecode_16; }
inline LinkedList_1_t44CA4EB2162DC04F96F29C8A68A05D05166137F7 ** get_address_of_livecode_16() { return &___livecode_16; }
inline void set_livecode_16(LinkedList_1_t44CA4EB2162DC04F96F29C8A68A05D05166137F7 * value)
{
___livecode_16 = value;
Il2CppCodeGenWriteBarrier((void**)(&___livecode_16), (void*)value);
}
inline static int32_t get_offset_of_cacheSize_17() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_StaticFields, ___cacheSize_17)); }
inline int32_t get_cacheSize_17() const { return ___cacheSize_17; }
inline int32_t* get_address_of_cacheSize_17() { return &___cacheSize_17; }
inline void set_cacheSize_17(int32_t value)
{
___cacheSize_17 = value;
}
};
// System.Type
struct Type_t : public MemberInfo_t
{
public:
// System.RuntimeTypeHandle System.Type::_impl
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D ____impl_9;
public:
inline static int32_t get_offset_of__impl_9() { return static_cast<int32_t>(offsetof(Type_t, ____impl_9)); }
inline RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D get__impl_9() const { return ____impl_9; }
inline RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * get_address_of__impl_9() { return &____impl_9; }
inline void set__impl_9(RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D value)
{
____impl_9 = value;
}
};
struct Type_t_StaticFields
{
public:
// System.Reflection.MemberFilter System.Type::FilterAttribute
MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterAttribute_0;
// System.Reflection.MemberFilter System.Type::FilterName
MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterName_1;
// System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase
MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterNameIgnoreCase_2;
// System.Object System.Type::Missing
RuntimeObject * ___Missing_3;
// System.Char System.Type::Delimiter
Il2CppChar ___Delimiter_4;
// System.Type[] System.Type::EmptyTypes
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___EmptyTypes_5;
// System.Reflection.Binder System.Type::defaultBinder
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * ___defaultBinder_6;
public:
inline static int32_t get_offset_of_FilterAttribute_0() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterAttribute_0)); }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterAttribute_0() const { return ___FilterAttribute_0; }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterAttribute_0() { return &___FilterAttribute_0; }
inline void set_FilterAttribute_0(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value)
{
___FilterAttribute_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___FilterAttribute_0), (void*)value);
}
inline static int32_t get_offset_of_FilterName_1() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterName_1)); }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterName_1() const { return ___FilterName_1; }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterName_1() { return &___FilterName_1; }
inline void set_FilterName_1(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value)
{
___FilterName_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___FilterName_1), (void*)value);
}
inline static int32_t get_offset_of_FilterNameIgnoreCase_2() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_2)); }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterNameIgnoreCase_2() const { return ___FilterNameIgnoreCase_2; }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterNameIgnoreCase_2() { return &___FilterNameIgnoreCase_2; }
inline void set_FilterNameIgnoreCase_2(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value)
{
___FilterNameIgnoreCase_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___FilterNameIgnoreCase_2), (void*)value);
}
inline static int32_t get_offset_of_Missing_3() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___Missing_3)); }
inline RuntimeObject * get_Missing_3() const { return ___Missing_3; }
inline RuntimeObject ** get_address_of_Missing_3() { return &___Missing_3; }
inline void set_Missing_3(RuntimeObject * value)
{
___Missing_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Missing_3), (void*)value);
}
inline static int32_t get_offset_of_Delimiter_4() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___Delimiter_4)); }
inline Il2CppChar get_Delimiter_4() const { return ___Delimiter_4; }
inline Il2CppChar* get_address_of_Delimiter_4() { return &___Delimiter_4; }
inline void set_Delimiter_4(Il2CppChar value)
{
___Delimiter_4 = value;
}
inline static int32_t get_offset_of_EmptyTypes_5() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___EmptyTypes_5)); }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_EmptyTypes_5() const { return ___EmptyTypes_5; }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_EmptyTypes_5() { return &___EmptyTypes_5; }
inline void set_EmptyTypes_5(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value)
{
___EmptyTypes_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___EmptyTypes_5), (void*)value);
}
inline static int32_t get_offset_of_defaultBinder_6() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___defaultBinder_6)); }
inline Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * get_defaultBinder_6() const { return ___defaultBinder_6; }
inline Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 ** get_address_of_defaultBinder_6() { return &___defaultBinder_6; }
inline void set_defaultBinder_6(Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * value)
{
___defaultBinder_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___defaultBinder_6), (void*)value);
}
};
// UnityEngine.Component
struct Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0
{
public:
public:
};
// UnityEngine.GameObject
struct GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0
{
public:
public:
};
// UnityEngine.Material
struct Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0
{
public:
public:
};
// UnityEngine.ScriptableObject
struct ScriptableObject_tAB015486CEAB714DA0D5C1BA389B84FB90427734 : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0
{
public:
public:
};
// Native definition for P/Invoke marshalling of UnityEngine.ScriptableObject
struct ScriptableObject_tAB015486CEAB714DA0D5C1BA389B84FB90427734_marshaled_pinvoke : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_marshaled_pinvoke
{
};
// Native definition for COM marshalling of UnityEngine.ScriptableObject
struct ScriptableObject_tAB015486CEAB714DA0D5C1BA389B84FB90427734_marshaled_com : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_marshaled_com
{
};
// UnityEngine.Shader
struct Shader_tE2731FF351B74AB4186897484FB01E000C1160CA : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0
{
public:
public:
};
// UnityEngine.Texture
struct Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0
{
public:
public:
};
struct Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_StaticFields
{
public:
// System.Int32 UnityEngine.Texture::GenerateAllMips
int32_t ___GenerateAllMips_4;
public:
inline static int32_t get_offset_of_GenerateAllMips_4() { return static_cast<int32_t>(offsetof(Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_StaticFields, ___GenerateAllMips_4)); }
inline int32_t get_GenerateAllMips_4() const { return ___GenerateAllMips_4; }
inline int32_t* get_address_of_GenerateAllMips_4() { return &___GenerateAllMips_4; }
inline void set_GenerateAllMips_4(int32_t value)
{
___GenerateAllMips_4 = value;
}
};
// BuglyAgent_LogCallbackDelegate
struct LogCallbackDelegate_t706B97807EE341E8346EB27B585DBBEDEA922058 : public MulticastDelegate_t
{
public:
public:
};
// DSAnimationCurve
struct DSAnimationCurve_t8AF4B55D16E3382163B6B54B8B35C2F544DD44E6 : public ScriptableObject_tAB015486CEAB714DA0D5C1BA389B84FB90427734
{
public:
// UnityEngine.AnimationCurve DSAnimationCurve::animationCurve
AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C * ___animationCurve_4;
public:
inline static int32_t get_offset_of_animationCurve_4() { return static_cast<int32_t>(offsetof(DSAnimationCurve_t8AF4B55D16E3382163B6B54B8B35C2F544DD44E6, ___animationCurve_4)); }
inline AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C * get_animationCurve_4() const { return ___animationCurve_4; }
inline AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C ** get_address_of_animationCurve_4() { return &___animationCurve_4; }
inline void set_animationCurve_4(AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C * value)
{
___animationCurve_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___animationCurve_4), (void*)value);
}
};
// DelegateFactory_DelegateCreate
struct DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C : public MulticastDelegate_t
{
public:
public:
};
// FairyGUI.Container
struct Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 : public DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB
{
public:
// UnityEngine.RenderMode FairyGUI.Container::renderMode
int32_t ___renderMode_52;
// UnityEngine.Camera FairyGUI.Container::renderCamera
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * ___renderCamera_53;
// System.Boolean FairyGUI.Container::opaque
bool ___opaque_54;
// System.Nullable`1<UnityEngine.Vector4> FairyGUI.Container::clipSoftness
Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533 ___clipSoftness_55;
// FairyGUI.IHitTest FairyGUI.Container::hitArea
RuntimeObject* ___hitArea_56;
// System.Boolean FairyGUI.Container::touchChildren
bool ___touchChildren_57;
// FairyGUI.EventCallback0 FairyGUI.Container::onUpdate
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * ___onUpdate_58;
// System.Boolean FairyGUI.Container::reversedMask
bool ___reversedMask_59;
// System.Collections.Generic.List`1<FairyGUI.DisplayObject> FairyGUI.Container::_children
List_1_t11A30662822286DF8036D0D1993807262B502B70 * ____children_60;
// FairyGUI.DisplayObject FairyGUI.Container::_mask
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * ____mask_61;
// System.Nullable`1<UnityEngine.Rect> FairyGUI.Container::_clipRect
Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 ____clipRect_62;
// System.Boolean FairyGUI.Container::_fBatchingRequested
bool ____fBatchingRequested_63;
// System.Boolean FairyGUI.Container::_fBatchingRoot
bool ____fBatchingRoot_64;
// System.Boolean FairyGUI.Container::_fBatching
bool ____fBatching_65;
// System.Collections.Generic.List`1<FairyGUI.DisplayObject> FairyGUI.Container::_descendants
List_1_t11A30662822286DF8036D0D1993807262B502B70 * ____descendants_66;
// System.Boolean FairyGUI.Container::_isPanel
bool ____isPanel_67;
// System.Int32 FairyGUI.Container::_panelOrder
int32_t ____panelOrder_68;
public:
inline static int32_t get_offset_of_renderMode_52() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ___renderMode_52)); }
inline int32_t get_renderMode_52() const { return ___renderMode_52; }
inline int32_t* get_address_of_renderMode_52() { return &___renderMode_52; }
inline void set_renderMode_52(int32_t value)
{
___renderMode_52 = value;
}
inline static int32_t get_offset_of_renderCamera_53() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ___renderCamera_53)); }
inline Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * get_renderCamera_53() const { return ___renderCamera_53; }
inline Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 ** get_address_of_renderCamera_53() { return &___renderCamera_53; }
inline void set_renderCamera_53(Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * value)
{
___renderCamera_53 = value;
Il2CppCodeGenWriteBarrier((void**)(&___renderCamera_53), (void*)value);
}
inline static int32_t get_offset_of_opaque_54() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ___opaque_54)); }
inline bool get_opaque_54() const { return ___opaque_54; }
inline bool* get_address_of_opaque_54() { return &___opaque_54; }
inline void set_opaque_54(bool value)
{
___opaque_54 = value;
}
inline static int32_t get_offset_of_clipSoftness_55() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ___clipSoftness_55)); }
inline Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533 get_clipSoftness_55() const { return ___clipSoftness_55; }
inline Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533 * get_address_of_clipSoftness_55() { return &___clipSoftness_55; }
inline void set_clipSoftness_55(Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533 value)
{
___clipSoftness_55 = value;
}
inline static int32_t get_offset_of_hitArea_56() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ___hitArea_56)); }
inline RuntimeObject* get_hitArea_56() const { return ___hitArea_56; }
inline RuntimeObject** get_address_of_hitArea_56() { return &___hitArea_56; }
inline void set_hitArea_56(RuntimeObject* value)
{
___hitArea_56 = value;
Il2CppCodeGenWriteBarrier((void**)(&___hitArea_56), (void*)value);
}
inline static int32_t get_offset_of_touchChildren_57() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ___touchChildren_57)); }
inline bool get_touchChildren_57() const { return ___touchChildren_57; }
inline bool* get_address_of_touchChildren_57() { return &___touchChildren_57; }
inline void set_touchChildren_57(bool value)
{
___touchChildren_57 = value;
}
inline static int32_t get_offset_of_onUpdate_58() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ___onUpdate_58)); }
inline EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * get_onUpdate_58() const { return ___onUpdate_58; }
inline EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 ** get_address_of_onUpdate_58() { return &___onUpdate_58; }
inline void set_onUpdate_58(EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * value)
{
___onUpdate_58 = value;
Il2CppCodeGenWriteBarrier((void**)(&___onUpdate_58), (void*)value);
}
inline static int32_t get_offset_of_reversedMask_59() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ___reversedMask_59)); }
inline bool get_reversedMask_59() const { return ___reversedMask_59; }
inline bool* get_address_of_reversedMask_59() { return &___reversedMask_59; }
inline void set_reversedMask_59(bool value)
{
___reversedMask_59 = value;
}
inline static int32_t get_offset_of__children_60() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ____children_60)); }
inline List_1_t11A30662822286DF8036D0D1993807262B502B70 * get__children_60() const { return ____children_60; }
inline List_1_t11A30662822286DF8036D0D1993807262B502B70 ** get_address_of__children_60() { return &____children_60; }
inline void set__children_60(List_1_t11A30662822286DF8036D0D1993807262B502B70 * value)
{
____children_60 = value;
Il2CppCodeGenWriteBarrier((void**)(&____children_60), (void*)value);
}
inline static int32_t get_offset_of__mask_61() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ____mask_61)); }
inline DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * get__mask_61() const { return ____mask_61; }
inline DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB ** get_address_of__mask_61() { return &____mask_61; }
inline void set__mask_61(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * value)
{
____mask_61 = value;
Il2CppCodeGenWriteBarrier((void**)(&____mask_61), (void*)value);
}
inline static int32_t get_offset_of__clipRect_62() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ____clipRect_62)); }
inline Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 get__clipRect_62() const { return ____clipRect_62; }
inline Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 * get_address_of__clipRect_62() { return &____clipRect_62; }
inline void set__clipRect_62(Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 value)
{
____clipRect_62 = value;
}
inline static int32_t get_offset_of__fBatchingRequested_63() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ____fBatchingRequested_63)); }
inline bool get__fBatchingRequested_63() const { return ____fBatchingRequested_63; }
inline bool* get_address_of__fBatchingRequested_63() { return &____fBatchingRequested_63; }
inline void set__fBatchingRequested_63(bool value)
{
____fBatchingRequested_63 = value;
}
inline static int32_t get_offset_of__fBatchingRoot_64() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ____fBatchingRoot_64)); }
inline bool get__fBatchingRoot_64() const { return ____fBatchingRoot_64; }
inline bool* get_address_of__fBatchingRoot_64() { return &____fBatchingRoot_64; }
inline void set__fBatchingRoot_64(bool value)
{
____fBatchingRoot_64 = value;
}
inline static int32_t get_offset_of__fBatching_65() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ____fBatching_65)); }
inline bool get__fBatching_65() const { return ____fBatching_65; }
inline bool* get_address_of__fBatching_65() { return &____fBatching_65; }
inline void set__fBatching_65(bool value)
{
____fBatching_65 = value;
}
inline static int32_t get_offset_of__descendants_66() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ____descendants_66)); }
inline List_1_t11A30662822286DF8036D0D1993807262B502B70 * get__descendants_66() const { return ____descendants_66; }
inline List_1_t11A30662822286DF8036D0D1993807262B502B70 ** get_address_of__descendants_66() { return &____descendants_66; }
inline void set__descendants_66(List_1_t11A30662822286DF8036D0D1993807262B502B70 * value)
{
____descendants_66 = value;
Il2CppCodeGenWriteBarrier((void**)(&____descendants_66), (void*)value);
}
inline static int32_t get_offset_of__isPanel_67() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ____isPanel_67)); }
inline bool get__isPanel_67() const { return ____isPanel_67; }
inline bool* get_address_of__isPanel_67() { return &____isPanel_67; }
inline void set__isPanel_67(bool value)
{
____isPanel_67 = value;
}
inline static int32_t get_offset_of__panelOrder_68() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ____panelOrder_68)); }
inline int32_t get__panelOrder_68() const { return ____panelOrder_68; }
inline int32_t* get_address_of__panelOrder_68() { return &____panelOrder_68; }
inline void set__panelOrder_68(int32_t value)
{
____panelOrder_68 = value;
}
};
// FairyGUI.EventCallback0
struct EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 : public MulticastDelegate_t
{
public:
public:
};
// FairyGUI.EventCallback1
struct EventCallback1_t389063B912FE306493324D5033356213EEA650A7 : public MulticastDelegate_t
{
public:
public:
};
// FairyGUI.GComponent
struct GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC : public GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB
{
public:
// FairyGUI.Container FairyGUI.GComponent::<rootContainer>k__BackingField
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * ___U3CrootContainerU3Ek__BackingField_74;
// FairyGUI.Container FairyGUI.GComponent::<container>k__BackingField
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * ___U3CcontainerU3Ek__BackingField_75;
// FairyGUI.ScrollPane FairyGUI.GComponent::<scrollPane>k__BackingField
ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * ___U3CscrollPaneU3Ek__BackingField_76;
// System.Collections.Generic.List`1<FairyGUI.GObject> FairyGUI.GComponent::_children
List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * ____children_77;
// System.Collections.Generic.List`1<FairyGUI.Controller> FairyGUI.GComponent::_controllers
List_1_t13DFAE6BDF4EF5F16EC38F9C85F20A15083A0376 * ____controllers_78;
// System.Collections.Generic.List`1<FairyGUI.Transition> FairyGUI.GComponent::_transitions
List_1_t930D0D8B2BC68ADAA960592391B6A35A8AE5E281 * ____transitions_79;
// System.Boolean FairyGUI.GComponent::_buildingDisplayList
bool ____buildingDisplayList_80;
// FairyGUI.Margin FairyGUI.GComponent::_margin
Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E ____margin_81;
// System.Boolean FairyGUI.GComponent::_trackBounds
bool ____trackBounds_82;
// System.Boolean FairyGUI.GComponent::_boundsChanged
bool ____boundsChanged_83;
// FairyGUI.ChildrenRenderOrder FairyGUI.GComponent::_childrenRenderOrder
int32_t ____childrenRenderOrder_84;
// System.Int32 FairyGUI.GComponent::_apexIndex
int32_t ____apexIndex_85;
// UnityEngine.Vector2 FairyGUI.GComponent::_alignOffset
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ____alignOffset_86;
// UnityEngine.Vector2 FairyGUI.GComponent::_clipSoftness
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ____clipSoftness_87;
// System.Int32 FairyGUI.GComponent::_sortingChildCount
int32_t ____sortingChildCount_88;
// FairyGUI.EventCallback0 FairyGUI.GComponent::_buildDelegate
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * ____buildDelegate_89;
// FairyGUI.Controller FairyGUI.GComponent::_applyingController
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * ____applyingController_90;
// FairyGUI.EventListener FairyGUI.GComponent::_onDrop
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onDrop_91;
// LuaInterface.LuaTable FairyGUI.GComponent::_peerTable
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ____peerTable_92;
public:
inline static int32_t get_offset_of_U3CrootContainerU3Ek__BackingField_74() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ___U3CrootContainerU3Ek__BackingField_74)); }
inline Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * get_U3CrootContainerU3Ek__BackingField_74() const { return ___U3CrootContainerU3Ek__BackingField_74; }
inline Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 ** get_address_of_U3CrootContainerU3Ek__BackingField_74() { return &___U3CrootContainerU3Ek__BackingField_74; }
inline void set_U3CrootContainerU3Ek__BackingField_74(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * value)
{
___U3CrootContainerU3Ek__BackingField_74 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CrootContainerU3Ek__BackingField_74), (void*)value);
}
inline static int32_t get_offset_of_U3CcontainerU3Ek__BackingField_75() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ___U3CcontainerU3Ek__BackingField_75)); }
inline Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * get_U3CcontainerU3Ek__BackingField_75() const { return ___U3CcontainerU3Ek__BackingField_75; }
inline Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 ** get_address_of_U3CcontainerU3Ek__BackingField_75() { return &___U3CcontainerU3Ek__BackingField_75; }
inline void set_U3CcontainerU3Ek__BackingField_75(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * value)
{
___U3CcontainerU3Ek__BackingField_75 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CcontainerU3Ek__BackingField_75), (void*)value);
}
inline static int32_t get_offset_of_U3CscrollPaneU3Ek__BackingField_76() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ___U3CscrollPaneU3Ek__BackingField_76)); }
inline ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * get_U3CscrollPaneU3Ek__BackingField_76() const { return ___U3CscrollPaneU3Ek__BackingField_76; }
inline ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE ** get_address_of_U3CscrollPaneU3Ek__BackingField_76() { return &___U3CscrollPaneU3Ek__BackingField_76; }
inline void set_U3CscrollPaneU3Ek__BackingField_76(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * value)
{
___U3CscrollPaneU3Ek__BackingField_76 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CscrollPaneU3Ek__BackingField_76), (void*)value);
}
inline static int32_t get_offset_of__children_77() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____children_77)); }
inline List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * get__children_77() const { return ____children_77; }
inline List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 ** get_address_of__children_77() { return &____children_77; }
inline void set__children_77(List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * value)
{
____children_77 = value;
Il2CppCodeGenWriteBarrier((void**)(&____children_77), (void*)value);
}
inline static int32_t get_offset_of__controllers_78() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____controllers_78)); }
inline List_1_t13DFAE6BDF4EF5F16EC38F9C85F20A15083A0376 * get__controllers_78() const { return ____controllers_78; }
inline List_1_t13DFAE6BDF4EF5F16EC38F9C85F20A15083A0376 ** get_address_of__controllers_78() { return &____controllers_78; }
inline void set__controllers_78(List_1_t13DFAE6BDF4EF5F16EC38F9C85F20A15083A0376 * value)
{
____controllers_78 = value;
Il2CppCodeGenWriteBarrier((void**)(&____controllers_78), (void*)value);
}
inline static int32_t get_offset_of__transitions_79() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____transitions_79)); }
inline List_1_t930D0D8B2BC68ADAA960592391B6A35A8AE5E281 * get__transitions_79() const { return ____transitions_79; }
inline List_1_t930D0D8B2BC68ADAA960592391B6A35A8AE5E281 ** get_address_of__transitions_79() { return &____transitions_79; }
inline void set__transitions_79(List_1_t930D0D8B2BC68ADAA960592391B6A35A8AE5E281 * value)
{
____transitions_79 = value;
Il2CppCodeGenWriteBarrier((void**)(&____transitions_79), (void*)value);
}
inline static int32_t get_offset_of__buildingDisplayList_80() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____buildingDisplayList_80)); }
inline bool get__buildingDisplayList_80() const { return ____buildingDisplayList_80; }
inline bool* get_address_of__buildingDisplayList_80() { return &____buildingDisplayList_80; }
inline void set__buildingDisplayList_80(bool value)
{
____buildingDisplayList_80 = value;
}
inline static int32_t get_offset_of__margin_81() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____margin_81)); }
inline Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E get__margin_81() const { return ____margin_81; }
inline Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E * get_address_of__margin_81() { return &____margin_81; }
inline void set__margin_81(Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E value)
{
____margin_81 = value;
}
inline static int32_t get_offset_of__trackBounds_82() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____trackBounds_82)); }
inline bool get__trackBounds_82() const { return ____trackBounds_82; }
inline bool* get_address_of__trackBounds_82() { return &____trackBounds_82; }
inline void set__trackBounds_82(bool value)
{
____trackBounds_82 = value;
}
inline static int32_t get_offset_of__boundsChanged_83() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____boundsChanged_83)); }
inline bool get__boundsChanged_83() const { return ____boundsChanged_83; }
inline bool* get_address_of__boundsChanged_83() { return &____boundsChanged_83; }
inline void set__boundsChanged_83(bool value)
{
____boundsChanged_83 = value;
}
inline static int32_t get_offset_of__childrenRenderOrder_84() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____childrenRenderOrder_84)); }
inline int32_t get__childrenRenderOrder_84() const { return ____childrenRenderOrder_84; }
inline int32_t* get_address_of__childrenRenderOrder_84() { return &____childrenRenderOrder_84; }
inline void set__childrenRenderOrder_84(int32_t value)
{
____childrenRenderOrder_84 = value;
}
inline static int32_t get_offset_of__apexIndex_85() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____apexIndex_85)); }
inline int32_t get__apexIndex_85() const { return ____apexIndex_85; }
inline int32_t* get_address_of__apexIndex_85() { return &____apexIndex_85; }
inline void set__apexIndex_85(int32_t value)
{
____apexIndex_85 = value;
}
inline static int32_t get_offset_of__alignOffset_86() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____alignOffset_86)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get__alignOffset_86() const { return ____alignOffset_86; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of__alignOffset_86() { return &____alignOffset_86; }
inline void set__alignOffset_86(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
____alignOffset_86 = value;
}
inline static int32_t get_offset_of__clipSoftness_87() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____clipSoftness_87)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get__clipSoftness_87() const { return ____clipSoftness_87; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of__clipSoftness_87() { return &____clipSoftness_87; }
inline void set__clipSoftness_87(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
____clipSoftness_87 = value;
}
inline static int32_t get_offset_of__sortingChildCount_88() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____sortingChildCount_88)); }
inline int32_t get__sortingChildCount_88() const { return ____sortingChildCount_88; }
inline int32_t* get_address_of__sortingChildCount_88() { return &____sortingChildCount_88; }
inline void set__sortingChildCount_88(int32_t value)
{
____sortingChildCount_88 = value;
}
inline static int32_t get_offset_of__buildDelegate_89() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____buildDelegate_89)); }
inline EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * get__buildDelegate_89() const { return ____buildDelegate_89; }
inline EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 ** get_address_of__buildDelegate_89() { return &____buildDelegate_89; }
inline void set__buildDelegate_89(EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * value)
{
____buildDelegate_89 = value;
Il2CppCodeGenWriteBarrier((void**)(&____buildDelegate_89), (void*)value);
}
inline static int32_t get_offset_of__applyingController_90() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____applyingController_90)); }
inline Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * get__applyingController_90() const { return ____applyingController_90; }
inline Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 ** get_address_of__applyingController_90() { return &____applyingController_90; }
inline void set__applyingController_90(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * value)
{
____applyingController_90 = value;
Il2CppCodeGenWriteBarrier((void**)(&____applyingController_90), (void*)value);
}
inline static int32_t get_offset_of__onDrop_91() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____onDrop_91)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onDrop_91() const { return ____onDrop_91; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onDrop_91() { return &____onDrop_91; }
inline void set__onDrop_91(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onDrop_91 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onDrop_91), (void*)value);
}
inline static int32_t get_offset_of__peerTable_92() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____peerTable_92)); }
inline LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * get__peerTable_92() const { return ____peerTable_92; }
inline LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 ** get_address_of__peerTable_92() { return &____peerTable_92; }
inline void set__peerTable_92(LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * value)
{
____peerTable_92 = value;
Il2CppCodeGenWriteBarrier((void**)(&____peerTable_92), (void*)value);
}
};
// FairyGUI.GLoader
struct GLoader_t79DB886430214FA5031328823142509230E0E4A8 : public GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB
{
public:
// System.Boolean FairyGUI.GLoader::showErrorSign
bool ___showErrorSign_74;
// System.String FairyGUI.GLoader::_url
String_t* ____url_75;
// FairyGUI.AlignType FairyGUI.GLoader::_align
int32_t ____align_76;
// FairyGUI.VertAlignType FairyGUI.GLoader::_verticalAlign
int32_t ____verticalAlign_77;
// System.Boolean FairyGUI.GLoader::_autoSize
bool ____autoSize_78;
// FairyGUI.FillType FairyGUI.GLoader::_fill
int32_t ____fill_79;
// System.Boolean FairyGUI.GLoader::_shrinkOnly
bool ____shrinkOnly_80;
// System.Boolean FairyGUI.GLoader::_updatingLayout
bool ____updatingLayout_81;
// FairyGUI.PackageItem FairyGUI.GLoader::_contentItem
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * ____contentItem_82;
// System.Single FairyGUI.GLoader::_contentWidth
float ____contentWidth_83;
// System.Single FairyGUI.GLoader::_contentHeight
float ____contentHeight_84;
// System.Single FairyGUI.GLoader::_contentSourceWidth
float ____contentSourceWidth_85;
// System.Single FairyGUI.GLoader::_contentSourceHeight
float ____contentSourceHeight_86;
// FairyGUI.MovieClip FairyGUI.GLoader::_content
MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547 * ____content_87;
// FairyGUI.GObject FairyGUI.GLoader::_errorSign
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ____errorSign_88;
// FairyGUI.GComponent FairyGUI.GLoader::_content2
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * ____content2_89;
public:
inline static int32_t get_offset_of_showErrorSign_74() { return static_cast<int32_t>(offsetof(GLoader_t79DB886430214FA5031328823142509230E0E4A8, ___showErrorSign_74)); }
inline bool get_showErrorSign_74() const { return ___showErrorSign_74; }
inline bool* get_address_of_showErrorSign_74() { return &___showErrorSign_74; }
inline void set_showErrorSign_74(bool value)
{
___showErrorSign_74 = value;
}
inline static int32_t get_offset_of__url_75() { return static_cast<int32_t>(offsetof(GLoader_t79DB886430214FA5031328823142509230E0E4A8, ____url_75)); }
inline String_t* get__url_75() const { return ____url_75; }
inline String_t** get_address_of__url_75() { return &____url_75; }
inline void set__url_75(String_t* value)
{
____url_75 = value;
Il2CppCodeGenWriteBarrier((void**)(&____url_75), (void*)value);
}
inline static int32_t get_offset_of__align_76() { return static_cast<int32_t>(offsetof(GLoader_t79DB886430214FA5031328823142509230E0E4A8, ____align_76)); }
inline int32_t get__align_76() const { return ____align_76; }
inline int32_t* get_address_of__align_76() { return &____align_76; }
inline void set__align_76(int32_t value)
{
____align_76 = value;
}
inline static int32_t get_offset_of__verticalAlign_77() { return static_cast<int32_t>(offsetof(GLoader_t79DB886430214FA5031328823142509230E0E4A8, ____verticalAlign_77)); }
inline int32_t get__verticalAlign_77() const { return ____verticalAlign_77; }
inline int32_t* get_address_of__verticalAlign_77() { return &____verticalAlign_77; }
inline void set__verticalAlign_77(int32_t value)
{
____verticalAlign_77 = value;
}
inline static int32_t get_offset_of__autoSize_78() { return static_cast<int32_t>(offsetof(GLoader_t79DB886430214FA5031328823142509230E0E4A8, ____autoSize_78)); }
inline bool get__autoSize_78() const { return ____autoSize_78; }
inline bool* get_address_of__autoSize_78() { return &____autoSize_78; }
inline void set__autoSize_78(bool value)
{
____autoSize_78 = value;
}
inline static int32_t get_offset_of__fill_79() { return static_cast<int32_t>(offsetof(GLoader_t79DB886430214FA5031328823142509230E0E4A8, ____fill_79)); }
inline int32_t get__fill_79() const { return ____fill_79; }
inline int32_t* get_address_of__fill_79() { return &____fill_79; }
inline void set__fill_79(int32_t value)
{
____fill_79 = value;
}
inline static int32_t get_offset_of__shrinkOnly_80() { return static_cast<int32_t>(offsetof(GLoader_t79DB886430214FA5031328823142509230E0E4A8, ____shrinkOnly_80)); }
inline bool get__shrinkOnly_80() const { return ____shrinkOnly_80; }
inline bool* get_address_of__shrinkOnly_80() { return &____shrinkOnly_80; }
inline void set__shrinkOnly_80(bool value)
{
____shrinkOnly_80 = value;
}
inline static int32_t get_offset_of__updatingLayout_81() { return static_cast<int32_t>(offsetof(GLoader_t79DB886430214FA5031328823142509230E0E4A8, ____updatingLayout_81)); }
inline bool get__updatingLayout_81() const { return ____updatingLayout_81; }
inline bool* get_address_of__updatingLayout_81() { return &____updatingLayout_81; }
inline void set__updatingLayout_81(bool value)
{
____updatingLayout_81 = value;
}
inline static int32_t get_offset_of__contentItem_82() { return static_cast<int32_t>(offsetof(GLoader_t79DB886430214FA5031328823142509230E0E4A8, ____contentItem_82)); }
inline PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * get__contentItem_82() const { return ____contentItem_82; }
inline PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 ** get_address_of__contentItem_82() { return &____contentItem_82; }
inline void set__contentItem_82(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * value)
{
____contentItem_82 = value;
Il2CppCodeGenWriteBarrier((void**)(&____contentItem_82), (void*)value);
}
inline static int32_t get_offset_of__contentWidth_83() { return static_cast<int32_t>(offsetof(GLoader_t79DB886430214FA5031328823142509230E0E4A8, ____contentWidth_83)); }
inline float get__contentWidth_83() const { return ____contentWidth_83; }
inline float* get_address_of__contentWidth_83() { return &____contentWidth_83; }
inline void set__contentWidth_83(float value)
{
____contentWidth_83 = value;
}
inline static int32_t get_offset_of__contentHeight_84() { return static_cast<int32_t>(offsetof(GLoader_t79DB886430214FA5031328823142509230E0E4A8, ____contentHeight_84)); }
inline float get__contentHeight_84() const { return ____contentHeight_84; }
inline float* get_address_of__contentHeight_84() { return &____contentHeight_84; }
inline void set__contentHeight_84(float value)
{
____contentHeight_84 = value;
}
inline static int32_t get_offset_of__contentSourceWidth_85() { return static_cast<int32_t>(offsetof(GLoader_t79DB886430214FA5031328823142509230E0E4A8, ____contentSourceWidth_85)); }
inline float get__contentSourceWidth_85() const { return ____contentSourceWidth_85; }
inline float* get_address_of__contentSourceWidth_85() { return &____contentSourceWidth_85; }
inline void set__contentSourceWidth_85(float value)
{
____contentSourceWidth_85 = value;
}
inline static int32_t get_offset_of__contentSourceHeight_86() { return static_cast<int32_t>(offsetof(GLoader_t79DB886430214FA5031328823142509230E0E4A8, ____contentSourceHeight_86)); }
inline float get__contentSourceHeight_86() const { return ____contentSourceHeight_86; }
inline float* get_address_of__contentSourceHeight_86() { return &____contentSourceHeight_86; }
inline void set__contentSourceHeight_86(float value)
{
____contentSourceHeight_86 = value;
}
inline static int32_t get_offset_of__content_87() { return static_cast<int32_t>(offsetof(GLoader_t79DB886430214FA5031328823142509230E0E4A8, ____content_87)); }
inline MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547 * get__content_87() const { return ____content_87; }
inline MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547 ** get_address_of__content_87() { return &____content_87; }
inline void set__content_87(MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547 * value)
{
____content_87 = value;
Il2CppCodeGenWriteBarrier((void**)(&____content_87), (void*)value);
}
inline static int32_t get_offset_of__errorSign_88() { return static_cast<int32_t>(offsetof(GLoader_t79DB886430214FA5031328823142509230E0E4A8, ____errorSign_88)); }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get__errorSign_88() const { return ____errorSign_88; }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of__errorSign_88() { return &____errorSign_88; }
inline void set__errorSign_88(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
{
____errorSign_88 = value;
Il2CppCodeGenWriteBarrier((void**)(&____errorSign_88), (void*)value);
}
inline static int32_t get_offset_of__content2_89() { return static_cast<int32_t>(offsetof(GLoader_t79DB886430214FA5031328823142509230E0E4A8, ____content2_89)); }
inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * get__content2_89() const { return ____content2_89; }
inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC ** get_address_of__content2_89() { return &____content2_89; }
inline void set__content2_89(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * value)
{
____content2_89 = value;
Il2CppCodeGenWriteBarrier((void**)(&____content2_89), (void*)value);
}
};
// FairyGUI.GObjectPool_InitCallbackDelegate
struct InitCallbackDelegate_t30542A5822368C4E3235B2C5926368BE049E3D57 : public MulticastDelegate_t
{
public:
public:
};
// FairyGUI.GTweenCallback
struct GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F : public MulticastDelegate_t
{
public:
public:
};
// FairyGUI.GTweenCallback1
struct GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D : public MulticastDelegate_t
{
public:
public:
};
// FairyGUI.ListItemProvider
struct ListItemProvider_t991E76E1FDF2295A04534B93D2B4140BB04F5CC1 : public MulticastDelegate_t
{
public:
public:
};
// FairyGUI.ListItemRenderer
struct ListItemRenderer_tE434B7D9A5C8D0DF8F4330224E40302B94FFF9B9 : public MulticastDelegate_t
{
public:
public:
};
// FairyGUI.PlayCompleteCallback
struct PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 : public MulticastDelegate_t
{
public:
public:
};
// FairyGUI.TimerCallback
struct TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 : public MulticastDelegate_t
{
public:
public:
};
// FairyGUI.TransitionHook
struct TransitionHook_t762DB3B93E54E764E4C982AAE1B818FF608FF585 : public MulticastDelegate_t
{
public:
public:
};
// FairyGUI.UIConfig_SoundLoader
struct SoundLoader_t0B067A273E4C6A141A0F508625349B69731893E2 : public MulticastDelegate_t
{
public:
public:
};
// FairyGUI.UIObjectFactory_GComponentCreator
struct GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28 : public MulticastDelegate_t
{
public:
public:
};
// FairyGUI.UIObjectFactory_GLoaderCreator
struct GLoaderCreator_t66E0D773C41A0612C3832E4208F9734CD43D24C1 : public MulticastDelegate_t
{
public:
public:
};
// FairyGUI.UIPackage_CreateObjectCallback
struct CreateObjectCallback_t11E5A8E573CF4BEC5DE80CCE2C2D0E9FB4BE07E4 : public MulticastDelegate_t
{
public:
public:
};
// LuaInterface.LuaCSFunction
struct LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE : public MulticastDelegate_t
{
public:
public:
};
// System.Action
struct Action_t591D2A86165F896B4B800BB5C25CE18672A55579 : public MulticastDelegate_t
{
public:
public:
};
// System.Action`1<System.Boolean>
struct Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD : public MulticastDelegate_t
{
public:
public:
};
// System.Action`1<System.Int32>
struct Action_1_t9B7C5376025AEF32439C13FB3BA4BFF8F0F0477B : public MulticastDelegate_t
{
public:
public:
};
// System.Action`1<System.String>
struct Action_1_t32A9EECF5D4397CC1B9A7C7079870875411B06D0 : public MulticastDelegate_t
{
public:
public:
};
// System.Action`1<UnityEngine.AsyncOperation>
struct Action_1_tCBF754C290FAE894631BED8FD56E9E22C4C187F9 : public MulticastDelegate_t
{
public:
public:
};
// System.Action`2<System.IntPtr,FairyGUI.EventCallback0>
struct Action_2_tB5B397CF9CB864F6A11340D9E1221149EFC951B9 : public MulticastDelegate_t
{
public:
public:
};
// System.Action`2<System.IntPtr,FairyGUI.EventCallback1>
struct Action_2_tE798E560D6B46B3189A16CBB0D8BB44C92F8CC38 : public MulticastDelegate_t
{
public:
public:
};
// System.Action`2<System.IntPtr,FairyGUI.GObjectPool_InitCallbackDelegate>
struct Action_2_t2E3557901301BAA3D248217DBB593D7439D623BA : public MulticastDelegate_t
{
public:
public:
};
// System.Action`2<System.IntPtr,FairyGUI.GTweenCallback1>
struct Action_2_tEBF213297A8425E325FC524A4F593CD662977D60 : public MulticastDelegate_t
{
public:
public:
};
// System.Action`2<System.IntPtr,FairyGUI.GTweenCallback>
struct Action_2_t9AA8501EDF1C6F64A5AC5CF606916E8183147E5C : public MulticastDelegate_t
{
public:
public:
};
// System.Action`2<System.IntPtr,FairyGUI.ListItemProvider>
struct Action_2_tFDBABB67B96E4722C378D5CC5E5850EBF58C2DFA : public MulticastDelegate_t
{
public:
public:
};
// System.Action`2<System.IntPtr,FairyGUI.ListItemRenderer>
struct Action_2_tFEA7CC28432581502548AC81B2954526B8D033BF : public MulticastDelegate_t
{
public:
public:
};
// System.Action`2<System.IntPtr,FairyGUI.PlayCompleteCallback>
struct Action_2_t1DABD3DAA653BE25A8A0DEA95BBE55772D2A0CAD : public MulticastDelegate_t
{
public:
public:
};
// System.Action`2<System.IntPtr,FairyGUI.TimerCallback>
struct Action_2_t6C2A0D4CFD885DF0B1C0F4E28DD2409FF8D51E27 : public MulticastDelegate_t
{
public:
public:
};
// System.Action`2<System.IntPtr,FairyGUI.TransitionHook>
struct Action_2_t6E51EA346F5684A8EB8572A5141CD6EE5B9A3630 : public MulticastDelegate_t
{
public:
public:
};
// System.Action`2<System.IntPtr,FairyGUI.UIConfig_SoundLoader>
struct Action_2_t3D11022DEB2C3FC29D9CA038DE9E2A270EFD1115 : public MulticastDelegate_t
{
public:
public:
};
// System.Action`2<System.IntPtr,FairyGUI.UIObjectFactory_GComponentCreator>
struct Action_2_t84ECA6C105A28E6A161FC7A1CFA020209E956D39 : public MulticastDelegate_t
{
public:
public:
};
// System.Action`2<System.IntPtr,FairyGUI.UIObjectFactory_GLoaderCreator>
struct Action_2_tF336F5E9184C7133A1BAAEBD9C645B89ABCF7D8B : public MulticastDelegate_t
{
public:
public:
};
// System.Action`2<System.IntPtr,FairyGUI.UIPackage_CreateObjectCallback>
struct Action_2_t0362A90ECA6F81B9CC9C0A27481CCD1736D74815 : public MulticastDelegate_t
{
public:
public:
};
// System.Action`2<System.IntPtr,System.Action>
struct Action_2_t8BA960C87A6EA92FE09D7A278C905A9CA65E0644 : public MulticastDelegate_t
{
public:
public:
};
// System.Action`2<System.IntPtr,System.Action`1<System.Boolean>>
struct Action_2_tABB45180FAFA0A42C95D2CC70B91ED99A890BEE0 : public MulticastDelegate_t
{
public:
public:
};
// System.Action`2<System.IntPtr,System.Action`1<System.Int32>>
struct Action_2_t85C1D00DB6A5FDDCC7819A6EBC6C815B6A7C5FE4 : public MulticastDelegate_t
{
public:
public:
};
// System.Action`2<System.IntPtr,System.Action`1<System.String>>
struct Action_2_t427BC8CA6771EEF423D4787EDBB96230EB358952 : public MulticastDelegate_t
{
public:
public:
};
// System.Action`2<System.IntPtr,System.Action`1<UnityEngine.AsyncOperation>>
struct Action_2_t59D4338B409A3246D7A816A2D442019E7BC6CC86 : public MulticastDelegate_t
{
public:
public:
};
// System.Action`2<System.IntPtr,System.Action`2<System.String,System.Action>>
struct Action_2_t1833ACCDBF4649CA0476CEB6A6D58C42C85974AD : public MulticastDelegate_t
{
public:
public:
};
// System.Action`2<System.IntPtr,System.Comparison`1<System.Int32>>
struct Action_2_t91F4930EFA228C7C023A8DB5A56BE2FE2495AC7C : public MulticastDelegate_t
{
public:
public:
};
// System.Action`2<System.IntPtr,System.Func`1<System.Boolean>>
struct Action_2_t0D3F479DB9121CBDC370E5283A7A88499769E5E3 : public MulticastDelegate_t
{
public:
public:
};
// System.Action`2<System.IntPtr,System.Func`2<System.Int32,System.Int32>>
struct Action_2_t2A270A3C54A197D19A8B6ACFE308EB9D11FE624B : public MulticastDelegate_t
{
public:
public:
};
// System.Action`2<System.IntPtr,System.Predicate`1<System.Int32>>
struct Action_2_t797B3CE48C1D009DC9915A146CB1EEA7A55ABFAD : public MulticastDelegate_t
{
public:
public:
};
// System.Action`2<System.IntPtr,UnityEngine.Application_AdvertisingIdentifierCallback>
struct Action_2_t735A4505D19621B57B23229E353FED1CB1CF69EC : public MulticastDelegate_t
{
public:
public:
};
// System.Action`2<System.IntPtr,UnityEngine.Application_LogCallback>
struct Action_2_tADFD7619F6E77FD7A2A68D59FE478FA0BCE4B9C6 : public MulticastDelegate_t
{
public:
public:
};
// System.Action`2<System.IntPtr,UnityEngine.Application_LowMemoryCallback>
struct Action_2_tC01F37E791A57C189E8C82A0FD6517B91C69C86D : public MulticastDelegate_t
{
public:
public:
};
// System.Action`2<System.IntPtr,UnityEngine.AudioClip_PCMReaderCallback>
struct Action_2_t08DEF86172C7E70193B6907205DFA184D9A664F4 : public MulticastDelegate_t
{
public:
public:
};
// System.Action`2<System.IntPtr,UnityEngine.AudioClip_PCMSetPositionCallback>
struct Action_2_t3606921CF49249D1587F8B8131DF6324D1E4DB89 : public MulticastDelegate_t
{
public:
public:
};
// System.Action`2<System.IntPtr,UnityEngine.Camera_CameraCallback>
struct Action_2_t4DDD4357C383F990F9CE25457CD437938D85134E : public MulticastDelegate_t
{
public:
public:
};
// System.Action`2<System.IntPtr,UnityEngine.Events.UnityAction>
struct Action_2_t1B6F459E12B8D7F24971392E4F1665F9AF94F727 : public MulticastDelegate_t
{
public:
public:
};
// System.Action`2<System.String,System.Action>
struct Action_2_t21B1554176CA268836EE910CDDF9F6F768C03F23 : public MulticastDelegate_t
{
public:
public:
};
// System.AsyncCallback
struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 : public MulticastDelegate_t
{
public:
public:
};
// System.Comparison`1<System.Int32>
struct Comparison_1_t95809882384ACB4AEB9589D76F665E1BA5C3CBEA : public MulticastDelegate_t
{
public:
public:
};
// System.Func`1<System.Boolean>
struct Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 : public MulticastDelegate_t
{
public:
public:
};
// System.Func`1<System.Collections.Generic.Dictionary`2<System.String,System.String>>
struct Func_1_t396E6A649BC5AF2B6E09527C2AF3B34D8CA087BB : public MulticastDelegate_t
{
public:
public:
};
// System.Func`2<System.Int32,System.Int32>
struct Func_2_t190ADA4450373DF99141EFC879B039206E4E05F0 : public MulticastDelegate_t
{
public:
public:
};
// System.Func`3<System.IntPtr,System.Int32,System.Boolean>
struct Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E : public MulticastDelegate_t
{
public:
public:
};
// System.NotSupportedException
struct NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
// System.Predicate`1<System.Int32>
struct Predicate_1_t2E795623C97B4C5B38406E9201D0720C5C15895F : public MulticastDelegate_t
{
public:
public:
};
// System.UnhandledExceptionEventHandler
struct UnhandledExceptionEventHandler_tB0DFF05ABF7A3A234C87D4F7A71F98E9AB2D91DE : public MulticastDelegate_t
{
public:
public:
};
// UnityEngine.Application_AdvertisingIdentifierCallback
struct AdvertisingIdentifierCallback_t2AB6D339DAC1CDF632D6FC041C378577EB516F3E : public MulticastDelegate_t
{
public:
public:
};
// UnityEngine.Application_LogCallback
struct LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 : public MulticastDelegate_t
{
public:
public:
};
// UnityEngine.Application_LowMemoryCallback
struct LowMemoryCallback_t3862486677D10CD16ECDA703CFB75039A4B3AE00 : public MulticastDelegate_t
{
public:
public:
};
// UnityEngine.AudioClip_PCMReaderCallback
struct PCMReaderCallback_t9B87AB13DCD37957B045554BF28A57697E6B8EFB : public MulticastDelegate_t
{
public:
public:
};
// UnityEngine.AudioClip_PCMSetPositionCallback
struct PCMSetPositionCallback_t092ED33043C0279B5E4D343EBCBD516CEF260801 : public MulticastDelegate_t
{
public:
public:
};
// UnityEngine.Behaviour
struct Behaviour_tBDC7E9C3C898AD8348891B82D3E345801D920CA8 : public Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621
{
public:
public:
};
// UnityEngine.Camera_CameraCallback
struct CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 : public MulticastDelegate_t
{
public:
public:
};
// UnityEngine.Collider
struct Collider_t0FEEB36760860AD21B3B1F0509C365B393EC4BDF : public Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621
{
public:
public:
};
// UnityEngine.Events.UnityAction
struct UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 : public MulticastDelegate_t
{
public:
public:
};
// UnityEngine.RenderTexture
struct RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 : public Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4
{
public:
public:
};
// UnityEngine.Transform
struct Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA : public Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621
{
public:
public:
};
// FairyGUI.GList
struct GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 : public GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC
{
public:
// System.String FairyGUI.GList::defaultItem
String_t* ___defaultItem_93;
// System.Boolean FairyGUI.GList::foldInvisibleItems
bool ___foldInvisibleItems_94;
// FairyGUI.ListSelectionMode FairyGUI.GList::selectionMode
int32_t ___selectionMode_95;
// FairyGUI.ListItemRenderer FairyGUI.GList::itemRenderer
ListItemRenderer_tE434B7D9A5C8D0DF8F4330224E40302B94FFF9B9 * ___itemRenderer_96;
// FairyGUI.ListItemProvider FairyGUI.GList::itemProvider
ListItemProvider_t991E76E1FDF2295A04534B93D2B4140BB04F5CC1 * ___itemProvider_97;
// System.Boolean FairyGUI.GList::scrollItemToViewOnClick
bool ___scrollItemToViewOnClick_98;
// FairyGUI.ListLayoutType FairyGUI.GList::_layout
int32_t ____layout_99;
// System.Int32 FairyGUI.GList::_lineCount
int32_t ____lineCount_100;
// System.Int32 FairyGUI.GList::_columnCount
int32_t ____columnCount_101;
// System.Int32 FairyGUI.GList::_lineGap
int32_t ____lineGap_102;
// System.Int32 FairyGUI.GList::_columnGap
int32_t ____columnGap_103;
// FairyGUI.AlignType FairyGUI.GList::_align
int32_t ____align_104;
// FairyGUI.VertAlignType FairyGUI.GList::_verticalAlign
int32_t ____verticalAlign_105;
// System.Boolean FairyGUI.GList::_autoResizeItem
bool ____autoResizeItem_106;
// FairyGUI.Controller FairyGUI.GList::_selectionController
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * ____selectionController_107;
// FairyGUI.GObjectPool FairyGUI.GList::_pool
GObjectPool_t679A95F94538DC866986686E81321C6F406BEF17 * ____pool_108;
// System.Int32 FairyGUI.GList::_lastSelectedIndex
int32_t ____lastSelectedIndex_109;
// FairyGUI.EventListener FairyGUI.GList::_onClickItem
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onClickItem_110;
// FairyGUI.EventListener FairyGUI.GList::_onRightClickItem
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onRightClickItem_111;
// System.Boolean FairyGUI.GList::_virtual
bool ____virtual_112;
// System.Boolean FairyGUI.GList::_loop
bool ____loop_113;
// System.Int32 FairyGUI.GList::_numItems
int32_t ____numItems_114;
// System.Int32 FairyGUI.GList::_realNumItems
int32_t ____realNumItems_115;
// System.Int32 FairyGUI.GList::_firstIndex
int32_t ____firstIndex_116;
// System.Int32 FairyGUI.GList::_curLineItemCount
int32_t ____curLineItemCount_117;
// System.Int32 FairyGUI.GList::_curLineItemCount2
int32_t ____curLineItemCount2_118;
// UnityEngine.Vector2 FairyGUI.GList::_itemSize
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ____itemSize_119;
// System.Int32 FairyGUI.GList::_virtualListChanged
int32_t ____virtualListChanged_120;
// System.Boolean FairyGUI.GList::_eventLocked
bool ____eventLocked_121;
// System.UInt32 FairyGUI.GList::itemInfoVer
uint32_t ___itemInfoVer_122;
// System.Collections.Generic.List`1<FairyGUI.GList_ItemInfo> FairyGUI.GList::_virtualItems
List_1_t98DE0BB2EC2FFCD3EC2B30B19569ED8986627991 * ____virtualItems_123;
// FairyGUI.EventCallback1 FairyGUI.GList::_itemClickDelegate
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * ____itemClickDelegate_124;
public:
inline static int32_t get_offset_of_defaultItem_93() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ___defaultItem_93)); }
inline String_t* get_defaultItem_93() const { return ___defaultItem_93; }
inline String_t** get_address_of_defaultItem_93() { return &___defaultItem_93; }
inline void set_defaultItem_93(String_t* value)
{
___defaultItem_93 = value;
Il2CppCodeGenWriteBarrier((void**)(&___defaultItem_93), (void*)value);
}
inline static int32_t get_offset_of_foldInvisibleItems_94() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ___foldInvisibleItems_94)); }
inline bool get_foldInvisibleItems_94() const { return ___foldInvisibleItems_94; }
inline bool* get_address_of_foldInvisibleItems_94() { return &___foldInvisibleItems_94; }
inline void set_foldInvisibleItems_94(bool value)
{
___foldInvisibleItems_94 = value;
}
inline static int32_t get_offset_of_selectionMode_95() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ___selectionMode_95)); }
inline int32_t get_selectionMode_95() const { return ___selectionMode_95; }
inline int32_t* get_address_of_selectionMode_95() { return &___selectionMode_95; }
inline void set_selectionMode_95(int32_t value)
{
___selectionMode_95 = value;
}
inline static int32_t get_offset_of_itemRenderer_96() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ___itemRenderer_96)); }
inline ListItemRenderer_tE434B7D9A5C8D0DF8F4330224E40302B94FFF9B9 * get_itemRenderer_96() const { return ___itemRenderer_96; }
inline ListItemRenderer_tE434B7D9A5C8D0DF8F4330224E40302B94FFF9B9 ** get_address_of_itemRenderer_96() { return &___itemRenderer_96; }
inline void set_itemRenderer_96(ListItemRenderer_tE434B7D9A5C8D0DF8F4330224E40302B94FFF9B9 * value)
{
___itemRenderer_96 = value;
Il2CppCodeGenWriteBarrier((void**)(&___itemRenderer_96), (void*)value);
}
inline static int32_t get_offset_of_itemProvider_97() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ___itemProvider_97)); }
inline ListItemProvider_t991E76E1FDF2295A04534B93D2B4140BB04F5CC1 * get_itemProvider_97() const { return ___itemProvider_97; }
inline ListItemProvider_t991E76E1FDF2295A04534B93D2B4140BB04F5CC1 ** get_address_of_itemProvider_97() { return &___itemProvider_97; }
inline void set_itemProvider_97(ListItemProvider_t991E76E1FDF2295A04534B93D2B4140BB04F5CC1 * value)
{
___itemProvider_97 = value;
Il2CppCodeGenWriteBarrier((void**)(&___itemProvider_97), (void*)value);
}
inline static int32_t get_offset_of_scrollItemToViewOnClick_98() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ___scrollItemToViewOnClick_98)); }
inline bool get_scrollItemToViewOnClick_98() const { return ___scrollItemToViewOnClick_98; }
inline bool* get_address_of_scrollItemToViewOnClick_98() { return &___scrollItemToViewOnClick_98; }
inline void set_scrollItemToViewOnClick_98(bool value)
{
___scrollItemToViewOnClick_98 = value;
}
inline static int32_t get_offset_of__layout_99() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____layout_99)); }
inline int32_t get__layout_99() const { return ____layout_99; }
inline int32_t* get_address_of__layout_99() { return &____layout_99; }
inline void set__layout_99(int32_t value)
{
____layout_99 = value;
}
inline static int32_t get_offset_of__lineCount_100() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____lineCount_100)); }
inline int32_t get__lineCount_100() const { return ____lineCount_100; }
inline int32_t* get_address_of__lineCount_100() { return &____lineCount_100; }
inline void set__lineCount_100(int32_t value)
{
____lineCount_100 = value;
}
inline static int32_t get_offset_of__columnCount_101() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____columnCount_101)); }
inline int32_t get__columnCount_101() const { return ____columnCount_101; }
inline int32_t* get_address_of__columnCount_101() { return &____columnCount_101; }
inline void set__columnCount_101(int32_t value)
{
____columnCount_101 = value;
}
inline static int32_t get_offset_of__lineGap_102() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____lineGap_102)); }
inline int32_t get__lineGap_102() const { return ____lineGap_102; }
inline int32_t* get_address_of__lineGap_102() { return &____lineGap_102; }
inline void set__lineGap_102(int32_t value)
{
____lineGap_102 = value;
}
inline static int32_t get_offset_of__columnGap_103() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____columnGap_103)); }
inline int32_t get__columnGap_103() const { return ____columnGap_103; }
inline int32_t* get_address_of__columnGap_103() { return &____columnGap_103; }
inline void set__columnGap_103(int32_t value)
{
____columnGap_103 = value;
}
inline static int32_t get_offset_of__align_104() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____align_104)); }
inline int32_t get__align_104() const { return ____align_104; }
inline int32_t* get_address_of__align_104() { return &____align_104; }
inline void set__align_104(int32_t value)
{
____align_104 = value;
}
inline static int32_t get_offset_of__verticalAlign_105() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____verticalAlign_105)); }
inline int32_t get__verticalAlign_105() const { return ____verticalAlign_105; }
inline int32_t* get_address_of__verticalAlign_105() { return &____verticalAlign_105; }
inline void set__verticalAlign_105(int32_t value)
{
____verticalAlign_105 = value;
}
inline static int32_t get_offset_of__autoResizeItem_106() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____autoResizeItem_106)); }
inline bool get__autoResizeItem_106() const { return ____autoResizeItem_106; }
inline bool* get_address_of__autoResizeItem_106() { return &____autoResizeItem_106; }
inline void set__autoResizeItem_106(bool value)
{
____autoResizeItem_106 = value;
}
inline static int32_t get_offset_of__selectionController_107() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____selectionController_107)); }
inline Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * get__selectionController_107() const { return ____selectionController_107; }
inline Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 ** get_address_of__selectionController_107() { return &____selectionController_107; }
inline void set__selectionController_107(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * value)
{
____selectionController_107 = value;
Il2CppCodeGenWriteBarrier((void**)(&____selectionController_107), (void*)value);
}
inline static int32_t get_offset_of__pool_108() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____pool_108)); }
inline GObjectPool_t679A95F94538DC866986686E81321C6F406BEF17 * get__pool_108() const { return ____pool_108; }
inline GObjectPool_t679A95F94538DC866986686E81321C6F406BEF17 ** get_address_of__pool_108() { return &____pool_108; }
inline void set__pool_108(GObjectPool_t679A95F94538DC866986686E81321C6F406BEF17 * value)
{
____pool_108 = value;
Il2CppCodeGenWriteBarrier((void**)(&____pool_108), (void*)value);
}
inline static int32_t get_offset_of__lastSelectedIndex_109() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____lastSelectedIndex_109)); }
inline int32_t get__lastSelectedIndex_109() const { return ____lastSelectedIndex_109; }
inline int32_t* get_address_of__lastSelectedIndex_109() { return &____lastSelectedIndex_109; }
inline void set__lastSelectedIndex_109(int32_t value)
{
____lastSelectedIndex_109 = value;
}
inline static int32_t get_offset_of__onClickItem_110() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____onClickItem_110)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onClickItem_110() const { return ____onClickItem_110; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onClickItem_110() { return &____onClickItem_110; }
inline void set__onClickItem_110(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onClickItem_110 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onClickItem_110), (void*)value);
}
inline static int32_t get_offset_of__onRightClickItem_111() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____onRightClickItem_111)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onRightClickItem_111() const { return ____onRightClickItem_111; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onRightClickItem_111() { return &____onRightClickItem_111; }
inline void set__onRightClickItem_111(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onRightClickItem_111 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onRightClickItem_111), (void*)value);
}
inline static int32_t get_offset_of__virtual_112() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____virtual_112)); }
inline bool get__virtual_112() const { return ____virtual_112; }
inline bool* get_address_of__virtual_112() { return &____virtual_112; }
inline void set__virtual_112(bool value)
{
____virtual_112 = value;
}
inline static int32_t get_offset_of__loop_113() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____loop_113)); }
inline bool get__loop_113() const { return ____loop_113; }
inline bool* get_address_of__loop_113() { return &____loop_113; }
inline void set__loop_113(bool value)
{
____loop_113 = value;
}
inline static int32_t get_offset_of__numItems_114() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____numItems_114)); }
inline int32_t get__numItems_114() const { return ____numItems_114; }
inline int32_t* get_address_of__numItems_114() { return &____numItems_114; }
inline void set__numItems_114(int32_t value)
{
____numItems_114 = value;
}
inline static int32_t get_offset_of__realNumItems_115() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____realNumItems_115)); }
inline int32_t get__realNumItems_115() const { return ____realNumItems_115; }
inline int32_t* get_address_of__realNumItems_115() { return &____realNumItems_115; }
inline void set__realNumItems_115(int32_t value)
{
____realNumItems_115 = value;
}
inline static int32_t get_offset_of__firstIndex_116() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____firstIndex_116)); }
inline int32_t get__firstIndex_116() const { return ____firstIndex_116; }
inline int32_t* get_address_of__firstIndex_116() { return &____firstIndex_116; }
inline void set__firstIndex_116(int32_t value)
{
____firstIndex_116 = value;
}
inline static int32_t get_offset_of__curLineItemCount_117() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____curLineItemCount_117)); }
inline int32_t get__curLineItemCount_117() const { return ____curLineItemCount_117; }
inline int32_t* get_address_of__curLineItemCount_117() { return &____curLineItemCount_117; }
inline void set__curLineItemCount_117(int32_t value)
{
____curLineItemCount_117 = value;
}
inline static int32_t get_offset_of__curLineItemCount2_118() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____curLineItemCount2_118)); }
inline int32_t get__curLineItemCount2_118() const { return ____curLineItemCount2_118; }
inline int32_t* get_address_of__curLineItemCount2_118() { return &____curLineItemCount2_118; }
inline void set__curLineItemCount2_118(int32_t value)
{
____curLineItemCount2_118 = value;
}
inline static int32_t get_offset_of__itemSize_119() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____itemSize_119)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get__itemSize_119() const { return ____itemSize_119; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of__itemSize_119() { return &____itemSize_119; }
inline void set__itemSize_119(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
____itemSize_119 = value;
}
inline static int32_t get_offset_of__virtualListChanged_120() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____virtualListChanged_120)); }
inline int32_t get__virtualListChanged_120() const { return ____virtualListChanged_120; }
inline int32_t* get_address_of__virtualListChanged_120() { return &____virtualListChanged_120; }
inline void set__virtualListChanged_120(int32_t value)
{
____virtualListChanged_120 = value;
}
inline static int32_t get_offset_of__eventLocked_121() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____eventLocked_121)); }
inline bool get__eventLocked_121() const { return ____eventLocked_121; }
inline bool* get_address_of__eventLocked_121() { return &____eventLocked_121; }
inline void set__eventLocked_121(bool value)
{
____eventLocked_121 = value;
}
inline static int32_t get_offset_of_itemInfoVer_122() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ___itemInfoVer_122)); }
inline uint32_t get_itemInfoVer_122() const { return ___itemInfoVer_122; }
inline uint32_t* get_address_of_itemInfoVer_122() { return &___itemInfoVer_122; }
inline void set_itemInfoVer_122(uint32_t value)
{
___itemInfoVer_122 = value;
}
inline static int32_t get_offset_of__virtualItems_123() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____virtualItems_123)); }
inline List_1_t98DE0BB2EC2FFCD3EC2B30B19569ED8986627991 * get__virtualItems_123() const { return ____virtualItems_123; }
inline List_1_t98DE0BB2EC2FFCD3EC2B30B19569ED8986627991 ** get_address_of__virtualItems_123() { return &____virtualItems_123; }
inline void set__virtualItems_123(List_1_t98DE0BB2EC2FFCD3EC2B30B19569ED8986627991 * value)
{
____virtualItems_123 = value;
Il2CppCodeGenWriteBarrier((void**)(&____virtualItems_123), (void*)value);
}
inline static int32_t get_offset_of__itemClickDelegate_124() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____itemClickDelegate_124)); }
inline EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * get__itemClickDelegate_124() const { return ____itemClickDelegate_124; }
inline EventCallback1_t389063B912FE306493324D5033356213EEA650A7 ** get_address_of__itemClickDelegate_124() { return &____itemClickDelegate_124; }
inline void set__itemClickDelegate_124(EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * value)
{
____itemClickDelegate_124 = value;
Il2CppCodeGenWriteBarrier((void**)(&____itemClickDelegate_124), (void*)value);
}
};
// UnityEngine.BoxCollider
struct BoxCollider_t2DF257BBBFCABE0B9D78B21D238298D1942BFBAA : public Collider_t0FEEB36760860AD21B3B1F0509C365B393EC4BDF
{
public:
public:
};
// UnityEngine.Camera
struct Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 : public Behaviour_tBDC7E9C3C898AD8348891B82D3E345801D920CA8
{
public:
public:
};
struct Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_StaticFields
{
public:
// UnityEngine.Camera_CameraCallback UnityEngine.Camera::onPreCull
CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * ___onPreCull_4;
// UnityEngine.Camera_CameraCallback UnityEngine.Camera::onPreRender
CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * ___onPreRender_5;
// UnityEngine.Camera_CameraCallback UnityEngine.Camera::onPostRender
CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * ___onPostRender_6;
public:
inline static int32_t get_offset_of_onPreCull_4() { return static_cast<int32_t>(offsetof(Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_StaticFields, ___onPreCull_4)); }
inline CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * get_onPreCull_4() const { return ___onPreCull_4; }
inline CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 ** get_address_of_onPreCull_4() { return &___onPreCull_4; }
inline void set_onPreCull_4(CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * value)
{
___onPreCull_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___onPreCull_4), (void*)value);
}
inline static int32_t get_offset_of_onPreRender_5() { return static_cast<int32_t>(offsetof(Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_StaticFields, ___onPreRender_5)); }
inline CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * get_onPreRender_5() const { return ___onPreRender_5; }
inline CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 ** get_address_of_onPreRender_5() { return &___onPreRender_5; }
inline void set_onPreRender_5(CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * value)
{
___onPreRender_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___onPreRender_5), (void*)value);
}
inline static int32_t get_offset_of_onPostRender_6() { return static_cast<int32_t>(offsetof(Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_StaticFields, ___onPostRender_6)); }
inline CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * get_onPostRender_6() const { return ___onPostRender_6; }
inline CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 ** get_address_of_onPostRender_6() { return &___onPostRender_6; }
inline void set_onPostRender_6(CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * value)
{
___onPostRender_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___onPostRender_6), (void*)value);
}
};
// UnityEngine.MonoBehaviour
struct MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429 : public Behaviour_tBDC7E9C3C898AD8348891B82D3E345801D920CA8
{
public:
public:
};
// BuglyInit
struct BuglyInit_t18059DB75D172791A3A2C7CC84F5987F3282DCFA : public MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429
{
public:
public:
};
// FairyGUI.CaptureCamera
struct CaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815 : public MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429
{
public:
// UnityEngine.Transform FairyGUI.CaptureCamera::cachedTransform
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___cachedTransform_4;
// UnityEngine.Camera FairyGUI.CaptureCamera::cachedCamera
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * ___cachedCamera_5;
public:
inline static int32_t get_offset_of_cachedTransform_4() { return static_cast<int32_t>(offsetof(CaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815, ___cachedTransform_4)); }
inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * get_cachedTransform_4() const { return ___cachedTransform_4; }
inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA ** get_address_of_cachedTransform_4() { return &___cachedTransform_4; }
inline void set_cachedTransform_4(Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * value)
{
___cachedTransform_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___cachedTransform_4), (void*)value);
}
inline static int32_t get_offset_of_cachedCamera_5() { return static_cast<int32_t>(offsetof(CaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815, ___cachedCamera_5)); }
inline Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * get_cachedCamera_5() const { return ___cachedCamera_5; }
inline Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 ** get_address_of_cachedCamera_5() { return &___cachedCamera_5; }
inline void set_cachedCamera_5(Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * value)
{
___cachedCamera_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___cachedCamera_5), (void*)value);
}
};
struct CaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815_StaticFields
{
public:
// FairyGUI.CaptureCamera FairyGUI.CaptureCamera::_main
CaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815 * ____main_6;
// System.Int32 FairyGUI.CaptureCamera::_layer
int32_t ____layer_7;
// System.Int32 FairyGUI.CaptureCamera::_hiddenLayer
int32_t ____hiddenLayer_8;
public:
inline static int32_t get_offset_of__main_6() { return static_cast<int32_t>(offsetof(CaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815_StaticFields, ____main_6)); }
inline CaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815 * get__main_6() const { return ____main_6; }
inline CaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815 ** get_address_of__main_6() { return &____main_6; }
inline void set__main_6(CaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815 * value)
{
____main_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&____main_6), (void*)value);
}
inline static int32_t get_offset_of__layer_7() { return static_cast<int32_t>(offsetof(CaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815_StaticFields, ____layer_7)); }
inline int32_t get__layer_7() const { return ____layer_7; }
inline int32_t* get_address_of__layer_7() { return &____layer_7; }
inline void set__layer_7(int32_t value)
{
____layer_7 = value;
}
inline static int32_t get_offset_of__hiddenLayer_8() { return static_cast<int32_t>(offsetof(CaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815_StaticFields, ____hiddenLayer_8)); }
inline int32_t get__hiddenLayer_8() const { return ____hiddenLayer_8; }
inline int32_t* get_address_of__hiddenLayer_8() { return &____hiddenLayer_8; }
inline void set__hiddenLayer_8(int32_t value)
{
____hiddenLayer_8 = value;
}
};
// FairyGUI.UIConfig
struct UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A : public MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429
{
public:
// System.Collections.Generic.List`1<FairyGUI.UIConfig_ConfigValue> FairyGUI.UIConfig::Items
List_1_t74B6A4CA646AC394724678D53711955E95B67FB2 * ___Items_34;
// System.Collections.Generic.List`1<System.String> FairyGUI.UIConfig::PreloadPackages
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ___PreloadPackages_35;
public:
inline static int32_t get_offset_of_Items_34() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A, ___Items_34)); }
inline List_1_t74B6A4CA646AC394724678D53711955E95B67FB2 * get_Items_34() const { return ___Items_34; }
inline List_1_t74B6A4CA646AC394724678D53711955E95B67FB2 ** get_address_of_Items_34() { return &___Items_34; }
inline void set_Items_34(List_1_t74B6A4CA646AC394724678D53711955E95B67FB2 * value)
{
___Items_34 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Items_34), (void*)value);
}
inline static int32_t get_offset_of_PreloadPackages_35() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A, ___PreloadPackages_35)); }
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * get_PreloadPackages_35() const { return ___PreloadPackages_35; }
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 ** get_address_of_PreloadPackages_35() { return &___PreloadPackages_35; }
inline void set_PreloadPackages_35(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * value)
{
___PreloadPackages_35 = value;
Il2CppCodeGenWriteBarrier((void**)(&___PreloadPackages_35), (void*)value);
}
};
struct UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields
{
public:
// System.String FairyGUI.UIConfig::defaultFont
String_t* ___defaultFont_4;
// System.Boolean FairyGUI.UIConfig::renderingTextBrighterOnDesktop
bool ___renderingTextBrighterOnDesktop_5;
// System.String FairyGUI.UIConfig::windowModalWaiting
String_t* ___windowModalWaiting_6;
// System.String FairyGUI.UIConfig::globalModalWaiting
String_t* ___globalModalWaiting_7;
// UnityEngine.Color FairyGUI.UIConfig::modalLayerColor
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___modalLayerColor_8;
// FairyGUI.NAudioClip FairyGUI.UIConfig::buttonSound
NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * ___buttonSound_9;
// System.Single FairyGUI.UIConfig::buttonSoundVolumeScale
float ___buttonSoundVolumeScale_10;
// System.String FairyGUI.UIConfig::horizontalScrollBar
String_t* ___horizontalScrollBar_11;
// System.String FairyGUI.UIConfig::verticalScrollBar
String_t* ___verticalScrollBar_12;
// System.Single FairyGUI.UIConfig::defaultScrollStep
float ___defaultScrollStep_13;
// System.Single FairyGUI.UIConfig::defaultScrollDecelerationRate
float ___defaultScrollDecelerationRate_14;
// FairyGUI.ScrollBarDisplayType FairyGUI.UIConfig::defaultScrollBarDisplay
int32_t ___defaultScrollBarDisplay_15;
// System.Boolean FairyGUI.UIConfig::defaultScrollTouchEffect
bool ___defaultScrollTouchEffect_16;
// System.Boolean FairyGUI.UIConfig::defaultScrollBounceEffect
bool ___defaultScrollBounceEffect_17;
// System.String FairyGUI.UIConfig::popupMenu
String_t* ___popupMenu_18;
// System.String FairyGUI.UIConfig::popupMenu_seperator
String_t* ___popupMenu_seperator_19;
// System.String FairyGUI.UIConfig::loaderErrorSign
String_t* ___loaderErrorSign_20;
// System.String FairyGUI.UIConfig::tooltipsWin
String_t* ___tooltipsWin_21;
// System.Int32 FairyGUI.UIConfig::defaultComboBoxVisibleItemCount
int32_t ___defaultComboBoxVisibleItemCount_22;
// System.Int32 FairyGUI.UIConfig::touchScrollSensitivity
int32_t ___touchScrollSensitivity_23;
// System.Int32 FairyGUI.UIConfig::touchDragSensitivity
int32_t ___touchDragSensitivity_24;
// System.Int32 FairyGUI.UIConfig::clickDragSensitivity
int32_t ___clickDragSensitivity_25;
// System.Boolean FairyGUI.UIConfig::allowSoftnessOnTopOrLeftSide
bool ___allowSoftnessOnTopOrLeftSide_26;
// System.Boolean FairyGUI.UIConfig::bringWindowToFrontOnClick
bool ___bringWindowToFrontOnClick_27;
// System.Int32 FairyGUI.UIConfig::inputCaretSize
int32_t ___inputCaretSize_28;
// UnityEngine.Color FairyGUI.UIConfig::inputHighlightColor
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___inputHighlightColor_29;
// System.Single FairyGUI.UIConfig::frameTimeForAsyncUIConstruction
float ___frameTimeForAsyncUIConstruction_30;
// System.Boolean FairyGUI.UIConfig::depthSupportForPaintingMode
bool ___depthSupportForPaintingMode_31;
// System.Boolean FairyGUI.UIConfig::enhancedTextOutlineEffect
bool ___enhancedTextOutlineEffect_32;
// FairyGUI.VertAlignType FairyGUI.UIConfig::richTextRowVerticalAlign
int32_t ___richTextRowVerticalAlign_33;
// FairyGUI.UIConfig_SoundLoader FairyGUI.UIConfig::soundLoader
SoundLoader_t0B067A273E4C6A141A0F508625349B69731893E2 * ___soundLoader_36;
public:
inline static int32_t get_offset_of_defaultFont_4() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___defaultFont_4)); }
inline String_t* get_defaultFont_4() const { return ___defaultFont_4; }
inline String_t** get_address_of_defaultFont_4() { return &___defaultFont_4; }
inline void set_defaultFont_4(String_t* value)
{
___defaultFont_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___defaultFont_4), (void*)value);
}
inline static int32_t get_offset_of_renderingTextBrighterOnDesktop_5() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___renderingTextBrighterOnDesktop_5)); }
inline bool get_renderingTextBrighterOnDesktop_5() const { return ___renderingTextBrighterOnDesktop_5; }
inline bool* get_address_of_renderingTextBrighterOnDesktop_5() { return &___renderingTextBrighterOnDesktop_5; }
inline void set_renderingTextBrighterOnDesktop_5(bool value)
{
___renderingTextBrighterOnDesktop_5 = value;
}
inline static int32_t get_offset_of_windowModalWaiting_6() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___windowModalWaiting_6)); }
inline String_t* get_windowModalWaiting_6() const { return ___windowModalWaiting_6; }
inline String_t** get_address_of_windowModalWaiting_6() { return &___windowModalWaiting_6; }
inline void set_windowModalWaiting_6(String_t* value)
{
___windowModalWaiting_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___windowModalWaiting_6), (void*)value);
}
inline static int32_t get_offset_of_globalModalWaiting_7() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___globalModalWaiting_7)); }
inline String_t* get_globalModalWaiting_7() const { return ___globalModalWaiting_7; }
inline String_t** get_address_of_globalModalWaiting_7() { return &___globalModalWaiting_7; }
inline void set_globalModalWaiting_7(String_t* value)
{
___globalModalWaiting_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___globalModalWaiting_7), (void*)value);
}
inline static int32_t get_offset_of_modalLayerColor_8() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___modalLayerColor_8)); }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get_modalLayerColor_8() const { return ___modalLayerColor_8; }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of_modalLayerColor_8() { return &___modalLayerColor_8; }
inline void set_modalLayerColor_8(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value)
{
___modalLayerColor_8 = value;
}
inline static int32_t get_offset_of_buttonSound_9() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___buttonSound_9)); }
inline NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * get_buttonSound_9() const { return ___buttonSound_9; }
inline NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 ** get_address_of_buttonSound_9() { return &___buttonSound_9; }
inline void set_buttonSound_9(NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * value)
{
___buttonSound_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___buttonSound_9), (void*)value);
}
inline static int32_t get_offset_of_buttonSoundVolumeScale_10() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___buttonSoundVolumeScale_10)); }
inline float get_buttonSoundVolumeScale_10() const { return ___buttonSoundVolumeScale_10; }
inline float* get_address_of_buttonSoundVolumeScale_10() { return &___buttonSoundVolumeScale_10; }
inline void set_buttonSoundVolumeScale_10(float value)
{
___buttonSoundVolumeScale_10 = value;
}
inline static int32_t get_offset_of_horizontalScrollBar_11() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___horizontalScrollBar_11)); }
inline String_t* get_horizontalScrollBar_11() const { return ___horizontalScrollBar_11; }
inline String_t** get_address_of_horizontalScrollBar_11() { return &___horizontalScrollBar_11; }
inline void set_horizontalScrollBar_11(String_t* value)
{
___horizontalScrollBar_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___horizontalScrollBar_11), (void*)value);
}
inline static int32_t get_offset_of_verticalScrollBar_12() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___verticalScrollBar_12)); }
inline String_t* get_verticalScrollBar_12() const { return ___verticalScrollBar_12; }
inline String_t** get_address_of_verticalScrollBar_12() { return &___verticalScrollBar_12; }
inline void set_verticalScrollBar_12(String_t* value)
{
___verticalScrollBar_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&___verticalScrollBar_12), (void*)value);
}
inline static int32_t get_offset_of_defaultScrollStep_13() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___defaultScrollStep_13)); }
inline float get_defaultScrollStep_13() const { return ___defaultScrollStep_13; }
inline float* get_address_of_defaultScrollStep_13() { return &___defaultScrollStep_13; }
inline void set_defaultScrollStep_13(float value)
{
___defaultScrollStep_13 = value;
}
inline static int32_t get_offset_of_defaultScrollDecelerationRate_14() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___defaultScrollDecelerationRate_14)); }
inline float get_defaultScrollDecelerationRate_14() const { return ___defaultScrollDecelerationRate_14; }
inline float* get_address_of_defaultScrollDecelerationRate_14() { return &___defaultScrollDecelerationRate_14; }
inline void set_defaultScrollDecelerationRate_14(float value)
{
___defaultScrollDecelerationRate_14 = value;
}
inline static int32_t get_offset_of_defaultScrollBarDisplay_15() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___defaultScrollBarDisplay_15)); }
inline int32_t get_defaultScrollBarDisplay_15() const { return ___defaultScrollBarDisplay_15; }
inline int32_t* get_address_of_defaultScrollBarDisplay_15() { return &___defaultScrollBarDisplay_15; }
inline void set_defaultScrollBarDisplay_15(int32_t value)
{
___defaultScrollBarDisplay_15 = value;
}
inline static int32_t get_offset_of_defaultScrollTouchEffect_16() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___defaultScrollTouchEffect_16)); }
inline bool get_defaultScrollTouchEffect_16() const { return ___defaultScrollTouchEffect_16; }
inline bool* get_address_of_defaultScrollTouchEffect_16() { return &___defaultScrollTouchEffect_16; }
inline void set_defaultScrollTouchEffect_16(bool value)
{
___defaultScrollTouchEffect_16 = value;
}
inline static int32_t get_offset_of_defaultScrollBounceEffect_17() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___defaultScrollBounceEffect_17)); }
inline bool get_defaultScrollBounceEffect_17() const { return ___defaultScrollBounceEffect_17; }
inline bool* get_address_of_defaultScrollBounceEffect_17() { return &___defaultScrollBounceEffect_17; }
inline void set_defaultScrollBounceEffect_17(bool value)
{
___defaultScrollBounceEffect_17 = value;
}
inline static int32_t get_offset_of_popupMenu_18() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___popupMenu_18)); }
inline String_t* get_popupMenu_18() const { return ___popupMenu_18; }
inline String_t** get_address_of_popupMenu_18() { return &___popupMenu_18; }
inline void set_popupMenu_18(String_t* value)
{
___popupMenu_18 = value;
Il2CppCodeGenWriteBarrier((void**)(&___popupMenu_18), (void*)value);
}
inline static int32_t get_offset_of_popupMenu_seperator_19() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___popupMenu_seperator_19)); }
inline String_t* get_popupMenu_seperator_19() const { return ___popupMenu_seperator_19; }
inline String_t** get_address_of_popupMenu_seperator_19() { return &___popupMenu_seperator_19; }
inline void set_popupMenu_seperator_19(String_t* value)
{
___popupMenu_seperator_19 = value;
Il2CppCodeGenWriteBarrier((void**)(&___popupMenu_seperator_19), (void*)value);
}
inline static int32_t get_offset_of_loaderErrorSign_20() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___loaderErrorSign_20)); }
inline String_t* get_loaderErrorSign_20() const { return ___loaderErrorSign_20; }
inline String_t** get_address_of_loaderErrorSign_20() { return &___loaderErrorSign_20; }
inline void set_loaderErrorSign_20(String_t* value)
{
___loaderErrorSign_20 = value;
Il2CppCodeGenWriteBarrier((void**)(&___loaderErrorSign_20), (void*)value);
}
inline static int32_t get_offset_of_tooltipsWin_21() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___tooltipsWin_21)); }
inline String_t* get_tooltipsWin_21() const { return ___tooltipsWin_21; }
inline String_t** get_address_of_tooltipsWin_21() { return &___tooltipsWin_21; }
inline void set_tooltipsWin_21(String_t* value)
{
___tooltipsWin_21 = value;
Il2CppCodeGenWriteBarrier((void**)(&___tooltipsWin_21), (void*)value);
}
inline static int32_t get_offset_of_defaultComboBoxVisibleItemCount_22() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___defaultComboBoxVisibleItemCount_22)); }
inline int32_t get_defaultComboBoxVisibleItemCount_22() const { return ___defaultComboBoxVisibleItemCount_22; }
inline int32_t* get_address_of_defaultComboBoxVisibleItemCount_22() { return &___defaultComboBoxVisibleItemCount_22; }
inline void set_defaultComboBoxVisibleItemCount_22(int32_t value)
{
___defaultComboBoxVisibleItemCount_22 = value;
}
inline static int32_t get_offset_of_touchScrollSensitivity_23() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___touchScrollSensitivity_23)); }
inline int32_t get_touchScrollSensitivity_23() const { return ___touchScrollSensitivity_23; }
inline int32_t* get_address_of_touchScrollSensitivity_23() { return &___touchScrollSensitivity_23; }
inline void set_touchScrollSensitivity_23(int32_t value)
{
___touchScrollSensitivity_23 = value;
}
inline static int32_t get_offset_of_touchDragSensitivity_24() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___touchDragSensitivity_24)); }
inline int32_t get_touchDragSensitivity_24() const { return ___touchDragSensitivity_24; }
inline int32_t* get_address_of_touchDragSensitivity_24() { return &___touchDragSensitivity_24; }
inline void set_touchDragSensitivity_24(int32_t value)
{
___touchDragSensitivity_24 = value;
}
inline static int32_t get_offset_of_clickDragSensitivity_25() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___clickDragSensitivity_25)); }
inline int32_t get_clickDragSensitivity_25() const { return ___clickDragSensitivity_25; }
inline int32_t* get_address_of_clickDragSensitivity_25() { return &___clickDragSensitivity_25; }
inline void set_clickDragSensitivity_25(int32_t value)
{
___clickDragSensitivity_25 = value;
}
inline static int32_t get_offset_of_allowSoftnessOnTopOrLeftSide_26() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___allowSoftnessOnTopOrLeftSide_26)); }
inline bool get_allowSoftnessOnTopOrLeftSide_26() const { return ___allowSoftnessOnTopOrLeftSide_26; }
inline bool* get_address_of_allowSoftnessOnTopOrLeftSide_26() { return &___allowSoftnessOnTopOrLeftSide_26; }
inline void set_allowSoftnessOnTopOrLeftSide_26(bool value)
{
___allowSoftnessOnTopOrLeftSide_26 = value;
}
inline static int32_t get_offset_of_bringWindowToFrontOnClick_27() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___bringWindowToFrontOnClick_27)); }
inline bool get_bringWindowToFrontOnClick_27() const { return ___bringWindowToFrontOnClick_27; }
inline bool* get_address_of_bringWindowToFrontOnClick_27() { return &___bringWindowToFrontOnClick_27; }
inline void set_bringWindowToFrontOnClick_27(bool value)
{
___bringWindowToFrontOnClick_27 = value;
}
inline static int32_t get_offset_of_inputCaretSize_28() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___inputCaretSize_28)); }
inline int32_t get_inputCaretSize_28() const { return ___inputCaretSize_28; }
inline int32_t* get_address_of_inputCaretSize_28() { return &___inputCaretSize_28; }
inline void set_inputCaretSize_28(int32_t value)
{
___inputCaretSize_28 = value;
}
inline static int32_t get_offset_of_inputHighlightColor_29() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___inputHighlightColor_29)); }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get_inputHighlightColor_29() const { return ___inputHighlightColor_29; }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of_inputHighlightColor_29() { return &___inputHighlightColor_29; }
inline void set_inputHighlightColor_29(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value)
{
___inputHighlightColor_29 = value;
}
inline static int32_t get_offset_of_frameTimeForAsyncUIConstruction_30() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___frameTimeForAsyncUIConstruction_30)); }
inline float get_frameTimeForAsyncUIConstruction_30() const { return ___frameTimeForAsyncUIConstruction_30; }
inline float* get_address_of_frameTimeForAsyncUIConstruction_30() { return &___frameTimeForAsyncUIConstruction_30; }
inline void set_frameTimeForAsyncUIConstruction_30(float value)
{
___frameTimeForAsyncUIConstruction_30 = value;
}
inline static int32_t get_offset_of_depthSupportForPaintingMode_31() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___depthSupportForPaintingMode_31)); }
inline bool get_depthSupportForPaintingMode_31() const { return ___depthSupportForPaintingMode_31; }
inline bool* get_address_of_depthSupportForPaintingMode_31() { return &___depthSupportForPaintingMode_31; }
inline void set_depthSupportForPaintingMode_31(bool value)
{
___depthSupportForPaintingMode_31 = value;
}
inline static int32_t get_offset_of_enhancedTextOutlineEffect_32() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___enhancedTextOutlineEffect_32)); }
inline bool get_enhancedTextOutlineEffect_32() const { return ___enhancedTextOutlineEffect_32; }
inline bool* get_address_of_enhancedTextOutlineEffect_32() { return &___enhancedTextOutlineEffect_32; }
inline void set_enhancedTextOutlineEffect_32(bool value)
{
___enhancedTextOutlineEffect_32 = value;
}
inline static int32_t get_offset_of_richTextRowVerticalAlign_33() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___richTextRowVerticalAlign_33)); }
inline int32_t get_richTextRowVerticalAlign_33() const { return ___richTextRowVerticalAlign_33; }
inline int32_t* get_address_of_richTextRowVerticalAlign_33() { return &___richTextRowVerticalAlign_33; }
inline void set_richTextRowVerticalAlign_33(int32_t value)
{
___richTextRowVerticalAlign_33 = value;
}
inline static int32_t get_offset_of_soundLoader_36() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___soundLoader_36)); }
inline SoundLoader_t0B067A273E4C6A141A0F508625349B69731893E2 * get_soundLoader_36() const { return ___soundLoader_36; }
inline SoundLoader_t0B067A273E4C6A141A0F508625349B69731893E2 ** get_address_of_soundLoader_36() { return &___soundLoader_36; }
inline void set_soundLoader_36(SoundLoader_t0B067A273E4C6A141A0F508625349B69731893E2 * value)
{
___soundLoader_36 = value;
Il2CppCodeGenWriteBarrier((void**)(&___soundLoader_36), (void*)value);
}
};
// GameApplication
struct GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 : public MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429
{
public:
// System.Boolean GameApplication::buildApp
bool ___buildApp_5;
// System.Boolean GameApplication::printLog
bool ___printLog_6;
// System.Boolean GameApplication::accountTest
bool ___accountTest_7;
// System.Boolean GameApplication::isAndroid64bit
bool ___isAndroid64bit_8;
// UnityEngine.AudioSource GameApplication::musicSource
AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C * ___musicSource_9;
// UnityEngine.AudioSource GameApplication::voiceSource
AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C * ___voiceSource_10;
// DSLuaClient GameApplication::_luaClient
DSLuaClient_t76E7B64916865CE3D031BFE7E687D3E288C89C2C * ____luaClient_11;
// System.Int32 GameApplication::<StopMusic>k__BackingField
int32_t ___U3CStopMusicU3Ek__BackingField_12;
// System.String GameApplication::<GameInfo>k__BackingField
String_t* ___U3CGameInfoU3Ek__BackingField_13;
// System.Int32 GameApplication::_musicValue
int32_t ____musicValue_14;
// System.Int32 GameApplication::_soundValue
int32_t ____soundValue_15;
// TestConsole GameApplication::_console
TestConsole_tCDFD58BF1AC04576A2951ADACEAE74582FDA1843 * ____console_16;
// ExceptionReporter GameApplication::_ex_reporter
ExceptionReporter_tC8B14433837E77366FCBA64013903F13E61DE2FA * ____ex_reporter_17;
// LuaInterface.LuaFunction GameApplication::_share_callback
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ____share_callback_18;
// LuaInterface.LuaFunction GameApplication::_wxlogin_callback
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ____wxlogin_callback_19;
public:
inline static int32_t get_offset_of_buildApp_5() { return static_cast<int32_t>(offsetof(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712, ___buildApp_5)); }
inline bool get_buildApp_5() const { return ___buildApp_5; }
inline bool* get_address_of_buildApp_5() { return &___buildApp_5; }
inline void set_buildApp_5(bool value)
{
___buildApp_5 = value;
}
inline static int32_t get_offset_of_printLog_6() { return static_cast<int32_t>(offsetof(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712, ___printLog_6)); }
inline bool get_printLog_6() const { return ___printLog_6; }
inline bool* get_address_of_printLog_6() { return &___printLog_6; }
inline void set_printLog_6(bool value)
{
___printLog_6 = value;
}
inline static int32_t get_offset_of_accountTest_7() { return static_cast<int32_t>(offsetof(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712, ___accountTest_7)); }
inline bool get_accountTest_7() const { return ___accountTest_7; }
inline bool* get_address_of_accountTest_7() { return &___accountTest_7; }
inline void set_accountTest_7(bool value)
{
___accountTest_7 = value;
}
inline static int32_t get_offset_of_isAndroid64bit_8() { return static_cast<int32_t>(offsetof(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712, ___isAndroid64bit_8)); }
inline bool get_isAndroid64bit_8() const { return ___isAndroid64bit_8; }
inline bool* get_address_of_isAndroid64bit_8() { return &___isAndroid64bit_8; }
inline void set_isAndroid64bit_8(bool value)
{
___isAndroid64bit_8 = value;
}
inline static int32_t get_offset_of_musicSource_9() { return static_cast<int32_t>(offsetof(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712, ___musicSource_9)); }
inline AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C * get_musicSource_9() const { return ___musicSource_9; }
inline AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C ** get_address_of_musicSource_9() { return &___musicSource_9; }
inline void set_musicSource_9(AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C * value)
{
___musicSource_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___musicSource_9), (void*)value);
}
inline static int32_t get_offset_of_voiceSource_10() { return static_cast<int32_t>(offsetof(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712, ___voiceSource_10)); }
inline AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C * get_voiceSource_10() const { return ___voiceSource_10; }
inline AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C ** get_address_of_voiceSource_10() { return &___voiceSource_10; }
inline void set_voiceSource_10(AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C * value)
{
___voiceSource_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___voiceSource_10), (void*)value);
}
inline static int32_t get_offset_of__luaClient_11() { return static_cast<int32_t>(offsetof(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712, ____luaClient_11)); }
inline DSLuaClient_t76E7B64916865CE3D031BFE7E687D3E288C89C2C * get__luaClient_11() const { return ____luaClient_11; }
inline DSLuaClient_t76E7B64916865CE3D031BFE7E687D3E288C89C2C ** get_address_of__luaClient_11() { return &____luaClient_11; }
inline void set__luaClient_11(DSLuaClient_t76E7B64916865CE3D031BFE7E687D3E288C89C2C * value)
{
____luaClient_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&____luaClient_11), (void*)value);
}
inline static int32_t get_offset_of_U3CStopMusicU3Ek__BackingField_12() { return static_cast<int32_t>(offsetof(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712, ___U3CStopMusicU3Ek__BackingField_12)); }
inline int32_t get_U3CStopMusicU3Ek__BackingField_12() const { return ___U3CStopMusicU3Ek__BackingField_12; }
inline int32_t* get_address_of_U3CStopMusicU3Ek__BackingField_12() { return &___U3CStopMusicU3Ek__BackingField_12; }
inline void set_U3CStopMusicU3Ek__BackingField_12(int32_t value)
{
___U3CStopMusicU3Ek__BackingField_12 = value;
}
inline static int32_t get_offset_of_U3CGameInfoU3Ek__BackingField_13() { return static_cast<int32_t>(offsetof(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712, ___U3CGameInfoU3Ek__BackingField_13)); }
inline String_t* get_U3CGameInfoU3Ek__BackingField_13() const { return ___U3CGameInfoU3Ek__BackingField_13; }
inline String_t** get_address_of_U3CGameInfoU3Ek__BackingField_13() { return &___U3CGameInfoU3Ek__BackingField_13; }
inline void set_U3CGameInfoU3Ek__BackingField_13(String_t* value)
{
___U3CGameInfoU3Ek__BackingField_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CGameInfoU3Ek__BackingField_13), (void*)value);
}
inline static int32_t get_offset_of__musicValue_14() { return static_cast<int32_t>(offsetof(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712, ____musicValue_14)); }
inline int32_t get__musicValue_14() const { return ____musicValue_14; }
inline int32_t* get_address_of__musicValue_14() { return &____musicValue_14; }
inline void set__musicValue_14(int32_t value)
{
____musicValue_14 = value;
}
inline static int32_t get_offset_of__soundValue_15() { return static_cast<int32_t>(offsetof(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712, ____soundValue_15)); }
inline int32_t get__soundValue_15() const { return ____soundValue_15; }
inline int32_t* get_address_of__soundValue_15() { return &____soundValue_15; }
inline void set__soundValue_15(int32_t value)
{
____soundValue_15 = value;
}
inline static int32_t get_offset_of__console_16() { return static_cast<int32_t>(offsetof(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712, ____console_16)); }
inline TestConsole_tCDFD58BF1AC04576A2951ADACEAE74582FDA1843 * get__console_16() const { return ____console_16; }
inline TestConsole_tCDFD58BF1AC04576A2951ADACEAE74582FDA1843 ** get_address_of__console_16() { return &____console_16; }
inline void set__console_16(TestConsole_tCDFD58BF1AC04576A2951ADACEAE74582FDA1843 * value)
{
____console_16 = value;
Il2CppCodeGenWriteBarrier((void**)(&____console_16), (void*)value);
}
inline static int32_t get_offset_of__ex_reporter_17() { return static_cast<int32_t>(offsetof(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712, ____ex_reporter_17)); }
inline ExceptionReporter_tC8B14433837E77366FCBA64013903F13E61DE2FA * get__ex_reporter_17() const { return ____ex_reporter_17; }
inline ExceptionReporter_tC8B14433837E77366FCBA64013903F13E61DE2FA ** get_address_of__ex_reporter_17() { return &____ex_reporter_17; }
inline void set__ex_reporter_17(ExceptionReporter_tC8B14433837E77366FCBA64013903F13E61DE2FA * value)
{
____ex_reporter_17 = value;
Il2CppCodeGenWriteBarrier((void**)(&____ex_reporter_17), (void*)value);
}
inline static int32_t get_offset_of__share_callback_18() { return static_cast<int32_t>(offsetof(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712, ____share_callback_18)); }
inline LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * get__share_callback_18() const { return ____share_callback_18; }
inline LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B ** get_address_of__share_callback_18() { return &____share_callback_18; }
inline void set__share_callback_18(LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * value)
{
____share_callback_18 = value;
Il2CppCodeGenWriteBarrier((void**)(&____share_callback_18), (void*)value);
}
inline static int32_t get_offset_of__wxlogin_callback_19() { return static_cast<int32_t>(offsetof(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712, ____wxlogin_callback_19)); }
inline LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * get__wxlogin_callback_19() const { return ____wxlogin_callback_19; }
inline LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B ** get_address_of__wxlogin_callback_19() { return &____wxlogin_callback_19; }
inline void set__wxlogin_callback_19(LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * value)
{
____wxlogin_callback_19 = value;
Il2CppCodeGenWriteBarrier((void**)(&____wxlogin_callback_19), (void*)value);
}
};
struct GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_StaticFields
{
public:
// GameApplication GameApplication::Instance
GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 * ___Instance_4;
// Version GameApplication::AppVersion
Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * ___AppVersion_20;
// System.Boolean GameApplication::HideSdk
bool ___HideSdk_21;
public:
inline static int32_t get_offset_of_Instance_4() { return static_cast<int32_t>(offsetof(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_StaticFields, ___Instance_4)); }
inline GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 * get_Instance_4() const { return ___Instance_4; }
inline GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 ** get_address_of_Instance_4() { return &___Instance_4; }
inline void set_Instance_4(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 * value)
{
___Instance_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Instance_4), (void*)value);
}
inline static int32_t get_offset_of_AppVersion_20() { return static_cast<int32_t>(offsetof(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_StaticFields, ___AppVersion_20)); }
inline Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * get_AppVersion_20() const { return ___AppVersion_20; }
inline Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE ** get_address_of_AppVersion_20() { return &___AppVersion_20; }
inline void set_AppVersion_20(Version_t59FF964E54F90842CCAC62E4E5829813C2ABC2AE * value)
{
___AppVersion_20 = value;
Il2CppCodeGenWriteBarrier((void**)(&___AppVersion_20), (void*)value);
}
inline static int32_t get_offset_of_HideSdk_21() { return static_cast<int32_t>(offsetof(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_StaticFields, ___HideSdk_21)); }
inline bool get_HideSdk_21() const { return ___HideSdk_21; }
inline bool* get_address_of_HideSdk_21() { return &___HideSdk_21; }
inline void set_HideSdk_21(bool value)
{
___HideSdk_21 = value;
}
};
// LuaClient
struct LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301 : public MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429
{
public:
// LuaInterface.LuaState LuaClient::luaState
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___luaState_5;
// LuaLooper LuaClient::loop
LuaLooper_t025052FE5B48ADE120F0E650BA1DB06293350ED3 * ___loop_6;
// LuaInterface.LuaFunction LuaClient::levelLoaded
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___levelLoaded_7;
// System.Boolean LuaClient::openLuaSocket
bool ___openLuaSocket_8;
// System.Boolean LuaClient::beZbStart
bool ___beZbStart_9;
// LuaInterface.LuaTable LuaClient::profiler
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___profiler_10;
public:
inline static int32_t get_offset_of_luaState_5() { return static_cast<int32_t>(offsetof(LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301, ___luaState_5)); }
inline LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * get_luaState_5() const { return ___luaState_5; }
inline LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE ** get_address_of_luaState_5() { return &___luaState_5; }
inline void set_luaState_5(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * value)
{
___luaState_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___luaState_5), (void*)value);
}
inline static int32_t get_offset_of_loop_6() { return static_cast<int32_t>(offsetof(LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301, ___loop_6)); }
inline LuaLooper_t025052FE5B48ADE120F0E650BA1DB06293350ED3 * get_loop_6() const { return ___loop_6; }
inline LuaLooper_t025052FE5B48ADE120F0E650BA1DB06293350ED3 ** get_address_of_loop_6() { return &___loop_6; }
inline void set_loop_6(LuaLooper_t025052FE5B48ADE120F0E650BA1DB06293350ED3 * value)
{
___loop_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___loop_6), (void*)value);
}
inline static int32_t get_offset_of_levelLoaded_7() { return static_cast<int32_t>(offsetof(LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301, ___levelLoaded_7)); }
inline LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * get_levelLoaded_7() const { return ___levelLoaded_7; }
inline LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B ** get_address_of_levelLoaded_7() { return &___levelLoaded_7; }
inline void set_levelLoaded_7(LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * value)
{
___levelLoaded_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___levelLoaded_7), (void*)value);
}
inline static int32_t get_offset_of_openLuaSocket_8() { return static_cast<int32_t>(offsetof(LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301, ___openLuaSocket_8)); }
inline bool get_openLuaSocket_8() const { return ___openLuaSocket_8; }
inline bool* get_address_of_openLuaSocket_8() { return &___openLuaSocket_8; }
inline void set_openLuaSocket_8(bool value)
{
___openLuaSocket_8 = value;
}
inline static int32_t get_offset_of_beZbStart_9() { return static_cast<int32_t>(offsetof(LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301, ___beZbStart_9)); }
inline bool get_beZbStart_9() const { return ___beZbStart_9; }
inline bool* get_address_of_beZbStart_9() { return &___beZbStart_9; }
inline void set_beZbStart_9(bool value)
{
___beZbStart_9 = value;
}
inline static int32_t get_offset_of_profiler_10() { return static_cast<int32_t>(offsetof(LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301, ___profiler_10)); }
inline LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * get_profiler_10() const { return ___profiler_10; }
inline LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 ** get_address_of_profiler_10() { return &___profiler_10; }
inline void set_profiler_10(LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * value)
{
___profiler_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___profiler_10), (void*)value);
}
};
struct LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301_StaticFields
{
public:
// LuaClient LuaClient::<Instance>k__BackingField
LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301 * ___U3CInstanceU3Ek__BackingField_4;
public:
inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_4() { return static_cast<int32_t>(offsetof(LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301_StaticFields, ___U3CInstanceU3Ek__BackingField_4)); }
inline LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301 * get_U3CInstanceU3Ek__BackingField_4() const { return ___U3CInstanceU3Ek__BackingField_4; }
inline LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301 ** get_address_of_U3CInstanceU3Ek__BackingField_4() { return &___U3CInstanceU3Ek__BackingField_4; }
inline void set_U3CInstanceU3Ek__BackingField_4(LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301 * value)
{
___U3CInstanceU3Ek__BackingField_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_4), (void*)value);
}
};
// DSLuaClient
struct DSLuaClient_t76E7B64916865CE3D031BFE7E687D3E288C89C2C : public LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301
{
public:
// LuaInterface.LuaFunction DSLuaClient::_applicationPause
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ____applicationPause_11;
// LuaInterface.LuaFunction DSLuaClient::_applicationActive
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ____applicationActive_12;
public:
inline static int32_t get_offset_of__applicationPause_11() { return static_cast<int32_t>(offsetof(DSLuaClient_t76E7B64916865CE3D031BFE7E687D3E288C89C2C, ____applicationPause_11)); }
inline LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * get__applicationPause_11() const { return ____applicationPause_11; }
inline LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B ** get_address_of__applicationPause_11() { return &____applicationPause_11; }
inline void set__applicationPause_11(LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * value)
{
____applicationPause_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&____applicationPause_11), (void*)value);
}
inline static int32_t get_offset_of__applicationActive_12() { return static_cast<int32_t>(offsetof(DSLuaClient_t76E7B64916865CE3D031BFE7E687D3E288C89C2C, ____applicationActive_12)); }
inline LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * get__applicationActive_12() const { return ____applicationActive_12; }
inline LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B ** get_address_of__applicationActive_12() { return &____applicationActive_12; }
inline void set__applicationActive_12(LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * value)
{
____applicationActive_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&____applicationActive_12), (void*)value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// System.String[]
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E : 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((void**)m_Items + index, (void*)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((void**)m_Items + index, (void*)value);
}
};
// System.Char[]
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2 : 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.Object[]
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A : 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((void**)m_Items + index, (void*)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((void**)m_Items + index, (void*)value);
}
};
// System.Reflection.ParameterInfo[]
struct ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694 : public RuntimeArray
{
public:
ALIGN_FIELD (8) ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * m_Items[1];
public:
inline ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB ** 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_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Delegate[]
struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86 : public RuntimeArray
{
public:
ALIGN_FIELD (8) Delegate_t * m_Items[1];
public:
inline Delegate_t * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Delegate_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, Delegate_t * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline Delegate_t * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Delegate_t ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Delegate_t * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// UnityEngine.Keyframe[]
struct KeyframeU5BU5D_tF4DC3E9BD9E6DB77FFF7BDC0B1545B5D6071513D : public RuntimeArray
{
public:
ALIGN_FIELD (8) Keyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74 m_Items[1];
public:
inline Keyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74 GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Keyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74 * 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, Keyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74 value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline Keyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74 GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Keyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74 * GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Keyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74 value)
{
m_Items[index] = value;
}
};
// System.Single[]
struct SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5 : public RuntimeArray
{
public:
ALIGN_FIELD (8) float m_Items[1];
public:
inline float GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline float* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, float value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline float GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline float* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, float value)
{
m_Items[index] = value;
}
};
// UnityEngine.Vector2[]
struct Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6 : public RuntimeArray
{
public:
ALIGN_FIELD (8) Vector2_tA85D2DD88578276CA8A8796756458277E72D073D m_Items[1];
public:
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
m_Items[index] = value;
}
};
// FairyGUI.BlendModeUtils_BlendFactor[]
struct BlendFactorU5BU5D_t2940F42D76FA3C18ED782510230F111171A9AD3A : public RuntimeArray
{
public:
ALIGN_FIELD (8) BlendFactor_tB577B5C8CBCF9D7348BB43CC79DA0A51158A02CC * m_Items[1];
public:
inline BlendFactor_tB577B5C8CBCF9D7348BB43CC79DA0A51158A02CC * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline BlendFactor_tB577B5C8CBCF9D7348BB43CC79DA0A51158A02CC ** 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, BlendFactor_tB577B5C8CBCF9D7348BB43CC79DA0A51158A02CC * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline BlendFactor_tB577B5C8CBCF9D7348BB43CC79DA0A51158A02CC * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline BlendFactor_tB577B5C8CBCF9D7348BB43CC79DA0A51158A02CC ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, BlendFactor_tB577B5C8CBCF9D7348BB43CC79DA0A51158A02CC * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// !!0[] System.Array::Empty<System.Object>()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* Array_Empty_TisRuntimeObject_m9CF99326FAC8A01A4A25C90AA97F0799BA35ECAB_gshared_inline (const RuntimeMethod* method);
// !0 System.Func`1<System.Object>::Invoke()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Func_1_Invoke_m33E1702C6A8DBC8D2A39F4E9A1F5B14BEFAD9597_gshared (Func_1_t59BE545225A69AFD7B2056D169D0083051F6D386 * __this, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.Dictionary`2<System.Object,System.Object>::get_Count()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Dictionary_2_get_Count_m1B06EB9D28DDA7E38DDC20D88532DFF246F03DF6_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m2C7E51568033239B506E15E7804A0B8658246498_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::Add(!0,!1)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_mC741BBB0A647C814227953DB9B23CB1BDF571C5B_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Object>::ContainsKey(!0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_m4EBC00E16E83DA33851A551757D2B7332D5756B9_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, RuntimeObject * ___key0, const RuntimeMethod* method);
// System.Collections.Generic.Dictionary`2/Enumerator<!0,!1> System.Collections.Generic.Dictionary`2<System.Object,System.Object>::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB Dictionary_2_GetEnumerator_mF1CF1D13F3E70C6D20D96D9AC88E44454E4C0053_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, const RuntimeMethod* method);
// System.Collections.Generic.KeyValuePair`2<!0,!1> System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Object>::get_Current()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE Enumerator_get_Current_m5B32A9FC8294CB723DCD1171744B32E1775B6318_gshared_inline (Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB * __this, const RuntimeMethod* method);
// !0 System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>::get_Key()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_m9D4E9BCBAB1BE560871A0889C851FC22A09975F4_gshared_inline (KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE * __this, const RuntimeMethod* method);
// !1 System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>::get_Value()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m8C7B882C4D425535288FAAD08EAF11D289A43AEC_gshared_inline (KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE * __this, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Object>::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m9B9FB07EC2C1D82E921C9316A4E0901C933BBF6C_gshared (Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Object>::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mE363888280B72ED50538416C060EF9FC94B3BB00_gshared (Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB * __this, const RuntimeMethod* method);
// System.Void System.Func`1<System.Object>::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_1__ctor_mE02699FC76D830943069F8FC19D16C3B72A98A1F_gshared (Func_1_t59BE545225A69AFD7B2056D169D0083051F6D386 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// System.Object LuaInterface.ToLua::CheckObject<System.Object>(System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ToLua_CheckObject_TisRuntimeObject_m370F9C78E9B5704DCD6C96E0862500C4AE58705D_gshared (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Clear_m0EC0FF0E4C6FE91D15CEE92696B25109A202B942_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, const RuntimeMethod* method);
// System.Void LuaInterface.DelegateTraits`1<System.Object>::Init(DelegateFactory/DelegateCreate)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void DelegateTraits_1_Init_mEB3F2C4D5C557BB8A48D48F216DA58310A86C02E_gshared_inline (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * ___func0, const RuntimeMethod* method);
// System.Void System.Func`3<System.IntPtr,System.Int32,System.Boolean>::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_mE71E565C554B772C8848B92736EC2E37032853C7_gshared (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// System.Void LuaInterface.TypeTraits`1<System.Object>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeTraits_1_Init_mA29E12F3A17E1F12057B61CF978A82E1CA04B612_gshared (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * ___check0, const RuntimeMethod* method);
// System.Void System.Action`2<System.IntPtr,System.Object>::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2__ctor_mF72B4B33CCEF215C9643C4DE63EAFF29FF39A75E_gshared (Action_2_t61CD99B992F0B4609297F8B282196191515B6FF1 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Object>::TryGetValue(!0,!1&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m3455807C552312C60038DF52EF328C3687442DE3_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, RuntimeObject * ___key0, RuntimeObject ** ___value1, const RuntimeMethod* method);
// System.Void System.Predicate`1<System.Int32>::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Predicate_1__ctor_m78FDCEC58FE3D44DCE64FE4F1F6B4184DCCBCDCD_gshared (Predicate_1_t2E795623C97B4C5B38406E9201D0720C5C15895F * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// System.Void System.Action`1<System.Int32>::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m2CDF7A9DFEDA8D59543C004CB97A89C47A0CDC3E_gshared (Action_1_t9B7C5376025AEF32439C13FB3BA4BFF8F0F0477B * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// System.Void System.Comparison`1<System.Int32>::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Comparison_1__ctor_m351A5D1CE13059200A939CFDF2730BA856A65DE4_gshared (Comparison_1_t95809882384ACB4AEB9589D76F665E1BA5C3CBEA * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// System.Void System.Func`2<System.Int32,System.Int32>::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_2__ctor_m1204EE2CE2055318F4B79DC9CCE8BE14A1A0C755_gshared (Func_2_t190ADA4450373DF99141EFC879B039206E4E05F0 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// System.Void System.Action`1<System.Boolean>::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_mAC998B8AD6A8D39434263D21FA7397949F39F244_gshared (Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// System.Void System.Action`1<System.Object>::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_mAFC7442D9D3CEC6701C3C5599F8CF12476095510_gshared (Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// System.Void System.Func`1<System.Boolean>::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_1__ctor_m479BA9DCBE3F496111BD05CC90CB1044C5FFD552_gshared (Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// System.Void System.Action`2<System.Object,System.Object>::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2__ctor_mB83B0C1C61CED5B54803D334FFC7187881D32EFB_gshared (Action_2_t0DB6FD6F515527EAB552B690A291778C6F00D48C * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// System.Void LuaInterface.LuaFunction::PushSealed<System.Object>(T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaFunction_PushSealed_TisRuntimeObject_m09C8FC452925DF9C9CF161C7CC9A99DC4F1D9F00_gshared (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * __this, RuntimeObject * ___o0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Object>::Add(!0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, RuntimeObject * ___item0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Object>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.List`1<System.Object>::get_Count()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Object>::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mEE468B81D8E7C140F567D10FF7F5894A50EEEA57_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t ___capacity0, const RuntimeMethod* method);
// !0 System.Collections.Generic.List`1<System.Object>::get_Item(System.Int32)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t ___index0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Object>::RemoveRange(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_RemoveRange_m89425146ABCF46BE030B6C4B3C85A8559550F983_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t ___index0, int32_t ___count1, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m7D745ADE56151C2895459668F4A4242985E526D8_gshared (Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::set_Item(!0,!1)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_mF9A6FBE4006C89D15B8C88B2CB46E9B24D18B7FC_gshared (Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 * __this, int32_t ___key0, RuntimeObject * ___value1, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::TryGetValue(!0,!1&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m867F6DA953678D0333A55270B7C6EF38EFC293FF_gshared (Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 * __this, int32_t ___key0, RuntimeObject ** ___value1, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::ContainsKey(!0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_mBF5574232A8F79C279DFD71FFBFF85B4E2B6312D_gshared (Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 * __this, int32_t ___key0, const RuntimeMethod* method);
// !!0 UnityEngine.Component::GetComponent<System.Object>()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Component_GetComponent_TisRuntimeObject_m233A1E6EF90A3BA46CD83BFC568F4E4DB4D93CC9_gshared (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, const RuntimeMethod* method);
// !!0 UnityEngine.GameObject::GetComponent<System.Object>()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * GameObject_GetComponent_TisRuntimeObject_mE03C66715289D7957CA068A675826B7EE0887BE3_gshared (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method);
// !!0 UnityEngine.GameObject::AddComponent<System.Object>()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * GameObject_AddComponent_TisRuntimeObject_mE053F7A95F30AFF07D69F0DED3DA13AE2EC25E03_gshared (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method);
// System.Char System.String::get_Chars(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96 (String_t* __this, int32_t ___index0, const RuntimeMethod* method);
// System.Int32 System.String::get_Length()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline (String_t* __this, const RuntimeMethod* method);
// System.Int32 AppVest::_Init(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AppVest__Init_mF80C6832FC3313E758416E6447457E8A4560FC02 (String_t* ___key0, String_t* ___id1, const RuntimeMethod* method);
// System.String AppVest::_GetServerIPAndPort(System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AppVest__GetServerIPAndPort_m2B5CC1DA05B2529B35C6A1111D8F47AC6F80D939 (String_t* ___host0, int32_t ___id1, const RuntimeMethod* method);
// System.Boolean System.String::IsNullOrEmpty(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229 (String_t* ___value0, const RuntimeMethod* method);
// System.Int32 AppVest::LoadNetP(securityConnection&,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AppVest_LoadNetP_mF456EA0D770A239EBAB3F9D5FE8498CBBB0F352D (securityConnection_t2548EEEE9F234CCA4ACD0F083024F35C2CB5683B * ___conn0, String_t* ___host1, const RuntimeMethod* method);
// System.String[] System.String::Split(System.Char[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* String_Split_m13262358217AD2C119FD1B9733C3C0289D608512 (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___separator0, const RuntimeMethod* method);
// System.Int32 System.String::IndexOf(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_mA9A0117D68338238E51E5928CDA8EB3DC9DA497B (String_t* __this, String_t* ___value0, const RuntimeMethod* method);
// System.String System.String::Substring(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB (String_t* __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method);
// System.Int32 System.Convert::ToInt32(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_m9394611E7CF9B83AADB891D865FFE74002F80365 (String_t* ___value0, const RuntimeMethod* method);
// System.String System.String::Substring(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE (String_t* __this, int32_t ___startIndex0, const RuntimeMethod* method);
// System.Void System.Object::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0 (RuntimeObject * __this, const RuntimeMethod* method);
// System.Void BuglyAgent::_SetCrashReporterType(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuglyAgent__SetCrashReporterType_mCD178464194423A0868B20FD66128B06F794D5D6 (int32_t ___type0, const RuntimeMethod* method);
// System.Void BuglyAgent::_SetCrashReporterLogLevel(System.Int32)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void BuglyAgent__SetCrashReporterLogLevel_m94474206F570C095F593B8DFA13C114E6F36A01F_inline (int32_t ___logLevel0, const RuntimeMethod* method);
// System.Boolean BuglyAgent::get_IsInitialized()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool BuglyAgent_get_IsInitialized_m9BDF482CC018EB47290A5AB03DCE39D38B91DE09_inline (const RuntimeMethod* method);
// !!0[] System.Array::Empty<System.Object>()
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* Array_Empty_TisRuntimeObject_m9CF99326FAC8A01A4A25C90AA97F0799BA35ECAB_inline (const RuntimeMethod* method)
{
return (( ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* (*) (const RuntimeMethod*))Array_Empty_TisRuntimeObject_m9CF99326FAC8A01A4A25C90AA97F0799BA35ECAB_gshared_inline)(method);
}
// System.Void BuglyAgent::DebugLog(System.String,System.String,System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuglyAgent_DebugLog_mC5679CF7600DA393873517B9B952BBCCB71A0B47 (String_t* ___tag0, String_t* ___format1, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args2, const RuntimeMethod* method);
// System.Void BuglyAgent::InitBuglyAgent(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuglyAgent_InitBuglyAgent_m7A8C607C6537B189150FE8BF71D33604E5076B4E (String_t* ___appId0, const RuntimeMethod* method);
// System.Void BuglyAgent::_RegisterExceptionHandler()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuglyAgent__RegisterExceptionHandler_mFDE704A205ABD3FFB4E88934C4E928BD962AAB29 (const RuntimeMethod* method);
// System.Void BuglyAgent::add__LogCallbackEventHandler(BuglyAgent/LogCallbackDelegate)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuglyAgent_add__LogCallbackEventHandler_mABFFB0687EFABD0E5BC0EDA16FDAA9895ACDD937 (LogCallbackDelegate_t706B97807EE341E8346EB27B585DBBEDEA922058 * ___value0, const RuntimeMethod* method);
// System.Void BuglyAgent::_HandleException(System.Exception,System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuglyAgent__HandleException_m78607F9E1647699B3C53B4DA62663210B4E3FD91 (Exception_t * ___e0, String_t* ___message1, bool ___uncaught2, const RuntimeMethod* method);
// System.Void BuglyAgent::_HandleException(LogSeverity,System.String,System.String,System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuglyAgent__HandleException_m9E9B9846456EFC87DFABE4BAC718793793623F57 (int32_t ___logLevel0, String_t* ___name1, String_t* ___message2, String_t* ___stackTrace3, bool ___uncaught4, const RuntimeMethod* method);
// System.Void BuglyAgent::remove__LogCallbackEventHandler(BuglyAgent/LogCallbackDelegate)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuglyAgent_remove__LogCallbackEventHandler_m9AC839ABDA09F93D8C755E2BBC09BFD5B4DCD207 (LogCallbackDelegate_t706B97807EE341E8346EB27B585DBBEDEA922058 * ___value0, const RuntimeMethod* method);
// System.Void BuglyAgent::SetUserInfo(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuglyAgent_SetUserInfo_mC0EA36DC49C85C66235B51ABE39E017FC174ED81 (String_t* ___userInfo0, const RuntimeMethod* method);
// System.Void BuglyAgent::SetCurrentScene(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuglyAgent_SetCurrentScene_m9B742C55A35FF6D0F66DB4E44610F0EE48E626FE (int32_t ___sceneId0, const RuntimeMethod* method);
// System.Void BuglyAgent::AddKeyAndValueInScene(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuglyAgent_AddKeyAndValueInScene_m1338E6590C7E95BB8AA63905400ED5B37F8221F0 (String_t* ___key0, String_t* ___value1, const RuntimeMethod* method);
// System.Void BuglyAgent::EnableDebugMode(System.Boolean)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void BuglyAgent_EnableDebugMode_m66014BDE882FB03AA428E56966C02982AD23D55D_inline (bool ___enable0, const RuntimeMethod* method);
// System.Void BuglyAgent::ConfigDefaultBeforeInit(System.String,System.String,System.String,System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuglyAgent_ConfigDefaultBeforeInit_m18BEBBBD1CDFE01DBDC4826E13304A0775B5823F (String_t* ___channel0, String_t* ___version1, String_t* ___user2, int64_t ___delay3, const RuntimeMethod* method);
// System.String System.String::Format(System.String,System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mA3AC3FE7B23D97F3A5BAA082D25B0E01B341A865 (String_t* ___format0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args1, const RuntimeMethod* method);
// System.Void System.Console::WriteLine(System.String,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Console_WriteLine_mF4C83050CDEABB9BE8E18F5056FBBDB0DB0CFFEB (String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, const RuntimeMethod* method);
// System.Void BuglyAgent::LogRecord(LogSeverity,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuglyAgent_LogRecord_mB26E36E6840231FAE53E50FF56A7CF1221612640 (int32_t ___level0, String_t* ___message1, const RuntimeMethod* method);
// System.Void BuglyAgent::_BuglyConfigCrashReporterType(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuglyAgent__BuglyConfigCrashReporterType_m7AA1FC4EF03DC400CFC769B0263E2CBA67172072 (int32_t ___type0, const RuntimeMethod* method);
// System.Void BuglyAgent::ConfigCrashReporterType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuglyAgent_ConfigCrashReporterType_mEC4C6DFE51CF1C453DFEB57BFC37CDF517C57A52 (const RuntimeMethod* method);
// System.Void BuglyAgent::_BuglyDefaultConfig(System.String,System.String,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuglyAgent__BuglyDefaultConfig_m3F765CA1E8302B3F199D57E5933542963F92883D (String_t* ___channel0, String_t* ___version1, String_t* ___user2, String_t* ___deviceId3, const RuntimeMethod* method);
// System.Void BuglyAgent::_BuglyInit(System.String,System.Boolean,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuglyAgent__BuglyInit_mB7CB1DFC5CA1CBABF306EA13A046E6D2F89CF48E (String_t* ___appId0, bool ___debug1, int32_t ___level2, const RuntimeMethod* method);
// System.String UnityEngine.Application::get_unityVersion()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Application_get_unityVersion_mC66901DE17E8F4F5BCA46CF3A4DCB34AF245CF99 (const RuntimeMethod* method);
// System.Void BuglyAgent::_BuglySetExtraConfig(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuglyAgent__BuglySetExtraConfig_m0327C71157865AD2BF61A00D7EA1C1A204CF50C8 (String_t* ___key0, String_t* ___value1, const RuntimeMethod* method);
// System.Void BuglyAgent::_BuglySetUserId(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuglyAgent__BuglySetUserId_m69B2783508ABEE47E82268716664CBADE2B03061 (String_t* ___userId0, const RuntimeMethod* method);
// !0 System.Func`1<System.Collections.Generic.Dictionary`2<System.String,System.String>>::Invoke()
inline Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * Func_1_Invoke_m197EFE88ABA4ACF4FEA09B5D7B9D50D6F087D8CC (Func_1_t396E6A649BC5AF2B6E09527C2AF3B34D8CA087BB * __this, const RuntimeMethod* method)
{
return (( Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * (*) (Func_1_t396E6A649BC5AF2B6E09527C2AF3B34D8CA087BB *, const RuntimeMethod*))Func_1_Invoke_m33E1702C6A8DBC8D2A39F4E9A1F5B14BEFAD9597_gshared)(__this, method);
}
// System.Int32 System.Collections.Generic.Dictionary`2<System.String,System.String>::get_Count()
inline int32_t Dictionary_2_get_Count_mCABDD78BB70A11ABE11DCFDFD2E175A93809B90B (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC *, const RuntimeMethod*))Dictionary_2_get_Count_m1B06EB9D28DDA7E38DDC20D88532DFF246F03DF6_gshared)(__this, method);
}
// System.Void System.Collections.Generic.Dictionary`2<System.String,System.String>::.ctor()
inline void Dictionary_2__ctor_m5B1C279E77422BB0B2C7B0374ECF89E3224AF62B (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * __this, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC *, const RuntimeMethod*))Dictionary_2__ctor_m2C7E51568033239B506E15E7804A0B8658246498_gshared)(__this, method);
}
// System.Void System.Collections.Generic.Dictionary`2<System.String,System.String>::Add(!0,!1)
inline void Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * __this, String_t* ___key0, String_t* ___value1, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC *, String_t*, String_t*, const RuntimeMethod*))Dictionary_2_Add_mC741BBB0A647C814227953DB9B23CB1BDF571C5B_gshared)(__this, ___key0, ___value1, method);
}
// System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.String>::ContainsKey(!0)
inline bool Dictionary_2_ContainsKey_m6035A72C0D6A9432F46DE0742776CC7B866AB127 (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * __this, String_t* ___key0, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC *, String_t*, const RuntimeMethod*))Dictionary_2_ContainsKey_m4EBC00E16E83DA33851A551757D2B7332D5756B9_gshared)(__this, ___key0, method);
}
// System.Void System.Text.StringBuilder::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E (StringBuilder_t * __this, const RuntimeMethod* method);
// System.Collections.Generic.Dictionary`2/Enumerator<!0,!1> System.Collections.Generic.Dictionary`2<System.String,System.String>::GetEnumerator()
inline Enumerator_tEE17C0B6306B38B4D74140569F93EA8C3BDD05A3 Dictionary_2_GetEnumerator_m3378B4792B81EF81397CB9D9A761BD7149BD27F5 (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * __this, const RuntimeMethod* method)
{
return (( Enumerator_tEE17C0B6306B38B4D74140569F93EA8C3BDD05A3 (*) (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC *, const RuntimeMethod*))Dictionary_2_GetEnumerator_mF1CF1D13F3E70C6D20D96D9AC88E44454E4C0053_gshared)(__this, method);
}
// System.Collections.Generic.KeyValuePair`2<!0,!1> System.Collections.Generic.Dictionary`2/Enumerator<System.String,System.String>::get_Current()
inline KeyValuePair_2_t1A58906CCD7ED79792916B56DB716477495C85D8 Enumerator_get_Current_mBEC9B470213860581893E0F197CAAE657B8B6C69_inline (Enumerator_tEE17C0B6306B38B4D74140569F93EA8C3BDD05A3 * __this, const RuntimeMethod* method)
{
return (( KeyValuePair_2_t1A58906CCD7ED79792916B56DB716477495C85D8 (*) (Enumerator_tEE17C0B6306B38B4D74140569F93EA8C3BDD05A3 *, const RuntimeMethod*))Enumerator_get_Current_m5B32A9FC8294CB723DCD1171744B32E1775B6318_gshared_inline)(__this, method);
}
// !0 System.Collections.Generic.KeyValuePair`2<System.String,System.String>::get_Key()
inline String_t* KeyValuePair_2_get_Key_m434E29A1251E81B5A2124466105823011C462BF2_inline (KeyValuePair_2_t1A58906CCD7ED79792916B56DB716477495C85D8 * __this, const RuntimeMethod* method)
{
return (( String_t* (*) (KeyValuePair_2_t1A58906CCD7ED79792916B56DB716477495C85D8 *, const RuntimeMethod*))KeyValuePair_2_get_Key_m9D4E9BCBAB1BE560871A0889C851FC22A09975F4_gshared_inline)(__this, method);
}
// !1 System.Collections.Generic.KeyValuePair`2<System.String,System.String>::get_Value()
inline String_t* KeyValuePair_2_get_Value_mEAF4B15DEEAC6EB29683A5C6569F0F50B4DEBDA2_inline (KeyValuePair_2_t1A58906CCD7ED79792916B56DB716477495C85D8 * __this, const RuntimeMethod* method)
{
return (( String_t* (*) (KeyValuePair_2_t1A58906CCD7ED79792916B56DB716477495C85D8 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m8C7B882C4D425535288FAAD08EAF11D289A43AEC_gshared_inline)(__this, method);
}
// System.String System.String::Format(System.String,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m19325298DBC61AAC016C16F7B3CF97A8A3DEA34A (String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, const RuntimeMethod* method);
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260 (StringBuilder_t * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.String,System.String>::MoveNext()
inline bool Enumerator_MoveNext_m6E6A22A8620F5A5582BB67E367BE5086D7D895A6 (Enumerator_tEE17C0B6306B38B4D74140569F93EA8C3BDD05A3 * __this, const RuntimeMethod* method)
{
return (( bool (*) (Enumerator_tEE17C0B6306B38B4D74140569F93EA8C3BDD05A3 *, const RuntimeMethod*))Enumerator_MoveNext_m9B9FB07EC2C1D82E921C9316A4E0901C933BBF6C_gshared)(__this, method);
}
// System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.String,System.String>::Dispose()
inline void Enumerator_Dispose_m16C0E963A012498CD27422B463DB327BA4C7A321 (Enumerator_tEE17C0B6306B38B4D74140569F93EA8C3BDD05A3 * __this, const RuntimeMethod* method)
{
(( void (*) (Enumerator_tEE17C0B6306B38B4D74140569F93EA8C3BDD05A3 *, const RuntimeMethod*))Enumerator_Dispose_mE363888280B72ED50538416C060EF9FC94B3BB00_gshared)(__this, method);
}
// System.Char[] System.String::ToCharArray()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* String_ToCharArray_mFCFF32A5EC698E81075E0C72C874282B9ED197A6 (String_t* __this, const RuntimeMethod* method);
// System.String System.String::TrimEnd(System.Char[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_TrimEnd_m8D4905B71A4AEBF9D0BC36C6003FC9A5AD630403 (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___trimChars0, const RuntimeMethod* method);
// System.String System.String::Format(System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA (String_t* ___format0, RuntimeObject * ___arg01, const RuntimeMethod* method);
// System.Void BuglyAgent::_BuglyReportException(System.Int32,System.String,System.String,System.String,System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuglyAgent__BuglyReportException_mEE73948B44B38A6C115BF86565B34E1309D2BF8E (int32_t ___type0, String_t* ___name1, String_t* ___reason2, String_t* ___stackTrace3, String_t* ___extras4, bool ___quit5, const RuntimeMethod* method);
// System.Void BuglyAgent::_BuglySetTag(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuglyAgent__BuglySetTag_m1ED16AB34BBD31A28AB8F32491E97AAC49466040 (int32_t ___tag0, const RuntimeMethod* method);
// System.Void BuglyAgent::_BuglySetKeyValue(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuglyAgent__BuglySetKeyValue_mD5826082F6E5DACBA494AD7CA74C63E2C8A8B813 (String_t* ___key0, String_t* ___value1, const RuntimeMethod* method);
// System.Int32 BuglyAgent::LogSeverityToInt(LogSeverity)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BuglyAgent_LogSeverityToInt_m4D19B890255CA55FBE9B1E2F39409573A1606DE6 (int32_t ___logLevel0, const RuntimeMethod* method);
// System.Void BuglyAgent::_BuglyLogMessage(System.Int32,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuglyAgent__BuglyLogMessage_mEDF1D8C545EA5C426CE8FFF4378BA3649C6F17C1 (int32_t ___level0, String_t* ___tag1, String_t* ___log2, const RuntimeMethod* method);
// System.Delegate System.Delegate::Combine(System.Delegate,System.Delegate)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_Combine_mC25D2F7DECAFBA6D9A2F9EBA8A77063F0658ECF1 (Delegate_t * ___a0, Delegate_t * ___b1, const RuntimeMethod* method);
// System.Delegate System.Delegate::Remove(System.Delegate,System.Delegate)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_Remove_m0B0DB7D1B3AF96B71AFAA72BA0EFE32FBBC2932D (Delegate_t * ___source0, Delegate_t * ___value1, const RuntimeMethod* method);
// System.Void UnityEngine.Application/LogCallback::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LogCallback__ctor_mF61E7CECD9E360B0B8A992720860F9816E165731 (LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// System.Void UnityEngine.Application::RegisterLogCallback(UnityEngine.Application/LogCallback)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Application_RegisterLogCallback_m8982D608389DBF3FE9E95440DE7153F776C9D432 (LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 * ___handler0, const RuntimeMethod* method);
// System.AppDomain System.AppDomain::get_CurrentDomain()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8 * AppDomain_get_CurrentDomain_m3D3D52C9382D6853E49551DA6182DBC5F1118BF0 (const RuntimeMethod* method);
// System.Void System.UnhandledExceptionEventHandler::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnhandledExceptionEventHandler__ctor_m6C9D92AF9901334C444EE7E83FE859D7E4833ABB (UnhandledExceptionEventHandler_tB0DFF05ABF7A3A234C87D4F7A71F98E9AB2D91DE * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// System.Void System.AppDomain::add_UnhandledException(System.UnhandledExceptionEventHandler)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppDomain_add_UnhandledException_mEEDCA5704AE44AEE033BC4929067895C7EAC9D2D (AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8 * __this, UnhandledExceptionEventHandler_tB0DFF05ABF7A3A234C87D4F7A71F98E9AB2D91DE * ___value0, const RuntimeMethod* method);
// System.Void BuglyAgent::SetUnityVersion()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuglyAgent_SetUnityVersion_m9BCA12523A7B7DC514BA375FA00F1C48FF00E098 (const RuntimeMethod* method);
// System.Void System.AppDomain::remove_UnhandledException(System.UnhandledExceptionEventHandler)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppDomain_remove_UnhandledException_m7311A7962E7B103E494F18E20EF8F9F18136A881 (AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8 * __this, UnhandledExceptionEventHandler_tB0DFF05ABF7A3A234C87D4F7A71F98E9AB2D91DE * ___value0, const RuntimeMethod* method);
// System.Void BuglyAgent/LogCallbackDelegate::Invoke(System.String,System.String,UnityEngine.LogType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LogCallbackDelegate_Invoke_m02F950800BEA1F8310A92952830A1B9EA54A80F5 (LogCallbackDelegate_t706B97807EE341E8346EB27B585DBBEDEA922058 * __this, String_t* ___condition0, String_t* ___stackTrace1, int32_t ___type2, const RuntimeMethod* method);
// System.Boolean System.String::Contains(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Contains_m4488034AF8CB3EEA9A205EB8A1F25D438FF8704B (String_t* __this, String_t* ___value0, const RuntimeMethod* method);
// System.Object System.UnhandledExceptionEventArgs::get_ExceptionObject()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * UnhandledExceptionEventArgs_get_ExceptionObject_m1936F64BC46B54AA159A4B366BED7AF11DEED0C3_inline (UnhandledExceptionEventArgs_t39DD47D43B0D764FE2C9847FBE760031FBEA0FD1 * __this, const RuntimeMethod* method);
// System.Type System.Object::GetType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60 (RuntimeObject * __this, const RuntimeMethod* method);
// System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6 (RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D ___handle0, const RuntimeMethod* method);
// System.Boolean System.Type::op_Inequality(System.Type,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9 (Type_t * ___left0, Type_t * ___right1, const RuntimeMethod* method);
// System.Boolean UnityEngine.Debug::get_isDebugBuild()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Debug_get_isDebugBuild_mED5A7963C7B055A9ACC5565862BBBA6F3D86EDE8 (const RuntimeMethod* method);
// System.Void UnityEngine.Debug::Log(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_Log_m4B7C70BAFD477C6BDB59C88A0934F0B018D03708 (RuntimeObject * ___message0, const RuntimeMethod* method);
// System.Type System.Exception::GetType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Exception_GetType_mA3390B9D538D5FAC3802D9D8A2FCAC31465130F3 (Exception_t * __this, const RuntimeMethod* method);
// System.String System.Environment::get_NewLine()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_get_NewLine_m5D4F4667FA5D1E2DBDD4DF9696D0CE76C83EF318 (const RuntimeMethod* method);
// System.String System.String::Format(System.String,System.Object,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m26BBF75F9609FAD0B39C2242FEBAAD7D68F14D99 (String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, RuntimeObject * ___arg23, const RuntimeMethod* method);
// System.Void System.Text.StringBuilder::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m53E278FB62B3EAEFAF82890C97219B9B5E2A56C3 (StringBuilder_t * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Void System.Diagnostics.StackTrace::.ctor(System.Exception,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StackTrace__ctor_m3D57C02A24F1CCFD03425E2C4697A6347EB90408 (StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99 * __this, Exception_t * ___e0, bool ___fNeedFileInfo1, const RuntimeMethod* method);
// System.Text.StringBuilder System.Text.StringBuilder::AppendFormat(System.String,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_AppendFormat_m9DBA7709F546159ABC85BA341965305AB044D1B7 (StringBuilder_t * __this, String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, const RuntimeMethod* method);
// System.String System.String::ToLower()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToLower_m5287204D93C9DDC4DF84581ADD756D0FDE2BA5A8 (String_t* __this, const RuntimeMethod* method);
// System.Boolean System.String::Equals(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1 (String_t* __this, String_t* ___value0, const RuntimeMethod* method);
// System.String System.String::Replace(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Replace_m970DFB0A280952FA7D3BA20AB7A8FB9F80CF6470 (String_t* __this, String_t* ___oldValue0, String_t* ___newValue1, const RuntimeMethod* method);
// System.Text.StringBuilder System.Text.StringBuilder::AppendLine()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_AppendLine_mB5B3F68726B05CD404C8C8D8F5A3D2A58FF16BB9 (StringBuilder_t * __this, const RuntimeMethod* method);
// System.Void BuglyAgent::_reportException(System.Boolean,System.String,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuglyAgent__reportException_m64EC38EA70D0793526A8DED7B46BBF2EDF3708D0 (bool ___uncaught0, String_t* ___name1, String_t* ___reason2, String_t* ___stackTrace3, const RuntimeMethod* method);
// System.String UnityEngine.StackTraceUtility::ExtractStackTrace()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StackTraceUtility_ExtractStackTrace_mEDFB4ECA329B87BC7DF2AA3EF7F9A31DAC052DC0 (const RuntimeMethod* method);
// System.String System.String::Trim()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D (String_t* __this, const RuntimeMethod* method);
// System.Boolean System.String::StartsWith(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_StartsWith_m7D468FB7C801D9C2DBEEEEC86F8BA8F4EC3243C1 (String_t* __this, String_t* ___value0, const RuntimeMethod* method);
// System.Void BuglyAgent::PrintLog(LogSeverity,System.String,System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuglyAgent_PrintLog_mDA06735AF796209C67CA18D79EB57F13CB4797FA (int32_t ___level0, String_t* ___format1, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args2, const RuntimeMethod* method);
// System.Void BuglyAgent::ReportException(System.Int32,System.String,System.String,System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuglyAgent_ReportException_mC134083778D47F16F4CC1C100309E178DECE4A18 (int32_t ___type0, String_t* ___name1, String_t* ___reason2, String_t* ___stackTrace3, bool ___quitProgram4, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.Regex::.ctor(System.String,System.Text.RegularExpressions.RegexOptions)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Regex__ctor_mEF4515C4C44DF8BE410F388C82CC679D743FB5CD (Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * __this, String_t* ___pattern0, int32_t ___options1, const RuntimeMethod* method);
// System.Text.RegularExpressions.Match System.Text.RegularExpressions.Regex::Match(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * Regex_Match_mC2C718B93803F6633A708E430F8698E70354B77C (Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * __this, String_t* ___input0, const RuntimeMethod* method);
// System.Boolean System.Text.RegularExpressions.Group::get_Success()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Group_get_Success_m91D00749B3C9D2030B72C6DA3AF2B3BA48F22521 (Group_tB4759D0385925B2C8C14ED3FCD5D2F43CFBD0443 * __this, const RuntimeMethod* method);
// System.Text.RegularExpressions.Group System.Text.RegularExpressions.GroupCollection::get_Item(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Group_tB4759D0385925B2C8C14ED3FCD5D2F43CFBD0443 * GroupCollection_get_Item_m62ECD0C4A53BFB8F0EAFB2BD17F047451B60D886 (GroupCollection_tD9051ED1A991E3666439262B517FDD2F968C064F * __this, String_t* ___groupname0, const RuntimeMethod* method);
// System.String System.Text.RegularExpressions.Capture::get_Value()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Capture_get_Value_m8F739B7E4E173814B0890ECFEA37194D592BE91C (Capture_tF4475248CCF3EFF914844BE2C993FC609D41DB73 * __this, const RuntimeMethod* method);
// System.Int32 System.String::LastIndexOf(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_LastIndexOf_mC924D20DC71F85A7106D9DD09BF41497C6816E20 (String_t* __this, String_t* ___value0, const RuntimeMethod* method);
// System.Void BuglyAgent::ConfigDebugMode(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuglyAgent_ConfigDebugMode_m0C4BEE5E664D8958175D5F25C73D498A8908D320 (bool ___enable0, const RuntimeMethod* method);
// System.Void BuglyAgent::ConfigDefault(System.String,System.String,System.String,System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuglyAgent_ConfigDefault_mB54B5BD9A1C952CCA60F4E4DA57AC751DA750B7A (String_t* ___channel0, String_t* ___version1, String_t* ___user2, int64_t ___delay3, const RuntimeMethod* method);
// System.Void BuglyAgent::ConfigAutoReportLogLevel(LogSeverity)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void BuglyAgent_ConfigAutoReportLogLevel_mBEFEBB80C63DC039EF5414B3324FE6BFB6C206C7_inline (int32_t ___level0, const RuntimeMethod* method);
// System.Void BuglyAgent::ConfigAutoQuitApplication(System.Boolean)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void BuglyAgent_ConfigAutoQuitApplication_m730858239845C1B20B0F815AB40CD5EE13FF179F_inline (bool ___autoQuit0, const RuntimeMethod* method);
// System.Void BuglyAgent::RegisterLogCallback(BuglyAgent/LogCallbackDelegate)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuglyAgent_RegisterLogCallback_m2F148DCFB6AE86C2DE1A7938722DD584ABEA43B1 (LogCallbackDelegate_t706B97807EE341E8346EB27B585DBBEDEA922058 * ___handler0, const RuntimeMethod* method);
// System.Void BuglyAgent::InitWithAppId(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuglyAgent_InitWithAppId_m5AA399BDE9799B0FB9D8D73395CAC93C8EE2E62E (String_t* ___appId0, const RuntimeMethod* method);
// System.Void BuglyAgent::EnableExceptionHandler()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuglyAgent_EnableExceptionHandler_mDE55CFACC6CD661C665D74E5520DBFEC243B17A3 (const RuntimeMethod* method);
// System.Void System.Func`1<System.Collections.Generic.Dictionary`2<System.String,System.String>>::.ctor(System.Object,System.IntPtr)
inline void Func_1__ctor_mCA4199EF22906978B3455ED841827D27CA8D1B22 (Func_1_t396E6A649BC5AF2B6E09527C2AF3B34D8CA087BB * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Func_1_t396E6A649BC5AF2B6E09527C2AF3B34D8CA087BB *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_1__ctor_mE02699FC76D830943069F8FC19D16C3B72A98A1F_gshared)(__this, ___object0, ___method1, method);
}
// System.Void BuglyAgent::SetLogCallbackExtrasHandler(System.Func`1<System.Collections.Generic.Dictionary`2<System.String,System.String>>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuglyAgent_SetLogCallbackExtrasHandler_m6CCDA37CA29273729AD17131D620E1152795062F (Func_1_t396E6A649BC5AF2B6E09527C2AF3B34D8CA087BB * ___handler0, const RuntimeMethod* method);
// System.Void UnityEngine.Object::Destroy(UnityEngine.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_Destroy_m23B4562495BA35A74266D4372D45368F8C05109A (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___obj0, const RuntimeMethod* method);
// System.Int32 UnityEngine.Screen::get_width()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Screen_get_width_m8ECCEF7FF17395D1237BC0193D7A6640A3FEEAD3 (const RuntimeMethod* method);
// System.Int32 UnityEngine.Screen::get_height()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Screen_get_height_mF5B64EBC4CDE0EAAA5713C1452ED2CE475F25150 (const RuntimeMethod* method);
// System.String UnityEngine.SystemInfo::get_deviceModel()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SystemInfo_get_deviceModel_m104FF34E03C33AE2AD84FE4CF8ED501C0AE9458A (const RuntimeMethod* method);
// System.String UnityEngine.SystemInfo::get_deviceName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SystemInfo_get_deviceName_mCA23C1149EF385459B51E0176D70561574B28D38 (const RuntimeMethod* method);
// UnityEngine.DeviceType UnityEngine.SystemInfo::get_deviceType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SystemInfo_get_deviceType_mAFCA02B695EE4E37FA3B87B8C05804B6616E1528 (const RuntimeMethod* method);
// System.String UnityEngine.SystemInfo::get_deviceUniqueIdentifier()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SystemInfo_get_deviceUniqueIdentifier_mF4CA0225B1EFB8E7C581469F86F8A712E1485FCF (const RuntimeMethod* method);
// System.Int32 UnityEngine.SystemInfo::get_graphicsDeviceID()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SystemInfo_get_graphicsDeviceID_mF5C5902F798118FBEDC91B3EDCABFAFEFA267776 (const RuntimeMethod* method);
// System.String UnityEngine.SystemInfo::get_graphicsDeviceName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SystemInfo_get_graphicsDeviceName_mD9D09CDF695610D3355F28EAD9EE61F7870F52E8 (const RuntimeMethod* method);
// System.String UnityEngine.SystemInfo::get_graphicsDeviceVendor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SystemInfo_get_graphicsDeviceVendor_m6207F479F5D1D1BC9D770A085B8F3A926ED6141F (const RuntimeMethod* method);
// System.String UnityEngine.SystemInfo::get_graphicsDeviceVersion()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SystemInfo_get_graphicsDeviceVersion_m64E10307E6A8F0351DB4B2CDA96480AD172F119D (const RuntimeMethod* method);
// System.Int32 UnityEngine.SystemInfo::get_graphicsDeviceVendorID()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SystemInfo_get_graphicsDeviceVendorID_mFE4F2143190D41679C83CA65A5C0CCDB36865377 (const RuntimeMethod* method);
// System.Int32 UnityEngine.SystemInfo::get_graphicsMemorySize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SystemInfo_get_graphicsMemorySize_mFD4B4C6ED709C1EABDDC9CF42030FBC512B7907C (const RuntimeMethod* method);
// System.Int32 UnityEngine.SystemInfo::get_systemMemorySize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SystemInfo_get_systemMemorySize_m7599C2A9CA16C15DD72C5563D5C47262CEDE0EB8 (const RuntimeMethod* method);
// System.Void UnityEngine.MonoBehaviour::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoBehaviour__ctor_mEAEC84B222C60319D593E456D769B3311DFCEF97 (MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Keyframe::.ctor(System.Single,System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Keyframe__ctor_m10FFFE5FE1213C3AE88359375398F213B24F18D5 (Keyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74 * __this, float ___time0, float ___value1, float ___inTangent2, float ___outTangent3, const RuntimeMethod* method);
// System.Void UnityEngine.AnimationCurve::.ctor(UnityEngine.Keyframe[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AnimationCurve__ctor_mE9462D171C06A2A746B9DA1B0A6B0F4FC7DB94CF (AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C * __this, KeyframeU5BU5D_tF4DC3E9BD9E6DB77FFF7BDC0B1545B5D6071513D* ___keys0, const RuntimeMethod* method);
// System.Void UnityEngine.ScriptableObject::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScriptableObject__ctor_m6E2B3821A4A361556FC12E9B1C71E1D5DC002C5B (ScriptableObject_tAB015486CEAB714DA0D5C1BA389B84FB90427734 * __this, const RuntimeMethod* method);
// System.Int32 DSAnimationCurveWrap::_CreateDSAnimationCurve(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSAnimationCurveWrap__CreateDSAnimationCurve_mE91068B130335E4309BFBB34A78B6E70B3B7D690 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 DSAnimationCurveWrap::op_Equality(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSAnimationCurveWrap_op_Equality_m3CB95A60D1DD56CAD0F6865CB4FF98627A93854E (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 DSAnimationCurveWrap::get_animationCurve(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSAnimationCurveWrap_get_animationCurve_m4BE29CBED9B07F2041EE78E62B23EBAE1C9F4BC5 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 DSAnimationCurveWrap::set_animationCurve(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSAnimationCurveWrap_set_animationCurve_m0DECE181016672BEED0F98E7D08481C598819822 (intptr_t ___L0, const RuntimeMethod* method);
// System.Int32 LuaInterface.LuaState::BeginClass(System.Type,System.Type,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaState_BeginClass_mFF579B6B50F9A988587776B4214CA369845A4C71 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, Type_t * ___t0, Type_t * ___baseType1, String_t* ___name2, const RuntimeMethod* method);
// System.Void LuaInterface.LuaCSFunction::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// System.Void LuaInterface.LuaState::RegFunction(System.String,LuaInterface.LuaCSFunction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, String_t* ___name0, LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * ___func1, const RuntimeMethod* method);
// System.Void LuaInterface.LuaState::RegVar(System.String,LuaInterface.LuaCSFunction,LuaInterface.LuaCSFunction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, String_t* ___name0, LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * ___get1, LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * ___set2, const RuntimeMethod* method);
// System.Void LuaInterface.LuaState::EndClass()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaState_EndClass_m8A005898468B98BE9EED4EA2E96EEC375C1F6BED (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, const RuntimeMethod* method);
// System.Int32 LuaInterface.LuaDLL::lua_gettop(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858 (intptr_t ___luaState0, const RuntimeMethod* method);
// System.Void DSAnimationCurve::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSAnimationCurve__ctor_m746A9D344EAD90C4A622A82138683E7A0F18968E (DSAnimationCurve_t8AF4B55D16E3382163B6B54B8B35C2F544DD44E6 * __this, const RuntimeMethod* method);
// System.Void LuaInterface.ToLua::Push(System.IntPtr,UnityEngine.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_Push_mB5BA1866994D174500A23AE9D829AE923148EC3A (intptr_t ___L0, Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___obj1, const RuntimeMethod* method);
// System.Int32 LuaInterface.LuaDLL::luaL_throw(System.IntPtr,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828 (intptr_t ___L0, String_t* ___message1, const RuntimeMethod* method);
// System.Int32 LuaInterface.LuaDLL::toluaL_exception(System.IntPtr,System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960 (intptr_t ___L0, Exception_t * ___e1, const RuntimeMethod* method);
// System.Void LuaInterface.ToLua::CheckArgsCount(System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B (intptr_t ___L0, int32_t ___count1, const RuntimeMethod* method);
// System.Object LuaInterface.ToLua::ToObject(System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method);
// System.Boolean UnityEngine.Object::op_Equality(UnityEngine.Object,UnityEngine.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___x0, Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___y1, const RuntimeMethod* method);
// System.Void LuaInterface.LuaDLL::lua_pushboolean(System.IntPtr,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDLL_lua_pushboolean_m2B8D01E55F9DAAFC75B24FD6DC054776E5195B80 (intptr_t ___luaState0, bool ___value1, const RuntimeMethod* method);
// System.Void LuaInterface.ToLua::PushObject(System.IntPtr,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_PushObject_mAF111189B98F55714B489FACC08BF0CB11788C7A (intptr_t ___L0, RuntimeObject * ___o1, const RuntimeMethod* method);
// System.Int32 LuaInterface.LuaDLL::toluaL_exception(System.IntPtr,System.Exception,System.Object,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15 (intptr_t ___L0, Exception_t * ___e1, RuntimeObject * ___o2, String_t* ___msg3, const RuntimeMethod* method);
// System.Object LuaInterface.ToLua::CheckObject<UnityEngine.AnimationCurve>(System.IntPtr,System.Int32)
inline RuntimeObject * ToLua_CheckObject_TisAnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C_m51E215622378381586944AB63512BE6C852590FD (intptr_t ___L0, int32_t ___stackPos1, const RuntimeMethod* method)
{
return (( RuntimeObject * (*) (intptr_t, int32_t, const RuntimeMethod*))ToLua_CheckObject_TisRuntimeObject_m370F9C78E9B5704DCD6C96E0862500C4AE58705D_gshared)(___L0, ___stackPos1, method);
}
// System.Void LuaResLoader::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaResLoader__ctor_mE3E47D0AEED6FBA65B37E0D11601EC15CABF440A (LuaResLoader_tA78634278595979C32DCDCE06623A4265079A9A9 * __this, const RuntimeMethod* method);
// LuaInterface.LuaFileUtils LuaClient::InitLoader()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LuaFileUtils_t5D4064077DA379A5EE940C1C01BE469CE15CD5AE * LuaClient_InitLoader_m1E701FAA635A53F472CEB4B031F86CDEB04518A5 (LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301 * __this, const RuntimeMethod* method);
// System.Void LuaClient::OpenLibs()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaClient_OpenLibs_m7FFE8C594B1229D97BAAA2C727CDEACAD3E15E33 (LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301 * __this, const RuntimeMethod* method);
// System.Void LuaInterface.LuaState::BeginPreLoad()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaState_BeginPreLoad_m4727EF93649D4E45FE9F5CB484222D4F28267CE6 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, const RuntimeMethod* method);
// System.Void LuaInterface.LuaState::EndPreLoad()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaState_EndPreLoad_m62E1E498E214B42C7B635351D86F8CD7955180A9 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, const RuntimeMethod* method);
// System.Void LuaClient::OpenCJson()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaClient_OpenCJson_m3C61CC08E23889239FC05BBA1FEC2DD916DE2E57 (LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301 * __this, const RuntimeMethod* method);
// System.Void DSLuaClient::__ReLoad(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSLuaClient___ReLoad_m306A5604B2577D3D62F709C87817DB9D19D4EE00 (DSLuaClient_t76E7B64916865CE3D031BFE7E687D3E288C89C2C * __this, String_t* ___moduleFileName0, String_t* ___field1, const RuntimeMethod* method);
// System.Void LuaInterface.LuaStatePtr::LuaGetGlobal(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaStatePtr_LuaGetGlobal_m7ABC9446E710F4180A37E51810187CFD7818EB12 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, String_t* ___name0, const RuntimeMethod* method);
// System.Void LuaInterface.LuaStatePtr::LuaGetField(System.Int32,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaStatePtr_LuaGetField_m8C7442FD94C2BF9F81CEE7E38AC3AE5579E14647 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___index0, String_t* ___key1, const RuntimeMethod* method);
// System.Void LuaInterface.LuaStatePtr::LuaPushString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaStatePtr_LuaPushString_m46C208FCCE91F77FF907882470E5C6EAE1CE5B09 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, String_t* ___str0, const RuntimeMethod* method);
// System.Void LuaInterface.LuaStatePtr::LuaGetTable(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaStatePtr_LuaGetTable_m9B829C35CDB66BAC20FB3BEA7F7D0E809BF0ADD3 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___idx0, const RuntimeMethod* method);
// System.Boolean LuaInterface.LuaStatePtr::LuaIsNil(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LuaStatePtr_LuaIsNil_mAECE673ACF13553A020C2BDF277CBFB71CEA64FB (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___n0, const RuntimeMethod* method);
// System.Void LuaInterface.LuaStatePtr::LuaPushNil()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaStatePtr_LuaPushNil_m40DD34128B431509C67A97103E8910F8ECB44C88 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, const RuntimeMethod* method);
// System.Void LuaInterface.LuaStatePtr::LuaSetTable(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaStatePtr_LuaSetTable_mE06B6DB1B528E21152FBBA19BE93B3A5CD76AC96 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___idx0, const RuntimeMethod* method);
// System.Void LuaInterface.LuaStatePtr::LuaPop(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaStatePtr_LuaPop_m6CC814869A69A9A3590E6026DA62D8CF1DA6CBA3 (LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C * __this, int32_t ___amount0, const RuntimeMethod* method);
// System.Void LuaClient::OnLoadFinished()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaClient_OnLoadFinished_m1C6623E3230AB4D7DE45845D151CE412379F8CF8 (LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301 * __this, const RuntimeMethod* method);
// LuaInterface.LuaFunction LuaInterface.LuaState::GetFunction(System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * LuaState_GetFunction_m71CEBDCC461EA556CD0357676D304207C375A8B5 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, String_t* ___name0, bool ___beLogMiss1, const RuntimeMethod* method);
// System.Boolean LuaInterface.LuaBaseRef::op_Inequality(LuaInterface.LuaBaseRef,LuaInterface.LuaBaseRef)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LuaBaseRef_op_Inequality_m4E0A4DED8FEF3D699AD927A851AF293C530F7220 (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 * ___a0, LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 * ___b1, const RuntimeMethod* method);
// System.Void LuaInterface.LuaFunction::PCall()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaFunction_PCall_m341EEEBF73C721C0B0D52DD8F173C24B7CF995C1 (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * __this, const RuntimeMethod* method);
// System.Void LuaInterface.LuaFunction::EndPCall()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaFunction_EndPCall_m61C1BED1DE6D95FEAE1D25F9183A51F0D9667AFB (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * __this, const RuntimeMethod* method);
// System.Void LuaClient::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaClient__ctor_m89BA2A2603A0496C1AFBD12B7E33D369F4F1B7E6 (LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301 * __this, const RuntimeMethod* method);
// System.Void DelegateFactory::Register()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DelegateFactory_Register_m59D6FF4D3BDA584368BAF6A2EBCA852231E62C4C (const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Type,DelegateFactory/DelegateCreate>::Clear()
inline void Dictionary_2_Clear_m91A92A96B3E18F3335E3143F9A6ADC49D6D9434E (Dictionary_2_t64FEAC44024A9F563A78A86CE11C18185BD75389 * __this, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t64FEAC44024A9F563A78A86CE11C18185BD75389 *, const RuntimeMethod*))Dictionary_2_Clear_m0EC0FF0E4C6FE91D15CEE92696B25109A202B942_gshared)(__this, method);
}
// System.Void DelegateFactory/DelegateCreate::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DelegateCreate__ctor_mF65953100991F58DE72BCCE2322D3AE2C17A5B4C (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Type,DelegateFactory/DelegateCreate>::Add(!0,!1)
inline void Dictionary_2_Add_m6E523C00E33BAB5B61C7889439E8B4EE94DEB885 (Dictionary_2_t64FEAC44024A9F563A78A86CE11C18185BD75389 * __this, Type_t * ___key0, DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * ___value1, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t64FEAC44024A9F563A78A86CE11C18185BD75389 *, Type_t *, DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *, const RuntimeMethod*))Dictionary_2_Add_mC741BBB0A647C814227953DB9B23CB1BDF571C5B_gshared)(__this, ___key0, ___value1, method);
}
// System.Void LuaInterface.DelegateTraits`1<System.Action>::Init(DelegateFactory/DelegateCreate)
inline void DelegateTraits_1_Init_m99AD6EFF1915D3289874E02F67E2838F5F5B28C2_inline (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * ___func0, const RuntimeMethod* method)
{
(( void (*) (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *, const RuntimeMethod*))DelegateTraits_1_Init_mEB3F2C4D5C557BB8A48D48F216DA58310A86C02E_gshared_inline)(___func0, method);
}
// System.Void LuaInterface.DelegateTraits`1<UnityEngine.Events.UnityAction>::Init(DelegateFactory/DelegateCreate)
inline void DelegateTraits_1_Init_m68FBE3D3F87B769A4494283F918B6162719E20F9_inline (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * ___func0, const RuntimeMethod* method)
{
(( void (*) (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *, const RuntimeMethod*))DelegateTraits_1_Init_mEB3F2C4D5C557BB8A48D48F216DA58310A86C02E_gshared_inline)(___func0, method);
}
// System.Void LuaInterface.DelegateTraits`1<System.Predicate`1<System.Int32>>::Init(DelegateFactory/DelegateCreate)
inline void DelegateTraits_1_Init_m34B0319DE4CA09BE77B5D0D0BC165FB8893D12D7_inline (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * ___func0, const RuntimeMethod* method)
{
(( void (*) (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *, const RuntimeMethod*))DelegateTraits_1_Init_mEB3F2C4D5C557BB8A48D48F216DA58310A86C02E_gshared_inline)(___func0, method);
}
// System.Void LuaInterface.DelegateTraits`1<System.Action`1<System.Int32>>::Init(DelegateFactory/DelegateCreate)
inline void DelegateTraits_1_Init_mC05E15E5535D18890D595138D3717DDD5667B11E_inline (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * ___func0, const RuntimeMethod* method)
{
(( void (*) (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *, const RuntimeMethod*))DelegateTraits_1_Init_mEB3F2C4D5C557BB8A48D48F216DA58310A86C02E_gshared_inline)(___func0, method);
}
// System.Void LuaInterface.DelegateTraits`1<System.Comparison`1<System.Int32>>::Init(DelegateFactory/DelegateCreate)
inline void DelegateTraits_1_Init_mD14D90A8EF8199C0EDEFFC28A0B5035ADAC12896_inline (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * ___func0, const RuntimeMethod* method)
{
(( void (*) (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *, const RuntimeMethod*))DelegateTraits_1_Init_mEB3F2C4D5C557BB8A48D48F216DA58310A86C02E_gshared_inline)(___func0, method);
}
// System.Void LuaInterface.DelegateTraits`1<System.Func`2<System.Int32,System.Int32>>::Init(DelegateFactory/DelegateCreate)
inline void DelegateTraits_1_Init_mC9175FD248A5E3E1663C3E4EAA047882F40ADC52_inline (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * ___func0, const RuntimeMethod* method)
{
(( void (*) (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *, const RuntimeMethod*))DelegateTraits_1_Init_mEB3F2C4D5C557BB8A48D48F216DA58310A86C02E_gshared_inline)(___func0, method);
}
// System.Void LuaInterface.DelegateTraits`1<FairyGUI.GTweenCallback>::Init(DelegateFactory/DelegateCreate)
inline void DelegateTraits_1_Init_mB690666D77450590015E57AB18F966C6D24753CA_inline (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * ___func0, const RuntimeMethod* method)
{
(( void (*) (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *, const RuntimeMethod*))DelegateTraits_1_Init_mEB3F2C4D5C557BB8A48D48F216DA58310A86C02E_gshared_inline)(___func0, method);
}
// System.Void LuaInterface.DelegateTraits`1<UnityEngine.Camera/CameraCallback>::Init(DelegateFactory/DelegateCreate)
inline void DelegateTraits_1_Init_mEB2944E841190C3D26B499EEF56F5E8166F3E3EB_inline (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * ___func0, const RuntimeMethod* method)
{
(( void (*) (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *, const RuntimeMethod*))DelegateTraits_1_Init_mEB3F2C4D5C557BB8A48D48F216DA58310A86C02E_gshared_inline)(___func0, method);
}
// System.Void LuaInterface.DelegateTraits`1<UnityEngine.Application/AdvertisingIdentifierCallback>::Init(DelegateFactory/DelegateCreate)
inline void DelegateTraits_1_Init_m362C4E7630A431CEBF4E4C8A07AFDF7D26A3CA9D_inline (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * ___func0, const RuntimeMethod* method)
{
(( void (*) (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *, const RuntimeMethod*))DelegateTraits_1_Init_mEB3F2C4D5C557BB8A48D48F216DA58310A86C02E_gshared_inline)(___func0, method);
}
// System.Void LuaInterface.DelegateTraits`1<UnityEngine.Application/LowMemoryCallback>::Init(DelegateFactory/DelegateCreate)
inline void DelegateTraits_1_Init_m923EE57850893654D3787B84CD76D2EF99CB525C_inline (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * ___func0, const RuntimeMethod* method)
{
(( void (*) (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *, const RuntimeMethod*))DelegateTraits_1_Init_mEB3F2C4D5C557BB8A48D48F216DA58310A86C02E_gshared_inline)(___func0, method);
}
// System.Void LuaInterface.DelegateTraits`1<UnityEngine.Application/LogCallback>::Init(DelegateFactory/DelegateCreate)
inline void DelegateTraits_1_Init_m622AD72F73BE89CFFE346F159CA24799414E98B9_inline (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * ___func0, const RuntimeMethod* method)
{
(( void (*) (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *, const RuntimeMethod*))DelegateTraits_1_Init_mEB3F2C4D5C557BB8A48D48F216DA58310A86C02E_gshared_inline)(___func0, method);
}
// System.Void LuaInterface.DelegateTraits`1<System.Action`1<System.Boolean>>::Init(DelegateFactory/DelegateCreate)
inline void DelegateTraits_1_Init_m10744F1C80B0B47A27779A2DFD68B8BA204BBEDA_inline (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * ___func0, const RuntimeMethod* method)
{
(( void (*) (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *, const RuntimeMethod*))DelegateTraits_1_Init_mEB3F2C4D5C557BB8A48D48F216DA58310A86C02E_gshared_inline)(___func0, method);
}
// System.Void LuaInterface.DelegateTraits`1<System.Action`1<System.String>>::Init(DelegateFactory/DelegateCreate)
inline void DelegateTraits_1_Init_mB38E8FD29B2650726848C943BCEB94774ED5E66C_inline (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * ___func0, const RuntimeMethod* method)
{
(( void (*) (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *, const RuntimeMethod*))DelegateTraits_1_Init_mEB3F2C4D5C557BB8A48D48F216DA58310A86C02E_gshared_inline)(___func0, method);
}
// System.Void LuaInterface.DelegateTraits`1<System.Func`1<System.Boolean>>::Init(DelegateFactory/DelegateCreate)
inline void DelegateTraits_1_Init_m31C1DF689DFC60579E8B3C4DF98A6842296BFA9D_inline (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * ___func0, const RuntimeMethod* method)
{
(( void (*) (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *, const RuntimeMethod*))DelegateTraits_1_Init_mEB3F2C4D5C557BB8A48D48F216DA58310A86C02E_gshared_inline)(___func0, method);
}
// System.Void LuaInterface.DelegateTraits`1<UnityEngine.AudioClip/PCMReaderCallback>::Init(DelegateFactory/DelegateCreate)
inline void DelegateTraits_1_Init_m86E10621DABD8FDE628B38C125D3CF54FF4CE935_inline (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * ___func0, const RuntimeMethod* method)
{
(( void (*) (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *, const RuntimeMethod*))DelegateTraits_1_Init_mEB3F2C4D5C557BB8A48D48F216DA58310A86C02E_gshared_inline)(___func0, method);
}
// System.Void LuaInterface.DelegateTraits`1<UnityEngine.AudioClip/PCMSetPositionCallback>::Init(DelegateFactory/DelegateCreate)
inline void DelegateTraits_1_Init_m6D5549618ADD31075B95C24D6935D6E91FF7BF05_inline (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * ___func0, const RuntimeMethod* method)
{
(( void (*) (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *, const RuntimeMethod*))DelegateTraits_1_Init_mEB3F2C4D5C557BB8A48D48F216DA58310A86C02E_gshared_inline)(___func0, method);
}
// System.Void LuaInterface.DelegateTraits`1<System.Action`1<UnityEngine.AsyncOperation>>::Init(DelegateFactory/DelegateCreate)
inline void DelegateTraits_1_Init_mD4F3F11956F5AA2FAD61559F4AFDBAA21C3BC77A_inline (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * ___func0, const RuntimeMethod* method)
{
(( void (*) (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *, const RuntimeMethod*))DelegateTraits_1_Init_mEB3F2C4D5C557BB8A48D48F216DA58310A86C02E_gshared_inline)(___func0, method);
}
// System.Void LuaInterface.DelegateTraits`1<FairyGUI.EventCallback1>::Init(DelegateFactory/DelegateCreate)
inline void DelegateTraits_1_Init_mB2E21ED24C1AF2D8E08B16CB884FDF1F9DD35C92_inline (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * ___func0, const RuntimeMethod* method)
{
(( void (*) (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *, const RuntimeMethod*))DelegateTraits_1_Init_mEB3F2C4D5C557BB8A48D48F216DA58310A86C02E_gshared_inline)(___func0, method);
}
// System.Void LuaInterface.DelegateTraits`1<FairyGUI.EventCallback0>::Init(DelegateFactory/DelegateCreate)
inline void DelegateTraits_1_Init_m14032711C86CAF47CE512EE7BACF6D791A17C7A8_inline (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * ___func0, const RuntimeMethod* method)
{
(( void (*) (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *, const RuntimeMethod*))DelegateTraits_1_Init_mEB3F2C4D5C557BB8A48D48F216DA58310A86C02E_gshared_inline)(___func0, method);
}
// System.Void LuaInterface.DelegateTraits`1<FairyGUI.ListItemRenderer>::Init(DelegateFactory/DelegateCreate)
inline void DelegateTraits_1_Init_m637271189FD6F70A653586E6E42C4ED9CA906426_inline (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * ___func0, const RuntimeMethod* method)
{
(( void (*) (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *, const RuntimeMethod*))DelegateTraits_1_Init_mEB3F2C4D5C557BB8A48D48F216DA58310A86C02E_gshared_inline)(___func0, method);
}
// System.Void LuaInterface.DelegateTraits`1<FairyGUI.ListItemProvider>::Init(DelegateFactory/DelegateCreate)
inline void DelegateTraits_1_Init_mFF3F23B2BCD7A75DDAE85D4C2F522D38DECB5622_inline (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * ___func0, const RuntimeMethod* method)
{
(( void (*) (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *, const RuntimeMethod*))DelegateTraits_1_Init_mEB3F2C4D5C557BB8A48D48F216DA58310A86C02E_gshared_inline)(___func0, method);
}
// System.Void LuaInterface.DelegateTraits`1<FairyGUI.PlayCompleteCallback>::Init(DelegateFactory/DelegateCreate)
inline void DelegateTraits_1_Init_m3F650556A51559019A3626766220545729424AC9_inline (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * ___func0, const RuntimeMethod* method)
{
(( void (*) (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *, const RuntimeMethod*))DelegateTraits_1_Init_mEB3F2C4D5C557BB8A48D48F216DA58310A86C02E_gshared_inline)(___func0, method);
}
// System.Void LuaInterface.DelegateTraits`1<FairyGUI.TransitionHook>::Init(DelegateFactory/DelegateCreate)
inline void DelegateTraits_1_Init_mA17C48537162E8608D8D946305F3B1DFD05426B8_inline (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * ___func0, const RuntimeMethod* method)
{
(( void (*) (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *, const RuntimeMethod*))DelegateTraits_1_Init_mEB3F2C4D5C557BB8A48D48F216DA58310A86C02E_gshared_inline)(___func0, method);
}
// System.Void LuaInterface.DelegateTraits`1<FairyGUI.UIPackage/CreateObjectCallback>::Init(DelegateFactory/DelegateCreate)
inline void DelegateTraits_1_Init_mF95C9507D032304E1CEED107300F2390B3803483_inline (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * ___func0, const RuntimeMethod* method)
{
(( void (*) (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *, const RuntimeMethod*))DelegateTraits_1_Init_mEB3F2C4D5C557BB8A48D48F216DA58310A86C02E_gshared_inline)(___func0, method);
}
// System.Void LuaInterface.DelegateTraits`1<FairyGUI.GObjectPool/InitCallbackDelegate>::Init(DelegateFactory/DelegateCreate)
inline void DelegateTraits_1_Init_mC8B13DE993565875E86B01EC1C7A753D80C19CB6_inline (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * ___func0, const RuntimeMethod* method)
{
(( void (*) (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *, const RuntimeMethod*))DelegateTraits_1_Init_mEB3F2C4D5C557BB8A48D48F216DA58310A86C02E_gshared_inline)(___func0, method);
}
// System.Void LuaInterface.DelegateTraits`1<FairyGUI.TimerCallback>::Init(DelegateFactory/DelegateCreate)
inline void DelegateTraits_1_Init_m041C4821CD1EEAC624E306DC5EC7B4E9C049F128_inline (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * ___func0, const RuntimeMethod* method)
{
(( void (*) (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *, const RuntimeMethod*))DelegateTraits_1_Init_mEB3F2C4D5C557BB8A48D48F216DA58310A86C02E_gshared_inline)(___func0, method);
}
// System.Void LuaInterface.DelegateTraits`1<FairyGUI.UIObjectFactory/GComponentCreator>::Init(DelegateFactory/DelegateCreate)
inline void DelegateTraits_1_Init_m2120F612DC57F4E9EB0139D27A9DE21A2C55B4BB_inline (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * ___func0, const RuntimeMethod* method)
{
(( void (*) (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *, const RuntimeMethod*))DelegateTraits_1_Init_mEB3F2C4D5C557BB8A48D48F216DA58310A86C02E_gshared_inline)(___func0, method);
}
// System.Void LuaInterface.DelegateTraits`1<FairyGUI.UIObjectFactory/GLoaderCreator>::Init(DelegateFactory/DelegateCreate)
inline void DelegateTraits_1_Init_mDC90F103F144AC74E20574C9A539957803D8787C_inline (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * ___func0, const RuntimeMethod* method)
{
(( void (*) (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *, const RuntimeMethod*))DelegateTraits_1_Init_mEB3F2C4D5C557BB8A48D48F216DA58310A86C02E_gshared_inline)(___func0, method);
}
// System.Void LuaInterface.DelegateTraits`1<FairyGUI.UIConfig/SoundLoader>::Init(DelegateFactory/DelegateCreate)
inline void DelegateTraits_1_Init_m2A2234174E9F3793B71E19BD11A98C34E0D9FCC5_inline (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * ___func0, const RuntimeMethod* method)
{
(( void (*) (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *, const RuntimeMethod*))DelegateTraits_1_Init_mEB3F2C4D5C557BB8A48D48F216DA58310A86C02E_gshared_inline)(___func0, method);
}
// System.Void LuaInterface.DelegateTraits`1<System.Action`2<System.String,System.Action>>::Init(DelegateFactory/DelegateCreate)
inline void DelegateTraits_1_Init_m6C9B9173B21142D89C92D751720317F7ACE99B26_inline (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * ___func0, const RuntimeMethod* method)
{
(( void (*) (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *, const RuntimeMethod*))DelegateTraits_1_Init_mEB3F2C4D5C557BB8A48D48F216DA58310A86C02E_gshared_inline)(___func0, method);
}
// System.Void LuaInterface.DelegateTraits`1<FairyGUI.GTweenCallback1>::Init(DelegateFactory/DelegateCreate)
inline void DelegateTraits_1_Init_mB763C8C435FC57A23B656E22E60B9A39BE545AB1_inline (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * ___func0, const RuntimeMethod* method)
{
(( void (*) (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *, const RuntimeMethod*))DelegateTraits_1_Init_mEB3F2C4D5C557BB8A48D48F216DA58310A86C02E_gshared_inline)(___func0, method);
}
// System.Void System.Func`3<System.IntPtr,System.Int32,System.Boolean>::.ctor(System.Object,System.IntPtr)
inline void Func_3__ctor_mE71E565C554B772C8848B92736EC2E37032853C7 (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_3__ctor_mE71E565C554B772C8848B92736EC2E37032853C7_gshared)(__this, ___object0, ___method1, method);
}
// System.Void LuaInterface.TypeTraits`1<System.Action>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>)
inline void TypeTraits_1_Init_m8688074CE495B967E48A5D27D2CC542B52C9ABF6 (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * ___check0, const RuntimeMethod* method)
{
(( void (*) (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *, const RuntimeMethod*))TypeTraits_1_Init_mA29E12F3A17E1F12057B61CF978A82E1CA04B612_gshared)(___check0, method);
}
// System.Void LuaInterface.TypeTraits`1<UnityEngine.Events.UnityAction>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>)
inline void TypeTraits_1_Init_mFE8F9D774455985B68A806C6B961961444D1A5DD (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * ___check0, const RuntimeMethod* method)
{
(( void (*) (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *, const RuntimeMethod*))TypeTraits_1_Init_mA29E12F3A17E1F12057B61CF978A82E1CA04B612_gshared)(___check0, method);
}
// System.Void LuaInterface.TypeTraits`1<System.Predicate`1<System.Int32>>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>)
inline void TypeTraits_1_Init_mD80689BCEC0B3F23671EBD4781A5C91877CD136C (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * ___check0, const RuntimeMethod* method)
{
(( void (*) (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *, const RuntimeMethod*))TypeTraits_1_Init_mA29E12F3A17E1F12057B61CF978A82E1CA04B612_gshared)(___check0, method);
}
// System.Void LuaInterface.TypeTraits`1<System.Action`1<System.Int32>>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>)
inline void TypeTraits_1_Init_m008147B67C9DAEA0D73AF395FE21E5424DBA8C41 (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * ___check0, const RuntimeMethod* method)
{
(( void (*) (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *, const RuntimeMethod*))TypeTraits_1_Init_mA29E12F3A17E1F12057B61CF978A82E1CA04B612_gshared)(___check0, method);
}
// System.Void LuaInterface.TypeTraits`1<System.Comparison`1<System.Int32>>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>)
inline void TypeTraits_1_Init_mF88C10CE1D7E50B0B63A68C8261CB42A470BE810 (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * ___check0, const RuntimeMethod* method)
{
(( void (*) (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *, const RuntimeMethod*))TypeTraits_1_Init_mA29E12F3A17E1F12057B61CF978A82E1CA04B612_gshared)(___check0, method);
}
// System.Void LuaInterface.TypeTraits`1<System.Func`2<System.Int32,System.Int32>>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>)
inline void TypeTraits_1_Init_m82A3C93B301D9715015EA55F25B18F51EA328478 (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * ___check0, const RuntimeMethod* method)
{
(( void (*) (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *, const RuntimeMethod*))TypeTraits_1_Init_mA29E12F3A17E1F12057B61CF978A82E1CA04B612_gshared)(___check0, method);
}
// System.Void LuaInterface.TypeTraits`1<FairyGUI.GTweenCallback>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>)
inline void TypeTraits_1_Init_mF31A0655605E14E100DB14C39C0DFE361B650AE9 (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * ___check0, const RuntimeMethod* method)
{
(( void (*) (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *, const RuntimeMethod*))TypeTraits_1_Init_mA29E12F3A17E1F12057B61CF978A82E1CA04B612_gshared)(___check0, method);
}
// System.Void LuaInterface.TypeTraits`1<UnityEngine.Camera/CameraCallback>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>)
inline void TypeTraits_1_Init_m2E80DA565BCECA7A44A48CE0834E4328AEDD5782 (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * ___check0, const RuntimeMethod* method)
{
(( void (*) (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *, const RuntimeMethod*))TypeTraits_1_Init_mA29E12F3A17E1F12057B61CF978A82E1CA04B612_gshared)(___check0, method);
}
// System.Void LuaInterface.TypeTraits`1<UnityEngine.Application/AdvertisingIdentifierCallback>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>)
inline void TypeTraits_1_Init_m076566732248A438129C7B271CD18EA01AD5880B (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * ___check0, const RuntimeMethod* method)
{
(( void (*) (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *, const RuntimeMethod*))TypeTraits_1_Init_mA29E12F3A17E1F12057B61CF978A82E1CA04B612_gshared)(___check0, method);
}
// System.Void LuaInterface.TypeTraits`1<UnityEngine.Application/LowMemoryCallback>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>)
inline void TypeTraits_1_Init_m34106C646E1DAA560CE6ABDA7EA8D1C659B0DB11 (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * ___check0, const RuntimeMethod* method)
{
(( void (*) (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *, const RuntimeMethod*))TypeTraits_1_Init_mA29E12F3A17E1F12057B61CF978A82E1CA04B612_gshared)(___check0, method);
}
// System.Void LuaInterface.TypeTraits`1<UnityEngine.Application/LogCallback>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>)
inline void TypeTraits_1_Init_m310A29E2653300F52D395A08B7327087C4929006 (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * ___check0, const RuntimeMethod* method)
{
(( void (*) (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *, const RuntimeMethod*))TypeTraits_1_Init_mA29E12F3A17E1F12057B61CF978A82E1CA04B612_gshared)(___check0, method);
}
// System.Void LuaInterface.TypeTraits`1<System.Action`1<System.Boolean>>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>)
inline void TypeTraits_1_Init_mA3B76CD4B1DF690F32B783B8B59D070BF60A99E4 (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * ___check0, const RuntimeMethod* method)
{
(( void (*) (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *, const RuntimeMethod*))TypeTraits_1_Init_mA29E12F3A17E1F12057B61CF978A82E1CA04B612_gshared)(___check0, method);
}
// System.Void LuaInterface.TypeTraits`1<System.Action`1<System.String>>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>)
inline void TypeTraits_1_Init_m724DA8E5C5108E439F624E717612B1E155A3218E (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * ___check0, const RuntimeMethod* method)
{
(( void (*) (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *, const RuntimeMethod*))TypeTraits_1_Init_mA29E12F3A17E1F12057B61CF978A82E1CA04B612_gshared)(___check0, method);
}
// System.Void LuaInterface.TypeTraits`1<System.Func`1<System.Boolean>>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>)
inline void TypeTraits_1_Init_mEE5FDA08FD9257EBC3BDEC2E0C7AB2A0EF2F83D9 (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * ___check0, const RuntimeMethod* method)
{
(( void (*) (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *, const RuntimeMethod*))TypeTraits_1_Init_mA29E12F3A17E1F12057B61CF978A82E1CA04B612_gshared)(___check0, method);
}
// System.Void LuaInterface.TypeTraits`1<UnityEngine.AudioClip/PCMReaderCallback>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>)
inline void TypeTraits_1_Init_m74BCBFFDBB5850A8ADF3FB1A1B232AD094F6485B (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * ___check0, const RuntimeMethod* method)
{
(( void (*) (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *, const RuntimeMethod*))TypeTraits_1_Init_mA29E12F3A17E1F12057B61CF978A82E1CA04B612_gshared)(___check0, method);
}
// System.Void LuaInterface.TypeTraits`1<UnityEngine.AudioClip/PCMSetPositionCallback>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>)
inline void TypeTraits_1_Init_m429C4CF233BF2AC32F251596184EF7809113B523 (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * ___check0, const RuntimeMethod* method)
{
(( void (*) (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *, const RuntimeMethod*))TypeTraits_1_Init_mA29E12F3A17E1F12057B61CF978A82E1CA04B612_gshared)(___check0, method);
}
// System.Void LuaInterface.TypeTraits`1<System.Action`1<UnityEngine.AsyncOperation>>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>)
inline void TypeTraits_1_Init_m2F6400ADFF757AEE41AFFF8DF48912484C1BE996 (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * ___check0, const RuntimeMethod* method)
{
(( void (*) (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *, const RuntimeMethod*))TypeTraits_1_Init_mA29E12F3A17E1F12057B61CF978A82E1CA04B612_gshared)(___check0, method);
}
// System.Void LuaInterface.TypeTraits`1<FairyGUI.EventCallback1>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>)
inline void TypeTraits_1_Init_mB950CCBA84922E1A95A75923495A4C6F6ED74411 (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * ___check0, const RuntimeMethod* method)
{
(( void (*) (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *, const RuntimeMethod*))TypeTraits_1_Init_mA29E12F3A17E1F12057B61CF978A82E1CA04B612_gshared)(___check0, method);
}
// System.Void LuaInterface.TypeTraits`1<FairyGUI.EventCallback0>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>)
inline void TypeTraits_1_Init_mCB0C337D171B89C5D6F03480A507AB4A1963953B (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * ___check0, const RuntimeMethod* method)
{
(( void (*) (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *, const RuntimeMethod*))TypeTraits_1_Init_mA29E12F3A17E1F12057B61CF978A82E1CA04B612_gshared)(___check0, method);
}
// System.Void LuaInterface.TypeTraits`1<FairyGUI.ListItemRenderer>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>)
inline void TypeTraits_1_Init_m73C641D1EA4FE1935C6A38FBC972848868ACD768 (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * ___check0, const RuntimeMethod* method)
{
(( void (*) (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *, const RuntimeMethod*))TypeTraits_1_Init_mA29E12F3A17E1F12057B61CF978A82E1CA04B612_gshared)(___check0, method);
}
// System.Void LuaInterface.TypeTraits`1<FairyGUI.ListItemProvider>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>)
inline void TypeTraits_1_Init_mB3D70FB9C90FE3334D6AA50CC98BCA3EECCFE1E6 (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * ___check0, const RuntimeMethod* method)
{
(( void (*) (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *, const RuntimeMethod*))TypeTraits_1_Init_mA29E12F3A17E1F12057B61CF978A82E1CA04B612_gshared)(___check0, method);
}
// System.Void LuaInterface.TypeTraits`1<FairyGUI.PlayCompleteCallback>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>)
inline void TypeTraits_1_Init_m2B01278728B42F80F419B12E6CBA98CE28D15929 (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * ___check0, const RuntimeMethod* method)
{
(( void (*) (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *, const RuntimeMethod*))TypeTraits_1_Init_mA29E12F3A17E1F12057B61CF978A82E1CA04B612_gshared)(___check0, method);
}
// System.Void LuaInterface.TypeTraits`1<FairyGUI.TransitionHook>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>)
inline void TypeTraits_1_Init_m8C06F95EFCEF32E58E498CD6B1A04F7C17D369F3 (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * ___check0, const RuntimeMethod* method)
{
(( void (*) (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *, const RuntimeMethod*))TypeTraits_1_Init_mA29E12F3A17E1F12057B61CF978A82E1CA04B612_gshared)(___check0, method);
}
// System.Void LuaInterface.TypeTraits`1<FairyGUI.UIPackage/CreateObjectCallback>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>)
inline void TypeTraits_1_Init_mDBD95E354C18F24A1806ECFD8E29E5B9092E2C04 (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * ___check0, const RuntimeMethod* method)
{
(( void (*) (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *, const RuntimeMethod*))TypeTraits_1_Init_mA29E12F3A17E1F12057B61CF978A82E1CA04B612_gshared)(___check0, method);
}
// System.Void LuaInterface.TypeTraits`1<FairyGUI.GObjectPool/InitCallbackDelegate>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>)
inline void TypeTraits_1_Init_mA9009EF6AB096633113306631652831868D751B0 (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * ___check0, const RuntimeMethod* method)
{
(( void (*) (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *, const RuntimeMethod*))TypeTraits_1_Init_mA29E12F3A17E1F12057B61CF978A82E1CA04B612_gshared)(___check0, method);
}
// System.Void LuaInterface.TypeTraits`1<FairyGUI.TimerCallback>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>)
inline void TypeTraits_1_Init_mA4A700D71B33495396A7E97036629EE62043FF66 (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * ___check0, const RuntimeMethod* method)
{
(( void (*) (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *, const RuntimeMethod*))TypeTraits_1_Init_mA29E12F3A17E1F12057B61CF978A82E1CA04B612_gshared)(___check0, method);
}
// System.Void LuaInterface.TypeTraits`1<FairyGUI.UIObjectFactory/GComponentCreator>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>)
inline void TypeTraits_1_Init_mA7E1D1861E769BC5D2B7A7E330412A4EF6278ED3 (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * ___check0, const RuntimeMethod* method)
{
(( void (*) (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *, const RuntimeMethod*))TypeTraits_1_Init_mA29E12F3A17E1F12057B61CF978A82E1CA04B612_gshared)(___check0, method);
}
// System.Void LuaInterface.TypeTraits`1<FairyGUI.UIObjectFactory/GLoaderCreator>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>)
inline void TypeTraits_1_Init_m7F3175DABF7BA01FBB368B2877F017AB982E4104 (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * ___check0, const RuntimeMethod* method)
{
(( void (*) (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *, const RuntimeMethod*))TypeTraits_1_Init_mA29E12F3A17E1F12057B61CF978A82E1CA04B612_gshared)(___check0, method);
}
// System.Void LuaInterface.TypeTraits`1<FairyGUI.UIConfig/SoundLoader>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>)
inline void TypeTraits_1_Init_m75EA9859C6B037E5F2E47496A46BA2FDCDE665CA (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * ___check0, const RuntimeMethod* method)
{
(( void (*) (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *, const RuntimeMethod*))TypeTraits_1_Init_mA29E12F3A17E1F12057B61CF978A82E1CA04B612_gshared)(___check0, method);
}
// System.Void LuaInterface.TypeTraits`1<System.Action`2<System.String,System.Action>>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>)
inline void TypeTraits_1_Init_m1845CB975621F6D23934E7AE3B28FC9D2DC92208 (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * ___check0, const RuntimeMethod* method)
{
(( void (*) (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *, const RuntimeMethod*))TypeTraits_1_Init_mA29E12F3A17E1F12057B61CF978A82E1CA04B612_gshared)(___check0, method);
}
// System.Void LuaInterface.TypeTraits`1<FairyGUI.GTweenCallback1>::Init(System.Func`3<System.IntPtr,System.Int32,System.Boolean>)
inline void TypeTraits_1_Init_mCF3E06ABABB0B05E348393C77F5700F81061F135 (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * ___check0, const RuntimeMethod* method)
{
(( void (*) (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *, const RuntimeMethod*))TypeTraits_1_Init_mA29E12F3A17E1F12057B61CF978A82E1CA04B612_gshared)(___check0, method);
}
// System.Void System.Action`2<System.IntPtr,System.Action>::.ctor(System.Object,System.IntPtr)
inline void Action_2__ctor_m687E00A395568FE1B6D3FDFCC67DD3EEEDF12C0D (Action_2_t8BA960C87A6EA92FE09D7A278C905A9CA65E0644 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Action_2_t8BA960C87A6EA92FE09D7A278C905A9CA65E0644 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_2__ctor_mF72B4B33CCEF215C9643C4DE63EAFF29FF39A75E_gshared)(__this, ___object0, ___method1, method);
}
// System.Void System.Action`2<System.IntPtr,UnityEngine.Events.UnityAction>::.ctor(System.Object,System.IntPtr)
inline void Action_2__ctor_m405A16C0723FB837724AC6E3A16421EBFCF84B83 (Action_2_t1B6F459E12B8D7F24971392E4F1665F9AF94F727 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Action_2_t1B6F459E12B8D7F24971392E4F1665F9AF94F727 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_2__ctor_mF72B4B33CCEF215C9643C4DE63EAFF29FF39A75E_gshared)(__this, ___object0, ___method1, method);
}
// System.Void System.Action`2<System.IntPtr,System.Predicate`1<System.Int32>>::.ctor(System.Object,System.IntPtr)
inline void Action_2__ctor_m91A509A82FAE4FE078923E75A09F1A97DF81FF1A (Action_2_t797B3CE48C1D009DC9915A146CB1EEA7A55ABFAD * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Action_2_t797B3CE48C1D009DC9915A146CB1EEA7A55ABFAD *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_2__ctor_mF72B4B33CCEF215C9643C4DE63EAFF29FF39A75E_gshared)(__this, ___object0, ___method1, method);
}
// System.Void System.Action`2<System.IntPtr,System.Action`1<System.Int32>>::.ctor(System.Object,System.IntPtr)
inline void Action_2__ctor_mF0F4D4BB286CDD0244931C0CAE4A877B20B798FB (Action_2_t85C1D00DB6A5FDDCC7819A6EBC6C815B6A7C5FE4 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Action_2_t85C1D00DB6A5FDDCC7819A6EBC6C815B6A7C5FE4 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_2__ctor_mF72B4B33CCEF215C9643C4DE63EAFF29FF39A75E_gshared)(__this, ___object0, ___method1, method);
}
// System.Void System.Action`2<System.IntPtr,System.Comparison`1<System.Int32>>::.ctor(System.Object,System.IntPtr)
inline void Action_2__ctor_mDB7EDFC0445968ACA3D3FCD6CA04751572C7CB86 (Action_2_t91F4930EFA228C7C023A8DB5A56BE2FE2495AC7C * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Action_2_t91F4930EFA228C7C023A8DB5A56BE2FE2495AC7C *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_2__ctor_mF72B4B33CCEF215C9643C4DE63EAFF29FF39A75E_gshared)(__this, ___object0, ___method1, method);
}
// System.Void System.Action`2<System.IntPtr,System.Func`2<System.Int32,System.Int32>>::.ctor(System.Object,System.IntPtr)
inline void Action_2__ctor_m5C906330714C40B165BBAD5545680128329A599E (Action_2_t2A270A3C54A197D19A8B6ACFE308EB9D11FE624B * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Action_2_t2A270A3C54A197D19A8B6ACFE308EB9D11FE624B *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_2__ctor_mF72B4B33CCEF215C9643C4DE63EAFF29FF39A75E_gshared)(__this, ___object0, ___method1, method);
}
// System.Void System.Action`2<System.IntPtr,FairyGUI.GTweenCallback>::.ctor(System.Object,System.IntPtr)
inline void Action_2__ctor_m1D0AB4E3B2496499950B878DADEAEF4D0918BE56 (Action_2_t9AA8501EDF1C6F64A5AC5CF606916E8183147E5C * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Action_2_t9AA8501EDF1C6F64A5AC5CF606916E8183147E5C *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_2__ctor_mF72B4B33CCEF215C9643C4DE63EAFF29FF39A75E_gshared)(__this, ___object0, ___method1, method);
}
// System.Void System.Action`2<System.IntPtr,UnityEngine.Camera/CameraCallback>::.ctor(System.Object,System.IntPtr)
inline void Action_2__ctor_mE50D31C2898E94644324CE54E2B7AFF77626D3C9 (Action_2_t4DDD4357C383F990F9CE25457CD437938D85134E * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Action_2_t4DDD4357C383F990F9CE25457CD437938D85134E *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_2__ctor_mF72B4B33CCEF215C9643C4DE63EAFF29FF39A75E_gshared)(__this, ___object0, ___method1, method);
}
// System.Void System.Action`2<System.IntPtr,UnityEngine.Application/AdvertisingIdentifierCallback>::.ctor(System.Object,System.IntPtr)
inline void Action_2__ctor_mC99A8E00C8D1E9D5AE2C2318C3EBAE1231127B4B (Action_2_t735A4505D19621B57B23229E353FED1CB1CF69EC * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Action_2_t735A4505D19621B57B23229E353FED1CB1CF69EC *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_2__ctor_mF72B4B33CCEF215C9643C4DE63EAFF29FF39A75E_gshared)(__this, ___object0, ___method1, method);
}
// System.Void System.Action`2<System.IntPtr,UnityEngine.Application/LowMemoryCallback>::.ctor(System.Object,System.IntPtr)
inline void Action_2__ctor_mB619FC9CB8C5D650CF76BCAF7AB3E3A7E67AE855 (Action_2_tC01F37E791A57C189E8C82A0FD6517B91C69C86D * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Action_2_tC01F37E791A57C189E8C82A0FD6517B91C69C86D *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_2__ctor_mF72B4B33CCEF215C9643C4DE63EAFF29FF39A75E_gshared)(__this, ___object0, ___method1, method);
}
// System.Void System.Action`2<System.IntPtr,UnityEngine.Application/LogCallback>::.ctor(System.Object,System.IntPtr)
inline void Action_2__ctor_mACAAA5EDB80EB12D56879F978188A70A0E02F9C3 (Action_2_tADFD7619F6E77FD7A2A68D59FE478FA0BCE4B9C6 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Action_2_tADFD7619F6E77FD7A2A68D59FE478FA0BCE4B9C6 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_2__ctor_mF72B4B33CCEF215C9643C4DE63EAFF29FF39A75E_gshared)(__this, ___object0, ___method1, method);
}
// System.Void System.Action`2<System.IntPtr,System.Action`1<System.Boolean>>::.ctor(System.Object,System.IntPtr)
inline void Action_2__ctor_mF3A4A16C72DEE31BCE0FA4DE5DB8AB8EDE5C5148 (Action_2_tABB45180FAFA0A42C95D2CC70B91ED99A890BEE0 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Action_2_tABB45180FAFA0A42C95D2CC70B91ED99A890BEE0 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_2__ctor_mF72B4B33CCEF215C9643C4DE63EAFF29FF39A75E_gshared)(__this, ___object0, ___method1, method);
}
// System.Void System.Action`2<System.IntPtr,System.Action`1<System.String>>::.ctor(System.Object,System.IntPtr)
inline void Action_2__ctor_m5DD1C26EFCB74ED64544AA2087B2FDFF2E57D393 (Action_2_t427BC8CA6771EEF423D4787EDBB96230EB358952 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Action_2_t427BC8CA6771EEF423D4787EDBB96230EB358952 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_2__ctor_mF72B4B33CCEF215C9643C4DE63EAFF29FF39A75E_gshared)(__this, ___object0, ___method1, method);
}
// System.Void System.Action`2<System.IntPtr,System.Func`1<System.Boolean>>::.ctor(System.Object,System.IntPtr)
inline void Action_2__ctor_m30B29D426AC220BFF77912B79F0935FE3A88DD3D (Action_2_t0D3F479DB9121CBDC370E5283A7A88499769E5E3 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Action_2_t0D3F479DB9121CBDC370E5283A7A88499769E5E3 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_2__ctor_mF72B4B33CCEF215C9643C4DE63EAFF29FF39A75E_gshared)(__this, ___object0, ___method1, method);
}
// System.Void System.Action`2<System.IntPtr,UnityEngine.AudioClip/PCMReaderCallback>::.ctor(System.Object,System.IntPtr)
inline void Action_2__ctor_mE0F8D02811AD26CADA2CF193572C53028BDCD4C1 (Action_2_t08DEF86172C7E70193B6907205DFA184D9A664F4 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Action_2_t08DEF86172C7E70193B6907205DFA184D9A664F4 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_2__ctor_mF72B4B33CCEF215C9643C4DE63EAFF29FF39A75E_gshared)(__this, ___object0, ___method1, method);
}
// System.Void System.Action`2<System.IntPtr,UnityEngine.AudioClip/PCMSetPositionCallback>::.ctor(System.Object,System.IntPtr)
inline void Action_2__ctor_mD5C8F6A959443E95616F962D9AA5AC4506BBED52 (Action_2_t3606921CF49249D1587F8B8131DF6324D1E4DB89 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Action_2_t3606921CF49249D1587F8B8131DF6324D1E4DB89 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_2__ctor_mF72B4B33CCEF215C9643C4DE63EAFF29FF39A75E_gshared)(__this, ___object0, ___method1, method);
}
// System.Void System.Action`2<System.IntPtr,System.Action`1<UnityEngine.AsyncOperation>>::.ctor(System.Object,System.IntPtr)
inline void Action_2__ctor_m8B7FEE270AD830ADFC35F19FE319482D0591D78A (Action_2_t59D4338B409A3246D7A816A2D442019E7BC6CC86 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Action_2_t59D4338B409A3246D7A816A2D442019E7BC6CC86 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_2__ctor_mF72B4B33CCEF215C9643C4DE63EAFF29FF39A75E_gshared)(__this, ___object0, ___method1, method);
}
// System.Void System.Action`2<System.IntPtr,FairyGUI.EventCallback1>::.ctor(System.Object,System.IntPtr)
inline void Action_2__ctor_m5DC39814EC757284D29C5E214F9B4DDA6EAB0231 (Action_2_tE798E560D6B46B3189A16CBB0D8BB44C92F8CC38 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Action_2_tE798E560D6B46B3189A16CBB0D8BB44C92F8CC38 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_2__ctor_mF72B4B33CCEF215C9643C4DE63EAFF29FF39A75E_gshared)(__this, ___object0, ___method1, method);
}
// System.Void System.Action`2<System.IntPtr,FairyGUI.EventCallback0>::.ctor(System.Object,System.IntPtr)
inline void Action_2__ctor_mF7B7CB211A532CA24EAEA8AEE24D294B8F8ADC34 (Action_2_tB5B397CF9CB864F6A11340D9E1221149EFC951B9 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Action_2_tB5B397CF9CB864F6A11340D9E1221149EFC951B9 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_2__ctor_mF72B4B33CCEF215C9643C4DE63EAFF29FF39A75E_gshared)(__this, ___object0, ___method1, method);
}
// System.Void System.Action`2<System.IntPtr,FairyGUI.ListItemRenderer>::.ctor(System.Object,System.IntPtr)
inline void Action_2__ctor_m7F7F1BF8609866059A2EF9E91AB79114ED415396 (Action_2_tFEA7CC28432581502548AC81B2954526B8D033BF * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Action_2_tFEA7CC28432581502548AC81B2954526B8D033BF *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_2__ctor_mF72B4B33CCEF215C9643C4DE63EAFF29FF39A75E_gshared)(__this, ___object0, ___method1, method);
}
// System.Void System.Action`2<System.IntPtr,FairyGUI.ListItemProvider>::.ctor(System.Object,System.IntPtr)
inline void Action_2__ctor_mF00FD909C3F0B61B5E90EE0F092E59FB6404D3BB (Action_2_tFDBABB67B96E4722C378D5CC5E5850EBF58C2DFA * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Action_2_tFDBABB67B96E4722C378D5CC5E5850EBF58C2DFA *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_2__ctor_mF72B4B33CCEF215C9643C4DE63EAFF29FF39A75E_gshared)(__this, ___object0, ___method1, method);
}
// System.Void System.Action`2<System.IntPtr,FairyGUI.PlayCompleteCallback>::.ctor(System.Object,System.IntPtr)
inline void Action_2__ctor_m944271FF450745892A217A76520FEF47A0CCDAD6 (Action_2_t1DABD3DAA653BE25A8A0DEA95BBE55772D2A0CAD * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Action_2_t1DABD3DAA653BE25A8A0DEA95BBE55772D2A0CAD *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_2__ctor_mF72B4B33CCEF215C9643C4DE63EAFF29FF39A75E_gshared)(__this, ___object0, ___method1, method);
}
// System.Void System.Action`2<System.IntPtr,FairyGUI.TransitionHook>::.ctor(System.Object,System.IntPtr)
inline void Action_2__ctor_mA96B08D934F763035BB61A9EB675EF33A09BDF58 (Action_2_t6E51EA346F5684A8EB8572A5141CD6EE5B9A3630 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Action_2_t6E51EA346F5684A8EB8572A5141CD6EE5B9A3630 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_2__ctor_mF72B4B33CCEF215C9643C4DE63EAFF29FF39A75E_gshared)(__this, ___object0, ___method1, method);
}
// System.Void System.Action`2<System.IntPtr,FairyGUI.UIPackage/CreateObjectCallback>::.ctor(System.Object,System.IntPtr)
inline void Action_2__ctor_mDFC05123CE4263669A45E6D26C8ACEB340261B8D (Action_2_t0362A90ECA6F81B9CC9C0A27481CCD1736D74815 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Action_2_t0362A90ECA6F81B9CC9C0A27481CCD1736D74815 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_2__ctor_mF72B4B33CCEF215C9643C4DE63EAFF29FF39A75E_gshared)(__this, ___object0, ___method1, method);
}
// System.Void System.Action`2<System.IntPtr,FairyGUI.GObjectPool/InitCallbackDelegate>::.ctor(System.Object,System.IntPtr)
inline void Action_2__ctor_m1151CE3BC9542E09A5C3C63540BAC10323466085 (Action_2_t2E3557901301BAA3D248217DBB593D7439D623BA * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Action_2_t2E3557901301BAA3D248217DBB593D7439D623BA *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_2__ctor_mF72B4B33CCEF215C9643C4DE63EAFF29FF39A75E_gshared)(__this, ___object0, ___method1, method);
}
// System.Void System.Action`2<System.IntPtr,FairyGUI.TimerCallback>::.ctor(System.Object,System.IntPtr)
inline void Action_2__ctor_m733FA5F61FF972AE2E2334B1BEC103ABED3AA47A (Action_2_t6C2A0D4CFD885DF0B1C0F4E28DD2409FF8D51E27 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Action_2_t6C2A0D4CFD885DF0B1C0F4E28DD2409FF8D51E27 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_2__ctor_mF72B4B33CCEF215C9643C4DE63EAFF29FF39A75E_gshared)(__this, ___object0, ___method1, method);
}
// System.Void System.Action`2<System.IntPtr,FairyGUI.UIObjectFactory/GComponentCreator>::.ctor(System.Object,System.IntPtr)
inline void Action_2__ctor_m79E25CDF88D5A9A6FC22737A9BB8D3D31E8C46A6 (Action_2_t84ECA6C105A28E6A161FC7A1CFA020209E956D39 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Action_2_t84ECA6C105A28E6A161FC7A1CFA020209E956D39 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_2__ctor_mF72B4B33CCEF215C9643C4DE63EAFF29FF39A75E_gshared)(__this, ___object0, ___method1, method);
}
// System.Void System.Action`2<System.IntPtr,FairyGUI.UIObjectFactory/GLoaderCreator>::.ctor(System.Object,System.IntPtr)
inline void Action_2__ctor_m44A5D6F94054BAF0EFA5A65B4E5084521C12A0C9 (Action_2_tF336F5E9184C7133A1BAAEBD9C645B89ABCF7D8B * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Action_2_tF336F5E9184C7133A1BAAEBD9C645B89ABCF7D8B *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_2__ctor_mF72B4B33CCEF215C9643C4DE63EAFF29FF39A75E_gshared)(__this, ___object0, ___method1, method);
}
// System.Void System.Action`2<System.IntPtr,FairyGUI.UIConfig/SoundLoader>::.ctor(System.Object,System.IntPtr)
inline void Action_2__ctor_mBF6A13EC7F7313A0FBBC684F86561F2911F8B028 (Action_2_t3D11022DEB2C3FC29D9CA038DE9E2A270EFD1115 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Action_2_t3D11022DEB2C3FC29D9CA038DE9E2A270EFD1115 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_2__ctor_mF72B4B33CCEF215C9643C4DE63EAFF29FF39A75E_gshared)(__this, ___object0, ___method1, method);
}
// System.Void System.Action`2<System.IntPtr,System.Action`2<System.String,System.Action>>::.ctor(System.Object,System.IntPtr)
inline void Action_2__ctor_mB7969086E0A278680C33751005905556E9E39CCD (Action_2_t1833ACCDBF4649CA0476CEB6A6D58C42C85974AD * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Action_2_t1833ACCDBF4649CA0476CEB6A6D58C42C85974AD *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_2__ctor_mF72B4B33CCEF215C9643C4DE63EAFF29FF39A75E_gshared)(__this, ___object0, ___method1, method);
}
// System.Void System.Action`2<System.IntPtr,FairyGUI.GTweenCallback1>::.ctor(System.Object,System.IntPtr)
inline void Action_2__ctor_mC7A3C89D883D301791E0741CA14F0F64CD58A1B3 (Action_2_tEBF213297A8425E325FC524A4F593CD662977D60 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Action_2_tEBF213297A8425E325FC524A4F593CD662977D60 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_2__ctor_mF72B4B33CCEF215C9643C4DE63EAFF29FF39A75E_gshared)(__this, ___object0, ___method1, method);
}
// System.Boolean System.Collections.Generic.Dictionary`2<System.Type,DelegateFactory/DelegateCreate>::TryGetValue(!0,!1&)
inline bool Dictionary_2_TryGetValue_mABC1B2661F038133AAC620DC2441B9E58A3A9550 (Dictionary_2_t64FEAC44024A9F563A78A86CE11C18185BD75389 * __this, Type_t * ___key0, DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C ** ___value1, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_t64FEAC44024A9F563A78A86CE11C18185BD75389 *, Type_t *, DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3455807C552312C60038DF52EF328C3687442DE3_gshared)(__this, ___key0, ___value1, method);
}
// System.String LuaInterface.LuaMisc::GetTypeName(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LuaMisc_GetTypeName_m51139023D7F5711A9FF1E3DD07C2EE4C3DBC65BF (Type_t * ___t0, const RuntimeMethod* method);
// System.Void LuaInterface.LuaException::.ctor(System.String,System.Exception,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaException__ctor_m97DD465DE175BDDF2DFA405096A286695CD2F25F (LuaException_t362D5A575564491633FB3233987012974B1564C4 * __this, String_t* ___msg0, Exception_t * ___e1, int32_t ___skip2, const RuntimeMethod* method);
// LuaInterface.LuaState LuaInterface.LuaBaseRef::GetLuaState()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * LuaBaseRef_GetLuaState_m59DE3FCE4CC705ACD929988CF70F8609260CD99B_inline (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 * __this, const RuntimeMethod* method);
// LuaInterface.LuaDelegate LuaInterface.LuaState::GetLuaDelegate(LuaInterface.LuaFunction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 * LuaState_GetLuaDelegate_mA6AA7F2956C629132A7932754D9FF9BCF6228253 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method);
// System.Boolean LuaInterface.LuaDelegate::op_Inequality(LuaInterface.LuaDelegate,LuaInterface.LuaDelegate)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LuaDelegate_op_Inequality_mCDDE3D8D1A261E210AB9B13C96081BBA9466327E (LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 * ___a0, LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 * ___b1, const RuntimeMethod* method);
// System.Delegate System.Delegate::CreateDelegate(System.Type,System.Object,System.Reflection.MethodInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_CreateDelegate_m3A012C4DD077BAD1698B11602174E167F7B9D346 (Type_t * ___type0, RuntimeObject * ___firstArgument1, MethodInfo_t * ___method2, const RuntimeMethod* method);
// System.Delegate DelegateFactory/DelegateCreate::Invoke(LuaInterface.LuaFunction,LuaInterface.LuaTable,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * DelegateCreate_Invoke_m81B66515841C9BACEB3D9ED27322829A79C403D6 (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, bool ___flag2, const RuntimeMethod* method);
// System.Object System.Delegate::get_Target()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * Delegate_get_Target_m5371341CE435E001E9FD407AE78F728824CE20E2_inline (Delegate_t * __this, const RuntimeMethod* method);
// System.Void LuaInterface.LuaState::AddLuaDelegate(LuaInterface.LuaDelegate,LuaInterface.LuaFunction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaState_AddLuaDelegate_mF97DAC833542C3900FB9B2DDF6D25F22BBF958C1 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 * ___target0, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func1, const RuntimeMethod* method);
// LuaInterface.LuaDelegate LuaInterface.LuaState::GetLuaDelegate(LuaInterface.LuaFunction,LuaInterface.LuaTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 * LuaState_GetLuaDelegate_m5B0A60156CA990789AFC7FD30FDE6E211350347D (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method);
// System.Void LuaInterface.LuaState::AddLuaDelegate(LuaInterface.LuaDelegate,LuaInterface.LuaFunction,LuaInterface.LuaTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaState_AddLuaDelegate_mFA06462F85ED99406F00E3D0D32B44EBFAAD9451 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 * ___target0, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func1, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self2, const RuntimeMethod* method);
// System.Boolean LuaInterface.LuaBaseRef::op_Equality(LuaInterface.LuaBaseRef,LuaInterface.LuaBaseRef)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LuaBaseRef_op_Equality_m3930A4B3F75C8D691B661568896F24C8155CD102 (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 * ___a0, LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 * ___b1, const RuntimeMethod* method);
// System.Void LuaInterface.LuaState::DelayDispose(LuaInterface.LuaBaseRef)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaState_DelayDispose_mFA50AA053E1F6CA6CFA566400A1343B9258DD999 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 * ___br0, const RuntimeMethod* method);
// System.Boolean LuaInterface.LuaDelegate::op_Equality(LuaInterface.LuaDelegate,LuaInterface.LuaDelegate)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LuaDelegate_op_Equality_m59A780EBA416952E425FAA0AD848F5119C56D1FA (LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 * ___a0, LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 * ___b1, const RuntimeMethod* method);
// System.Void System.Action::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action__ctor_m570E96B2A0C48BC1DC6788460316191F24572760 (Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// System.Void DelegateFactory/System_Action_Event::.ctor(LuaInterface.LuaFunction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void System_Action_Event__ctor_m3612F16585FE07B5BDC23DB9093331AE7DDF7B12 (System_Action_Event_t849A1E142A0EF10B1A879D227B3C0377B9132848 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method);
// System.Reflection.MethodInfo System.Delegate::get_Method()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * Delegate_get_Method_m0AC85D2B0C4CA63C471BC37FFDC3A5EA1E8ED048 (Delegate_t * __this, const RuntimeMethod* method);
// System.Void DelegateFactory/System_Action_Event::.ctor(LuaInterface.LuaFunction,LuaInterface.LuaTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void System_Action_Event__ctor_mDA1FBD4643E633589A4F543FCA37E00D19772F87 (System_Action_Event_t849A1E142A0EF10B1A879D227B3C0377B9132848 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method);
// System.Boolean LuaInterface.TypeChecker::CheckDelegateType(System.Type,System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeChecker_CheckDelegateType_mBA16C99989C8C054753479195A60E24F471E6CC2 (Type_t * ___type0, intptr_t ___L1, int32_t ___pos2, const RuntimeMethod* method);
// System.Void LuaInterface.ToLua::Push(System.IntPtr,System.Delegate)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398 (intptr_t ___L0, Delegate_t * ___ev1, const RuntimeMethod* method);
// System.Void UnityEngine.Events.UnityAction::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityAction__ctor_mEFC4B92529CE83DF72501F92E07EC5598C54BDAC (UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// System.Void DelegateFactory/UnityEngine_Events_UnityAction_Event::.ctor(LuaInterface.LuaFunction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_Events_UnityAction_Event__ctor_mBB294EF5D9C25714399923C123CE0C7307036901 (UnityEngine_Events_UnityAction_Event_t10F8F38079DCA5884F5DEA623753436B88F6292F * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method);
// System.Void DelegateFactory/UnityEngine_Events_UnityAction_Event::.ctor(LuaInterface.LuaFunction,LuaInterface.LuaTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_Events_UnityAction_Event__ctor_mF4DA0227DC948BDF6F69E1D3AC4617EE4374E196 (UnityEngine_Events_UnityAction_Event_t10F8F38079DCA5884F5DEA623753436B88F6292F * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method);
// System.Void System.Predicate`1<System.Int32>::.ctor(System.Object,System.IntPtr)
inline void Predicate_1__ctor_m78FDCEC58FE3D44DCE64FE4F1F6B4184DCCBCDCD (Predicate_1_t2E795623C97B4C5B38406E9201D0720C5C15895F * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Predicate_1_t2E795623C97B4C5B38406E9201D0720C5C15895F *, RuntimeObject *, intptr_t, const RuntimeMethod*))Predicate_1__ctor_m78FDCEC58FE3D44DCE64FE4F1F6B4184DCCBCDCD_gshared)(__this, ___object0, ___method1, method);
}
// System.Void DelegateFactory/System_Predicate_int_Event::.ctor(LuaInterface.LuaFunction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void System_Predicate_int_Event__ctor_m8896C340711B7A96A4A16354A733B0A05A836886 (System_Predicate_int_Event_tADCE6E9B1CAEE8B07B7E6A858BA193A568EA52BD * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method);
// System.Void DelegateFactory/System_Predicate_int_Event::.ctor(LuaInterface.LuaFunction,LuaInterface.LuaTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void System_Predicate_int_Event__ctor_mFFF17C068DA1255CA11B78479DBF2304725BAEDF (System_Predicate_int_Event_tADCE6E9B1CAEE8B07B7E6A858BA193A568EA52BD * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method);
// System.Void System.Action`1<System.Int32>::.ctor(System.Object,System.IntPtr)
inline void Action_1__ctor_m2CDF7A9DFEDA8D59543C004CB97A89C47A0CDC3E (Action_1_t9B7C5376025AEF32439C13FB3BA4BFF8F0F0477B * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Action_1_t9B7C5376025AEF32439C13FB3BA4BFF8F0F0477B *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_1__ctor_m2CDF7A9DFEDA8D59543C004CB97A89C47A0CDC3E_gshared)(__this, ___object0, ___method1, method);
}
// System.Void DelegateFactory/System_Action_int_Event::.ctor(LuaInterface.LuaFunction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void System_Action_int_Event__ctor_m1A66631E93FBFBC9788BAED3E25119DD3F0E3A23 (System_Action_int_Event_t72AB5253E5D11247384654DA5B392C786877B7BA * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method);
// System.Void DelegateFactory/System_Action_int_Event::.ctor(LuaInterface.LuaFunction,LuaInterface.LuaTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void System_Action_int_Event__ctor_m298CD40BB105AFFE88A828ADAEDE311FC1C83499 (System_Action_int_Event_t72AB5253E5D11247384654DA5B392C786877B7BA * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method);
// System.Void System.Comparison`1<System.Int32>::.ctor(System.Object,System.IntPtr)
inline void Comparison_1__ctor_m351A5D1CE13059200A939CFDF2730BA856A65DE4 (Comparison_1_t95809882384ACB4AEB9589D76F665E1BA5C3CBEA * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Comparison_1_t95809882384ACB4AEB9589D76F665E1BA5C3CBEA *, RuntimeObject *, intptr_t, const RuntimeMethod*))Comparison_1__ctor_m351A5D1CE13059200A939CFDF2730BA856A65DE4_gshared)(__this, ___object0, ___method1, method);
}
// System.Void DelegateFactory/System_Comparison_int_Event::.ctor(LuaInterface.LuaFunction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void System_Comparison_int_Event__ctor_mD8902092460B6468F70C0329585EEB4D325DE2E0 (System_Comparison_int_Event_t8E16B7A44C1FA6329B2D0890448E4C8778E2DA3D * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method);
// System.Void DelegateFactory/System_Comparison_int_Event::.ctor(LuaInterface.LuaFunction,LuaInterface.LuaTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void System_Comparison_int_Event__ctor_m6FAFD374B11BD0081FD79D94F7E7050EC560D154 (System_Comparison_int_Event_t8E16B7A44C1FA6329B2D0890448E4C8778E2DA3D * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method);
// System.Void System.Func`2<System.Int32,System.Int32>::.ctor(System.Object,System.IntPtr)
inline void Func_2__ctor_m1204EE2CE2055318F4B79DC9CCE8BE14A1A0C755 (Func_2_t190ADA4450373DF99141EFC879B039206E4E05F0 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Func_2_t190ADA4450373DF99141EFC879B039206E4E05F0 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_2__ctor_m1204EE2CE2055318F4B79DC9CCE8BE14A1A0C755_gshared)(__this, ___object0, ___method1, method);
}
// System.Void DelegateFactory/System_Func_int_int_Event::.ctor(LuaInterface.LuaFunction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void System_Func_int_int_Event__ctor_mDB0730904EF1402E2971A91C2F1EDEB72EA57A8C (System_Func_int_int_Event_tD20BFACAE9508B8D28498F78151CD20BAE91E716 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method);
// System.Void DelegateFactory/System_Func_int_int_Event::.ctor(LuaInterface.LuaFunction,LuaInterface.LuaTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void System_Func_int_int_Event__ctor_m4821C15DDA219628084FF815633D0268927FADDC (System_Func_int_int_Event_tD20BFACAE9508B8D28498F78151CD20BAE91E716 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method);
// System.Void FairyGUI.GTweenCallback::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTweenCallback__ctor_mE86930E15F44609368F9C8658766540642C0F49C (GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// System.Void DelegateFactory/FairyGUI_GTweenCallback_Event::.ctor(LuaInterface.LuaFunction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_GTweenCallback_Event__ctor_mE09C3D604184ECE492E5219F65064272208C8696 (FairyGUI_GTweenCallback_Event_t8279878FD8AC41BB7495CA71FCC44D0CCBF8837A * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method);
// System.Void DelegateFactory/FairyGUI_GTweenCallback_Event::.ctor(LuaInterface.LuaFunction,LuaInterface.LuaTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_GTweenCallback_Event__ctor_m69BC822A26ADEB4950D0F97FC46A50BD71C99A72 (FairyGUI_GTweenCallback_Event_t8279878FD8AC41BB7495CA71FCC44D0CCBF8837A * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method);
// System.Void UnityEngine.Camera/CameraCallback::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraCallback__ctor_m7CAE962B355F00AB2868577DC302A1FA80939C50 (CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// System.Void DelegateFactory/UnityEngine_Camera_CameraCallback_Event::.ctor(LuaInterface.LuaFunction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_Camera_CameraCallback_Event__ctor_m19EA64F4C1FCC8D9FD5782CCB0141B6F8BFB2D85 (UnityEngine_Camera_CameraCallback_Event_t02F14F53D478E05A8AC7BB7839912C54A154B95F * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method);
// System.Void DelegateFactory/UnityEngine_Camera_CameraCallback_Event::.ctor(LuaInterface.LuaFunction,LuaInterface.LuaTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_Camera_CameraCallback_Event__ctor_mE39BC55D50BBE9EA65AE09B8917B02B76EBCEFD5 (UnityEngine_Camera_CameraCallback_Event_t02F14F53D478E05A8AC7BB7839912C54A154B95F * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method);
// System.Void UnityEngine.Application/AdvertisingIdentifierCallback::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdvertisingIdentifierCallback__ctor_m1A910EA539DCB47425754139A7ABC1957B819B72 (AdvertisingIdentifierCallback_t2AB6D339DAC1CDF632D6FC041C378577EB516F3E * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// System.Void DelegateFactory/UnityEngine_Application_AdvertisingIdentifierCallback_Event::.ctor(LuaInterface.LuaFunction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_Application_AdvertisingIdentifierCallback_Event__ctor_mC022241596730C7E686AB439100BC4AC472EB6D3 (UnityEngine_Application_AdvertisingIdentifierCallback_Event_t32E1F2F7650634273B49A382E5F014984C71EE8D * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method);
// System.Void DelegateFactory/UnityEngine_Application_AdvertisingIdentifierCallback_Event::.ctor(LuaInterface.LuaFunction,LuaInterface.LuaTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_Application_AdvertisingIdentifierCallback_Event__ctor_m29BBA4C38E8E6CBC04A9A3058B5FC7D792F04E15 (UnityEngine_Application_AdvertisingIdentifierCallback_Event_t32E1F2F7650634273B49A382E5F014984C71EE8D * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method);
// System.Void UnityEngine.Application/LowMemoryCallback::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LowMemoryCallback__ctor_m9A428FDE023342AE31B3749FC821B078AEDA2290 (LowMemoryCallback_t3862486677D10CD16ECDA703CFB75039A4B3AE00 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// System.Void DelegateFactory/UnityEngine_Application_LowMemoryCallback_Event::.ctor(LuaInterface.LuaFunction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_Application_LowMemoryCallback_Event__ctor_m54ED10652FD112BF0DD86CB1700494357C1A91BB (UnityEngine_Application_LowMemoryCallback_Event_t55F42A348AE3779624153268AEA20C491DF1B391 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method);
// System.Void DelegateFactory/UnityEngine_Application_LowMemoryCallback_Event::.ctor(LuaInterface.LuaFunction,LuaInterface.LuaTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_Application_LowMemoryCallback_Event__ctor_mE6B135CCD9439127D9507F4E0C19AB68A1E39AA7 (UnityEngine_Application_LowMemoryCallback_Event_t55F42A348AE3779624153268AEA20C491DF1B391 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method);
// System.Void DelegateFactory/UnityEngine_Application_LogCallback_Event::.ctor(LuaInterface.LuaFunction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_Application_LogCallback_Event__ctor_mF374E8ECBBB9559EC6D8ABEABC7D68721537A238 (UnityEngine_Application_LogCallback_Event_t8AC3628D9C4A4F79C2A99D569D0B7DA421B284C4 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method);
// System.Void DelegateFactory/UnityEngine_Application_LogCallback_Event::.ctor(LuaInterface.LuaFunction,LuaInterface.LuaTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_Application_LogCallback_Event__ctor_m5936ECAA13CF0D8CCBCBC839B1348D3469035259 (UnityEngine_Application_LogCallback_Event_t8AC3628D9C4A4F79C2A99D569D0B7DA421B284C4 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method);
// System.Void System.Action`1<System.Boolean>::.ctor(System.Object,System.IntPtr)
inline void Action_1__ctor_mAC998B8AD6A8D39434263D21FA7397949F39F244 (Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_1__ctor_mAC998B8AD6A8D39434263D21FA7397949F39F244_gshared)(__this, ___object0, ___method1, method);
}
// System.Void DelegateFactory/System_Action_bool_Event::.ctor(LuaInterface.LuaFunction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void System_Action_bool_Event__ctor_mBC59E4FA05F6F28A94E6DA99E106BF6A446B86C0 (System_Action_bool_Event_tFE8B1F8AB419E33B0A484F66816B6AEAD51F50AD * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method);
// System.Void DelegateFactory/System_Action_bool_Event::.ctor(LuaInterface.LuaFunction,LuaInterface.LuaTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void System_Action_bool_Event__ctor_mF480D16FC84E726CF66254C82FEDA834051BE068 (System_Action_bool_Event_tFE8B1F8AB419E33B0A484F66816B6AEAD51F50AD * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method);
// System.Void System.Action`1<System.String>::.ctor(System.Object,System.IntPtr)
inline void Action_1__ctor_m4F1B6EE6AB328B8B63B3B2CD8FB89A119C3143F3 (Action_1_t32A9EECF5D4397CC1B9A7C7079870875411B06D0 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Action_1_t32A9EECF5D4397CC1B9A7C7079870875411B06D0 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_1__ctor_mAFC7442D9D3CEC6701C3C5599F8CF12476095510_gshared)(__this, ___object0, ___method1, method);
}
// System.Void DelegateFactory/System_Action_string_Event::.ctor(LuaInterface.LuaFunction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void System_Action_string_Event__ctor_mB5FF2D9A8C0E0E2E27D672B589A786B5A752E4DB (System_Action_string_Event_t4312ECDDE7B231FA0F7FF8C452136B00E3EB5DF1 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method);
// System.Void DelegateFactory/System_Action_string_Event::.ctor(LuaInterface.LuaFunction,LuaInterface.LuaTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void System_Action_string_Event__ctor_m16CE98BE86BF242ACCF188E21A009A0FBEDB7B52 (System_Action_string_Event_t4312ECDDE7B231FA0F7FF8C452136B00E3EB5DF1 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method);
// System.Void System.Func`1<System.Boolean>::.ctor(System.Object,System.IntPtr)
inline void Func_1__ctor_m479BA9DCBE3F496111BD05CC90CB1044C5FFD552 (Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_1__ctor_m479BA9DCBE3F496111BD05CC90CB1044C5FFD552_gshared)(__this, ___object0, ___method1, method);
}
// System.Void DelegateFactory/System_Func_bool_Event::.ctor(LuaInterface.LuaFunction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void System_Func_bool_Event__ctor_m837405B8DF7B03897786124EC6666A398AF9740E (System_Func_bool_Event_t257C4C8365723D7E7FAF7AE7F78A72E0383786EC * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method);
// System.Void DelegateFactory/System_Func_bool_Event::.ctor(LuaInterface.LuaFunction,LuaInterface.LuaTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void System_Func_bool_Event__ctor_mA187FCDEB87500AE0FA8C7D1907F2FF5BABF5D60 (System_Func_bool_Event_t257C4C8365723D7E7FAF7AE7F78A72E0383786EC * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method);
// System.Void UnityEngine.AudioClip/PCMReaderCallback::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PCMReaderCallback__ctor_mF9EB2467704F5E13196BBA93F41FA275AC5432F6 (PCMReaderCallback_t9B87AB13DCD37957B045554BF28A57697E6B8EFB * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// System.Void DelegateFactory/UnityEngine_AudioClip_PCMReaderCallback_Event::.ctor(LuaInterface.LuaFunction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_AudioClip_PCMReaderCallback_Event__ctor_m1B8E4AA5D48A34AEAB210CEEF50449A395D36843 (UnityEngine_AudioClip_PCMReaderCallback_Event_t3ACF075B70367140119041FBB48DA66BF7F90AAB * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method);
// System.Void DelegateFactory/UnityEngine_AudioClip_PCMReaderCallback_Event::.ctor(LuaInterface.LuaFunction,LuaInterface.LuaTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_AudioClip_PCMReaderCallback_Event__ctor_m220AB4D5DC8C68945E17CDB98D04EAE8BFAA7DE6 (UnityEngine_AudioClip_PCMReaderCallback_Event_t3ACF075B70367140119041FBB48DA66BF7F90AAB * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method);
// System.Void UnityEngine.AudioClip/PCMSetPositionCallback::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PCMSetPositionCallback__ctor_m31EA578C3CCFDFC9335B8C67353878AEE4B3905F (PCMSetPositionCallback_t092ED33043C0279B5E4D343EBCBD516CEF260801 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// System.Void DelegateFactory/UnityEngine_AudioClip_PCMSetPositionCallback_Event::.ctor(LuaInterface.LuaFunction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_AudioClip_PCMSetPositionCallback_Event__ctor_m011C371C15C3EE6C6EA09789BB2B13A3CD9571DA (UnityEngine_AudioClip_PCMSetPositionCallback_Event_tC808DFCED1B085F1C18285164A87AF029224A00D * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method);
// System.Void DelegateFactory/UnityEngine_AudioClip_PCMSetPositionCallback_Event::.ctor(LuaInterface.LuaFunction,LuaInterface.LuaTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_AudioClip_PCMSetPositionCallback_Event__ctor_mD69E6BB9CB50F233ED7D286C178DFCC103781F6D (UnityEngine_AudioClip_PCMSetPositionCallback_Event_tC808DFCED1B085F1C18285164A87AF029224A00D * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method);
// System.Void System.Action`1<UnityEngine.AsyncOperation>::.ctor(System.Object,System.IntPtr)
inline void Action_1__ctor_m658A08C544B797982A059DEB0A9074E170FC48B6 (Action_1_tCBF754C290FAE894631BED8FD56E9E22C4C187F9 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Action_1_tCBF754C290FAE894631BED8FD56E9E22C4C187F9 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_1__ctor_mAFC7442D9D3CEC6701C3C5599F8CF12476095510_gshared)(__this, ___object0, ___method1, method);
}
// System.Void DelegateFactory/System_Action_UnityEngine_AsyncOperation_Event::.ctor(LuaInterface.LuaFunction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void System_Action_UnityEngine_AsyncOperation_Event__ctor_m6293FE4F9CD0AF2B0A8BC876CF0228921F5C9D13 (System_Action_UnityEngine_AsyncOperation_Event_t30301901F4473DDAF7FA36EF0467033AB69E37C8 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method);
// System.Void DelegateFactory/System_Action_UnityEngine_AsyncOperation_Event::.ctor(LuaInterface.LuaFunction,LuaInterface.LuaTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void System_Action_UnityEngine_AsyncOperation_Event__ctor_mF3A51D02CB450E996F358E60C54CFBD0F07D1710 (System_Action_UnityEngine_AsyncOperation_Event_t30301901F4473DDAF7FA36EF0467033AB69E37C8 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method);
// System.Void FairyGUI.EventCallback1::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventCallback1__ctor_m95FF2207704AA84E376CD7F9BCBBB0A8820C1BA4 (EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// System.Void DelegateFactory/FairyGUI_EventCallback1_Event::.ctor(LuaInterface.LuaFunction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_EventCallback1_Event__ctor_m34DF1C9745FD8FBDA77DBAD1DFDF3DD886D03EFF (FairyGUI_EventCallback1_Event_t987E015AA61ECB454A035E5D9C6D43E38881031B * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method);
// System.Void DelegateFactory/FairyGUI_EventCallback1_Event::.ctor(LuaInterface.LuaFunction,LuaInterface.LuaTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_EventCallback1_Event__ctor_m44F99BC9C6EF92CFB4744C22F3857653CCC9F576 (FairyGUI_EventCallback1_Event_t987E015AA61ECB454A035E5D9C6D43E38881031B * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method);
// System.Void FairyGUI.EventCallback0::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventCallback0__ctor_m645D7A733ACDE4804F513CF4155B1C7EF0108CFD (EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// System.Void DelegateFactory/FairyGUI_EventCallback0_Event::.ctor(LuaInterface.LuaFunction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_EventCallback0_Event__ctor_mA86F686F9873FC6D6A840EAAE3E656E874AC9C90 (FairyGUI_EventCallback0_Event_t7EBA8521DBCD579F02D22CF244746A85100AA83C * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method);
// System.Void DelegateFactory/FairyGUI_EventCallback0_Event::.ctor(LuaInterface.LuaFunction,LuaInterface.LuaTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_EventCallback0_Event__ctor_m5639D3E95F07CBFC831F41D4F3C52A1DCCD18BE3 (FairyGUI_EventCallback0_Event_t7EBA8521DBCD579F02D22CF244746A85100AA83C * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method);
// System.Void FairyGUI.ListItemRenderer::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListItemRenderer__ctor_m617B0D2D9C6BDFC5E9561EBE05CAA94B1D9B80D0 (ListItemRenderer_tE434B7D9A5C8D0DF8F4330224E40302B94FFF9B9 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// System.Void DelegateFactory/FairyGUI_ListItemRenderer_Event::.ctor(LuaInterface.LuaFunction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_ListItemRenderer_Event__ctor_mE6D53FC68092B1509EE8A23D4757CD6B885EE39C (FairyGUI_ListItemRenderer_Event_tCC71F85321A7E5AB1CAE0D54F7E2334158C4DEC8 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method);
// System.Void DelegateFactory/FairyGUI_ListItemRenderer_Event::.ctor(LuaInterface.LuaFunction,LuaInterface.LuaTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_ListItemRenderer_Event__ctor_m87932B78FE4FB646FCC0D03341AA458C50CA06BB (FairyGUI_ListItemRenderer_Event_tCC71F85321A7E5AB1CAE0D54F7E2334158C4DEC8 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method);
// System.Void FairyGUI.ListItemProvider::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListItemProvider__ctor_m9DD9904E03097C75DC50913119E61FFACA911171 (ListItemProvider_t991E76E1FDF2295A04534B93D2B4140BB04F5CC1 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// System.Void DelegateFactory/FairyGUI_ListItemProvider_Event::.ctor(LuaInterface.LuaFunction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_ListItemProvider_Event__ctor_mBC5C8BF6CB3E07B0186C161B5F383D489AF8BB19 (FairyGUI_ListItemProvider_Event_tC88B65653E1C18B737123A8BC6C1DEBAD27B7C95 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method);
// System.Void DelegateFactory/FairyGUI_ListItemProvider_Event::.ctor(LuaInterface.LuaFunction,LuaInterface.LuaTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_ListItemProvider_Event__ctor_m24A302D7E3E3E430364836E12B0E25890F590417 (FairyGUI_ListItemProvider_Event_tC88B65653E1C18B737123A8BC6C1DEBAD27B7C95 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method);
// System.Void FairyGUI.PlayCompleteCallback::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlayCompleteCallback__ctor_m6BA7E59BE7FC4492F684AFF9A26B499E82F19D9C (PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// System.Void DelegateFactory/FairyGUI_PlayCompleteCallback_Event::.ctor(LuaInterface.LuaFunction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_PlayCompleteCallback_Event__ctor_mBEAAFEE0BB52AB6911CDBB57C3031854B801AD33 (FairyGUI_PlayCompleteCallback_Event_t71A1B2106F7C8D5B11A49D908F39F5984B540C41 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method);
// System.Void DelegateFactory/FairyGUI_PlayCompleteCallback_Event::.ctor(LuaInterface.LuaFunction,LuaInterface.LuaTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_PlayCompleteCallback_Event__ctor_m123D68B825D0F3E88073C67087DF17063BA30C98 (FairyGUI_PlayCompleteCallback_Event_t71A1B2106F7C8D5B11A49D908F39F5984B540C41 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method);
// System.Void FairyGUI.TransitionHook::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TransitionHook__ctor_mA65740728E0E32CA48CE3810602B9BDDE8AA4105 (TransitionHook_t762DB3B93E54E764E4C982AAE1B818FF608FF585 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// System.Void DelegateFactory/FairyGUI_TransitionHook_Event::.ctor(LuaInterface.LuaFunction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_TransitionHook_Event__ctor_mC0547D87D65ABAB074018FC2474A1068C5F2746A (FairyGUI_TransitionHook_Event_t0CFBD00AAF9708456DEDDFD246EF4B02D8C77858 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method);
// System.Void DelegateFactory/FairyGUI_TransitionHook_Event::.ctor(LuaInterface.LuaFunction,LuaInterface.LuaTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_TransitionHook_Event__ctor_mBBC672B2BE4D20B278A264F0FC788870D04BD5F5 (FairyGUI_TransitionHook_Event_t0CFBD00AAF9708456DEDDFD246EF4B02D8C77858 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method);
// System.Void FairyGUI.UIPackage/CreateObjectCallback::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CreateObjectCallback__ctor_m662472CFDB35794694ED22992B64F1931CB1774C (CreateObjectCallback_t11E5A8E573CF4BEC5DE80CCE2C2D0E9FB4BE07E4 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// System.Void DelegateFactory/FairyGUI_UIPackage_CreateObjectCallback_Event::.ctor(LuaInterface.LuaFunction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_UIPackage_CreateObjectCallback_Event__ctor_mDAF9131BC2FBA1E36920E312BA67DC2A92B75F5A (FairyGUI_UIPackage_CreateObjectCallback_Event_t34F3EE9A48E5ACF145B1B579ECD828E980B1A624 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method);
// System.Void DelegateFactory/FairyGUI_UIPackage_CreateObjectCallback_Event::.ctor(LuaInterface.LuaFunction,LuaInterface.LuaTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_UIPackage_CreateObjectCallback_Event__ctor_m075CBF831A5390F26A7CB5F70C07920F81959D01 (FairyGUI_UIPackage_CreateObjectCallback_Event_t34F3EE9A48E5ACF145B1B579ECD828E980B1A624 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method);
// System.Void FairyGUI.GObjectPool/InitCallbackDelegate::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InitCallbackDelegate__ctor_mB384E15C71C792C7E2B21F17C0234D7AA0B80E40 (InitCallbackDelegate_t30542A5822368C4E3235B2C5926368BE049E3D57 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// System.Void DelegateFactory/FairyGUI_GObjectPool_InitCallbackDelegate_Event::.ctor(LuaInterface.LuaFunction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_GObjectPool_InitCallbackDelegate_Event__ctor_mE2D2C40BD07A4E9E1B7A5FF8198FB3073DDEDF5D (FairyGUI_GObjectPool_InitCallbackDelegate_Event_tF20307F896879244C0880E8CB3C732D71AA3DE0D * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method);
// System.Void DelegateFactory/FairyGUI_GObjectPool_InitCallbackDelegate_Event::.ctor(LuaInterface.LuaFunction,LuaInterface.LuaTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_GObjectPool_InitCallbackDelegate_Event__ctor_m00B57F432EE86DEEF4537D1DC253768BD4DB5475 (FairyGUI_GObjectPool_InitCallbackDelegate_Event_tF20307F896879244C0880E8CB3C732D71AA3DE0D * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method);
// System.Void FairyGUI.TimerCallback::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimerCallback__ctor_m206D6EEA89E4C2FE0AF3464CE05AFF0EC012976E (TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// System.Void DelegateFactory/FairyGUI_TimerCallback_Event::.ctor(LuaInterface.LuaFunction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_TimerCallback_Event__ctor_m7736F38FED1EFD648B3C4872D6D246F495620376 (FairyGUI_TimerCallback_Event_tA20E0C7CBAF550CFC29E1818934041916DDC5D73 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method);
// System.Void DelegateFactory/FairyGUI_TimerCallback_Event::.ctor(LuaInterface.LuaFunction,LuaInterface.LuaTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_TimerCallback_Event__ctor_m2485BF9299DAACD9033346FAD1D6E94852105059 (FairyGUI_TimerCallback_Event_tA20E0C7CBAF550CFC29E1818934041916DDC5D73 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method);
// System.Void FairyGUI.UIObjectFactory/GComponentCreator::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GComponentCreator__ctor_m638B1C39A1BD5983159FE2AA369BD47C0014D010 (GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// System.Void DelegateFactory/FairyGUI_UIObjectFactory_GComponentCreator_Event::.ctor(LuaInterface.LuaFunction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_UIObjectFactory_GComponentCreator_Event__ctor_mB6D63721E249E93BF61A4B8B0BA89A4648F181BA (FairyGUI_UIObjectFactory_GComponentCreator_Event_t8AEDF4A0726D3B4F1D7B244B6F83B472004D093D * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method);
// System.Void DelegateFactory/FairyGUI_UIObjectFactory_GComponentCreator_Event::.ctor(LuaInterface.LuaFunction,LuaInterface.LuaTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_UIObjectFactory_GComponentCreator_Event__ctor_m874B0E385DA808FABE03BFA52DC836933F97C8B1 (FairyGUI_UIObjectFactory_GComponentCreator_Event_t8AEDF4A0726D3B4F1D7B244B6F83B472004D093D * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method);
// System.Void FairyGUI.UIObjectFactory/GLoaderCreator::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GLoaderCreator__ctor_m9D768378BB7560C6D630A00F8781E50F35603622 (GLoaderCreator_t66E0D773C41A0612C3832E4208F9734CD43D24C1 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// System.Void DelegateFactory/FairyGUI_UIObjectFactory_GLoaderCreator_Event::.ctor(LuaInterface.LuaFunction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_UIObjectFactory_GLoaderCreator_Event__ctor_mAAFC1BAE86B63E1820C01EBFF524C1CFFC32975C (FairyGUI_UIObjectFactory_GLoaderCreator_Event_t0A3B047E9D0C4D16911424F5298A5553397FB5F0 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method);
// System.Void DelegateFactory/FairyGUI_UIObjectFactory_GLoaderCreator_Event::.ctor(LuaInterface.LuaFunction,LuaInterface.LuaTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_UIObjectFactory_GLoaderCreator_Event__ctor_mA3D1100175D942F5CCF3FD3451FE2D72A4F824EC (FairyGUI_UIObjectFactory_GLoaderCreator_Event_t0A3B047E9D0C4D16911424F5298A5553397FB5F0 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method);
// System.Void FairyGUI.UIConfig/SoundLoader::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SoundLoader__ctor_mB216018E30B38BE7DB4766E7455683E5F3FADE5F (SoundLoader_t0B067A273E4C6A141A0F508625349B69731893E2 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// System.Void DelegateFactory/FairyGUI_UIConfig_SoundLoader_Event::.ctor(LuaInterface.LuaFunction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_UIConfig_SoundLoader_Event__ctor_mAE2DC0E2294B4BA4870887FA24CEDE313E5216EF (FairyGUI_UIConfig_SoundLoader_Event_t769EA828ACD5E54A84FE7405E9F54367CBDA40FD * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method);
// System.Void DelegateFactory/FairyGUI_UIConfig_SoundLoader_Event::.ctor(LuaInterface.LuaFunction,LuaInterface.LuaTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_UIConfig_SoundLoader_Event__ctor_m645BA29E0A7308324F565381D092F361AB2981AB (FairyGUI_UIConfig_SoundLoader_Event_t769EA828ACD5E54A84FE7405E9F54367CBDA40FD * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method);
// System.Void System.Action`2<System.String,System.Action>::.ctor(System.Object,System.IntPtr)
inline void Action_2__ctor_m52F7EDB91F2A0CFE5CF4EF0BFE55A3F0F8279489 (Action_2_t21B1554176CA268836EE910CDDF9F6F768C03F23 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Action_2_t21B1554176CA268836EE910CDDF9F6F768C03F23 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_2__ctor_mB83B0C1C61CED5B54803D334FFC7187881D32EFB_gshared)(__this, ___object0, ___method1, method);
}
// System.Void DelegateFactory/System_Action_string_System_Action_Event::.ctor(LuaInterface.LuaFunction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void System_Action_string_System_Action_Event__ctor_m69F1FDEC4BDACF754A0AC8D83D0A5BB6E5D16721 (System_Action_string_System_Action_Event_t53F256514EB1ABF4A6799FE87483D37CF262E23E * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method);
// System.Void DelegateFactory/System_Action_string_System_Action_Event::.ctor(LuaInterface.LuaFunction,LuaInterface.LuaTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void System_Action_string_System_Action_Event__ctor_mDBF4752AA78AB5D72B93ACF2DF7EE9BD0E8D0999 (System_Action_string_System_Action_Event_t53F256514EB1ABF4A6799FE87483D37CF262E23E * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method);
// System.Void FairyGUI.GTweenCallback1::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTweenCallback1__ctor_mED597BC764074DD55176BA5157C9D091AC2BD859 (GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// System.Void DelegateFactory/FairyGUI_GTweenCallback1_Event::.ctor(LuaInterface.LuaFunction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_GTweenCallback1_Event__ctor_m0F1DAD886838CD34F2BB68B262B79F240A364C3D (FairyGUI_GTweenCallback1_Event_t28B68D0215EB9C36F446DE17617B6751F21D7306 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method);
// System.Void DelegateFactory/FairyGUI_GTweenCallback1_Event::.ctor(LuaInterface.LuaFunction,LuaInterface.LuaTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_GTweenCallback1_Event__ctor_mA0016B383AE09CB953609A8D95D42D6E26C0830A (FairyGUI_GTweenCallback1_Event_t28B68D0215EB9C36F446DE17617B6751F21D7306 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Type,DelegateFactory/DelegateCreate>::.ctor()
inline void Dictionary_2__ctor_m2700A246F21F93EC02B9836D6EFA8DCF7F57B7E8 (Dictionary_2_t64FEAC44024A9F563A78A86CE11C18185BD75389 * __this, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t64FEAC44024A9F563A78A86CE11C18185BD75389 *, const RuntimeMethod*))Dictionary_2__ctor_m2C7E51568033239B506E15E7804A0B8658246498_gshared)(__this, method);
}
// System.Void DelegateFactory::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DelegateFactory__ctor_m4E26873F60D0467777AC2C17CB45F76CB67BC5F4 (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, const RuntimeMethod* method);
// System.Void DelegateFactory/<>c::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m0E4DB79C79717A25816381993A0693A7DB518FE1 (U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE * __this, const RuntimeMethod* method);
// System.Void LuaInterface.LuaDelegate::.ctor(LuaInterface.LuaFunction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDelegate__ctor_m064B1E7836D248D5A8A7AD1009F5338855B4C2EA (LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method);
// System.Void LuaInterface.LuaDelegate::.ctor(LuaInterface.LuaFunction,LuaInterface.LuaTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaDelegate__ctor_m0DB629470385D61F2D469F73B33BEA061FDC09FE (LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method);
// System.Void LuaInterface.LuaFunction::Call()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaFunction_Call_m0A1E4C156A3435A01D661CE958D9B76790CC8F65 (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * __this, const RuntimeMethod* method);
// System.Void LuaInterface.LuaFunction::Push(LuaInterface.LuaBaseRef)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaFunction_Push_m1A8856B5018F77038009CA11C3C1A2B35CEA4D28 (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * __this, LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 * ___lbr0, const RuntimeMethod* method);
// System.Void LuaInterface.LuaFunction::PushObject(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaFunction_PushObject_m9E55F74177E02A91D77A1821DF0C33A6D6A59F21 (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * __this, RuntimeObject * ___o0, const RuntimeMethod* method);
// System.Void LuaInterface.LuaFunction::Push(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaFunction_Push_mFA14B76FE6837198709B97FA9EAAEA99AEBEA6CA (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * __this, int32_t ___n0, const RuntimeMethod* method);
// System.String LuaInterface.LuaFunction::CheckString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LuaFunction_CheckString_mF2F49413326DBC1040DDCF3A945BE719747443D0 (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * __this, const RuntimeMethod* method);
// System.Void LuaInterface.LuaFunction::Push(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaFunction_Push_mFDEAE703096F9AF7446E8272719134D18EF409E0 (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * __this, RuntimeObject * ___o0, const RuntimeMethod* method);
// System.Void LuaInterface.LuaFunction::Push(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaFunction_Push_mEB2CDE0E8BDDAFE2B0BB4342EB1F519691065CC1 (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * __this, String_t* ___str0, const RuntimeMethod* method);
// System.Object LuaInterface.LuaFunction::CheckObject(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * LuaFunction_CheckObject_mC3504C99BD09BADBC2B19E27983DE3CB0F0E9ED6 (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * __this, Type_t * ___t0, const RuntimeMethod* method);
// System.Void LuaInterface.LuaFunction::Push(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaFunction_Push_mB23A3C2E784512FA81BAA67F6DD6D865A7009AE6 (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * __this, bool ___b0, const RuntimeMethod* method);
// System.Double LuaInterface.LuaFunction::CheckNumber()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double LuaFunction_CheckNumber_mCB4C2BD8BBEB162188B3C4C45FB34B067765EAA4 (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * __this, const RuntimeMethod* method);
// System.Boolean LuaInterface.LuaFunction::CheckBoolean()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LuaFunction_CheckBoolean_mF9F8F54E72D43017782ACE2FEDF2ADA746F8D73A (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * __this, const RuntimeMethod* method);
// System.Void LuaInterface.LuaFunction::Push(System.Enum)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaFunction_Push_m7FCA8929407C848E71E1018A485B107468805413 (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * __this, Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 * ___e0, const RuntimeMethod* method);
// System.Void LuaInterface.LuaFunction::Push(System.Array)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaFunction_Push_m092BBA27CE9B45F6BEFD2E37A7B88E977C3A1168 (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * __this, RuntimeArray * ___array0, const RuntimeMethod* method);
// System.Void LuaInterface.LuaFunction::PushSealed<UnityEngine.Camera>(T)
inline void LuaFunction_PushSealed_TisCamera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_m81E1813B3ED2213A96FCEDC25E26A7A452B9B1A7 (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * __this, Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * ___o0, const RuntimeMethod* method)
{
(( void (*) (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *, Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, const RuntimeMethod*))LuaFunction_PushSealed_TisRuntimeObject_m09C8FC452925DF9C9CF161C7CC9A99DC4F1D9F00_gshared)(__this, ___o0, method);
}
// System.Int32 DxyVest::_start(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DxyVest__start_m174E4549114C0EFA4194939E080CFB1FE2D19839 (String_t* ___key0, const RuntimeMethod* method);
// System.Void BuglyAgent::SetUserId(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuglyAgent_SetUserId_m2A234069BEB82CA51E4A4D07E630260358CCA124 (String_t* ___userId0, const RuntimeMethod* method);
// System.Void BuglyAgent::AddSceneData(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuglyAgent_AddSceneData_mC896E8D98D437EE6AFDEB1C393019F6535FEF545 (String_t* ___key0, String_t* ___value1, const RuntimeMethod* method);
// FairyGUI.Timers FairyGUI.Timers::get_inst()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 * Timers_get_inst_m2DE131DC492D6B2549D598E49F265073C3C0113D (const RuntimeMethod* method);
// System.Collections.IEnumerator FairyGUI.AsyncCreationHelper::_CreateObject(FairyGUI.PackageItem,FairyGUI.UIPackage/CreateObjectCallback)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* AsyncCreationHelper__CreateObject_mAAFFF8D45B3A46DA126EFCFA81E1D125E08989BB (PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * ___item0, CreateObjectCallback_t11E5A8E573CF4BEC5DE80CCE2C2D0E9FB4BE07E4 * ___callback1, const RuntimeMethod* method);
// System.Void FairyGUI.Timers::StartCoroutine(System.Collections.IEnumerator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Timers_StartCoroutine_m920C719E3C4E527B4515FD4CE18434FB04CDE730 (Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 * __this, RuntimeObject* ___routine0, const RuntimeMethod* method);
// System.Void FairyGUI.AsyncCreationHelper/<_CreateObject>d__1::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3C_CreateObjectU3Ed__1__ctor_m2309026BA9B977CF2EE024C0DF6E71442C64BFCF (U3C_CreateObjectU3Ed__1_tD338B217506DBDFB28EDC29458FB067566FE2E25 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method);
// System.Boolean FairyGUI.Utils.ByteBuffer::Seek(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ByteBuffer_Seek_mE8CA753BDF346BD8F80538F957DBE1F46D240E91 (ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * __this, int32_t ___indexTablePos0, int32_t ___blockIndex1, const RuntimeMethod* method);
// System.Int16 FairyGUI.Utils.ByteBuffer::ReadShort()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t ByteBuffer_ReadShort_m0564DB841B51DD2D5D8BF6AFFEEAD99064C31E33 (ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * __this, const RuntimeMethod* method);
// System.Int32 FairyGUI.Utils.ByteBuffer::get_position()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t ByteBuffer_get_position_m82D17B364896944C7CDC51CFBF89DECED564C40D_inline (ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * __this, const RuntimeMethod* method);
// System.Byte FairyGUI.Utils.ByteBuffer::ReadByte()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t ByteBuffer_ReadByte_m51EFCD0EB129E9791E44C0AB216ECA99E92D7B8D (ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * __this, const RuntimeMethod* method);
// System.String FairyGUI.Utils.ByteBuffer::ReadS()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ByteBuffer_ReadS_mC497272A7CE63FF5C6B818B7084FA4AEF36B7D92 (ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.Utils.ByteBuffer::set_position(System.Int32)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ByteBuffer_set_position_m244AD3BBF176CAD83C2AABD9B5748DA765313416_inline (ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * __this, int32_t ___value0, const RuntimeMethod* method);
// FairyGUI.UIPackage FairyGUI.UIPackage::GetById(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * UIPackage_GetById_m3AE748461D7196BFBA870A6F56D2336988EC623D (String_t* ___id0, const RuntimeMethod* method);
// FairyGUI.PackageItem FairyGUI.UIPackage::GetItem(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * UIPackage_GetItem_m3C44EBD952417BD291B50D1BA16D547B8414DCF7 (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * __this, String_t* ___itemId0, const RuntimeMethod* method);
// System.Void FairyGUI.AsyncCreationHelper/DisplayListItem::.ctor(FairyGUI.PackageItem,FairyGUI.ObjectType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayListItem__ctor_m4F165DB032EC4397E9F624FC2404EE6DC8500ACA (DisplayListItem_t8B7A5247AD21979DAF9F8D52FD69C84972ED64AB * __this, PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * ___pi0, int32_t ___type1, const RuntimeMethod* method);
// System.Int32 FairyGUI.AsyncCreationHelper::CollectComponentChildren(FairyGUI.PackageItem,System.Collections.Generic.List`1<FairyGUI.AsyncCreationHelper/DisplayListItem>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AsyncCreationHelper_CollectComponentChildren_m5780D4D7E6E6A31BE87BED622DD032ECF5EB735F (PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * ___item0, List_1_t34E2B499DD8A314FB621250AAB31B6C9D092B7AB * ___list1, const RuntimeMethod* method);
// System.Int32 FairyGUI.AsyncCreationHelper::CollectListChildren(FairyGUI.Utils.ByteBuffer,System.Collections.Generic.List`1<FairyGUI.AsyncCreationHelper/DisplayListItem>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AsyncCreationHelper_CollectListChildren_m2AA2744AF2951BAD1730DB6C00E8B468AB7AB042 (ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * ___buffer0, List_1_t34E2B499DD8A314FB621250AAB31B6C9D092B7AB * ___list1, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<FairyGUI.AsyncCreationHelper/DisplayListItem>::Add(!0)
inline void List_1_Add_mD043B4FF268C2CA6CA9112BAA5BFD6D4A85D9232 (List_1_t34E2B499DD8A314FB621250AAB31B6C9D092B7AB * __this, DisplayListItem_t8B7A5247AD21979DAF9F8D52FD69C84972ED64AB * ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_t34E2B499DD8A314FB621250AAB31B6C9D092B7AB *, DisplayListItem_t8B7A5247AD21979DAF9F8D52FD69C84972ED64AB *, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, ___item0, method);
}
// FairyGUI.PackageItem FairyGUI.UIPackage::GetItemByURL(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * UIPackage_GetItemByURL_m42A2983D16F9885843B3205EF2B16FBD398A628C (String_t* ___url0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<FairyGUI.AsyncCreationHelper/DisplayListItem>::.ctor()
inline void List_1__ctor_m2BAE8F1AA098F255D6B59BC68C4F711E04BA85C5 (List_1_t34E2B499DD8A314FB621250AAB31B6C9D092B7AB * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t34E2B499DD8A314FB621250AAB31B6C9D092B7AB *, const RuntimeMethod*))List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared)(__this, method);
}
// System.Int32 System.Collections.Generic.List`1<FairyGUI.AsyncCreationHelper/DisplayListItem>::get_Count()
inline int32_t List_1_get_Count_mF36C7C2EB177C8993AA47F67F2201C360AB19394_inline (List_1_t34E2B499DD8A314FB621250AAB31B6C9D092B7AB * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t34E2B499DD8A314FB621250AAB31B6C9D092B7AB *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline)(__this, method);
}
// System.Void System.Collections.Generic.List`1<FairyGUI.GObject>::.ctor(System.Int32)
inline void List_1__ctor_mFF6C71F6D2E67D3812089130C3CE460A9E4E8B7E (List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * __this, int32_t ___capacity0, const RuntimeMethod* method)
{
(( void (*) (List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 *, int32_t, const RuntimeMethod*))List_1__ctor_mEE468B81D8E7C140F567D10FF7F5894A50EEEA57_gshared)(__this, ___capacity0, method);
}
// System.Single UnityEngine.Time::get_realtimeSinceStartup()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_realtimeSinceStartup_mCA1086EC9DFCF135F77BC46D3B7127711EA3DE03 (const RuntimeMethod* method);
// !0 System.Collections.Generic.List`1<FairyGUI.AsyncCreationHelper/DisplayListItem>::get_Item(System.Int32)
inline DisplayListItem_t8B7A5247AD21979DAF9F8D52FD69C84972ED64AB * List_1_get_Item_mC6C56D7519E9BF36E737C10466193042BEC61D71_inline (List_1_t34E2B499DD8A314FB621250AAB31B6C9D092B7AB * __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( DisplayListItem_t8B7A5247AD21979DAF9F8D52FD69C84972ED64AB * (*) (List_1_t34E2B499DD8A314FB621250AAB31B6C9D092B7AB *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline)(__this, ___index0, method);
}
// FairyGUI.GObject FairyGUI.UIObjectFactory::NewObject(FairyGUI.PackageItem)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * UIObjectFactory_NewObject_m34A581ED482FCD0565642CEB38C85812F556AAB8 (PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * ___pi0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<FairyGUI.GObject>::Add(!0)
inline void List_1_Add_mB46954605371F1D985BB94F7732F76BAE921F384 (List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 *, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, ___item0, method);
}
// System.Int32 System.Collections.Generic.List`1<FairyGUI.GObject>::get_Count()
inline int32_t List_1_get_Count_mA8CEBD134A91092FE240E74A9048CF7D14D8A065_inline (List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline)(__this, method);
}
// System.Void FairyGUI.GComponent::ConstructFromResource(System.Collections.Generic.List`1<FairyGUI.GObject>,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GComponent_ConstructFromResource_m82337C9424F54D696D1730FFFE7D3548BEA82609 (GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * __this, List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * ___objectPool0, int32_t ___poolIndex1, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<FairyGUI.GObject>::RemoveRange(System.Int32,System.Int32)
inline void List_1_RemoveRange_m1ACBA3EC8296C2445761E20D9E7300C83B778D5D (List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * __this, int32_t ___index0, int32_t ___count1, const RuntimeMethod* method)
{
(( void (*) (List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 *, int32_t, int32_t, const RuntimeMethod*))List_1_RemoveRange_m89425146ABCF46BE030B6C4B3C85A8559550F983_gshared)(__this, ___index0, ___count1, method);
}
// FairyGUI.GObject FairyGUI.UIObjectFactory::NewObject(FairyGUI.ObjectType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * UIObjectFactory_NewObject_m3ECE19102DBC0A0F9CB926FC0A923D6C928662AD (int32_t ___type0, const RuntimeMethod* method);
// FairyGUI.GObjectPool FairyGUI.GList::get_itemPool()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR GObjectPool_t679A95F94538DC866986686E81321C6F406BEF17 * GList_get_itemPool_mDF34A430E2602CCD0190CB35EFE830F8053F8027_inline (GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * __this, const RuntimeMethod* method);
// !0 System.Collections.Generic.List`1<FairyGUI.GObject>::get_Item(System.Int32)
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * List_1_get_Item_mC7E01E0C259BA1982C298AA85FF0B8668455A88A_inline (List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * (*) (List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline)(__this, ___index0, method);
}
// System.Void FairyGUI.GObjectPool::ReturnObject(FairyGUI.GObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GObjectPool_ReturnObject_mA204088D910D2FD4E29000C476E8773D50E3BB53 (GObjectPool_t679A95F94538DC866986686E81321C6F406BEF17 * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___obj0, const RuntimeMethod* method);
// System.Void FairyGUI.UIPackage/CreateObjectCallback::Invoke(FairyGUI.GObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CreateObjectCallback_Invoke_m3D89FCBE04EE761E56C1CD854101E1D06D74F0D4 (CreateObjectCallback_t11E5A8E573CF4BEC5DE80CCE2C2D0E9FB4BE07E4 * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___result0, const RuntimeMethod* method);
// System.Void System.NotSupportedException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33 (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.BaseFont::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseFont__ctor_mAD14869B4B0F23B549AE228F644DCC96069A0145 (BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F * __this, const RuntimeMethod* method);
// System.String FairyGUI.UIPackage::get_id()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* UIPackage_get_id_m7615CE5A25D41AA535E3EB3FA0905E6C049700CB_inline (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * __this, const RuntimeMethod* method);
// System.String System.String::Concat(System.String,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mF4626905368D6558695A823466A1AF65EADB9923 (String_t* ___str00, String_t* ___str11, String_t* ___str22, const RuntimeMethod* method);
// System.Void FairyGUI.BaseFont::set_name(System.String)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void BaseFont_set_name_m761C9192ED6DCB3912DACF45A637DA266FF8CC66_inline (BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,FairyGUI.BitmapFont/BMGlyph>::.ctor()
inline void Dictionary_2__ctor_mFA68DF55A1A2C25613C3E0B92028F70624FBDBE6 (Dictionary_2_tE199DF334CC33A4526D947CCA77B0E688B8B268C * __this, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_tE199DF334CC33A4526D947CCA77B0E688B8B268C *, const RuntimeMethod*))Dictionary_2__ctor_m7D745ADE56151C2895459668F4A4242985E526D8_gshared)(__this, method);
}
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,FairyGUI.BitmapFont/BMGlyph>::set_Item(!0,!1)
inline void Dictionary_2_set_Item_m3BB6E3DA9855D0F006F9627AB3ACC879B2ED0ECB (Dictionary_2_tE199DF334CC33A4526D947CCA77B0E688B8B268C * __this, int32_t ___key0, BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA * ___value1, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_tE199DF334CC33A4526D947CCA77B0E688B8B268C *, int32_t, BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA *, const RuntimeMethod*))Dictionary_2_set_Item_mF9A6FBE4006C89D15B8C88B2CB46E9B24D18B7FC_gshared)(__this, ___key0, ___value1, method);
}
// System.Int32 UnityEngine.Mathf::CeilToInt(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Mathf_CeilToInt_m0230CCC7CC9266F18125D9425C38A25D1CA4275B (float ___f0, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,FairyGUI.BitmapFont/BMGlyph>::TryGetValue(!0,!1&)
inline bool Dictionary_2_TryGetValue_mACD682DD877C9A615C381F1EA7BCBF114D34C3E1 (Dictionary_2_tE199DF334CC33A4526D947CCA77B0E688B8B268C * __this, int32_t ___key0, BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA ** ___value1, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_tE199DF334CC33A4526D947CCA77B0E688B8B268C *, int32_t, BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA **, const RuntimeMethod*))Dictionary_2_TryGetValue_m867F6DA953678D0333A55270B7C6EF38EFC293FF_gshared)(__this, ___key0, ___value1, method);
}
// UnityEngine.Vector2 UnityEngine.Vector2::get_zero()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D Vector2_get_zero_mFE0C3213BB698130D6C5247AB4B887A59074D0A8 (const RuntimeMethod* method);
// UnityEngine.Vector3 UnityEngine.Vector3::get_zero()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Vector3_get_zero_m3CDDCAE94581DF3BB16C4B40A100E28E9C6649C2 (const RuntimeMethod* method);
// UnityEngine.Vector3 UnityEngine.Vector2::op_Implicit(UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Vector2_op_Implicit_mD152B6A34B4DB7FFECC2844D74718568FE867D6F (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___v0, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,FairyGUI.BitmapFont/BMGlyph>::ContainsKey(!0)
inline bool Dictionary_2_ContainsKey_m469FB51E0215B39D99370328982803EFF5A85DC3 (Dictionary_2_tE199DF334CC33A4526D947CCA77B0E688B8B268C * __this, int32_t ___key0, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_tE199DF334CC33A4526D947CCA77B0E688B8B268C *, int32_t, const RuntimeMethod*))Dictionary_2_ContainsKey_mBF5574232A8F79C279DFD71FFBFF85B4E2B6312D_gshared)(__this, ___key0, method);
}
// System.Void UnityEngine.Material::SetFloat(System.Int32,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material_SetFloat_mC2FDDF0798373DEE6BBA9B9FFFE03EC3CFB9BF47 (Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * __this, int32_t ___nameID0, float ___value1, const RuntimeMethod* method);
// System.Void FairyGUI.BlendModeUtils/BlendFactor::.ctor(UnityEngine.Rendering.BlendMode,UnityEngine.Rendering.BlendMode,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlendFactor__ctor_mCB133A7A97F3E43FE2F26BE9F29A1453DB691EF5 (BlendFactor_tB577B5C8CBCF9D7348BB43CC79DA0A51158A02CC * __this, int32_t ___srcFactor0, int32_t ___dstFactor1, bool ___pma2, const RuntimeMethod* method);
// System.Void FairyGUI.DisplayObject::EnterPaintingMode(System.Int32,System.Nullable`1<FairyGUI.Margin>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_EnterPaintingMode_mBD171BC8E68587EEB1918AE5E25F0AA43A90E3D4 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, int32_t ___requestorId0, Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 ___margin1, const RuntimeMethod* method);
// UnityEngine.Shader FairyGUI.ShaderConfig::GetShader(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Shader_tE2731FF351B74AB4186897484FB01E000C1160CA * ShaderConfig_GetShader_m1812ED53E63F6F775C1DEDB2560DB03087CD2743 (String_t* ___name0, const RuntimeMethod* method);
// System.Void UnityEngine.Material::.ctor(UnityEngine.Shader)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material__ctor_m81E76B5C1316004F25D4FE9CEC0E78A7428DABA8 (Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * __this, Shader_tE2731FF351B74AB4186897484FB01E000C1160CA * ___shader0, const RuntimeMethod* method);
// System.Void UnityEngine.Object::set_hideFlags(UnityEngine.HideFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_set_hideFlags_mB0B45A19A5871EF407D7B09E0EB76003496BA4F0 (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.DisplayObject::LeavePaintingMode(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_LeavePaintingMode_mF2EB2C96873A13D564FEDD8EE1005CC28D099EBE (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, int32_t ___requestorId0, const RuntimeMethod* method);
// System.Boolean UnityEngine.Application::get_isPlaying()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Application_get_isPlaying_mF43B519662E7433DD90D883E5AE22EC3CFB65CA5 (const RuntimeMethod* method);
// System.Void UnityEngine.Object::DestroyImmediate(UnityEngine.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_DestroyImmediate_mF6F4415EF22249D6E650FAA40E403283F19B7446 (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___obj0, const RuntimeMethod* method);
// System.Void UnityEngine.Vector2::.ctor(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0 (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * __this, float ___x0, float ___y1, const RuntimeMethod* method);
// System.Void UnityEngine.Graphics::BlitMultiTap(UnityEngine.Texture,UnityEngine.RenderTexture,UnityEngine.Material,UnityEngine.Vector2[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graphics_BlitMultiTap_m68957C274C362CD59546AA69740397EA196AEB98 (Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * ___source0, RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * ___dest1, Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___mat2, Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* ___offsets3, const RuntimeMethod* method);
// FairyGUI.NGraphics FairyGUI.DisplayObject::get_paintingGraphics()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * DisplayObject_get_paintingGraphics_m83CE352AF96A18564A50301B6AA8F39B75A265DD_inline (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// FairyGUI.NTexture FairyGUI.NGraphics::get_texture()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * NGraphics_get_texture_m3664EBAFA5CB8F505A62CA24BAF9650A897261FB_inline (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, const RuntimeMethod* method);
// UnityEngine.Texture FairyGUI.NTexture::get_nativeTexture()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * NTexture_get_nativeTexture_m022E7332CA1C910A1128926D6FF9E6B911E475C0 (NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * __this, const RuntimeMethod* method);
// UnityEngine.RenderTexture UnityEngine.RenderTexture::GetTemporary(System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * RenderTexture_GetTemporary_m113363A657279A2F3D66398C7223251205765AF6 (int32_t ___width0, int32_t ___height1, int32_t ___depthBuffer2, const RuntimeMethod* method);
// System.Void FairyGUI.BlurFilter::DownSample4x(UnityEngine.RenderTexture,UnityEngine.RenderTexture)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlurFilter_DownSample4x_m5DF955E6E18B01256B598D6BFFC26708BE2FC61B (BlurFilter_t8E49BEF2181CF5150F772697E6376C4D628006E2 * __this, RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * ___source0, RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * ___dest1, const RuntimeMethod* method);
// System.Void FairyGUI.BlurFilter::FourTapCone(UnityEngine.RenderTexture,UnityEngine.RenderTexture,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlurFilter_FourTapCone_mE9C62373BA9072BAE4C3804542949A024074D22B (BlurFilter_t8E49BEF2181CF5150F772697E6376C4D628006E2 * __this, RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * ___source0, RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * ___dest1, int32_t ___iteration2, const RuntimeMethod* method);
// System.Void UnityEngine.RenderTexture::ReleaseTemporary(UnityEngine.RenderTexture)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderTexture_ReleaseTemporary_mFBA6F18138965049AA901D62A0080B1A087A38EA (RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * ___temp0, const RuntimeMethod* method);
// System.Void UnityEngine.Graphics::Blit(UnityEngine.Texture,UnityEngine.RenderTexture)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graphics_Blit_mB042EC04307A5617038DA4210DE7BA4B3E529113 (Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * ___source0, RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * ___dest1, const RuntimeMethod* method);
// System.Void FairyGUI.ColliderHitTest::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColliderHitTest__ctor_mB0738CF4B66B66626AEB2EF5DA61AB8C30A92917 (ColliderHitTest_t295665EE7B899D4C84890F57233500430ECE5C67 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Vector3::.ctor(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector3__ctor_m6AD8F21FFCC7723C6F507CCF2E4E2EFFC4871584 (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * __this, float ___x0, float ___y1, const RuntimeMethod* method);
// System.Void UnityEngine.BoxCollider::set_center(UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BoxCollider_set_center_m8A871056CA383C9932A7694FE396A1EFA247FC69 (BoxCollider_t2DF257BBBFCABE0B9D78B21D238298D1942BFBAA * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.Vector3::.ctor(System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1 (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * __this, float ___x0, float ___y1, float ___z2, const RuntimeMethod* method);
// System.Void UnityEngine.BoxCollider::set_size(UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BoxCollider_set_size_m65F9B4BD610D3094313EC8D1C5CE58D1D345A176 (BoxCollider_t2DF257BBBFCABE0B9D78B21D238298D1942BFBAA * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___value0, const RuntimeMethod* method);
// !!0 UnityEngine.Component::GetComponent<UnityEngine.Camera>()
inline Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * Component_GetComponent_TisCamera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_mB090F51A34716700C0F4F1B08F9330C6F503DB9E (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, const RuntimeMethod* method)
{
return (( Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * (*) (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m233A1E6EF90A3BA46CD83BFC568F4E4DB4D93CC9_gshared)(__this, method);
}
// UnityEngine.GameObject UnityEngine.Component::get_gameObject()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * Component_get_gameObject_m0B0570BA8DDD3CD78A9DB568EA18D7317686603C (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, const RuntimeMethod* method);
// UnityEngine.Transform UnityEngine.GameObject::get_transform()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * GameObject_get_transform_mA5C38857137F137CB96C69FAA624199EB1C2FB2C (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method);
// System.String UnityEngine.Object::get_name()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Object_get_name_mA2D400141CB3C991C87A2556429781DE961A83CE (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * __this, const RuntimeMethod* method);
// System.Boolean System.String::op_Equality(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method);
// System.Boolean UnityEngine.Object::op_Inequality(UnityEngine.Object,UnityEngine.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1 (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___x0, Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___y1, const RuntimeMethod* method);
// UnityEngine.GameObject UnityEngine.GameObject::Find(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * GameObject_Find_m1470FB04EB6DB15CCC0D9745B70EE987B318E9BD (String_t* ___name0, const RuntimeMethod* method);
// !!0 UnityEngine.GameObject::GetComponent<FairyGUI.CaptureCamera>()
inline CaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815 * GameObject_GetComponent_TisCaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815_m904C83F7A033FB584169FEFE647A224D54247CA9 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method)
{
return (( CaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815 * (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_mE03C66715289D7957CA068A675826B7EE0887BE3_gshared)(__this, method);
}
// System.Void UnityEngine.GameObject::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject__ctor_mBB454E679AD9CF0B84D3609A01E6A9753ACF4686 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, String_t* ___name0, const RuntimeMethod* method);
// !!0 UnityEngine.GameObject::AddComponent<UnityEngine.Camera>()
inline Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * GameObject_AddComponent_TisCamera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_m7DF3B4DB4CA60855860B6760DBA2B1AE5883D20F (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method)
{
return (( Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_mE053F7A95F30AFF07D69F0DED3DA13AE2EC25E03_gshared)(__this, method);
}
// System.Void UnityEngine.Camera::set_depth(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_depth_m4A83CCCF7370B8AD4BDB2CD5528A6E12A409AE58 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, float ___value0, const RuntimeMethod* method);
// System.Int32 FairyGUI.CaptureCamera::get_layer()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CaptureCamera_get_layer_m4BE76B1B061F2135C7E38AC13EF5C3445E00F3D7 (const RuntimeMethod* method);
// System.Void UnityEngine.Camera::set_cullingMask(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_cullingMask_m215DB1C878CF1ADEEF6800AF449EEEA7680ECCCD (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.Camera::set_clearFlags(UnityEngine.CameraClearFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_clearFlags_m805DFBD136AA3E1E46A2E61441965D174E87FE50 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.Camera::set_orthographic(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_orthographic_mB2549D26F5E220102D7478EB4C15F8F12D96FE09 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, bool ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.Camera::set_orthographicSize(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_orthographicSize_mF15F37A294A7AA2ADD9519728A495DFA0A836428 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, float ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.Camera::set_nearClipPlane(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_nearClipPlane_m9D81E50F8658C16319BEF3774E78B93DEB208C6B (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, float ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.Camera::set_farClipPlane(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_farClipPlane_m52986DC40B7F577255C4D5A4F780FD8A7D862626 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, float ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.Behaviour::set_enabled(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Behaviour_set_enabled_m9755D3B17D7022D23D1E4C618BD9A6B66A5ADC6B (Behaviour_tBDC7E9C3C898AD8348891B82D3E345801D920CA8 * __this, bool ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.Camera::set_stereoTargetEye(UnityEngine.StereoTargetEyeMask)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_stereoTargetEye_mE0ED5F289154FCD153D5F35A0F92EABE04B845EA (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.Camera::set_allowHDR(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_allowHDR_mD5460B086C328CE83D294D01C5EABA2B4BAF8E0E (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, bool ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.Camera::set_allowMSAA(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_allowMSAA_m05738C02C8AAB5DF3718D1DBC52E0BF4CF54753E (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, bool ___value0, const RuntimeMethod* method);
// !!0 UnityEngine.GameObject::AddComponent<FairyGUI.CaptureCamera>()
inline CaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815 * GameObject_AddComponent_TisCaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815_mD1031FD6EA71F98E62FB2FB064751CC28DF9FBC1 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method)
{
return (( CaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815 * (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_mE053F7A95F30AFF07D69F0DED3DA13AE2EC25E03_gshared)(__this, method);
}
// System.Int32 UnityEngine.LayerMask::NameToLayer(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LayerMask_NameToLayer_m6491D9EA75F68B1F8AE15A9B4F193FFB9352B901 (String_t* ___layerName0, const RuntimeMethod* method);
// System.Void UnityEngine.Debug::LogWarning(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogWarning_m37338644DC81F640CCDFEAE35A223F0E965F0568 (RuntimeObject * ___message0, const RuntimeMethod* method);
// System.Void UnityEngine.RenderTexture::.ctor(System.Int32,System.Int32,System.Int32,UnityEngine.RenderTextureFormat)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderTexture__ctor_m0FF5DDAB599ED301091CF23D4C76691D8EC70CA5 (RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * __this, int32_t ___width0, int32_t ___height1, int32_t ___depth2, int32_t ___format3, const RuntimeMethod* method);
// System.Void UnityEngine.RenderTexture::set_antiAliasing(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderTexture_set_antiAliasing_mBE37447FA23E0D57731C1456165E03303EC9B559 (RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.Texture::set_filterMode(UnityEngine.FilterMode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture_set_filterMode_mB9AC927A527EFE95771B9B438E2CFB9EDA84AF01 (Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.Texture::set_anisoLevel(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture_set_anisoLevel_mD2F6FE80CC33E408368734983EBA1463BB2D5712 (Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.RenderTexture::set_useMipMap(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderTexture_set_useMipMap_m5C5D90A9CA6125C21536E945890A84B7B7560D51 (RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * __this, bool ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.Texture::set_wrapMode(UnityEngine.TextureWrapMode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture_set_wrapMode_m85E9A995D5947B59FE13A7311E891F3DEDEBBCEC (Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.CaptureCamera::CheckMain()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CaptureCamera_CheckMain_m0B949F0765A8C8F6D146541349F08530B6D3749D (const RuntimeMethod* method);
// UnityEngine.Transform FairyGUI.DisplayObject::get_cachedTransform()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * DisplayObject_get_cachedTransform_mBD9932FF92FA58C0501524AB018F4CA11FB77C73_inline (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// UnityEngine.Matrix4x4 UnityEngine.Transform::get_localToWorldMatrix()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA Transform_get_localToWorldMatrix_mBC86B8C7BA6F53DAB8E0120D77729166399A0EED (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Vector4::.ctor(System.Single,System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector4__ctor_m545458525879607A5392A10B175D0C19B2BC715D (Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * __this, float ___x0, float ___y1, float ___z2, float ___w3, const RuntimeMethod* method);
// System.Single UnityEngine.Vector4::get_magnitude()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Vector4_get_magnitude_mE33CE76438DDE4DDBBAD94178B07D9364674D356 (Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Camera::set_targetTexture(UnityEngine.RenderTexture)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_targetTexture_m9D0DCEFF0C5596CBBC6FA7EE206F196CB0A8997D (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * ___value0, const RuntimeMethod* method);
// System.Single UnityEngine.Camera::get_aspect()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Camera_get_aspect_m2ADA7982754920C3B58B4DB664801D6F2416E0C6 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, const RuntimeMethod* method);
// UnityEngine.Vector3 UnityEngine.Transform::TransformPoint(System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Transform_TransformPoint_m363B3A9E2C3A9A52F4B872CF34F476D87CCC8CEC (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, float ___x0, float ___y1, float ___z2, const RuntimeMethod* method);
// System.Void UnityEngine.Transform::set_localPosition(UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_localPosition_m275F5550DD939F83AFEB5E8D681131172E2E1728 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___value0, const RuntimeMethod* method);
// UnityEngine.Quaternion UnityEngine.Quaternion::LookRotation(UnityEngine.Vector3,UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 Quaternion_LookRotation_m7BED8FBB457FF073F183AC7962264E5110794672 (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___forward0, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___upwards1, const RuntimeMethod* method);
// System.Void UnityEngine.Transform::set_localRotation(UnityEngine.Quaternion)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_localRotation_mE2BECB0954FFC1D93FB631600D9A9BEFF41D9C8A (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 ___value0, const RuntimeMethod* method);
// FairyGUI.NGraphics FairyGUI.DisplayObject::get_graphics()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// UnityEngine.GameObject FairyGUI.NGraphics::get_gameObject()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * NGraphics_get_gameObject_m7FFE7F33E6B28AF9A06E1A3C8C425116231719F7_inline (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, const RuntimeMethod* method);
// System.Int32 UnityEngine.GameObject::get_layer()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GameObject_get_layer_m0DE90D8A3D3AA80497A3A80FBEAC2D207C16B9C8 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method);
// System.Void UnityEngine.GameObject::set_layer(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject_set_layer_mDAC8037FCFD0CE62DB66004C4342EA20CF604907 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Int32 FairyGUI.Container::get_numChildren()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Container_get_numChildren_m4435FA44F05419C2656BA788023392CE9B45EA73 (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, const RuntimeMethod* method);
// System.Int32 FairyGUI.CaptureCamera::get_hiddenLayer()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CaptureCamera_get_hiddenLayer_m9B3A0C8975E0DA9530BABD1648ED1A126C451DB7 (const RuntimeMethod* method);
// FairyGUI.DisplayObject FairyGUI.Container::GetChildAt(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * Container_GetChildAt_mF1A7165A6C4555A7832B91C7A71048E58C761E02 (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, int32_t ___index0, const RuntimeMethod* method);
// System.Void FairyGUI.Container::SetChildrenLayer(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container_SetChildrenLayer_m941916D1215FEBC8F8ED5F0065FF992C866B34EE (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, int32_t ___value0, const RuntimeMethod* method);
// UnityEngine.RenderTexture UnityEngine.RenderTexture::get_active()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * RenderTexture_get_active_m670416A37BF4239DE5A55F6138CAA1FEEF184957 (const RuntimeMethod* method);
// System.Void UnityEngine.RenderTexture::set_active(UnityEngine.RenderTexture)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderTexture_set_active_m992E25C701DEFC8042B31022EA45F02A787A84F1 (RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * ___value0, const RuntimeMethod* method);
// UnityEngine.Color UnityEngine.Color::get_clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 Color_get_clear_m419239BDAEB3D3C4B4291BF2C6EF09A7D7D81360 (const RuntimeMethod* method);
// System.Void UnityEngine.GL::Clear(System.Boolean,System.Boolean,UnityEngine.Color)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GL_Clear_mBC8B714C794457D52A5343F40399BBDF57BA978A (bool ___clearDepth0, bool ___clearColor1, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___backgroundColor2, const RuntimeMethod* method);
// System.Void UnityEngine.Camera::Render()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_Render_m397647083E9A37A18A452C4D7FCF23CCF8870F42 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.ControllerAction::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ControllerAction__ctor_m7EAB02F236546B22DE201031A3AD5CA1621DBE6E (ControllerAction_t460A8959DB08ACC45DFD24DCE767CF12F61E51E7 * __this, const RuntimeMethod* method);
// FairyGUI.GObject FairyGUI.GComponent::GetChildById(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * GComponent_GetChildById_mB415CB2FD2016AE4CF8C63368B977227B1DC2A91 (GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * __this, String_t* ___id0, const RuntimeMethod* method);
// FairyGUI.Controller FairyGUI.GComponent::GetController(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * GComponent_GetController_m06FAB111095468519250A84CC95E2F1386AA20DD (GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * __this, String_t* ___name0, const RuntimeMethod* method);
// System.Void FairyGUI.Controller::set_selectedPageId(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Controller_set_selectedPageId_m5AD05F9CA77EF32AA132EA6B0192F51E7E20214F (Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.ControllerAction::Setup(FairyGUI.Utils.ByteBuffer)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ControllerAction_Setup_m53C43C8D3F10A918127B28CD3E6F3C8B10A8F5D7 (ControllerAction_t460A8959DB08ACC45DFD24DCE767CF12F61E51E7 * __this, ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * ___buffer0, const RuntimeMethod* method);
// System.Void System.ThrowHelper::ThrowArgumentOutOfRangeException()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentOutOfRangeException_mBA2AF20A35144E0C43CD721A22EAC9FCA15D6550 (const RuntimeMethod* method);
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.UInt32 <PrivateImplementationDetails>::ComputeStringHash(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t U3CPrivateImplementationDetailsU3E_ComputeStringHash_m94E4EDA2F909FACDA1591F7242109AFB650640AA (String_t* ___s0, const RuntimeMethod* method)
{
uint32_t V_0 = 0;
int32_t V_1 = 0;
{
String_t* L_0 = ___s0;
if (!L_0)
{
goto IL_002a;
}
}
{
V_0 = ((int32_t)-2128831035);
V_1 = 0;
goto IL_0021;
}
IL_000d:
{
String_t* L_1 = ___s0;
int32_t L_2 = V_1;
NullCheck(L_1);
Il2CppChar L_3 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_1, L_2, /*hidden argument*/NULL);
uint32_t L_4 = V_0;
V_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)L_3^(int32_t)L_4)), (int32_t)((int32_t)16777619)));
int32_t L_5 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1));
}
IL_0021:
{
int32_t L_6 = V_1;
String_t* L_7 = ___s0;
NullCheck(L_7);
int32_t L_8 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_7, /*hidden argument*/NULL);
if ((((int32_t)L_6) < ((int32_t)L_8)))
{
goto IL_000d;
}
}
IL_002a:
{
uint32_t L_9 = V_0;
return L_9;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
IL2CPP_EXTERN_C int32_t DEFAULT_CALL _Init(char*, char*);
// System.Int32 AppVest::_Init(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AppVest__Init_mF80C6832FC3313E758416E6447457E8A4560FC02 (String_t* ___key0, String_t* ___id1, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (char*, char*);
// Marshaling of parameter '___key0' to native representation
char* ____key0_marshaled = NULL;
____key0_marshaled = il2cpp_codegen_marshal_string(___key0);
// Marshaling of parameter '___id1' to native representation
char* ____id1_marshaled = NULL;
____id1_marshaled = il2cpp_codegen_marshal_string(___id1);
// Native function invocation
int32_t returnValue = reinterpret_cast<PInvokeFunc>(_Init)(____key0_marshaled, ____id1_marshaled);
// Marshaling cleanup of parameter '___key0' native representation
il2cpp_codegen_marshal_free(____key0_marshaled);
____key0_marshaled = NULL;
// Marshaling cleanup of parameter '___id1' native representation
il2cpp_codegen_marshal_free(____id1_marshaled);
____id1_marshaled = NULL;
return returnValue;
}
IL2CPP_EXTERN_C char* DEFAULT_CALL _GetServerIPAndPort(char*, int32_t);
// System.String AppVest::_GetServerIPAndPort(System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AppVest__GetServerIPAndPort_m2B5CC1DA05B2529B35C6A1111D8F47AC6F80D939 (String_t* ___host0, int32_t ___id1, const RuntimeMethod* method)
{
typedef char* (DEFAULT_CALL *PInvokeFunc) (char*, int32_t);
// Marshaling of parameter '___host0' to native representation
char* ____host0_marshaled = NULL;
____host0_marshaled = il2cpp_codegen_marshal_string(___host0);
// Native function invocation
char* returnValue = reinterpret_cast<PInvokeFunc>(_GetServerIPAndPort)(____host0_marshaled, ___id1);
// Marshaling of return value back from native representation
String_t* _returnValue_unmarshaled = NULL;
_returnValue_unmarshaled = il2cpp_codegen_marshal_string_result(returnValue);
// Marshaling cleanup of return value native representation
il2cpp_codegen_marshal_free(returnValue);
returnValue = NULL;
// Marshaling cleanup of parameter '___host0' native representation
il2cpp_codegen_marshal_free(____host0_marshaled);
____host0_marshaled = NULL;
return _returnValue_unmarshaled;
}
// System.Int32 AppVest::init(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AppVest_init_m141C4CC7DBC7463097F1C72FC6CD46EA6EE9D9EB (String_t* ___key0, String_t* ___id1, const RuntimeMethod* method)
{
{
// return _Init(key, id);
String_t* L_0 = ___key0;
String_t* L_1 = ___id1;
int32_t L_2 = AppVest__Init_mF80C6832FC3313E758416E6447457E8A4560FC02(L_0, L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Int32 AppVest::getServerIPAndPort(securityConnection&,System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AppVest_getServerIPAndPort_m08AFA107D519ED3BEFEA9A973C48DD3866F3D375 (securityConnection_t2548EEEE9F234CCA4ACD0F083024F35C2CB5683B * ___conn0, String_t* ___host1, int32_t ___port2, const RuntimeMethod* method)
{
String_t* V_0 = NULL;
int32_t V_1 = 0;
{
// string currentip=_GetServerIPAndPort(host, port);
String_t* L_0 = ___host1;
int32_t L_1 = ___port2;
String_t* L_2 = AppVest__GetServerIPAndPort_m2B5CC1DA05B2529B35C6A1111D8F47AC6F80D939(L_0, L_1, /*hidden argument*/NULL);
V_0 = L_2;
// if(!string.IsNullOrEmpty(currentip))
String_t* L_3 = V_0;
bool L_4 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_3, /*hidden argument*/NULL);
if (L_4)
{
goto IL_001d;
}
}
{
// int rc=LoadNetP(ref conn, currentip);
securityConnection_t2548EEEE9F234CCA4ACD0F083024F35C2CB5683B * L_5 = ___conn0;
String_t* L_6 = V_0;
int32_t L_7 = AppVest_LoadNetP_mF456EA0D770A239EBAB3F9D5FE8498CBBB0F352D((securityConnection_t2548EEEE9F234CCA4ACD0F083024F35C2CB5683B *)L_5, L_6, /*hidden argument*/NULL);
V_1 = L_7;
// if(rc==0)
int32_t L_8 = V_1;
if (L_8)
{
goto IL_001d;
}
}
{
// return rc;
int32_t L_9 = V_1;
return L_9;
}
IL_001d:
{
// return 1;
return 1;
}
}
// System.Int32 AppVest::LoadNetP(securityConnection&,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AppVest_LoadNetP_mF456EA0D770A239EBAB3F9D5FE8498CBBB0F352D (securityConnection_t2548EEEE9F234CCA4ACD0F083024F35C2CB5683B * ___conn0, String_t* ___host1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AppVest_LoadNetP_mF456EA0D770A239EBAB3F9D5FE8498CBBB0F352D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_0 = NULL;
String_t* V_1 = NULL;
int32_t V_2 = 0;
int32_t V_3 = 0;
String_t* V_4 = NULL;
{
// if (!string.IsNullOrEmpty(host))
String_t* L_0 = ___host1;
bool L_1 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_0, /*hidden argument*/NULL);
if (L_1)
{
goto IL_007d;
}
}
{
// string[] str = host.Split(':');
String_t* L_2 = ___host1;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_3 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)1);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_4 = L_3;
NullCheck(L_4);
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(0), (Il2CppChar)((int32_t)58));
NullCheck(L_2);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_5 = String_Split_m13262358217AD2C119FD1B9733C3C0289D608512(L_2, L_4, /*hidden argument*/NULL);
V_0 = L_5;
// string port = str[str.Length - 1];
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_6 = V_0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_7 = V_0;
NullCheck(L_7);
NullCheck(L_6);
int32_t L_8 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length)))), (int32_t)1));
String_t* L_9 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
V_1 = L_9;
// int len = str[str.Length - 1].IndexOf("/");
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_10 = V_0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_11 = V_0;
NullCheck(L_11);
NullCheck(L_10);
int32_t L_12 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length)))), (int32_t)1));
String_t* L_13 = (L_10)->GetAt(static_cast<il2cpp_array_size_t>(L_12));
NullCheck(L_13);
int32_t L_14 = String_IndexOf_mA9A0117D68338238E51E5928CDA8EB3DC9DA497B(L_13, _stringLiteral42099B4AF021E53FD8FD4E056C2568D7C2E3FFA8, /*hidden argument*/NULL);
V_2 = L_14;
// if (len > 0)
int32_t L_15 = V_2;
if ((((int32_t)L_15) <= ((int32_t)0)))
{
goto IL_0047;
}
}
{
// port = str[str.Length - 1].Substring(0, len);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_16 = V_0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_17 = V_0;
NullCheck(L_17);
NullCheck(L_16);
int32_t L_18 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length)))), (int32_t)1));
String_t* L_19 = (L_16)->GetAt(static_cast<il2cpp_array_size_t>(L_18));
int32_t L_20 = V_2;
NullCheck(L_19);
String_t* L_21 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_19, 0, L_20, /*hidden argument*/NULL);
V_1 = L_21;
}
IL_0047:
{
// int curInt = System.Convert.ToInt32(port);
String_t* L_22 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
int32_t L_23 = Convert_ToInt32_m9394611E7CF9B83AADB891D865FFE74002F80365(L_22, /*hidden argument*/NULL);
V_3 = L_23;
// string ip = str[str.Length - 2];
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_24 = V_0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_25 = V_0;
NullCheck(L_25);
NullCheck(L_24);
int32_t L_26 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_25)->max_length)))), (int32_t)2));
String_t* L_27 = (L_24)->GetAt(static_cast<il2cpp_array_size_t>(L_26));
V_4 = L_27;
// if (str.Length > 2)
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_28 = V_0;
NullCheck(L_28);
if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_28)->max_length))))) <= ((int32_t)2)))
{
goto IL_006c;
}
}
{
// ip = str[str.Length - 1].Substring(2);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_29 = V_0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_30 = V_0;
NullCheck(L_30);
NullCheck(L_29);
int32_t L_31 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_30)->max_length)))), (int32_t)1));
String_t* L_32 = (L_29)->GetAt(static_cast<il2cpp_array_size_t>(L_31));
NullCheck(L_32);
String_t* L_33 = String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE(L_32, 2, /*hidden argument*/NULL);
V_4 = L_33;
}
IL_006c:
{
// conn.ip = ip;
securityConnection_t2548EEEE9F234CCA4ACD0F083024F35C2CB5683B * L_34 = ___conn0;
String_t* L_35 = V_4;
L_34->set_ip_0(L_35);
// conn.port = curInt;
securityConnection_t2548EEEE9F234CCA4ACD0F083024F35C2CB5683B * L_36 = ___conn0;
int32_t L_37 = V_3;
L_36->set_port_1(L_37);
// return 0;
return 0;
}
IL_007d:
{
// return 1;
return 1;
}
}
// System.Void AppVest::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppVest__ctor_m8EF17D2E6BF171A8F252D81C3CB6A84A6E5F5769 (AppVest_tE2CDF2AE190299D2E15DE9D06E41D86B968A5A25 * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__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 BuglyAgent::ConfigCrashReporter(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuglyAgent_ConfigCrashReporter_m81DFB8F63ACD2AE017A31628FF05C84C1F0A6236 (int32_t ___type0, int32_t ___logLevel1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BuglyAgent_ConfigCrashReporter_m81DFB8F63ACD2AE017A31628FF05C84C1F0A6236_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// _SetCrashReporterType (type);
int32_t L_0 = ___type0;
IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var);
BuglyAgent__SetCrashReporterType_mCD178464194423A0868B20FD66128B06F794D5D6(L_0, /*hidden argument*/NULL);
// _SetCrashReporterLogLevel (logLevel);
int32_t L_1 = ___logLevel1;
BuglyAgent__SetCrashReporterLogLevel_m94474206F570C095F593B8DFA13C114E6F36A01F_inline(L_1, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void BuglyAgent::InitWithAppId(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuglyAgent_InitWithAppId_m5AA399BDE9799B0FB9D8D73395CAC93C8EE2E62E (String_t* ___appId0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BuglyAgent_InitWithAppId_m5AA399BDE9799B0FB9D8D73395CAC93C8EE2E62E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (IsInitialized) {
IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var);
bool L_0 = BuglyAgent_get_IsInitialized_m9BDF482CC018EB47290A5AB03DCE39D38B91DE09_inline(/*hidden argument*/NULL);
if (!L_0)
{
goto IL_0018;
}
}
{
// DebugLog (null, "BuglyAgent has already been initialized.");
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = Array_Empty_TisRuntimeObject_m9CF99326FAC8A01A4A25C90AA97F0799BA35ECAB_inline(/*hidden argument*/Array_Empty_TisRuntimeObject_m9CF99326FAC8A01A4A25C90AA97F0799BA35ECAB_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var);
BuglyAgent_DebugLog_mC5679CF7600DA393873517B9B952BBCCB71A0B47((String_t*)NULL, _stringLiteral24EF53E53A71E64002E1896E503F5EF5B25CBB34, L_1, /*hidden argument*/NULL);
// return;
return;
}
IL_0018:
{
// if (string.IsNullOrEmpty (appId)) {
String_t* L_2 = ___appId0;
bool L_3 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_2, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_0021;
}
}
{
// return;
return;
}
IL_0021:
{
// InitBuglyAgent (appId);
String_t* L_4 = ___appId0;
IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var);
BuglyAgent_InitBuglyAgent_m7A8C607C6537B189150FE8BF71D33604E5076B4E(L_4, /*hidden argument*/NULL);
// DebugLog (null, "Initialized with app id: {0}", appId);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_6 = L_5;
String_t* L_7 = ___appId0;
NullCheck(L_6);
ArrayElementTypeCheck (L_6, L_7);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_7);
BuglyAgent_DebugLog_mC5679CF7600DA393873517B9B952BBCCB71A0B47((String_t*)NULL, _stringLiteralC66172BCA5921C67F80099FB75519311582D5F25, L_6, /*hidden argument*/NULL);
// _RegisterExceptionHandler ();
BuglyAgent__RegisterExceptionHandler_mFDE704A205ABD3FFB4E88934C4E928BD962AAB29(/*hidden argument*/NULL);
// }
return;
}
}
// System.Void BuglyAgent::EnableExceptionHandler()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuglyAgent_EnableExceptionHandler_mDE55CFACC6CD661C665D74E5520DBFEC243B17A3 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BuglyAgent_EnableExceptionHandler_mDE55CFACC6CD661C665D74E5520DBFEC243B17A3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (IsInitialized) {
IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var);
bool L_0 = BuglyAgent_get_IsInitialized_m9BDF482CC018EB47290A5AB03DCE39D38B91DE09_inline(/*hidden argument*/NULL);
if (!L_0)
{
goto IL_0018;
}
}
{
// DebugLog (null, "BuglyAgent has already been initialized.");
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = Array_Empty_TisRuntimeObject_m9CF99326FAC8A01A4A25C90AA97F0799BA35ECAB_inline(/*hidden argument*/Array_Empty_TisRuntimeObject_m9CF99326FAC8A01A4A25C90AA97F0799BA35ECAB_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var);
BuglyAgent_DebugLog_mC5679CF7600DA393873517B9B952BBCCB71A0B47((String_t*)NULL, _stringLiteral24EF53E53A71E64002E1896E503F5EF5B25CBB34, L_1, /*hidden argument*/NULL);
// return;
return;
}
IL_0018:
{
// DebugLog (null, "Only enable the exception handler, please make sure you has initialized the sdk in the native code in associated Android or iOS project.");
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = Array_Empty_TisRuntimeObject_m9CF99326FAC8A01A4A25C90AA97F0799BA35ECAB_inline(/*hidden argument*/Array_Empty_TisRuntimeObject_m9CF99326FAC8A01A4A25C90AA97F0799BA35ECAB_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var);
BuglyAgent_DebugLog_mC5679CF7600DA393873517B9B952BBCCB71A0B47((String_t*)NULL, _stringLiteral89745F72160AF46EF946393B9768A71269696FFD, L_2, /*hidden argument*/NULL);
// _RegisterExceptionHandler ();
BuglyAgent__RegisterExceptionHandler_mFDE704A205ABD3FFB4E88934C4E928BD962AAB29(/*hidden argument*/NULL);
// }
return;
}
}
// System.Void BuglyAgent::RegisterLogCallback(BuglyAgent_LogCallbackDelegate)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuglyAgent_RegisterLogCallback_m2F148DCFB6AE86C2DE1A7938722DD584ABEA43B1 (LogCallbackDelegate_t706B97807EE341E8346EB27B585DBBEDEA922058 * ___handler0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BuglyAgent_RegisterLogCallback_m2F148DCFB6AE86C2DE1A7938722DD584ABEA43B1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (handler != null) {
LogCallbackDelegate_t706B97807EE341E8346EB27B585DBBEDEA922058 * L_0 = ___handler0;
if (!L_0)
{
goto IL_001e;
}
}
{
// DebugLog (null, "Add log callback handler: {0}", handler);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = L_1;
LogCallbackDelegate_t706B97807EE341E8346EB27B585DBBEDEA922058 * L_3 = ___handler0;
NullCheck(L_2);
ArrayElementTypeCheck (L_2, L_3);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_3);
IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var);
BuglyAgent_DebugLog_mC5679CF7600DA393873517B9B952BBCCB71A0B47((String_t*)NULL, _stringLiteral90EEFC79AA746D73077B2D7B3C63190D472276CF, L_2, /*hidden argument*/NULL);
// _LogCallbackEventHandler += handler;
LogCallbackDelegate_t706B97807EE341E8346EB27B585DBBEDEA922058 * L_4 = ___handler0;
BuglyAgent_add__LogCallbackEventHandler_mABFFB0687EFABD0E5BC0EDA16FDAA9895ACDD937(L_4, /*hidden argument*/NULL);
}
IL_001e:
{
// }
return;
}
}
// System.Void BuglyAgent::SetLogCallbackExtrasHandler(System.Func`1<System.Collections.Generic.Dictionary`2<System.String,System.String>>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuglyAgent_SetLogCallbackExtrasHandler_m6CCDA37CA29273729AD17131D620E1152795062F (Func_1_t396E6A649BC5AF2B6E09527C2AF3B34D8CA087BB * ___handler0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BuglyAgent_SetLogCallbackExtrasHandler_m6CCDA37CA29273729AD17131D620E1152795062F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (handler != null) {
Func_1_t396E6A649BC5AF2B6E09527C2AF3B34D8CA087BB * L_0 = ___handler0;
if (!L_0)
{
goto IL_001e;
}
}
{
// _LogCallbackExtrasHandler = handler;
Func_1_t396E6A649BC5AF2B6E09527C2AF3B34D8CA087BB * L_1 = ___handler0;
IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var);
((BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_StaticFields*)il2cpp_codegen_static_fields_for(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var))->set__LogCallbackExtrasHandler_11(L_1);
// DebugLog(null, "Add log callback extra data handler : {0}", handler);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = L_2;
Func_1_t396E6A649BC5AF2B6E09527C2AF3B34D8CA087BB * L_4 = ___handler0;
NullCheck(L_3);
ArrayElementTypeCheck (L_3, L_4);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_4);
BuglyAgent_DebugLog_mC5679CF7600DA393873517B9B952BBCCB71A0B47((String_t*)NULL, _stringLiteral980AFD59EC67DC0D8202450C880A2D171517BB9D, L_3, /*hidden argument*/NULL);
}
IL_001e:
{
// }
return;
}
}
// System.Void BuglyAgent::ReportException(System.Exception,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuglyAgent_ReportException_m9E69ECF18F2C497D987D0C11CFD8291503AD7EA1 (Exception_t * ___e0, String_t* ___message1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BuglyAgent_ReportException_m9E69ECF18F2C497D987D0C11CFD8291503AD7EA1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (!IsInitialized) {
IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var);
bool L_0 = BuglyAgent_get_IsInitialized_m9BDF482CC018EB47290A5AB03DCE39D38B91DE09_inline(/*hidden argument*/NULL);
if (L_0)
{
goto IL_0008;
}
}
{
// return;
return;
}
IL_0008:
{
// DebugLog (null, "Report exception: {0}\n------------\n{1}\n------------", message, e);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = L_1;
String_t* L_3 = ___message1;
NullCheck(L_2);
ArrayElementTypeCheck (L_2, L_3);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_3);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = L_2;
Exception_t * L_5 = ___e0;
NullCheck(L_4);
ArrayElementTypeCheck (L_4, L_5);
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_5);
IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var);
BuglyAgent_DebugLog_mC5679CF7600DA393873517B9B952BBCCB71A0B47((String_t*)NULL, _stringLiteralC5E738C8E93D2F5B547677AED13FFA3C8A21362E, L_4, /*hidden argument*/NULL);
// _HandleException (e, message, false);
Exception_t * L_6 = ___e0;
String_t* L_7 = ___message1;
BuglyAgent__HandleException_m78607F9E1647699B3C53B4DA62663210B4E3FD91(L_6, L_7, (bool)0, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void BuglyAgent::ReportException(System.String,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuglyAgent_ReportException_m274866487E615F3F2955CE95000721E196E04F0D (String_t* ___name0, String_t* ___message1, String_t* ___stackTrace2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BuglyAgent_ReportException_m274866487E615F3F2955CE95000721E196E04F0D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (!IsInitialized) {
IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var);
bool L_0 = BuglyAgent_get_IsInitialized_m9BDF482CC018EB47290A5AB03DCE39D38B91DE09_inline(/*hidden argument*/NULL);
if (L_0)
{
goto IL_0008;
}
}
{
// return;
return;
}
IL_0008:
{
// DebugLog (null, "Report exception: {0} {1} \n{2}", name, message, stackTrace);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)3);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = L_1;
String_t* L_3 = ___name0;
NullCheck(L_2);
ArrayElementTypeCheck (L_2, L_3);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_3);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = L_2;
String_t* L_5 = ___message1;
NullCheck(L_4);
ArrayElementTypeCheck (L_4, L_5);
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_5);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_6 = L_4;
String_t* L_7 = ___stackTrace2;
NullCheck(L_6);
ArrayElementTypeCheck (L_6, L_7);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject *)L_7);
IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var);
BuglyAgent_DebugLog_mC5679CF7600DA393873517B9B952BBCCB71A0B47((String_t*)NULL, _stringLiteral03A684C0626C23CDACB77D6A277206C25184B9B7, L_6, /*hidden argument*/NULL);
// _HandleException (LogSeverity.LogException, name, message, stackTrace, false);
String_t* L_8 = ___name0;
String_t* L_9 = ___message1;
String_t* L_10 = ___stackTrace2;
BuglyAgent__HandleException_m9E9B9846456EFC87DFABE4BAC718793793623F57(6, L_8, L_9, L_10, (bool)0, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void BuglyAgent::UnregisterLogCallback(BuglyAgent_LogCallbackDelegate)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuglyAgent_UnregisterLogCallback_mD87650A4B44465BE49E81CF007CAC52587ED95F9 (LogCallbackDelegate_t706B97807EE341E8346EB27B585DBBEDEA922058 * ___handler0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BuglyAgent_UnregisterLogCallback_mD87650A4B44465BE49E81CF007CAC52587ED95F9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (handler != null) {
LogCallbackDelegate_t706B97807EE341E8346EB27B585DBBEDEA922058 * L_0 = ___handler0;
if (!L_0)
{
goto IL_0019;
}
}
{
// DebugLog (null, "Remove log callback handler");
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = Array_Empty_TisRuntimeObject_m9CF99326FAC8A01A4A25C90AA97F0799BA35ECAB_inline(/*hidden argument*/Array_Empty_TisRuntimeObject_m9CF99326FAC8A01A4A25C90AA97F0799BA35ECAB_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var);
BuglyAgent_DebugLog_mC5679CF7600DA393873517B9B952BBCCB71A0B47((String_t*)NULL, _stringLiteral69BABFE2A3DBFE57F893652DDA26B7F2791E18D3, L_1, /*hidden argument*/NULL);
// _LogCallbackEventHandler -= handler;
LogCallbackDelegate_t706B97807EE341E8346EB27B585DBBEDEA922058 * L_2 = ___handler0;
BuglyAgent_remove__LogCallbackEventHandler_m9AC839ABDA09F93D8C755E2BBC09BFD5B4DCD207(L_2, /*hidden argument*/NULL);
}
IL_0019:
{
// }
return;
}
}
// System.Void BuglyAgent::SetUserId(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuglyAgent_SetUserId_m2A234069BEB82CA51E4A4D07E630260358CCA124 (String_t* ___userId0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BuglyAgent_SetUserId_m2A234069BEB82CA51E4A4D07E630260358CCA124_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (!IsInitialized) {
IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var);
bool L_0 = BuglyAgent_get_IsInitialized_m9BDF482CC018EB47290A5AB03DCE39D38B91DE09_inline(/*hidden argument*/NULL);
if (L_0)
{
goto IL_0008;
}
}
{
// return;
return;
}
IL_0008:
{
// DebugLog (null, "Set user id: {0}", userId);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = L_1;
String_t* L_3 = ___userId0;
NullCheck(L_2);
ArrayElementTypeCheck (L_2, L_3);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_3);
IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var);
BuglyAgent_DebugLog_mC5679CF7600DA393873517B9B952BBCCB71A0B47((String_t*)NULL, _stringLiteral8B0856F524BF60C0AC99870A2632AF5D6B4CA8D4, L_2, /*hidden argument*/NULL);
// SetUserInfo (userId);
String_t* L_4 = ___userId0;
BuglyAgent_SetUserInfo_mC0EA36DC49C85C66235B51ABE39E017FC174ED81(L_4, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void BuglyAgent::SetScene(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuglyAgent_SetScene_mC6515A371BF751587B3C803B634BF711CD90DE88 (int32_t ___sceneId0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BuglyAgent_SetScene_mC6515A371BF751587B3C803B634BF711CD90DE88_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (!IsInitialized) {
IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var);
bool L_0 = BuglyAgent_get_IsInitialized_m9BDF482CC018EB47290A5AB03DCE39D38B91DE09_inline(/*hidden argument*/NULL);
if (L_0)
{
goto IL_0008;
}
}
{
// return;
return;
}
IL_0008:
{
// DebugLog (null, "Set scene: {0}", sceneId);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = L_1;
int32_t L_3 = ___sceneId0;
int32_t L_4 = L_3;
RuntimeObject * L_5 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_4);
NullCheck(L_2);
ArrayElementTypeCheck (L_2, L_5);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_5);
IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var);
BuglyAgent_DebugLog_mC5679CF7600DA393873517B9B952BBCCB71A0B47((String_t*)NULL, _stringLiteralF6061D8B4252C5FDBD90D3A213E0B1124185ACE2, L_2, /*hidden argument*/NULL);
// SetCurrentScene (sceneId);
int32_t L_6 = ___sceneId0;
BuglyAgent_SetCurrentScene_m9B742C55A35FF6D0F66DB4E44610F0EE48E626FE(L_6, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void BuglyAgent::AddSceneData(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuglyAgent_AddSceneData_mC896E8D98D437EE6AFDEB1C393019F6535FEF545 (String_t* ___key0, String_t* ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BuglyAgent_AddSceneData_mC896E8D98D437EE6AFDEB1C393019F6535FEF545_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (!IsInitialized) {
IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var);
bool L_0 = BuglyAgent_get_IsInitialized_m9BDF482CC018EB47290A5AB03DCE39D38B91DE09_inline(/*hidden argument*/NULL);
if (L_0)
{
goto IL_0008;
}
}
{
// return;
return;
}
IL_0008:
{
// DebugLog (null, "Add scene data: [{0}, {1}]", key, value);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = L_1;
String_t* L_3 = ___key0;
NullCheck(L_2);
ArrayElementTypeCheck (L_2, L_3);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_3);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = L_2;
String_t* L_5 = ___value1;
NullCheck(L_4);
ArrayElementTypeCheck (L_4, L_5);
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_5);
IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var);
BuglyAgent_DebugLog_mC5679CF7600DA393873517B9B952BBCCB71A0B47((String_t*)NULL, _stringLiteral4351BE4DF987A1952C095909A713B40848FE49C6, L_4, /*hidden argument*/NULL);
// AddKeyAndValueInScene (key, value);
String_t* L_6 = ___key0;
String_t* L_7 = ___value1;
BuglyAgent_AddKeyAndValueInScene_m1338E6590C7E95BB8AA63905400ED5B37F8221F0(L_6, L_7, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void BuglyAgent::ConfigDebugMode(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuglyAgent_ConfigDebugMode_m0C4BEE5E664D8958175D5F25C73D498A8908D320 (bool ___enable0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BuglyAgent_ConfigDebugMode_m0C4BEE5E664D8958175D5F25C73D498A8908D320_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t G_B2_0 = 0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B2_1 = NULL;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B2_2 = NULL;
String_t* G_B2_3 = NULL;
RuntimeObject * G_B2_4 = NULL;
int32_t G_B1_0 = 0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B1_1 = NULL;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B1_2 = NULL;
String_t* G_B1_3 = NULL;
RuntimeObject * G_B1_4 = NULL;
String_t* G_B3_0 = NULL;
int32_t G_B3_1 = 0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B3_2 = NULL;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B3_3 = NULL;
String_t* G_B3_4 = NULL;
RuntimeObject * G_B3_5 = NULL;
{
// EnableDebugMode (enable);
bool L_0 = ___enable0;
IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var);
BuglyAgent_EnableDebugMode_m66014BDE882FB03AA428E56966C02982AD23D55D_inline(L_0, /*hidden argument*/NULL);
// DebugLog (null, "{0} the log message print to console", enable ? "Enable" : "Disable");
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = L_1;
bool L_3 = ___enable0;
G_B1_0 = 0;
G_B1_1 = L_2;
G_B1_2 = L_2;
G_B1_3 = _stringLiteral74C32707C45AB49F275DCC893F8F3ABCA27927C7;
G_B1_4 = NULL;
if (L_3)
{
G_B2_0 = 0;
G_B2_1 = L_2;
G_B2_2 = L_2;
G_B2_3 = _stringLiteral74C32707C45AB49F275DCC893F8F3ABCA27927C7;
G_B2_4 = NULL;
goto IL_001e;
}
}
{
G_B3_0 = _stringLiteral9A7D4E0687B14E2B7CDA406900B802782CD50A62;
G_B3_1 = G_B1_0;
G_B3_2 = G_B1_1;
G_B3_3 = G_B1_2;
G_B3_4 = G_B1_3;
G_B3_5 = G_B1_4;
goto IL_0023;
}
IL_001e:
{
G_B3_0 = _stringLiteral20063AD9053289CECAA20AE630ED2DD758282A07;
G_B3_1 = G_B2_0;
G_B3_2 = G_B2_1;
G_B3_3 = G_B2_2;
G_B3_4 = G_B2_3;
G_B3_5 = G_B2_4;
}
IL_0023:
{
NullCheck(G_B3_2);
ArrayElementTypeCheck (G_B3_2, G_B3_0);
(G_B3_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B3_1), (RuntimeObject *)G_B3_0);
IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var);
BuglyAgent_DebugLog_mC5679CF7600DA393873517B9B952BBCCB71A0B47((String_t*)G_B3_5, G_B3_4, G_B3_3, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void BuglyAgent::ConfigAutoQuitApplication(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuglyAgent_ConfigAutoQuitApplication_m730858239845C1B20B0F815AB40CD5EE13FF179F (bool ___autoQuit0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BuglyAgent_ConfigAutoQuitApplication_m730858239845C1B20B0F815AB40CD5EE13FF179F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// _autoQuitApplicationAfterReport = autoQuit;
bool L_0 = ___autoQuit0;
IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var);
((BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_StaticFields*)il2cpp_codegen_static_fields_for(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var))->set__autoQuitApplicationAfterReport_7(L_0);
// }
return;
}
}
// System.Void BuglyAgent::ConfigAutoReportLogLevel(LogSeverity)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuglyAgent_ConfigAutoReportLogLevel_mBEFEBB80C63DC039EF5414B3324FE6BFB6C206C7 (int32_t ___level0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BuglyAgent_ConfigAutoReportLogLevel_mBEFEBB80C63DC039EF5414B3324FE6BFB6C206C7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// _autoReportLogLevel = level;
int32_t L_0 = ___level0;
IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var);
((BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_StaticFields*)il2cpp_codegen_static_fields_for(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var))->set__autoReportLogLevel_3(L_0);
// }
return;
}
}
// System.Void BuglyAgent::ConfigDefault(System.String,System.String,System.String,System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuglyAgent_ConfigDefault_mB54B5BD9A1C952CCA60F4E4DA57AC751DA750B7A (String_t* ___channel0, String_t* ___version1, String_t* ___user2, int64_t ___delay3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BuglyAgent_ConfigDefault_mB54B5BD9A1C952CCA60F4E4DA57AC751DA750B7A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// DebugLog (null, "Config default channel:{0}, version:{1}, user:{2}, delay:{3}", channel, version, user, delay);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)4);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = L_0;
String_t* L_2 = ___channel0;
NullCheck(L_1);
ArrayElementTypeCheck (L_1, L_2);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = L_1;
String_t* L_4 = ___version1;
NullCheck(L_3);
ArrayElementTypeCheck (L_3, L_4);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_4);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = L_3;
String_t* L_6 = ___user2;
NullCheck(L_5);
ArrayElementTypeCheck (L_5, L_6);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject *)L_6);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = L_5;
int64_t L_8 = ___delay3;
int64_t L_9 = L_8;
RuntimeObject * L_10 = Box(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var, &L_9);
NullCheck(L_7);
ArrayElementTypeCheck (L_7, L_10);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(3), (RuntimeObject *)L_10);
IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var);
BuglyAgent_DebugLog_mC5679CF7600DA393873517B9B952BBCCB71A0B47((String_t*)NULL, _stringLiteralDF2280E16647AC58E1C3C3EDD5AC39EA39549E7B, L_7, /*hidden argument*/NULL);
// ConfigDefaultBeforeInit (channel, version, user, delay);
String_t* L_11 = ___channel0;
String_t* L_12 = ___version1;
String_t* L_13 = ___user2;
int64_t L_14 = ___delay3;
BuglyAgent_ConfigDefaultBeforeInit_m18BEBBBD1CDFE01DBDC4826E13304A0775B5823F(L_11, L_12, L_13, L_14, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void BuglyAgent::DebugLog(System.String,System.String,System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuglyAgent_DebugLog_mC5679CF7600DA393873517B9B952BBCCB71A0B47 (String_t* ___tag0, String_t* ___format1, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BuglyAgent_DebugLog_mC5679CF7600DA393873517B9B952BBCCB71A0B47_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if(!_debugMode) {
IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var);
bool L_0 = ((BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_StaticFields*)il2cpp_codegen_static_fields_for(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var))->get__debugMode_6();
if (L_0)
{
goto IL_0008;
}
}
{
// return;
return;
}
IL_0008:
{
// if (string.IsNullOrEmpty (format)) {
String_t* L_1 = ___format1;
bool L_2 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_1, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_0011;
}
}
{
// return;
return;
}
IL_0011:
{
// Console.WriteLine ("[BuglyAgent] <Debug> - {0} : {1}", tag, string.Format (format, args));
String_t* L_3 = ___tag0;
String_t* L_4 = ___format1;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = ___args2;
String_t* L_6 = String_Format_mA3AC3FE7B23D97F3A5BAA082D25B0E01B341A865(L_4, L_5, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_il2cpp_TypeInfo_var);
Console_WriteLine_mF4C83050CDEABB9BE8E18F5056FBBDB0DB0CFFEB(_stringLiteral4087BE3ED1DA3E2A41C63DD805710FD0015A3B21, L_3, L_6, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void BuglyAgent::PrintLog(LogSeverity,System.String,System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuglyAgent_PrintLog_mDA06735AF796209C67CA18D79EB57F13CB4797FA (int32_t ___level0, String_t* ___format1, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BuglyAgent_PrintLog_mDA06735AF796209C67CA18D79EB57F13CB4797FA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (string.IsNullOrEmpty (format)) {
String_t* L_0 = ___format1;
bool L_1 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_0, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0009;
}
}
{
// return;
return;
}
IL_0009:
{
// LogRecord (level, string.Format (format, args));
int32_t L_2 = ___level0;
String_t* L_3 = ___format1;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = ___args2;
String_t* L_5 = String_Format_mA3AC3FE7B23D97F3A5BAA082D25B0E01B341A865(L_3, L_4, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var);
BuglyAgent_LogRecord_mB26E36E6840231FAE53E50FF56A7CF1221612640(L_2, L_5, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void BuglyAgent::ConfigCrashReporterType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuglyAgent_ConfigCrashReporterType_mEC4C6DFE51CF1C453DFEB57BFC37CDF517C57A52 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BuglyAgent_ConfigCrashReporterType_mEC4C6DFE51CF1C453DFEB57BFC37CDF517C57A52_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
// if (!_crashReporterTypeConfiged) {
IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var);
bool L_0 = ((BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_StaticFields*)il2cpp_codegen_static_fields_for(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var))->get__crashReporterTypeConfiged_0();
if (L_0)
{
goto IL_001c;
}
}
IL_0007:
try
{ // begin try (depth: 1)
// _BuglyConfigCrashReporterType(_crashReporterType);
IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var);
int32_t L_1 = ((BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_StaticFields*)il2cpp_codegen_static_fields_for(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var))->get__crashReporterType_4();
BuglyAgent__BuglyConfigCrashReporterType_m7AA1FC4EF03DC400CFC769B0263E2CBA67172072(L_1, /*hidden argument*/NULL);
// _crashReporterTypeConfiged = true;
((BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_StaticFields*)il2cpp_codegen_static_fields_for(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var))->set__crashReporterTypeConfiged_0((bool)1);
// } catch {
goto IL_001c;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0019;
throw e;
}
CATCH_0019:
{ // begin catch(System.Object)
// } catch {
// }
goto IL_001c;
} // end catch (depth: 1)
IL_001c:
{
// }
return;
}
}
// System.Void BuglyAgent::ConfigDefaultBeforeInit(System.String,System.String,System.String,System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuglyAgent_ConfigDefaultBeforeInit_m18BEBBBD1CDFE01DBDC4826E13304A0775B5823F (String_t* ___channel0, String_t* ___version1, String_t* ___user2, int64_t ___delay3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BuglyAgent_ConfigDefaultBeforeInit_m18BEBBBD1CDFE01DBDC4826E13304A0775B5823F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
// ConfigCrashReporterType();
IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var);
BuglyAgent_ConfigCrashReporterType_mEC4C6DFE51CF1C453DFEB57BFC37CDF517C57A52(/*hidden argument*/NULL);
}
IL_0005:
try
{ // begin try (depth: 1)
// _BuglyDefaultConfig(channel, version, user, null);
String_t* L_0 = ___channel0;
String_t* L_1 = ___version1;
String_t* L_2 = ___user2;
IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var);
BuglyAgent__BuglyDefaultConfig_m3F765CA1E8302B3F199D57E5933542963F92883D(L_0, L_1, L_2, (String_t*)NULL, /*hidden argument*/NULL);
// } catch {
goto IL_0013;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0010;
throw e;
}
CATCH_0010:
{ // begin catch(System.Object)
// } catch {
// }
goto IL_0013;
} // end catch (depth: 1)
IL_0013:
{
// }
return;
}
}
// System.Void BuglyAgent::EnableDebugMode(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuglyAgent_EnableDebugMode_m66014BDE882FB03AA428E56966C02982AD23D55D (bool ___enable0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BuglyAgent_EnableDebugMode_m66014BDE882FB03AA428E56966C02982AD23D55D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// _debugMode = enable;
bool L_0 = ___enable0;
IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var);
((BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_StaticFields*)il2cpp_codegen_static_fields_for(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var))->set__debugMode_6(L_0);
// }
return;
}
}
// System.Void BuglyAgent::InitBuglyAgent(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuglyAgent_InitBuglyAgent_m7A8C607C6537B189150FE8BF71D33604E5076B4E (String_t* ___appId0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BuglyAgent_InitBuglyAgent_m7A8C607C6537B189150FE8BF71D33604E5076B4E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// ConfigCrashReporterType();
IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var);
BuglyAgent_ConfigCrashReporterType_mEC4C6DFE51CF1C453DFEB57BFC37CDF517C57A52(/*hidden argument*/NULL);
// if(!string.IsNullOrEmpty(appId)) {
String_t* L_0 = ___appId0;
bool L_1 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_0, /*hidden argument*/NULL);
if (L_1)
{
goto IL_001d;
}
}
{
// _BuglyInit(appId, _debugMode, _crashReproterCustomizedLogLevel); // Log level
String_t* L_2 = ___appId0;
IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var);
bool L_3 = ((BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_StaticFields*)il2cpp_codegen_static_fields_for(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var))->get__debugMode_6();
int32_t L_4 = ((BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_StaticFields*)il2cpp_codegen_static_fields_for(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var))->get__crashReproterCustomizedLogLevel_5();
BuglyAgent__BuglyInit_mB7CB1DFC5CA1CBABF306EA13A046E6D2F89CF48E(L_2, L_3, L_4, /*hidden argument*/NULL);
}
IL_001d:
{
// }
return;
}
}
// System.Void BuglyAgent::SetUnityVersion()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuglyAgent_SetUnityVersion_m9BCA12523A7B7DC514BA375FA00F1C48FF00E098 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BuglyAgent_SetUnityVersion_m9BCA12523A7B7DC514BA375FA00F1C48FF00E098_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// ConfigCrashReporterType();
IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var);
BuglyAgent_ConfigCrashReporterType_mEC4C6DFE51CF1C453DFEB57BFC37CDF517C57A52(/*hidden argument*/NULL);
// _BuglySetExtraConfig("UnityVersion", Application.unityVersion);
String_t* L_0 = Application_get_unityVersion_mC66901DE17E8F4F5BCA46CF3A4DCB34AF245CF99(/*hidden argument*/NULL);
BuglyAgent__BuglySetExtraConfig_m0327C71157865AD2BF61A00D7EA1C1A204CF50C8(_stringLiteralA60831CBB7F3275A4A6590054CC1CD70B7A58C0D, L_0, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void BuglyAgent::SetUserInfo(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuglyAgent_SetUserInfo_mC0EA36DC49C85C66235B51ABE39E017FC174ED81 (String_t* ___userInfo0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BuglyAgent_SetUserInfo_mC0EA36DC49C85C66235B51ABE39E017FC174ED81_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if(!string.IsNullOrEmpty(userInfo)) {
String_t* L_0 = ___userInfo0;
bool L_1 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_0, /*hidden argument*/NULL);
if (L_1)
{
goto IL_0013;
}
}
{
// ConfigCrashReporterType();
IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var);
BuglyAgent_ConfigCrashReporterType_mEC4C6DFE51CF1C453DFEB57BFC37CDF517C57A52(/*hidden argument*/NULL);
// _BuglySetUserId(userInfo);
String_t* L_2 = ___userInfo0;
BuglyAgent__BuglySetUserId_m69B2783508ABEE47E82268716664CBADE2B03061(L_2, /*hidden argument*/NULL);
}
IL_0013:
{
// }
return;
}
}
// System.Void BuglyAgent::ReportException(System.Int32,System.String,System.String,System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuglyAgent_ReportException_mC134083778D47F16F4CC1C100309E178DECE4A18 (int32_t ___type0, String_t* ___name1, String_t* ___reason2, String_t* ___stackTrace3, bool ___quitProgram4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BuglyAgent_ReportException_mC134083778D47F16F4CC1C100309E178DECE4A18_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * V_1 = NULL;
StringBuilder_t * V_2 = NULL;
Enumerator_tEE17C0B6306B38B4D74140569F93EA8C3BDD05A3 V_3;
memset((&V_3), 0, sizeof(V_3));
KeyValuePair_2_t1A58906CCD7ED79792916B56DB716477495C85D8 V_4;
memset((&V_4), 0, sizeof(V_4));
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
// ConfigCrashReporterType();
IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var);
BuglyAgent_ConfigCrashReporterType_mEC4C6DFE51CF1C453DFEB57BFC37CDF517C57A52(/*hidden argument*/NULL);
// string extraInfo = "";
V_0 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
// Dictionary<string, string> extras = null;
V_1 = (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC *)NULL;
// if (_LogCallbackExtrasHandler != null) {
Func_1_t396E6A649BC5AF2B6E09527C2AF3B34D8CA087BB * L_0 = ((BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_StaticFields*)il2cpp_codegen_static_fields_for(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var))->get__LogCallbackExtrasHandler_11();
if (!L_0)
{
goto IL_001f;
}
}
{
// extras = _LogCallbackExtrasHandler();
IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var);
Func_1_t396E6A649BC5AF2B6E09527C2AF3B34D8CA087BB * L_1 = ((BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_StaticFields*)il2cpp_codegen_static_fields_for(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var))->get__LogCallbackExtrasHandler_11();
NullCheck(L_1);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_2 = Func_1_Invoke_m197EFE88ABA4ACF4FEA09B5D7B9D50D6F087D8CC(L_1, /*hidden argument*/Func_1_Invoke_m197EFE88ABA4ACF4FEA09B5D7B9D50D6F087D8CC_RuntimeMethod_var);
V_1 = L_2;
}
IL_001f:
{
// if (extras == null || extras.Count == 0) {
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_3 = V_1;
if (!L_3)
{
goto IL_002a;
}
}
{
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_4 = V_1;
NullCheck(L_4);
int32_t L_5 = Dictionary_2_get_Count_mCABDD78BB70A11ABE11DCFDFD2E175A93809B90B(L_4, /*hidden argument*/Dictionary_2_get_Count_mCABDD78BB70A11ABE11DCFDFD2E175A93809B90B_RuntimeMethod_var);
if (L_5)
{
goto IL_0040;
}
}
IL_002a:
{
// extras = new Dictionary<string, string> ();
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_6 = (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC *)il2cpp_codegen_object_new(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC_il2cpp_TypeInfo_var);
Dictionary_2__ctor_m5B1C279E77422BB0B2C7B0374ECF89E3224AF62B(L_6, /*hidden argument*/Dictionary_2__ctor_m5B1C279E77422BB0B2C7B0374ECF89E3224AF62B_RuntimeMethod_var);
V_1 = L_6;
// extras.Add ("UnityVersion", Application.unityVersion);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_7 = V_1;
String_t* L_8 = Application_get_unityVersion_mC66901DE17E8F4F5BCA46CF3A4DCB34AF245CF99(/*hidden argument*/NULL);
NullCheck(L_7);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_7, _stringLiteralA60831CBB7F3275A4A6590054CC1CD70B7A58C0D, L_8, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
}
IL_0040:
{
// if (extras != null && extras.Count > 0) {
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_9 = V_1;
if (!L_9)
{
goto IL_00e9;
}
}
{
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_10 = V_1;
NullCheck(L_10);
int32_t L_11 = Dictionary_2_get_Count_mCABDD78BB70A11ABE11DCFDFD2E175A93809B90B(L_10, /*hidden argument*/Dictionary_2_get_Count_mCABDD78BB70A11ABE11DCFDFD2E175A93809B90B_RuntimeMethod_var);
if ((((int32_t)L_11) <= ((int32_t)0)))
{
goto IL_00e9;
}
}
{
// if (!extras.ContainsKey("UnityVersion")) {
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_12 = V_1;
NullCheck(L_12);
bool L_13 = Dictionary_2_ContainsKey_m6035A72C0D6A9432F46DE0742776CC7B866AB127(L_12, _stringLiteralA60831CBB7F3275A4A6590054CC1CD70B7A58C0D, /*hidden argument*/Dictionary_2_ContainsKey_m6035A72C0D6A9432F46DE0742776CC7B866AB127_RuntimeMethod_var);
if (L_13)
{
goto IL_006f;
}
}
{
// extras.Add ("UnityVersion", Application.unityVersion);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_14 = V_1;
String_t* L_15 = Application_get_unityVersion_mC66901DE17E8F4F5BCA46CF3A4DCB34AF245CF99(/*hidden argument*/NULL);
NullCheck(L_14);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_14, _stringLiteralA60831CBB7F3275A4A6590054CC1CD70B7A58C0D, L_15, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
}
IL_006f:
{
// StringBuilder builder = new StringBuilder();
StringBuilder_t * L_16 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_16, /*hidden argument*/NULL);
V_2 = L_16;
// foreach(KeyValuePair<string,string> kvp in extras){
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_17 = V_1;
NullCheck(L_17);
Enumerator_tEE17C0B6306B38B4D74140569F93EA8C3BDD05A3 L_18 = Dictionary_2_GetEnumerator_m3378B4792B81EF81397CB9D9A761BD7149BD27F5(L_17, /*hidden argument*/Dictionary_2_GetEnumerator_m3378B4792B81EF81397CB9D9A761BD7149BD27F5_RuntimeMethod_var);
V_3 = L_18;
}
IL_007c:
try
{ // begin try (depth: 1)
{
goto IL_00b0;
}
IL_007e:
{
// foreach(KeyValuePair<string,string> kvp in extras){
KeyValuePair_2_t1A58906CCD7ED79792916B56DB716477495C85D8 L_19 = Enumerator_get_Current_mBEC9B470213860581893E0F197CAAE657B8B6C69_inline((Enumerator_tEE17C0B6306B38B4D74140569F93EA8C3BDD05A3 *)(&V_3), /*hidden argument*/Enumerator_get_Current_mBEC9B470213860581893E0F197CAAE657B8B6C69_RuntimeMethod_var);
V_4 = L_19;
// builder.Append(string.Format("\"{0}\" : \"{1}\"", kvp.Key, kvp.Value)).Append(" , ");
StringBuilder_t * L_20 = V_2;
String_t* L_21 = KeyValuePair_2_get_Key_m434E29A1251E81B5A2124466105823011C462BF2_inline((KeyValuePair_2_t1A58906CCD7ED79792916B56DB716477495C85D8 *)(&V_4), /*hidden argument*/KeyValuePair_2_get_Key_m434E29A1251E81B5A2124466105823011C462BF2_RuntimeMethod_var);
String_t* L_22 = KeyValuePair_2_get_Value_mEAF4B15DEEAC6EB29683A5C6569F0F50B4DEBDA2_inline((KeyValuePair_2_t1A58906CCD7ED79792916B56DB716477495C85D8 *)(&V_4), /*hidden argument*/KeyValuePair_2_get_Value_mEAF4B15DEEAC6EB29683A5C6569F0F50B4DEBDA2_RuntimeMethod_var);
String_t* L_23 = String_Format_m19325298DBC61AAC016C16F7B3CF97A8A3DEA34A(_stringLiteralB85344BFFDCD0C27024E3BC375142780DE6F3708, L_21, L_22, /*hidden argument*/NULL);
NullCheck(L_20);
StringBuilder_t * L_24 = StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_20, L_23, /*hidden argument*/NULL);
NullCheck(L_24);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_24, _stringLiteralE2EDFF9A40A00301F6C240A4FA3071CE73ACDACB, /*hidden argument*/NULL);
}
IL_00b0:
{
// foreach(KeyValuePair<string,string> kvp in extras){
bool L_25 = Enumerator_MoveNext_m6E6A22A8620F5A5582BB67E367BE5086D7D895A6((Enumerator_tEE17C0B6306B38B4D74140569F93EA8C3BDD05A3 *)(&V_3), /*hidden argument*/Enumerator_MoveNext_m6E6A22A8620F5A5582BB67E367BE5086D7D895A6_RuntimeMethod_var);
if (L_25)
{
goto IL_007e;
}
}
IL_00b9:
{
IL2CPP_LEAVE(0xC9, FINALLY_00bb);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_00bb;
}
FINALLY_00bb:
{ // begin finally (depth: 1)
Enumerator_Dispose_m16C0E963A012498CD27422B463DB327BA4C7A321((Enumerator_tEE17C0B6306B38B4D74140569F93EA8C3BDD05A3 *)(&V_3), /*hidden argument*/Enumerator_Dispose_m16C0E963A012498CD27422B463DB327BA4C7A321_RuntimeMethod_var);
IL2CPP_END_FINALLY(187)
} // end finally (depth: 1)
IL2CPP_CLEANUP(187)
{
IL2CPP_JUMP_TBL(0xC9, IL_00c9)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_00c9:
{
// extraInfo = string.Format("{{ {0} }}", builder.ToString().TrimEnd(" , ".ToCharArray()));
StringBuilder_t * L_26 = V_2;
NullCheck(L_26);
String_t* L_27 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_26);
NullCheck(_stringLiteralE2EDFF9A40A00301F6C240A4FA3071CE73ACDACB);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_28 = String_ToCharArray_mFCFF32A5EC698E81075E0C72C874282B9ED197A6(_stringLiteralE2EDFF9A40A00301F6C240A4FA3071CE73ACDACB, /*hidden argument*/NULL);
NullCheck(L_27);
String_t* L_29 = String_TrimEnd_m8D4905B71A4AEBF9D0BC36C6003FC9A5AD630403(L_27, L_28, /*hidden argument*/NULL);
String_t* L_30 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(_stringLiteralF551F44CFB5B0BE46D5FCA56707E21A36874DA64, L_29, /*hidden argument*/NULL);
V_0 = L_30;
}
IL_00e9:
{
// _BuglyReportException(4, name, reason, stackTrace, extraInfo, quitProgram);
String_t* L_31 = ___name1;
String_t* L_32 = ___reason2;
String_t* L_33 = ___stackTrace3;
String_t* L_34 = V_0;
bool L_35 = ___quitProgram4;
IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var);
BuglyAgent__BuglyReportException_mEE73948B44B38A6C115BF86565B34E1309D2BF8E(4, L_31, L_32, L_33, L_34, L_35, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void BuglyAgent::SetCurrentScene(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuglyAgent_SetCurrentScene_m9B742C55A35FF6D0F66DB4E44610F0EE48E626FE (int32_t ___sceneId0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BuglyAgent_SetCurrentScene_m9B742C55A35FF6D0F66DB4E44610F0EE48E626FE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// ConfigCrashReporterType();
IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var);
BuglyAgent_ConfigCrashReporterType_mEC4C6DFE51CF1C453DFEB57BFC37CDF517C57A52(/*hidden argument*/NULL);
// _BuglySetTag(sceneId);
int32_t L_0 = ___sceneId0;
BuglyAgent__BuglySetTag_m1ED16AB34BBD31A28AB8F32491E97AAC49466040(L_0, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void BuglyAgent::AddKeyAndValueInScene(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuglyAgent_AddKeyAndValueInScene_m1338E6590C7E95BB8AA63905400ED5B37F8221F0 (String_t* ___key0, String_t* ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BuglyAgent_AddKeyAndValueInScene_m1338E6590C7E95BB8AA63905400ED5B37F8221F0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// ConfigCrashReporterType();
IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var);
BuglyAgent_ConfigCrashReporterType_mEC4C6DFE51CF1C453DFEB57BFC37CDF517C57A52(/*hidden argument*/NULL);
// _BuglySetKeyValue(key, value);
String_t* L_0 = ___key0;
String_t* L_1 = ___value1;
BuglyAgent__BuglySetKeyValue_mD5826082F6E5DACBA494AD7CA74C63E2C8A8B813(L_0, L_1, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void BuglyAgent::AddExtraDataWithException(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuglyAgent_AddExtraDataWithException_mB6D62AB4706C2A8BB537842D67AA22CE2C2C6729 (String_t* ___key0, String_t* ___value1, const RuntimeMethod* method)
{
{
// }
return;
}
}
// System.Void BuglyAgent::LogRecord(LogSeverity,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuglyAgent_LogRecord_mB26E36E6840231FAE53E50FF56A7CF1221612640 (int32_t ___level0, String_t* ___message1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BuglyAgent_LogRecord_mB26E36E6840231FAE53E50FF56A7CF1221612640_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (level < LogSeverity.LogWarning) {
int32_t L_0 = ___level0;
if ((((int32_t)L_0) >= ((int32_t)3)))
{
goto IL_001c;
}
}
{
// DebugLog (level.ToString (), message);
RuntimeObject * L_1 = Box(LogSeverity_tB0EEAD9A943CB3A20FD868C129077F75D358434F_il2cpp_TypeInfo_var, (&___level0));
NullCheck(L_1);
String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_1);
___level0 = *(int32_t*)UnBox(L_1);
String_t* L_3 = ___message1;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = Array_Empty_TisRuntimeObject_m9CF99326FAC8A01A4A25C90AA97F0799BA35ECAB_inline(/*hidden argument*/Array_Empty_TisRuntimeObject_m9CF99326FAC8A01A4A25C90AA97F0799BA35ECAB_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var);
BuglyAgent_DebugLog_mC5679CF7600DA393873517B9B952BBCCB71A0B47(L_2, L_3, L_4, /*hidden argument*/NULL);
}
IL_001c:
{
// ConfigCrashReporterType();
IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var);
BuglyAgent_ConfigCrashReporterType_mEC4C6DFE51CF1C453DFEB57BFC37CDF517C57A52(/*hidden argument*/NULL);
// _BuglyLogMessage(LogSeverityToInt(level), null, message);
int32_t L_5 = ___level0;
int32_t L_6 = BuglyAgent_LogSeverityToInt_m4D19B890255CA55FBE9B1E2F39409573A1606DE6(L_5, /*hidden argument*/NULL);
String_t* L_7 = ___message1;
BuglyAgent__BuglyLogMessage_mEDF1D8C545EA5C426CE8FFF4378BA3649C6F17C1(L_6, (String_t*)NULL, L_7, /*hidden argument*/NULL);
// }
return;
}
}
// System.Int32 BuglyAgent::LogSeverityToInt(LogSeverity)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BuglyAgent_LogSeverityToInt_m4D19B890255CA55FBE9B1E2F39409573A1606DE6 (int32_t ___logLevel0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
// int level = 5;
V_0 = 5;
// switch(logLevel) {
int32_t L_0 = ___logLevel0;
switch (L_0)
{
case 0:
{
goto IL_0026;
}
case 1:
{
goto IL_002a;
}
case 2:
{
goto IL_002e;
}
case 3:
{
goto IL_0032;
}
case 4:
{
goto IL_0032;
}
case 5:
{
goto IL_0036;
}
case 6:
{
goto IL_0036;
}
}
}
{
goto IL_003a;
}
IL_0026:
{
// level = 5;
V_0 = 5;
// break;
goto IL_003c;
}
IL_002a:
{
// level = 4;
V_0 = 4;
// break;
goto IL_003c;
}
IL_002e:
{
// level = 3;
V_0 = 3;
// break;
goto IL_003c;
}
IL_0032:
{
// level = 2;
V_0 = 2;
// break;
goto IL_003c;
}
IL_0036:
{
// level = 1;
V_0 = 1;
// break;
goto IL_003c;
}
IL_003a:
{
// level = 0;
V_0 = 0;
}
IL_003c:
{
// return level;
int32_t L_1 = V_0;
return L_1;
}
}
IL2CPP_EXTERN_C void DEFAULT_CALL _BuglyInit(char*, int32_t, int32_t);
// System.Void BuglyAgent::_BuglyInit(System.String,System.Boolean,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuglyAgent__BuglyInit_mB7CB1DFC5CA1CBABF306EA13A046E6D2F89CF48E (String_t* ___appId0, bool ___debug1, int32_t ___level2, const RuntimeMethod* method)
{
typedef void (DEFAULT_CALL *PInvokeFunc) (char*, int32_t, int32_t);
// Marshaling of parameter '___appId0' to native representation
char* ____appId0_marshaled = NULL;
____appId0_marshaled = il2cpp_codegen_marshal_string(___appId0);
// Native function invocation
reinterpret_cast<PInvokeFunc>(_BuglyInit)(____appId0_marshaled, static_cast<int32_t>(___debug1), ___level2);
// Marshaling cleanup of parameter '___appId0' native representation
il2cpp_codegen_marshal_free(____appId0_marshaled);
____appId0_marshaled = NULL;
}
IL2CPP_EXTERN_C void DEFAULT_CALL _BuglySetUserId(char*);
// System.Void BuglyAgent::_BuglySetUserId(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuglyAgent__BuglySetUserId_m69B2783508ABEE47E82268716664CBADE2B03061 (String_t* ___userId0, const RuntimeMethod* method)
{
typedef void (DEFAULT_CALL *PInvokeFunc) (char*);
// Marshaling of parameter '___userId0' to native representation
char* ____userId0_marshaled = NULL;
____userId0_marshaled = il2cpp_codegen_marshal_string(___userId0);
// Native function invocation
reinterpret_cast<PInvokeFunc>(_BuglySetUserId)(____userId0_marshaled);
// Marshaling cleanup of parameter '___userId0' native representation
il2cpp_codegen_marshal_free(____userId0_marshaled);
____userId0_marshaled = NULL;
}
IL2CPP_EXTERN_C void DEFAULT_CALL _BuglySetTag(int32_t);
// System.Void BuglyAgent::_BuglySetTag(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuglyAgent__BuglySetTag_m1ED16AB34BBD31A28AB8F32491E97AAC49466040 (int32_t ___tag0, const RuntimeMethod* method)
{
typedef void (DEFAULT_CALL *PInvokeFunc) (int32_t);
// Native function invocation
reinterpret_cast<PInvokeFunc>(_BuglySetTag)(___tag0);
}
IL2CPP_EXTERN_C void DEFAULT_CALL _BuglySetKeyValue(char*, char*);
// System.Void BuglyAgent::_BuglySetKeyValue(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuglyAgent__BuglySetKeyValue_mD5826082F6E5DACBA494AD7CA74C63E2C8A8B813 (String_t* ___key0, String_t* ___value1, const RuntimeMethod* method)
{
typedef void (DEFAULT_CALL *PInvokeFunc) (char*, char*);
// Marshaling of parameter '___key0' to native representation
char* ____key0_marshaled = NULL;
____key0_marshaled = il2cpp_codegen_marshal_string(___key0);
// Marshaling of parameter '___value1' to native representation
char* ____value1_marshaled = NULL;
____value1_marshaled = il2cpp_codegen_marshal_string(___value1);
// Native function invocation
reinterpret_cast<PInvokeFunc>(_BuglySetKeyValue)(____key0_marshaled, ____value1_marshaled);
// Marshaling cleanup of parameter '___key0' native representation
il2cpp_codegen_marshal_free(____key0_marshaled);
____key0_marshaled = NULL;
// Marshaling cleanup of parameter '___value1' native representation
il2cpp_codegen_marshal_free(____value1_marshaled);
____value1_marshaled = NULL;
}
IL2CPP_EXTERN_C void DEFAULT_CALL _BuglyReportException(int32_t, char*, char*, char*, char*, int32_t);
// System.Void BuglyAgent::_BuglyReportException(System.Int32,System.String,System.String,System.String,System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuglyAgent__BuglyReportException_mEE73948B44B38A6C115BF86565B34E1309D2BF8E (int32_t ___type0, String_t* ___name1, String_t* ___reason2, String_t* ___stackTrace3, String_t* ___extras4, bool ___quit5, const RuntimeMethod* method)
{
typedef void (DEFAULT_CALL *PInvokeFunc) (int32_t, char*, char*, char*, char*, int32_t);
// Marshaling of parameter '___name1' to native representation
char* ____name1_marshaled = NULL;
____name1_marshaled = il2cpp_codegen_marshal_string(___name1);
// Marshaling of parameter '___reason2' to native representation
char* ____reason2_marshaled = NULL;
____reason2_marshaled = il2cpp_codegen_marshal_string(___reason2);
// Marshaling of parameter '___stackTrace3' to native representation
char* ____stackTrace3_marshaled = NULL;
____stackTrace3_marshaled = il2cpp_codegen_marshal_string(___stackTrace3);
// Marshaling of parameter '___extras4' to native representation
char* ____extras4_marshaled = NULL;
____extras4_marshaled = il2cpp_codegen_marshal_string(___extras4);
// Native function invocation
reinterpret_cast<PInvokeFunc>(_BuglyReportException)(___type0, ____name1_marshaled, ____reason2_marshaled, ____stackTrace3_marshaled, ____extras4_marshaled, static_cast<int32_t>(___quit5));
// Marshaling cleanup of parameter '___name1' native representation
il2cpp_codegen_marshal_free(____name1_marshaled);
____name1_marshaled = NULL;
// Marshaling cleanup of parameter '___reason2' native representation
il2cpp_codegen_marshal_free(____reason2_marshaled);
____reason2_marshaled = NULL;
// Marshaling cleanup of parameter '___stackTrace3' native representation
il2cpp_codegen_marshal_free(____stackTrace3_marshaled);
____stackTrace3_marshaled = NULL;
// Marshaling cleanup of parameter '___extras4' native representation
il2cpp_codegen_marshal_free(____extras4_marshaled);
____extras4_marshaled = NULL;
}
IL2CPP_EXTERN_C void DEFAULT_CALL _BuglyDefaultConfig(char*, char*, char*, char*);
// System.Void BuglyAgent::_BuglyDefaultConfig(System.String,System.String,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuglyAgent__BuglyDefaultConfig_m3F765CA1E8302B3F199D57E5933542963F92883D (String_t* ___channel0, String_t* ___version1, String_t* ___user2, String_t* ___deviceId3, const RuntimeMethod* method)
{
typedef void (DEFAULT_CALL *PInvokeFunc) (char*, char*, char*, char*);
// Marshaling of parameter '___channel0' to native representation
char* ____channel0_marshaled = NULL;
____channel0_marshaled = il2cpp_codegen_marshal_string(___channel0);
// Marshaling of parameter '___version1' to native representation
char* ____version1_marshaled = NULL;
____version1_marshaled = il2cpp_codegen_marshal_string(___version1);
// Marshaling of parameter '___user2' to native representation
char* ____user2_marshaled = NULL;
____user2_marshaled = il2cpp_codegen_marshal_string(___user2);
// Marshaling of parameter '___deviceId3' to native representation
char* ____deviceId3_marshaled = NULL;
____deviceId3_marshaled = il2cpp_codegen_marshal_string(___deviceId3);
// Native function invocation
reinterpret_cast<PInvokeFunc>(_BuglyDefaultConfig)(____channel0_marshaled, ____version1_marshaled, ____user2_marshaled, ____deviceId3_marshaled);
// Marshaling cleanup of parameter '___channel0' native representation
il2cpp_codegen_marshal_free(____channel0_marshaled);
____channel0_marshaled = NULL;
// Marshaling cleanup of parameter '___version1' native representation
il2cpp_codegen_marshal_free(____version1_marshaled);
____version1_marshaled = NULL;
// Marshaling cleanup of parameter '___user2' native representation
il2cpp_codegen_marshal_free(____user2_marshaled);
____user2_marshaled = NULL;
// Marshaling cleanup of parameter '___deviceId3' native representation
il2cpp_codegen_marshal_free(____deviceId3_marshaled);
____deviceId3_marshaled = NULL;
}
IL2CPP_EXTERN_C void DEFAULT_CALL _BuglyLogMessage(int32_t, char*, char*);
// System.Void BuglyAgent::_BuglyLogMessage(System.Int32,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuglyAgent__BuglyLogMessage_mEDF1D8C545EA5C426CE8FFF4378BA3649C6F17C1 (int32_t ___level0, String_t* ___tag1, String_t* ___log2, const RuntimeMethod* method)
{
typedef void (DEFAULT_CALL *PInvokeFunc) (int32_t, char*, char*);
// Marshaling of parameter '___tag1' to native representation
char* ____tag1_marshaled = NULL;
____tag1_marshaled = il2cpp_codegen_marshal_string(___tag1);
// Marshaling of parameter '___log2' to native representation
char* ____log2_marshaled = NULL;
____log2_marshaled = il2cpp_codegen_marshal_string(___log2);
// Native function invocation
reinterpret_cast<PInvokeFunc>(_BuglyLogMessage)(___level0, ____tag1_marshaled, ____log2_marshaled);
// Marshaling cleanup of parameter '___tag1' native representation
il2cpp_codegen_marshal_free(____tag1_marshaled);
____tag1_marshaled = NULL;
// Marshaling cleanup of parameter '___log2' native representation
il2cpp_codegen_marshal_free(____log2_marshaled);
____log2_marshaled = NULL;
}
IL2CPP_EXTERN_C void DEFAULT_CALL _BuglyConfigCrashReporterType(int32_t);
// System.Void BuglyAgent::_BuglyConfigCrashReporterType(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuglyAgent__BuglyConfigCrashReporterType_m7AA1FC4EF03DC400CFC769B0263E2CBA67172072 (int32_t ___type0, const RuntimeMethod* method)
{
typedef void (DEFAULT_CALL *PInvokeFunc) (int32_t);
// Native function invocation
reinterpret_cast<PInvokeFunc>(_BuglyConfigCrashReporterType)(___type0);
}
IL2CPP_EXTERN_C void DEFAULT_CALL _BuglySetExtraConfig(char*, char*);
// System.Void BuglyAgent::_BuglySetExtraConfig(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuglyAgent__BuglySetExtraConfig_m0327C71157865AD2BF61A00D7EA1C1A204CF50C8 (String_t* ___key0, String_t* ___value1, const RuntimeMethod* method)
{
typedef void (DEFAULT_CALL *PInvokeFunc) (char*, char*);
// Marshaling of parameter '___key0' to native representation
char* ____key0_marshaled = NULL;
____key0_marshaled = il2cpp_codegen_marshal_string(___key0);
// Marshaling of parameter '___value1' to native representation
char* ____value1_marshaled = NULL;
____value1_marshaled = il2cpp_codegen_marshal_string(___value1);
// Native function invocation
reinterpret_cast<PInvokeFunc>(_BuglySetExtraConfig)(____key0_marshaled, ____value1_marshaled);
// Marshaling cleanup of parameter '___key0' native representation
il2cpp_codegen_marshal_free(____key0_marshaled);
____key0_marshaled = NULL;
// Marshaling cleanup of parameter '___value1' native representation
il2cpp_codegen_marshal_free(____value1_marshaled);
____value1_marshaled = NULL;
}
// System.Void BuglyAgent::add__LogCallbackEventHandler(BuglyAgent_LogCallbackDelegate)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuglyAgent_add__LogCallbackEventHandler_mABFFB0687EFABD0E5BC0EDA16FDAA9895ACDD937 (LogCallbackDelegate_t706B97807EE341E8346EB27B585DBBEDEA922058 * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BuglyAgent_add__LogCallbackEventHandler_mABFFB0687EFABD0E5BC0EDA16FDAA9895ACDD937_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
LogCallbackDelegate_t706B97807EE341E8346EB27B585DBBEDEA922058 * V_0 = NULL;
LogCallbackDelegate_t706B97807EE341E8346EB27B585DBBEDEA922058 * V_1 = NULL;
LogCallbackDelegate_t706B97807EE341E8346EB27B585DBBEDEA922058 * V_2 = NULL;
{
IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var);
LogCallbackDelegate_t706B97807EE341E8346EB27B585DBBEDEA922058 * L_0 = ((BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_StaticFields*)il2cpp_codegen_static_fields_for(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var))->get__LogCallbackEventHandler_1();
V_0 = L_0;
}
IL_0006:
{
LogCallbackDelegate_t706B97807EE341E8346EB27B585DBBEDEA922058 * L_1 = V_0;
V_1 = L_1;
LogCallbackDelegate_t706B97807EE341E8346EB27B585DBBEDEA922058 * L_2 = V_1;
LogCallbackDelegate_t706B97807EE341E8346EB27B585DBBEDEA922058 * L_3 = ___value0;
Delegate_t * L_4 = Delegate_Combine_mC25D2F7DECAFBA6D9A2F9EBA8A77063F0658ECF1(L_2, L_3, /*hidden argument*/NULL);
V_2 = ((LogCallbackDelegate_t706B97807EE341E8346EB27B585DBBEDEA922058 *)CastclassSealed((RuntimeObject*)L_4, LogCallbackDelegate_t706B97807EE341E8346EB27B585DBBEDEA922058_il2cpp_TypeInfo_var));
IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var);
LogCallbackDelegate_t706B97807EE341E8346EB27B585DBBEDEA922058 * L_5 = V_2;
LogCallbackDelegate_t706B97807EE341E8346EB27B585DBBEDEA922058 * L_6 = V_1;
LogCallbackDelegate_t706B97807EE341E8346EB27B585DBBEDEA922058 * L_7 = InterlockedCompareExchangeImpl<LogCallbackDelegate_t706B97807EE341E8346EB27B585DBBEDEA922058 *>((LogCallbackDelegate_t706B97807EE341E8346EB27B585DBBEDEA922058 **)(((BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_StaticFields*)il2cpp_codegen_static_fields_for(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var))->get_address_of__LogCallbackEventHandler_1()), L_5, L_6);
V_0 = L_7;
LogCallbackDelegate_t706B97807EE341E8346EB27B585DBBEDEA922058 * L_8 = V_0;
LogCallbackDelegate_t706B97807EE341E8346EB27B585DBBEDEA922058 * L_9 = V_1;
if ((!(((RuntimeObject*)(LogCallbackDelegate_t706B97807EE341E8346EB27B585DBBEDEA922058 *)L_8) == ((RuntimeObject*)(LogCallbackDelegate_t706B97807EE341E8346EB27B585DBBEDEA922058 *)L_9))))
{
goto IL_0006;
}
}
{
return;
}
}
// System.Void BuglyAgent::remove__LogCallbackEventHandler(BuglyAgent_LogCallbackDelegate)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuglyAgent_remove__LogCallbackEventHandler_m9AC839ABDA09F93D8C755E2BBC09BFD5B4DCD207 (LogCallbackDelegate_t706B97807EE341E8346EB27B585DBBEDEA922058 * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BuglyAgent_remove__LogCallbackEventHandler_m9AC839ABDA09F93D8C755E2BBC09BFD5B4DCD207_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
LogCallbackDelegate_t706B97807EE341E8346EB27B585DBBEDEA922058 * V_0 = NULL;
LogCallbackDelegate_t706B97807EE341E8346EB27B585DBBEDEA922058 * V_1 = NULL;
LogCallbackDelegate_t706B97807EE341E8346EB27B585DBBEDEA922058 * V_2 = NULL;
{
IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var);
LogCallbackDelegate_t706B97807EE341E8346EB27B585DBBEDEA922058 * L_0 = ((BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_StaticFields*)il2cpp_codegen_static_fields_for(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var))->get__LogCallbackEventHandler_1();
V_0 = L_0;
}
IL_0006:
{
LogCallbackDelegate_t706B97807EE341E8346EB27B585DBBEDEA922058 * L_1 = V_0;
V_1 = L_1;
LogCallbackDelegate_t706B97807EE341E8346EB27B585DBBEDEA922058 * L_2 = V_1;
LogCallbackDelegate_t706B97807EE341E8346EB27B585DBBEDEA922058 * L_3 = ___value0;
Delegate_t * L_4 = Delegate_Remove_m0B0DB7D1B3AF96B71AFAA72BA0EFE32FBBC2932D(L_2, L_3, /*hidden argument*/NULL);
V_2 = ((LogCallbackDelegate_t706B97807EE341E8346EB27B585DBBEDEA922058 *)CastclassSealed((RuntimeObject*)L_4, LogCallbackDelegate_t706B97807EE341E8346EB27B585DBBEDEA922058_il2cpp_TypeInfo_var));
IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var);
LogCallbackDelegate_t706B97807EE341E8346EB27B585DBBEDEA922058 * L_5 = V_2;
LogCallbackDelegate_t706B97807EE341E8346EB27B585DBBEDEA922058 * L_6 = V_1;
LogCallbackDelegate_t706B97807EE341E8346EB27B585DBBEDEA922058 * L_7 = InterlockedCompareExchangeImpl<LogCallbackDelegate_t706B97807EE341E8346EB27B585DBBEDEA922058 *>((LogCallbackDelegate_t706B97807EE341E8346EB27B585DBBEDEA922058 **)(((BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_StaticFields*)il2cpp_codegen_static_fields_for(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var))->get_address_of__LogCallbackEventHandler_1()), L_5, L_6);
V_0 = L_7;
LogCallbackDelegate_t706B97807EE341E8346EB27B585DBBEDEA922058 * L_8 = V_0;
LogCallbackDelegate_t706B97807EE341E8346EB27B585DBBEDEA922058 * L_9 = V_1;
if ((!(((RuntimeObject*)(LogCallbackDelegate_t706B97807EE341E8346EB27B585DBBEDEA922058 *)L_8) == ((RuntimeObject*)(LogCallbackDelegate_t706B97807EE341E8346EB27B585DBBEDEA922058 *)L_9))))
{
goto IL_0006;
}
}
{
return;
}
}
// System.String BuglyAgent::get_PluginVersion()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BuglyAgent_get_PluginVersion_m2BDE5B2A9DAD20F247DB4E372761603930749F4C (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BuglyAgent_get_PluginVersion_m2BDE5B2A9DAD20F247DB4E372761603930749F4C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// get { return _pluginVersion; }
IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var);
String_t* L_0 = ((BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_StaticFields*)il2cpp_codegen_static_fields_for(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var))->get__pluginVersion_10();
return L_0;
}
}
// System.Boolean BuglyAgent::get_IsInitialized()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BuglyAgent_get_IsInitialized_m9BDF482CC018EB47290A5AB03DCE39D38B91DE09 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BuglyAgent_get_IsInitialized_m9BDF482CC018EB47290A5AB03DCE39D38B91DE09_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// get { return _isInitialized; }
IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var);
bool L_0 = ((BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_StaticFields*)il2cpp_codegen_static_fields_for(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var))->get__isInitialized_2();
return L_0;
}
}
// System.Boolean BuglyAgent::get_AutoQuitApplicationAfterReport()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BuglyAgent_get_AutoQuitApplicationAfterReport_m9B9EE6C962F562AB22728F58C715C1968D7BBE72 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BuglyAgent_get_AutoQuitApplicationAfterReport_m9B9EE6C962F562AB22728F58C715C1968D7BBE72_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// get { return _autoQuitApplicationAfterReport; }
IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var);
bool L_0 = ((BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_StaticFields*)il2cpp_codegen_static_fields_for(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var))->get__autoQuitApplicationAfterReport_7();
return L_0;
}
}
// System.Void BuglyAgent::_SetCrashReporterType(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuglyAgent__SetCrashReporterType_mCD178464194423A0868B20FD66128B06F794D5D6 (int32_t ___type0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BuglyAgent__SetCrashReporterType_mCD178464194423A0868B20FD66128B06F794D5D6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// _crashReporterType = type;
int32_t L_0 = ___type0;
IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var);
((BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_StaticFields*)il2cpp_codegen_static_fields_for(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var))->set__crashReporterType_4(L_0);
// if (_crashReporterType == 2) {
int32_t L_1 = ((BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_StaticFields*)il2cpp_codegen_static_fields_for(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var))->get__crashReporterType_4();
// }
return;
}
}
// System.Void BuglyAgent::_SetCrashReporterLogLevel(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuglyAgent__SetCrashReporterLogLevel_m94474206F570C095F593B8DFA13C114E6F36A01F (int32_t ___logLevel0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BuglyAgent__SetCrashReporterLogLevel_m94474206F570C095F593B8DFA13C114E6F36A01F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// _crashReproterCustomizedLogLevel = logLevel;
int32_t L_0 = ___logLevel0;
IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var);
((BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_StaticFields*)il2cpp_codegen_static_fields_for(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var))->set__crashReproterCustomizedLogLevel_5(L_0);
// }
return;
}
}
// System.Void BuglyAgent::_RegisterExceptionHandler()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuglyAgent__RegisterExceptionHandler_mFDE704A205ABD3FFB4E88934C4E928BD962AAB29 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BuglyAgent__RegisterExceptionHandler_mFDE704A205ABD3FFB4E88934C4E928BD962AAB29_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
IL_0000:
try
{ // begin try (depth: 1)
// Application.RegisterLogCallback (_OnLogCallbackHandler);
LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 * L_0 = (LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 *)il2cpp_codegen_object_new(LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778_il2cpp_TypeInfo_var);
LogCallback__ctor_mF61E7CECD9E360B0B8A992720860F9816E165731(L_0, NULL, (intptr_t)((intptr_t)BuglyAgent__OnLogCallbackHandler_m7F561D4158AAF8B488E2D33FA85819FE328A1005_RuntimeMethod_var), /*hidden argument*/NULL);
Application_RegisterLogCallback_m8982D608389DBF3FE9E95440DE7153F776C9D432(L_0, /*hidden argument*/NULL);
// AppDomain.CurrentDomain.UnhandledException += _OnUncaughtExceptionHandler;
AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8 * L_1 = AppDomain_get_CurrentDomain_m3D3D52C9382D6853E49551DA6182DBC5F1118BF0(/*hidden argument*/NULL);
UnhandledExceptionEventHandler_tB0DFF05ABF7A3A234C87D4F7A71F98E9AB2D91DE * L_2 = (UnhandledExceptionEventHandler_tB0DFF05ABF7A3A234C87D4F7A71F98E9AB2D91DE *)il2cpp_codegen_object_new(UnhandledExceptionEventHandler_tB0DFF05ABF7A3A234C87D4F7A71F98E9AB2D91DE_il2cpp_TypeInfo_var);
UnhandledExceptionEventHandler__ctor_m6C9D92AF9901334C444EE7E83FE859D7E4833ABB(L_2, NULL, (intptr_t)((intptr_t)BuglyAgent__OnUncaughtExceptionHandler_mB96CF0E26A43472625F562934F2CD8756AA30D6E_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_1);
AppDomain_add_UnhandledException_mEEDCA5704AE44AEE033BC4929067895C7EAC9D2D(L_1, L_2, /*hidden argument*/NULL);
// _isInitialized = true;
IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var);
((BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_StaticFields*)il2cpp_codegen_static_fields_for(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var))->set__isInitialized_2((bool)1);
// DebugLog (null, "Register the log callback in Unity {0}", Application.unityVersion);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = L_3;
String_t* L_5 = Application_get_unityVersion_mC66901DE17E8F4F5BCA46CF3A4DCB34AF245CF99(/*hidden argument*/NULL);
NullCheck(L_4);
ArrayElementTypeCheck (L_4, L_5);
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_5);
BuglyAgent_DebugLog_mC5679CF7600DA393873517B9B952BBCCB71A0B47((String_t*)NULL, _stringLiteral600834B8C62069F0D17820FC390BCCA9A3A2F71F, L_4, /*hidden argument*/NULL);
// } catch {
goto IL_004b;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0048;
throw e;
}
CATCH_0048:
{ // begin catch(System.Object)
// } catch {
// }
goto IL_004b;
} // end catch (depth: 1)
IL_004b:
{
// SetUnityVersion ();
IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var);
BuglyAgent_SetUnityVersion_m9BCA12523A7B7DC514BA375FA00F1C48FF00E098(/*hidden argument*/NULL);
// }
return;
}
}
// System.Void BuglyAgent::_UnregisterExceptionHandler()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuglyAgent__UnregisterExceptionHandler_mE1E7D81FC0BF4E16C12657960934E53F28235326 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BuglyAgent__UnregisterExceptionHandler_mE1E7D81FC0BF4E16C12657960934E53F28235326_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
IL_0000:
try
{ // begin try (depth: 1)
// Application.RegisterLogCallback (null);
Application_RegisterLogCallback_m8982D608389DBF3FE9E95440DE7153F776C9D432((LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 *)NULL, /*hidden argument*/NULL);
// System.AppDomain.CurrentDomain.UnhandledException -= _OnUncaughtExceptionHandler;
AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8 * L_0 = AppDomain_get_CurrentDomain_m3D3D52C9382D6853E49551DA6182DBC5F1118BF0(/*hidden argument*/NULL);
UnhandledExceptionEventHandler_tB0DFF05ABF7A3A234C87D4F7A71F98E9AB2D91DE * L_1 = (UnhandledExceptionEventHandler_tB0DFF05ABF7A3A234C87D4F7A71F98E9AB2D91DE *)il2cpp_codegen_object_new(UnhandledExceptionEventHandler_tB0DFF05ABF7A3A234C87D4F7A71F98E9AB2D91DE_il2cpp_TypeInfo_var);
UnhandledExceptionEventHandler__ctor_m6C9D92AF9901334C444EE7E83FE859D7E4833ABB(L_1, NULL, (intptr_t)((intptr_t)BuglyAgent__OnUncaughtExceptionHandler_mB96CF0E26A43472625F562934F2CD8756AA30D6E_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_0);
AppDomain_remove_UnhandledException_m7311A7962E7B103E494F18E20EF8F9F18136A881(L_0, L_1, /*hidden argument*/NULL);
// DebugLog (null, "Unregister the log callback in unity {0}", Application.unityVersion);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = L_2;
String_t* L_4 = Application_get_unityVersion_mC66901DE17E8F4F5BCA46CF3A4DCB34AF245CF99(/*hidden argument*/NULL);
NullCheck(L_3);
ArrayElementTypeCheck (L_3, L_4);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_4);
IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var);
BuglyAgent_DebugLog_mC5679CF7600DA393873517B9B952BBCCB71A0B47((String_t*)NULL, _stringLiteralAFEFF42B69ED630228E4B33A2BFA725E106613D9, L_3, /*hidden argument*/NULL);
// } catch {
goto IL_003a;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0037;
throw e;
}
CATCH_0037:
{ // begin catch(System.Object)
// } catch {
// }
goto IL_003a;
} // end catch (depth: 1)
IL_003a:
{
// }
return;
}
}
// System.Void BuglyAgent::_OnLogCallbackHandler(System.String,System.String,UnityEngine.LogType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuglyAgent__OnLogCallbackHandler_m7F561D4158AAF8B488E2D33FA85819FE328A1005 (String_t* ___condition0, String_t* ___stackTrace1, int32_t ___type2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BuglyAgent__OnLogCallbackHandler_m7F561D4158AAF8B488E2D33FA85819FE328A1005_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
// if (_LogCallbackEventHandler != null) {
IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var);
LogCallbackDelegate_t706B97807EE341E8346EB27B585DBBEDEA922058 * L_0 = ((BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_StaticFields*)il2cpp_codegen_static_fields_for(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var))->get__LogCallbackEventHandler_1();
if (!L_0)
{
goto IL_0014;
}
}
{
// _LogCallbackEventHandler (condition, stackTrace, type);
IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var);
LogCallbackDelegate_t706B97807EE341E8346EB27B585DBBEDEA922058 * L_1 = ((BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_StaticFields*)il2cpp_codegen_static_fields_for(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var))->get__LogCallbackEventHandler_1();
String_t* L_2 = ___condition0;
String_t* L_3 = ___stackTrace1;
int32_t L_4 = ___type2;
NullCheck(L_1);
LogCallbackDelegate_Invoke_m02F950800BEA1F8310A92952830A1B9EA54A80F5(L_1, L_2, L_3, L_4, /*hidden argument*/NULL);
}
IL_0014:
{
// if (!IsInitialized) {
IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var);
bool L_5 = BuglyAgent_get_IsInitialized_m9BDF482CC018EB47290A5AB03DCE39D38B91DE09_inline(/*hidden argument*/NULL);
if (L_5)
{
goto IL_001c;
}
}
{
// return;
return;
}
IL_001c:
{
// if (!string.IsNullOrEmpty (condition) && condition.Contains ("[BuglyAgent] <Log>")) {
String_t* L_6 = ___condition0;
bool L_7 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_6, /*hidden argument*/NULL);
if (L_7)
{
goto IL_0032;
}
}
{
String_t* L_8 = ___condition0;
NullCheck(L_8);
bool L_9 = String_Contains_m4488034AF8CB3EEA9A205EB8A1F25D438FF8704B(L_8, _stringLiteralD0794773C9E601A86856259DCBFE842452249626, /*hidden argument*/NULL);
if (!L_9)
{
goto IL_0032;
}
}
{
// return;
return;
}
IL_0032:
{
// if (_uncaughtAutoReportOnce) {
IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var);
bool L_10 = ((BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_StaticFields*)il2cpp_codegen_static_fields_for(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var))->get__uncaughtAutoReportOnce_12();
if (!L_10)
{
goto IL_003a;
}
}
{
// return;
return;
}
IL_003a:
{
// LogSeverity logLevel = LogSeverity.Log;
V_0 = 0;
// switch (type) {
int32_t L_11 = ___type2;
switch (L_11)
{
case 0:
{
goto IL_005c;
}
case 1:
{
goto IL_0060;
}
case 2:
{
goto IL_0064;
}
case 3:
{
goto IL_0068;
}
case 4:
{
goto IL_0058;
}
}
}
{
goto IL_006a;
}
IL_0058:
{
// logLevel = LogSeverity.LogException;
V_0 = 6;
// break;
goto IL_006a;
}
IL_005c:
{
// logLevel = LogSeverity.LogError;
V_0 = 5;
// break;
goto IL_006a;
}
IL_0060:
{
// logLevel = LogSeverity.LogAssert;
V_0 = 4;
// break;
goto IL_006a;
}
IL_0064:
{
// logLevel = LogSeverity.LogWarning;
V_0 = 3;
// break;
goto IL_006a;
}
IL_0068:
{
// logLevel = LogSeverity.LogDebug;
V_0 = 1;
}
IL_006a:
{
// if (LogSeverity.Log == logLevel) {
int32_t L_12 = V_0;
if (L_12)
{
goto IL_006e;
}
}
{
// return;
return;
}
IL_006e:
{
// _HandleException (logLevel, null, condition, stackTrace, true);
int32_t L_13 = V_0;
String_t* L_14 = ___condition0;
String_t* L_15 = ___stackTrace1;
IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var);
BuglyAgent__HandleException_m9E9B9846456EFC87DFABE4BAC718793793623F57(L_13, (String_t*)NULL, L_14, L_15, (bool)1, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void BuglyAgent::_OnUncaughtExceptionHandler(System.Object,System.UnhandledExceptionEventArgs)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuglyAgent__OnUncaughtExceptionHandler_mB96CF0E26A43472625F562934F2CD8756AA30D6E (RuntimeObject * ___sender0, UnhandledExceptionEventArgs_t39DD47D43B0D764FE2C9847FBE760031FBEA0FD1 * ___args1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BuglyAgent__OnUncaughtExceptionHandler_mB96CF0E26A43472625F562934F2CD8756AA30D6E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 3);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
// if (args == null || args.ExceptionObject == null) {
UnhandledExceptionEventArgs_t39DD47D43B0D764FE2C9847FBE760031FBEA0FD1 * L_0 = ___args1;
if (!L_0)
{
goto IL_000b;
}
}
{
UnhandledExceptionEventArgs_t39DD47D43B0D764FE2C9847FBE760031FBEA0FD1 * L_1 = ___args1;
NullCheck(L_1);
RuntimeObject * L_2 = UnhandledExceptionEventArgs_get_ExceptionObject_m1936F64BC46B54AA159A4B366BED7AF11DEED0C3_inline(L_1, /*hidden argument*/NULL);
if (L_2)
{
goto IL_000c;
}
}
IL_000b:
{
// return;
return;
}
IL_000c:
{
}
IL_000d:
try
{ // begin try (depth: 1)
{
// if (args.ExceptionObject.GetType () != typeof(System.Exception)) {
UnhandledExceptionEventArgs_t39DD47D43B0D764FE2C9847FBE760031FBEA0FD1 * L_3 = ___args1;
NullCheck(L_3);
RuntimeObject * L_4 = UnhandledExceptionEventArgs_get_ExceptionObject_m1936F64BC46B54AA159A4B366BED7AF11DEED0C3_inline(L_3, /*hidden argument*/NULL);
NullCheck(L_4);
Type_t * L_5 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_4, /*hidden argument*/NULL);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_6 = { reinterpret_cast<intptr_t> (Exception_t_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_7 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_6, /*hidden argument*/NULL);
bool L_8 = Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9(L_5, L_7, /*hidden argument*/NULL);
if (!L_8)
{
goto IL_002b;
}
}
IL_0029:
{
// return;
goto IL_0063;
}
IL_002b:
{
// } catch {
goto IL_0041;
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_002d;
throw e;
}
CATCH_002d:
{ // begin catch(System.Object)
{
// } catch {
// if (UnityEngine.Debug.isDebugBuild == true) {
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
bool L_9 = Debug_get_isDebugBuild_mED5A7963C7B055A9ACC5565862BBBA6F3D86EDE8(/*hidden argument*/NULL);
if (!L_9)
{
goto IL_003f;
}
}
IL_0035:
{
// UnityEngine.Debug.Log ("BuglyAgent: Failed to report uncaught exception");
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_Log_m4B7C70BAFD477C6BDB59C88A0934F0B018D03708(_stringLiteral8E59DB1EE3415BF769C1BCE5A3DEA28FDB9A6628, /*hidden argument*/NULL);
}
IL_003f:
{
// return;
goto IL_0063;
}
} // end catch (depth: 1)
IL_0041:
{
// if (!IsInitialized) {
IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var);
bool L_10 = BuglyAgent_get_IsInitialized_m9BDF482CC018EB47290A5AB03DCE39D38B91DE09_inline(/*hidden argument*/NULL);
if (L_10)
{
goto IL_0049;
}
}
{
// return;
return;
}
IL_0049:
{
// if (_uncaughtAutoReportOnce) {
IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var);
bool L_11 = ((BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_StaticFields*)il2cpp_codegen_static_fields_for(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var))->get__uncaughtAutoReportOnce_12();
if (!L_11)
{
goto IL_0051;
}
}
{
// return;
return;
}
IL_0051:
{
// _HandleException ((System.Exception)args.ExceptionObject, null, true);
UnhandledExceptionEventArgs_t39DD47D43B0D764FE2C9847FBE760031FBEA0FD1 * L_12 = ___args1;
NullCheck(L_12);
RuntimeObject * L_13 = UnhandledExceptionEventArgs_get_ExceptionObject_m1936F64BC46B54AA159A4B366BED7AF11DEED0C3_inline(L_12, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var);
BuglyAgent__HandleException_m78607F9E1647699B3C53B4DA62663210B4E3FD91(((Exception_t *)CastclassClass((RuntimeObject*)L_13, Exception_t_il2cpp_TypeInfo_var)), (String_t*)NULL, (bool)1, /*hidden argument*/NULL);
}
IL_0063:
{
// }
return;
}
}
// System.Void BuglyAgent::_HandleException(System.Exception,System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuglyAgent__HandleException_m78607F9E1647699B3C53B4DA62663210B4E3FD91 (Exception_t * ___e0, String_t* ___message1, bool ___uncaught2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BuglyAgent__HandleException_m78607F9E1647699B3C53B4DA62663210B4E3FD91_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
String_t* V_1 = NULL;
StringBuilder_t * V_2 = NULL;
StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99 * V_3 = NULL;
int32_t V_4 = 0;
int32_t V_5 = 0;
StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00 * V_6 = NULL;
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* V_7 = NULL;
String_t* V_8 = NULL;
int32_t V_9 = 0;
ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * V_10 = NULL;
int32_t V_11 = 0;
int32_t V_12 = 0;
{
// if (e == null) {
Exception_t * L_0 = ___e0;
if (L_0)
{
goto IL_0004;
}
}
{
// return;
return;
}
IL_0004:
{
// if (!IsInitialized) {
IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var);
bool L_1 = BuglyAgent_get_IsInitialized_m9BDF482CC018EB47290A5AB03DCE39D38B91DE09_inline(/*hidden argument*/NULL);
if (L_1)
{
goto IL_000c;
}
}
{
// return;
return;
}
IL_000c:
{
// string name = e.GetType ().Name;
Exception_t * L_2 = ___e0;
NullCheck(L_2);
Type_t * L_3 = Exception_GetType_mA3390B9D538D5FAC3802D9D8A2FCAC31465130F3(L_2, /*hidden argument*/NULL);
NullCheck(L_3);
String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Reflection.MemberInfo::get_Name() */, L_3);
V_0 = L_4;
// string reason = e.Message;
Exception_t * L_5 = ___e0;
NullCheck(L_5);
String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_5);
V_1 = L_6;
// if (!string.IsNullOrEmpty (message)) {
String_t* L_7 = ___message1;
bool L_8 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_7, /*hidden argument*/NULL);
if (L_8)
{
goto IL_0039;
}
}
{
// reason = string.Format ("{0}{1}***{2}", reason, Environment.NewLine, message);
String_t* L_9 = V_1;
String_t* L_10 = Environment_get_NewLine_m5D4F4667FA5D1E2DBDD4DF9696D0CE76C83EF318(/*hidden argument*/NULL);
String_t* L_11 = ___message1;
String_t* L_12 = String_Format_m26BBF75F9609FAD0B39C2242FEBAAD7D68F14D99(_stringLiteral8A628D4919E2B8291F13B9CA35367F0E42ABEB8A, L_9, L_10, L_11, /*hidden argument*/NULL);
V_1 = L_12;
}
IL_0039:
{
// StringBuilder stackTraceBuilder = new StringBuilder ("");
StringBuilder_t * L_13 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_m53E278FB62B3EAEFAF82890C97219B9B5E2A56C3(L_13, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL);
V_2 = L_13;
// StackTrace stackTrace = new StackTrace (e, true);
Exception_t * L_14 = ___e0;
StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99 * L_15 = (StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99 *)il2cpp_codegen_object_new(StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99_il2cpp_TypeInfo_var);
StackTrace__ctor_m3D57C02A24F1CCFD03425E2C4697A6347EB90408(L_15, L_14, (bool)1, /*hidden argument*/NULL);
V_3 = L_15;
// int count = stackTrace.FrameCount;
StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99 * L_16 = V_3;
NullCheck(L_16);
int32_t L_17 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 System.Diagnostics.StackTrace::get_FrameCount() */, L_16);
V_4 = L_17;
// for (int i = 0; i < count; i++) {
V_5 = 0;
goto IL_01bd;
}
IL_005c:
{
// StackFrame frame = stackTrace.GetFrame (i);
StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99 * L_18 = V_3;
int32_t L_19 = V_5;
NullCheck(L_18);
StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00 * L_20 = VirtFuncInvoker1< StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00 *, int32_t >::Invoke(5 /* System.Diagnostics.StackFrame System.Diagnostics.StackTrace::GetFrame(System.Int32) */, L_18, L_19);
V_6 = L_20;
// stackTraceBuilder.AppendFormat ("{0}.{1}", frame.GetMethod ().DeclaringType.Name, frame.GetMethod ().Name);
StringBuilder_t * L_21 = V_2;
StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00 * L_22 = V_6;
NullCheck(L_22);
MethodBase_t * L_23 = VirtFuncInvoker0< MethodBase_t * >::Invoke(7 /* System.Reflection.MethodBase System.Diagnostics.StackFrame::GetMethod() */, L_22);
NullCheck(L_23);
Type_t * L_24 = VirtFuncInvoker0< Type_t * >::Invoke(8 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_23);
NullCheck(L_24);
String_t* L_25 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Reflection.MemberInfo::get_Name() */, L_24);
StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00 * L_26 = V_6;
NullCheck(L_26);
MethodBase_t * L_27 = VirtFuncInvoker0< MethodBase_t * >::Invoke(7 /* System.Reflection.MethodBase System.Diagnostics.StackFrame::GetMethod() */, L_26);
NullCheck(L_27);
String_t* L_28 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Reflection.MemberInfo::get_Name() */, L_27);
NullCheck(L_21);
StringBuilder_AppendFormat_m9DBA7709F546159ABC85BA341965305AB044D1B7(L_21, _stringLiteral6621FDDBEA1FF968B3027E17236C09DAC3BE1064, L_25, L_28, /*hidden argument*/NULL);
// ParameterInfo[] parameters = frame.GetMethod ().GetParameters ();
StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00 * L_29 = V_6;
NullCheck(L_29);
MethodBase_t * L_30 = VirtFuncInvoker0< MethodBase_t * >::Invoke(7 /* System.Reflection.MethodBase System.Diagnostics.StackFrame::GetMethod() */, L_29);
NullCheck(L_30);
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_31 = VirtFuncInvoker0< ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* >::Invoke(17 /* System.Reflection.ParameterInfo[] System.Reflection.MethodBase::GetParameters() */, L_30);
V_7 = L_31;
// if (parameters == null || parameters.Length == 0) {
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_32 = V_7;
if (!L_32)
{
goto IL_00a6;
}
}
{
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_33 = V_7;
NullCheck(L_33);
if ((((RuntimeArray*)L_33)->max_length))
{
goto IL_00b4;
}
}
IL_00a6:
{
// stackTraceBuilder.Append (" () ");
StringBuilder_t * L_34 = V_2;
NullCheck(L_34);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_34, _stringLiteralDAB8BD5A8ABA753AC5BEAB7F0A3F0FEFFA97A041, /*hidden argument*/NULL);
// } else {
goto IL_0123;
}
IL_00b4:
{
// stackTraceBuilder.Append (" (");
StringBuilder_t * L_35 = V_2;
NullCheck(L_35);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_35, _stringLiteralD21048C5C5B019FA0A181ABA5C8DC41BEE59E376, /*hidden argument*/NULL);
// int pcount = parameters.Length;
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_36 = V_7;
NullCheck(L_36);
V_9 = (((int32_t)((int32_t)(((RuntimeArray*)L_36)->max_length))));
// ParameterInfo param = null;
V_10 = (ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB *)NULL;
// for (int p = 0; p < pcount; p++) {
V_11 = 0;
goto IL_010e;
}
IL_00ce:
{
// param = parameters [p];
ParameterInfoU5BU5D_t9F6F38E4A0B0A78E2F463D1B2C0031716CA7A694* L_37 = V_7;
int32_t L_38 = V_11;
NullCheck(L_37);
int32_t L_39 = L_38;
ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * L_40 = (L_37)->GetAt(static_cast<il2cpp_array_size_t>(L_39));
V_10 = L_40;
// stackTraceBuilder.AppendFormat ("{0} {1}", param.ParameterType.Name, param.Name);
StringBuilder_t * L_41 = V_2;
ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * L_42 = V_10;
NullCheck(L_42);
Type_t * L_43 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_42);
NullCheck(L_43);
String_t* L_44 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Reflection.MemberInfo::get_Name() */, L_43);
ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB * L_45 = V_10;
NullCheck(L_45);
String_t* L_46 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Reflection.ParameterInfo::get_Name() */, L_45);
NullCheck(L_41);
StringBuilder_AppendFormat_m9DBA7709F546159ABC85BA341965305AB044D1B7(L_41, _stringLiteralB245F58149930DBC70CF0AA7D270B51BF8AD5B2F, L_44, L_46, /*hidden argument*/NULL);
// if (p != pcount - 1) {
int32_t L_47 = V_11;
int32_t L_48 = V_9;
if ((((int32_t)L_47) == ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_48, (int32_t)1)))))
{
goto IL_0108;
}
}
{
// stackTraceBuilder.Append (", ");
StringBuilder_t * L_49 = V_2;
NullCheck(L_49);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_49, _stringLiteralD3BC9A378DAAA1DDDBA1B19C1AA641D3E9683C46, /*hidden argument*/NULL);
}
IL_0108:
{
// for (int p = 0; p < pcount; p++) {
int32_t L_50 = V_11;
V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)1));
}
IL_010e:
{
// for (int p = 0; p < pcount; p++) {
int32_t L_51 = V_11;
int32_t L_52 = V_9;
if ((((int32_t)L_51) < ((int32_t)L_52)))
{
goto IL_00ce;
}
}
{
// param = null;
V_10 = (ParameterInfo_t37AB8D79D44E14C48CDA9004CB696E240C3FD4DB *)NULL;
// stackTraceBuilder.Append (") ");
StringBuilder_t * L_53 = V_2;
NullCheck(L_53);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_53, _stringLiteral3E2B500817A96FA5BAECB12EAFF42205003D74E6, /*hidden argument*/NULL);
}
IL_0123:
{
// string fileName = frame.GetFileName ();
StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00 * L_54 = V_6;
NullCheck(L_54);
String_t* L_55 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Diagnostics.StackFrame::GetFileName() */, L_54);
V_8 = L_55;
// if (!string.IsNullOrEmpty (fileName) && !fileName.ToLower ().Equals ("unknown")) {
String_t* L_56 = V_8;
bool L_57 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_56, /*hidden argument*/NULL);
if (L_57)
{
goto IL_01b0;
}
}
{
String_t* L_58 = V_8;
NullCheck(L_58);
String_t* L_59 = String_ToLower_m5287204D93C9DDC4DF84581ADD756D0FDE2BA5A8(L_58, /*hidden argument*/NULL);
NullCheck(L_59);
bool L_60 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_59, _stringLiteral50D8B4A941C26B89482C94AB324B5A274F9CED66, /*hidden argument*/NULL);
if (L_60)
{
goto IL_01b0;
}
}
{
// fileName = fileName.Replace ("\\", "/");
String_t* L_61 = V_8;
NullCheck(L_61);
String_t* L_62 = String_Replace_m970DFB0A280952FA7D3BA20AB7A8FB9F80CF6470(L_61, _stringLiteral08534F33C201A45017B502E90A800F1B708EBCB3, _stringLiteral42099B4AF021E53FD8FD4E056C2568D7C2E3FFA8, /*hidden argument*/NULL);
V_8 = L_62;
// int loc = fileName.ToLower ().IndexOf ("/assets/");
String_t* L_63 = V_8;
NullCheck(L_63);
String_t* L_64 = String_ToLower_m5287204D93C9DDC4DF84581ADD756D0FDE2BA5A8(L_63, /*hidden argument*/NULL);
NullCheck(L_64);
int32_t L_65 = String_IndexOf_mA9A0117D68338238E51E5928CDA8EB3DC9DA497B(L_64, _stringLiteral3ADF2516A732BA20FE13BB6A92BA1EA2E0998A8F, /*hidden argument*/NULL);
V_12 = L_65;
// if (loc < 0) {
int32_t L_66 = V_12;
if ((((int32_t)L_66) >= ((int32_t)0)))
{
goto IL_0186;
}
}
{
// loc = fileName.ToLower ().IndexOf ("assets/");
String_t* L_67 = V_8;
NullCheck(L_67);
String_t* L_68 = String_ToLower_m5287204D93C9DDC4DF84581ADD756D0FDE2BA5A8(L_67, /*hidden argument*/NULL);
NullCheck(L_68);
int32_t L_69 = String_IndexOf_mA9A0117D68338238E51E5928CDA8EB3DC9DA497B(L_68, _stringLiteral79F5D556DCFC5A2FFF7A71F371CBC08D4B8C3D4A, /*hidden argument*/NULL);
V_12 = L_69;
}
IL_0186:
{
// if (loc > 0) {
int32_t L_70 = V_12;
if ((((int32_t)L_70) <= ((int32_t)0)))
{
goto IL_0196;
}
}
{
// fileName = fileName.Substring (loc);
String_t* L_71 = V_8;
int32_t L_72 = V_12;
NullCheck(L_71);
String_t* L_73 = String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE(L_71, L_72, /*hidden argument*/NULL);
V_8 = L_73;
}
IL_0196:
{
// stackTraceBuilder.AppendFormat ("(at {0}:{1})", fileName, frame.GetFileLineNumber ());
StringBuilder_t * L_74 = V_2;
String_t* L_75 = V_8;
StackFrame_tD06959DD2B585E9BEB73C60AB5C110DE69F23A00 * L_76 = V_6;
NullCheck(L_76);
int32_t L_77 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 System.Diagnostics.StackFrame::GetFileLineNumber() */, L_76);
int32_t L_78 = L_77;
RuntimeObject * L_79 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_78);
NullCheck(L_74);
StringBuilder_AppendFormat_m9DBA7709F546159ABC85BA341965305AB044D1B7(L_74, _stringLiteral39D7627F3049BB540B03FE64ABDCC11AEFA579DA, L_75, L_79, /*hidden argument*/NULL);
}
IL_01b0:
{
// stackTraceBuilder.AppendLine ();
StringBuilder_t * L_80 = V_2;
NullCheck(L_80);
StringBuilder_AppendLine_mB5B3F68726B05CD404C8C8D8F5A3D2A58FF16BB9(L_80, /*hidden argument*/NULL);
// for (int i = 0; i < count; i++) {
int32_t L_81 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_81, (int32_t)1));
}
IL_01bd:
{
// for (int i = 0; i < count; i++) {
int32_t L_82 = V_5;
int32_t L_83 = V_4;
if ((((int32_t)L_82) < ((int32_t)L_83)))
{
goto IL_005c;
}
}
{
// _reportException (uncaught, name, reason, stackTraceBuilder.ToString ());
bool L_84 = ___uncaught2;
String_t* L_85 = V_0;
String_t* L_86 = V_1;
StringBuilder_t * L_87 = V_2;
NullCheck(L_87);
String_t* L_88 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_87);
IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var);
BuglyAgent__reportException_m64EC38EA70D0793526A8DED7B46BBF2EDF3708D0(L_84, L_85, L_86, L_88, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void BuglyAgent::_reportException(System.Boolean,System.String,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuglyAgent__reportException_m64EC38EA70D0793526A8DED7B46BBF2EDF3708D0 (bool ___uncaught0, String_t* ___name1, String_t* ___reason2, String_t* ___stackTrace3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BuglyAgent__reportException_m64EC38EA70D0793526A8DED7B46BBF2EDF3708D0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_0 = NULL;
StringBuilder_t * V_1 = NULL;
String_t* V_2 = NULL;
int32_t V_3 = 0;
int32_t V_4 = 0;
int32_t V_5 = 0;
int32_t V_6 = 0;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
int32_t G_B29_0 = 0;
int32_t G_B32_0 = 0;
String_t* G_B34_0 = NULL;
String_t* G_B34_1 = NULL;
String_t* G_B34_2 = NULL;
int32_t G_B34_3 = 0;
String_t* G_B33_0 = NULL;
String_t* G_B33_1 = NULL;
String_t* G_B33_2 = NULL;
int32_t G_B33_3 = 0;
int32_t G_B35_0 = 0;
String_t* G_B35_1 = NULL;
String_t* G_B35_2 = NULL;
String_t* G_B35_3 = NULL;
int32_t G_B35_4 = 0;
{
// if (string.IsNullOrEmpty (name)) {
String_t* L_0 = ___name1;
bool L_1 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_0, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0009;
}
}
{
// return;
return;
}
IL_0009:
{
// if (string.IsNullOrEmpty (stackTrace)) {
String_t* L_2 = ___stackTrace3;
bool L_3 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_2, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_0018;
}
}
{
// stackTrace = StackTraceUtility.ExtractStackTrace ();
IL2CPP_RUNTIME_CLASS_INIT(StackTraceUtility_tEC8508315507A7E593CB689255A3FDACEE505C47_il2cpp_TypeInfo_var);
String_t* L_4 = StackTraceUtility_ExtractStackTrace_mEDFB4ECA329B87BC7DF2AA3EF7F9A31DAC052DC0(/*hidden argument*/NULL);
___stackTrace3 = L_4;
}
IL_0018:
{
// if (string.IsNullOrEmpty (stackTrace)) {
String_t* L_5 = ___stackTrace3;
bool L_6 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_5, /*hidden argument*/NULL);
if (!L_6)
{
goto IL_002c;
}
}
{
// stackTrace = "Empty";
___stackTrace3 = _stringLiteral3159FE421B3221381B3C778DC1C3C26E4540BE37;
// } else {
goto IL_0172;
}
IL_002c:
{
}
IL_002d:
try
{ // begin try (depth: 1)
{
// string[] frames = stackTrace.Split ('\n');
String_t* L_7 = ___stackTrace3;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_8 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)1);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_9 = L_8;
NullCheck(L_9);
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(0), (Il2CppChar)((int32_t)10));
NullCheck(L_7);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_10 = String_Split_m13262358217AD2C119FD1B9733C3C0289D608512(L_7, L_9, /*hidden argument*/NULL);
V_0 = L_10;
// if (frames != null && frames.Length > 0) {
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_11 = V_0;
if (!L_11)
{
goto IL_0154;
}
}
IL_0045:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_12 = V_0;
NullCheck(L_12);
if (!(((RuntimeArray*)L_12)->max_length))
{
goto IL_0154;
}
}
IL_004c:
{
// StringBuilder trimFrameBuilder = new StringBuilder ();
StringBuilder_t * L_13 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_13, /*hidden argument*/NULL);
V_1 = L_13;
// string frame = null;
V_2 = (String_t*)NULL;
// int count = frames.Length;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_14 = V_0;
NullCheck(L_14);
V_3 = (((int32_t)((int32_t)(((RuntimeArray*)L_14)->max_length))));
// for (int i = 0; i < count; i++) {
V_4 = 0;
goto IL_0144;
}
IL_0060:
{
// frame = frames [i];
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_15 = V_0;
int32_t L_16 = V_4;
NullCheck(L_15);
int32_t L_17 = L_16;
String_t* L_18 = (L_15)->GetAt(static_cast<il2cpp_array_size_t>(L_17));
V_2 = L_18;
// if (string.IsNullOrEmpty (frame) || string.IsNullOrEmpty (frame.Trim ())) {
String_t* L_19 = V_2;
bool L_20 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_19, /*hidden argument*/NULL);
if (L_20)
{
goto IL_013e;
}
}
IL_0070:
{
String_t* L_21 = V_2;
NullCheck(L_21);
String_t* L_22 = String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D(L_21, /*hidden argument*/NULL);
bool L_23 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_22, /*hidden argument*/NULL);
if (L_23)
{
goto IL_013e;
}
}
IL_0080:
{
// frame = frame.Trim ();
String_t* L_24 = V_2;
NullCheck(L_24);
String_t* L_25 = String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D(L_24, /*hidden argument*/NULL);
V_2 = L_25;
// if (frame.StartsWith ("System.Collections.Generic.") || frame.StartsWith ("ShimEnumerator")) {
String_t* L_26 = V_2;
NullCheck(L_26);
bool L_27 = String_StartsWith_m7D468FB7C801D9C2DBEEEEC86F8BA8F4EC3243C1(L_26, _stringLiteral78D41852F62FC8A25466DB4DCEB424A5822C2B24, /*hidden argument*/NULL);
if (L_27)
{
goto IL_013e;
}
}
IL_0097:
{
String_t* L_28 = V_2;
NullCheck(L_28);
bool L_29 = String_StartsWith_m7D468FB7C801D9C2DBEEEEC86F8BA8F4EC3243C1(L_28, _stringLiteralBC97BE82AD56D4C57E2966529CE4EE3F84B245AC, /*hidden argument*/NULL);
if (L_29)
{
goto IL_013e;
}
}
IL_00a7:
{
// if (frame.StartsWith ("Bugly")) {
String_t* L_30 = V_2;
NullCheck(L_30);
bool L_31 = String_StartsWith_m7D468FB7C801D9C2DBEEEEC86F8BA8F4EC3243C1(L_30, _stringLiteralFC97C8D0F1218D6772A942F396DC873A26AB2517, /*hidden argument*/NULL);
if (L_31)
{
goto IL_013e;
}
}
IL_00b7:
{
// if (frame.Contains ("..ctor")) {
String_t* L_32 = V_2;
NullCheck(L_32);
bool L_33 = String_Contains_m4488034AF8CB3EEA9A205EB8A1F25D438FF8704B(L_32, _stringLiteralDB9DAFB128F4A908B2CDB83B60DE2F39733846F2, /*hidden argument*/NULL);
if (L_33)
{
goto IL_013e;
}
}
IL_00c4:
{
// int start = frame.ToLower ().IndexOf ("(at");
String_t* L_34 = V_2;
NullCheck(L_34);
String_t* L_35 = String_ToLower_m5287204D93C9DDC4DF84581ADD756D0FDE2BA5A8(L_34, /*hidden argument*/NULL);
NullCheck(L_35);
int32_t L_36 = String_IndexOf_mA9A0117D68338238E51E5928CDA8EB3DC9DA497B(L_35, _stringLiteral363298A6F1B48F2EB0AD08E376030EC42B32A91D, /*hidden argument*/NULL);
V_5 = L_36;
// int end = frame.ToLower ().IndexOf ("/assets/");
String_t* L_37 = V_2;
NullCheck(L_37);
String_t* L_38 = String_ToLower_m5287204D93C9DDC4DF84581ADD756D0FDE2BA5A8(L_37, /*hidden argument*/NULL);
NullCheck(L_38);
int32_t L_39 = String_IndexOf_mA9A0117D68338238E51E5928CDA8EB3DC9DA497B(L_38, _stringLiteral3ADF2516A732BA20FE13BB6A92BA1EA2E0998A8F, /*hidden argument*/NULL);
V_6 = L_39;
// if (start > 0 && end > 0) {
int32_t L_40 = V_5;
if ((((int32_t)L_40) <= ((int32_t)0)))
{
goto IL_0120;
}
}
IL_00ed:
{
int32_t L_41 = V_6;
if ((((int32_t)L_41) <= ((int32_t)0)))
{
goto IL_0120;
}
}
IL_00f2:
{
// trimFrameBuilder.AppendFormat ("{0}(at {1}", frame.Substring (0, start).Replace (":", "."), frame.Substring (end));
StringBuilder_t * L_42 = V_1;
String_t* L_43 = V_2;
int32_t L_44 = V_5;
NullCheck(L_43);
String_t* L_45 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_43, 0, L_44, /*hidden argument*/NULL);
NullCheck(L_45);
String_t* L_46 = String_Replace_m970DFB0A280952FA7D3BA20AB7A8FB9F80CF6470(L_45, _stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9, _stringLiteral3A52CE780950D4D969792A2559CD519D7EE8C727, /*hidden argument*/NULL);
String_t* L_47 = V_2;
int32_t L_48 = V_6;
NullCheck(L_47);
String_t* L_49 = String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE(L_47, L_48, /*hidden argument*/NULL);
NullCheck(L_42);
StringBuilder_AppendFormat_m9DBA7709F546159ABC85BA341965305AB044D1B7(L_42, _stringLiteral252FCE560F38C5504CC4A98120FBFE7F1D1C65B3, L_46, L_49, /*hidden argument*/NULL);
// } else {
goto IL_0137;
}
IL_0120:
{
// trimFrameBuilder.Append (frame.Replace (":", "."));
StringBuilder_t * L_50 = V_1;
String_t* L_51 = V_2;
NullCheck(L_51);
String_t* L_52 = String_Replace_m970DFB0A280952FA7D3BA20AB7A8FB9F80CF6470(L_51, _stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9, _stringLiteral3A52CE780950D4D969792A2559CD519D7EE8C727, /*hidden argument*/NULL);
NullCheck(L_50);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_50, L_52, /*hidden argument*/NULL);
}
IL_0137:
{
// trimFrameBuilder.AppendLine ();
StringBuilder_t * L_53 = V_1;
NullCheck(L_53);
StringBuilder_AppendLine_mB5B3F68726B05CD404C8C8D8F5A3D2A58FF16BB9(L_53, /*hidden argument*/NULL);
}
IL_013e:
{
// for (int i = 0; i < count; i++) {
int32_t L_54 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_54, (int32_t)1));
}
IL_0144:
{
// for (int i = 0; i < count; i++) {
int32_t L_55 = V_4;
int32_t L_56 = V_3;
if ((((int32_t)L_55) < ((int32_t)L_56)))
{
goto IL_0060;
}
}
IL_014c:
{
// stackTrace = trimFrameBuilder.ToString ();
StringBuilder_t * L_57 = V_1;
NullCheck(L_57);
String_t* L_58 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_57);
___stackTrace3 = L_58;
}
IL_0154:
{
// } catch {
goto IL_0172;
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0156;
throw e;
}
CATCH_0156:
{ // begin catch(System.Object)
// } catch {
// PrintLog(LogSeverity.LogWarning,"{0}", "Error to parse the stack trace");
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_59 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_60 = L_59;
NullCheck(L_60);
ArrayElementTypeCheck (L_60, _stringLiteralC7B8311E8351399B10859AA5341BEBC80BA7B378);
(L_60)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteralC7B8311E8351399B10859AA5341BEBC80BA7B378);
IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var);
BuglyAgent_PrintLog_mDA06735AF796209C67CA18D79EB57F13CB4797FA(3, _stringLiteral0B0C6F90D172B22857FDB7C4E16D3DD858581ACC, L_60, /*hidden argument*/NULL);
// }
goto IL_0172;
} // end catch (depth: 1)
IL_0172:
{
// PrintLog (LogSeverity.LogError, "ReportException: {0} {1}\n*********\n{2}\n*********", name, reason, stackTrace);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_61 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)3);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_62 = L_61;
String_t* L_63 = ___name1;
NullCheck(L_62);
ArrayElementTypeCheck (L_62, L_63);
(L_62)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_63);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_64 = L_62;
String_t* L_65 = ___reason2;
NullCheck(L_64);
ArrayElementTypeCheck (L_64, L_65);
(L_64)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_65);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_66 = L_64;
String_t* L_67 = ___stackTrace3;
NullCheck(L_66);
ArrayElementTypeCheck (L_66, L_67);
(L_66)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject *)L_67);
IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var);
BuglyAgent_PrintLog_mDA06735AF796209C67CA18D79EB57F13CB4797FA(5, _stringLiteralE8DA2478DD10DE85B6E55210179443DD2F8A31BB, L_66, /*hidden argument*/NULL);
// _uncaughtAutoReportOnce = uncaught && _autoQuitApplicationAfterReport;
bool L_68 = ___uncaught0;
if (!L_68)
{
goto IL_0199;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var);
bool L_69 = ((BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_StaticFields*)il2cpp_codegen_static_fields_for(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var))->get__autoQuitApplicationAfterReport_7();
G_B29_0 = ((int32_t)(L_69));
goto IL_019a;
}
IL_0199:
{
G_B29_0 = 0;
}
IL_019a:
{
IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var);
((BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_StaticFields*)il2cpp_codegen_static_fields_for(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var))->set__uncaughtAutoReportOnce_12((bool)G_B29_0);
// ReportException (uncaught ? EXCEPTION_TYPE_UNCAUGHT : EXCEPTION_TYPE_CAUGHT, name, reason, stackTrace, uncaught && _autoQuitApplicationAfterReport);
bool L_70 = ___uncaught0;
if (L_70)
{
goto IL_01a9;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var);
int32_t L_71 = ((BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_StaticFields*)il2cpp_codegen_static_fields_for(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var))->get_EXCEPTION_TYPE_CAUGHT_9();
G_B32_0 = L_71;
goto IL_01ae;
}
IL_01a9:
{
IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var);
int32_t L_72 = ((BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_StaticFields*)il2cpp_codegen_static_fields_for(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var))->get_EXCEPTION_TYPE_UNCAUGHT_8();
G_B32_0 = L_72;
}
IL_01ae:
{
String_t* L_73 = ___name1;
String_t* L_74 = ___reason2;
String_t* L_75 = ___stackTrace3;
bool L_76 = ___uncaught0;
G_B33_0 = L_75;
G_B33_1 = L_74;
G_B33_2 = L_73;
G_B33_3 = G_B32_0;
if (!L_76)
{
G_B34_0 = L_75;
G_B34_1 = L_74;
G_B34_2 = L_73;
G_B34_3 = G_B32_0;
goto IL_01bb;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var);
bool L_77 = ((BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_StaticFields*)il2cpp_codegen_static_fields_for(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var))->get__autoQuitApplicationAfterReport_7();
G_B35_0 = ((int32_t)(L_77));
G_B35_1 = G_B33_0;
G_B35_2 = G_B33_1;
G_B35_3 = G_B33_2;
G_B35_4 = G_B33_3;
goto IL_01bc;
}
IL_01bb:
{
G_B35_0 = 0;
G_B35_1 = G_B34_0;
G_B35_2 = G_B34_1;
G_B35_3 = G_B34_2;
G_B35_4 = G_B34_3;
}
IL_01bc:
{
IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var);
BuglyAgent_ReportException_mC134083778D47F16F4CC1C100309E178DECE4A18(G_B35_4, G_B35_3, G_B35_2, G_B35_1, (bool)G_B35_0, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void BuglyAgent::_HandleException(LogSeverity,System.String,System.String,System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuglyAgent__HandleException_m9E9B9846456EFC87DFABE4BAC718793793623F57 (int32_t ___logLevel0, String_t* ___name1, String_t* ___message2, String_t* ___stackTrace3, bool ___uncaught4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BuglyAgent__HandleException_m9E9B9846456EFC87DFABE4BAC718793793623F57_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
String_t* V_1 = NULL;
Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * V_2 = NULL;
Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * V_3 = NULL;
String_t* V_4 = NULL;
String_t* V_5 = NULL;
int32_t V_6 = 0;
int32_t V_7 = 0;
String_t* V_8 = NULL;
String_t* V_9 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
// if (!IsInitialized) {
IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var);
bool L_0 = BuglyAgent_get_IsInitialized_m9BDF482CC018EB47290A5AB03DCE39D38B91DE09_inline(/*hidden argument*/NULL);
if (L_0)
{
goto IL_0018;
}
}
{
// DebugLog (null, "It has not been initialized.");
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = Array_Empty_TisRuntimeObject_m9CF99326FAC8A01A4A25C90AA97F0799BA35ECAB_inline(/*hidden argument*/Array_Empty_TisRuntimeObject_m9CF99326FAC8A01A4A25C90AA97F0799BA35ECAB_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var);
BuglyAgent_DebugLog_mC5679CF7600DA393873517B9B952BBCCB71A0B47((String_t*)NULL, _stringLiteral438AA1565474A1C75692644C6096773D919F1541, L_1, /*hidden argument*/NULL);
// return;
return;
}
IL_0018:
{
// if (logLevel == LogSeverity.Log) {
int32_t L_2 = ___logLevel0;
if (L_2)
{
goto IL_001c;
}
}
{
// return;
return;
}
IL_001c:
{
// if ((uncaught && logLevel < _autoReportLogLevel)) {
bool L_3 = ___uncaught4;
if (!L_3)
{
goto IL_004a;
}
}
{
int32_t L_4 = ___logLevel0;
IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var);
int32_t L_5 = ((BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_StaticFields*)il2cpp_codegen_static_fields_for(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var))->get__autoReportLogLevel_3();
if ((((int32_t)L_4) >= ((int32_t)L_5)))
{
goto IL_004a;
}
}
{
// DebugLog (null, "Not report exception for level {0}", logLevel.ToString ());
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_6 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = L_6;
RuntimeObject * L_8 = Box(LogSeverity_tB0EEAD9A943CB3A20FD868C129077F75D358434F_il2cpp_TypeInfo_var, (&___logLevel0));
NullCheck(L_8);
String_t* L_9 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_8);
___logLevel0 = *(int32_t*)UnBox(L_8);
NullCheck(L_7);
ArrayElementTypeCheck (L_7, L_9);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_9);
IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var);
BuglyAgent_DebugLog_mC5679CF7600DA393873517B9B952BBCCB71A0B47((String_t*)NULL, _stringLiteral65D85568906905D8185B9B85258344DDBA1B8463, L_7, /*hidden argument*/NULL);
// return;
return;
}
IL_004a:
{
// string type = null;
V_0 = (String_t*)NULL;
// string reason = null;
V_1 = (String_t*)NULL;
// if (!string.IsNullOrEmpty (message)) {
String_t* L_10 = ___message2;
bool L_11 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_10, /*hidden argument*/NULL);
if (L_11)
{
goto IL_0257;
}
}
IL_0059:
try
{ // begin try (depth: 1)
{
// if ((LogSeverity.LogException == logLevel) && message.Contains ("Exception")) {
int32_t L_12 = ___logLevel0;
if ((!(((uint32_t)6) == ((uint32_t)L_12))))
{
goto IL_00c3;
}
}
IL_005d:
{
String_t* L_13 = ___message2;
NullCheck(L_13);
bool L_14 = String_Contains_m4488034AF8CB3EEA9A205EB8A1F25D438FF8704B(L_13, _stringLiteral20049BC069B0A04404C23D571B5E0B56F0660C02, /*hidden argument*/NULL);
if (!L_14)
{
goto IL_00c3;
}
}
IL_006a:
{
// Match match = new Regex (@"^(?<errorType>\S+):\s*(?<errorMessage>.*)", RegexOptions.Singleline).Match (message);
Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * L_15 = (Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF *)il2cpp_codegen_object_new(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_il2cpp_TypeInfo_var);
Regex__ctor_mEF4515C4C44DF8BE410F388C82CC679D743FB5CD(L_15, _stringLiteralF214E30EDE20DB42B8E2806F84AC58309A0CA763, ((int32_t)16), /*hidden argument*/NULL);
String_t* L_16 = ___message2;
NullCheck(L_15);
Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * L_17 = Regex_Match_mC2C718B93803F6633A708E430F8698E70354B77C(L_15, L_16, /*hidden argument*/NULL);
V_2 = L_17;
// if (match.Success) {
Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * L_18 = V_2;
NullCheck(L_18);
bool L_19 = Group_get_Success_m91D00749B3C9D2030B72C6DA3AF2B3BA48F22521(L_18, /*hidden argument*/NULL);
if (!L_19)
{
goto IL_0248;
}
}
IL_0088:
{
// type = match.Groups ["errorType"].Value.Trim();
Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * L_20 = V_2;
NullCheck(L_20);
GroupCollection_tD9051ED1A991E3666439262B517FDD2F968C064F * L_21 = VirtFuncInvoker0< GroupCollection_tD9051ED1A991E3666439262B517FDD2F968C064F * >::Invoke(5 /* System.Text.RegularExpressions.GroupCollection System.Text.RegularExpressions.Match::get_Groups() */, L_20);
NullCheck(L_21);
Group_tB4759D0385925B2C8C14ED3FCD5D2F43CFBD0443 * L_22 = GroupCollection_get_Item_m62ECD0C4A53BFB8F0EAFB2BD17F047451B60D886(L_21, _stringLiteral9B57397FED7A0A6DC1E2C715FE27B1621B58D317, /*hidden argument*/NULL);
NullCheck(L_22);
String_t* L_23 = Capture_get_Value_m8F739B7E4E173814B0890ECFEA37194D592BE91C(L_22, /*hidden argument*/NULL);
NullCheck(L_23);
String_t* L_24 = String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D(L_23, /*hidden argument*/NULL);
V_0 = L_24;
// reason = match.Groups ["errorMessage"].Value.Trim ();
Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * L_25 = V_2;
NullCheck(L_25);
GroupCollection_tD9051ED1A991E3666439262B517FDD2F968C064F * L_26 = VirtFuncInvoker0< GroupCollection_tD9051ED1A991E3666439262B517FDD2F968C064F * >::Invoke(5 /* System.Text.RegularExpressions.GroupCollection System.Text.RegularExpressions.Match::get_Groups() */, L_25);
NullCheck(L_26);
Group_tB4759D0385925B2C8C14ED3FCD5D2F43CFBD0443 * L_27 = GroupCollection_get_Item_m62ECD0C4A53BFB8F0EAFB2BD17F047451B60D886(L_26, _stringLiteral3F2ABC39F93D5BC0EA6587F9BC39AD323C1F1B46, /*hidden argument*/NULL);
NullCheck(L_27);
String_t* L_28 = Capture_get_Value_m8F739B7E4E173814B0890ECFEA37194D592BE91C(L_27, /*hidden argument*/NULL);
NullCheck(L_28);
String_t* L_29 = String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D(L_28, /*hidden argument*/NULL);
V_1 = L_29;
// } else if ((LogSeverity.LogError == logLevel) && message.StartsWith ("Unhandled Exception:")) {
goto IL_0248;
}
IL_00c3:
{
// } else if ((LogSeverity.LogError == logLevel) && message.StartsWith ("Unhandled Exception:")) {
int32_t L_30 = ___logLevel0;
if ((!(((uint32_t)5) == ((uint32_t)L_30))))
{
goto IL_0248;
}
}
IL_00ca:
{
String_t* L_31 = ___message2;
NullCheck(L_31);
bool L_32 = String_StartsWith_m7D468FB7C801D9C2DBEEEEC86F8BA8F4EC3243C1(L_31, _stringLiteral5FD5FAF037F6A68B87421DF3D131D2DC06CF5AC5, /*hidden argument*/NULL);
if (!L_32)
{
goto IL_0248;
}
}
IL_00da:
{
// Match match = new Regex (@"^Unhandled\s+Exception:\s*(?<exceptionName>\S+):\s*(?<exceptionDetail>.*)", RegexOptions.Singleline).Match(message);
Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * L_33 = (Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF *)il2cpp_codegen_object_new(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_il2cpp_TypeInfo_var);
Regex__ctor_mEF4515C4C44DF8BE410F388C82CC679D743FB5CD(L_33, _stringLiteralEEC83DFB6C5E64E141BBC6F5AAA220A68E975EBC, ((int32_t)16), /*hidden argument*/NULL);
String_t* L_34 = ___message2;
NullCheck(L_33);
Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * L_35 = Regex_Match_mC2C718B93803F6633A708E430F8698E70354B77C(L_33, L_34, /*hidden argument*/NULL);
V_3 = L_35;
// if (match.Success) {
Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * L_36 = V_3;
NullCheck(L_36);
bool L_37 = Group_get_Success_m91D00749B3C9D2030B72C6DA3AF2B3BA48F22521(L_36, /*hidden argument*/NULL);
if (!L_37)
{
goto IL_0248;
}
}
IL_00f8:
{
// string exceptionName = match.Groups ["exceptionName"].Value.Trim();
Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * L_38 = V_3;
NullCheck(L_38);
GroupCollection_tD9051ED1A991E3666439262B517FDD2F968C064F * L_39 = VirtFuncInvoker0< GroupCollection_tD9051ED1A991E3666439262B517FDD2F968C064F * >::Invoke(5 /* System.Text.RegularExpressions.GroupCollection System.Text.RegularExpressions.Match::get_Groups() */, L_38);
NullCheck(L_39);
Group_tB4759D0385925B2C8C14ED3FCD5D2F43CFBD0443 * L_40 = GroupCollection_get_Item_m62ECD0C4A53BFB8F0EAFB2BD17F047451B60D886(L_39, _stringLiteral5330A24528A373E76BE4F6E69A1A52FA0FC40C5B, /*hidden argument*/NULL);
NullCheck(L_40);
String_t* L_41 = Capture_get_Value_m8F739B7E4E173814B0890ECFEA37194D592BE91C(L_40, /*hidden argument*/NULL);
NullCheck(L_41);
String_t* L_42 = String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D(L_41, /*hidden argument*/NULL);
V_4 = L_42;
// string exceptionDetail = match.Groups ["exceptionDetail"].Value.Trim ();
Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * L_43 = V_3;
NullCheck(L_43);
GroupCollection_tD9051ED1A991E3666439262B517FDD2F968C064F * L_44 = VirtFuncInvoker0< GroupCollection_tD9051ED1A991E3666439262B517FDD2F968C064F * >::Invoke(5 /* System.Text.RegularExpressions.GroupCollection System.Text.RegularExpressions.Match::get_Groups() */, L_43);
NullCheck(L_44);
Group_tB4759D0385925B2C8C14ED3FCD5D2F43CFBD0443 * L_45 = GroupCollection_get_Item_m62ECD0C4A53BFB8F0EAFB2BD17F047451B60D886(L_44, _stringLiteralD7A0185489E0798E6C3C11BB64FFDBC84C7FC3C8, /*hidden argument*/NULL);
NullCheck(L_45);
String_t* L_46 = Capture_get_Value_m8F739B7E4E173814B0890ECFEA37194D592BE91C(L_45, /*hidden argument*/NULL);
NullCheck(L_46);
String_t* L_47 = String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D(L_46, /*hidden argument*/NULL);
V_5 = L_47;
// int dotLocation = exceptionName.LastIndexOf(".");
String_t* L_48 = V_4;
NullCheck(L_48);
int32_t L_49 = String_LastIndexOf_mC924D20DC71F85A7106D9DD09BF41497C6816E20(L_48, _stringLiteral3A52CE780950D4D969792A2559CD519D7EE8C727, /*hidden argument*/NULL);
V_6 = L_49;
// if (dotLocation > 0 && dotLocation != exceptionName.Length) {
int32_t L_50 = V_6;
if ((((int32_t)L_50) <= ((int32_t)0)))
{
goto IL_015c;
}
}
IL_0143:
{
int32_t L_51 = V_6;
String_t* L_52 = V_4;
NullCheck(L_52);
int32_t L_53 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_52, /*hidden argument*/NULL);
if ((((int32_t)L_51) == ((int32_t)L_53)))
{
goto IL_015c;
}
}
IL_014e:
{
// type = exceptionName.Substring(dotLocation + 1);
String_t* L_54 = V_4;
int32_t L_55 = V_6;
NullCheck(L_54);
String_t* L_56 = String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE(L_54, ((int32_t)il2cpp_codegen_add((int32_t)L_55, (int32_t)1)), /*hidden argument*/NULL);
V_0 = L_56;
// } else {
goto IL_015f;
}
IL_015c:
{
// type = exceptionName;
String_t* L_57 = V_4;
V_0 = L_57;
}
IL_015f:
{
// int stackLocation = exceptionDetail.IndexOf(" at ");
String_t* L_58 = V_5;
NullCheck(L_58);
int32_t L_59 = String_IndexOf_mA9A0117D68338238E51E5928CDA8EB3DC9DA497B(L_58, _stringLiteral7DF702C1E2A7F97F2512B0267E516708FDA29AC8, /*hidden argument*/NULL);
V_7 = L_59;
// if (stackLocation > 0) {
int32_t L_60 = V_7;
if ((((int32_t)L_60) <= ((int32_t)0)))
{
goto IL_01cd;
}
}
IL_0172:
{
// reason = exceptionDetail.Substring(0, stackLocation);
String_t* L_61 = V_5;
int32_t L_62 = V_7;
NullCheck(L_61);
String_t* L_63 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_61, 0, L_62, /*hidden argument*/NULL);
V_1 = L_63;
// string callStacks = exceptionDetail.Substring(stackLocation + 3).Replace(" at ", "\n").Replace("in <filename unknown>:0","").Replace("[0x00000]","");
String_t* L_64 = V_5;
int32_t L_65 = V_7;
NullCheck(L_64);
String_t* L_66 = String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE(L_64, ((int32_t)il2cpp_codegen_add((int32_t)L_65, (int32_t)3)), /*hidden argument*/NULL);
NullCheck(L_66);
String_t* L_67 = String_Replace_m970DFB0A280952FA7D3BA20AB7A8FB9F80CF6470(L_66, _stringLiteral7DF702C1E2A7F97F2512B0267E516708FDA29AC8, _stringLiteralADC83B19E793491B1C6EA0FD8B46CD9F32E592FC, /*hidden argument*/NULL);
NullCheck(L_67);
String_t* L_68 = String_Replace_m970DFB0A280952FA7D3BA20AB7A8FB9F80CF6470(L_67, _stringLiteral42825A0849B0FC48B8D25516DA51F15350D6912A, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL);
NullCheck(L_68);
String_t* L_69 = String_Replace_m970DFB0A280952FA7D3BA20AB7A8FB9F80CF6470(L_68, _stringLiteral2D40E1C157743142872F52912BDCCC1B79136638, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL);
V_8 = L_69;
// stackTrace = string.Format("{0}\n{1}", stackTrace, callStacks.Trim());
String_t* L_70 = ___stackTrace3;
String_t* L_71 = V_8;
NullCheck(L_71);
String_t* L_72 = String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D(L_71, /*hidden argument*/NULL);
String_t* L_73 = String_Format_m19325298DBC61AAC016C16F7B3CF97A8A3DEA34A(_stringLiteralD41DA21A477D31515FD0F3BF5564D0A9DC78AA28, L_70, L_72, /*hidden argument*/NULL);
___stackTrace3 = L_73;
// } else {
goto IL_01d0;
}
IL_01cd:
{
// reason = exceptionDetail;
String_t* L_74 = V_5;
V_1 = L_74;
}
IL_01d0:
{
// if(type.Equals("LuaScriptException") && exceptionDetail.Contains(".lua") && exceptionDetail.Contains("stack traceback:")) {
String_t* L_75 = V_0;
NullCheck(L_75);
bool L_76 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_75, _stringLiteral0038B907EC46A09C92FAD542526C2E60EB982630, /*hidden argument*/NULL);
if (!L_76)
{
goto IL_0248;
}
}
IL_01dd:
{
String_t* L_77 = V_5;
NullCheck(L_77);
bool L_78 = String_Contains_m4488034AF8CB3EEA9A205EB8A1F25D438FF8704B(L_77, _stringLiteral4400E519867F651C4CAB1E7952A0A7BD6C9B708E, /*hidden argument*/NULL);
if (!L_78)
{
goto IL_0248;
}
}
IL_01eb:
{
String_t* L_79 = V_5;
NullCheck(L_79);
bool L_80 = String_Contains_m4488034AF8CB3EEA9A205EB8A1F25D438FF8704B(L_79, _stringLiteral4DF318CF8731AB717C59E0A880FF123B15217E4F, /*hidden argument*/NULL);
if (!L_80)
{
goto IL_0248;
}
}
IL_01f9:
{
// stackLocation = exceptionDetail.IndexOf("stack traceback:");
String_t* L_81 = V_5;
NullCheck(L_81);
int32_t L_82 = String_IndexOf_mA9A0117D68338238E51E5928CDA8EB3DC9DA497B(L_81, _stringLiteral4DF318CF8731AB717C59E0A880FF123B15217E4F, /*hidden argument*/NULL);
V_7 = L_82;
// if(stackLocation > 0) {
int32_t L_83 = V_7;
if ((((int32_t)L_83) <= ((int32_t)0)))
{
goto IL_0248;
}
}
IL_020c:
{
// reason = exceptionDetail.Substring(0, stackLocation);
String_t* L_84 = V_5;
int32_t L_85 = V_7;
NullCheck(L_84);
String_t* L_86 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_84, 0, L_85, /*hidden argument*/NULL);
V_1 = L_86;
// string callStacks = exceptionDetail.Substring(stackLocation + 16).Replace(" [", " \n[");
String_t* L_87 = V_5;
int32_t L_88 = V_7;
NullCheck(L_87);
String_t* L_89 = String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE(L_87, ((int32_t)il2cpp_codegen_add((int32_t)L_88, (int32_t)((int32_t)16))), /*hidden argument*/NULL);
NullCheck(L_89);
String_t* L_90 = String_Replace_m970DFB0A280952FA7D3BA20AB7A8FB9F80CF6470(L_89, _stringLiteral42CBDB3C55980503B68E044C73B768E2C1557D44, _stringLiteralA50BA5282A88EDE387A122E2B3CE8B10F5EC2BAC, /*hidden argument*/NULL);
V_9 = L_90;
// stackTrace = string.Format("{0}\n{1}", stackTrace, callStacks.Trim());
String_t* L_91 = ___stackTrace3;
String_t* L_92 = V_9;
NullCheck(L_92);
String_t* L_93 = String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D(L_92, /*hidden argument*/NULL);
String_t* L_94 = String_Format_m19325298DBC61AAC016C16F7B3CF97A8A3DEA34A(_stringLiteralD41DA21A477D31515FD0F3BF5564D0A9DC78AA28, L_91, L_93, /*hidden argument*/NULL);
___stackTrace3 = L_94;
}
IL_0248:
{
// } catch {
goto IL_024d;
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_024a;
throw e;
}
CATCH_024a:
{ // begin catch(System.Object)
// } catch {
// }
goto IL_024d;
} // end catch (depth: 1)
IL_024d:
{
// if (string.IsNullOrEmpty (reason)) {
String_t* L_95 = V_1;
bool L_96 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_95, /*hidden argument*/NULL);
if (!L_96)
{
goto IL_0257;
}
}
{
// reason = message;
String_t* L_97 = ___message2;
V_1 = L_97;
}
IL_0257:
{
// if (string.IsNullOrEmpty (name)) {
String_t* L_98 = ___name1;
bool L_99 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_98, /*hidden argument*/NULL);
if (!L_99)
{
goto IL_0281;
}
}
{
// if (string.IsNullOrEmpty (type)) {
String_t* L_100 = V_0;
bool L_101 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_100, /*hidden argument*/NULL);
if (!L_101)
{
goto IL_0283;
}
}
{
// type = string.Format ("Unity{0}", logLevel.ToString ());
RuntimeObject * L_102 = Box(LogSeverity_tB0EEAD9A943CB3A20FD868C129077F75D358434F_il2cpp_TypeInfo_var, (&___logLevel0));
NullCheck(L_102);
String_t* L_103 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_102);
___logLevel0 = *(int32_t*)UnBox(L_102);
String_t* L_104 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(_stringLiteralE06128F3EF05B259BC7128DFA08DC545CC30925A, L_103, /*hidden argument*/NULL);
V_0 = L_104;
// } else {
goto IL_0283;
}
IL_0281:
{
// type = name;
String_t* L_105 = ___name1;
V_0 = L_105;
}
IL_0283:
{
// _reportException (uncaught, type, reason, stackTrace);
bool L_106 = ___uncaught4;
String_t* L_107 = V_0;
String_t* L_108 = V_1;
String_t* L_109 = ___stackTrace3;
IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var);
BuglyAgent__reportException_m64EC38EA70D0793526A8DED7B46BBF2EDF3708D0(L_106, L_107, L_108, L_109, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void BuglyAgent::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuglyAgent__ctor_mA84FD546FDB46E89D50B438B27AC9555DF3FB01A (BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291 * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void BuglyAgent::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuglyAgent__cctor_mF93AA2286B5E82277087BB439FB6AF889889AF72 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BuglyAgent__cctor_mF93AA2286B5E82277087BB439FB6AF889889AF72_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// private static bool _crashReporterTypeConfiged = false;
((BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_StaticFields*)il2cpp_codegen_static_fields_for(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var))->set__crashReporterTypeConfiged_0((bool)0);
// private static bool _isInitialized = false;
((BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_StaticFields*)il2cpp_codegen_static_fields_for(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var))->set__isInitialized_2((bool)0);
// private static LogSeverity _autoReportLogLevel = LogSeverity.LogError;
((BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_StaticFields*)il2cpp_codegen_static_fields_for(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var))->set__autoReportLogLevel_3(5);
// private static int _crashReporterType = 1; // Default=0,1=Bugly-V2,MSDKBugly=2, IMSDKBugly=3
((BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_StaticFields*)il2cpp_codegen_static_fields_for(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var))->set__crashReporterType_4(1);
// private static int _crashReproterCustomizedLogLevel = 2; // Off=0,Error=1,Warn=2,Info=3,Debug=4
((BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_StaticFields*)il2cpp_codegen_static_fields_for(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var))->set__crashReproterCustomizedLogLevel_5(2);
// private static bool _debugMode = false;
((BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_StaticFields*)il2cpp_codegen_static_fields_for(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var))->set__debugMode_6((bool)0);
// private static bool _autoQuitApplicationAfterReport = false;
((BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_StaticFields*)il2cpp_codegen_static_fields_for(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var))->set__autoQuitApplicationAfterReport_7((bool)0);
// private static readonly int EXCEPTION_TYPE_UNCAUGHT = 1;
((BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_StaticFields*)il2cpp_codegen_static_fields_for(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var))->set_EXCEPTION_TYPE_UNCAUGHT_8(1);
// private static readonly int EXCEPTION_TYPE_CAUGHT = 2;
((BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_StaticFields*)il2cpp_codegen_static_fields_for(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var))->set_EXCEPTION_TYPE_CAUGHT_9(2);
// private static readonly string _pluginVersion = "1.5.1";
((BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_StaticFields*)il2cpp_codegen_static_fields_for(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var))->set__pluginVersion_10(_stringLiteral29CD3F50FDF56B43132CB011BE27E5A2567B76AE);
// private static bool _uncaughtAutoReportOnce = false;
((BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_StaticFields*)il2cpp_codegen_static_fields_for(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var))->set__uncaughtAutoReportOnce_12((bool)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
IL2CPP_EXTERN_C void DelegatePInvokeWrapper_LogCallbackDelegate_t706B97807EE341E8346EB27B585DBBEDEA922058 (LogCallbackDelegate_t706B97807EE341E8346EB27B585DBBEDEA922058 * __this, String_t* ___condition0, String_t* ___stackTrace1, int32_t ___type2, const RuntimeMethod* method)
{
typedef void (DEFAULT_CALL *PInvokeFunc)(char*, char*, int32_t);
PInvokeFunc il2cppPInvokeFunc = reinterpret_cast<PInvokeFunc>(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method));
// Marshaling of parameter '___condition0' to native representation
char* ____condition0_marshaled = NULL;
____condition0_marshaled = il2cpp_codegen_marshal_string(___condition0);
// Marshaling of parameter '___stackTrace1' to native representation
char* ____stackTrace1_marshaled = NULL;
____stackTrace1_marshaled = il2cpp_codegen_marshal_string(___stackTrace1);
// Native function invocation
il2cppPInvokeFunc(____condition0_marshaled, ____stackTrace1_marshaled, ___type2);
// Marshaling cleanup of parameter '___condition0' native representation
il2cpp_codegen_marshal_free(____condition0_marshaled);
____condition0_marshaled = NULL;
// Marshaling cleanup of parameter '___stackTrace1' native representation
il2cpp_codegen_marshal_free(____stackTrace1_marshaled);
____stackTrace1_marshaled = NULL;
}
// System.Void BuglyAgent_LogCallbackDelegate::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LogCallbackDelegate__ctor_m1EAF1F6CDA8AD6D5AA7407B7A7A69E36572D3168 (LogCallbackDelegate_t706B97807EE341E8346EB27B585DBBEDEA922058 * __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 BuglyAgent_LogCallbackDelegate::Invoke(System.String,System.String,UnityEngine.LogType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LogCallbackDelegate_Invoke_m02F950800BEA1F8310A92952830A1B9EA54A80F5 (LogCallbackDelegate_t706B97807EE341E8346EB27B585DBBEDEA922058 * __this, String_t* ___condition0, String_t* ___stackTrace1, int32_t ___type2, const RuntimeMethod* method)
{
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegateArrayToInvoke = __this->get_delegates_11();
Delegate_t** delegatesToInvoke;
il2cpp_array_size_t length;
if (delegateArrayToInvoke != NULL)
{
length = delegateArrayToInvoke->max_length;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(delegateArrayToInvoke->GetAddressAtUnchecked(0));
}
else
{
length = 1;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(&__this);
}
for (il2cpp_array_size_t i = 0; i < length; i++)
{
Delegate_t* currentDelegate = delegatesToInvoke[i];
Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0();
RuntimeObject* targetThis = currentDelegate->get_m_target_2();
RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3());
if (!il2cpp_codegen_method_is_virtual(targetMethod))
{
il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod);
}
bool ___methodIsStatic = MethodIsStatic(targetMethod);
int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod);
if (___methodIsStatic)
{
if (___parameterCount == 3)
{
// open
typedef void (*FunctionPointerType) (String_t*, String_t*, int32_t, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___condition0, ___stackTrace1, ___type2, targetMethod);
}
else
{
// closed
typedef void (*FunctionPointerType) (void*, String_t*, String_t*, int32_t, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___condition0, ___stackTrace1, ___type2, targetMethod);
}
}
else if (___parameterCount != 3)
{
// open
if (il2cpp_codegen_method_is_virtual(targetMethod) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
GenericInterfaceActionInvoker2< String_t*, int32_t >::Invoke(targetMethod, ___condition0, ___stackTrace1, ___type2);
else
GenericVirtActionInvoker2< String_t*, int32_t >::Invoke(targetMethod, ___condition0, ___stackTrace1, ___type2);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker2< String_t*, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___condition0, ___stackTrace1, ___type2);
else
VirtActionInvoker2< String_t*, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___condition0, ___stackTrace1, ___type2);
}
}
else
{
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
{
typedef void (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(___stackTrace1) - 1), ___type2, targetMethod);
}
typedef void (*FunctionPointerType) (String_t*, String_t*, int32_t, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___condition0, ___stackTrace1, ___type2, targetMethod);
}
}
else
{
// closed
if (targetThis != NULL && il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(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< String_t*, String_t*, int32_t >::Invoke(targetMethod, targetThis, ___condition0, ___stackTrace1, ___type2);
else
GenericVirtActionInvoker3< String_t*, String_t*, int32_t >::Invoke(targetMethod, targetThis, ___condition0, ___stackTrace1, ___type2);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker3< String_t*, String_t*, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___condition0, ___stackTrace1, ___type2);
else
VirtActionInvoker3< String_t*, String_t*, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___condition0, ___stackTrace1, ___type2);
}
}
else
{
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
{
typedef void (*FunctionPointerType) (RuntimeObject*, String_t*, int32_t, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(___condition0) - 1), ___stackTrace1, ___type2, targetMethod);
}
if (targetThis == NULL)
{
typedef void (*FunctionPointerType) (String_t*, String_t*, int32_t, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___condition0, ___stackTrace1, ___type2, targetMethod);
}
else
{
typedef void (*FunctionPointerType) (void*, String_t*, String_t*, int32_t, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___condition0, ___stackTrace1, ___type2, targetMethod);
}
}
}
}
}
// System.IAsyncResult BuglyAgent_LogCallbackDelegate::BeginInvoke(System.String,System.String,UnityEngine.LogType,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* LogCallbackDelegate_BeginInvoke_m98D713F3E029E4A6B0802BD0D98BE1D5F648B389 (LogCallbackDelegate_t706B97807EE341E8346EB27B585DBBEDEA922058 * __this, String_t* ___condition0, String_t* ___stackTrace1, int32_t ___type2, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (LogCallbackDelegate_BeginInvoke_m98D713F3E029E4A6B0802BD0D98BE1D5F648B389_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
void *__d_args[4] = {0};
__d_args[0] = ___condition0;
__d_args[1] = ___stackTrace1;
__d_args[2] = Box(LogType_t6B6C6234E8B44B73937581ACFBE15DE28227849D_il2cpp_TypeInfo_var, &___type2);
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4);
}
// System.Void BuglyAgent_LogCallbackDelegate::EndInvoke(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LogCallbackDelegate_EndInvoke_m9A85D7BA2C77C9370811786C0763D379753F5F51 (LogCallbackDelegate_t706B97807EE341E8346EB27B585DBBEDEA922058 * __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 BuglyCallback::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuglyCallback__ctor_mC8AF25E8EEEE76D6CF665A45B5E8A47C24FFF666 (BuglyCallback_t92D8604B3D073CAD6E20F635D10B63C2E057808D * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__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 BuglyInit::Awake()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuglyInit_Awake_mF7DCDA1BB5EF7B387990BF7744726D25B68330BE (BuglyInit_t18059DB75D172791A3A2C7CC84F5987F3282DCFA * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BuglyInit_Awake_mF7DCDA1BB5EF7B387990BF7744726D25B68330BE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// BuglyAgent.ConfigDebugMode (false);
IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var);
BuglyAgent_ConfigDebugMode_m0C4BEE5E664D8958175D5F25C73D498A8908D320((bool)0, /*hidden argument*/NULL);
// BuglyAgent.ConfigDefault (null, null, null, 0);
BuglyAgent_ConfigDefault_mB54B5BD9A1C952CCA60F4E4DA57AC751DA750B7A((String_t*)NULL, (String_t*)NULL, (String_t*)NULL, (((int64_t)((int64_t)0))), /*hidden argument*/NULL);
// BuglyAgent.ConfigAutoReportLogLevel (LogSeverity.LogError);
BuglyAgent_ConfigAutoReportLogLevel_mBEFEBB80C63DC039EF5414B3324FE6BFB6C206C7_inline(5, /*hidden argument*/NULL);
// BuglyAgent.ConfigAutoQuitApplication (false);
BuglyAgent_ConfigAutoQuitApplication_m730858239845C1B20B0F815AB40CD5EE13FF179F_inline((bool)0, /*hidden argument*/NULL);
// BuglyAgent.RegisterLogCallback (null);
BuglyAgent_RegisterLogCallback_m2F148DCFB6AE86C2DE1A7938722DD584ABEA43B1((LogCallbackDelegate_t706B97807EE341E8346EB27B585DBBEDEA922058 *)NULL, /*hidden argument*/NULL);
// BuglyAgent.InitWithAppId (BuglyAppID);
BuglyAgent_InitWithAppId_m5AA399BDE9799B0FB9D8D73395CAC93C8EE2E62E(_stringLiteral60ECFB54A92FD71B6B2EDCB34C655C5538979EBA, /*hidden argument*/NULL);
// BuglyAgent.EnableExceptionHandler ();
BuglyAgent_EnableExceptionHandler_mDE55CFACC6CD661C665D74E5520DBFEC243B17A3(/*hidden argument*/NULL);
// BuglyAgent.SetLogCallbackExtrasHandler (MyLogCallbackExtrasHandler);
Func_1_t396E6A649BC5AF2B6E09527C2AF3B34D8CA087BB * L_0 = (Func_1_t396E6A649BC5AF2B6E09527C2AF3B34D8CA087BB *)il2cpp_codegen_object_new(Func_1_t396E6A649BC5AF2B6E09527C2AF3B34D8CA087BB_il2cpp_TypeInfo_var);
Func_1__ctor_mCA4199EF22906978B3455ED841827D27CA8D1B22(L_0, NULL, (intptr_t)((intptr_t)BuglyInit_MyLogCallbackExtrasHandler_mCA1EE25D80E2C655CDD69D77A2E77E93B112CCCE_RuntimeMethod_var), /*hidden argument*/Func_1__ctor_mCA4199EF22906978B3455ED841827D27CA8D1B22_RuntimeMethod_var);
BuglyAgent_SetLogCallbackExtrasHandler_m6CCDA37CA29273729AD17131D620E1152795062F(L_0, /*hidden argument*/NULL);
// Destroy (this);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
Object_Destroy_m23B4562495BA35A74266D4372D45368F8C05109A(__this, /*hidden argument*/NULL);
// }
return;
}
}
// System.Collections.Generic.Dictionary`2<System.String,System.String> BuglyInit::MyLogCallbackExtrasHandler()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * BuglyInit_MyLogCallbackExtrasHandler_mCA1EE25D80E2C655CDD69D77A2E77E93B112CCCE (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BuglyInit_MyLogCallbackExtrasHandler_mCA1EE25D80E2C655CDD69D77A2E77E93B112CCCE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
// BuglyAgent.PrintLog (LogSeverity.Log, "extra handler");
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = Array_Empty_TisRuntimeObject_m9CF99326FAC8A01A4A25C90AA97F0799BA35ECAB_inline(/*hidden argument*/Array_Empty_TisRuntimeObject_m9CF99326FAC8A01A4A25C90AA97F0799BA35ECAB_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var);
BuglyAgent_PrintLog_mDA06735AF796209C67CA18D79EB57F13CB4797FA(0, _stringLiteralCD549607A758FA7E5E3BB7E6AC8307C3B0A5465C, L_0, /*hidden argument*/NULL);
// Dictionary<string, string> extras = new Dictionary<string, string> ();
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_1 = (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC *)il2cpp_codegen_object_new(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC_il2cpp_TypeInfo_var);
Dictionary_2__ctor_m5B1C279E77422BB0B2C7B0374ECF89E3224AF62B(L_1, /*hidden argument*/Dictionary_2__ctor_m5B1C279E77422BB0B2C7B0374ECF89E3224AF62B_RuntimeMethod_var);
// extras.Add ("ScreenSolution", string.Format ("{0}x{1}", Screen.width, Screen.height));
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_2 = L_1;
int32_t L_3 = Screen_get_width_m8ECCEF7FF17395D1237BC0193D7A6640A3FEEAD3(/*hidden argument*/NULL);
int32_t L_4 = L_3;
RuntimeObject * L_5 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_4);
int32_t L_6 = Screen_get_height_mF5B64EBC4CDE0EAAA5713C1452ED2CE475F25150(/*hidden argument*/NULL);
int32_t L_7 = L_6;
RuntimeObject * L_8 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_7);
String_t* L_9 = String_Format_m19325298DBC61AAC016C16F7B3CF97A8A3DEA34A(_stringLiteralE2E6DD33A05338E9BA740068F9361EBCB9BED44F, L_5, L_8, /*hidden argument*/NULL);
NullCheck(L_2);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_2, _stringLiteral95FFF55C9D5698FF916208CF5A2E7FB5CC61C8DC, L_9, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
// extras.Add ("deviceModel", SystemInfo.deviceModel);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_10 = L_2;
String_t* L_11 = SystemInfo_get_deviceModel_m104FF34E03C33AE2AD84FE4CF8ED501C0AE9458A(/*hidden argument*/NULL);
NullCheck(L_10);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_10, _stringLiteral739C1C84834853CF4FBA489AB900CCE5C8D4A077, L_11, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
// extras.Add ("deviceName", SystemInfo.deviceName);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_12 = L_10;
String_t* L_13 = SystemInfo_get_deviceName_mCA23C1149EF385459B51E0176D70561574B28D38(/*hidden argument*/NULL);
NullCheck(L_12);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_12, _stringLiteral0F5A7BAE3D00D928B2EC7203619F7F669875697C, L_13, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
// extras.Add ("deviceType", SystemInfo.deviceType.ToString ());
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_14 = L_12;
int32_t L_15 = SystemInfo_get_deviceType_mAFCA02B695EE4E37FA3B87B8C05804B6616E1528(/*hidden argument*/NULL);
V_0 = L_15;
RuntimeObject * L_16 = Box(DeviceType_tB62FC22AC0F4007AB37906B04F7E0DB969BC41CF_il2cpp_TypeInfo_var, (&V_0));
NullCheck(L_16);
String_t* L_17 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_16);
V_0 = *(int32_t*)UnBox(L_16);
NullCheck(L_14);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_14, _stringLiteral4DB136ECDA5B6484A5B548865F0031BE4FB3F542, L_17, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
// extras.Add ("deviceUId", SystemInfo.deviceUniqueIdentifier);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_18 = L_14;
String_t* L_19 = SystemInfo_get_deviceUniqueIdentifier_mF4CA0225B1EFB8E7C581469F86F8A712E1485FCF(/*hidden argument*/NULL);
NullCheck(L_18);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_18, _stringLiteral9A7534F1D180F2218982D43A6BA8914EC4827691, L_19, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
// extras.Add ("gDId", string.Format ("{0}", SystemInfo.graphicsDeviceID));
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_20 = L_18;
int32_t L_21 = SystemInfo_get_graphicsDeviceID_mF5C5902F798118FBEDC91B3EDCABFAFEFA267776(/*hidden argument*/NULL);
int32_t L_22 = L_21;
RuntimeObject * L_23 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_22);
String_t* L_24 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(_stringLiteral0B0C6F90D172B22857FDB7C4E16D3DD858581ACC, L_23, /*hidden argument*/NULL);
NullCheck(L_20);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_20, _stringLiteralF374BD63317F97C1C49EB4AF1BEE70CEE334BA10, L_24, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
// extras.Add ("gDName", SystemInfo.graphicsDeviceName);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_25 = L_20;
String_t* L_26 = SystemInfo_get_graphicsDeviceName_mD9D09CDF695610D3355F28EAD9EE61F7870F52E8(/*hidden argument*/NULL);
NullCheck(L_25);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_25, _stringLiteral4D0CB2BCB605CD7395F76A2B95C8C6F331AE95FA, L_26, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
// extras.Add ("gDVdr", SystemInfo.graphicsDeviceVendor);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_27 = L_25;
String_t* L_28 = SystemInfo_get_graphicsDeviceVendor_m6207F479F5D1D1BC9D770A085B8F3A926ED6141F(/*hidden argument*/NULL);
NullCheck(L_27);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_27, _stringLiteralBB5E8E1BA7BCC8B53CA6EDD9D2C672E142EF80B1, L_28, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
// extras.Add ("gDVer", SystemInfo.graphicsDeviceVersion);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_29 = L_27;
String_t* L_30 = SystemInfo_get_graphicsDeviceVersion_m64E10307E6A8F0351DB4B2CDA96480AD172F119D(/*hidden argument*/NULL);
NullCheck(L_29);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_29, _stringLiteral92803BB68380B65C1670BFC18DC5A23B3970377D, L_30, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
// extras.Add ("gDVdrID", string.Format ("{0}", SystemInfo.graphicsDeviceVendorID));
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_31 = L_29;
int32_t L_32 = SystemInfo_get_graphicsDeviceVendorID_mFE4F2143190D41679C83CA65A5C0CCDB36865377(/*hidden argument*/NULL);
int32_t L_33 = L_32;
RuntimeObject * L_34 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_33);
String_t* L_35 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(_stringLiteral0B0C6F90D172B22857FDB7C4E16D3DD858581ACC, L_34, /*hidden argument*/NULL);
NullCheck(L_31);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_31, _stringLiteralA0388AE09E305E094661166CDFE2F7094BCDAD13, L_35, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
// extras.Add ("graphicsMemorySize", string.Format ("{0}", SystemInfo.graphicsMemorySize));
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_36 = L_31;
int32_t L_37 = SystemInfo_get_graphicsMemorySize_mFD4B4C6ED709C1EABDDC9CF42030FBC512B7907C(/*hidden argument*/NULL);
int32_t L_38 = L_37;
RuntimeObject * L_39 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_38);
String_t* L_40 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(_stringLiteral0B0C6F90D172B22857FDB7C4E16D3DD858581ACC, L_39, /*hidden argument*/NULL);
NullCheck(L_36);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_36, _stringLiteral526E0503061FF16586869926F3A5F32E3F8950E1, L_40, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
// extras.Add ("systemMemorySize", string.Format ("{0}", SystemInfo.systemMemorySize));
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_41 = L_36;
int32_t L_42 = SystemInfo_get_systemMemorySize_m7599C2A9CA16C15DD72C5563D5C47262CEDE0EB8(/*hidden argument*/NULL);
int32_t L_43 = L_42;
RuntimeObject * L_44 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_43);
String_t* L_45 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(_stringLiteral0B0C6F90D172B22857FDB7C4E16D3DD858581ACC, L_44, /*hidden argument*/NULL);
NullCheck(L_41);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_41, _stringLiteralC6DCBE9E066AFE8001637FEE873355C1CB2A4E76, L_45, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
// extras.Add ("UnityVersion", Application.unityVersion);
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_46 = L_41;
String_t* L_47 = Application_get_unityVersion_mC66901DE17E8F4F5BCA46CF3A4DCB34AF245CF99(/*hidden argument*/NULL);
NullCheck(L_46);
Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC(L_46, _stringLiteralA60831CBB7F3275A4A6590054CC1CD70B7A58C0D, L_47, /*hidden argument*/Dictionary_2_Add_m8E1E97EC586BFF6D3F84BB3429DF6198853F25AC_RuntimeMethod_var);
// BuglyAgent.PrintLog (LogSeverity.LogInfo, "Package extra data");
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_48 = Array_Empty_TisRuntimeObject_m9CF99326FAC8A01A4A25C90AA97F0799BA35ECAB_inline(/*hidden argument*/Array_Empty_TisRuntimeObject_m9CF99326FAC8A01A4A25C90AA97F0799BA35ECAB_RuntimeMethod_var);
BuglyAgent_PrintLog_mDA06735AF796209C67CA18D79EB57F13CB4797FA(2, _stringLiteral7CA5B3DA32306970AC65E0A176027226978A3346, L_48, /*hidden argument*/NULL);
// return extras;
return L_46;
}
}
// System.Void BuglyInit::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuglyInit__ctor_mFA7BD9E8476FF986741740B198FEC7F7D01EE6BA (BuglyInit_t18059DB75D172791A3A2C7CC84F5987F3282DCFA * __this, const RuntimeMethod* method)
{
{
MonoBehaviour__ctor_mEAEC84B222C60319D593E456D769B3311DFCEF97(__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 DSAnimationCurve::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSAnimationCurve__ctor_m746A9D344EAD90C4A622A82138683E7A0F18968E (DSAnimationCurve_t8AF4B55D16E3382163B6B54B8B35C2F544DD44E6 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DSAnimationCurve__ctor_m746A9D344EAD90C4A622A82138683E7A0F18968E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// public AnimationCurve animationCurve = new AnimationCurve(new Keyframe(0f, 0f, 0f, 1f), new Keyframe(1f, 1f, 1f, 0f));
KeyframeU5BU5D_tF4DC3E9BD9E6DB77FFF7BDC0B1545B5D6071513D* L_0 = (KeyframeU5BU5D_tF4DC3E9BD9E6DB77FFF7BDC0B1545B5D6071513D*)(KeyframeU5BU5D_tF4DC3E9BD9E6DB77FFF7BDC0B1545B5D6071513D*)SZArrayNew(KeyframeU5BU5D_tF4DC3E9BD9E6DB77FFF7BDC0B1545B5D6071513D_il2cpp_TypeInfo_var, (uint32_t)2);
KeyframeU5BU5D_tF4DC3E9BD9E6DB77FFF7BDC0B1545B5D6071513D* L_1 = L_0;
Keyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74 L_2;
memset((&L_2), 0, sizeof(L_2));
Keyframe__ctor_m10FFFE5FE1213C3AE88359375398F213B24F18D5((&L_2), (0.0f), (0.0f), (0.0f), (1.0f), /*hidden argument*/NULL);
NullCheck(L_1);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (Keyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74 )L_2);
KeyframeU5BU5D_tF4DC3E9BD9E6DB77FFF7BDC0B1545B5D6071513D* L_3 = L_1;
Keyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74 L_4;
memset((&L_4), 0, sizeof(L_4));
Keyframe__ctor_m10FFFE5FE1213C3AE88359375398F213B24F18D5((&L_4), (1.0f), (1.0f), (1.0f), (0.0f), /*hidden argument*/NULL);
NullCheck(L_3);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(1), (Keyframe_t9E945CACC5AC36E067B15A634096A223A06D2D74 )L_4);
AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C * L_5 = (AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C *)il2cpp_codegen_object_new(AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C_il2cpp_TypeInfo_var);
AnimationCurve__ctor_mE9462D171C06A2A746B9DA1B0A6B0F4FC7DB94CF(L_5, L_3, /*hidden argument*/NULL);
__this->set_animationCurve_4(L_5);
ScriptableObject__ctor_m6E2B3821A4A361556FC12E9B1C71E1D5DC002C5B(__this, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_DSAnimationCurveWrap__CreateDSAnimationCurve_mE91068B130335E4309BFBB34A78B6E70B3B7D690(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = DSAnimationCurveWrap__CreateDSAnimationCurve_mE91068B130335E4309BFBB34A78B6E70B3B7D690(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_DSAnimationCurveWrap_op_Equality_m3CB95A60D1DD56CAD0F6865CB4FF98627A93854E(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = DSAnimationCurveWrap_op_Equality_m3CB95A60D1DD56CAD0F6865CB4FF98627A93854E(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_DSAnimationCurveWrap_get_animationCurve_m4BE29CBED9B07F2041EE78E62B23EBAE1C9F4BC5(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = DSAnimationCurveWrap_get_animationCurve_m4BE29CBED9B07F2041EE78E62B23EBAE1C9F4BC5(___L0, NULL);
return returnValue;
}
extern "C" int32_t DEFAULT_CALL ReversePInvokeWrapper_DSAnimationCurveWrap_set_animationCurve_m0DECE181016672BEED0F98E7D08481C598819822(intptr_t ___L0)
{
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
// Managed method invocation
int32_t returnValue = DSAnimationCurveWrap_set_animationCurve_m0DECE181016672BEED0F98E7D08481C598819822(___L0, NULL);
return returnValue;
}
// System.Void DSAnimationCurveWrap::Register(LuaInterface.LuaState)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSAnimationCurveWrap_Register_m2671A3A4F03164CB994135636686A77A95E59038 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DSAnimationCurveWrap_Register_m2671A3A4F03164CB994135636686A77A95E59038_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// L.BeginClass(typeof(DSAnimationCurve), typeof(UnityEngine.ScriptableObject));
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = ___L0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast<intptr_t> (DSAnimationCurve_t8AF4B55D16E3382163B6B54B8B35C2F544DD44E6_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_2 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_1, /*hidden argument*/NULL);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast<intptr_t> (ScriptableObject_tAB015486CEAB714DA0D5C1BA389B84FB90427734_0_0_0_var) };
Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_3, /*hidden argument*/NULL);
NullCheck(L_0);
LuaState_BeginClass_mFF579B6B50F9A988587776B4214CA369845A4C71(L_0, L_2, L_4, (String_t*)NULL, /*hidden argument*/NULL);
// L.RegFunction("New", _CreateDSAnimationCurve);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_5 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_6 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_6, NULL, (intptr_t)((intptr_t)DSAnimationCurveWrap__CreateDSAnimationCurve_mE91068B130335E4309BFBB34A78B6E70B3B7D690_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_5);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_5, _stringLiteral6403F2B7EB2AAAFE6DE34CBF2A029B01AFEBC512, L_6, /*hidden argument*/NULL);
// L.RegFunction("__eq", op_Equality);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_7 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_8 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_8, NULL, (intptr_t)((intptr_t)DSAnimationCurveWrap_op_Equality_m3CB95A60D1DD56CAD0F6865CB4FF98627A93854E_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_7);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_7, _stringLiteral9D7311610D4DC99151F611A421431587111EC377, L_8, /*hidden argument*/NULL);
// L.RegFunction("__tostring", ToLua.op_ToString);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_9 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_10 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_10, NULL, (intptr_t)((intptr_t)ToLua_op_ToString_m45ABFC0D91846491E0BD772C639D333B3697565C_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_9);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_9, _stringLiteral55466C57A6AD671E6382864E65E49545CEA21A96, L_10, /*hidden argument*/NULL);
// L.RegVar("animationCurve", get_animationCurve, set_animationCurve);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_11 = ___L0;
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_12 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_12, NULL, (intptr_t)((intptr_t)DSAnimationCurveWrap_get_animationCurve_m4BE29CBED9B07F2041EE78E62B23EBAE1C9F4BC5_RuntimeMethod_var), /*hidden argument*/NULL);
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_13 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_13, NULL, (intptr_t)((intptr_t)DSAnimationCurveWrap_set_animationCurve_m0DECE181016672BEED0F98E7D08481C598819822_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_11);
LuaState_RegVar_mDEFD828C146267C460B64B55852189B852E7E7F8(L_11, _stringLiteral82F2B5F751FC4BFD8DFA1DFEB1E9739B010234F5, L_12, L_13, /*hidden argument*/NULL);
// L.EndClass();
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_14 = ___L0;
NullCheck(L_14);
LuaState_EndClass_m8A005898468B98BE9EED4EA2E96EEC375C1F6BED(L_14, /*hidden argument*/NULL);
// }
return;
}
}
// System.Int32 DSAnimationCurveWrap::_CreateDSAnimationCurve(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSAnimationCurveWrap__CreateDSAnimationCurve_mE91068B130335E4309BFBB34A78B6E70B3B7D690 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DSAnimationCurveWrap__CreateDSAnimationCurve_mE91068B130335E4309BFBB34A78B6E70B3B7D690_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
DSAnimationCurve_t8AF4B55D16E3382163B6B54B8B35C2F544DD44E6 * V_0 = NULL;
int32_t V_1 = 0;
Exception_t * V_2 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 3);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
IL_0000:
try
{ // begin try (depth: 1)
{
// int count = LuaDLL.lua_gettop(L);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_1 = LuaDLL_lua_gettop_m8C89113132D9591A56E2324C330E56C4FD268858((intptr_t)L_0, /*hidden argument*/NULL);
// if (count == 0)
if (L_1)
{
goto IL_0019;
}
}
IL_0008:
{
// DSAnimationCurve obj = new DSAnimationCurve();
DSAnimationCurve_t8AF4B55D16E3382163B6B54B8B35C2F544DD44E6 * L_2 = (DSAnimationCurve_t8AF4B55D16E3382163B6B54B8B35C2F544DD44E6 *)il2cpp_codegen_object_new(DSAnimationCurve_t8AF4B55D16E3382163B6B54B8B35C2F544DD44E6_il2cpp_TypeInfo_var);
DSAnimationCurve__ctor_m746A9D344EAD90C4A622A82138683E7A0F18968E(L_2, /*hidden argument*/NULL);
V_0 = L_2;
// ToLua.Push(L, obj);
intptr_t L_3 = ___L0;
DSAnimationCurve_t8AF4B55D16E3382163B6B54B8B35C2F544DD44E6 * L_4 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
ToLua_Push_mB5BA1866994D174500A23AE9D829AE923148EC3A((intptr_t)L_3, L_4, /*hidden argument*/NULL);
// return 1;
V_1 = 1;
goto IL_0032;
}
IL_0019:
{
// return LuaDLL.luaL_throw(L, "invalid arguments to ctor method: DSAnimationCurve.New");
intptr_t L_5 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_6 = LuaDLL_luaL_throw_m3B091F4ABCD5512C6DD40F7B6A793A8DECBD4828((intptr_t)L_5, _stringLiteralCE9C0D79E4033B409F4432CCF3C7CB2867C36FFD, /*hidden argument*/NULL);
V_1 = L_6;
goto IL_0032;
}
} // 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_0027;
throw e;
}
CATCH_0027:
{ // begin catch(System.Exception)
// catch (Exception e)
V_2 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_7 = ___L0;
Exception_t * L_8 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_9 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_7, L_8, /*hidden argument*/NULL);
V_1 = L_9;
goto IL_0032;
} // end catch (depth: 1)
IL_0032:
{
// }
int32_t L_10 = V_1;
return L_10;
}
}
// System.Int32 DSAnimationCurveWrap::op_Equality(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSAnimationCurveWrap_op_Equality_m3CB95A60D1DD56CAD0F6865CB4FF98627A93854E (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DSAnimationCurveWrap_op_Equality_m3CB95A60D1DD56CAD0F6865CB4FF98627A93854E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * V_0 = NULL;
bool V_1 = false;
int32_t V_2 = 0;
Exception_t * V_3 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
IL_0000:
try
{ // begin try (depth: 1)
// ToLua.CheckArgsCount(L, 2);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
ToLua_CheckArgsCount_m12BE48035FB4D8A9B2535B6771CF4FCE6C83103B((intptr_t)L_0, 2, /*hidden argument*/NULL);
// UnityEngine.Object arg0 = (UnityEngine.Object)ToLua.ToObject(L, 1);
intptr_t L_1 = ___L0;
RuntimeObject * L_2 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_1, 1, /*hidden argument*/NULL);
// UnityEngine.Object arg1 = (UnityEngine.Object)ToLua.ToObject(L, 2);
intptr_t L_3 = ___L0;
RuntimeObject * L_4 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_3, 2, /*hidden argument*/NULL);
V_0 = ((Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)CastclassClass((RuntimeObject*)L_4, Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var));
// bool o = arg0 == arg1;
Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * L_5 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_6 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(((Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)CastclassClass((RuntimeObject*)L_2, Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL);
V_1 = L_6;
// LuaDLL.lua_pushboolean(L, o);
intptr_t L_7 = ___L0;
bool L_8 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
LuaDLL_lua_pushboolean_m2B8D01E55F9DAAFC75B24FD6DC054776E5195B80((intptr_t)L_7, L_8, /*hidden argument*/NULL);
// return 1;
V_2 = 1;
goto IL_003d;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0032;
throw e;
}
CATCH_0032:
{ // begin catch(System.Exception)
// catch (Exception e)
V_3 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e);
intptr_t L_9 = ___L0;
Exception_t * L_10 = V_3;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_11 = LuaDLL_toluaL_exception_m6ECFC58C5FD30C363EFC455E736862A6A2CE9960((intptr_t)L_9, L_10, /*hidden argument*/NULL);
V_2 = L_11;
goto IL_003d;
} // end catch (depth: 1)
IL_003d:
{
// }
int32_t L_12 = V_2;
return L_12;
}
}
// System.Int32 DSAnimationCurveWrap::get_animationCurve(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSAnimationCurveWrap_get_animationCurve_m4BE29CBED9B07F2041EE78E62B23EBAE1C9F4BC5 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DSAnimationCurveWrap_get_animationCurve_m4BE29CBED9B07F2041EE78E62B23EBAE1C9F4BC5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C * V_1 = NULL;
int32_t V_2 = 0;
Exception_t * V_3 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
// object o = null;
V_0 = NULL;
}
IL_0002:
try
{ // begin try (depth: 1)
// o = ToLua.ToObject(L, 1);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
V_0 = L_1;
// DSAnimationCurve obj = (DSAnimationCurve)o;
RuntimeObject * L_2 = V_0;
// UnityEngine.AnimationCurve ret = obj.animationCurve;
NullCheck(((DSAnimationCurve_t8AF4B55D16E3382163B6B54B8B35C2F544DD44E6 *)CastclassClass((RuntimeObject*)L_2, DSAnimationCurve_t8AF4B55D16E3382163B6B54B8B35C2F544DD44E6_il2cpp_TypeInfo_var)));
AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C * L_3 = ((DSAnimationCurve_t8AF4B55D16E3382163B6B54B8B35C2F544DD44E6 *)CastclassClass((RuntimeObject*)L_2, DSAnimationCurve_t8AF4B55D16E3382163B6B54B8B35C2F544DD44E6_il2cpp_TypeInfo_var))->get_animationCurve_4();
V_1 = L_3;
// ToLua.PushObject(L, ret);
intptr_t L_4 = ___L0;
AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C * L_5 = V_1;
ToLua_PushObject_mAF111189B98F55714B489FACC08BF0CB11788C7A((intptr_t)L_4, L_5, /*hidden argument*/NULL);
// return 1;
V_2 = 1;
goto IL_0032;
} // 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_0021;
throw e;
}
CATCH_0021:
{ // begin catch(System.Exception)
// catch(Exception e)
V_3 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index animationCurve on a nil value");
intptr_t L_6 = ___L0;
Exception_t * L_7 = V_3;
RuntimeObject * L_8 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_9 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_6, L_7, L_8, _stringLiteralD8A36238F738F00DDE3DAEE27CC1D9ED2E503A3D, /*hidden argument*/NULL);
V_2 = L_9;
goto IL_0032;
} // end catch (depth: 1)
IL_0032:
{
// }
int32_t L_10 = V_2;
return L_10;
}
}
// System.Int32 DSAnimationCurveWrap::set_animationCurve(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSAnimationCurveWrap_set_animationCurve_m0DECE181016672BEED0F98E7D08481C598819822 (intptr_t ___L0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DSAnimationCurveWrap_set_animationCurve_m0DECE181016672BEED0F98E7D08481C598819822_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C * V_1 = NULL;
int32_t V_2 = 0;
Exception_t * V_3 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
// object o = null;
V_0 = NULL;
}
IL_0002:
try
{ // begin try (depth: 1)
// o = ToLua.ToObject(L, 1);
intptr_t L_0 = ___L0;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
RuntimeObject * L_1 = ToLua_ToObject_m3F40A14FBE719D3B547A44B876854ED679610C3C((intptr_t)L_0, 1, /*hidden argument*/NULL);
V_0 = L_1;
// DSAnimationCurve obj = (DSAnimationCurve)o;
RuntimeObject * L_2 = V_0;
// UnityEngine.AnimationCurve arg0 = (UnityEngine.AnimationCurve)ToLua.CheckObject<UnityEngine.AnimationCurve>(L, 2);
intptr_t L_3 = ___L0;
RuntimeObject * L_4 = ToLua_CheckObject_TisAnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C_m51E215622378381586944AB63512BE6C852590FD((intptr_t)L_3, 2, /*hidden argument*/ToLua_CheckObject_TisAnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C_m51E215622378381586944AB63512BE6C852590FD_RuntimeMethod_var);
V_1 = ((AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C *)CastclassClass((RuntimeObject*)L_4, AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C_il2cpp_TypeInfo_var));
// obj.animationCurve = arg0;
AnimationCurve_tD2F265379583AAF1BF8D84F1BB8DB12980FA504C * L_5 = V_1;
NullCheck(((DSAnimationCurve_t8AF4B55D16E3382163B6B54B8B35C2F544DD44E6 *)CastclassClass((RuntimeObject*)L_2, DSAnimationCurve_t8AF4B55D16E3382163B6B54B8B35C2F544DD44E6_il2cpp_TypeInfo_var)));
((DSAnimationCurve_t8AF4B55D16E3382163B6B54B8B35C2F544DD44E6 *)CastclassClass((RuntimeObject*)L_2, DSAnimationCurve_t8AF4B55D16E3382163B6B54B8B35C2F544DD44E6_il2cpp_TypeInfo_var))->set_animationCurve_4(L_5);
// return 0;
V_2 = 0;
goto IL_0038;
} // 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_0027;
throw e;
}
CATCH_0027:
{ // begin catch(System.Exception)
// catch(Exception e)
V_3 = ((Exception_t *)__exception_local);
// return LuaDLL.toluaL_exception(L, e, o, "attempt to index animationCurve on a nil value");
intptr_t L_6 = ___L0;
Exception_t * L_7 = V_3;
RuntimeObject * L_8 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(LuaDLL_t1D8ACD8EC3BB01310693ACE3177379EA2F3419B6_il2cpp_TypeInfo_var);
int32_t L_9 = LuaDLL_toluaL_exception_m3DA56712296FE487C29E5312FC050F230190BE15((intptr_t)L_6, L_7, L_8, _stringLiteralD8A36238F738F00DDE3DAEE27CC1D9ED2E503A3D, /*hidden argument*/NULL);
V_2 = L_9;
goto IL_0038;
} // end catch (depth: 1)
IL_0038:
{
// }
int32_t L_10 = V_2;
return L_10;
}
}
// System.Void DSAnimationCurveWrap::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSAnimationCurveWrap__ctor_mFF515601AD0FB91483DD83178B10A384A779A870 (DSAnimationCurveWrap_t885EE09D3565B7EE1B016CF7AF1E87DAE51BC311 * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__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
// LuaInterface.LuaFileUtils DSLuaClient::InitLoader()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LuaFileUtils_t5D4064077DA379A5EE940C1C01BE469CE15CD5AE * DSLuaClient_InitLoader_m0D3DA4C51CD11A44B5C5E32C5D53E8AFB2FA787B (DSLuaClient_t76E7B64916865CE3D031BFE7E687D3E288C89C2C * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DSLuaClient_InitLoader_m0D3DA4C51CD11A44B5C5E32C5D53E8AFB2FA787B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (GameApplication.Instance.buildApp)
IL2CPP_RUNTIME_CLASS_INIT(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var);
GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712 * L_0 = ((GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_StaticFields*)il2cpp_codegen_static_fields_for(GameApplication_t4010ABEC254B4A9AF08299087C8AEF821F3DC712_il2cpp_TypeInfo_var))->get_Instance_4();
NullCheck(L_0);
bool L_1 = L_0->get_buildApp_5();
if (!L_1)
{
goto IL_0012;
}
}
{
// return new LuaResLoader();
LuaResLoader_tA78634278595979C32DCDCE06623A4265079A9A9 * L_2 = (LuaResLoader_tA78634278595979C32DCDCE06623A4265079A9A9 *)il2cpp_codegen_object_new(LuaResLoader_tA78634278595979C32DCDCE06623A4265079A9A9_il2cpp_TypeInfo_var);
LuaResLoader__ctor_mE3E47D0AEED6FBA65B37E0D11601EC15CABF440A(L_2, /*hidden argument*/NULL);
return L_2;
}
IL_0012:
{
// return base.InitLoader();
LuaFileUtils_t5D4064077DA379A5EE940C1C01BE469CE15CD5AE * L_3 = LuaClient_InitLoader_m1E701FAA635A53F472CEB4B031F86CDEB04518A5(__this, /*hidden argument*/NULL);
return L_3;
}
}
// System.Void DSLuaClient::OpenLibs()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSLuaClient_OpenLibs_m0446133B16564790361689770FD1DC2D9C3C5371 (DSLuaClient_t76E7B64916865CE3D031BFE7E687D3E288C89C2C * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DSLuaClient_OpenLibs_m0446133B16564790361689770FD1DC2D9C3C5371_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// LuaConst.openLuaSocket = true;
IL2CPP_RUNTIME_CLASS_INIT(LuaConst_t1D4F422FFD8388C5E5FC039F9B71D78AD5CA5345_il2cpp_TypeInfo_var);
((LuaConst_t1D4F422FFD8388C5E5FC039F9B71D78AD5CA5345_StaticFields*)il2cpp_codegen_static_fields_for(LuaConst_t1D4F422FFD8388C5E5FC039F9B71D78AD5CA5345_il2cpp_TypeInfo_var))->set_openLuaSocket_5((bool)1);
// base.OpenLibs();
LuaClient_OpenLibs_m7FFE8C594B1229D97BAAA2C727CDEACAD3E15E33(__this, /*hidden argument*/NULL);
// luaState.BeginPreLoad();
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = ((LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301 *)__this)->get_luaState_5();
NullCheck(L_0);
LuaState_BeginPreLoad_m4727EF93649D4E45FE9F5CB484222D4F28267CE6(L_0, /*hidden argument*/NULL);
// luaState.RegFunction("mime.core", LuaOpen_Mime_Core);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_1 = ((LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301 *)__this)->get_luaState_5();
LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE * L_2 = (LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE *)il2cpp_codegen_object_new(LuaCSFunction_t8A7FA654F7621890FD62690229D1AB40DF3122FE_il2cpp_TypeInfo_var);
LuaCSFunction__ctor_m12CA22543F704011E09DFAB91D578F9545E036FC(L_2, NULL, (intptr_t)((intptr_t)LuaClient_LuaOpen_Mime_Core_mC3B7816D48481AF4D139002A2C15421BDE77E6B7_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_1);
LuaState_RegFunction_m23252F475A7BC3A8FBF4F0ADB77BD5505B053FBA(L_1, _stringLiteralF40368059830399CE8189100003D317F2739D087, L_2, /*hidden argument*/NULL);
// luaState.EndPreLoad();
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_3 = ((LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301 *)__this)->get_luaState_5();
NullCheck(L_3);
LuaState_EndPreLoad_m62E1E498E214B42C7B635351D86F8CD7955180A9(L_3, /*hidden argument*/NULL);
// OpenCJson();
LuaClient_OpenCJson_m3C61CC08E23889239FC05BBA1FEC2DD916DE2E57(__this, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void DSLuaClient::Reload(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSLuaClient_Reload_mD2FCC8102E484FFB7FDCE6847808CA4743C60430 (DSLuaClient_t76E7B64916865CE3D031BFE7E687D3E288C89C2C * __this, String_t* ___moduleFileName0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DSLuaClient_Reload_mD2FCC8102E484FFB7FDCE6847808CA4743C60430_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// __ReLoad(moduleFileName, "loaded");
String_t* L_0 = ___moduleFileName0;
DSLuaClient___ReLoad_m306A5604B2577D3D62F709C87817DB9D19D4EE00(__this, L_0, _stringLiteral1310098E530FD4BB99B9C738F820063730B46029, /*hidden argument*/NULL);
// __ReLoad(moduleFileName, "preload");
String_t* L_1 = ___moduleFileName0;
DSLuaClient___ReLoad_m306A5604B2577D3D62F709C87817DB9D19D4EE00(__this, L_1, _stringLiteral362D0E2AF8F9714023B734D6D78E953A406C079A, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void DSLuaClient::__ReLoad(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSLuaClient___ReLoad_m306A5604B2577D3D62F709C87817DB9D19D4EE00 (DSLuaClient_t76E7B64916865CE3D031BFE7E687D3E288C89C2C * __this, String_t* ___moduleFileName0, String_t* ___field1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DSLuaClient___ReLoad_m306A5604B2577D3D62F709C87817DB9D19D4EE00_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// luaState.LuaGetGlobal("package");
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = ((LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301 *)__this)->get_luaState_5();
NullCheck(L_0);
LuaStatePtr_LuaGetGlobal_m7ABC9446E710F4180A37E51810187CFD7818EB12(L_0, _stringLiteral582681C2EAE02B3F3D399C0C26D321560F6C567A, /*hidden argument*/NULL);
// luaState.LuaGetField(-1, field);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_1 = ((LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301 *)__this)->get_luaState_5();
String_t* L_2 = ___field1;
NullCheck(L_1);
LuaStatePtr_LuaGetField_m8C7442FD94C2BF9F81CEE7E38AC3AE5579E14647(L_1, (-1), L_2, /*hidden argument*/NULL);
// luaState.LuaPushString(moduleFileName);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_3 = ((LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301 *)__this)->get_luaState_5();
String_t* L_4 = ___moduleFileName0;
NullCheck(L_3);
LuaStatePtr_LuaPushString_m46C208FCCE91F77FF907882470E5C6EAE1CE5B09(L_3, L_4, /*hidden argument*/NULL);
// luaState.LuaGetTable(-2);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_5 = ((LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301 *)__this)->get_luaState_5();
NullCheck(L_5);
LuaStatePtr_LuaGetTable_m9B829C35CDB66BAC20FB3BEA7F7D0E809BF0ADD3(L_5, ((int32_t)-2), /*hidden argument*/NULL);
// if (!luaState.LuaIsNil(-1))
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_6 = ((LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301 *)__this)->get_luaState_5();
NullCheck(L_6);
bool L_7 = LuaStatePtr_LuaIsNil_mAECE673ACF13553A020C2BDF277CBFB71CEA64FB(L_6, (-1), /*hidden argument*/NULL);
if (L_7)
{
goto IL_0068;
}
}
{
// luaState.LuaPushString(moduleFileName);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_8 = ((LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301 *)__this)->get_luaState_5();
String_t* L_9 = ___moduleFileName0;
NullCheck(L_8);
LuaStatePtr_LuaPushString_m46C208FCCE91F77FF907882470E5C6EAE1CE5B09(L_8, L_9, /*hidden argument*/NULL);
// luaState.LuaPushNil();
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_10 = ((LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301 *)__this)->get_luaState_5();
NullCheck(L_10);
LuaStatePtr_LuaPushNil_m40DD34128B431509C67A97103E8910F8ECB44C88(L_10, /*hidden argument*/NULL);
// luaState.LuaSetTable(-4);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_11 = ((LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301 *)__this)->get_luaState_5();
NullCheck(L_11);
LuaStatePtr_LuaSetTable_mE06B6DB1B528E21152FBBA19BE93B3A5CD76AC96(L_11, ((int32_t)-4), /*hidden argument*/NULL);
}
IL_0068:
{
// luaState.LuaPop(3);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_12 = ((LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301 *)__this)->get_luaState_5();
NullCheck(L_12);
LuaStatePtr_LuaPop_m6CC814869A69A9A3590E6026DA62D8CF1DA6CBA3(L_12, 3, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void DSLuaClient::OnLoadFinished()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSLuaClient_OnLoadFinished_m874E7DBE3779BB868669991DAF500250CD0C433C (DSLuaClient_t76E7B64916865CE3D031BFE7E687D3E288C89C2C * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DSLuaClient_OnLoadFinished_m874E7DBE3779BB868669991DAF500250CD0C433C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// base.OnLoadFinished();
LuaClient_OnLoadFinished_m1C6623E3230AB4D7DE45845D151CE412379F8CF8(__this, /*hidden argument*/NULL);
// _applicationPause = luaState.GetFunction("OnApplicationPause");
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = ((LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301 *)__this)->get_luaState_5();
NullCheck(L_0);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_1 = LuaState_GetFunction_m71CEBDCC461EA556CD0357676D304207C375A8B5(L_0, _stringLiteral19015A2DB56F3A2983905428AB4DA45D38E4BB12, (bool)1, /*hidden argument*/NULL);
__this->set__applicationPause_11(L_1);
// _applicationActive = luaState.GetFunction("OnApplicationActive");
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_2 = ((LuaClient_t01E797727AB52F49836DBD1BB89DC9FF67669301 *)__this)->get_luaState_5();
NullCheck(L_2);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = LuaState_GetFunction_m71CEBDCC461EA556CD0357676D304207C375A8B5(L_2, _stringLiteralC0A438B86173AC5A375F938A81047BEAFD008EAD, (bool)1, /*hidden argument*/NULL);
__this->set__applicationActive_12(L_3);
// }
return;
}
}
// System.Void DSLuaClient::OnApplicationPause1()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSLuaClient_OnApplicationPause1_m8C4567B61FF35DD1F4EB9D46F75472D23D104F31 (DSLuaClient_t76E7B64916865CE3D031BFE7E687D3E288C89C2C * __this, const RuntimeMethod* method)
{
{
// if (_applicationPause != null)
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = __this->get__applicationPause_11();
bool L_1 = LuaBaseRef_op_Inequality_m4E0A4DED8FEF3D699AD927A851AF293C530F7220(L_0, (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0030;
}
}
{
// _applicationPause.BeginPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_2 = __this->get__applicationPause_11();
NullCheck(L_2);
VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 LuaInterface.LuaFunction::BeginPCall() */, L_2);
// _applicationPause.PCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = __this->get__applicationPause_11();
NullCheck(L_3);
LuaFunction_PCall_m341EEEBF73C721C0B0D52DD8F173C24B7CF995C1(L_3, /*hidden argument*/NULL);
// _applicationPause.EndPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_4 = __this->get__applicationPause_11();
NullCheck(L_4);
LuaFunction_EndPCall_m61C1BED1DE6D95FEAE1D25F9183A51F0D9667AFB(L_4, /*hidden argument*/NULL);
}
IL_0030:
{
// }
return;
}
}
// System.Void DSLuaClient::OnApplicationActive()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSLuaClient_OnApplicationActive_mC611163DC8BE7FF25E381041ACCBF5D1E9AEE859 (DSLuaClient_t76E7B64916865CE3D031BFE7E687D3E288C89C2C * __this, const RuntimeMethod* method)
{
{
// if (_applicationActive != null)
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = __this->get__applicationActive_12();
bool L_1 = LuaBaseRef_op_Inequality_m4E0A4DED8FEF3D699AD927A851AF293C530F7220(L_0, (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0030;
}
}
{
// _applicationActive.BeginPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_2 = __this->get__applicationActive_12();
NullCheck(L_2);
VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 LuaInterface.LuaFunction::BeginPCall() */, L_2);
// _applicationActive.PCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = __this->get__applicationActive_12();
NullCheck(L_3);
LuaFunction_PCall_m341EEEBF73C721C0B0D52DD8F173C24B7CF995C1(L_3, /*hidden argument*/NULL);
// _applicationActive.EndPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_4 = __this->get__applicationActive_12();
NullCheck(L_4);
LuaFunction_EndPCall_m61C1BED1DE6D95FEAE1D25F9183A51F0D9667AFB(L_4, /*hidden argument*/NULL);
}
IL_0030:
{
// }
return;
}
}
// System.Void DSLuaClient::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSLuaClient__ctor_m1404EDA249F6AAF4C38239BFF7A0D4AEA2FE7B7E (DSLuaClient_t76E7B64916865CE3D031BFE7E687D3E288C89C2C * __this, const RuntimeMethod* method)
{
{
LuaClient__ctor_m89BA2A2603A0496C1AFBD12B7E33D369F4F1B7E6(__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 DelegateFactory::Init()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DelegateFactory_Init_mF20B777569CD70F3BCEC8D269B91C89204650EF3 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_Init_mF20B777569CD70F3BCEC8D269B91C89204650EF3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// Register();
IL2CPP_RUNTIME_CLASS_INIT(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var);
DelegateFactory_Register_m59D6FF4D3BDA584368BAF6A2EBCA852231E62C4C(/*hidden argument*/NULL);
// }
return;
}
}
// System.Void DelegateFactory::Register()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DelegateFactory_Register_m59D6FF4D3BDA584368BAF6A2EBCA852231E62C4C (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_Register_m59D6FF4D3BDA584368BAF6A2EBCA852231E62C4C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// dict.Clear();
IL2CPP_RUNTIME_CLASS_INIT(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var);
Dictionary_2_t64FEAC44024A9F563A78A86CE11C18185BD75389 * L_0 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_dict_0();
NullCheck(L_0);
Dictionary_2_Clear_m91A92A96B3E18F3335E3143F9A6ADC49D6D9434E(L_0, /*hidden argument*/Dictionary_2_Clear_m91A92A96B3E18F3335E3143F9A6ADC49D6D9434E_RuntimeMethod_var);
// dict.Add(typeof(System.Action), factory.System_Action);
Dictionary_2_t64FEAC44024A9F563A78A86CE11C18185BD75389 * L_1 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_dict_0();
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (Action_t591D2A86165F896B4B800BB5C25CE18672A55579_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_2, /*hidden argument*/NULL);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_4 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * L_5 = (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *)il2cpp_codegen_object_new(DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C_il2cpp_TypeInfo_var);
DelegateCreate__ctor_mF65953100991F58DE72BCCE2322D3AE2C17A5B4C(L_5, L_4, (intptr_t)((intptr_t)DelegateFactory_System_Action_m7A7338D76891971CA480DA378BFC0135885932B1_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_1);
Dictionary_2_Add_m6E523C00E33BAB5B61C7889439E8B4EE94DEB885(L_1, L_3, L_5, /*hidden argument*/Dictionary_2_Add_m6E523C00E33BAB5B61C7889439E8B4EE94DEB885_RuntimeMethod_var);
// dict.Add(typeof(UnityEngine.Events.UnityAction), factory.UnityEngine_Events_UnityAction);
Dictionary_2_t64FEAC44024A9F563A78A86CE11C18185BD75389 * L_6 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_dict_0();
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_7 = { reinterpret_cast<intptr_t> (UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4_0_0_0_var) };
Type_t * L_8 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_7, /*hidden argument*/NULL);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_9 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * L_10 = (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *)il2cpp_codegen_object_new(DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C_il2cpp_TypeInfo_var);
DelegateCreate__ctor_mF65953100991F58DE72BCCE2322D3AE2C17A5B4C(L_10, L_9, (intptr_t)((intptr_t)DelegateFactory_UnityEngine_Events_UnityAction_m16996529BF5ECB605054979679396F2D08887F7A_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_6);
Dictionary_2_Add_m6E523C00E33BAB5B61C7889439E8B4EE94DEB885(L_6, L_8, L_10, /*hidden argument*/Dictionary_2_Add_m6E523C00E33BAB5B61C7889439E8B4EE94DEB885_RuntimeMethod_var);
// dict.Add(typeof(System.Predicate<int>), factory.System_Predicate_int);
Dictionary_2_t64FEAC44024A9F563A78A86CE11C18185BD75389 * L_11 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_dict_0();
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_12 = { reinterpret_cast<intptr_t> (Predicate_1_t2E795623C97B4C5B38406E9201D0720C5C15895F_0_0_0_var) };
Type_t * L_13 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_12, /*hidden argument*/NULL);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_14 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * L_15 = (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *)il2cpp_codegen_object_new(DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C_il2cpp_TypeInfo_var);
DelegateCreate__ctor_mF65953100991F58DE72BCCE2322D3AE2C17A5B4C(L_15, L_14, (intptr_t)((intptr_t)DelegateFactory_System_Predicate_int_m336AEFBD22523EDC252A261D21A70E8642B6697E_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_11);
Dictionary_2_Add_m6E523C00E33BAB5B61C7889439E8B4EE94DEB885(L_11, L_13, L_15, /*hidden argument*/Dictionary_2_Add_m6E523C00E33BAB5B61C7889439E8B4EE94DEB885_RuntimeMethod_var);
// dict.Add(typeof(System.Action<int>), factory.System_Action_int);
Dictionary_2_t64FEAC44024A9F563A78A86CE11C18185BD75389 * L_16 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_dict_0();
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_17 = { reinterpret_cast<intptr_t> (Action_1_t9B7C5376025AEF32439C13FB3BA4BFF8F0F0477B_0_0_0_var) };
Type_t * L_18 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_17, /*hidden argument*/NULL);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_19 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * L_20 = (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *)il2cpp_codegen_object_new(DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C_il2cpp_TypeInfo_var);
DelegateCreate__ctor_mF65953100991F58DE72BCCE2322D3AE2C17A5B4C(L_20, L_19, (intptr_t)((intptr_t)DelegateFactory_System_Action_int_m44D6A7763CC2614B28C1C46F0E7746D66659C6F2_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_16);
Dictionary_2_Add_m6E523C00E33BAB5B61C7889439E8B4EE94DEB885(L_16, L_18, L_20, /*hidden argument*/Dictionary_2_Add_m6E523C00E33BAB5B61C7889439E8B4EE94DEB885_RuntimeMethod_var);
// dict.Add(typeof(System.Comparison<int>), factory.System_Comparison_int);
Dictionary_2_t64FEAC44024A9F563A78A86CE11C18185BD75389 * L_21 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_dict_0();
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_22 = { reinterpret_cast<intptr_t> (Comparison_1_t95809882384ACB4AEB9589D76F665E1BA5C3CBEA_0_0_0_var) };
Type_t * L_23 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_22, /*hidden argument*/NULL);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_24 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * L_25 = (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *)il2cpp_codegen_object_new(DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C_il2cpp_TypeInfo_var);
DelegateCreate__ctor_mF65953100991F58DE72BCCE2322D3AE2C17A5B4C(L_25, L_24, (intptr_t)((intptr_t)DelegateFactory_System_Comparison_int_m7A08D68520A322FF52EDA490794DB3D1B645B066_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_21);
Dictionary_2_Add_m6E523C00E33BAB5B61C7889439E8B4EE94DEB885(L_21, L_23, L_25, /*hidden argument*/Dictionary_2_Add_m6E523C00E33BAB5B61C7889439E8B4EE94DEB885_RuntimeMethod_var);
// dict.Add(typeof(System.Func<int,int>), factory.System_Func_int_int);
Dictionary_2_t64FEAC44024A9F563A78A86CE11C18185BD75389 * L_26 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_dict_0();
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_27 = { reinterpret_cast<intptr_t> (Func_2_t190ADA4450373DF99141EFC879B039206E4E05F0_0_0_0_var) };
Type_t * L_28 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_27, /*hidden argument*/NULL);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_29 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * L_30 = (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *)il2cpp_codegen_object_new(DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C_il2cpp_TypeInfo_var);
DelegateCreate__ctor_mF65953100991F58DE72BCCE2322D3AE2C17A5B4C(L_30, L_29, (intptr_t)((intptr_t)DelegateFactory_System_Func_int_int_mDD8E03547EE314A92CBB392A18A159709B3BC3AF_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_26);
Dictionary_2_Add_m6E523C00E33BAB5B61C7889439E8B4EE94DEB885(L_26, L_28, L_30, /*hidden argument*/Dictionary_2_Add_m6E523C00E33BAB5B61C7889439E8B4EE94DEB885_RuntimeMethod_var);
// dict.Add(typeof(FairyGUI.GTweenCallback), factory.FairyGUI_GTweenCallback);
Dictionary_2_t64FEAC44024A9F563A78A86CE11C18185BD75389 * L_31 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_dict_0();
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_32 = { reinterpret_cast<intptr_t> (GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F_0_0_0_var) };
Type_t * L_33 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_32, /*hidden argument*/NULL);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_34 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * L_35 = (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *)il2cpp_codegen_object_new(DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C_il2cpp_TypeInfo_var);
DelegateCreate__ctor_mF65953100991F58DE72BCCE2322D3AE2C17A5B4C(L_35, L_34, (intptr_t)((intptr_t)DelegateFactory_FairyGUI_GTweenCallback_m878C2F5490B79C27704105A545ADDE5A9003A5B4_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_31);
Dictionary_2_Add_m6E523C00E33BAB5B61C7889439E8B4EE94DEB885(L_31, L_33, L_35, /*hidden argument*/Dictionary_2_Add_m6E523C00E33BAB5B61C7889439E8B4EE94DEB885_RuntimeMethod_var);
// dict.Add(typeof(UnityEngine.Camera.CameraCallback), factory.UnityEngine_Camera_CameraCallback);
Dictionary_2_t64FEAC44024A9F563A78A86CE11C18185BD75389 * L_36 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_dict_0();
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_37 = { reinterpret_cast<intptr_t> (CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0_0_0_0_var) };
Type_t * L_38 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_37, /*hidden argument*/NULL);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_39 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * L_40 = (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *)il2cpp_codegen_object_new(DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C_il2cpp_TypeInfo_var);
DelegateCreate__ctor_mF65953100991F58DE72BCCE2322D3AE2C17A5B4C(L_40, L_39, (intptr_t)((intptr_t)DelegateFactory_UnityEngine_Camera_CameraCallback_mE5F8FFBF91B2879DF7FB7FC4AF84EE37D53D5C52_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_36);
Dictionary_2_Add_m6E523C00E33BAB5B61C7889439E8B4EE94DEB885(L_36, L_38, L_40, /*hidden argument*/Dictionary_2_Add_m6E523C00E33BAB5B61C7889439E8B4EE94DEB885_RuntimeMethod_var);
// dict.Add(typeof(UnityEngine.Application.AdvertisingIdentifierCallback), factory.UnityEngine_Application_AdvertisingIdentifierCallback);
Dictionary_2_t64FEAC44024A9F563A78A86CE11C18185BD75389 * L_41 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_dict_0();
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_42 = { reinterpret_cast<intptr_t> (AdvertisingIdentifierCallback_t2AB6D339DAC1CDF632D6FC041C378577EB516F3E_0_0_0_var) };
Type_t * L_43 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_42, /*hidden argument*/NULL);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_44 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * L_45 = (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *)il2cpp_codegen_object_new(DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C_il2cpp_TypeInfo_var);
DelegateCreate__ctor_mF65953100991F58DE72BCCE2322D3AE2C17A5B4C(L_45, L_44, (intptr_t)((intptr_t)DelegateFactory_UnityEngine_Application_AdvertisingIdentifierCallback_m68A35DB0CA90788182E09E7A9E788C0A9F876831_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_41);
Dictionary_2_Add_m6E523C00E33BAB5B61C7889439E8B4EE94DEB885(L_41, L_43, L_45, /*hidden argument*/Dictionary_2_Add_m6E523C00E33BAB5B61C7889439E8B4EE94DEB885_RuntimeMethod_var);
// dict.Add(typeof(UnityEngine.Application.LowMemoryCallback), factory.UnityEngine_Application_LowMemoryCallback);
Dictionary_2_t64FEAC44024A9F563A78A86CE11C18185BD75389 * L_46 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_dict_0();
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_47 = { reinterpret_cast<intptr_t> (LowMemoryCallback_t3862486677D10CD16ECDA703CFB75039A4B3AE00_0_0_0_var) };
Type_t * L_48 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_47, /*hidden argument*/NULL);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_49 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * L_50 = (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *)il2cpp_codegen_object_new(DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C_il2cpp_TypeInfo_var);
DelegateCreate__ctor_mF65953100991F58DE72BCCE2322D3AE2C17A5B4C(L_50, L_49, (intptr_t)((intptr_t)DelegateFactory_UnityEngine_Application_LowMemoryCallback_mDB2EF08DD1492108738A4CB825A9BEA53540BE57_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_46);
Dictionary_2_Add_m6E523C00E33BAB5B61C7889439E8B4EE94DEB885(L_46, L_48, L_50, /*hidden argument*/Dictionary_2_Add_m6E523C00E33BAB5B61C7889439E8B4EE94DEB885_RuntimeMethod_var);
// dict.Add(typeof(UnityEngine.Application.LogCallback), factory.UnityEngine_Application_LogCallback);
Dictionary_2_t64FEAC44024A9F563A78A86CE11C18185BD75389 * L_51 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_dict_0();
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_52 = { reinterpret_cast<intptr_t> (LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778_0_0_0_var) };
Type_t * L_53 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_52, /*hidden argument*/NULL);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_54 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * L_55 = (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *)il2cpp_codegen_object_new(DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C_il2cpp_TypeInfo_var);
DelegateCreate__ctor_mF65953100991F58DE72BCCE2322D3AE2C17A5B4C(L_55, L_54, (intptr_t)((intptr_t)DelegateFactory_UnityEngine_Application_LogCallback_m32CAD56230F8E42117FA61B619079B80DA6D42D2_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_51);
Dictionary_2_Add_m6E523C00E33BAB5B61C7889439E8B4EE94DEB885(L_51, L_53, L_55, /*hidden argument*/Dictionary_2_Add_m6E523C00E33BAB5B61C7889439E8B4EE94DEB885_RuntimeMethod_var);
// dict.Add(typeof(System.Action<bool>), factory.System_Action_bool);
Dictionary_2_t64FEAC44024A9F563A78A86CE11C18185BD75389 * L_56 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_dict_0();
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_57 = { reinterpret_cast<intptr_t> (Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD_0_0_0_var) };
Type_t * L_58 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_57, /*hidden argument*/NULL);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_59 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * L_60 = (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *)il2cpp_codegen_object_new(DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C_il2cpp_TypeInfo_var);
DelegateCreate__ctor_mF65953100991F58DE72BCCE2322D3AE2C17A5B4C(L_60, L_59, (intptr_t)((intptr_t)DelegateFactory_System_Action_bool_mE0091FB16A16A3B0C40B5C286D7F1277EDA16278_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_56);
Dictionary_2_Add_m6E523C00E33BAB5B61C7889439E8B4EE94DEB885(L_56, L_58, L_60, /*hidden argument*/Dictionary_2_Add_m6E523C00E33BAB5B61C7889439E8B4EE94DEB885_RuntimeMethod_var);
// dict.Add(typeof(System.Action<string>), factory.System_Action_string);
Dictionary_2_t64FEAC44024A9F563A78A86CE11C18185BD75389 * L_61 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_dict_0();
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_62 = { reinterpret_cast<intptr_t> (Action_1_t32A9EECF5D4397CC1B9A7C7079870875411B06D0_0_0_0_var) };
Type_t * L_63 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_62, /*hidden argument*/NULL);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_64 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * L_65 = (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *)il2cpp_codegen_object_new(DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C_il2cpp_TypeInfo_var);
DelegateCreate__ctor_mF65953100991F58DE72BCCE2322D3AE2C17A5B4C(L_65, L_64, (intptr_t)((intptr_t)DelegateFactory_System_Action_string_m608629AACA3FD6C3982BBACCA2CE394C18F97126_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_61);
Dictionary_2_Add_m6E523C00E33BAB5B61C7889439E8B4EE94DEB885(L_61, L_63, L_65, /*hidden argument*/Dictionary_2_Add_m6E523C00E33BAB5B61C7889439E8B4EE94DEB885_RuntimeMethod_var);
// dict.Add(typeof(System.Func<bool>), factory.System_Func_bool);
Dictionary_2_t64FEAC44024A9F563A78A86CE11C18185BD75389 * L_66 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_dict_0();
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_67 = { reinterpret_cast<intptr_t> (Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1_0_0_0_var) };
Type_t * L_68 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_67, /*hidden argument*/NULL);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_69 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * L_70 = (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *)il2cpp_codegen_object_new(DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C_il2cpp_TypeInfo_var);
DelegateCreate__ctor_mF65953100991F58DE72BCCE2322D3AE2C17A5B4C(L_70, L_69, (intptr_t)((intptr_t)DelegateFactory_System_Func_bool_m8BA405B3AE137E120C56BEC1EDE72939B1A434E1_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_66);
Dictionary_2_Add_m6E523C00E33BAB5B61C7889439E8B4EE94DEB885(L_66, L_68, L_70, /*hidden argument*/Dictionary_2_Add_m6E523C00E33BAB5B61C7889439E8B4EE94DEB885_RuntimeMethod_var);
// dict.Add(typeof(UnityEngine.AudioClip.PCMReaderCallback), factory.UnityEngine_AudioClip_PCMReaderCallback);
Dictionary_2_t64FEAC44024A9F563A78A86CE11C18185BD75389 * L_71 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_dict_0();
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_72 = { reinterpret_cast<intptr_t> (PCMReaderCallback_t9B87AB13DCD37957B045554BF28A57697E6B8EFB_0_0_0_var) };
Type_t * L_73 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_72, /*hidden argument*/NULL);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_74 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * L_75 = (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *)il2cpp_codegen_object_new(DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C_il2cpp_TypeInfo_var);
DelegateCreate__ctor_mF65953100991F58DE72BCCE2322D3AE2C17A5B4C(L_75, L_74, (intptr_t)((intptr_t)DelegateFactory_UnityEngine_AudioClip_PCMReaderCallback_mBA8186EB8906F50FE7C2FC8F1CCEFCB34DF82AD9_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_71);
Dictionary_2_Add_m6E523C00E33BAB5B61C7889439E8B4EE94DEB885(L_71, L_73, L_75, /*hidden argument*/Dictionary_2_Add_m6E523C00E33BAB5B61C7889439E8B4EE94DEB885_RuntimeMethod_var);
// dict.Add(typeof(UnityEngine.AudioClip.PCMSetPositionCallback), factory.UnityEngine_AudioClip_PCMSetPositionCallback);
Dictionary_2_t64FEAC44024A9F563A78A86CE11C18185BD75389 * L_76 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_dict_0();
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_77 = { reinterpret_cast<intptr_t> (PCMSetPositionCallback_t092ED33043C0279B5E4D343EBCBD516CEF260801_0_0_0_var) };
Type_t * L_78 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_77, /*hidden argument*/NULL);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_79 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * L_80 = (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *)il2cpp_codegen_object_new(DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C_il2cpp_TypeInfo_var);
DelegateCreate__ctor_mF65953100991F58DE72BCCE2322D3AE2C17A5B4C(L_80, L_79, (intptr_t)((intptr_t)DelegateFactory_UnityEngine_AudioClip_PCMSetPositionCallback_mBEF4A550CC5AEFC61DFBBA4883688186E3CC9FBD_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_76);
Dictionary_2_Add_m6E523C00E33BAB5B61C7889439E8B4EE94DEB885(L_76, L_78, L_80, /*hidden argument*/Dictionary_2_Add_m6E523C00E33BAB5B61C7889439E8B4EE94DEB885_RuntimeMethod_var);
// dict.Add(typeof(System.Action<UnityEngine.AsyncOperation>), factory.System_Action_UnityEngine_AsyncOperation);
Dictionary_2_t64FEAC44024A9F563A78A86CE11C18185BD75389 * L_81 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_dict_0();
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_82 = { reinterpret_cast<intptr_t> (Action_1_tCBF754C290FAE894631BED8FD56E9E22C4C187F9_0_0_0_var) };
Type_t * L_83 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_82, /*hidden argument*/NULL);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_84 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * L_85 = (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *)il2cpp_codegen_object_new(DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C_il2cpp_TypeInfo_var);
DelegateCreate__ctor_mF65953100991F58DE72BCCE2322D3AE2C17A5B4C(L_85, L_84, (intptr_t)((intptr_t)DelegateFactory_System_Action_UnityEngine_AsyncOperation_m2B47FA94EF576420378A56B3873D92F64601010E_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_81);
Dictionary_2_Add_m6E523C00E33BAB5B61C7889439E8B4EE94DEB885(L_81, L_83, L_85, /*hidden argument*/Dictionary_2_Add_m6E523C00E33BAB5B61C7889439E8B4EE94DEB885_RuntimeMethod_var);
// dict.Add(typeof(FairyGUI.EventCallback1), factory.FairyGUI_EventCallback1);
Dictionary_2_t64FEAC44024A9F563A78A86CE11C18185BD75389 * L_86 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_dict_0();
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_87 = { reinterpret_cast<intptr_t> (EventCallback1_t389063B912FE306493324D5033356213EEA650A7_0_0_0_var) };
Type_t * L_88 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_87, /*hidden argument*/NULL);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_89 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * L_90 = (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *)il2cpp_codegen_object_new(DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C_il2cpp_TypeInfo_var);
DelegateCreate__ctor_mF65953100991F58DE72BCCE2322D3AE2C17A5B4C(L_90, L_89, (intptr_t)((intptr_t)DelegateFactory_FairyGUI_EventCallback1_m583E900F04EB08DBB37DF34F0441C391A079E02C_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_86);
Dictionary_2_Add_m6E523C00E33BAB5B61C7889439E8B4EE94DEB885(L_86, L_88, L_90, /*hidden argument*/Dictionary_2_Add_m6E523C00E33BAB5B61C7889439E8B4EE94DEB885_RuntimeMethod_var);
// dict.Add(typeof(FairyGUI.EventCallback0), factory.FairyGUI_EventCallback0);
Dictionary_2_t64FEAC44024A9F563A78A86CE11C18185BD75389 * L_91 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_dict_0();
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_92 = { reinterpret_cast<intptr_t> (EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8_0_0_0_var) };
Type_t * L_93 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_92, /*hidden argument*/NULL);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_94 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * L_95 = (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *)il2cpp_codegen_object_new(DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C_il2cpp_TypeInfo_var);
DelegateCreate__ctor_mF65953100991F58DE72BCCE2322D3AE2C17A5B4C(L_95, L_94, (intptr_t)((intptr_t)DelegateFactory_FairyGUI_EventCallback0_mA5FC03B30E62882E61D79C67965118B704034AD0_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_91);
Dictionary_2_Add_m6E523C00E33BAB5B61C7889439E8B4EE94DEB885(L_91, L_93, L_95, /*hidden argument*/Dictionary_2_Add_m6E523C00E33BAB5B61C7889439E8B4EE94DEB885_RuntimeMethod_var);
// dict.Add(typeof(FairyGUI.ListItemRenderer), factory.FairyGUI_ListItemRenderer);
Dictionary_2_t64FEAC44024A9F563A78A86CE11C18185BD75389 * L_96 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_dict_0();
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_97 = { reinterpret_cast<intptr_t> (ListItemRenderer_tE434B7D9A5C8D0DF8F4330224E40302B94FFF9B9_0_0_0_var) };
Type_t * L_98 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_97, /*hidden argument*/NULL);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_99 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * L_100 = (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *)il2cpp_codegen_object_new(DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C_il2cpp_TypeInfo_var);
DelegateCreate__ctor_mF65953100991F58DE72BCCE2322D3AE2C17A5B4C(L_100, L_99, (intptr_t)((intptr_t)DelegateFactory_FairyGUI_ListItemRenderer_m2CF95D19E0164FD368DDB61EDEA2E0C96436DB0A_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_96);
Dictionary_2_Add_m6E523C00E33BAB5B61C7889439E8B4EE94DEB885(L_96, L_98, L_100, /*hidden argument*/Dictionary_2_Add_m6E523C00E33BAB5B61C7889439E8B4EE94DEB885_RuntimeMethod_var);
// dict.Add(typeof(FairyGUI.ListItemProvider), factory.FairyGUI_ListItemProvider);
Dictionary_2_t64FEAC44024A9F563A78A86CE11C18185BD75389 * L_101 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_dict_0();
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_102 = { reinterpret_cast<intptr_t> (ListItemProvider_t991E76E1FDF2295A04534B93D2B4140BB04F5CC1_0_0_0_var) };
Type_t * L_103 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_102, /*hidden argument*/NULL);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_104 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * L_105 = (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *)il2cpp_codegen_object_new(DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C_il2cpp_TypeInfo_var);
DelegateCreate__ctor_mF65953100991F58DE72BCCE2322D3AE2C17A5B4C(L_105, L_104, (intptr_t)((intptr_t)DelegateFactory_FairyGUI_ListItemProvider_mBB0375030C37ADF4411A7C35AAC4E9EDE92512F9_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_101);
Dictionary_2_Add_m6E523C00E33BAB5B61C7889439E8B4EE94DEB885(L_101, L_103, L_105, /*hidden argument*/Dictionary_2_Add_m6E523C00E33BAB5B61C7889439E8B4EE94DEB885_RuntimeMethod_var);
// dict.Add(typeof(FairyGUI.PlayCompleteCallback), factory.FairyGUI_PlayCompleteCallback);
Dictionary_2_t64FEAC44024A9F563A78A86CE11C18185BD75389 * L_106 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_dict_0();
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_107 = { reinterpret_cast<intptr_t> (PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554_0_0_0_var) };
Type_t * L_108 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_107, /*hidden argument*/NULL);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_109 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * L_110 = (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *)il2cpp_codegen_object_new(DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C_il2cpp_TypeInfo_var);
DelegateCreate__ctor_mF65953100991F58DE72BCCE2322D3AE2C17A5B4C(L_110, L_109, (intptr_t)((intptr_t)DelegateFactory_FairyGUI_PlayCompleteCallback_mB99842ECFA2664C42060C8E22C9A582936D4BB96_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_106);
Dictionary_2_Add_m6E523C00E33BAB5B61C7889439E8B4EE94DEB885(L_106, L_108, L_110, /*hidden argument*/Dictionary_2_Add_m6E523C00E33BAB5B61C7889439E8B4EE94DEB885_RuntimeMethod_var);
// dict.Add(typeof(FairyGUI.TransitionHook), factory.FairyGUI_TransitionHook);
Dictionary_2_t64FEAC44024A9F563A78A86CE11C18185BD75389 * L_111 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_dict_0();
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_112 = { reinterpret_cast<intptr_t> (TransitionHook_t762DB3B93E54E764E4C982AAE1B818FF608FF585_0_0_0_var) };
Type_t * L_113 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_112, /*hidden argument*/NULL);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_114 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * L_115 = (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *)il2cpp_codegen_object_new(DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C_il2cpp_TypeInfo_var);
DelegateCreate__ctor_mF65953100991F58DE72BCCE2322D3AE2C17A5B4C(L_115, L_114, (intptr_t)((intptr_t)DelegateFactory_FairyGUI_TransitionHook_mABF8BCF1363C383A332499970DCBF5AB069C8BB5_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_111);
Dictionary_2_Add_m6E523C00E33BAB5B61C7889439E8B4EE94DEB885(L_111, L_113, L_115, /*hidden argument*/Dictionary_2_Add_m6E523C00E33BAB5B61C7889439E8B4EE94DEB885_RuntimeMethod_var);
// dict.Add(typeof(FairyGUI.UIPackage.CreateObjectCallback), factory.FairyGUI_UIPackage_CreateObjectCallback);
Dictionary_2_t64FEAC44024A9F563A78A86CE11C18185BD75389 * L_116 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_dict_0();
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_117 = { reinterpret_cast<intptr_t> (CreateObjectCallback_t11E5A8E573CF4BEC5DE80CCE2C2D0E9FB4BE07E4_0_0_0_var) };
Type_t * L_118 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_117, /*hidden argument*/NULL);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_119 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * L_120 = (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *)il2cpp_codegen_object_new(DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C_il2cpp_TypeInfo_var);
DelegateCreate__ctor_mF65953100991F58DE72BCCE2322D3AE2C17A5B4C(L_120, L_119, (intptr_t)((intptr_t)DelegateFactory_FairyGUI_UIPackage_CreateObjectCallback_m845BEDE5B72E373C2BA8A4E0AEE95FD2C75D233A_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_116);
Dictionary_2_Add_m6E523C00E33BAB5B61C7889439E8B4EE94DEB885(L_116, L_118, L_120, /*hidden argument*/Dictionary_2_Add_m6E523C00E33BAB5B61C7889439E8B4EE94DEB885_RuntimeMethod_var);
// dict.Add(typeof(FairyGUI.GObjectPool.InitCallbackDelegate), factory.FairyGUI_GObjectPool_InitCallbackDelegate);
Dictionary_2_t64FEAC44024A9F563A78A86CE11C18185BD75389 * L_121 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_dict_0();
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_122 = { reinterpret_cast<intptr_t> (InitCallbackDelegate_t30542A5822368C4E3235B2C5926368BE049E3D57_0_0_0_var) };
Type_t * L_123 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_122, /*hidden argument*/NULL);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_124 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * L_125 = (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *)il2cpp_codegen_object_new(DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C_il2cpp_TypeInfo_var);
DelegateCreate__ctor_mF65953100991F58DE72BCCE2322D3AE2C17A5B4C(L_125, L_124, (intptr_t)((intptr_t)DelegateFactory_FairyGUI_GObjectPool_InitCallbackDelegate_mA0813D08C6474F9C8DB031D020C01D5BEA7530A3_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_121);
Dictionary_2_Add_m6E523C00E33BAB5B61C7889439E8B4EE94DEB885(L_121, L_123, L_125, /*hidden argument*/Dictionary_2_Add_m6E523C00E33BAB5B61C7889439E8B4EE94DEB885_RuntimeMethod_var);
// dict.Add(typeof(FairyGUI.TimerCallback), factory.FairyGUI_TimerCallback);
Dictionary_2_t64FEAC44024A9F563A78A86CE11C18185BD75389 * L_126 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_dict_0();
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_127 = { reinterpret_cast<intptr_t> (TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879_0_0_0_var) };
Type_t * L_128 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_127, /*hidden argument*/NULL);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_129 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * L_130 = (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *)il2cpp_codegen_object_new(DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C_il2cpp_TypeInfo_var);
DelegateCreate__ctor_mF65953100991F58DE72BCCE2322D3AE2C17A5B4C(L_130, L_129, (intptr_t)((intptr_t)DelegateFactory_FairyGUI_TimerCallback_m86453496279F3B6F56D102FC9BEBEBAAF99FFBFC_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_126);
Dictionary_2_Add_m6E523C00E33BAB5B61C7889439E8B4EE94DEB885(L_126, L_128, L_130, /*hidden argument*/Dictionary_2_Add_m6E523C00E33BAB5B61C7889439E8B4EE94DEB885_RuntimeMethod_var);
// dict.Add(typeof(FairyGUI.UIObjectFactory.GComponentCreator), factory.FairyGUI_UIObjectFactory_GComponentCreator);
Dictionary_2_t64FEAC44024A9F563A78A86CE11C18185BD75389 * L_131 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_dict_0();
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_132 = { reinterpret_cast<intptr_t> (GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28_0_0_0_var) };
Type_t * L_133 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_132, /*hidden argument*/NULL);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_134 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * L_135 = (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *)il2cpp_codegen_object_new(DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C_il2cpp_TypeInfo_var);
DelegateCreate__ctor_mF65953100991F58DE72BCCE2322D3AE2C17A5B4C(L_135, L_134, (intptr_t)((intptr_t)DelegateFactory_FairyGUI_UIObjectFactory_GComponentCreator_m6BD80EBA52167BE2503EDB670902312C7E1A6CEA_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_131);
Dictionary_2_Add_m6E523C00E33BAB5B61C7889439E8B4EE94DEB885(L_131, L_133, L_135, /*hidden argument*/Dictionary_2_Add_m6E523C00E33BAB5B61C7889439E8B4EE94DEB885_RuntimeMethod_var);
// dict.Add(typeof(FairyGUI.UIObjectFactory.GLoaderCreator), factory.FairyGUI_UIObjectFactory_GLoaderCreator);
Dictionary_2_t64FEAC44024A9F563A78A86CE11C18185BD75389 * L_136 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_dict_0();
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_137 = { reinterpret_cast<intptr_t> (GLoaderCreator_t66E0D773C41A0612C3832E4208F9734CD43D24C1_0_0_0_var) };
Type_t * L_138 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_137, /*hidden argument*/NULL);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_139 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * L_140 = (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *)il2cpp_codegen_object_new(DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C_il2cpp_TypeInfo_var);
DelegateCreate__ctor_mF65953100991F58DE72BCCE2322D3AE2C17A5B4C(L_140, L_139, (intptr_t)((intptr_t)DelegateFactory_FairyGUI_UIObjectFactory_GLoaderCreator_m2FEFA859A1D1CB46175C56A8DB8255FD75099EE3_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_136);
Dictionary_2_Add_m6E523C00E33BAB5B61C7889439E8B4EE94DEB885(L_136, L_138, L_140, /*hidden argument*/Dictionary_2_Add_m6E523C00E33BAB5B61C7889439E8B4EE94DEB885_RuntimeMethod_var);
// dict.Add(typeof(FairyGUI.UIConfig.SoundLoader), factory.FairyGUI_UIConfig_SoundLoader);
Dictionary_2_t64FEAC44024A9F563A78A86CE11C18185BD75389 * L_141 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_dict_0();
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_142 = { reinterpret_cast<intptr_t> (SoundLoader_t0B067A273E4C6A141A0F508625349B69731893E2_0_0_0_var) };
Type_t * L_143 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_142, /*hidden argument*/NULL);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_144 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * L_145 = (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *)il2cpp_codegen_object_new(DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C_il2cpp_TypeInfo_var);
DelegateCreate__ctor_mF65953100991F58DE72BCCE2322D3AE2C17A5B4C(L_145, L_144, (intptr_t)((intptr_t)DelegateFactory_FairyGUI_UIConfig_SoundLoader_mF2928774293606528A522534A3A2C61C73BE654A_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_141);
Dictionary_2_Add_m6E523C00E33BAB5B61C7889439E8B4EE94DEB885(L_141, L_143, L_145, /*hidden argument*/Dictionary_2_Add_m6E523C00E33BAB5B61C7889439E8B4EE94DEB885_RuntimeMethod_var);
// dict.Add(typeof(System.Action<string,System.Action>), factory.System_Action_string_System_Action);
Dictionary_2_t64FEAC44024A9F563A78A86CE11C18185BD75389 * L_146 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_dict_0();
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_147 = { reinterpret_cast<intptr_t> (Action_2_t21B1554176CA268836EE910CDDF9F6F768C03F23_0_0_0_var) };
Type_t * L_148 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_147, /*hidden argument*/NULL);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_149 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * L_150 = (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *)il2cpp_codegen_object_new(DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C_il2cpp_TypeInfo_var);
DelegateCreate__ctor_mF65953100991F58DE72BCCE2322D3AE2C17A5B4C(L_150, L_149, (intptr_t)((intptr_t)DelegateFactory_System_Action_string_System_Action_mF12FA4CC767184426798DBAFA3C5B2F30F3E6418_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_146);
Dictionary_2_Add_m6E523C00E33BAB5B61C7889439E8B4EE94DEB885(L_146, L_148, L_150, /*hidden argument*/Dictionary_2_Add_m6E523C00E33BAB5B61C7889439E8B4EE94DEB885_RuntimeMethod_var);
// dict.Add(typeof(FairyGUI.GTweenCallback1), factory.FairyGUI_GTweenCallback1);
Dictionary_2_t64FEAC44024A9F563A78A86CE11C18185BD75389 * L_151 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_dict_0();
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_152 = { reinterpret_cast<intptr_t> (GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D_0_0_0_var) };
Type_t * L_153 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_152, /*hidden argument*/NULL);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_154 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * L_155 = (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *)il2cpp_codegen_object_new(DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C_il2cpp_TypeInfo_var);
DelegateCreate__ctor_mF65953100991F58DE72BCCE2322D3AE2C17A5B4C(L_155, L_154, (intptr_t)((intptr_t)DelegateFactory_FairyGUI_GTweenCallback1_m71121BEDDACFF7886290E2225B8A2DE1785977E9_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_151);
Dictionary_2_Add_m6E523C00E33BAB5B61C7889439E8B4EE94DEB885(L_151, L_153, L_155, /*hidden argument*/Dictionary_2_Add_m6E523C00E33BAB5B61C7889439E8B4EE94DEB885_RuntimeMethod_var);
// DelegateTraits<System.Action>.Init(factory.System_Action);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_156 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * L_157 = (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *)il2cpp_codegen_object_new(DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C_il2cpp_TypeInfo_var);
DelegateCreate__ctor_mF65953100991F58DE72BCCE2322D3AE2C17A5B4C(L_157, L_156, (intptr_t)((intptr_t)DelegateFactory_System_Action_m7A7338D76891971CA480DA378BFC0135885932B1_RuntimeMethod_var), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_t527B6437180103CA72B9253B083FB827D739227B_il2cpp_TypeInfo_var);
DelegateTraits_1_Init_m99AD6EFF1915D3289874E02F67E2838F5F5B28C2_inline(L_157, /*hidden argument*/DelegateTraits_1_Init_m99AD6EFF1915D3289874E02F67E2838F5F5B28C2_RuntimeMethod_var);
// DelegateTraits<UnityEngine.Events.UnityAction>.Init(factory.UnityEngine_Events_UnityAction);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_158 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * L_159 = (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *)il2cpp_codegen_object_new(DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C_il2cpp_TypeInfo_var);
DelegateCreate__ctor_mF65953100991F58DE72BCCE2322D3AE2C17A5B4C(L_159, L_158, (intptr_t)((intptr_t)DelegateFactory_UnityEngine_Events_UnityAction_m16996529BF5ECB605054979679396F2D08887F7A_RuntimeMethod_var), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_t850289AB61DF766A32DE20EC415DE047BF67A0BD_il2cpp_TypeInfo_var);
DelegateTraits_1_Init_m68FBE3D3F87B769A4494283F918B6162719E20F9_inline(L_159, /*hidden argument*/DelegateTraits_1_Init_m68FBE3D3F87B769A4494283F918B6162719E20F9_RuntimeMethod_var);
// DelegateTraits<System.Predicate<int>>.Init(factory.System_Predicate_int);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_160 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * L_161 = (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *)il2cpp_codegen_object_new(DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C_il2cpp_TypeInfo_var);
DelegateCreate__ctor_mF65953100991F58DE72BCCE2322D3AE2C17A5B4C(L_161, L_160, (intptr_t)((intptr_t)DelegateFactory_System_Predicate_int_m336AEFBD22523EDC252A261D21A70E8642B6697E_RuntimeMethod_var), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_tAE2B81FB6E1B220CC11FFF757B65C0C699E549B0_il2cpp_TypeInfo_var);
DelegateTraits_1_Init_m34B0319DE4CA09BE77B5D0D0BC165FB8893D12D7_inline(L_161, /*hidden argument*/DelegateTraits_1_Init_m34B0319DE4CA09BE77B5D0D0BC165FB8893D12D7_RuntimeMethod_var);
// DelegateTraits<System.Action<int>>.Init(factory.System_Action_int);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_162 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * L_163 = (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *)il2cpp_codegen_object_new(DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C_il2cpp_TypeInfo_var);
DelegateCreate__ctor_mF65953100991F58DE72BCCE2322D3AE2C17A5B4C(L_163, L_162, (intptr_t)((intptr_t)DelegateFactory_System_Action_int_m44D6A7763CC2614B28C1C46F0E7746D66659C6F2_RuntimeMethod_var), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_tAB5C6C342702A0C58D59E04100E568FA4BB6A827_il2cpp_TypeInfo_var);
DelegateTraits_1_Init_mC05E15E5535D18890D595138D3717DDD5667B11E_inline(L_163, /*hidden argument*/DelegateTraits_1_Init_mC05E15E5535D18890D595138D3717DDD5667B11E_RuntimeMethod_var);
// DelegateTraits<System.Comparison<int>>.Init(factory.System_Comparison_int);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_164 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * L_165 = (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *)il2cpp_codegen_object_new(DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C_il2cpp_TypeInfo_var);
DelegateCreate__ctor_mF65953100991F58DE72BCCE2322D3AE2C17A5B4C(L_165, L_164, (intptr_t)((intptr_t)DelegateFactory_System_Comparison_int_m7A08D68520A322FF52EDA490794DB3D1B645B066_RuntimeMethod_var), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_tB9C1DF1C081939E6C4E3B2F8CBBD6D632731E061_il2cpp_TypeInfo_var);
DelegateTraits_1_Init_mD14D90A8EF8199C0EDEFFC28A0B5035ADAC12896_inline(L_165, /*hidden argument*/DelegateTraits_1_Init_mD14D90A8EF8199C0EDEFFC28A0B5035ADAC12896_RuntimeMethod_var);
// DelegateTraits<System.Func<int,int>>.Init(factory.System_Func_int_int);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_166 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * L_167 = (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *)il2cpp_codegen_object_new(DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C_il2cpp_TypeInfo_var);
DelegateCreate__ctor_mF65953100991F58DE72BCCE2322D3AE2C17A5B4C(L_167, L_166, (intptr_t)((intptr_t)DelegateFactory_System_Func_int_int_mDD8E03547EE314A92CBB392A18A159709B3BC3AF_RuntimeMethod_var), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_t167B5F8C2F97A77CC247ABCD9FA11D7095F34CA4_il2cpp_TypeInfo_var);
DelegateTraits_1_Init_mC9175FD248A5E3E1663C3E4EAA047882F40ADC52_inline(L_167, /*hidden argument*/DelegateTraits_1_Init_mC9175FD248A5E3E1663C3E4EAA047882F40ADC52_RuntimeMethod_var);
// DelegateTraits<FairyGUI.GTweenCallback>.Init(factory.FairyGUI_GTweenCallback);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_168 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * L_169 = (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *)il2cpp_codegen_object_new(DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C_il2cpp_TypeInfo_var);
DelegateCreate__ctor_mF65953100991F58DE72BCCE2322D3AE2C17A5B4C(L_169, L_168, (intptr_t)((intptr_t)DelegateFactory_FairyGUI_GTweenCallback_m878C2F5490B79C27704105A545ADDE5A9003A5B4_RuntimeMethod_var), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_t12E3352847CF10123899C838475E4FD47A797DD0_il2cpp_TypeInfo_var);
DelegateTraits_1_Init_mB690666D77450590015E57AB18F966C6D24753CA_inline(L_169, /*hidden argument*/DelegateTraits_1_Init_mB690666D77450590015E57AB18F966C6D24753CA_RuntimeMethod_var);
// DelegateTraits<UnityEngine.Camera.CameraCallback>.Init(factory.UnityEngine_Camera_CameraCallback);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_170 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * L_171 = (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *)il2cpp_codegen_object_new(DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C_il2cpp_TypeInfo_var);
DelegateCreate__ctor_mF65953100991F58DE72BCCE2322D3AE2C17A5B4C(L_171, L_170, (intptr_t)((intptr_t)DelegateFactory_UnityEngine_Camera_CameraCallback_mE5F8FFBF91B2879DF7FB7FC4AF84EE37D53D5C52_RuntimeMethod_var), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_t802A63957F213D17A93553984E7FC9A776997062_il2cpp_TypeInfo_var);
DelegateTraits_1_Init_mEB2944E841190C3D26B499EEF56F5E8166F3E3EB_inline(L_171, /*hidden argument*/DelegateTraits_1_Init_mEB2944E841190C3D26B499EEF56F5E8166F3E3EB_RuntimeMethod_var);
// DelegateTraits<UnityEngine.Application.AdvertisingIdentifierCallback>.Init(factory.UnityEngine_Application_AdvertisingIdentifierCallback);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_172 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * L_173 = (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *)il2cpp_codegen_object_new(DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C_il2cpp_TypeInfo_var);
DelegateCreate__ctor_mF65953100991F58DE72BCCE2322D3AE2C17A5B4C(L_173, L_172, (intptr_t)((intptr_t)DelegateFactory_UnityEngine_Application_AdvertisingIdentifierCallback_m68A35DB0CA90788182E09E7A9E788C0A9F876831_RuntimeMethod_var), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_t4CD07E6BBD6365E3828CEA0880BC81A217C95502_il2cpp_TypeInfo_var);
DelegateTraits_1_Init_m362C4E7630A431CEBF4E4C8A07AFDF7D26A3CA9D_inline(L_173, /*hidden argument*/DelegateTraits_1_Init_m362C4E7630A431CEBF4E4C8A07AFDF7D26A3CA9D_RuntimeMethod_var);
// DelegateTraits<UnityEngine.Application.LowMemoryCallback>.Init(factory.UnityEngine_Application_LowMemoryCallback);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_174 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * L_175 = (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *)il2cpp_codegen_object_new(DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C_il2cpp_TypeInfo_var);
DelegateCreate__ctor_mF65953100991F58DE72BCCE2322D3AE2C17A5B4C(L_175, L_174, (intptr_t)((intptr_t)DelegateFactory_UnityEngine_Application_LowMemoryCallback_mDB2EF08DD1492108738A4CB825A9BEA53540BE57_RuntimeMethod_var), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_t98347E5B7595A8F9FFED923D9DDB9AEE6FFE882B_il2cpp_TypeInfo_var);
DelegateTraits_1_Init_m923EE57850893654D3787B84CD76D2EF99CB525C_inline(L_175, /*hidden argument*/DelegateTraits_1_Init_m923EE57850893654D3787B84CD76D2EF99CB525C_RuntimeMethod_var);
// DelegateTraits<UnityEngine.Application.LogCallback>.Init(factory.UnityEngine_Application_LogCallback);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_176 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * L_177 = (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *)il2cpp_codegen_object_new(DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C_il2cpp_TypeInfo_var);
DelegateCreate__ctor_mF65953100991F58DE72BCCE2322D3AE2C17A5B4C(L_177, L_176, (intptr_t)((intptr_t)DelegateFactory_UnityEngine_Application_LogCallback_m32CAD56230F8E42117FA61B619079B80DA6D42D2_RuntimeMethod_var), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_tA76F5EBC02D94DE6BDA065CCA3CFB2054678D20A_il2cpp_TypeInfo_var);
DelegateTraits_1_Init_m622AD72F73BE89CFFE346F159CA24799414E98B9_inline(L_177, /*hidden argument*/DelegateTraits_1_Init_m622AD72F73BE89CFFE346F159CA24799414E98B9_RuntimeMethod_var);
// DelegateTraits<System.Action<bool>>.Init(factory.System_Action_bool);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_178 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * L_179 = (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *)il2cpp_codegen_object_new(DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C_il2cpp_TypeInfo_var);
DelegateCreate__ctor_mF65953100991F58DE72BCCE2322D3AE2C17A5B4C(L_179, L_178, (intptr_t)((intptr_t)DelegateFactory_System_Action_bool_mE0091FB16A16A3B0C40B5C286D7F1277EDA16278_RuntimeMethod_var), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_tE3882EC59D585021F3DAEF67508263D070138EB4_il2cpp_TypeInfo_var);
DelegateTraits_1_Init_m10744F1C80B0B47A27779A2DFD68B8BA204BBEDA_inline(L_179, /*hidden argument*/DelegateTraits_1_Init_m10744F1C80B0B47A27779A2DFD68B8BA204BBEDA_RuntimeMethod_var);
// DelegateTraits<System.Action<string>>.Init(factory.System_Action_string);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_180 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * L_181 = (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *)il2cpp_codegen_object_new(DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C_il2cpp_TypeInfo_var);
DelegateCreate__ctor_mF65953100991F58DE72BCCE2322D3AE2C17A5B4C(L_181, L_180, (intptr_t)((intptr_t)DelegateFactory_System_Action_string_m608629AACA3FD6C3982BBACCA2CE394C18F97126_RuntimeMethod_var), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_t1E239673DABB3C5F93706C9B7B03B372FA6E1977_il2cpp_TypeInfo_var);
DelegateTraits_1_Init_mB38E8FD29B2650726848C943BCEB94774ED5E66C_inline(L_181, /*hidden argument*/DelegateTraits_1_Init_mB38E8FD29B2650726848C943BCEB94774ED5E66C_RuntimeMethod_var);
// DelegateTraits<System.Func<bool>>.Init(factory.System_Func_bool);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_182 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * L_183 = (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *)il2cpp_codegen_object_new(DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C_il2cpp_TypeInfo_var);
DelegateCreate__ctor_mF65953100991F58DE72BCCE2322D3AE2C17A5B4C(L_183, L_182, (intptr_t)((intptr_t)DelegateFactory_System_Func_bool_m8BA405B3AE137E120C56BEC1EDE72939B1A434E1_RuntimeMethod_var), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_t0F46F3937AC3BBB71066453286E84FFFEB67CA39_il2cpp_TypeInfo_var);
DelegateTraits_1_Init_m31C1DF689DFC60579E8B3C4DF98A6842296BFA9D_inline(L_183, /*hidden argument*/DelegateTraits_1_Init_m31C1DF689DFC60579E8B3C4DF98A6842296BFA9D_RuntimeMethod_var);
// DelegateTraits<UnityEngine.AudioClip.PCMReaderCallback>.Init(factory.UnityEngine_AudioClip_PCMReaderCallback);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_184 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * L_185 = (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *)il2cpp_codegen_object_new(DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C_il2cpp_TypeInfo_var);
DelegateCreate__ctor_mF65953100991F58DE72BCCE2322D3AE2C17A5B4C(L_185, L_184, (intptr_t)((intptr_t)DelegateFactory_UnityEngine_AudioClip_PCMReaderCallback_mBA8186EB8906F50FE7C2FC8F1CCEFCB34DF82AD9_RuntimeMethod_var), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_t25D62C96B3D5EF34D4E821297C936F33504B6B16_il2cpp_TypeInfo_var);
DelegateTraits_1_Init_m86E10621DABD8FDE628B38C125D3CF54FF4CE935_inline(L_185, /*hidden argument*/DelegateTraits_1_Init_m86E10621DABD8FDE628B38C125D3CF54FF4CE935_RuntimeMethod_var);
// DelegateTraits<UnityEngine.AudioClip.PCMSetPositionCallback>.Init(factory.UnityEngine_AudioClip_PCMSetPositionCallback);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_186 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * L_187 = (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *)il2cpp_codegen_object_new(DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C_il2cpp_TypeInfo_var);
DelegateCreate__ctor_mF65953100991F58DE72BCCE2322D3AE2C17A5B4C(L_187, L_186, (intptr_t)((intptr_t)DelegateFactory_UnityEngine_AudioClip_PCMSetPositionCallback_mBEF4A550CC5AEFC61DFBBA4883688186E3CC9FBD_RuntimeMethod_var), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_tB29CAC0DC6D96BB91891DC05BED51C1DF289342B_il2cpp_TypeInfo_var);
DelegateTraits_1_Init_m6D5549618ADD31075B95C24D6935D6E91FF7BF05_inline(L_187, /*hidden argument*/DelegateTraits_1_Init_m6D5549618ADD31075B95C24D6935D6E91FF7BF05_RuntimeMethod_var);
// DelegateTraits<System.Action<UnityEngine.AsyncOperation>>.Init(factory.System_Action_UnityEngine_AsyncOperation);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_188 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * L_189 = (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *)il2cpp_codegen_object_new(DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C_il2cpp_TypeInfo_var);
DelegateCreate__ctor_mF65953100991F58DE72BCCE2322D3AE2C17A5B4C(L_189, L_188, (intptr_t)((intptr_t)DelegateFactory_System_Action_UnityEngine_AsyncOperation_m2B47FA94EF576420378A56B3873D92F64601010E_RuntimeMethod_var), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_tB045B6E19DA2DD442876F32C4CDECFCFA4AAF87A_il2cpp_TypeInfo_var);
DelegateTraits_1_Init_mD4F3F11956F5AA2FAD61559F4AFDBAA21C3BC77A_inline(L_189, /*hidden argument*/DelegateTraits_1_Init_mD4F3F11956F5AA2FAD61559F4AFDBAA21C3BC77A_RuntimeMethod_var);
// DelegateTraits<FairyGUI.EventCallback1>.Init(factory.FairyGUI_EventCallback1);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_190 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * L_191 = (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *)il2cpp_codegen_object_new(DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C_il2cpp_TypeInfo_var);
DelegateCreate__ctor_mF65953100991F58DE72BCCE2322D3AE2C17A5B4C(L_191, L_190, (intptr_t)((intptr_t)DelegateFactory_FairyGUI_EventCallback1_m583E900F04EB08DBB37DF34F0441C391A079E02C_RuntimeMethod_var), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_t93F39C2A14587E21167772FF32604529106E3646_il2cpp_TypeInfo_var);
DelegateTraits_1_Init_mB2E21ED24C1AF2D8E08B16CB884FDF1F9DD35C92_inline(L_191, /*hidden argument*/DelegateTraits_1_Init_mB2E21ED24C1AF2D8E08B16CB884FDF1F9DD35C92_RuntimeMethod_var);
// DelegateTraits<FairyGUI.EventCallback0>.Init(factory.FairyGUI_EventCallback0);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_192 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * L_193 = (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *)il2cpp_codegen_object_new(DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C_il2cpp_TypeInfo_var);
DelegateCreate__ctor_mF65953100991F58DE72BCCE2322D3AE2C17A5B4C(L_193, L_192, (intptr_t)((intptr_t)DelegateFactory_FairyGUI_EventCallback0_mA5FC03B30E62882E61D79C67965118B704034AD0_RuntimeMethod_var), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_tF0DA4F8E9EF0E96D6F6B9323055B5A17E69D0D8C_il2cpp_TypeInfo_var);
DelegateTraits_1_Init_m14032711C86CAF47CE512EE7BACF6D791A17C7A8_inline(L_193, /*hidden argument*/DelegateTraits_1_Init_m14032711C86CAF47CE512EE7BACF6D791A17C7A8_RuntimeMethod_var);
// DelegateTraits<FairyGUI.ListItemRenderer>.Init(factory.FairyGUI_ListItemRenderer);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_194 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * L_195 = (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *)il2cpp_codegen_object_new(DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C_il2cpp_TypeInfo_var);
DelegateCreate__ctor_mF65953100991F58DE72BCCE2322D3AE2C17A5B4C(L_195, L_194, (intptr_t)((intptr_t)DelegateFactory_FairyGUI_ListItemRenderer_m2CF95D19E0164FD368DDB61EDEA2E0C96436DB0A_RuntimeMethod_var), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_t9B22D62493F56F419E96B6F435368BC10BA2A94C_il2cpp_TypeInfo_var);
DelegateTraits_1_Init_m637271189FD6F70A653586E6E42C4ED9CA906426_inline(L_195, /*hidden argument*/DelegateTraits_1_Init_m637271189FD6F70A653586E6E42C4ED9CA906426_RuntimeMethod_var);
// DelegateTraits<FairyGUI.ListItemProvider>.Init(factory.FairyGUI_ListItemProvider);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_196 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * L_197 = (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *)il2cpp_codegen_object_new(DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C_il2cpp_TypeInfo_var);
DelegateCreate__ctor_mF65953100991F58DE72BCCE2322D3AE2C17A5B4C(L_197, L_196, (intptr_t)((intptr_t)DelegateFactory_FairyGUI_ListItemProvider_mBB0375030C37ADF4411A7C35AAC4E9EDE92512F9_RuntimeMethod_var), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_tC17EE2BAB7FFD893EECF071ADB5374E09F776F6C_il2cpp_TypeInfo_var);
DelegateTraits_1_Init_mFF3F23B2BCD7A75DDAE85D4C2F522D38DECB5622_inline(L_197, /*hidden argument*/DelegateTraits_1_Init_mFF3F23B2BCD7A75DDAE85D4C2F522D38DECB5622_RuntimeMethod_var);
// DelegateTraits<FairyGUI.PlayCompleteCallback>.Init(factory.FairyGUI_PlayCompleteCallback);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_198 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * L_199 = (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *)il2cpp_codegen_object_new(DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C_il2cpp_TypeInfo_var);
DelegateCreate__ctor_mF65953100991F58DE72BCCE2322D3AE2C17A5B4C(L_199, L_198, (intptr_t)((intptr_t)DelegateFactory_FairyGUI_PlayCompleteCallback_mB99842ECFA2664C42060C8E22C9A582936D4BB96_RuntimeMethod_var), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_t073E67EAC379AB821EAEC9EB79B8C12758053D98_il2cpp_TypeInfo_var);
DelegateTraits_1_Init_m3F650556A51559019A3626766220545729424AC9_inline(L_199, /*hidden argument*/DelegateTraits_1_Init_m3F650556A51559019A3626766220545729424AC9_RuntimeMethod_var);
// DelegateTraits<FairyGUI.TransitionHook>.Init(factory.FairyGUI_TransitionHook);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_200 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * L_201 = (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *)il2cpp_codegen_object_new(DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C_il2cpp_TypeInfo_var);
DelegateCreate__ctor_mF65953100991F58DE72BCCE2322D3AE2C17A5B4C(L_201, L_200, (intptr_t)((intptr_t)DelegateFactory_FairyGUI_TransitionHook_mABF8BCF1363C383A332499970DCBF5AB069C8BB5_RuntimeMethod_var), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_t774E97D942C031F468B2C2F7AB3A9A5139E99588_il2cpp_TypeInfo_var);
DelegateTraits_1_Init_mA17C48537162E8608D8D946305F3B1DFD05426B8_inline(L_201, /*hidden argument*/DelegateTraits_1_Init_mA17C48537162E8608D8D946305F3B1DFD05426B8_RuntimeMethod_var);
// DelegateTraits<FairyGUI.UIPackage.CreateObjectCallback>.Init(factory.FairyGUI_UIPackage_CreateObjectCallback);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_202 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * L_203 = (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *)il2cpp_codegen_object_new(DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C_il2cpp_TypeInfo_var);
DelegateCreate__ctor_mF65953100991F58DE72BCCE2322D3AE2C17A5B4C(L_203, L_202, (intptr_t)((intptr_t)DelegateFactory_FairyGUI_UIPackage_CreateObjectCallback_m845BEDE5B72E373C2BA8A4E0AEE95FD2C75D233A_RuntimeMethod_var), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_t3F3122B169DE5206E7E091146461BFE71B391E72_il2cpp_TypeInfo_var);
DelegateTraits_1_Init_mF95C9507D032304E1CEED107300F2390B3803483_inline(L_203, /*hidden argument*/DelegateTraits_1_Init_mF95C9507D032304E1CEED107300F2390B3803483_RuntimeMethod_var);
// DelegateTraits<FairyGUI.GObjectPool.InitCallbackDelegate>.Init(factory.FairyGUI_GObjectPool_InitCallbackDelegate);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_204 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * L_205 = (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *)il2cpp_codegen_object_new(DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C_il2cpp_TypeInfo_var);
DelegateCreate__ctor_mF65953100991F58DE72BCCE2322D3AE2C17A5B4C(L_205, L_204, (intptr_t)((intptr_t)DelegateFactory_FairyGUI_GObjectPool_InitCallbackDelegate_mA0813D08C6474F9C8DB031D020C01D5BEA7530A3_RuntimeMethod_var), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_tA03F6CDA84F96D6FEA0C4B5D5D08CA30603373E5_il2cpp_TypeInfo_var);
DelegateTraits_1_Init_mC8B13DE993565875E86B01EC1C7A753D80C19CB6_inline(L_205, /*hidden argument*/DelegateTraits_1_Init_mC8B13DE993565875E86B01EC1C7A753D80C19CB6_RuntimeMethod_var);
// DelegateTraits<FairyGUI.TimerCallback>.Init(factory.FairyGUI_TimerCallback);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_206 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * L_207 = (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *)il2cpp_codegen_object_new(DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C_il2cpp_TypeInfo_var);
DelegateCreate__ctor_mF65953100991F58DE72BCCE2322D3AE2C17A5B4C(L_207, L_206, (intptr_t)((intptr_t)DelegateFactory_FairyGUI_TimerCallback_m86453496279F3B6F56D102FC9BEBEBAAF99FFBFC_RuntimeMethod_var), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_t7DE0DD6720F20BA0FB87D3AC47C58DDCBC48FA17_il2cpp_TypeInfo_var);
DelegateTraits_1_Init_m041C4821CD1EEAC624E306DC5EC7B4E9C049F128_inline(L_207, /*hidden argument*/DelegateTraits_1_Init_m041C4821CD1EEAC624E306DC5EC7B4E9C049F128_RuntimeMethod_var);
// DelegateTraits<FairyGUI.UIObjectFactory.GComponentCreator>.Init(factory.FairyGUI_UIObjectFactory_GComponentCreator);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_208 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * L_209 = (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *)il2cpp_codegen_object_new(DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C_il2cpp_TypeInfo_var);
DelegateCreate__ctor_mF65953100991F58DE72BCCE2322D3AE2C17A5B4C(L_209, L_208, (intptr_t)((intptr_t)DelegateFactory_FairyGUI_UIObjectFactory_GComponentCreator_m6BD80EBA52167BE2503EDB670902312C7E1A6CEA_RuntimeMethod_var), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_t776B388975B686801183907651872264668F1859_il2cpp_TypeInfo_var);
DelegateTraits_1_Init_m2120F612DC57F4E9EB0139D27A9DE21A2C55B4BB_inline(L_209, /*hidden argument*/DelegateTraits_1_Init_m2120F612DC57F4E9EB0139D27A9DE21A2C55B4BB_RuntimeMethod_var);
// DelegateTraits<FairyGUI.UIObjectFactory.GLoaderCreator>.Init(factory.FairyGUI_UIObjectFactory_GLoaderCreator);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_210 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * L_211 = (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *)il2cpp_codegen_object_new(DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C_il2cpp_TypeInfo_var);
DelegateCreate__ctor_mF65953100991F58DE72BCCE2322D3AE2C17A5B4C(L_211, L_210, (intptr_t)((intptr_t)DelegateFactory_FairyGUI_UIObjectFactory_GLoaderCreator_m2FEFA859A1D1CB46175C56A8DB8255FD75099EE3_RuntimeMethod_var), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_t7E169FD59FAFA87BEF1768638A07DBC0FFA3E6F2_il2cpp_TypeInfo_var);
DelegateTraits_1_Init_mDC90F103F144AC74E20574C9A539957803D8787C_inline(L_211, /*hidden argument*/DelegateTraits_1_Init_mDC90F103F144AC74E20574C9A539957803D8787C_RuntimeMethod_var);
// DelegateTraits<FairyGUI.UIConfig.SoundLoader>.Init(factory.FairyGUI_UIConfig_SoundLoader);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_212 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * L_213 = (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *)il2cpp_codegen_object_new(DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C_il2cpp_TypeInfo_var);
DelegateCreate__ctor_mF65953100991F58DE72BCCE2322D3AE2C17A5B4C(L_213, L_212, (intptr_t)((intptr_t)DelegateFactory_FairyGUI_UIConfig_SoundLoader_mF2928774293606528A522534A3A2C61C73BE654A_RuntimeMethod_var), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_tB7ADE25F345783D88C0925F4F6324B9A45BF95F6_il2cpp_TypeInfo_var);
DelegateTraits_1_Init_m2A2234174E9F3793B71E19BD11A98C34E0D9FCC5_inline(L_213, /*hidden argument*/DelegateTraits_1_Init_m2A2234174E9F3793B71E19BD11A98C34E0D9FCC5_RuntimeMethod_var);
// DelegateTraits<System.Action<string,System.Action>>.Init(factory.System_Action_string_System_Action);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_214 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * L_215 = (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *)il2cpp_codegen_object_new(DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C_il2cpp_TypeInfo_var);
DelegateCreate__ctor_mF65953100991F58DE72BCCE2322D3AE2C17A5B4C(L_215, L_214, (intptr_t)((intptr_t)DelegateFactory_System_Action_string_System_Action_mF12FA4CC767184426798DBAFA3C5B2F30F3E6418_RuntimeMethod_var), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_tDE432E09A11656023549F8DA0F86C42FF1354D4E_il2cpp_TypeInfo_var);
DelegateTraits_1_Init_m6C9B9173B21142D89C92D751720317F7ACE99B26_inline(L_215, /*hidden argument*/DelegateTraits_1_Init_m6C9B9173B21142D89C92D751720317F7ACE99B26_RuntimeMethod_var);
// DelegateTraits<FairyGUI.GTweenCallback1>.Init(factory.FairyGUI_GTweenCallback1);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_216 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * L_217 = (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *)il2cpp_codegen_object_new(DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C_il2cpp_TypeInfo_var);
DelegateCreate__ctor_mF65953100991F58DE72BCCE2322D3AE2C17A5B4C(L_217, L_216, (intptr_t)((intptr_t)DelegateFactory_FairyGUI_GTweenCallback1_m71121BEDDACFF7886290E2225B8A2DE1785977E9_RuntimeMethod_var), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_tC32870178A04E8785071C13C0A3A1BD78AB638FB_il2cpp_TypeInfo_var);
DelegateTraits_1_Init_mB763C8C435FC57A23B656E22E60B9A39BE545AB1_inline(L_217, /*hidden argument*/DelegateTraits_1_Init_mB763C8C435FC57A23B656E22E60B9A39BE545AB1_RuntimeMethod_var);
// TypeTraits<System.Action>.Init(factory.Check_System_Action);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_218 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_219 = (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)il2cpp_codegen_object_new(Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E_il2cpp_TypeInfo_var);
Func_3__ctor_mE71E565C554B772C8848B92736EC2E37032853C7(L_219, L_218, (intptr_t)((intptr_t)DelegateFactory_Check_System_Action_mDC6B855CA5B26E2B9E5C8B8629DE3F0BC2F13C2F_RuntimeMethod_var), /*hidden argument*/Func_3__ctor_mE71E565C554B772C8848B92736EC2E37032853C7_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(TypeTraits_1_t7C0BCFD66CABAA44179C2CB4CF74DDECC52207C2_il2cpp_TypeInfo_var);
TypeTraits_1_Init_m8688074CE495B967E48A5D27D2CC542B52C9ABF6(L_219, /*hidden argument*/TypeTraits_1_Init_m8688074CE495B967E48A5D27D2CC542B52C9ABF6_RuntimeMethod_var);
// TypeTraits<UnityEngine.Events.UnityAction>.Init(factory.Check_UnityEngine_Events_UnityAction);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_220 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_221 = (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)il2cpp_codegen_object_new(Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E_il2cpp_TypeInfo_var);
Func_3__ctor_mE71E565C554B772C8848B92736EC2E37032853C7(L_221, L_220, (intptr_t)((intptr_t)DelegateFactory_Check_UnityEngine_Events_UnityAction_mBD5F5AA010E2383F65EA9BF5F8ECCFF64DD01107_RuntimeMethod_var), /*hidden argument*/Func_3__ctor_mE71E565C554B772C8848B92736EC2E37032853C7_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(TypeTraits_1_t6FCA012DC4158250B107F63230BFBB907E664480_il2cpp_TypeInfo_var);
TypeTraits_1_Init_mFE8F9D774455985B68A806C6B961961444D1A5DD(L_221, /*hidden argument*/TypeTraits_1_Init_mFE8F9D774455985B68A806C6B961961444D1A5DD_RuntimeMethod_var);
// TypeTraits<System.Predicate<int>>.Init(factory.Check_System_Predicate_int);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_222 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_223 = (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)il2cpp_codegen_object_new(Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E_il2cpp_TypeInfo_var);
Func_3__ctor_mE71E565C554B772C8848B92736EC2E37032853C7(L_223, L_222, (intptr_t)((intptr_t)DelegateFactory_Check_System_Predicate_int_m554363ABEDF04B6A395EF5F3815CDFF3794C4AE3_RuntimeMethod_var), /*hidden argument*/Func_3__ctor_mE71E565C554B772C8848B92736EC2E37032853C7_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(TypeTraits_1_t3E813B03424C6B407E53C8EE04EB96041246C08D_il2cpp_TypeInfo_var);
TypeTraits_1_Init_mD80689BCEC0B3F23671EBD4781A5C91877CD136C(L_223, /*hidden argument*/TypeTraits_1_Init_mD80689BCEC0B3F23671EBD4781A5C91877CD136C_RuntimeMethod_var);
// TypeTraits<System.Action<int>>.Init(factory.Check_System_Action_int);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_224 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_225 = (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)il2cpp_codegen_object_new(Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E_il2cpp_TypeInfo_var);
Func_3__ctor_mE71E565C554B772C8848B92736EC2E37032853C7(L_225, L_224, (intptr_t)((intptr_t)DelegateFactory_Check_System_Action_int_mFA8AC1CFAC8D9BB50B952A31E9B7318EC89ED02B_RuntimeMethod_var), /*hidden argument*/Func_3__ctor_mE71E565C554B772C8848B92736EC2E37032853C7_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(TypeTraits_1_tA85821A4022DCCF84A4F49A8DF8C6F1CB858E0EF_il2cpp_TypeInfo_var);
TypeTraits_1_Init_m008147B67C9DAEA0D73AF395FE21E5424DBA8C41(L_225, /*hidden argument*/TypeTraits_1_Init_m008147B67C9DAEA0D73AF395FE21E5424DBA8C41_RuntimeMethod_var);
// TypeTraits<System.Comparison<int>>.Init(factory.Check_System_Comparison_int);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_226 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_227 = (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)il2cpp_codegen_object_new(Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E_il2cpp_TypeInfo_var);
Func_3__ctor_mE71E565C554B772C8848B92736EC2E37032853C7(L_227, L_226, (intptr_t)((intptr_t)DelegateFactory_Check_System_Comparison_int_m72ABC14F17B5488966540F6BB658ACD50F3D8924_RuntimeMethod_var), /*hidden argument*/Func_3__ctor_mE71E565C554B772C8848B92736EC2E37032853C7_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(TypeTraits_1_t2999768965B33C3CCDAFAB0F565C9A65064EAAF8_il2cpp_TypeInfo_var);
TypeTraits_1_Init_mF88C10CE1D7E50B0B63A68C8261CB42A470BE810(L_227, /*hidden argument*/TypeTraits_1_Init_mF88C10CE1D7E50B0B63A68C8261CB42A470BE810_RuntimeMethod_var);
// TypeTraits<System.Func<int,int>>.Init(factory.Check_System_Func_int_int);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_228 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_229 = (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)il2cpp_codegen_object_new(Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E_il2cpp_TypeInfo_var);
Func_3__ctor_mE71E565C554B772C8848B92736EC2E37032853C7(L_229, L_228, (intptr_t)((intptr_t)DelegateFactory_Check_System_Func_int_int_m3C0A094576BFBE99BA5E19B961A76489C454540B_RuntimeMethod_var), /*hidden argument*/Func_3__ctor_mE71E565C554B772C8848B92736EC2E37032853C7_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(TypeTraits_1_tE0CA2E027083207067BB361B6DEEEF35E3E48D01_il2cpp_TypeInfo_var);
TypeTraits_1_Init_m82A3C93B301D9715015EA55F25B18F51EA328478(L_229, /*hidden argument*/TypeTraits_1_Init_m82A3C93B301D9715015EA55F25B18F51EA328478_RuntimeMethod_var);
// TypeTraits<FairyGUI.GTweenCallback>.Init(factory.Check_FairyGUI_GTweenCallback);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_230 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_231 = (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)il2cpp_codegen_object_new(Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E_il2cpp_TypeInfo_var);
Func_3__ctor_mE71E565C554B772C8848B92736EC2E37032853C7(L_231, L_230, (intptr_t)((intptr_t)DelegateFactory_Check_FairyGUI_GTweenCallback_m2761C8A76FB0ED5A486874BEE0FAC6907BD25A21_RuntimeMethod_var), /*hidden argument*/Func_3__ctor_mE71E565C554B772C8848B92736EC2E37032853C7_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(TypeTraits_1_t387EAFEAAFDF907DF880F8A5931237004BD2C504_il2cpp_TypeInfo_var);
TypeTraits_1_Init_mF31A0655605E14E100DB14C39C0DFE361B650AE9(L_231, /*hidden argument*/TypeTraits_1_Init_mF31A0655605E14E100DB14C39C0DFE361B650AE9_RuntimeMethod_var);
// TypeTraits<UnityEngine.Camera.CameraCallback>.Init(factory.Check_UnityEngine_Camera_CameraCallback);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_232 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_233 = (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)il2cpp_codegen_object_new(Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E_il2cpp_TypeInfo_var);
Func_3__ctor_mE71E565C554B772C8848B92736EC2E37032853C7(L_233, L_232, (intptr_t)((intptr_t)DelegateFactory_Check_UnityEngine_Camera_CameraCallback_m3BA8711B561977EEB40AECECAFACC362D07F71AB_RuntimeMethod_var), /*hidden argument*/Func_3__ctor_mE71E565C554B772C8848B92736EC2E37032853C7_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(TypeTraits_1_t2F8AEEDC8B33E7F0A56DE523C3B0892996B218BB_il2cpp_TypeInfo_var);
TypeTraits_1_Init_m2E80DA565BCECA7A44A48CE0834E4328AEDD5782(L_233, /*hidden argument*/TypeTraits_1_Init_m2E80DA565BCECA7A44A48CE0834E4328AEDD5782_RuntimeMethod_var);
// TypeTraits<UnityEngine.Application.AdvertisingIdentifierCallback>.Init(factory.Check_UnityEngine_Application_AdvertisingIdentifierCallback);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_234 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_235 = (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)il2cpp_codegen_object_new(Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E_il2cpp_TypeInfo_var);
Func_3__ctor_mE71E565C554B772C8848B92736EC2E37032853C7(L_235, L_234, (intptr_t)((intptr_t)DelegateFactory_Check_UnityEngine_Application_AdvertisingIdentifierCallback_m870A57AE811422EEE98429D5E6305E282A23FAD1_RuntimeMethod_var), /*hidden argument*/Func_3__ctor_mE71E565C554B772C8848B92736EC2E37032853C7_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(TypeTraits_1_t2A9F277F7A977692AB5908C785A40419A6C78B5E_il2cpp_TypeInfo_var);
TypeTraits_1_Init_m076566732248A438129C7B271CD18EA01AD5880B(L_235, /*hidden argument*/TypeTraits_1_Init_m076566732248A438129C7B271CD18EA01AD5880B_RuntimeMethod_var);
// TypeTraits<UnityEngine.Application.LowMemoryCallback>.Init(factory.Check_UnityEngine_Application_LowMemoryCallback);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_236 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_237 = (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)il2cpp_codegen_object_new(Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E_il2cpp_TypeInfo_var);
Func_3__ctor_mE71E565C554B772C8848B92736EC2E37032853C7(L_237, L_236, (intptr_t)((intptr_t)DelegateFactory_Check_UnityEngine_Application_LowMemoryCallback_m884E16294FE334B4C3EC1651AD0EBF81E09EEA8F_RuntimeMethod_var), /*hidden argument*/Func_3__ctor_mE71E565C554B772C8848B92736EC2E37032853C7_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(TypeTraits_1_tB92FF3299ECC5A1D9A5319E719D572524370C69F_il2cpp_TypeInfo_var);
TypeTraits_1_Init_m34106C646E1DAA560CE6ABDA7EA8D1C659B0DB11(L_237, /*hidden argument*/TypeTraits_1_Init_m34106C646E1DAA560CE6ABDA7EA8D1C659B0DB11_RuntimeMethod_var);
// TypeTraits<UnityEngine.Application.LogCallback>.Init(factory.Check_UnityEngine_Application_LogCallback);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_238 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_239 = (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)il2cpp_codegen_object_new(Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E_il2cpp_TypeInfo_var);
Func_3__ctor_mE71E565C554B772C8848B92736EC2E37032853C7(L_239, L_238, (intptr_t)((intptr_t)DelegateFactory_Check_UnityEngine_Application_LogCallback_mA19CA1ECF04C59196CBB350E7020F914424FB2BC_RuntimeMethod_var), /*hidden argument*/Func_3__ctor_mE71E565C554B772C8848B92736EC2E37032853C7_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(TypeTraits_1_t270A437914301C3908DB3D05B452441B59B3CF78_il2cpp_TypeInfo_var);
TypeTraits_1_Init_m310A29E2653300F52D395A08B7327087C4929006(L_239, /*hidden argument*/TypeTraits_1_Init_m310A29E2653300F52D395A08B7327087C4929006_RuntimeMethod_var);
// TypeTraits<System.Action<bool>>.Init(factory.Check_System_Action_bool);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_240 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_241 = (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)il2cpp_codegen_object_new(Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E_il2cpp_TypeInfo_var);
Func_3__ctor_mE71E565C554B772C8848B92736EC2E37032853C7(L_241, L_240, (intptr_t)((intptr_t)DelegateFactory_Check_System_Action_bool_mCB63D7B68BC11F5C50C93F36EFD16EF55E7472DF_RuntimeMethod_var), /*hidden argument*/Func_3__ctor_mE71E565C554B772C8848B92736EC2E37032853C7_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(TypeTraits_1_tFBE92AA0B151BDF5FEDF9B0064F731B8416300B1_il2cpp_TypeInfo_var);
TypeTraits_1_Init_mA3B76CD4B1DF690F32B783B8B59D070BF60A99E4(L_241, /*hidden argument*/TypeTraits_1_Init_mA3B76CD4B1DF690F32B783B8B59D070BF60A99E4_RuntimeMethod_var);
// TypeTraits<System.Action<string>>.Init(factory.Check_System_Action_string);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_242 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_243 = (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)il2cpp_codegen_object_new(Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E_il2cpp_TypeInfo_var);
Func_3__ctor_mE71E565C554B772C8848B92736EC2E37032853C7(L_243, L_242, (intptr_t)((intptr_t)DelegateFactory_Check_System_Action_string_mE87AA91C9495F5B60714E8E0D3C2704AAC636C0C_RuntimeMethod_var), /*hidden argument*/Func_3__ctor_mE71E565C554B772C8848B92736EC2E37032853C7_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(TypeTraits_1_tAF84BA1B5F42CE6C8035A2B19DBDD97C80E7E29F_il2cpp_TypeInfo_var);
TypeTraits_1_Init_m724DA8E5C5108E439F624E717612B1E155A3218E(L_243, /*hidden argument*/TypeTraits_1_Init_m724DA8E5C5108E439F624E717612B1E155A3218E_RuntimeMethod_var);
// TypeTraits<System.Func<bool>>.Init(factory.Check_System_Func_bool);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_244 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_245 = (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)il2cpp_codegen_object_new(Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E_il2cpp_TypeInfo_var);
Func_3__ctor_mE71E565C554B772C8848B92736EC2E37032853C7(L_245, L_244, (intptr_t)((intptr_t)DelegateFactory_Check_System_Func_bool_m9DE3199C57A54175AA802B059ABD3E806D9EF36A_RuntimeMethod_var), /*hidden argument*/Func_3__ctor_mE71E565C554B772C8848B92736EC2E37032853C7_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(TypeTraits_1_tEB089A6FC5F028111F26E0D8EB25B896CE028715_il2cpp_TypeInfo_var);
TypeTraits_1_Init_mEE5FDA08FD9257EBC3BDEC2E0C7AB2A0EF2F83D9(L_245, /*hidden argument*/TypeTraits_1_Init_mEE5FDA08FD9257EBC3BDEC2E0C7AB2A0EF2F83D9_RuntimeMethod_var);
// TypeTraits<UnityEngine.AudioClip.PCMReaderCallback>.Init(factory.Check_UnityEngine_AudioClip_PCMReaderCallback);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_246 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_247 = (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)il2cpp_codegen_object_new(Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E_il2cpp_TypeInfo_var);
Func_3__ctor_mE71E565C554B772C8848B92736EC2E37032853C7(L_247, L_246, (intptr_t)((intptr_t)DelegateFactory_Check_UnityEngine_AudioClip_PCMReaderCallback_m1D49E0A0FFA7A281F5B360396444EEF2014DC8A5_RuntimeMethod_var), /*hidden argument*/Func_3__ctor_mE71E565C554B772C8848B92736EC2E37032853C7_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(TypeTraits_1_tF88C0CA4867884482EFFD3E9550CF400EB7C9496_il2cpp_TypeInfo_var);
TypeTraits_1_Init_m74BCBFFDBB5850A8ADF3FB1A1B232AD094F6485B(L_247, /*hidden argument*/TypeTraits_1_Init_m74BCBFFDBB5850A8ADF3FB1A1B232AD094F6485B_RuntimeMethod_var);
// TypeTraits<UnityEngine.AudioClip.PCMSetPositionCallback>.Init(factory.Check_UnityEngine_AudioClip_PCMSetPositionCallback);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_248 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_249 = (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)il2cpp_codegen_object_new(Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E_il2cpp_TypeInfo_var);
Func_3__ctor_mE71E565C554B772C8848B92736EC2E37032853C7(L_249, L_248, (intptr_t)((intptr_t)DelegateFactory_Check_UnityEngine_AudioClip_PCMSetPositionCallback_mDF952A176A940EB5DFBCD06BC9D1CE8980112CFB_RuntimeMethod_var), /*hidden argument*/Func_3__ctor_mE71E565C554B772C8848B92736EC2E37032853C7_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(TypeTraits_1_tF08A6CF163B92E4F30E8A80F1B808655E8785AB9_il2cpp_TypeInfo_var);
TypeTraits_1_Init_m429C4CF233BF2AC32F251596184EF7809113B523(L_249, /*hidden argument*/TypeTraits_1_Init_m429C4CF233BF2AC32F251596184EF7809113B523_RuntimeMethod_var);
// TypeTraits<System.Action<UnityEngine.AsyncOperation>>.Init(factory.Check_System_Action_UnityEngine_AsyncOperation);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_250 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_251 = (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)il2cpp_codegen_object_new(Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E_il2cpp_TypeInfo_var);
Func_3__ctor_mE71E565C554B772C8848B92736EC2E37032853C7(L_251, L_250, (intptr_t)((intptr_t)DelegateFactory_Check_System_Action_UnityEngine_AsyncOperation_m02FA6C73C355275CA244DF9AF05A2921864AE0C3_RuntimeMethod_var), /*hidden argument*/Func_3__ctor_mE71E565C554B772C8848B92736EC2E37032853C7_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(TypeTraits_1_t727AB4B7746D176C9A40DC16D8ED68840E0FAF30_il2cpp_TypeInfo_var);
TypeTraits_1_Init_m2F6400ADFF757AEE41AFFF8DF48912484C1BE996(L_251, /*hidden argument*/TypeTraits_1_Init_m2F6400ADFF757AEE41AFFF8DF48912484C1BE996_RuntimeMethod_var);
// TypeTraits<FairyGUI.EventCallback1>.Init(factory.Check_FairyGUI_EventCallback1);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_252 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_253 = (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)il2cpp_codegen_object_new(Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E_il2cpp_TypeInfo_var);
Func_3__ctor_mE71E565C554B772C8848B92736EC2E37032853C7(L_253, L_252, (intptr_t)((intptr_t)DelegateFactory_Check_FairyGUI_EventCallback1_m99010B602A79C16A715E5DF00B0CA18B556C4FB0_RuntimeMethod_var), /*hidden argument*/Func_3__ctor_mE71E565C554B772C8848B92736EC2E37032853C7_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(TypeTraits_1_t2C0B3BCA25E8B72A5B1C5965B0795D05897822AD_il2cpp_TypeInfo_var);
TypeTraits_1_Init_mB950CCBA84922E1A95A75923495A4C6F6ED74411(L_253, /*hidden argument*/TypeTraits_1_Init_mB950CCBA84922E1A95A75923495A4C6F6ED74411_RuntimeMethod_var);
// TypeTraits<FairyGUI.EventCallback0>.Init(factory.Check_FairyGUI_EventCallback0);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_254 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_255 = (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)il2cpp_codegen_object_new(Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E_il2cpp_TypeInfo_var);
Func_3__ctor_mE71E565C554B772C8848B92736EC2E37032853C7(L_255, L_254, (intptr_t)((intptr_t)DelegateFactory_Check_FairyGUI_EventCallback0_mF7D9C40E44DB260BF52848DA9BCDEFFCFC471D43_RuntimeMethod_var), /*hidden argument*/Func_3__ctor_mE71E565C554B772C8848B92736EC2E37032853C7_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(TypeTraits_1_t37A042B65CCF574EEF114C55CC9468257DD9BE64_il2cpp_TypeInfo_var);
TypeTraits_1_Init_mCB0C337D171B89C5D6F03480A507AB4A1963953B(L_255, /*hidden argument*/TypeTraits_1_Init_mCB0C337D171B89C5D6F03480A507AB4A1963953B_RuntimeMethod_var);
// TypeTraits<FairyGUI.ListItemRenderer>.Init(factory.Check_FairyGUI_ListItemRenderer);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_256 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_257 = (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)il2cpp_codegen_object_new(Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E_il2cpp_TypeInfo_var);
Func_3__ctor_mE71E565C554B772C8848B92736EC2E37032853C7(L_257, L_256, (intptr_t)((intptr_t)DelegateFactory_Check_FairyGUI_ListItemRenderer_m132BB3DD5AB15EC57F432E141FEF7D408A7823E7_RuntimeMethod_var), /*hidden argument*/Func_3__ctor_mE71E565C554B772C8848B92736EC2E37032853C7_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(TypeTraits_1_tAD9EB965C4BB1806145A2C14834CBFED5BB2553E_il2cpp_TypeInfo_var);
TypeTraits_1_Init_m73C641D1EA4FE1935C6A38FBC972848868ACD768(L_257, /*hidden argument*/TypeTraits_1_Init_m73C641D1EA4FE1935C6A38FBC972848868ACD768_RuntimeMethod_var);
// TypeTraits<FairyGUI.ListItemProvider>.Init(factory.Check_FairyGUI_ListItemProvider);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_258 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_259 = (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)il2cpp_codegen_object_new(Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E_il2cpp_TypeInfo_var);
Func_3__ctor_mE71E565C554B772C8848B92736EC2E37032853C7(L_259, L_258, (intptr_t)((intptr_t)DelegateFactory_Check_FairyGUI_ListItemProvider_m3E72E198A52C1F09E569CADE6C40BA43CADBBA78_RuntimeMethod_var), /*hidden argument*/Func_3__ctor_mE71E565C554B772C8848B92736EC2E37032853C7_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(TypeTraits_1_t872E2DC448905EAC20A4CCAAB9A9186ED5E750E0_il2cpp_TypeInfo_var);
TypeTraits_1_Init_mB3D70FB9C90FE3334D6AA50CC98BCA3EECCFE1E6(L_259, /*hidden argument*/TypeTraits_1_Init_mB3D70FB9C90FE3334D6AA50CC98BCA3EECCFE1E6_RuntimeMethod_var);
// TypeTraits<FairyGUI.PlayCompleteCallback>.Init(factory.Check_FairyGUI_PlayCompleteCallback);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_260 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_261 = (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)il2cpp_codegen_object_new(Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E_il2cpp_TypeInfo_var);
Func_3__ctor_mE71E565C554B772C8848B92736EC2E37032853C7(L_261, L_260, (intptr_t)((intptr_t)DelegateFactory_Check_FairyGUI_PlayCompleteCallback_m0B478C556514B8EBA89E6138ACA4558A6C181651_RuntimeMethod_var), /*hidden argument*/Func_3__ctor_mE71E565C554B772C8848B92736EC2E37032853C7_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(TypeTraits_1_t6DD2690D9EB4AB9D95315E8E46C59BE40170DD9D_il2cpp_TypeInfo_var);
TypeTraits_1_Init_m2B01278728B42F80F419B12E6CBA98CE28D15929(L_261, /*hidden argument*/TypeTraits_1_Init_m2B01278728B42F80F419B12E6CBA98CE28D15929_RuntimeMethod_var);
// TypeTraits<FairyGUI.TransitionHook>.Init(factory.Check_FairyGUI_TransitionHook);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_262 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_263 = (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)il2cpp_codegen_object_new(Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E_il2cpp_TypeInfo_var);
Func_3__ctor_mE71E565C554B772C8848B92736EC2E37032853C7(L_263, L_262, (intptr_t)((intptr_t)DelegateFactory_Check_FairyGUI_TransitionHook_mDE40BDBC44DDA2D20B83233007246284E41F4EB8_RuntimeMethod_var), /*hidden argument*/Func_3__ctor_mE71E565C554B772C8848B92736EC2E37032853C7_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(TypeTraits_1_tA1518B63EA0EBCB1BD0EA3A251AB31C7437699FE_il2cpp_TypeInfo_var);
TypeTraits_1_Init_m8C06F95EFCEF32E58E498CD6B1A04F7C17D369F3(L_263, /*hidden argument*/TypeTraits_1_Init_m8C06F95EFCEF32E58E498CD6B1A04F7C17D369F3_RuntimeMethod_var);
// TypeTraits<FairyGUI.UIPackage.CreateObjectCallback>.Init(factory.Check_FairyGUI_UIPackage_CreateObjectCallback);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_264 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_265 = (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)il2cpp_codegen_object_new(Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E_il2cpp_TypeInfo_var);
Func_3__ctor_mE71E565C554B772C8848B92736EC2E37032853C7(L_265, L_264, (intptr_t)((intptr_t)DelegateFactory_Check_FairyGUI_UIPackage_CreateObjectCallback_m8611083D16504A9E6AF1AE3FBEE340814A75B1CC_RuntimeMethod_var), /*hidden argument*/Func_3__ctor_mE71E565C554B772C8848B92736EC2E37032853C7_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(TypeTraits_1_tEE52E8F9F36276ED4DCF65878B119745E9A3A476_il2cpp_TypeInfo_var);
TypeTraits_1_Init_mDBD95E354C18F24A1806ECFD8E29E5B9092E2C04(L_265, /*hidden argument*/TypeTraits_1_Init_mDBD95E354C18F24A1806ECFD8E29E5B9092E2C04_RuntimeMethod_var);
// TypeTraits<FairyGUI.GObjectPool.InitCallbackDelegate>.Init(factory.Check_FairyGUI_GObjectPool_InitCallbackDelegate);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_266 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_267 = (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)il2cpp_codegen_object_new(Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E_il2cpp_TypeInfo_var);
Func_3__ctor_mE71E565C554B772C8848B92736EC2E37032853C7(L_267, L_266, (intptr_t)((intptr_t)DelegateFactory_Check_FairyGUI_GObjectPool_InitCallbackDelegate_mC94801B3EEA9AC0017F53773AAAA63A7F8D9BF7E_RuntimeMethod_var), /*hidden argument*/Func_3__ctor_mE71E565C554B772C8848B92736EC2E37032853C7_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(TypeTraits_1_tCCB5AEEC0EF5C16664C84856D74BD0FFBE8C43DA_il2cpp_TypeInfo_var);
TypeTraits_1_Init_mA9009EF6AB096633113306631652831868D751B0(L_267, /*hidden argument*/TypeTraits_1_Init_mA9009EF6AB096633113306631652831868D751B0_RuntimeMethod_var);
// TypeTraits<FairyGUI.TimerCallback>.Init(factory.Check_FairyGUI_TimerCallback);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_268 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_269 = (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)il2cpp_codegen_object_new(Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E_il2cpp_TypeInfo_var);
Func_3__ctor_mE71E565C554B772C8848B92736EC2E37032853C7(L_269, L_268, (intptr_t)((intptr_t)DelegateFactory_Check_FairyGUI_TimerCallback_m6CBA5CBE6FBE66DC49F6AE6C7B6BAF1DAC4F61DA_RuntimeMethod_var), /*hidden argument*/Func_3__ctor_mE71E565C554B772C8848B92736EC2E37032853C7_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(TypeTraits_1_t808351D11AF5016EEF928EEFACC6B9FA3B5EE5A4_il2cpp_TypeInfo_var);
TypeTraits_1_Init_mA4A700D71B33495396A7E97036629EE62043FF66(L_269, /*hidden argument*/TypeTraits_1_Init_mA4A700D71B33495396A7E97036629EE62043FF66_RuntimeMethod_var);
// TypeTraits<FairyGUI.UIObjectFactory.GComponentCreator>.Init(factory.Check_FairyGUI_UIObjectFactory_GComponentCreator);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_270 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_271 = (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)il2cpp_codegen_object_new(Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E_il2cpp_TypeInfo_var);
Func_3__ctor_mE71E565C554B772C8848B92736EC2E37032853C7(L_271, L_270, (intptr_t)((intptr_t)DelegateFactory_Check_FairyGUI_UIObjectFactory_GComponentCreator_mAA02F349663510E92C6B689DA46D23E86B28568E_RuntimeMethod_var), /*hidden argument*/Func_3__ctor_mE71E565C554B772C8848B92736EC2E37032853C7_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(TypeTraits_1_t3DEE0AEEA30ECAF46B281AB098D70D165F7EA182_il2cpp_TypeInfo_var);
TypeTraits_1_Init_mA7E1D1861E769BC5D2B7A7E330412A4EF6278ED3(L_271, /*hidden argument*/TypeTraits_1_Init_mA7E1D1861E769BC5D2B7A7E330412A4EF6278ED3_RuntimeMethod_var);
// TypeTraits<FairyGUI.UIObjectFactory.GLoaderCreator>.Init(factory.Check_FairyGUI_UIObjectFactory_GLoaderCreator);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_272 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_273 = (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)il2cpp_codegen_object_new(Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E_il2cpp_TypeInfo_var);
Func_3__ctor_mE71E565C554B772C8848B92736EC2E37032853C7(L_273, L_272, (intptr_t)((intptr_t)DelegateFactory_Check_FairyGUI_UIObjectFactory_GLoaderCreator_mA0FBE2F084B049950B9F9A0A3FC66690135C6B6D_RuntimeMethod_var), /*hidden argument*/Func_3__ctor_mE71E565C554B772C8848B92736EC2E37032853C7_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(TypeTraits_1_tCBA71D4B13EB44592D3C4498D2DFF6DFCC651396_il2cpp_TypeInfo_var);
TypeTraits_1_Init_m7F3175DABF7BA01FBB368B2877F017AB982E4104(L_273, /*hidden argument*/TypeTraits_1_Init_m7F3175DABF7BA01FBB368B2877F017AB982E4104_RuntimeMethod_var);
// TypeTraits<FairyGUI.UIConfig.SoundLoader>.Init(factory.Check_FairyGUI_UIConfig_SoundLoader);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_274 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_275 = (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)il2cpp_codegen_object_new(Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E_il2cpp_TypeInfo_var);
Func_3__ctor_mE71E565C554B772C8848B92736EC2E37032853C7(L_275, L_274, (intptr_t)((intptr_t)DelegateFactory_Check_FairyGUI_UIConfig_SoundLoader_mA6D433DC6344F513E4CF2E02B735E61F72468921_RuntimeMethod_var), /*hidden argument*/Func_3__ctor_mE71E565C554B772C8848B92736EC2E37032853C7_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(TypeTraits_1_t8D6CC53F95C80E3B67DEC8230C1B430D5A9EFA63_il2cpp_TypeInfo_var);
TypeTraits_1_Init_m75EA9859C6B037E5F2E47496A46BA2FDCDE665CA(L_275, /*hidden argument*/TypeTraits_1_Init_m75EA9859C6B037E5F2E47496A46BA2FDCDE665CA_RuntimeMethod_var);
// TypeTraits<System.Action<string,System.Action>>.Init(factory.Check_System_Action_string_System_Action);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_276 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_277 = (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)il2cpp_codegen_object_new(Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E_il2cpp_TypeInfo_var);
Func_3__ctor_mE71E565C554B772C8848B92736EC2E37032853C7(L_277, L_276, (intptr_t)((intptr_t)DelegateFactory_Check_System_Action_string_System_Action_m6C154D798995A7646F8306C5EC57BA0EBEC421D8_RuntimeMethod_var), /*hidden argument*/Func_3__ctor_mE71E565C554B772C8848B92736EC2E37032853C7_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(TypeTraits_1_t5FE90784646EA518AEDFE3C77456FB5836422B33_il2cpp_TypeInfo_var);
TypeTraits_1_Init_m1845CB975621F6D23934E7AE3B28FC9D2DC92208(L_277, /*hidden argument*/TypeTraits_1_Init_m1845CB975621F6D23934E7AE3B28FC9D2DC92208_RuntimeMethod_var);
// TypeTraits<FairyGUI.GTweenCallback1>.Init(factory.Check_FairyGUI_GTweenCallback1);
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_278 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E * L_279 = (Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E *)il2cpp_codegen_object_new(Func_3_t90D7C40D27E373ACA05ED3C71F4AEE4C82C9A49E_il2cpp_TypeInfo_var);
Func_3__ctor_mE71E565C554B772C8848B92736EC2E37032853C7(L_279, L_278, (intptr_t)((intptr_t)DelegateFactory_Check_FairyGUI_GTweenCallback1_m7B89B106B42A6E5854E70944DC07B9145DB84F53_RuntimeMethod_var), /*hidden argument*/Func_3__ctor_mE71E565C554B772C8848B92736EC2E37032853C7_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(TypeTraits_1_t128DA0E402B82BF969DF899637A3661238DCBE8F_il2cpp_TypeInfo_var);
TypeTraits_1_Init_mCF3E06ABABB0B05E348393C77F5700F81061F135(L_279, /*hidden argument*/TypeTraits_1_Init_mCF3E06ABABB0B05E348393C77F5700F81061F135_RuntimeMethod_var);
// StackTraits<System.Action>.Push = factory.Push_System_Action;
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_280 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
Action_2_t8BA960C87A6EA92FE09D7A278C905A9CA65E0644 * L_281 = (Action_2_t8BA960C87A6EA92FE09D7A278C905A9CA65E0644 *)il2cpp_codegen_object_new(Action_2_t8BA960C87A6EA92FE09D7A278C905A9CA65E0644_il2cpp_TypeInfo_var);
Action_2__ctor_m687E00A395568FE1B6D3FDFCC67DD3EEEDF12C0D(L_281, L_280, (intptr_t)((intptr_t)DelegateFactory_Push_System_Action_m48E10D697053A892118193939C1E7E5B2A70C768_RuntimeMethod_var), /*hidden argument*/Action_2__ctor_m687E00A395568FE1B6D3FDFCC67DD3EEEDF12C0D_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(StackTraits_1_t19387320C681936D47FBBA056E3EBE55037764A1_il2cpp_TypeInfo_var);
((StackTraits_1_t19387320C681936D47FBBA056E3EBE55037764A1_StaticFields*)il2cpp_codegen_static_fields_for(StackTraits_1_t19387320C681936D47FBBA056E3EBE55037764A1_il2cpp_TypeInfo_var))->set_Push_0(L_281);
// StackTraits<UnityEngine.Events.UnityAction>.Push = factory.Push_UnityEngine_Events_UnityAction;
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_282 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
Action_2_t1B6F459E12B8D7F24971392E4F1665F9AF94F727 * L_283 = (Action_2_t1B6F459E12B8D7F24971392E4F1665F9AF94F727 *)il2cpp_codegen_object_new(Action_2_t1B6F459E12B8D7F24971392E4F1665F9AF94F727_il2cpp_TypeInfo_var);
Action_2__ctor_m405A16C0723FB837724AC6E3A16421EBFCF84B83(L_283, L_282, (intptr_t)((intptr_t)DelegateFactory_Push_UnityEngine_Events_UnityAction_mF538E19BB415938B38C1C6A9CE872941EF605BB0_RuntimeMethod_var), /*hidden argument*/Action_2__ctor_m405A16C0723FB837724AC6E3A16421EBFCF84B83_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(StackTraits_1_t855DFC17D85B6031A13C85D4AD81D381230E930A_il2cpp_TypeInfo_var);
((StackTraits_1_t855DFC17D85B6031A13C85D4AD81D381230E930A_StaticFields*)il2cpp_codegen_static_fields_for(StackTraits_1_t855DFC17D85B6031A13C85D4AD81D381230E930A_il2cpp_TypeInfo_var))->set_Push_0(L_283);
// StackTraits<System.Predicate<int>>.Push = factory.Push_System_Predicate_int;
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_284 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
Action_2_t797B3CE48C1D009DC9915A146CB1EEA7A55ABFAD * L_285 = (Action_2_t797B3CE48C1D009DC9915A146CB1EEA7A55ABFAD *)il2cpp_codegen_object_new(Action_2_t797B3CE48C1D009DC9915A146CB1EEA7A55ABFAD_il2cpp_TypeInfo_var);
Action_2__ctor_m91A509A82FAE4FE078923E75A09F1A97DF81FF1A(L_285, L_284, (intptr_t)((intptr_t)DelegateFactory_Push_System_Predicate_int_m94505599214AAE06B8DFB093FF79C2598C616D16_RuntimeMethod_var), /*hidden argument*/Action_2__ctor_m91A509A82FAE4FE078923E75A09F1A97DF81FF1A_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(StackTraits_1_t7447DE74489E73C3DD56F9BF32D830F376E65DCB_il2cpp_TypeInfo_var);
((StackTraits_1_t7447DE74489E73C3DD56F9BF32D830F376E65DCB_StaticFields*)il2cpp_codegen_static_fields_for(StackTraits_1_t7447DE74489E73C3DD56F9BF32D830F376E65DCB_il2cpp_TypeInfo_var))->set_Push_0(L_285);
// StackTraits<System.Action<int>>.Push = factory.Push_System_Action_int;
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_286 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
Action_2_t85C1D00DB6A5FDDCC7819A6EBC6C815B6A7C5FE4 * L_287 = (Action_2_t85C1D00DB6A5FDDCC7819A6EBC6C815B6A7C5FE4 *)il2cpp_codegen_object_new(Action_2_t85C1D00DB6A5FDDCC7819A6EBC6C815B6A7C5FE4_il2cpp_TypeInfo_var);
Action_2__ctor_mF0F4D4BB286CDD0244931C0CAE4A877B20B798FB(L_287, L_286, (intptr_t)((intptr_t)DelegateFactory_Push_System_Action_int_m746486B13D30A6E14F52683C1801560F54FECDE2_RuntimeMethod_var), /*hidden argument*/Action_2__ctor_mF0F4D4BB286CDD0244931C0CAE4A877B20B798FB_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(StackTraits_1_t84A2AB2A44DC6C6E3ACC4A310F5024211BE11387_il2cpp_TypeInfo_var);
((StackTraits_1_t84A2AB2A44DC6C6E3ACC4A310F5024211BE11387_StaticFields*)il2cpp_codegen_static_fields_for(StackTraits_1_t84A2AB2A44DC6C6E3ACC4A310F5024211BE11387_il2cpp_TypeInfo_var))->set_Push_0(L_287);
// StackTraits<System.Comparison<int>>.Push = factory.Push_System_Comparison_int;
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_288 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
Action_2_t91F4930EFA228C7C023A8DB5A56BE2FE2495AC7C * L_289 = (Action_2_t91F4930EFA228C7C023A8DB5A56BE2FE2495AC7C *)il2cpp_codegen_object_new(Action_2_t91F4930EFA228C7C023A8DB5A56BE2FE2495AC7C_il2cpp_TypeInfo_var);
Action_2__ctor_mDB7EDFC0445968ACA3D3FCD6CA04751572C7CB86(L_289, L_288, (intptr_t)((intptr_t)DelegateFactory_Push_System_Comparison_int_m63DF52079CE4C7BC07E5C1D85899E448B6A56F83_RuntimeMethod_var), /*hidden argument*/Action_2__ctor_mDB7EDFC0445968ACA3D3FCD6CA04751572C7CB86_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(StackTraits_1_t034BBD6AEB6C87566FF8DDBAF4132712ECCC894D_il2cpp_TypeInfo_var);
((StackTraits_1_t034BBD6AEB6C87566FF8DDBAF4132712ECCC894D_StaticFields*)il2cpp_codegen_static_fields_for(StackTraits_1_t034BBD6AEB6C87566FF8DDBAF4132712ECCC894D_il2cpp_TypeInfo_var))->set_Push_0(L_289);
// StackTraits<System.Func<int,int>>.Push = factory.Push_System_Func_int_int;
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_290 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
Action_2_t2A270A3C54A197D19A8B6ACFE308EB9D11FE624B * L_291 = (Action_2_t2A270A3C54A197D19A8B6ACFE308EB9D11FE624B *)il2cpp_codegen_object_new(Action_2_t2A270A3C54A197D19A8B6ACFE308EB9D11FE624B_il2cpp_TypeInfo_var);
Action_2__ctor_m5C906330714C40B165BBAD5545680128329A599E(L_291, L_290, (intptr_t)((intptr_t)DelegateFactory_Push_System_Func_int_int_m0F8A70DDA6040ACB94BE3AEB4E4F7F3468A8DAF4_RuntimeMethod_var), /*hidden argument*/Action_2__ctor_m5C906330714C40B165BBAD5545680128329A599E_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(StackTraits_1_tD375FFE9A4112E611FE5049CCA99E3B821B9D6EC_il2cpp_TypeInfo_var);
((StackTraits_1_tD375FFE9A4112E611FE5049CCA99E3B821B9D6EC_StaticFields*)il2cpp_codegen_static_fields_for(StackTraits_1_tD375FFE9A4112E611FE5049CCA99E3B821B9D6EC_il2cpp_TypeInfo_var))->set_Push_0(L_291);
// StackTraits<FairyGUI.GTweenCallback>.Push = factory.Push_FairyGUI_GTweenCallback;
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_292 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
Action_2_t9AA8501EDF1C6F64A5AC5CF606916E8183147E5C * L_293 = (Action_2_t9AA8501EDF1C6F64A5AC5CF606916E8183147E5C *)il2cpp_codegen_object_new(Action_2_t9AA8501EDF1C6F64A5AC5CF606916E8183147E5C_il2cpp_TypeInfo_var);
Action_2__ctor_m1D0AB4E3B2496499950B878DADEAEF4D0918BE56(L_293, L_292, (intptr_t)((intptr_t)DelegateFactory_Push_FairyGUI_GTweenCallback_mE4ABA4A4FF61231FF92763835A2EAB5954A5B32B_RuntimeMethod_var), /*hidden argument*/Action_2__ctor_m1D0AB4E3B2496499950B878DADEAEF4D0918BE56_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(StackTraits_1_t4CDF8104124D67A763BC50BF3AFA31A023CD77E2_il2cpp_TypeInfo_var);
((StackTraits_1_t4CDF8104124D67A763BC50BF3AFA31A023CD77E2_StaticFields*)il2cpp_codegen_static_fields_for(StackTraits_1_t4CDF8104124D67A763BC50BF3AFA31A023CD77E2_il2cpp_TypeInfo_var))->set_Push_0(L_293);
// StackTraits<UnityEngine.Camera.CameraCallback>.Push = factory.Push_UnityEngine_Camera_CameraCallback;
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_294 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
Action_2_t4DDD4357C383F990F9CE25457CD437938D85134E * L_295 = (Action_2_t4DDD4357C383F990F9CE25457CD437938D85134E *)il2cpp_codegen_object_new(Action_2_t4DDD4357C383F990F9CE25457CD437938D85134E_il2cpp_TypeInfo_var);
Action_2__ctor_mE50D31C2898E94644324CE54E2B7AFF77626D3C9(L_295, L_294, (intptr_t)((intptr_t)DelegateFactory_Push_UnityEngine_Camera_CameraCallback_m580EAB93C1C3C345AFC0D1CA1F991CF6F8551FB7_RuntimeMethod_var), /*hidden argument*/Action_2__ctor_mE50D31C2898E94644324CE54E2B7AFF77626D3C9_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(StackTraits_1_t8E5A0BFE9986DA6F251E25C3C566A326EF497D5E_il2cpp_TypeInfo_var);
((StackTraits_1_t8E5A0BFE9986DA6F251E25C3C566A326EF497D5E_StaticFields*)il2cpp_codegen_static_fields_for(StackTraits_1_t8E5A0BFE9986DA6F251E25C3C566A326EF497D5E_il2cpp_TypeInfo_var))->set_Push_0(L_295);
// StackTraits<UnityEngine.Application.AdvertisingIdentifierCallback>.Push = factory.Push_UnityEngine_Application_AdvertisingIdentifierCallback;
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_296 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
Action_2_t735A4505D19621B57B23229E353FED1CB1CF69EC * L_297 = (Action_2_t735A4505D19621B57B23229E353FED1CB1CF69EC *)il2cpp_codegen_object_new(Action_2_t735A4505D19621B57B23229E353FED1CB1CF69EC_il2cpp_TypeInfo_var);
Action_2__ctor_mC99A8E00C8D1E9D5AE2C2318C3EBAE1231127B4B(L_297, L_296, (intptr_t)((intptr_t)DelegateFactory_Push_UnityEngine_Application_AdvertisingIdentifierCallback_mEBBA2EBD37F7D7CF40C9037F0E756C89C9899802_RuntimeMethod_var), /*hidden argument*/Action_2__ctor_mC99A8E00C8D1E9D5AE2C2318C3EBAE1231127B4B_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(StackTraits_1_tD2AE1234750DD2FD822D485BA646582A3E060047_il2cpp_TypeInfo_var);
((StackTraits_1_tD2AE1234750DD2FD822D485BA646582A3E060047_StaticFields*)il2cpp_codegen_static_fields_for(StackTraits_1_tD2AE1234750DD2FD822D485BA646582A3E060047_il2cpp_TypeInfo_var))->set_Push_0(L_297);
// StackTraits<UnityEngine.Application.LowMemoryCallback>.Push = factory.Push_UnityEngine_Application_LowMemoryCallback;
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_298 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
Action_2_tC01F37E791A57C189E8C82A0FD6517B91C69C86D * L_299 = (Action_2_tC01F37E791A57C189E8C82A0FD6517B91C69C86D *)il2cpp_codegen_object_new(Action_2_tC01F37E791A57C189E8C82A0FD6517B91C69C86D_il2cpp_TypeInfo_var);
Action_2__ctor_mB619FC9CB8C5D650CF76BCAF7AB3E3A7E67AE855(L_299, L_298, (intptr_t)((intptr_t)DelegateFactory_Push_UnityEngine_Application_LowMemoryCallback_m5BFB1DECA224866370A24C0F7FB65C598D2BB687_RuntimeMethod_var), /*hidden argument*/Action_2__ctor_mB619FC9CB8C5D650CF76BCAF7AB3E3A7E67AE855_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(StackTraits_1_tF804942E4E3CB73BB0E12496C39177A67677CFA1_il2cpp_TypeInfo_var);
((StackTraits_1_tF804942E4E3CB73BB0E12496C39177A67677CFA1_StaticFields*)il2cpp_codegen_static_fields_for(StackTraits_1_tF804942E4E3CB73BB0E12496C39177A67677CFA1_il2cpp_TypeInfo_var))->set_Push_0(L_299);
// StackTraits<UnityEngine.Application.LogCallback>.Push = factory.Push_UnityEngine_Application_LogCallback;
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_300 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
Action_2_tADFD7619F6E77FD7A2A68D59FE478FA0BCE4B9C6 * L_301 = (Action_2_tADFD7619F6E77FD7A2A68D59FE478FA0BCE4B9C6 *)il2cpp_codegen_object_new(Action_2_tADFD7619F6E77FD7A2A68D59FE478FA0BCE4B9C6_il2cpp_TypeInfo_var);
Action_2__ctor_mACAAA5EDB80EB12D56879F978188A70A0E02F9C3(L_301, L_300, (intptr_t)((intptr_t)DelegateFactory_Push_UnityEngine_Application_LogCallback_m6E386E9D05B2C72A7CF49924A7634A2DC91CEF2C_RuntimeMethod_var), /*hidden argument*/Action_2__ctor_mACAAA5EDB80EB12D56879F978188A70A0E02F9C3_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(StackTraits_1_tC1567BA3978AE3519F445EE1FEE6EEDBBFF0DEC9_il2cpp_TypeInfo_var);
((StackTraits_1_tC1567BA3978AE3519F445EE1FEE6EEDBBFF0DEC9_StaticFields*)il2cpp_codegen_static_fields_for(StackTraits_1_tC1567BA3978AE3519F445EE1FEE6EEDBBFF0DEC9_il2cpp_TypeInfo_var))->set_Push_0(L_301);
// StackTraits<System.Action<bool>>.Push = factory.Push_System_Action_bool;
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_302 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
Action_2_tABB45180FAFA0A42C95D2CC70B91ED99A890BEE0 * L_303 = (Action_2_tABB45180FAFA0A42C95D2CC70B91ED99A890BEE0 *)il2cpp_codegen_object_new(Action_2_tABB45180FAFA0A42C95D2CC70B91ED99A890BEE0_il2cpp_TypeInfo_var);
Action_2__ctor_mF3A4A16C72DEE31BCE0FA4DE5DB8AB8EDE5C5148(L_303, L_302, (intptr_t)((intptr_t)DelegateFactory_Push_System_Action_bool_m62B2E65A9CA5AEF7623E1BFAE121E9BA9EEA5963_RuntimeMethod_var), /*hidden argument*/Action_2__ctor_mF3A4A16C72DEE31BCE0FA4DE5DB8AB8EDE5C5148_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(StackTraits_1_tF7D4D9C2D68DEA1D7F8E7D0F3515A41450192E76_il2cpp_TypeInfo_var);
((StackTraits_1_tF7D4D9C2D68DEA1D7F8E7D0F3515A41450192E76_StaticFields*)il2cpp_codegen_static_fields_for(StackTraits_1_tF7D4D9C2D68DEA1D7F8E7D0F3515A41450192E76_il2cpp_TypeInfo_var))->set_Push_0(L_303);
// StackTraits<System.Action<string>>.Push = factory.Push_System_Action_string;
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_304 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
Action_2_t427BC8CA6771EEF423D4787EDBB96230EB358952 * L_305 = (Action_2_t427BC8CA6771EEF423D4787EDBB96230EB358952 *)il2cpp_codegen_object_new(Action_2_t427BC8CA6771EEF423D4787EDBB96230EB358952_il2cpp_TypeInfo_var);
Action_2__ctor_m5DD1C26EFCB74ED64544AA2087B2FDFF2E57D393(L_305, L_304, (intptr_t)((intptr_t)DelegateFactory_Push_System_Action_string_m1FD7B84374F4BF680DA1A09FC010BC8A8B1F00A5_RuntimeMethod_var), /*hidden argument*/Action_2__ctor_m5DD1C26EFCB74ED64544AA2087B2FDFF2E57D393_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(StackTraits_1_tB8041F547D199313954AE96954DE3F0AE163C883_il2cpp_TypeInfo_var);
((StackTraits_1_tB8041F547D199313954AE96954DE3F0AE163C883_StaticFields*)il2cpp_codegen_static_fields_for(StackTraits_1_tB8041F547D199313954AE96954DE3F0AE163C883_il2cpp_TypeInfo_var))->set_Push_0(L_305);
// StackTraits<System.Func<bool>>.Push = factory.Push_System_Func_bool;
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_306 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
Action_2_t0D3F479DB9121CBDC370E5283A7A88499769E5E3 * L_307 = (Action_2_t0D3F479DB9121CBDC370E5283A7A88499769E5E3 *)il2cpp_codegen_object_new(Action_2_t0D3F479DB9121CBDC370E5283A7A88499769E5E3_il2cpp_TypeInfo_var);
Action_2__ctor_m30B29D426AC220BFF77912B79F0935FE3A88DD3D(L_307, L_306, (intptr_t)((intptr_t)DelegateFactory_Push_System_Func_bool_m9638CCB57E6AEE4C97300301876713FF79266B36_RuntimeMethod_var), /*hidden argument*/Action_2__ctor_m30B29D426AC220BFF77912B79F0935FE3A88DD3D_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(StackTraits_1_t9998C2DAEC3FCDDF79184D7B409269088C75AB6F_il2cpp_TypeInfo_var);
((StackTraits_1_t9998C2DAEC3FCDDF79184D7B409269088C75AB6F_StaticFields*)il2cpp_codegen_static_fields_for(StackTraits_1_t9998C2DAEC3FCDDF79184D7B409269088C75AB6F_il2cpp_TypeInfo_var))->set_Push_0(L_307);
// StackTraits<UnityEngine.AudioClip.PCMReaderCallback>.Push = factory.Push_UnityEngine_AudioClip_PCMReaderCallback;
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_308 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
Action_2_t08DEF86172C7E70193B6907205DFA184D9A664F4 * L_309 = (Action_2_t08DEF86172C7E70193B6907205DFA184D9A664F4 *)il2cpp_codegen_object_new(Action_2_t08DEF86172C7E70193B6907205DFA184D9A664F4_il2cpp_TypeInfo_var);
Action_2__ctor_mE0F8D02811AD26CADA2CF193572C53028BDCD4C1(L_309, L_308, (intptr_t)((intptr_t)DelegateFactory_Push_UnityEngine_AudioClip_PCMReaderCallback_m6F659691E2DD3811A9A0760FAC4EC8EE31D95201_RuntimeMethod_var), /*hidden argument*/Action_2__ctor_mE0F8D02811AD26CADA2CF193572C53028BDCD4C1_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(StackTraits_1_t0BFC7120AB626F82DB7A785183DB89E444AF2597_il2cpp_TypeInfo_var);
((StackTraits_1_t0BFC7120AB626F82DB7A785183DB89E444AF2597_StaticFields*)il2cpp_codegen_static_fields_for(StackTraits_1_t0BFC7120AB626F82DB7A785183DB89E444AF2597_il2cpp_TypeInfo_var))->set_Push_0(L_309);
// StackTraits<UnityEngine.AudioClip.PCMSetPositionCallback>.Push = factory.Push_UnityEngine_AudioClip_PCMSetPositionCallback;
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_310 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
Action_2_t3606921CF49249D1587F8B8131DF6324D1E4DB89 * L_311 = (Action_2_t3606921CF49249D1587F8B8131DF6324D1E4DB89 *)il2cpp_codegen_object_new(Action_2_t3606921CF49249D1587F8B8131DF6324D1E4DB89_il2cpp_TypeInfo_var);
Action_2__ctor_mD5C8F6A959443E95616F962D9AA5AC4506BBED52(L_311, L_310, (intptr_t)((intptr_t)DelegateFactory_Push_UnityEngine_AudioClip_PCMSetPositionCallback_m812990CD4BE8B4F0B4875FAED55D9177C5460B14_RuntimeMethod_var), /*hidden argument*/Action_2__ctor_mD5C8F6A959443E95616F962D9AA5AC4506BBED52_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(StackTraits_1_t61E4FAA9DB53A31482E722D79A1971DCBF217A0E_il2cpp_TypeInfo_var);
((StackTraits_1_t61E4FAA9DB53A31482E722D79A1971DCBF217A0E_StaticFields*)il2cpp_codegen_static_fields_for(StackTraits_1_t61E4FAA9DB53A31482E722D79A1971DCBF217A0E_il2cpp_TypeInfo_var))->set_Push_0(L_311);
// StackTraits<System.Action<UnityEngine.AsyncOperation>>.Push = factory.Push_System_Action_UnityEngine_AsyncOperation;
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_312 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
Action_2_t59D4338B409A3246D7A816A2D442019E7BC6CC86 * L_313 = (Action_2_t59D4338B409A3246D7A816A2D442019E7BC6CC86 *)il2cpp_codegen_object_new(Action_2_t59D4338B409A3246D7A816A2D442019E7BC6CC86_il2cpp_TypeInfo_var);
Action_2__ctor_m8B7FEE270AD830ADFC35F19FE319482D0591D78A(L_313, L_312, (intptr_t)((intptr_t)DelegateFactory_Push_System_Action_UnityEngine_AsyncOperation_m66C4F914D5EE74A83800D2B4F3EED19677515CEE_RuntimeMethod_var), /*hidden argument*/Action_2__ctor_m8B7FEE270AD830ADFC35F19FE319482D0591D78A_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(StackTraits_1_tA9FB8ECE4C933C7957CEFD6480EE5AF688922F5B_il2cpp_TypeInfo_var);
((StackTraits_1_tA9FB8ECE4C933C7957CEFD6480EE5AF688922F5B_StaticFields*)il2cpp_codegen_static_fields_for(StackTraits_1_tA9FB8ECE4C933C7957CEFD6480EE5AF688922F5B_il2cpp_TypeInfo_var))->set_Push_0(L_313);
// StackTraits<FairyGUI.EventCallback1>.Push = factory.Push_FairyGUI_EventCallback1;
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_314 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
Action_2_tE798E560D6B46B3189A16CBB0D8BB44C92F8CC38 * L_315 = (Action_2_tE798E560D6B46B3189A16CBB0D8BB44C92F8CC38 *)il2cpp_codegen_object_new(Action_2_tE798E560D6B46B3189A16CBB0D8BB44C92F8CC38_il2cpp_TypeInfo_var);
Action_2__ctor_m5DC39814EC757284D29C5E214F9B4DDA6EAB0231(L_315, L_314, (intptr_t)((intptr_t)DelegateFactory_Push_FairyGUI_EventCallback1_m380B4142B92EA18B8BAB1E8964F7FA658C4A3053_RuntimeMethod_var), /*hidden argument*/Action_2__ctor_m5DC39814EC757284D29C5E214F9B4DDA6EAB0231_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(StackTraits_1_tA7EABCEB0ED6F1581E66D9A25FCD1D969C62F795_il2cpp_TypeInfo_var);
((StackTraits_1_tA7EABCEB0ED6F1581E66D9A25FCD1D969C62F795_StaticFields*)il2cpp_codegen_static_fields_for(StackTraits_1_tA7EABCEB0ED6F1581E66D9A25FCD1D969C62F795_il2cpp_TypeInfo_var))->set_Push_0(L_315);
// StackTraits<FairyGUI.EventCallback0>.Push = factory.Push_FairyGUI_EventCallback0;
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_316 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
Action_2_tB5B397CF9CB864F6A11340D9E1221149EFC951B9 * L_317 = (Action_2_tB5B397CF9CB864F6A11340D9E1221149EFC951B9 *)il2cpp_codegen_object_new(Action_2_tB5B397CF9CB864F6A11340D9E1221149EFC951B9_il2cpp_TypeInfo_var);
Action_2__ctor_mF7B7CB211A532CA24EAEA8AEE24D294B8F8ADC34(L_317, L_316, (intptr_t)((intptr_t)DelegateFactory_Push_FairyGUI_EventCallback0_m82CAFBE8F4A900A14142CF0C1EC503BA5F793700_RuntimeMethod_var), /*hidden argument*/Action_2__ctor_mF7B7CB211A532CA24EAEA8AEE24D294B8F8ADC34_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(StackTraits_1_tAAE2F95838E8745872B24031580026ADD09BA0C8_il2cpp_TypeInfo_var);
((StackTraits_1_tAAE2F95838E8745872B24031580026ADD09BA0C8_StaticFields*)il2cpp_codegen_static_fields_for(StackTraits_1_tAAE2F95838E8745872B24031580026ADD09BA0C8_il2cpp_TypeInfo_var))->set_Push_0(L_317);
// StackTraits<FairyGUI.ListItemRenderer>.Push = factory.Push_FairyGUI_ListItemRenderer;
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_318 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
Action_2_tFEA7CC28432581502548AC81B2954526B8D033BF * L_319 = (Action_2_tFEA7CC28432581502548AC81B2954526B8D033BF *)il2cpp_codegen_object_new(Action_2_tFEA7CC28432581502548AC81B2954526B8D033BF_il2cpp_TypeInfo_var);
Action_2__ctor_m7F7F1BF8609866059A2EF9E91AB79114ED415396(L_319, L_318, (intptr_t)((intptr_t)DelegateFactory_Push_FairyGUI_ListItemRenderer_m6D67EA50552E139B488CE73D52B238594E2C144D_RuntimeMethod_var), /*hidden argument*/Action_2__ctor_m7F7F1BF8609866059A2EF9E91AB79114ED415396_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(StackTraits_1_t49D6397EC1E15831D998231F3FC3F725ADAAFCAC_il2cpp_TypeInfo_var);
((StackTraits_1_t49D6397EC1E15831D998231F3FC3F725ADAAFCAC_StaticFields*)il2cpp_codegen_static_fields_for(StackTraits_1_t49D6397EC1E15831D998231F3FC3F725ADAAFCAC_il2cpp_TypeInfo_var))->set_Push_0(L_319);
// StackTraits<FairyGUI.ListItemProvider>.Push = factory.Push_FairyGUI_ListItemProvider;
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_320 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
Action_2_tFDBABB67B96E4722C378D5CC5E5850EBF58C2DFA * L_321 = (Action_2_tFDBABB67B96E4722C378D5CC5E5850EBF58C2DFA *)il2cpp_codegen_object_new(Action_2_tFDBABB67B96E4722C378D5CC5E5850EBF58C2DFA_il2cpp_TypeInfo_var);
Action_2__ctor_mF00FD909C3F0B61B5E90EE0F092E59FB6404D3BB(L_321, L_320, (intptr_t)((intptr_t)DelegateFactory_Push_FairyGUI_ListItemProvider_m38021B1BED3CC5FA3DD4AEB529C2E77940424576_RuntimeMethod_var), /*hidden argument*/Action_2__ctor_mF00FD909C3F0B61B5E90EE0F092E59FB6404D3BB_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(StackTraits_1_t203748C0135EAE8AE104F15EA570E4B8BBF6D730_il2cpp_TypeInfo_var);
((StackTraits_1_t203748C0135EAE8AE104F15EA570E4B8BBF6D730_StaticFields*)il2cpp_codegen_static_fields_for(StackTraits_1_t203748C0135EAE8AE104F15EA570E4B8BBF6D730_il2cpp_TypeInfo_var))->set_Push_0(L_321);
// StackTraits<FairyGUI.PlayCompleteCallback>.Push = factory.Push_FairyGUI_PlayCompleteCallback;
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_322 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
Action_2_t1DABD3DAA653BE25A8A0DEA95BBE55772D2A0CAD * L_323 = (Action_2_t1DABD3DAA653BE25A8A0DEA95BBE55772D2A0CAD *)il2cpp_codegen_object_new(Action_2_t1DABD3DAA653BE25A8A0DEA95BBE55772D2A0CAD_il2cpp_TypeInfo_var);
Action_2__ctor_m944271FF450745892A217A76520FEF47A0CCDAD6(L_323, L_322, (intptr_t)((intptr_t)DelegateFactory_Push_FairyGUI_PlayCompleteCallback_m3B9EC21B0E18A97BB0EF784AFA36ED35EDFC5677_RuntimeMethod_var), /*hidden argument*/Action_2__ctor_m944271FF450745892A217A76520FEF47A0CCDAD6_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(StackTraits_1_t947CD018BB6A4566E67C7B488A1C6E9AD8C7D063_il2cpp_TypeInfo_var);
((StackTraits_1_t947CD018BB6A4566E67C7B488A1C6E9AD8C7D063_StaticFields*)il2cpp_codegen_static_fields_for(StackTraits_1_t947CD018BB6A4566E67C7B488A1C6E9AD8C7D063_il2cpp_TypeInfo_var))->set_Push_0(L_323);
// StackTraits<FairyGUI.TransitionHook>.Push = factory.Push_FairyGUI_TransitionHook;
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_324 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
Action_2_t6E51EA346F5684A8EB8572A5141CD6EE5B9A3630 * L_325 = (Action_2_t6E51EA346F5684A8EB8572A5141CD6EE5B9A3630 *)il2cpp_codegen_object_new(Action_2_t6E51EA346F5684A8EB8572A5141CD6EE5B9A3630_il2cpp_TypeInfo_var);
Action_2__ctor_mA96B08D934F763035BB61A9EB675EF33A09BDF58(L_325, L_324, (intptr_t)((intptr_t)DelegateFactory_Push_FairyGUI_TransitionHook_m7C46CA1144D8EDD9D63FFCE28C7CA98FC0E64540_RuntimeMethod_var), /*hidden argument*/Action_2__ctor_mA96B08D934F763035BB61A9EB675EF33A09BDF58_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(StackTraits_1_t83DF7A7D54019517BDD2E2BD9DC8A4E893067865_il2cpp_TypeInfo_var);
((StackTraits_1_t83DF7A7D54019517BDD2E2BD9DC8A4E893067865_StaticFields*)il2cpp_codegen_static_fields_for(StackTraits_1_t83DF7A7D54019517BDD2E2BD9DC8A4E893067865_il2cpp_TypeInfo_var))->set_Push_0(L_325);
// StackTraits<FairyGUI.UIPackage.CreateObjectCallback>.Push = factory.Push_FairyGUI_UIPackage_CreateObjectCallback;
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_326 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
Action_2_t0362A90ECA6F81B9CC9C0A27481CCD1736D74815 * L_327 = (Action_2_t0362A90ECA6F81B9CC9C0A27481CCD1736D74815 *)il2cpp_codegen_object_new(Action_2_t0362A90ECA6F81B9CC9C0A27481CCD1736D74815_il2cpp_TypeInfo_var);
Action_2__ctor_mDFC05123CE4263669A45E6D26C8ACEB340261B8D(L_327, L_326, (intptr_t)((intptr_t)DelegateFactory_Push_FairyGUI_UIPackage_CreateObjectCallback_m8030B642A01F189DD744E5FD58978183BAFF76E0_RuntimeMethod_var), /*hidden argument*/Action_2__ctor_mDFC05123CE4263669A45E6D26C8ACEB340261B8D_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(StackTraits_1_t308EB99204C7FC1620ED5C013DECB2FBD9DB69E0_il2cpp_TypeInfo_var);
((StackTraits_1_t308EB99204C7FC1620ED5C013DECB2FBD9DB69E0_StaticFields*)il2cpp_codegen_static_fields_for(StackTraits_1_t308EB99204C7FC1620ED5C013DECB2FBD9DB69E0_il2cpp_TypeInfo_var))->set_Push_0(L_327);
// StackTraits<FairyGUI.GObjectPool.InitCallbackDelegate>.Push = factory.Push_FairyGUI_GObjectPool_InitCallbackDelegate;
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_328 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
Action_2_t2E3557901301BAA3D248217DBB593D7439D623BA * L_329 = (Action_2_t2E3557901301BAA3D248217DBB593D7439D623BA *)il2cpp_codegen_object_new(Action_2_t2E3557901301BAA3D248217DBB593D7439D623BA_il2cpp_TypeInfo_var);
Action_2__ctor_m1151CE3BC9542E09A5C3C63540BAC10323466085(L_329, L_328, (intptr_t)((intptr_t)DelegateFactory_Push_FairyGUI_GObjectPool_InitCallbackDelegate_m536498890FA6D31FD2F6701FC5435B712797B8B1_RuntimeMethod_var), /*hidden argument*/Action_2__ctor_m1151CE3BC9542E09A5C3C63540BAC10323466085_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(StackTraits_1_t76BA7E4CAAADADCF3D9053EA0E6D46E48C92C948_il2cpp_TypeInfo_var);
((StackTraits_1_t76BA7E4CAAADADCF3D9053EA0E6D46E48C92C948_StaticFields*)il2cpp_codegen_static_fields_for(StackTraits_1_t76BA7E4CAAADADCF3D9053EA0E6D46E48C92C948_il2cpp_TypeInfo_var))->set_Push_0(L_329);
// StackTraits<FairyGUI.TimerCallback>.Push = factory.Push_FairyGUI_TimerCallback;
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_330 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
Action_2_t6C2A0D4CFD885DF0B1C0F4E28DD2409FF8D51E27 * L_331 = (Action_2_t6C2A0D4CFD885DF0B1C0F4E28DD2409FF8D51E27 *)il2cpp_codegen_object_new(Action_2_t6C2A0D4CFD885DF0B1C0F4E28DD2409FF8D51E27_il2cpp_TypeInfo_var);
Action_2__ctor_m733FA5F61FF972AE2E2334B1BEC103ABED3AA47A(L_331, L_330, (intptr_t)((intptr_t)DelegateFactory_Push_FairyGUI_TimerCallback_m050BBBE3FBDF2E18AE8D14BD20ED3D08FEA0A884_RuntimeMethod_var), /*hidden argument*/Action_2__ctor_m733FA5F61FF972AE2E2334B1BEC103ABED3AA47A_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(StackTraits_1_t0C0673CDE523E214132F2A2A95764DF599635BC6_il2cpp_TypeInfo_var);
((StackTraits_1_t0C0673CDE523E214132F2A2A95764DF599635BC6_StaticFields*)il2cpp_codegen_static_fields_for(StackTraits_1_t0C0673CDE523E214132F2A2A95764DF599635BC6_il2cpp_TypeInfo_var))->set_Push_0(L_331);
// StackTraits<FairyGUI.UIObjectFactory.GComponentCreator>.Push = factory.Push_FairyGUI_UIObjectFactory_GComponentCreator;
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_332 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
Action_2_t84ECA6C105A28E6A161FC7A1CFA020209E956D39 * L_333 = (Action_2_t84ECA6C105A28E6A161FC7A1CFA020209E956D39 *)il2cpp_codegen_object_new(Action_2_t84ECA6C105A28E6A161FC7A1CFA020209E956D39_il2cpp_TypeInfo_var);
Action_2__ctor_m79E25CDF88D5A9A6FC22737A9BB8D3D31E8C46A6(L_333, L_332, (intptr_t)((intptr_t)DelegateFactory_Push_FairyGUI_UIObjectFactory_GComponentCreator_mCDEDA1FA900118890E0AD5F6078234438C757829_RuntimeMethod_var), /*hidden argument*/Action_2__ctor_m79E25CDF88D5A9A6FC22737A9BB8D3D31E8C46A6_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(StackTraits_1_t9D821C7EE5D06C7F3A602101CF5C7181D75AA8F8_il2cpp_TypeInfo_var);
((StackTraits_1_t9D821C7EE5D06C7F3A602101CF5C7181D75AA8F8_StaticFields*)il2cpp_codegen_static_fields_for(StackTraits_1_t9D821C7EE5D06C7F3A602101CF5C7181D75AA8F8_il2cpp_TypeInfo_var))->set_Push_0(L_333);
// StackTraits<FairyGUI.UIObjectFactory.GLoaderCreator>.Push = factory.Push_FairyGUI_UIObjectFactory_GLoaderCreator;
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_334 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
Action_2_tF336F5E9184C7133A1BAAEBD9C645B89ABCF7D8B * L_335 = (Action_2_tF336F5E9184C7133A1BAAEBD9C645B89ABCF7D8B *)il2cpp_codegen_object_new(Action_2_tF336F5E9184C7133A1BAAEBD9C645B89ABCF7D8B_il2cpp_TypeInfo_var);
Action_2__ctor_m44A5D6F94054BAF0EFA5A65B4E5084521C12A0C9(L_335, L_334, (intptr_t)((intptr_t)DelegateFactory_Push_FairyGUI_UIObjectFactory_GLoaderCreator_m47CAF24DC681D1E26F796495A782189D38671925_RuntimeMethod_var), /*hidden argument*/Action_2__ctor_m44A5D6F94054BAF0EFA5A65B4E5084521C12A0C9_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(StackTraits_1_t51B0BCFA743808015C24B64C90C0F45E5F08F1B9_il2cpp_TypeInfo_var);
((StackTraits_1_t51B0BCFA743808015C24B64C90C0F45E5F08F1B9_StaticFields*)il2cpp_codegen_static_fields_for(StackTraits_1_t51B0BCFA743808015C24B64C90C0F45E5F08F1B9_il2cpp_TypeInfo_var))->set_Push_0(L_335);
// StackTraits<FairyGUI.UIConfig.SoundLoader>.Push = factory.Push_FairyGUI_UIConfig_SoundLoader;
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_336 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
Action_2_t3D11022DEB2C3FC29D9CA038DE9E2A270EFD1115 * L_337 = (Action_2_t3D11022DEB2C3FC29D9CA038DE9E2A270EFD1115 *)il2cpp_codegen_object_new(Action_2_t3D11022DEB2C3FC29D9CA038DE9E2A270EFD1115_il2cpp_TypeInfo_var);
Action_2__ctor_mBF6A13EC7F7313A0FBBC684F86561F2911F8B028(L_337, L_336, (intptr_t)((intptr_t)DelegateFactory_Push_FairyGUI_UIConfig_SoundLoader_mE6011562038B4098F635A7598763310D9C43DD39_RuntimeMethod_var), /*hidden argument*/Action_2__ctor_mBF6A13EC7F7313A0FBBC684F86561F2911F8B028_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(StackTraits_1_t967BB2551333BB7AFCD2F223E72AC924462B6389_il2cpp_TypeInfo_var);
((StackTraits_1_t967BB2551333BB7AFCD2F223E72AC924462B6389_StaticFields*)il2cpp_codegen_static_fields_for(StackTraits_1_t967BB2551333BB7AFCD2F223E72AC924462B6389_il2cpp_TypeInfo_var))->set_Push_0(L_337);
// StackTraits<System.Action<string,System.Action>>.Push = factory.Push_System_Action_string_System_Action;
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_338 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
Action_2_t1833ACCDBF4649CA0476CEB6A6D58C42C85974AD * L_339 = (Action_2_t1833ACCDBF4649CA0476CEB6A6D58C42C85974AD *)il2cpp_codegen_object_new(Action_2_t1833ACCDBF4649CA0476CEB6A6D58C42C85974AD_il2cpp_TypeInfo_var);
Action_2__ctor_mB7969086E0A278680C33751005905556E9E39CCD(L_339, L_338, (intptr_t)((intptr_t)DelegateFactory_Push_System_Action_string_System_Action_mF22F2B4ABFB2B581027EAE1DA13610EBD71C668F_RuntimeMethod_var), /*hidden argument*/Action_2__ctor_mB7969086E0A278680C33751005905556E9E39CCD_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(StackTraits_1_t0996E10072800C6A1D2024A560665C8D75483B83_il2cpp_TypeInfo_var);
((StackTraits_1_t0996E10072800C6A1D2024A560665C8D75483B83_StaticFields*)il2cpp_codegen_static_fields_for(StackTraits_1_t0996E10072800C6A1D2024A560665C8D75483B83_il2cpp_TypeInfo_var))->set_Push_0(L_339);
// StackTraits<FairyGUI.GTweenCallback1>.Push = factory.Push_FairyGUI_GTweenCallback1;
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_340 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_factory_1();
Action_2_tEBF213297A8425E325FC524A4F593CD662977D60 * L_341 = (Action_2_tEBF213297A8425E325FC524A4F593CD662977D60 *)il2cpp_codegen_object_new(Action_2_tEBF213297A8425E325FC524A4F593CD662977D60_il2cpp_TypeInfo_var);
Action_2__ctor_mC7A3C89D883D301791E0741CA14F0F64CD58A1B3(L_341, L_340, (intptr_t)((intptr_t)DelegateFactory_Push_FairyGUI_GTweenCallback1_m9F41816C0D25357AF30972165992E582C1E284C9_RuntimeMethod_var), /*hidden argument*/Action_2__ctor_mC7A3C89D883D301791E0741CA14F0F64CD58A1B3_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(StackTraits_1_tBB2CBEE351409526B79CA97250944DBF3A8B604C_il2cpp_TypeInfo_var);
((StackTraits_1_tBB2CBEE351409526B79CA97250944DBF3A8B604C_StaticFields*)il2cpp_codegen_static_fields_for(StackTraits_1_tBB2CBEE351409526B79CA97250944DBF3A8B604C_il2cpp_TypeInfo_var))->set_Push_0(L_341);
// }
return;
}
}
// System.Delegate DelegateFactory::CreateDelegate(System.Type,LuaInterface.LuaFunction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * DelegateFactory_CreateDelegate_mAC80BF256AC3A92121C8458C5FB09EB998F12083 (Type_t * ___t0, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_CreateDelegate_mAC80BF256AC3A92121C8458C5FB09EB998F12083_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * V_0 = NULL;
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * V_1 = NULL;
LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 * V_2 = NULL;
{
// DelegateCreate Create = null;
V_0 = (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *)NULL;
// if (!dict.TryGetValue(t, out Create))
IL2CPP_RUNTIME_CLASS_INIT(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var);
Dictionary_2_t64FEAC44024A9F563A78A86CE11C18185BD75389 * L_0 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_dict_0();
Type_t * L_1 = ___t0;
NullCheck(L_0);
bool L_2 = Dictionary_2_TryGetValue_mABC1B2661F038133AAC620DC2441B9E58A3A9550(L_0, L_1, (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C **)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_mABC1B2661F038133AAC620DC2441B9E58A3A9550_RuntimeMethod_var);
if (L_2)
{
goto IL_0029;
}
}
{
// throw new LuaException(string.Format("Delegate {0} not register", LuaMisc.GetTypeName(t)));
Type_t * L_3 = ___t0;
String_t* L_4 = LuaMisc_GetTypeName_m51139023D7F5711A9FF1E3DD07C2EE4C3DBC65BF(L_3, /*hidden argument*/NULL);
String_t* L_5 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(_stringLiteral97F9F2685EDA0AC727C83350C418747A8208CBB0, L_4, /*hidden argument*/NULL);
LuaException_t362D5A575564491633FB3233987012974B1564C4 * L_6 = (LuaException_t362D5A575564491633FB3233987012974B1564C4 *)il2cpp_codegen_object_new(LuaException_t362D5A575564491633FB3233987012974B1564C4_il2cpp_TypeInfo_var);
LuaException__ctor_m97DD465DE175BDDF2DFA405096A286695CD2F25F(L_6, L_5, (Exception_t *)NULL, 1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, DelegateFactory_CreateDelegate_mAC80BF256AC3A92121C8458C5FB09EB998F12083_RuntimeMethod_var);
}
IL_0029:
{
// if (func != null)
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_7 = ___func1;
bool L_8 = LuaBaseRef_op_Inequality_m4E0A4DED8FEF3D699AD927A851AF293C530F7220(L_7, (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)NULL, /*hidden argument*/NULL);
if (!L_8)
{
goto IL_0076;
}
}
{
// LuaState state = func.GetLuaState();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_9 = ___func1;
NullCheck(L_9);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_10 = LuaBaseRef_GetLuaState_m59DE3FCE4CC705ACD929988CF70F8609260CD99B_inline(L_9, /*hidden argument*/NULL);
V_1 = L_10;
// LuaDelegate target = state.GetLuaDelegate(func);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_11 = V_1;
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_12 = ___func1;
NullCheck(L_11);
LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 * L_13 = LuaState_GetLuaDelegate_mA6AA7F2956C629132A7932754D9FF9BCF6228253(L_11, L_12, /*hidden argument*/NULL);
V_2 = L_13;
// if (target != null)
LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 * L_14 = V_2;
bool L_15 = LuaDelegate_op_Inequality_mCDDE3D8D1A261E210AB9B13C96081BBA9466327E(L_14, (LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)NULL, /*hidden argument*/NULL);
if (!L_15)
{
goto IL_0058;
}
}
{
// return Delegate.CreateDelegate(t, target, target.method);
Type_t * L_16 = ___t0;
LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 * L_17 = V_2;
LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 * L_18 = V_2;
NullCheck(L_18);
MethodInfo_t * L_19 = L_18->get_method_2();
Delegate_t * L_20 = Delegate_CreateDelegate_m3A012C4DD077BAD1698B11602174E167F7B9D346(L_16, L_17, L_19, /*hidden argument*/NULL);
return L_20;
}
IL_0058:
{
// Delegate d = Create(func, null, false);
DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * L_21 = V_0;
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_22 = ___func1;
NullCheck(L_21);
Delegate_t * L_23 = DelegateCreate_Invoke_m81B66515841C9BACEB3D9ED27322829A79C403D6(L_21, L_22, (LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 *)NULL, (bool)0, /*hidden argument*/NULL);
// target = d.Target as LuaDelegate;
Delegate_t * L_24 = L_23;
NullCheck(L_24);
RuntimeObject * L_25 = Delegate_get_Target_m5371341CE435E001E9FD407AE78F728824CE20E2_inline(L_24, /*hidden argument*/NULL);
V_2 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)IsInstClass((RuntimeObject*)L_25, LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1_il2cpp_TypeInfo_var));
// state.AddLuaDelegate(target, func);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_26 = V_1;
LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 * L_27 = V_2;
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_28 = ___func1;
NullCheck(L_26);
LuaState_AddLuaDelegate_mF97DAC833542C3900FB9B2DDF6D25F22BBF958C1(L_26, L_27, L_28, /*hidden argument*/NULL);
// return d;
return L_24;
}
IL_0076:
{
// return Create(null, null, false);
DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * L_29 = V_0;
NullCheck(L_29);
Delegate_t * L_30 = DelegateCreate_Invoke_m81B66515841C9BACEB3D9ED27322829A79C403D6(L_29, (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *)NULL, (LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 *)NULL, (bool)0, /*hidden argument*/NULL);
return L_30;
}
}
// System.Delegate DelegateFactory::CreateDelegate(System.Type,LuaInterface.LuaFunction,LuaInterface.LuaTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * DelegateFactory_CreateDelegate_mE4B03E851E9C8FE5DA8E9D3CA74E20201A1E82DD (Type_t * ___t0, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func1, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_CreateDelegate_mE4B03E851E9C8FE5DA8E9D3CA74E20201A1E82DD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * V_0 = NULL;
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * V_1 = NULL;
LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 * V_2 = NULL;
{
// DelegateCreate Create = null;
V_0 = (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C *)NULL;
// if (!dict.TryGetValue(t, out Create))
IL2CPP_RUNTIME_CLASS_INIT(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var);
Dictionary_2_t64FEAC44024A9F563A78A86CE11C18185BD75389 * L_0 = ((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->get_dict_0();
Type_t * L_1 = ___t0;
NullCheck(L_0);
bool L_2 = Dictionary_2_TryGetValue_mABC1B2661F038133AAC620DC2441B9E58A3A9550(L_0, L_1, (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C **)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_mABC1B2661F038133AAC620DC2441B9E58A3A9550_RuntimeMethod_var);
if (L_2)
{
goto IL_0029;
}
}
{
// throw new LuaException(string.Format("Delegate {0} not register", LuaMisc.GetTypeName(t)));
Type_t * L_3 = ___t0;
String_t* L_4 = LuaMisc_GetTypeName_m51139023D7F5711A9FF1E3DD07C2EE4C3DBC65BF(L_3, /*hidden argument*/NULL);
String_t* L_5 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(_stringLiteral97F9F2685EDA0AC727C83350C418747A8208CBB0, L_4, /*hidden argument*/NULL);
LuaException_t362D5A575564491633FB3233987012974B1564C4 * L_6 = (LuaException_t362D5A575564491633FB3233987012974B1564C4 *)il2cpp_codegen_object_new(LuaException_t362D5A575564491633FB3233987012974B1564C4_il2cpp_TypeInfo_var);
LuaException__ctor_m97DD465DE175BDDF2DFA405096A286695CD2F25F(L_6, L_5, (Exception_t *)NULL, 1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, DelegateFactory_CreateDelegate_mE4B03E851E9C8FE5DA8E9D3CA74E20201A1E82DD_RuntimeMethod_var);
}
IL_0029:
{
// if (func != null)
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_7 = ___func1;
bool L_8 = LuaBaseRef_op_Inequality_m4E0A4DED8FEF3D699AD927A851AF293C530F7220(L_7, (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)NULL, /*hidden argument*/NULL);
if (!L_8)
{
goto IL_0078;
}
}
{
// LuaState state = func.GetLuaState();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_9 = ___func1;
NullCheck(L_9);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_10 = LuaBaseRef_GetLuaState_m59DE3FCE4CC705ACD929988CF70F8609260CD99B_inline(L_9, /*hidden argument*/NULL);
V_1 = L_10;
// LuaDelegate target = state.GetLuaDelegate(func, self);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_11 = V_1;
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_12 = ___func1;
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_13 = ___self2;
NullCheck(L_11);
LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 * L_14 = LuaState_GetLuaDelegate_m5B0A60156CA990789AFC7FD30FDE6E211350347D(L_11, L_12, L_13, /*hidden argument*/NULL);
V_2 = L_14;
// if (target != null)
LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 * L_15 = V_2;
bool L_16 = LuaDelegate_op_Inequality_mCDDE3D8D1A261E210AB9B13C96081BBA9466327E(L_15, (LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)NULL, /*hidden argument*/NULL);
if (!L_16)
{
goto IL_0059;
}
}
{
// return Delegate.CreateDelegate(t, target, target.method);
Type_t * L_17 = ___t0;
LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 * L_18 = V_2;
LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 * L_19 = V_2;
NullCheck(L_19);
MethodInfo_t * L_20 = L_19->get_method_2();
Delegate_t * L_21 = Delegate_CreateDelegate_m3A012C4DD077BAD1698B11602174E167F7B9D346(L_17, L_18, L_20, /*hidden argument*/NULL);
return L_21;
}
IL_0059:
{
// Delegate d = Create(func, self, true);
DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * L_22 = V_0;
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_23 = ___func1;
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_24 = ___self2;
NullCheck(L_22);
Delegate_t * L_25 = DelegateCreate_Invoke_m81B66515841C9BACEB3D9ED27322829A79C403D6(L_22, L_23, L_24, (bool)1, /*hidden argument*/NULL);
// target = d.Target as LuaDelegate;
Delegate_t * L_26 = L_25;
NullCheck(L_26);
RuntimeObject * L_27 = Delegate_get_Target_m5371341CE435E001E9FD407AE78F728824CE20E2_inline(L_26, /*hidden argument*/NULL);
V_2 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)IsInstClass((RuntimeObject*)L_27, LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1_il2cpp_TypeInfo_var));
// state.AddLuaDelegate(target, func, self);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_28 = V_1;
LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 * L_29 = V_2;
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_30 = ___func1;
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_31 = ___self2;
NullCheck(L_28);
LuaState_AddLuaDelegate_mFA06462F85ED99406F00E3D0D32B44EBFAAD9451(L_28, L_29, L_30, L_31, /*hidden argument*/NULL);
// return d;
return L_26;
}
IL_0078:
{
// return Create(null, null, true);
DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * L_32 = V_0;
NullCheck(L_32);
Delegate_t * L_33 = DelegateCreate_Invoke_m81B66515841C9BACEB3D9ED27322829A79C403D6(L_32, (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *)NULL, (LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 *)NULL, (bool)1, /*hidden argument*/NULL);
return L_33;
}
}
// System.Delegate DelegateFactory::RemoveDelegate(System.Delegate,LuaInterface.LuaFunction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * DelegateFactory_RemoveDelegate_mBA19EA1469E3DF2D1D29CD638BFAAE170D574100 (Delegate_t * ___obj0, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_RemoveDelegate_mBA19EA1469E3DF2D1D29CD638BFAAE170D574100_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * V_0 = NULL;
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* V_1 = NULL;
int32_t V_2 = 0;
LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 * V_3 = NULL;
{
// LuaState state = func.GetLuaState();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func1;
NullCheck(L_0);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_1 = LuaBaseRef_GetLuaState_m59DE3FCE4CC705ACD929988CF70F8609260CD99B_inline(L_0, /*hidden argument*/NULL);
V_0 = L_1;
// Delegate[] ds = obj.GetInvocationList();
Delegate_t * L_2 = ___obj0;
NullCheck(L_2);
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_3 = VirtFuncInvoker0< DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* >::Invoke(10 /* System.Delegate[] System.Delegate::GetInvocationList() */, L_2);
V_1 = L_3;
// for (int i = 0; i < ds.Length; i++)
V_2 = 0;
goto IL_0054;
}
IL_0012:
{
// LuaDelegate ld = ds[i].Target as LuaDelegate;
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_4 = V_1;
int32_t L_5 = V_2;
NullCheck(L_4);
int32_t L_6 = L_5;
Delegate_t * L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
NullCheck(L_7);
RuntimeObject * L_8 = Delegate_get_Target_m5371341CE435E001E9FD407AE78F728824CE20E2_inline(L_7, /*hidden argument*/NULL);
V_3 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)IsInstClass((RuntimeObject*)L_8, LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1_il2cpp_TypeInfo_var));
// if (ld != null && ld.func == func)
LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 * L_9 = V_3;
bool L_10 = LuaDelegate_op_Inequality_mCDDE3D8D1A261E210AB9B13C96081BBA9466327E(L_9, (LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)NULL, /*hidden argument*/NULL);
if (!L_10)
{
goto IL_0050;
}
}
{
LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 * L_11 = V_3;
NullCheck(L_11);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_12 = L_11->get_func_0();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_13 = ___func1;
bool L_14 = LuaBaseRef_op_Equality_m3930A4B3F75C8D691B661568896F24C8155CD102(L_12, L_13, /*hidden argument*/NULL);
if (!L_14)
{
goto IL_0050;
}
}
{
// obj = Delegate.Remove(obj, ds[i]);
Delegate_t * L_15 = ___obj0;
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_16 = V_1;
int32_t L_17 = V_2;
NullCheck(L_16);
int32_t L_18 = L_17;
Delegate_t * L_19 = (L_16)->GetAt(static_cast<il2cpp_array_size_t>(L_18));
Delegate_t * L_20 = Delegate_Remove_m0B0DB7D1B3AF96B71AFAA72BA0EFE32FBBC2932D(L_15, L_19, /*hidden argument*/NULL);
___obj0 = L_20;
// state.DelayDispose(ld.func);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_21 = V_0;
LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 * L_22 = V_3;
NullCheck(L_22);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_23 = L_22->get_func_0();
NullCheck(L_21);
LuaState_DelayDispose_mFA50AA053E1F6CA6CFA566400A1343B9258DD999(L_21, L_23, /*hidden argument*/NULL);
// break;
goto IL_005a;
}
IL_0050:
{
// for (int i = 0; i < ds.Length; i++)
int32_t L_24 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1));
}
IL_0054:
{
// for (int i = 0; i < ds.Length; i++)
int32_t L_25 = V_2;
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_26 = V_1;
NullCheck(L_26);
if ((((int32_t)L_25) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_26)->max_length)))))))
{
goto IL_0012;
}
}
IL_005a:
{
// return obj;
Delegate_t * L_27 = ___obj0;
return L_27;
}
}
// System.Delegate DelegateFactory::RemoveDelegate(System.Delegate,System.Delegate)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * DelegateFactory_RemoveDelegate_mCD713BC88B26D72903DD046030A00F6127ED3D23 (Delegate_t * ___obj0, Delegate_t * ___dg1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_RemoveDelegate_mCD713BC88B26D72903DD046030A00F6127ED3D23_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 * V_0 = NULL;
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * V_1 = NULL;
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* V_2 = NULL;
int32_t V_3 = 0;
LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 * V_4 = NULL;
{
// LuaDelegate remove = dg.Target as LuaDelegate;
Delegate_t * L_0 = ___dg1;
NullCheck(L_0);
RuntimeObject * L_1 = Delegate_get_Target_m5371341CE435E001E9FD407AE78F728824CE20E2_inline(L_0, /*hidden argument*/NULL);
V_0 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)IsInstClass((RuntimeObject*)L_1, LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1_il2cpp_TypeInfo_var));
// if (remove == null)
LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 * L_2 = V_0;
bool L_3 = LuaDelegate_op_Equality_m59A780EBA416952E425FAA0AD848F5119C56D1FA(L_2, (LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)NULL, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_0020;
}
}
{
// obj = Delegate.Remove(obj, dg);
Delegate_t * L_4 = ___obj0;
Delegate_t * L_5 = ___dg1;
Delegate_t * L_6 = Delegate_Remove_m0B0DB7D1B3AF96B71AFAA72BA0EFE32FBBC2932D(L_4, L_5, /*hidden argument*/NULL);
___obj0 = L_6;
// return obj;
Delegate_t * L_7 = ___obj0;
return L_7;
}
IL_0020:
{
// LuaState state = remove.func.GetLuaState();
LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 * L_8 = V_0;
NullCheck(L_8);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_9 = L_8->get_func_0();
NullCheck(L_9);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_10 = LuaBaseRef_GetLuaState_m59DE3FCE4CC705ACD929988CF70F8609260CD99B_inline(L_9, /*hidden argument*/NULL);
V_1 = L_10;
// Delegate[] ds = obj.GetInvocationList();
Delegate_t * L_11 = ___obj0;
NullCheck(L_11);
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_12 = VirtFuncInvoker0< DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* >::Invoke(10 /* System.Delegate[] System.Delegate::GetInvocationList() */, L_11);
V_2 = L_12;
// for (int i = 0; i < ds.Length; i++)
V_3 = 0;
goto IL_0085;
}
IL_0037:
{
// LuaDelegate ld = ds[i].Target as LuaDelegate;
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_13 = V_2;
int32_t L_14 = V_3;
NullCheck(L_13);
int32_t L_15 = L_14;
Delegate_t * L_16 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_15));
NullCheck(L_16);
RuntimeObject * L_17 = Delegate_get_Target_m5371341CE435E001E9FD407AE78F728824CE20E2_inline(L_16, /*hidden argument*/NULL);
V_4 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)IsInstClass((RuntimeObject*)L_17, LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1_il2cpp_TypeInfo_var));
// if (ld != null && ld == remove)
LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 * L_18 = V_4;
bool L_19 = LuaDelegate_op_Inequality_mCDDE3D8D1A261E210AB9B13C96081BBA9466327E(L_18, (LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)NULL, /*hidden argument*/NULL);
if (!L_19)
{
goto IL_0081;
}
}
{
LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 * L_20 = V_4;
LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 * L_21 = V_0;
bool L_22 = LuaDelegate_op_Equality_m59A780EBA416952E425FAA0AD848F5119C56D1FA(L_20, L_21, /*hidden argument*/NULL);
if (!L_22)
{
goto IL_0081;
}
}
{
// obj = Delegate.Remove(obj, ds[i]);
Delegate_t * L_23 = ___obj0;
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_24 = V_2;
int32_t L_25 = V_3;
NullCheck(L_24);
int32_t L_26 = L_25;
Delegate_t * L_27 = (L_24)->GetAt(static_cast<il2cpp_array_size_t>(L_26));
Delegate_t * L_28 = Delegate_Remove_m0B0DB7D1B3AF96B71AFAA72BA0EFE32FBBC2932D(L_23, L_27, /*hidden argument*/NULL);
___obj0 = L_28;
// state.DelayDispose(ld.func);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_29 = V_1;
LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 * L_30 = V_4;
NullCheck(L_30);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_31 = L_30->get_func_0();
NullCheck(L_29);
LuaState_DelayDispose_mFA50AA053E1F6CA6CFA566400A1343B9258DD999(L_29, L_31, /*hidden argument*/NULL);
// state.DelayDispose(ld.self);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_32 = V_1;
LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 * L_33 = V_4;
NullCheck(L_33);
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_34 = L_33->get_self_1();
NullCheck(L_32);
LuaState_DelayDispose_mFA50AA053E1F6CA6CFA566400A1343B9258DD999(L_32, L_34, /*hidden argument*/NULL);
// break;
goto IL_008b;
}
IL_0081:
{
// for (int i = 0; i < ds.Length; i++)
int32_t L_35 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1));
}
IL_0085:
{
// for (int i = 0; i < ds.Length; i++)
int32_t L_36 = V_3;
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* 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_0037;
}
}
IL_008b:
{
// return obj;
Delegate_t * L_38 = ___obj0;
return L_38;
}
}
// System.Action DelegateFactory::System_Action(LuaInterface.LuaFunction,LuaInterface.LuaTable,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * DelegateFactory_System_Action_m7A7338D76891971CA480DA378BFC0135885932B1 (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, bool ___flag2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_System_Action_m7A7338D76891971CA480DA378BFC0135885932B1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * V_0 = NULL;
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * V_1 = NULL;
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * G_B3_0 = NULL;
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * G_B2_0 = NULL;
{
// if (func == null)
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
bool L_1 = LuaBaseRef_op_Equality_m3930A4B3F75C8D691B661568896F24C8155CD102(L_0, (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0029;
}
}
{
// System.Action fn = delegate() { };
IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var);
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_2 = ((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->get_U3CU3E9__10_0_1();
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_3 = L_2;
G_B2_0 = L_3;
if (L_3)
{
G_B3_0 = L_3;
goto IL_0028;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var);
U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE * L_4 = ((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->get_U3CU3E9_0();
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_5 = (Action_t591D2A86165F896B4B800BB5C25CE18672A55579 *)il2cpp_codegen_object_new(Action_t591D2A86165F896B4B800BB5C25CE18672A55579_il2cpp_TypeInfo_var);
Action__ctor_m570E96B2A0C48BC1DC6788460316191F24572760(L_5, L_4, (intptr_t)((intptr_t)U3CU3Ec_U3CSystem_ActionU3Eb__10_0_mDBC42FFE27B96D7FBDA072D0DCCF848D33A03C4E_RuntimeMethod_var), /*hidden argument*/NULL);
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_6 = L_5;
((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->set_U3CU3E9__10_0_1(L_6);
G_B3_0 = L_6;
}
IL_0028:
{
// return fn;
return G_B3_0;
}
IL_0029:
{
// if(!flag)
bool L_7 = ___flag2;
if (L_7)
{
goto IL_004c;
}
}
{
// System_Action_Event target = new System_Action_Event(func);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_8 = ___func0;
System_Action_Event_t849A1E142A0EF10B1A879D227B3C0377B9132848 * L_9 = (System_Action_Event_t849A1E142A0EF10B1A879D227B3C0377B9132848 *)il2cpp_codegen_object_new(System_Action_Event_t849A1E142A0EF10B1A879D227B3C0377B9132848_il2cpp_TypeInfo_var);
System_Action_Event__ctor_m3612F16585FE07B5BDC23DB9093331AE7DDF7B12(L_9, L_8, /*hidden argument*/NULL);
// System.Action d = target.Call;
System_Action_Event_t849A1E142A0EF10B1A879D227B3C0377B9132848 * L_10 = L_9;
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_11 = (Action_t591D2A86165F896B4B800BB5C25CE18672A55579 *)il2cpp_codegen_object_new(Action_t591D2A86165F896B4B800BB5C25CE18672A55579_il2cpp_TypeInfo_var);
Action__ctor_m570E96B2A0C48BC1DC6788460316191F24572760(L_11, L_10, (intptr_t)((intptr_t)System_Action_Event_Call_mD41D39210848C8C9A389EFA000A6131FDDCC8D0B_RuntimeMethod_var), /*hidden argument*/NULL);
V_0 = L_11;
// target.method = d.Method;
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_12 = V_0;
NullCheck(L_12);
MethodInfo_t * L_13 = Delegate_get_Method_m0AC85D2B0C4CA63C471BC37FFDC3A5EA1E8ED048(L_12, /*hidden argument*/NULL);
NullCheck(L_10);
((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)L_10)->set_method_2(L_13);
// return d;
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_14 = V_0;
return L_14;
}
IL_004c:
{
// System_Action_Event target = new System_Action_Event(func, self);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_15 = ___func0;
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_16 = ___self1;
System_Action_Event_t849A1E142A0EF10B1A879D227B3C0377B9132848 * L_17 = (System_Action_Event_t849A1E142A0EF10B1A879D227B3C0377B9132848 *)il2cpp_codegen_object_new(System_Action_Event_t849A1E142A0EF10B1A879D227B3C0377B9132848_il2cpp_TypeInfo_var);
System_Action_Event__ctor_mDA1FBD4643E633589A4F543FCA37E00D19772F87(L_17, L_15, L_16, /*hidden argument*/NULL);
// System.Action d = target.CallWithSelf;
System_Action_Event_t849A1E142A0EF10B1A879D227B3C0377B9132848 * L_18 = L_17;
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_19 = (Action_t591D2A86165F896B4B800BB5C25CE18672A55579 *)il2cpp_codegen_object_new(Action_t591D2A86165F896B4B800BB5C25CE18672A55579_il2cpp_TypeInfo_var);
Action__ctor_m570E96B2A0C48BC1DC6788460316191F24572760(L_19, L_18, (intptr_t)((intptr_t)System_Action_Event_CallWithSelf_m78C458148609418F14389E7C820D25AEEF98DCC7_RuntimeMethod_var), /*hidden argument*/NULL);
V_1 = L_19;
// target.method = d.Method;
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_20 = V_1;
NullCheck(L_20);
MethodInfo_t * L_21 = Delegate_get_Method_m0AC85D2B0C4CA63C471BC37FFDC3A5EA1E8ED048(L_20, /*hidden argument*/NULL);
NullCheck(L_18);
((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)L_18)->set_method_2(L_21);
// return d;
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_22 = V_1;
return L_22;
}
}
// System.Boolean DelegateFactory::Check_System_Action(System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DelegateFactory_Check_System_Action_mDC6B855CA5B26E2B9E5C8B8629DE3F0BC2F13C2F (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_Check_System_Action_mDC6B855CA5B26E2B9E5C8B8629DE3F0BC2F13C2F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return TypeChecker.CheckDelegateType(typeof(System.Action), L, pos);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (Action_t591D2A86165F896B4B800BB5C25CE18672A55579_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_0, /*hidden argument*/NULL);
intptr_t L_2 = ___L0;
int32_t L_3 = ___pos1;
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
bool L_4 = TypeChecker_CheckDelegateType_mBA16C99989C8C054753479195A60E24F471E6CC2(L_1, (intptr_t)L_2, L_3, /*hidden argument*/NULL);
return L_4;
}
}
// System.Void DelegateFactory::Push_System_Action(System.IntPtr,System.Action)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DelegateFactory_Push_System_Action_m48E10D697053A892118193939C1E7E5B2A70C768 (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, intptr_t ___L0, Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * ___o1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_Push_System_Action_m48E10D697053A892118193939C1E7E5B2A70C768_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// ToLua.Push(L, o);
intptr_t L_0 = ___L0;
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_1 = ___o1;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_0, L_1, /*hidden argument*/NULL);
// }
return;
}
}
// UnityEngine.Events.UnityAction DelegateFactory::UnityEngine_Events_UnityAction(LuaInterface.LuaFunction,LuaInterface.LuaTable,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * DelegateFactory_UnityEngine_Events_UnityAction_m16996529BF5ECB605054979679396F2D08887F7A (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, bool ___flag2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_UnityEngine_Events_UnityAction_m16996529BF5ECB605054979679396F2D08887F7A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * V_0 = NULL;
UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * V_1 = NULL;
UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * G_B3_0 = NULL;
UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * G_B2_0 = NULL;
{
// if (func == null)
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
bool L_1 = LuaBaseRef_op_Equality_m3930A4B3F75C8D691B661568896F24C8155CD102(L_0, (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0029;
}
}
{
// UnityEngine.Events.UnityAction fn = delegate() { };
IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var);
UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * L_2 = ((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->get_U3CU3E9__14_0_2();
UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * L_3 = L_2;
G_B2_0 = L_3;
if (L_3)
{
G_B3_0 = L_3;
goto IL_0028;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var);
U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE * L_4 = ((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->get_U3CU3E9_0();
UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * L_5 = (UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 *)il2cpp_codegen_object_new(UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4_il2cpp_TypeInfo_var);
UnityAction__ctor_mEFC4B92529CE83DF72501F92E07EC5598C54BDAC(L_5, L_4, (intptr_t)((intptr_t)U3CU3Ec_U3CUnityEngine_Events_UnityActionU3Eb__14_0_m4308835DEEE2ABF199F8A7F931A2865130B07BC3_RuntimeMethod_var), /*hidden argument*/NULL);
UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * L_6 = L_5;
((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->set_U3CU3E9__14_0_2(L_6);
G_B3_0 = L_6;
}
IL_0028:
{
// return fn;
return G_B3_0;
}
IL_0029:
{
// if(!flag)
bool L_7 = ___flag2;
if (L_7)
{
goto IL_004c;
}
}
{
// UnityEngine_Events_UnityAction_Event target = new UnityEngine_Events_UnityAction_Event(func);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_8 = ___func0;
UnityEngine_Events_UnityAction_Event_t10F8F38079DCA5884F5DEA623753436B88F6292F * L_9 = (UnityEngine_Events_UnityAction_Event_t10F8F38079DCA5884F5DEA623753436B88F6292F *)il2cpp_codegen_object_new(UnityEngine_Events_UnityAction_Event_t10F8F38079DCA5884F5DEA623753436B88F6292F_il2cpp_TypeInfo_var);
UnityEngine_Events_UnityAction_Event__ctor_mBB294EF5D9C25714399923C123CE0C7307036901(L_9, L_8, /*hidden argument*/NULL);
// UnityEngine.Events.UnityAction d = target.Call;
UnityEngine_Events_UnityAction_Event_t10F8F38079DCA5884F5DEA623753436B88F6292F * L_10 = L_9;
UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * L_11 = (UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 *)il2cpp_codegen_object_new(UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4_il2cpp_TypeInfo_var);
UnityAction__ctor_mEFC4B92529CE83DF72501F92E07EC5598C54BDAC(L_11, L_10, (intptr_t)((intptr_t)UnityEngine_Events_UnityAction_Event_Call_mDAF7CE8084404626477A14A5CC0AB286ED6636BD_RuntimeMethod_var), /*hidden argument*/NULL);
V_0 = L_11;
// target.method = d.Method;
UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * L_12 = V_0;
NullCheck(L_12);
MethodInfo_t * L_13 = Delegate_get_Method_m0AC85D2B0C4CA63C471BC37FFDC3A5EA1E8ED048(L_12, /*hidden argument*/NULL);
NullCheck(L_10);
((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)L_10)->set_method_2(L_13);
// return d;
UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * L_14 = V_0;
return L_14;
}
IL_004c:
{
// UnityEngine_Events_UnityAction_Event target = new UnityEngine_Events_UnityAction_Event(func, self);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_15 = ___func0;
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_16 = ___self1;
UnityEngine_Events_UnityAction_Event_t10F8F38079DCA5884F5DEA623753436B88F6292F * L_17 = (UnityEngine_Events_UnityAction_Event_t10F8F38079DCA5884F5DEA623753436B88F6292F *)il2cpp_codegen_object_new(UnityEngine_Events_UnityAction_Event_t10F8F38079DCA5884F5DEA623753436B88F6292F_il2cpp_TypeInfo_var);
UnityEngine_Events_UnityAction_Event__ctor_mF4DA0227DC948BDF6F69E1D3AC4617EE4374E196(L_17, L_15, L_16, /*hidden argument*/NULL);
// UnityEngine.Events.UnityAction d = target.CallWithSelf;
UnityEngine_Events_UnityAction_Event_t10F8F38079DCA5884F5DEA623753436B88F6292F * L_18 = L_17;
UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * L_19 = (UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 *)il2cpp_codegen_object_new(UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4_il2cpp_TypeInfo_var);
UnityAction__ctor_mEFC4B92529CE83DF72501F92E07EC5598C54BDAC(L_19, L_18, (intptr_t)((intptr_t)UnityEngine_Events_UnityAction_Event_CallWithSelf_m783D373C9666FD915B745CDC1DE54F9A838ABDDF_RuntimeMethod_var), /*hidden argument*/NULL);
V_1 = L_19;
// target.method = d.Method;
UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * L_20 = V_1;
NullCheck(L_20);
MethodInfo_t * L_21 = Delegate_get_Method_m0AC85D2B0C4CA63C471BC37FFDC3A5EA1E8ED048(L_20, /*hidden argument*/NULL);
NullCheck(L_18);
((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)L_18)->set_method_2(L_21);
// return d;
UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * L_22 = V_1;
return L_22;
}
}
// System.Boolean DelegateFactory::Check_UnityEngine_Events_UnityAction(System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DelegateFactory_Check_UnityEngine_Events_UnityAction_mBD5F5AA010E2383F65EA9BF5F8ECCFF64DD01107 (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_Check_UnityEngine_Events_UnityAction_mBD5F5AA010E2383F65EA9BF5F8ECCFF64DD01107_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return TypeChecker.CheckDelegateType(typeof(UnityEngine.Events.UnityAction), L, pos);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_0, /*hidden argument*/NULL);
intptr_t L_2 = ___L0;
int32_t L_3 = ___pos1;
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
bool L_4 = TypeChecker_CheckDelegateType_mBA16C99989C8C054753479195A60E24F471E6CC2(L_1, (intptr_t)L_2, L_3, /*hidden argument*/NULL);
return L_4;
}
}
// System.Void DelegateFactory::Push_UnityEngine_Events_UnityAction(System.IntPtr,UnityEngine.Events.UnityAction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DelegateFactory_Push_UnityEngine_Events_UnityAction_mF538E19BB415938B38C1C6A9CE872941EF605BB0 (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, intptr_t ___L0, UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * ___o1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_Push_UnityEngine_Events_UnityAction_mF538E19BB415938B38C1C6A9CE872941EF605BB0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// ToLua.Push(L, o);
intptr_t L_0 = ___L0;
UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * L_1 = ___o1;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_0, L_1, /*hidden argument*/NULL);
// }
return;
}
}
// System.Predicate`1<System.Int32> DelegateFactory::System_Predicate_int(LuaInterface.LuaFunction,LuaInterface.LuaTable,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Predicate_1_t2E795623C97B4C5B38406E9201D0720C5C15895F * DelegateFactory_System_Predicate_int_m336AEFBD22523EDC252A261D21A70E8642B6697E (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, bool ___flag2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_System_Predicate_int_m336AEFBD22523EDC252A261D21A70E8642B6697E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Predicate_1_t2E795623C97B4C5B38406E9201D0720C5C15895F * V_0 = NULL;
Predicate_1_t2E795623C97B4C5B38406E9201D0720C5C15895F * V_1 = NULL;
Predicate_1_t2E795623C97B4C5B38406E9201D0720C5C15895F * G_B3_0 = NULL;
Predicate_1_t2E795623C97B4C5B38406E9201D0720C5C15895F * G_B2_0 = NULL;
{
// if (func == null)
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
bool L_1 = LuaBaseRef_op_Equality_m3930A4B3F75C8D691B661568896F24C8155CD102(L_0, (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0029;
}
}
{
// System.Predicate<int> fn = delegate(int param0) { return false; };
IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var);
Predicate_1_t2E795623C97B4C5B38406E9201D0720C5C15895F * L_2 = ((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->get_U3CU3E9__18_0_3();
Predicate_1_t2E795623C97B4C5B38406E9201D0720C5C15895F * L_3 = L_2;
G_B2_0 = L_3;
if (L_3)
{
G_B3_0 = L_3;
goto IL_0028;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var);
U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE * L_4 = ((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->get_U3CU3E9_0();
Predicate_1_t2E795623C97B4C5B38406E9201D0720C5C15895F * L_5 = (Predicate_1_t2E795623C97B4C5B38406E9201D0720C5C15895F *)il2cpp_codegen_object_new(Predicate_1_t2E795623C97B4C5B38406E9201D0720C5C15895F_il2cpp_TypeInfo_var);
Predicate_1__ctor_m78FDCEC58FE3D44DCE64FE4F1F6B4184DCCBCDCD(L_5, L_4, (intptr_t)((intptr_t)U3CU3Ec_U3CSystem_Predicate_intU3Eb__18_0_m3312F6C4FB51C49C8940B14F49B1F16BBDEE1AFB_RuntimeMethod_var), /*hidden argument*/Predicate_1__ctor_m78FDCEC58FE3D44DCE64FE4F1F6B4184DCCBCDCD_RuntimeMethod_var);
Predicate_1_t2E795623C97B4C5B38406E9201D0720C5C15895F * L_6 = L_5;
((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->set_U3CU3E9__18_0_3(L_6);
G_B3_0 = L_6;
}
IL_0028:
{
// return fn;
return G_B3_0;
}
IL_0029:
{
// if(!flag)
bool L_7 = ___flag2;
if (L_7)
{
goto IL_004c;
}
}
{
// System_Predicate_int_Event target = new System_Predicate_int_Event(func);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_8 = ___func0;
System_Predicate_int_Event_tADCE6E9B1CAEE8B07B7E6A858BA193A568EA52BD * L_9 = (System_Predicate_int_Event_tADCE6E9B1CAEE8B07B7E6A858BA193A568EA52BD *)il2cpp_codegen_object_new(System_Predicate_int_Event_tADCE6E9B1CAEE8B07B7E6A858BA193A568EA52BD_il2cpp_TypeInfo_var);
System_Predicate_int_Event__ctor_m8896C340711B7A96A4A16354A733B0A05A836886(L_9, L_8, /*hidden argument*/NULL);
// System.Predicate<int> d = target.Call;
System_Predicate_int_Event_tADCE6E9B1CAEE8B07B7E6A858BA193A568EA52BD * L_10 = L_9;
Predicate_1_t2E795623C97B4C5B38406E9201D0720C5C15895F * L_11 = (Predicate_1_t2E795623C97B4C5B38406E9201D0720C5C15895F *)il2cpp_codegen_object_new(Predicate_1_t2E795623C97B4C5B38406E9201D0720C5C15895F_il2cpp_TypeInfo_var);
Predicate_1__ctor_m78FDCEC58FE3D44DCE64FE4F1F6B4184DCCBCDCD(L_11, L_10, (intptr_t)((intptr_t)System_Predicate_int_Event_Call_m0CA49D822A2F67A3EEFCDF8C9D2DB3BE54164926_RuntimeMethod_var), /*hidden argument*/Predicate_1__ctor_m78FDCEC58FE3D44DCE64FE4F1F6B4184DCCBCDCD_RuntimeMethod_var);
V_0 = L_11;
// target.method = d.Method;
Predicate_1_t2E795623C97B4C5B38406E9201D0720C5C15895F * L_12 = V_0;
NullCheck(L_12);
MethodInfo_t * L_13 = Delegate_get_Method_m0AC85D2B0C4CA63C471BC37FFDC3A5EA1E8ED048(L_12, /*hidden argument*/NULL);
NullCheck(L_10);
((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)L_10)->set_method_2(L_13);
// return d;
Predicate_1_t2E795623C97B4C5B38406E9201D0720C5C15895F * L_14 = V_0;
return L_14;
}
IL_004c:
{
// System_Predicate_int_Event target = new System_Predicate_int_Event(func, self);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_15 = ___func0;
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_16 = ___self1;
System_Predicate_int_Event_tADCE6E9B1CAEE8B07B7E6A858BA193A568EA52BD * L_17 = (System_Predicate_int_Event_tADCE6E9B1CAEE8B07B7E6A858BA193A568EA52BD *)il2cpp_codegen_object_new(System_Predicate_int_Event_tADCE6E9B1CAEE8B07B7E6A858BA193A568EA52BD_il2cpp_TypeInfo_var);
System_Predicate_int_Event__ctor_mFFF17C068DA1255CA11B78479DBF2304725BAEDF(L_17, L_15, L_16, /*hidden argument*/NULL);
// System.Predicate<int> d = target.CallWithSelf;
System_Predicate_int_Event_tADCE6E9B1CAEE8B07B7E6A858BA193A568EA52BD * L_18 = L_17;
Predicate_1_t2E795623C97B4C5B38406E9201D0720C5C15895F * L_19 = (Predicate_1_t2E795623C97B4C5B38406E9201D0720C5C15895F *)il2cpp_codegen_object_new(Predicate_1_t2E795623C97B4C5B38406E9201D0720C5C15895F_il2cpp_TypeInfo_var);
Predicate_1__ctor_m78FDCEC58FE3D44DCE64FE4F1F6B4184DCCBCDCD(L_19, L_18, (intptr_t)((intptr_t)System_Predicate_int_Event_CallWithSelf_mDD1367FECD8C323C4893F3DDD34A95C1B0912186_RuntimeMethod_var), /*hidden argument*/Predicate_1__ctor_m78FDCEC58FE3D44DCE64FE4F1F6B4184DCCBCDCD_RuntimeMethod_var);
V_1 = L_19;
// target.method = d.Method;
Predicate_1_t2E795623C97B4C5B38406E9201D0720C5C15895F * L_20 = V_1;
NullCheck(L_20);
MethodInfo_t * L_21 = Delegate_get_Method_m0AC85D2B0C4CA63C471BC37FFDC3A5EA1E8ED048(L_20, /*hidden argument*/NULL);
NullCheck(L_18);
((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)L_18)->set_method_2(L_21);
// return d;
Predicate_1_t2E795623C97B4C5B38406E9201D0720C5C15895F * L_22 = V_1;
return L_22;
}
}
// System.Boolean DelegateFactory::Check_System_Predicate_int(System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DelegateFactory_Check_System_Predicate_int_m554363ABEDF04B6A395EF5F3815CDFF3794C4AE3 (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_Check_System_Predicate_int_m554363ABEDF04B6A395EF5F3815CDFF3794C4AE3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return TypeChecker.CheckDelegateType(typeof(System.Predicate<int>), L, pos);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (Predicate_1_t2E795623C97B4C5B38406E9201D0720C5C15895F_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_0, /*hidden argument*/NULL);
intptr_t L_2 = ___L0;
int32_t L_3 = ___pos1;
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
bool L_4 = TypeChecker_CheckDelegateType_mBA16C99989C8C054753479195A60E24F471E6CC2(L_1, (intptr_t)L_2, L_3, /*hidden argument*/NULL);
return L_4;
}
}
// System.Void DelegateFactory::Push_System_Predicate_int(System.IntPtr,System.Predicate`1<System.Int32>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DelegateFactory_Push_System_Predicate_int_m94505599214AAE06B8DFB093FF79C2598C616D16 (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, intptr_t ___L0, Predicate_1_t2E795623C97B4C5B38406E9201D0720C5C15895F * ___o1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_Push_System_Predicate_int_m94505599214AAE06B8DFB093FF79C2598C616D16_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// ToLua.Push(L, o);
intptr_t L_0 = ___L0;
Predicate_1_t2E795623C97B4C5B38406E9201D0720C5C15895F * L_1 = ___o1;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_0, L_1, /*hidden argument*/NULL);
// }
return;
}
}
// System.Action`1<System.Int32> DelegateFactory::System_Action_int(LuaInterface.LuaFunction,LuaInterface.LuaTable,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Action_1_t9B7C5376025AEF32439C13FB3BA4BFF8F0F0477B * DelegateFactory_System_Action_int_m44D6A7763CC2614B28C1C46F0E7746D66659C6F2 (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, bool ___flag2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_System_Action_int_m44D6A7763CC2614B28C1C46F0E7746D66659C6F2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Action_1_t9B7C5376025AEF32439C13FB3BA4BFF8F0F0477B * V_0 = NULL;
Action_1_t9B7C5376025AEF32439C13FB3BA4BFF8F0F0477B * V_1 = NULL;
Action_1_t9B7C5376025AEF32439C13FB3BA4BFF8F0F0477B * G_B3_0 = NULL;
Action_1_t9B7C5376025AEF32439C13FB3BA4BFF8F0F0477B * G_B2_0 = NULL;
{
// if (func == null)
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
bool L_1 = LuaBaseRef_op_Equality_m3930A4B3F75C8D691B661568896F24C8155CD102(L_0, (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0029;
}
}
{
// System.Action<int> fn = delegate(int param0) { };
IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var);
Action_1_t9B7C5376025AEF32439C13FB3BA4BFF8F0F0477B * L_2 = ((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->get_U3CU3E9__22_0_4();
Action_1_t9B7C5376025AEF32439C13FB3BA4BFF8F0F0477B * L_3 = L_2;
G_B2_0 = L_3;
if (L_3)
{
G_B3_0 = L_3;
goto IL_0028;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var);
U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE * L_4 = ((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->get_U3CU3E9_0();
Action_1_t9B7C5376025AEF32439C13FB3BA4BFF8F0F0477B * L_5 = (Action_1_t9B7C5376025AEF32439C13FB3BA4BFF8F0F0477B *)il2cpp_codegen_object_new(Action_1_t9B7C5376025AEF32439C13FB3BA4BFF8F0F0477B_il2cpp_TypeInfo_var);
Action_1__ctor_m2CDF7A9DFEDA8D59543C004CB97A89C47A0CDC3E(L_5, L_4, (intptr_t)((intptr_t)U3CU3Ec_U3CSystem_Action_intU3Eb__22_0_m0935E266636D1CC81C33F23F3B6D4DAAC2524F9B_RuntimeMethod_var), /*hidden argument*/Action_1__ctor_m2CDF7A9DFEDA8D59543C004CB97A89C47A0CDC3E_RuntimeMethod_var);
Action_1_t9B7C5376025AEF32439C13FB3BA4BFF8F0F0477B * L_6 = L_5;
((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->set_U3CU3E9__22_0_4(L_6);
G_B3_0 = L_6;
}
IL_0028:
{
// return fn;
return G_B3_0;
}
IL_0029:
{
// if(!flag)
bool L_7 = ___flag2;
if (L_7)
{
goto IL_004c;
}
}
{
// System_Action_int_Event target = new System_Action_int_Event(func);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_8 = ___func0;
System_Action_int_Event_t72AB5253E5D11247384654DA5B392C786877B7BA * L_9 = (System_Action_int_Event_t72AB5253E5D11247384654DA5B392C786877B7BA *)il2cpp_codegen_object_new(System_Action_int_Event_t72AB5253E5D11247384654DA5B392C786877B7BA_il2cpp_TypeInfo_var);
System_Action_int_Event__ctor_m1A66631E93FBFBC9788BAED3E25119DD3F0E3A23(L_9, L_8, /*hidden argument*/NULL);
// System.Action<int> d = target.Call;
System_Action_int_Event_t72AB5253E5D11247384654DA5B392C786877B7BA * L_10 = L_9;
Action_1_t9B7C5376025AEF32439C13FB3BA4BFF8F0F0477B * L_11 = (Action_1_t9B7C5376025AEF32439C13FB3BA4BFF8F0F0477B *)il2cpp_codegen_object_new(Action_1_t9B7C5376025AEF32439C13FB3BA4BFF8F0F0477B_il2cpp_TypeInfo_var);
Action_1__ctor_m2CDF7A9DFEDA8D59543C004CB97A89C47A0CDC3E(L_11, L_10, (intptr_t)((intptr_t)System_Action_int_Event_Call_m32A35D6180E14A0C661D06E49A112F02F2253672_RuntimeMethod_var), /*hidden argument*/Action_1__ctor_m2CDF7A9DFEDA8D59543C004CB97A89C47A0CDC3E_RuntimeMethod_var);
V_0 = L_11;
// target.method = d.Method;
Action_1_t9B7C5376025AEF32439C13FB3BA4BFF8F0F0477B * L_12 = V_0;
NullCheck(L_12);
MethodInfo_t * L_13 = Delegate_get_Method_m0AC85D2B0C4CA63C471BC37FFDC3A5EA1E8ED048(L_12, /*hidden argument*/NULL);
NullCheck(L_10);
((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)L_10)->set_method_2(L_13);
// return d;
Action_1_t9B7C5376025AEF32439C13FB3BA4BFF8F0F0477B * L_14 = V_0;
return L_14;
}
IL_004c:
{
// System_Action_int_Event target = new System_Action_int_Event(func, self);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_15 = ___func0;
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_16 = ___self1;
System_Action_int_Event_t72AB5253E5D11247384654DA5B392C786877B7BA * L_17 = (System_Action_int_Event_t72AB5253E5D11247384654DA5B392C786877B7BA *)il2cpp_codegen_object_new(System_Action_int_Event_t72AB5253E5D11247384654DA5B392C786877B7BA_il2cpp_TypeInfo_var);
System_Action_int_Event__ctor_m298CD40BB105AFFE88A828ADAEDE311FC1C83499(L_17, L_15, L_16, /*hidden argument*/NULL);
// System.Action<int> d = target.CallWithSelf;
System_Action_int_Event_t72AB5253E5D11247384654DA5B392C786877B7BA * L_18 = L_17;
Action_1_t9B7C5376025AEF32439C13FB3BA4BFF8F0F0477B * L_19 = (Action_1_t9B7C5376025AEF32439C13FB3BA4BFF8F0F0477B *)il2cpp_codegen_object_new(Action_1_t9B7C5376025AEF32439C13FB3BA4BFF8F0F0477B_il2cpp_TypeInfo_var);
Action_1__ctor_m2CDF7A9DFEDA8D59543C004CB97A89C47A0CDC3E(L_19, L_18, (intptr_t)((intptr_t)System_Action_int_Event_CallWithSelf_m2C526B464F555EF69AC0D84D41D063EC2188E6FA_RuntimeMethod_var), /*hidden argument*/Action_1__ctor_m2CDF7A9DFEDA8D59543C004CB97A89C47A0CDC3E_RuntimeMethod_var);
V_1 = L_19;
// target.method = d.Method;
Action_1_t9B7C5376025AEF32439C13FB3BA4BFF8F0F0477B * L_20 = V_1;
NullCheck(L_20);
MethodInfo_t * L_21 = Delegate_get_Method_m0AC85D2B0C4CA63C471BC37FFDC3A5EA1E8ED048(L_20, /*hidden argument*/NULL);
NullCheck(L_18);
((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)L_18)->set_method_2(L_21);
// return d;
Action_1_t9B7C5376025AEF32439C13FB3BA4BFF8F0F0477B * L_22 = V_1;
return L_22;
}
}
// System.Boolean DelegateFactory::Check_System_Action_int(System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DelegateFactory_Check_System_Action_int_mFA8AC1CFAC8D9BB50B952A31E9B7318EC89ED02B (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_Check_System_Action_int_mFA8AC1CFAC8D9BB50B952A31E9B7318EC89ED02B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return TypeChecker.CheckDelegateType(typeof(System.Action<int>), L, pos);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (Action_1_t9B7C5376025AEF32439C13FB3BA4BFF8F0F0477B_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_0, /*hidden argument*/NULL);
intptr_t L_2 = ___L0;
int32_t L_3 = ___pos1;
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
bool L_4 = TypeChecker_CheckDelegateType_mBA16C99989C8C054753479195A60E24F471E6CC2(L_1, (intptr_t)L_2, L_3, /*hidden argument*/NULL);
return L_4;
}
}
// System.Void DelegateFactory::Push_System_Action_int(System.IntPtr,System.Action`1<System.Int32>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DelegateFactory_Push_System_Action_int_m746486B13D30A6E14F52683C1801560F54FECDE2 (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, intptr_t ___L0, Action_1_t9B7C5376025AEF32439C13FB3BA4BFF8F0F0477B * ___o1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_Push_System_Action_int_m746486B13D30A6E14F52683C1801560F54FECDE2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// ToLua.Push(L, o);
intptr_t L_0 = ___L0;
Action_1_t9B7C5376025AEF32439C13FB3BA4BFF8F0F0477B * L_1 = ___o1;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_0, L_1, /*hidden argument*/NULL);
// }
return;
}
}
// System.Comparison`1<System.Int32> DelegateFactory::System_Comparison_int(LuaInterface.LuaFunction,LuaInterface.LuaTable,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Comparison_1_t95809882384ACB4AEB9589D76F665E1BA5C3CBEA * DelegateFactory_System_Comparison_int_m7A08D68520A322FF52EDA490794DB3D1B645B066 (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, bool ___flag2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_System_Comparison_int_m7A08D68520A322FF52EDA490794DB3D1B645B066_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Comparison_1_t95809882384ACB4AEB9589D76F665E1BA5C3CBEA * V_0 = NULL;
Comparison_1_t95809882384ACB4AEB9589D76F665E1BA5C3CBEA * V_1 = NULL;
Comparison_1_t95809882384ACB4AEB9589D76F665E1BA5C3CBEA * G_B3_0 = NULL;
Comparison_1_t95809882384ACB4AEB9589D76F665E1BA5C3CBEA * G_B2_0 = NULL;
{
// if (func == null)
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
bool L_1 = LuaBaseRef_op_Equality_m3930A4B3F75C8D691B661568896F24C8155CD102(L_0, (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0029;
}
}
{
// System.Comparison<int> fn = delegate(int param0, int param1) { return 0; };
IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var);
Comparison_1_t95809882384ACB4AEB9589D76F665E1BA5C3CBEA * L_2 = ((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->get_U3CU3E9__26_0_5();
Comparison_1_t95809882384ACB4AEB9589D76F665E1BA5C3CBEA * L_3 = L_2;
G_B2_0 = L_3;
if (L_3)
{
G_B3_0 = L_3;
goto IL_0028;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var);
U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE * L_4 = ((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->get_U3CU3E9_0();
Comparison_1_t95809882384ACB4AEB9589D76F665E1BA5C3CBEA * L_5 = (Comparison_1_t95809882384ACB4AEB9589D76F665E1BA5C3CBEA *)il2cpp_codegen_object_new(Comparison_1_t95809882384ACB4AEB9589D76F665E1BA5C3CBEA_il2cpp_TypeInfo_var);
Comparison_1__ctor_m351A5D1CE13059200A939CFDF2730BA856A65DE4(L_5, L_4, (intptr_t)((intptr_t)U3CU3Ec_U3CSystem_Comparison_intU3Eb__26_0_m1FF7AB14F8B9EFA4D9DA5F4A96E0DEB23AE8A46F_RuntimeMethod_var), /*hidden argument*/Comparison_1__ctor_m351A5D1CE13059200A939CFDF2730BA856A65DE4_RuntimeMethod_var);
Comparison_1_t95809882384ACB4AEB9589D76F665E1BA5C3CBEA * L_6 = L_5;
((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->set_U3CU3E9__26_0_5(L_6);
G_B3_0 = L_6;
}
IL_0028:
{
// return fn;
return G_B3_0;
}
IL_0029:
{
// if(!flag)
bool L_7 = ___flag2;
if (L_7)
{
goto IL_004c;
}
}
{
// System_Comparison_int_Event target = new System_Comparison_int_Event(func);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_8 = ___func0;
System_Comparison_int_Event_t8E16B7A44C1FA6329B2D0890448E4C8778E2DA3D * L_9 = (System_Comparison_int_Event_t8E16B7A44C1FA6329B2D0890448E4C8778E2DA3D *)il2cpp_codegen_object_new(System_Comparison_int_Event_t8E16B7A44C1FA6329B2D0890448E4C8778E2DA3D_il2cpp_TypeInfo_var);
System_Comparison_int_Event__ctor_mD8902092460B6468F70C0329585EEB4D325DE2E0(L_9, L_8, /*hidden argument*/NULL);
// System.Comparison<int> d = target.Call;
System_Comparison_int_Event_t8E16B7A44C1FA6329B2D0890448E4C8778E2DA3D * L_10 = L_9;
Comparison_1_t95809882384ACB4AEB9589D76F665E1BA5C3CBEA * L_11 = (Comparison_1_t95809882384ACB4AEB9589D76F665E1BA5C3CBEA *)il2cpp_codegen_object_new(Comparison_1_t95809882384ACB4AEB9589D76F665E1BA5C3CBEA_il2cpp_TypeInfo_var);
Comparison_1__ctor_m351A5D1CE13059200A939CFDF2730BA856A65DE4(L_11, L_10, (intptr_t)((intptr_t)System_Comparison_int_Event_Call_m60202AB57B213C8E724E24BF0E726D410FC469ED_RuntimeMethod_var), /*hidden argument*/Comparison_1__ctor_m351A5D1CE13059200A939CFDF2730BA856A65DE4_RuntimeMethod_var);
V_0 = L_11;
// target.method = d.Method;
Comparison_1_t95809882384ACB4AEB9589D76F665E1BA5C3CBEA * L_12 = V_0;
NullCheck(L_12);
MethodInfo_t * L_13 = Delegate_get_Method_m0AC85D2B0C4CA63C471BC37FFDC3A5EA1E8ED048(L_12, /*hidden argument*/NULL);
NullCheck(L_10);
((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)L_10)->set_method_2(L_13);
// return d;
Comparison_1_t95809882384ACB4AEB9589D76F665E1BA5C3CBEA * L_14 = V_0;
return L_14;
}
IL_004c:
{
// System_Comparison_int_Event target = new System_Comparison_int_Event(func, self);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_15 = ___func0;
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_16 = ___self1;
System_Comparison_int_Event_t8E16B7A44C1FA6329B2D0890448E4C8778E2DA3D * L_17 = (System_Comparison_int_Event_t8E16B7A44C1FA6329B2D0890448E4C8778E2DA3D *)il2cpp_codegen_object_new(System_Comparison_int_Event_t8E16B7A44C1FA6329B2D0890448E4C8778E2DA3D_il2cpp_TypeInfo_var);
System_Comparison_int_Event__ctor_m6FAFD374B11BD0081FD79D94F7E7050EC560D154(L_17, L_15, L_16, /*hidden argument*/NULL);
// System.Comparison<int> d = target.CallWithSelf;
System_Comparison_int_Event_t8E16B7A44C1FA6329B2D0890448E4C8778E2DA3D * L_18 = L_17;
Comparison_1_t95809882384ACB4AEB9589D76F665E1BA5C3CBEA * L_19 = (Comparison_1_t95809882384ACB4AEB9589D76F665E1BA5C3CBEA *)il2cpp_codegen_object_new(Comparison_1_t95809882384ACB4AEB9589D76F665E1BA5C3CBEA_il2cpp_TypeInfo_var);
Comparison_1__ctor_m351A5D1CE13059200A939CFDF2730BA856A65DE4(L_19, L_18, (intptr_t)((intptr_t)System_Comparison_int_Event_CallWithSelf_mE14903432998BC5020AF2E733D6D0BC761586E52_RuntimeMethod_var), /*hidden argument*/Comparison_1__ctor_m351A5D1CE13059200A939CFDF2730BA856A65DE4_RuntimeMethod_var);
V_1 = L_19;
// target.method = d.Method;
Comparison_1_t95809882384ACB4AEB9589D76F665E1BA5C3CBEA * L_20 = V_1;
NullCheck(L_20);
MethodInfo_t * L_21 = Delegate_get_Method_m0AC85D2B0C4CA63C471BC37FFDC3A5EA1E8ED048(L_20, /*hidden argument*/NULL);
NullCheck(L_18);
((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)L_18)->set_method_2(L_21);
// return d;
Comparison_1_t95809882384ACB4AEB9589D76F665E1BA5C3CBEA * L_22 = V_1;
return L_22;
}
}
// System.Boolean DelegateFactory::Check_System_Comparison_int(System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DelegateFactory_Check_System_Comparison_int_m72ABC14F17B5488966540F6BB658ACD50F3D8924 (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_Check_System_Comparison_int_m72ABC14F17B5488966540F6BB658ACD50F3D8924_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return TypeChecker.CheckDelegateType(typeof(System.Comparison<int>), L, pos);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (Comparison_1_t95809882384ACB4AEB9589D76F665E1BA5C3CBEA_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_0, /*hidden argument*/NULL);
intptr_t L_2 = ___L0;
int32_t L_3 = ___pos1;
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
bool L_4 = TypeChecker_CheckDelegateType_mBA16C99989C8C054753479195A60E24F471E6CC2(L_1, (intptr_t)L_2, L_3, /*hidden argument*/NULL);
return L_4;
}
}
// System.Void DelegateFactory::Push_System_Comparison_int(System.IntPtr,System.Comparison`1<System.Int32>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DelegateFactory_Push_System_Comparison_int_m63DF52079CE4C7BC07E5C1D85899E448B6A56F83 (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, intptr_t ___L0, Comparison_1_t95809882384ACB4AEB9589D76F665E1BA5C3CBEA * ___o1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_Push_System_Comparison_int_m63DF52079CE4C7BC07E5C1D85899E448B6A56F83_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// ToLua.Push(L, o);
intptr_t L_0 = ___L0;
Comparison_1_t95809882384ACB4AEB9589D76F665E1BA5C3CBEA * L_1 = ___o1;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_0, L_1, /*hidden argument*/NULL);
// }
return;
}
}
// System.Func`2<System.Int32,System.Int32> DelegateFactory::System_Func_int_int(LuaInterface.LuaFunction,LuaInterface.LuaTable,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t190ADA4450373DF99141EFC879B039206E4E05F0 * DelegateFactory_System_Func_int_int_mDD8E03547EE314A92CBB392A18A159709B3BC3AF (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, bool ___flag2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_System_Func_int_int_mDD8E03547EE314A92CBB392A18A159709B3BC3AF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Func_2_t190ADA4450373DF99141EFC879B039206E4E05F0 * V_0 = NULL;
Func_2_t190ADA4450373DF99141EFC879B039206E4E05F0 * V_1 = NULL;
Func_2_t190ADA4450373DF99141EFC879B039206E4E05F0 * G_B3_0 = NULL;
Func_2_t190ADA4450373DF99141EFC879B039206E4E05F0 * G_B2_0 = NULL;
{
// if (func == null)
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
bool L_1 = LuaBaseRef_op_Equality_m3930A4B3F75C8D691B661568896F24C8155CD102(L_0, (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0029;
}
}
{
// System.Func<int,int> fn = delegate(int param0) { return 0; };
IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var);
Func_2_t190ADA4450373DF99141EFC879B039206E4E05F0 * L_2 = ((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->get_U3CU3E9__30_0_6();
Func_2_t190ADA4450373DF99141EFC879B039206E4E05F0 * L_3 = L_2;
G_B2_0 = L_3;
if (L_3)
{
G_B3_0 = L_3;
goto IL_0028;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var);
U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE * L_4 = ((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->get_U3CU3E9_0();
Func_2_t190ADA4450373DF99141EFC879B039206E4E05F0 * L_5 = (Func_2_t190ADA4450373DF99141EFC879B039206E4E05F0 *)il2cpp_codegen_object_new(Func_2_t190ADA4450373DF99141EFC879B039206E4E05F0_il2cpp_TypeInfo_var);
Func_2__ctor_m1204EE2CE2055318F4B79DC9CCE8BE14A1A0C755(L_5, L_4, (intptr_t)((intptr_t)U3CU3Ec_U3CSystem_Func_int_intU3Eb__30_0_m94A096AA33C385E887CB177A1AC0F16A74BEEEB0_RuntimeMethod_var), /*hidden argument*/Func_2__ctor_m1204EE2CE2055318F4B79DC9CCE8BE14A1A0C755_RuntimeMethod_var);
Func_2_t190ADA4450373DF99141EFC879B039206E4E05F0 * L_6 = L_5;
((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->set_U3CU3E9__30_0_6(L_6);
G_B3_0 = L_6;
}
IL_0028:
{
// return fn;
return G_B3_0;
}
IL_0029:
{
// if(!flag)
bool L_7 = ___flag2;
if (L_7)
{
goto IL_004c;
}
}
{
// System_Func_int_int_Event target = new System_Func_int_int_Event(func);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_8 = ___func0;
System_Func_int_int_Event_tD20BFACAE9508B8D28498F78151CD20BAE91E716 * L_9 = (System_Func_int_int_Event_tD20BFACAE9508B8D28498F78151CD20BAE91E716 *)il2cpp_codegen_object_new(System_Func_int_int_Event_tD20BFACAE9508B8D28498F78151CD20BAE91E716_il2cpp_TypeInfo_var);
System_Func_int_int_Event__ctor_mDB0730904EF1402E2971A91C2F1EDEB72EA57A8C(L_9, L_8, /*hidden argument*/NULL);
// System.Func<int,int> d = target.Call;
System_Func_int_int_Event_tD20BFACAE9508B8D28498F78151CD20BAE91E716 * L_10 = L_9;
Func_2_t190ADA4450373DF99141EFC879B039206E4E05F0 * L_11 = (Func_2_t190ADA4450373DF99141EFC879B039206E4E05F0 *)il2cpp_codegen_object_new(Func_2_t190ADA4450373DF99141EFC879B039206E4E05F0_il2cpp_TypeInfo_var);
Func_2__ctor_m1204EE2CE2055318F4B79DC9CCE8BE14A1A0C755(L_11, L_10, (intptr_t)((intptr_t)System_Func_int_int_Event_Call_m234D8FA9886084FAAE9544BDD52F5F9203B70218_RuntimeMethod_var), /*hidden argument*/Func_2__ctor_m1204EE2CE2055318F4B79DC9CCE8BE14A1A0C755_RuntimeMethod_var);
V_0 = L_11;
// target.method = d.Method;
Func_2_t190ADA4450373DF99141EFC879B039206E4E05F0 * L_12 = V_0;
NullCheck(L_12);
MethodInfo_t * L_13 = Delegate_get_Method_m0AC85D2B0C4CA63C471BC37FFDC3A5EA1E8ED048(L_12, /*hidden argument*/NULL);
NullCheck(L_10);
((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)L_10)->set_method_2(L_13);
// return d;
Func_2_t190ADA4450373DF99141EFC879B039206E4E05F0 * L_14 = V_0;
return L_14;
}
IL_004c:
{
// System_Func_int_int_Event target = new System_Func_int_int_Event(func, self);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_15 = ___func0;
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_16 = ___self1;
System_Func_int_int_Event_tD20BFACAE9508B8D28498F78151CD20BAE91E716 * L_17 = (System_Func_int_int_Event_tD20BFACAE9508B8D28498F78151CD20BAE91E716 *)il2cpp_codegen_object_new(System_Func_int_int_Event_tD20BFACAE9508B8D28498F78151CD20BAE91E716_il2cpp_TypeInfo_var);
System_Func_int_int_Event__ctor_m4821C15DDA219628084FF815633D0268927FADDC(L_17, L_15, L_16, /*hidden argument*/NULL);
// System.Func<int,int> d = target.CallWithSelf;
System_Func_int_int_Event_tD20BFACAE9508B8D28498F78151CD20BAE91E716 * L_18 = L_17;
Func_2_t190ADA4450373DF99141EFC879B039206E4E05F0 * L_19 = (Func_2_t190ADA4450373DF99141EFC879B039206E4E05F0 *)il2cpp_codegen_object_new(Func_2_t190ADA4450373DF99141EFC879B039206E4E05F0_il2cpp_TypeInfo_var);
Func_2__ctor_m1204EE2CE2055318F4B79DC9CCE8BE14A1A0C755(L_19, L_18, (intptr_t)((intptr_t)System_Func_int_int_Event_CallWithSelf_m9C0332165CCCEAFD90423C29B0BCC241672C4D03_RuntimeMethod_var), /*hidden argument*/Func_2__ctor_m1204EE2CE2055318F4B79DC9CCE8BE14A1A0C755_RuntimeMethod_var);
V_1 = L_19;
// target.method = d.Method;
Func_2_t190ADA4450373DF99141EFC879B039206E4E05F0 * L_20 = V_1;
NullCheck(L_20);
MethodInfo_t * L_21 = Delegate_get_Method_m0AC85D2B0C4CA63C471BC37FFDC3A5EA1E8ED048(L_20, /*hidden argument*/NULL);
NullCheck(L_18);
((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)L_18)->set_method_2(L_21);
// return d;
Func_2_t190ADA4450373DF99141EFC879B039206E4E05F0 * L_22 = V_1;
return L_22;
}
}
// System.Boolean DelegateFactory::Check_System_Func_int_int(System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DelegateFactory_Check_System_Func_int_int_m3C0A094576BFBE99BA5E19B961A76489C454540B (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_Check_System_Func_int_int_m3C0A094576BFBE99BA5E19B961A76489C454540B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return TypeChecker.CheckDelegateType(typeof(System.Func<int,int>), L, pos);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (Func_2_t190ADA4450373DF99141EFC879B039206E4E05F0_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_0, /*hidden argument*/NULL);
intptr_t L_2 = ___L0;
int32_t L_3 = ___pos1;
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
bool L_4 = TypeChecker_CheckDelegateType_mBA16C99989C8C054753479195A60E24F471E6CC2(L_1, (intptr_t)L_2, L_3, /*hidden argument*/NULL);
return L_4;
}
}
// System.Void DelegateFactory::Push_System_Func_int_int(System.IntPtr,System.Func`2<System.Int32,System.Int32>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DelegateFactory_Push_System_Func_int_int_m0F8A70DDA6040ACB94BE3AEB4E4F7F3468A8DAF4 (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, intptr_t ___L0, Func_2_t190ADA4450373DF99141EFC879B039206E4E05F0 * ___o1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_Push_System_Func_int_int_m0F8A70DDA6040ACB94BE3AEB4E4F7F3468A8DAF4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// ToLua.Push(L, o);
intptr_t L_0 = ___L0;
Func_2_t190ADA4450373DF99141EFC879B039206E4E05F0 * L_1 = ___o1;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_0, L_1, /*hidden argument*/NULL);
// }
return;
}
}
// FairyGUI.GTweenCallback DelegateFactory::FairyGUI_GTweenCallback(LuaInterface.LuaFunction,LuaInterface.LuaTable,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * DelegateFactory_FairyGUI_GTweenCallback_m878C2F5490B79C27704105A545ADDE5A9003A5B4 (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, bool ___flag2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_FairyGUI_GTweenCallback_m878C2F5490B79C27704105A545ADDE5A9003A5B4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * V_0 = NULL;
GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * V_1 = NULL;
GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * G_B3_0 = NULL;
GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * G_B2_0 = NULL;
{
// if (func == null)
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
bool L_1 = LuaBaseRef_op_Equality_m3930A4B3F75C8D691B661568896F24C8155CD102(L_0, (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0029;
}
}
{
// FairyGUI.GTweenCallback fn = delegate() { };
IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var);
GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * L_2 = ((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->get_U3CU3E9__34_0_7();
GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * L_3 = L_2;
G_B2_0 = L_3;
if (L_3)
{
G_B3_0 = L_3;
goto IL_0028;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var);
U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE * L_4 = ((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->get_U3CU3E9_0();
GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * L_5 = (GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F *)il2cpp_codegen_object_new(GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F_il2cpp_TypeInfo_var);
GTweenCallback__ctor_mE86930E15F44609368F9C8658766540642C0F49C(L_5, L_4, (intptr_t)((intptr_t)U3CU3Ec_U3CFairyGUI_GTweenCallbackU3Eb__34_0_mBDB311E4B3BBA05290BC38B91EAE80A6D28222C4_RuntimeMethod_var), /*hidden argument*/NULL);
GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * L_6 = L_5;
((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->set_U3CU3E9__34_0_7(L_6);
G_B3_0 = L_6;
}
IL_0028:
{
// return fn;
return G_B3_0;
}
IL_0029:
{
// if(!flag)
bool L_7 = ___flag2;
if (L_7)
{
goto IL_004c;
}
}
{
// FairyGUI_GTweenCallback_Event target = new FairyGUI_GTweenCallback_Event(func);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_8 = ___func0;
FairyGUI_GTweenCallback_Event_t8279878FD8AC41BB7495CA71FCC44D0CCBF8837A * L_9 = (FairyGUI_GTweenCallback_Event_t8279878FD8AC41BB7495CA71FCC44D0CCBF8837A *)il2cpp_codegen_object_new(FairyGUI_GTweenCallback_Event_t8279878FD8AC41BB7495CA71FCC44D0CCBF8837A_il2cpp_TypeInfo_var);
FairyGUI_GTweenCallback_Event__ctor_mE09C3D604184ECE492E5219F65064272208C8696(L_9, L_8, /*hidden argument*/NULL);
// FairyGUI.GTweenCallback d = target.Call;
FairyGUI_GTweenCallback_Event_t8279878FD8AC41BB7495CA71FCC44D0CCBF8837A * L_10 = L_9;
GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * L_11 = (GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F *)il2cpp_codegen_object_new(GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F_il2cpp_TypeInfo_var);
GTweenCallback__ctor_mE86930E15F44609368F9C8658766540642C0F49C(L_11, L_10, (intptr_t)((intptr_t)FairyGUI_GTweenCallback_Event_Call_mE139422EB58E2CE280131D8F80AC3D1F40AF085B_RuntimeMethod_var), /*hidden argument*/NULL);
V_0 = L_11;
// target.method = d.Method;
GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * L_12 = V_0;
NullCheck(L_12);
MethodInfo_t * L_13 = Delegate_get_Method_m0AC85D2B0C4CA63C471BC37FFDC3A5EA1E8ED048(L_12, /*hidden argument*/NULL);
NullCheck(L_10);
((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)L_10)->set_method_2(L_13);
// return d;
GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * L_14 = V_0;
return L_14;
}
IL_004c:
{
// FairyGUI_GTweenCallback_Event target = new FairyGUI_GTweenCallback_Event(func, self);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_15 = ___func0;
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_16 = ___self1;
FairyGUI_GTweenCallback_Event_t8279878FD8AC41BB7495CA71FCC44D0CCBF8837A * L_17 = (FairyGUI_GTweenCallback_Event_t8279878FD8AC41BB7495CA71FCC44D0CCBF8837A *)il2cpp_codegen_object_new(FairyGUI_GTweenCallback_Event_t8279878FD8AC41BB7495CA71FCC44D0CCBF8837A_il2cpp_TypeInfo_var);
FairyGUI_GTweenCallback_Event__ctor_m69BC822A26ADEB4950D0F97FC46A50BD71C99A72(L_17, L_15, L_16, /*hidden argument*/NULL);
// FairyGUI.GTweenCallback d = target.CallWithSelf;
FairyGUI_GTweenCallback_Event_t8279878FD8AC41BB7495CA71FCC44D0CCBF8837A * L_18 = L_17;
GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * L_19 = (GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F *)il2cpp_codegen_object_new(GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F_il2cpp_TypeInfo_var);
GTweenCallback__ctor_mE86930E15F44609368F9C8658766540642C0F49C(L_19, L_18, (intptr_t)((intptr_t)FairyGUI_GTweenCallback_Event_CallWithSelf_m45567E2A4C255DCB8EE7839758A448186E6C40F7_RuntimeMethod_var), /*hidden argument*/NULL);
V_1 = L_19;
// target.method = d.Method;
GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * L_20 = V_1;
NullCheck(L_20);
MethodInfo_t * L_21 = Delegate_get_Method_m0AC85D2B0C4CA63C471BC37FFDC3A5EA1E8ED048(L_20, /*hidden argument*/NULL);
NullCheck(L_18);
((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)L_18)->set_method_2(L_21);
// return d;
GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * L_22 = V_1;
return L_22;
}
}
// System.Boolean DelegateFactory::Check_FairyGUI_GTweenCallback(System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DelegateFactory_Check_FairyGUI_GTweenCallback_m2761C8A76FB0ED5A486874BEE0FAC6907BD25A21 (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_Check_FairyGUI_GTweenCallback_m2761C8A76FB0ED5A486874BEE0FAC6907BD25A21_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return TypeChecker.CheckDelegateType(typeof(FairyGUI.GTweenCallback), L, pos);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_0, /*hidden argument*/NULL);
intptr_t L_2 = ___L0;
int32_t L_3 = ___pos1;
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
bool L_4 = TypeChecker_CheckDelegateType_mBA16C99989C8C054753479195A60E24F471E6CC2(L_1, (intptr_t)L_2, L_3, /*hidden argument*/NULL);
return L_4;
}
}
// System.Void DelegateFactory::Push_FairyGUI_GTweenCallback(System.IntPtr,FairyGUI.GTweenCallback)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DelegateFactory_Push_FairyGUI_GTweenCallback_mE4ABA4A4FF61231FF92763835A2EAB5954A5B32B (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, intptr_t ___L0, GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * ___o1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_Push_FairyGUI_GTweenCallback_mE4ABA4A4FF61231FF92763835A2EAB5954A5B32B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// ToLua.Push(L, o);
intptr_t L_0 = ___L0;
GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * L_1 = ___o1;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_0, L_1, /*hidden argument*/NULL);
// }
return;
}
}
// UnityEngine.Camera_CameraCallback DelegateFactory::UnityEngine_Camera_CameraCallback(LuaInterface.LuaFunction,LuaInterface.LuaTable,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * DelegateFactory_UnityEngine_Camera_CameraCallback_mE5F8FFBF91B2879DF7FB7FC4AF84EE37D53D5C52 (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, bool ___flag2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_UnityEngine_Camera_CameraCallback_mE5F8FFBF91B2879DF7FB7FC4AF84EE37D53D5C52_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * V_0 = NULL;
CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * V_1 = NULL;
CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * G_B3_0 = NULL;
CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * G_B2_0 = NULL;
{
// if (func == null)
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
bool L_1 = LuaBaseRef_op_Equality_m3930A4B3F75C8D691B661568896F24C8155CD102(L_0, (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0029;
}
}
{
// UnityEngine.Camera.CameraCallback fn = delegate(UnityEngine.Camera param0) { };
IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var);
CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * L_2 = ((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->get_U3CU3E9__38_0_8();
CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * L_3 = L_2;
G_B2_0 = L_3;
if (L_3)
{
G_B3_0 = L_3;
goto IL_0028;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var);
U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE * L_4 = ((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->get_U3CU3E9_0();
CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * L_5 = (CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 *)il2cpp_codegen_object_new(CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0_il2cpp_TypeInfo_var);
CameraCallback__ctor_m7CAE962B355F00AB2868577DC302A1FA80939C50(L_5, L_4, (intptr_t)((intptr_t)U3CU3Ec_U3CUnityEngine_Camera_CameraCallbackU3Eb__38_0_m84D165F2651E61DE0374417021DDDF19F7FF9018_RuntimeMethod_var), /*hidden argument*/NULL);
CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * L_6 = L_5;
((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->set_U3CU3E9__38_0_8(L_6);
G_B3_0 = L_6;
}
IL_0028:
{
// return fn;
return G_B3_0;
}
IL_0029:
{
// if(!flag)
bool L_7 = ___flag2;
if (L_7)
{
goto IL_004c;
}
}
{
// UnityEngine_Camera_CameraCallback_Event target = new UnityEngine_Camera_CameraCallback_Event(func);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_8 = ___func0;
UnityEngine_Camera_CameraCallback_Event_t02F14F53D478E05A8AC7BB7839912C54A154B95F * L_9 = (UnityEngine_Camera_CameraCallback_Event_t02F14F53D478E05A8AC7BB7839912C54A154B95F *)il2cpp_codegen_object_new(UnityEngine_Camera_CameraCallback_Event_t02F14F53D478E05A8AC7BB7839912C54A154B95F_il2cpp_TypeInfo_var);
UnityEngine_Camera_CameraCallback_Event__ctor_m19EA64F4C1FCC8D9FD5782CCB0141B6F8BFB2D85(L_9, L_8, /*hidden argument*/NULL);
// UnityEngine.Camera.CameraCallback d = target.Call;
UnityEngine_Camera_CameraCallback_Event_t02F14F53D478E05A8AC7BB7839912C54A154B95F * L_10 = L_9;
CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * L_11 = (CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 *)il2cpp_codegen_object_new(CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0_il2cpp_TypeInfo_var);
CameraCallback__ctor_m7CAE962B355F00AB2868577DC302A1FA80939C50(L_11, L_10, (intptr_t)((intptr_t)UnityEngine_Camera_CameraCallback_Event_Call_m22CD5A753B8FEC1790374A1230E20ECD045DFFA7_RuntimeMethod_var), /*hidden argument*/NULL);
V_0 = L_11;
// target.method = d.Method;
CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * L_12 = V_0;
NullCheck(L_12);
MethodInfo_t * L_13 = Delegate_get_Method_m0AC85D2B0C4CA63C471BC37FFDC3A5EA1E8ED048(L_12, /*hidden argument*/NULL);
NullCheck(L_10);
((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)L_10)->set_method_2(L_13);
// return d;
CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * L_14 = V_0;
return L_14;
}
IL_004c:
{
// UnityEngine_Camera_CameraCallback_Event target = new UnityEngine_Camera_CameraCallback_Event(func, self);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_15 = ___func0;
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_16 = ___self1;
UnityEngine_Camera_CameraCallback_Event_t02F14F53D478E05A8AC7BB7839912C54A154B95F * L_17 = (UnityEngine_Camera_CameraCallback_Event_t02F14F53D478E05A8AC7BB7839912C54A154B95F *)il2cpp_codegen_object_new(UnityEngine_Camera_CameraCallback_Event_t02F14F53D478E05A8AC7BB7839912C54A154B95F_il2cpp_TypeInfo_var);
UnityEngine_Camera_CameraCallback_Event__ctor_mE39BC55D50BBE9EA65AE09B8917B02B76EBCEFD5(L_17, L_15, L_16, /*hidden argument*/NULL);
// UnityEngine.Camera.CameraCallback d = target.CallWithSelf;
UnityEngine_Camera_CameraCallback_Event_t02F14F53D478E05A8AC7BB7839912C54A154B95F * L_18 = L_17;
CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * L_19 = (CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 *)il2cpp_codegen_object_new(CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0_il2cpp_TypeInfo_var);
CameraCallback__ctor_m7CAE962B355F00AB2868577DC302A1FA80939C50(L_19, L_18, (intptr_t)((intptr_t)UnityEngine_Camera_CameraCallback_Event_CallWithSelf_mE2F404F0C03935B7753F93E708A273DB9044BDDE_RuntimeMethod_var), /*hidden argument*/NULL);
V_1 = L_19;
// target.method = d.Method;
CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * L_20 = V_1;
NullCheck(L_20);
MethodInfo_t * L_21 = Delegate_get_Method_m0AC85D2B0C4CA63C471BC37FFDC3A5EA1E8ED048(L_20, /*hidden argument*/NULL);
NullCheck(L_18);
((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)L_18)->set_method_2(L_21);
// return d;
CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * L_22 = V_1;
return L_22;
}
}
// System.Boolean DelegateFactory::Check_UnityEngine_Camera_CameraCallback(System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DelegateFactory_Check_UnityEngine_Camera_CameraCallback_m3BA8711B561977EEB40AECECAFACC362D07F71AB (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_Check_UnityEngine_Camera_CameraCallback_m3BA8711B561977EEB40AECECAFACC362D07F71AB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return TypeChecker.CheckDelegateType(typeof(UnityEngine.Camera.CameraCallback), L, pos);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_0, /*hidden argument*/NULL);
intptr_t L_2 = ___L0;
int32_t L_3 = ___pos1;
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
bool L_4 = TypeChecker_CheckDelegateType_mBA16C99989C8C054753479195A60E24F471E6CC2(L_1, (intptr_t)L_2, L_3, /*hidden argument*/NULL);
return L_4;
}
}
// System.Void DelegateFactory::Push_UnityEngine_Camera_CameraCallback(System.IntPtr,UnityEngine.Camera_CameraCallback)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DelegateFactory_Push_UnityEngine_Camera_CameraCallback_m580EAB93C1C3C345AFC0D1CA1F991CF6F8551FB7 (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, intptr_t ___L0, CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * ___o1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_Push_UnityEngine_Camera_CameraCallback_m580EAB93C1C3C345AFC0D1CA1F991CF6F8551FB7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// ToLua.Push(L, o);
intptr_t L_0 = ___L0;
CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * L_1 = ___o1;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_0, L_1, /*hidden argument*/NULL);
// }
return;
}
}
// UnityEngine.Application_AdvertisingIdentifierCallback DelegateFactory::UnityEngine_Application_AdvertisingIdentifierCallback(LuaInterface.LuaFunction,LuaInterface.LuaTable,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AdvertisingIdentifierCallback_t2AB6D339DAC1CDF632D6FC041C378577EB516F3E * DelegateFactory_UnityEngine_Application_AdvertisingIdentifierCallback_m68A35DB0CA90788182E09E7A9E788C0A9F876831 (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, bool ___flag2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_UnityEngine_Application_AdvertisingIdentifierCallback_m68A35DB0CA90788182E09E7A9E788C0A9F876831_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
AdvertisingIdentifierCallback_t2AB6D339DAC1CDF632D6FC041C378577EB516F3E * V_0 = NULL;
AdvertisingIdentifierCallback_t2AB6D339DAC1CDF632D6FC041C378577EB516F3E * V_1 = NULL;
AdvertisingIdentifierCallback_t2AB6D339DAC1CDF632D6FC041C378577EB516F3E * G_B3_0 = NULL;
AdvertisingIdentifierCallback_t2AB6D339DAC1CDF632D6FC041C378577EB516F3E * G_B2_0 = NULL;
{
// if (func == null)
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
bool L_1 = LuaBaseRef_op_Equality_m3930A4B3F75C8D691B661568896F24C8155CD102(L_0, (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0029;
}
}
{
// UnityEngine.Application.AdvertisingIdentifierCallback fn = delegate(string param0, bool param1, string param2) { };
IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var);
AdvertisingIdentifierCallback_t2AB6D339DAC1CDF632D6FC041C378577EB516F3E * L_2 = ((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->get_U3CU3E9__42_0_9();
AdvertisingIdentifierCallback_t2AB6D339DAC1CDF632D6FC041C378577EB516F3E * L_3 = L_2;
G_B2_0 = L_3;
if (L_3)
{
G_B3_0 = L_3;
goto IL_0028;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var);
U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE * L_4 = ((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->get_U3CU3E9_0();
AdvertisingIdentifierCallback_t2AB6D339DAC1CDF632D6FC041C378577EB516F3E * L_5 = (AdvertisingIdentifierCallback_t2AB6D339DAC1CDF632D6FC041C378577EB516F3E *)il2cpp_codegen_object_new(AdvertisingIdentifierCallback_t2AB6D339DAC1CDF632D6FC041C378577EB516F3E_il2cpp_TypeInfo_var);
AdvertisingIdentifierCallback__ctor_m1A910EA539DCB47425754139A7ABC1957B819B72(L_5, L_4, (intptr_t)((intptr_t)U3CU3Ec_U3CUnityEngine_Application_AdvertisingIdentifierCallbackU3Eb__42_0_mFDB155ADCA21F8245E684FE8AD184C0BBDB49B9C_RuntimeMethod_var), /*hidden argument*/NULL);
AdvertisingIdentifierCallback_t2AB6D339DAC1CDF632D6FC041C378577EB516F3E * L_6 = L_5;
((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->set_U3CU3E9__42_0_9(L_6);
G_B3_0 = L_6;
}
IL_0028:
{
// return fn;
return G_B3_0;
}
IL_0029:
{
// if(!flag)
bool L_7 = ___flag2;
if (L_7)
{
goto IL_004c;
}
}
{
// UnityEngine_Application_AdvertisingIdentifierCallback_Event target = new UnityEngine_Application_AdvertisingIdentifierCallback_Event(func);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_8 = ___func0;
UnityEngine_Application_AdvertisingIdentifierCallback_Event_t32E1F2F7650634273B49A382E5F014984C71EE8D * L_9 = (UnityEngine_Application_AdvertisingIdentifierCallback_Event_t32E1F2F7650634273B49A382E5F014984C71EE8D *)il2cpp_codegen_object_new(UnityEngine_Application_AdvertisingIdentifierCallback_Event_t32E1F2F7650634273B49A382E5F014984C71EE8D_il2cpp_TypeInfo_var);
UnityEngine_Application_AdvertisingIdentifierCallback_Event__ctor_mC022241596730C7E686AB439100BC4AC472EB6D3(L_9, L_8, /*hidden argument*/NULL);
// UnityEngine.Application.AdvertisingIdentifierCallback d = target.Call;
UnityEngine_Application_AdvertisingIdentifierCallback_Event_t32E1F2F7650634273B49A382E5F014984C71EE8D * L_10 = L_9;
AdvertisingIdentifierCallback_t2AB6D339DAC1CDF632D6FC041C378577EB516F3E * L_11 = (AdvertisingIdentifierCallback_t2AB6D339DAC1CDF632D6FC041C378577EB516F3E *)il2cpp_codegen_object_new(AdvertisingIdentifierCallback_t2AB6D339DAC1CDF632D6FC041C378577EB516F3E_il2cpp_TypeInfo_var);
AdvertisingIdentifierCallback__ctor_m1A910EA539DCB47425754139A7ABC1957B819B72(L_11, L_10, (intptr_t)((intptr_t)UnityEngine_Application_AdvertisingIdentifierCallback_Event_Call_m65D7E6ACCEAD8313BE6F7C941C1319BB92B82219_RuntimeMethod_var), /*hidden argument*/NULL);
V_0 = L_11;
// target.method = d.Method;
AdvertisingIdentifierCallback_t2AB6D339DAC1CDF632D6FC041C378577EB516F3E * L_12 = V_0;
NullCheck(L_12);
MethodInfo_t * L_13 = Delegate_get_Method_m0AC85D2B0C4CA63C471BC37FFDC3A5EA1E8ED048(L_12, /*hidden argument*/NULL);
NullCheck(L_10);
((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)L_10)->set_method_2(L_13);
// return d;
AdvertisingIdentifierCallback_t2AB6D339DAC1CDF632D6FC041C378577EB516F3E * L_14 = V_0;
return L_14;
}
IL_004c:
{
// UnityEngine_Application_AdvertisingIdentifierCallback_Event target = new UnityEngine_Application_AdvertisingIdentifierCallback_Event(func, self);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_15 = ___func0;
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_16 = ___self1;
UnityEngine_Application_AdvertisingIdentifierCallback_Event_t32E1F2F7650634273B49A382E5F014984C71EE8D * L_17 = (UnityEngine_Application_AdvertisingIdentifierCallback_Event_t32E1F2F7650634273B49A382E5F014984C71EE8D *)il2cpp_codegen_object_new(UnityEngine_Application_AdvertisingIdentifierCallback_Event_t32E1F2F7650634273B49A382E5F014984C71EE8D_il2cpp_TypeInfo_var);
UnityEngine_Application_AdvertisingIdentifierCallback_Event__ctor_m29BBA4C38E8E6CBC04A9A3058B5FC7D792F04E15(L_17, L_15, L_16, /*hidden argument*/NULL);
// UnityEngine.Application.AdvertisingIdentifierCallback d = target.CallWithSelf;
UnityEngine_Application_AdvertisingIdentifierCallback_Event_t32E1F2F7650634273B49A382E5F014984C71EE8D * L_18 = L_17;
AdvertisingIdentifierCallback_t2AB6D339DAC1CDF632D6FC041C378577EB516F3E * L_19 = (AdvertisingIdentifierCallback_t2AB6D339DAC1CDF632D6FC041C378577EB516F3E *)il2cpp_codegen_object_new(AdvertisingIdentifierCallback_t2AB6D339DAC1CDF632D6FC041C378577EB516F3E_il2cpp_TypeInfo_var);
AdvertisingIdentifierCallback__ctor_m1A910EA539DCB47425754139A7ABC1957B819B72(L_19, L_18, (intptr_t)((intptr_t)UnityEngine_Application_AdvertisingIdentifierCallback_Event_CallWithSelf_mDBA0A4AC398D3B6466173BC98A5852F45D990999_RuntimeMethod_var), /*hidden argument*/NULL);
V_1 = L_19;
// target.method = d.Method;
AdvertisingIdentifierCallback_t2AB6D339DAC1CDF632D6FC041C378577EB516F3E * L_20 = V_1;
NullCheck(L_20);
MethodInfo_t * L_21 = Delegate_get_Method_m0AC85D2B0C4CA63C471BC37FFDC3A5EA1E8ED048(L_20, /*hidden argument*/NULL);
NullCheck(L_18);
((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)L_18)->set_method_2(L_21);
// return d;
AdvertisingIdentifierCallback_t2AB6D339DAC1CDF632D6FC041C378577EB516F3E * L_22 = V_1;
return L_22;
}
}
// System.Boolean DelegateFactory::Check_UnityEngine_Application_AdvertisingIdentifierCallback(System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DelegateFactory_Check_UnityEngine_Application_AdvertisingIdentifierCallback_m870A57AE811422EEE98429D5E6305E282A23FAD1 (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_Check_UnityEngine_Application_AdvertisingIdentifierCallback_m870A57AE811422EEE98429D5E6305E282A23FAD1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return TypeChecker.CheckDelegateType(typeof(UnityEngine.Application.AdvertisingIdentifierCallback), L, pos);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (AdvertisingIdentifierCallback_t2AB6D339DAC1CDF632D6FC041C378577EB516F3E_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_0, /*hidden argument*/NULL);
intptr_t L_2 = ___L0;
int32_t L_3 = ___pos1;
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
bool L_4 = TypeChecker_CheckDelegateType_mBA16C99989C8C054753479195A60E24F471E6CC2(L_1, (intptr_t)L_2, L_3, /*hidden argument*/NULL);
return L_4;
}
}
// System.Void DelegateFactory::Push_UnityEngine_Application_AdvertisingIdentifierCallback(System.IntPtr,UnityEngine.Application_AdvertisingIdentifierCallback)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DelegateFactory_Push_UnityEngine_Application_AdvertisingIdentifierCallback_mEBBA2EBD37F7D7CF40C9037F0E756C89C9899802 (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, intptr_t ___L0, AdvertisingIdentifierCallback_t2AB6D339DAC1CDF632D6FC041C378577EB516F3E * ___o1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_Push_UnityEngine_Application_AdvertisingIdentifierCallback_mEBBA2EBD37F7D7CF40C9037F0E756C89C9899802_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// ToLua.Push(L, o);
intptr_t L_0 = ___L0;
AdvertisingIdentifierCallback_t2AB6D339DAC1CDF632D6FC041C378577EB516F3E * L_1 = ___o1;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_0, L_1, /*hidden argument*/NULL);
// }
return;
}
}
// UnityEngine.Application_LowMemoryCallback DelegateFactory::UnityEngine_Application_LowMemoryCallback(LuaInterface.LuaFunction,LuaInterface.LuaTable,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LowMemoryCallback_t3862486677D10CD16ECDA703CFB75039A4B3AE00 * DelegateFactory_UnityEngine_Application_LowMemoryCallback_mDB2EF08DD1492108738A4CB825A9BEA53540BE57 (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, bool ___flag2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_UnityEngine_Application_LowMemoryCallback_mDB2EF08DD1492108738A4CB825A9BEA53540BE57_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
LowMemoryCallback_t3862486677D10CD16ECDA703CFB75039A4B3AE00 * V_0 = NULL;
LowMemoryCallback_t3862486677D10CD16ECDA703CFB75039A4B3AE00 * V_1 = NULL;
LowMemoryCallback_t3862486677D10CD16ECDA703CFB75039A4B3AE00 * G_B3_0 = NULL;
LowMemoryCallback_t3862486677D10CD16ECDA703CFB75039A4B3AE00 * G_B2_0 = NULL;
{
// if (func == null)
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
bool L_1 = LuaBaseRef_op_Equality_m3930A4B3F75C8D691B661568896F24C8155CD102(L_0, (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0029;
}
}
{
// UnityEngine.Application.LowMemoryCallback fn = delegate() { };
IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var);
LowMemoryCallback_t3862486677D10CD16ECDA703CFB75039A4B3AE00 * L_2 = ((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->get_U3CU3E9__46_0_10();
LowMemoryCallback_t3862486677D10CD16ECDA703CFB75039A4B3AE00 * L_3 = L_2;
G_B2_0 = L_3;
if (L_3)
{
G_B3_0 = L_3;
goto IL_0028;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var);
U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE * L_4 = ((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->get_U3CU3E9_0();
LowMemoryCallback_t3862486677D10CD16ECDA703CFB75039A4B3AE00 * L_5 = (LowMemoryCallback_t3862486677D10CD16ECDA703CFB75039A4B3AE00 *)il2cpp_codegen_object_new(LowMemoryCallback_t3862486677D10CD16ECDA703CFB75039A4B3AE00_il2cpp_TypeInfo_var);
LowMemoryCallback__ctor_m9A428FDE023342AE31B3749FC821B078AEDA2290(L_5, L_4, (intptr_t)((intptr_t)U3CU3Ec_U3CUnityEngine_Application_LowMemoryCallbackU3Eb__46_0_m1E3AC6DEF78E0CC8243844DB2D5515E6A9F67153_RuntimeMethod_var), /*hidden argument*/NULL);
LowMemoryCallback_t3862486677D10CD16ECDA703CFB75039A4B3AE00 * L_6 = L_5;
((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->set_U3CU3E9__46_0_10(L_6);
G_B3_0 = L_6;
}
IL_0028:
{
// return fn;
return G_B3_0;
}
IL_0029:
{
// if(!flag)
bool L_7 = ___flag2;
if (L_7)
{
goto IL_004c;
}
}
{
// UnityEngine_Application_LowMemoryCallback_Event target = new UnityEngine_Application_LowMemoryCallback_Event(func);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_8 = ___func0;
UnityEngine_Application_LowMemoryCallback_Event_t55F42A348AE3779624153268AEA20C491DF1B391 * L_9 = (UnityEngine_Application_LowMemoryCallback_Event_t55F42A348AE3779624153268AEA20C491DF1B391 *)il2cpp_codegen_object_new(UnityEngine_Application_LowMemoryCallback_Event_t55F42A348AE3779624153268AEA20C491DF1B391_il2cpp_TypeInfo_var);
UnityEngine_Application_LowMemoryCallback_Event__ctor_m54ED10652FD112BF0DD86CB1700494357C1A91BB(L_9, L_8, /*hidden argument*/NULL);
// UnityEngine.Application.LowMemoryCallback d = target.Call;
UnityEngine_Application_LowMemoryCallback_Event_t55F42A348AE3779624153268AEA20C491DF1B391 * L_10 = L_9;
LowMemoryCallback_t3862486677D10CD16ECDA703CFB75039A4B3AE00 * L_11 = (LowMemoryCallback_t3862486677D10CD16ECDA703CFB75039A4B3AE00 *)il2cpp_codegen_object_new(LowMemoryCallback_t3862486677D10CD16ECDA703CFB75039A4B3AE00_il2cpp_TypeInfo_var);
LowMemoryCallback__ctor_m9A428FDE023342AE31B3749FC821B078AEDA2290(L_11, L_10, (intptr_t)((intptr_t)UnityEngine_Application_LowMemoryCallback_Event_Call_m6096660BF96988D5B61BF6EDA2EBFF1717956EBE_RuntimeMethod_var), /*hidden argument*/NULL);
V_0 = L_11;
// target.method = d.Method;
LowMemoryCallback_t3862486677D10CD16ECDA703CFB75039A4B3AE00 * L_12 = V_0;
NullCheck(L_12);
MethodInfo_t * L_13 = Delegate_get_Method_m0AC85D2B0C4CA63C471BC37FFDC3A5EA1E8ED048(L_12, /*hidden argument*/NULL);
NullCheck(L_10);
((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)L_10)->set_method_2(L_13);
// return d;
LowMemoryCallback_t3862486677D10CD16ECDA703CFB75039A4B3AE00 * L_14 = V_0;
return L_14;
}
IL_004c:
{
// UnityEngine_Application_LowMemoryCallback_Event target = new UnityEngine_Application_LowMemoryCallback_Event(func, self);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_15 = ___func0;
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_16 = ___self1;
UnityEngine_Application_LowMemoryCallback_Event_t55F42A348AE3779624153268AEA20C491DF1B391 * L_17 = (UnityEngine_Application_LowMemoryCallback_Event_t55F42A348AE3779624153268AEA20C491DF1B391 *)il2cpp_codegen_object_new(UnityEngine_Application_LowMemoryCallback_Event_t55F42A348AE3779624153268AEA20C491DF1B391_il2cpp_TypeInfo_var);
UnityEngine_Application_LowMemoryCallback_Event__ctor_mE6B135CCD9439127D9507F4E0C19AB68A1E39AA7(L_17, L_15, L_16, /*hidden argument*/NULL);
// UnityEngine.Application.LowMemoryCallback d = target.CallWithSelf;
UnityEngine_Application_LowMemoryCallback_Event_t55F42A348AE3779624153268AEA20C491DF1B391 * L_18 = L_17;
LowMemoryCallback_t3862486677D10CD16ECDA703CFB75039A4B3AE00 * L_19 = (LowMemoryCallback_t3862486677D10CD16ECDA703CFB75039A4B3AE00 *)il2cpp_codegen_object_new(LowMemoryCallback_t3862486677D10CD16ECDA703CFB75039A4B3AE00_il2cpp_TypeInfo_var);
LowMemoryCallback__ctor_m9A428FDE023342AE31B3749FC821B078AEDA2290(L_19, L_18, (intptr_t)((intptr_t)UnityEngine_Application_LowMemoryCallback_Event_CallWithSelf_mE0AEF85501BF53C9FAD74500CB56237802111902_RuntimeMethod_var), /*hidden argument*/NULL);
V_1 = L_19;
// target.method = d.Method;
LowMemoryCallback_t3862486677D10CD16ECDA703CFB75039A4B3AE00 * L_20 = V_1;
NullCheck(L_20);
MethodInfo_t * L_21 = Delegate_get_Method_m0AC85D2B0C4CA63C471BC37FFDC3A5EA1E8ED048(L_20, /*hidden argument*/NULL);
NullCheck(L_18);
((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)L_18)->set_method_2(L_21);
// return d;
LowMemoryCallback_t3862486677D10CD16ECDA703CFB75039A4B3AE00 * L_22 = V_1;
return L_22;
}
}
// System.Boolean DelegateFactory::Check_UnityEngine_Application_LowMemoryCallback(System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DelegateFactory_Check_UnityEngine_Application_LowMemoryCallback_m884E16294FE334B4C3EC1651AD0EBF81E09EEA8F (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_Check_UnityEngine_Application_LowMemoryCallback_m884E16294FE334B4C3EC1651AD0EBF81E09EEA8F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return TypeChecker.CheckDelegateType(typeof(UnityEngine.Application.LowMemoryCallback), L, pos);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (LowMemoryCallback_t3862486677D10CD16ECDA703CFB75039A4B3AE00_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_0, /*hidden argument*/NULL);
intptr_t L_2 = ___L0;
int32_t L_3 = ___pos1;
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
bool L_4 = TypeChecker_CheckDelegateType_mBA16C99989C8C054753479195A60E24F471E6CC2(L_1, (intptr_t)L_2, L_3, /*hidden argument*/NULL);
return L_4;
}
}
// System.Void DelegateFactory::Push_UnityEngine_Application_LowMemoryCallback(System.IntPtr,UnityEngine.Application_LowMemoryCallback)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DelegateFactory_Push_UnityEngine_Application_LowMemoryCallback_m5BFB1DECA224866370A24C0F7FB65C598D2BB687 (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, intptr_t ___L0, LowMemoryCallback_t3862486677D10CD16ECDA703CFB75039A4B3AE00 * ___o1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_Push_UnityEngine_Application_LowMemoryCallback_m5BFB1DECA224866370A24C0F7FB65C598D2BB687_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// ToLua.Push(L, o);
intptr_t L_0 = ___L0;
LowMemoryCallback_t3862486677D10CD16ECDA703CFB75039A4B3AE00 * L_1 = ___o1;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_0, L_1, /*hidden argument*/NULL);
// }
return;
}
}
// UnityEngine.Application_LogCallback DelegateFactory::UnityEngine_Application_LogCallback(LuaInterface.LuaFunction,LuaInterface.LuaTable,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 * DelegateFactory_UnityEngine_Application_LogCallback_m32CAD56230F8E42117FA61B619079B80DA6D42D2 (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, bool ___flag2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_UnityEngine_Application_LogCallback_m32CAD56230F8E42117FA61B619079B80DA6D42D2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 * V_0 = NULL;
LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 * V_1 = NULL;
LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 * G_B3_0 = NULL;
LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 * G_B2_0 = NULL;
{
// if (func == null)
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
bool L_1 = LuaBaseRef_op_Equality_m3930A4B3F75C8D691B661568896F24C8155CD102(L_0, (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0029;
}
}
{
// UnityEngine.Application.LogCallback fn = delegate(string param0, string param1, UnityEngine.LogType param2) { };
IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var);
LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 * L_2 = ((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->get_U3CU3E9__50_0_11();
LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 * L_3 = L_2;
G_B2_0 = L_3;
if (L_3)
{
G_B3_0 = L_3;
goto IL_0028;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var);
U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE * L_4 = ((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->get_U3CU3E9_0();
LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 * L_5 = (LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 *)il2cpp_codegen_object_new(LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778_il2cpp_TypeInfo_var);
LogCallback__ctor_mF61E7CECD9E360B0B8A992720860F9816E165731(L_5, L_4, (intptr_t)((intptr_t)U3CU3Ec_U3CUnityEngine_Application_LogCallbackU3Eb__50_0_mAC6F611A6F637625F97748ADEED6E05BD50146C6_RuntimeMethod_var), /*hidden argument*/NULL);
LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 * L_6 = L_5;
((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->set_U3CU3E9__50_0_11(L_6);
G_B3_0 = L_6;
}
IL_0028:
{
// return fn;
return G_B3_0;
}
IL_0029:
{
// if(!flag)
bool L_7 = ___flag2;
if (L_7)
{
goto IL_004c;
}
}
{
// UnityEngine_Application_LogCallback_Event target = new UnityEngine_Application_LogCallback_Event(func);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_8 = ___func0;
UnityEngine_Application_LogCallback_Event_t8AC3628D9C4A4F79C2A99D569D0B7DA421B284C4 * L_9 = (UnityEngine_Application_LogCallback_Event_t8AC3628D9C4A4F79C2A99D569D0B7DA421B284C4 *)il2cpp_codegen_object_new(UnityEngine_Application_LogCallback_Event_t8AC3628D9C4A4F79C2A99D569D0B7DA421B284C4_il2cpp_TypeInfo_var);
UnityEngine_Application_LogCallback_Event__ctor_mF374E8ECBBB9559EC6D8ABEABC7D68721537A238(L_9, L_8, /*hidden argument*/NULL);
// UnityEngine.Application.LogCallback d = target.Call;
UnityEngine_Application_LogCallback_Event_t8AC3628D9C4A4F79C2A99D569D0B7DA421B284C4 * L_10 = L_9;
LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 * L_11 = (LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 *)il2cpp_codegen_object_new(LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778_il2cpp_TypeInfo_var);
LogCallback__ctor_mF61E7CECD9E360B0B8A992720860F9816E165731(L_11, L_10, (intptr_t)((intptr_t)UnityEngine_Application_LogCallback_Event_Call_mA24E85FD0243586DF929070A295313DF2F830F60_RuntimeMethod_var), /*hidden argument*/NULL);
V_0 = L_11;
// target.method = d.Method;
LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 * L_12 = V_0;
NullCheck(L_12);
MethodInfo_t * L_13 = Delegate_get_Method_m0AC85D2B0C4CA63C471BC37FFDC3A5EA1E8ED048(L_12, /*hidden argument*/NULL);
NullCheck(L_10);
((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)L_10)->set_method_2(L_13);
// return d;
LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 * L_14 = V_0;
return L_14;
}
IL_004c:
{
// UnityEngine_Application_LogCallback_Event target = new UnityEngine_Application_LogCallback_Event(func, self);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_15 = ___func0;
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_16 = ___self1;
UnityEngine_Application_LogCallback_Event_t8AC3628D9C4A4F79C2A99D569D0B7DA421B284C4 * L_17 = (UnityEngine_Application_LogCallback_Event_t8AC3628D9C4A4F79C2A99D569D0B7DA421B284C4 *)il2cpp_codegen_object_new(UnityEngine_Application_LogCallback_Event_t8AC3628D9C4A4F79C2A99D569D0B7DA421B284C4_il2cpp_TypeInfo_var);
UnityEngine_Application_LogCallback_Event__ctor_m5936ECAA13CF0D8CCBCBC839B1348D3469035259(L_17, L_15, L_16, /*hidden argument*/NULL);
// UnityEngine.Application.LogCallback d = target.CallWithSelf;
UnityEngine_Application_LogCallback_Event_t8AC3628D9C4A4F79C2A99D569D0B7DA421B284C4 * L_18 = L_17;
LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 * L_19 = (LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 *)il2cpp_codegen_object_new(LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778_il2cpp_TypeInfo_var);
LogCallback__ctor_mF61E7CECD9E360B0B8A992720860F9816E165731(L_19, L_18, (intptr_t)((intptr_t)UnityEngine_Application_LogCallback_Event_CallWithSelf_mBCE9BA228AC6F070E9DE4E2E5C68ED0C62B49D33_RuntimeMethod_var), /*hidden argument*/NULL);
V_1 = L_19;
// target.method = d.Method;
LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 * L_20 = V_1;
NullCheck(L_20);
MethodInfo_t * L_21 = Delegate_get_Method_m0AC85D2B0C4CA63C471BC37FFDC3A5EA1E8ED048(L_20, /*hidden argument*/NULL);
NullCheck(L_18);
((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)L_18)->set_method_2(L_21);
// return d;
LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 * L_22 = V_1;
return L_22;
}
}
// System.Boolean DelegateFactory::Check_UnityEngine_Application_LogCallback(System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DelegateFactory_Check_UnityEngine_Application_LogCallback_mA19CA1ECF04C59196CBB350E7020F914424FB2BC (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_Check_UnityEngine_Application_LogCallback_mA19CA1ECF04C59196CBB350E7020F914424FB2BC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return TypeChecker.CheckDelegateType(typeof(UnityEngine.Application.LogCallback), L, pos);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_0, /*hidden argument*/NULL);
intptr_t L_2 = ___L0;
int32_t L_3 = ___pos1;
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
bool L_4 = TypeChecker_CheckDelegateType_mBA16C99989C8C054753479195A60E24F471E6CC2(L_1, (intptr_t)L_2, L_3, /*hidden argument*/NULL);
return L_4;
}
}
// System.Void DelegateFactory::Push_UnityEngine_Application_LogCallback(System.IntPtr,UnityEngine.Application_LogCallback)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DelegateFactory_Push_UnityEngine_Application_LogCallback_m6E386E9D05B2C72A7CF49924A7634A2DC91CEF2C (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, intptr_t ___L0, LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 * ___o1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_Push_UnityEngine_Application_LogCallback_m6E386E9D05B2C72A7CF49924A7634A2DC91CEF2C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// ToLua.Push(L, o);
intptr_t L_0 = ___L0;
LogCallback_t73139DDD22E0DAFAB5F0E39D4D9B1522682C4778 * L_1 = ___o1;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_0, L_1, /*hidden argument*/NULL);
// }
return;
}
}
// System.Action`1<System.Boolean> DelegateFactory::System_Action_bool(LuaInterface.LuaFunction,LuaInterface.LuaTable,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * DelegateFactory_System_Action_bool_mE0091FB16A16A3B0C40B5C286D7F1277EDA16278 (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, bool ___flag2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_System_Action_bool_mE0091FB16A16A3B0C40B5C286D7F1277EDA16278_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * V_0 = NULL;
Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * V_1 = NULL;
Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * G_B3_0 = NULL;
Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * G_B2_0 = NULL;
{
// if (func == null)
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
bool L_1 = LuaBaseRef_op_Equality_m3930A4B3F75C8D691B661568896F24C8155CD102(L_0, (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0029;
}
}
{
// System.Action<bool> fn = delegate(bool param0) { };
IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var);
Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * L_2 = ((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->get_U3CU3E9__54_0_12();
Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * L_3 = L_2;
G_B2_0 = L_3;
if (L_3)
{
G_B3_0 = L_3;
goto IL_0028;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var);
U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE * L_4 = ((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->get_U3CU3E9_0();
Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * L_5 = (Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD *)il2cpp_codegen_object_new(Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD_il2cpp_TypeInfo_var);
Action_1__ctor_mAC998B8AD6A8D39434263D21FA7397949F39F244(L_5, L_4, (intptr_t)((intptr_t)U3CU3Ec_U3CSystem_Action_boolU3Eb__54_0_m1E488FF57160330F6A2DEB34DC1E995F178BBD4C_RuntimeMethod_var), /*hidden argument*/Action_1__ctor_mAC998B8AD6A8D39434263D21FA7397949F39F244_RuntimeMethod_var);
Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * L_6 = L_5;
((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->set_U3CU3E9__54_0_12(L_6);
G_B3_0 = L_6;
}
IL_0028:
{
// return fn;
return G_B3_0;
}
IL_0029:
{
// if(!flag)
bool L_7 = ___flag2;
if (L_7)
{
goto IL_004c;
}
}
{
// System_Action_bool_Event target = new System_Action_bool_Event(func);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_8 = ___func0;
System_Action_bool_Event_tFE8B1F8AB419E33B0A484F66816B6AEAD51F50AD * L_9 = (System_Action_bool_Event_tFE8B1F8AB419E33B0A484F66816B6AEAD51F50AD *)il2cpp_codegen_object_new(System_Action_bool_Event_tFE8B1F8AB419E33B0A484F66816B6AEAD51F50AD_il2cpp_TypeInfo_var);
System_Action_bool_Event__ctor_mBC59E4FA05F6F28A94E6DA99E106BF6A446B86C0(L_9, L_8, /*hidden argument*/NULL);
// System.Action<bool> d = target.Call;
System_Action_bool_Event_tFE8B1F8AB419E33B0A484F66816B6AEAD51F50AD * L_10 = L_9;
Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * L_11 = (Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD *)il2cpp_codegen_object_new(Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD_il2cpp_TypeInfo_var);
Action_1__ctor_mAC998B8AD6A8D39434263D21FA7397949F39F244(L_11, L_10, (intptr_t)((intptr_t)System_Action_bool_Event_Call_mBF8BC4BA859F78766C13755C01F482C9E516C973_RuntimeMethod_var), /*hidden argument*/Action_1__ctor_mAC998B8AD6A8D39434263D21FA7397949F39F244_RuntimeMethod_var);
V_0 = L_11;
// target.method = d.Method;
Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * L_12 = V_0;
NullCheck(L_12);
MethodInfo_t * L_13 = Delegate_get_Method_m0AC85D2B0C4CA63C471BC37FFDC3A5EA1E8ED048(L_12, /*hidden argument*/NULL);
NullCheck(L_10);
((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)L_10)->set_method_2(L_13);
// return d;
Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * L_14 = V_0;
return L_14;
}
IL_004c:
{
// System_Action_bool_Event target = new System_Action_bool_Event(func, self);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_15 = ___func0;
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_16 = ___self1;
System_Action_bool_Event_tFE8B1F8AB419E33B0A484F66816B6AEAD51F50AD * L_17 = (System_Action_bool_Event_tFE8B1F8AB419E33B0A484F66816B6AEAD51F50AD *)il2cpp_codegen_object_new(System_Action_bool_Event_tFE8B1F8AB419E33B0A484F66816B6AEAD51F50AD_il2cpp_TypeInfo_var);
System_Action_bool_Event__ctor_mF480D16FC84E726CF66254C82FEDA834051BE068(L_17, L_15, L_16, /*hidden argument*/NULL);
// System.Action<bool> d = target.CallWithSelf;
System_Action_bool_Event_tFE8B1F8AB419E33B0A484F66816B6AEAD51F50AD * L_18 = L_17;
Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * L_19 = (Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD *)il2cpp_codegen_object_new(Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD_il2cpp_TypeInfo_var);
Action_1__ctor_mAC998B8AD6A8D39434263D21FA7397949F39F244(L_19, L_18, (intptr_t)((intptr_t)System_Action_bool_Event_CallWithSelf_mF3882FC96BB1BABC84527C58BB2B9528E15A9236_RuntimeMethod_var), /*hidden argument*/Action_1__ctor_mAC998B8AD6A8D39434263D21FA7397949F39F244_RuntimeMethod_var);
V_1 = L_19;
// target.method = d.Method;
Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * L_20 = V_1;
NullCheck(L_20);
MethodInfo_t * L_21 = Delegate_get_Method_m0AC85D2B0C4CA63C471BC37FFDC3A5EA1E8ED048(L_20, /*hidden argument*/NULL);
NullCheck(L_18);
((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)L_18)->set_method_2(L_21);
// return d;
Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * L_22 = V_1;
return L_22;
}
}
// System.Boolean DelegateFactory::Check_System_Action_bool(System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DelegateFactory_Check_System_Action_bool_mCB63D7B68BC11F5C50C93F36EFD16EF55E7472DF (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_Check_System_Action_bool_mCB63D7B68BC11F5C50C93F36EFD16EF55E7472DF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return TypeChecker.CheckDelegateType(typeof(System.Action<bool>), L, pos);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_0, /*hidden argument*/NULL);
intptr_t L_2 = ___L0;
int32_t L_3 = ___pos1;
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
bool L_4 = TypeChecker_CheckDelegateType_mBA16C99989C8C054753479195A60E24F471E6CC2(L_1, (intptr_t)L_2, L_3, /*hidden argument*/NULL);
return L_4;
}
}
// System.Void DelegateFactory::Push_System_Action_bool(System.IntPtr,System.Action`1<System.Boolean>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DelegateFactory_Push_System_Action_bool_m62B2E65A9CA5AEF7623E1BFAE121E9BA9EEA5963 (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, intptr_t ___L0, Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * ___o1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_Push_System_Action_bool_m62B2E65A9CA5AEF7623E1BFAE121E9BA9EEA5963_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// ToLua.Push(L, o);
intptr_t L_0 = ___L0;
Action_1_tAA0F894C98302D68F7D5034E8104E9AB4763CCAD * L_1 = ___o1;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_0, L_1, /*hidden argument*/NULL);
// }
return;
}
}
// System.Action`1<System.String> DelegateFactory::System_Action_string(LuaInterface.LuaFunction,LuaInterface.LuaTable,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Action_1_t32A9EECF5D4397CC1B9A7C7079870875411B06D0 * DelegateFactory_System_Action_string_m608629AACA3FD6C3982BBACCA2CE394C18F97126 (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, bool ___flag2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_System_Action_string_m608629AACA3FD6C3982BBACCA2CE394C18F97126_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Action_1_t32A9EECF5D4397CC1B9A7C7079870875411B06D0 * V_0 = NULL;
Action_1_t32A9EECF5D4397CC1B9A7C7079870875411B06D0 * V_1 = NULL;
Action_1_t32A9EECF5D4397CC1B9A7C7079870875411B06D0 * G_B3_0 = NULL;
Action_1_t32A9EECF5D4397CC1B9A7C7079870875411B06D0 * G_B2_0 = NULL;
{
// if (func == null)
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
bool L_1 = LuaBaseRef_op_Equality_m3930A4B3F75C8D691B661568896F24C8155CD102(L_0, (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0029;
}
}
{
// System.Action<string> fn = delegate(string param0) { };
IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var);
Action_1_t32A9EECF5D4397CC1B9A7C7079870875411B06D0 * L_2 = ((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->get_U3CU3E9__58_0_13();
Action_1_t32A9EECF5D4397CC1B9A7C7079870875411B06D0 * L_3 = L_2;
G_B2_0 = L_3;
if (L_3)
{
G_B3_0 = L_3;
goto IL_0028;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var);
U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE * L_4 = ((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->get_U3CU3E9_0();
Action_1_t32A9EECF5D4397CC1B9A7C7079870875411B06D0 * L_5 = (Action_1_t32A9EECF5D4397CC1B9A7C7079870875411B06D0 *)il2cpp_codegen_object_new(Action_1_t32A9EECF5D4397CC1B9A7C7079870875411B06D0_il2cpp_TypeInfo_var);
Action_1__ctor_m4F1B6EE6AB328B8B63B3B2CD8FB89A119C3143F3(L_5, L_4, (intptr_t)((intptr_t)U3CU3Ec_U3CSystem_Action_stringU3Eb__58_0_m7F0BE94F96214A433857E1C7E77441A5784C82B7_RuntimeMethod_var), /*hidden argument*/Action_1__ctor_m4F1B6EE6AB328B8B63B3B2CD8FB89A119C3143F3_RuntimeMethod_var);
Action_1_t32A9EECF5D4397CC1B9A7C7079870875411B06D0 * L_6 = L_5;
((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->set_U3CU3E9__58_0_13(L_6);
G_B3_0 = L_6;
}
IL_0028:
{
// return fn;
return G_B3_0;
}
IL_0029:
{
// if(!flag)
bool L_7 = ___flag2;
if (L_7)
{
goto IL_004c;
}
}
{
// System_Action_string_Event target = new System_Action_string_Event(func);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_8 = ___func0;
System_Action_string_Event_t4312ECDDE7B231FA0F7FF8C452136B00E3EB5DF1 * L_9 = (System_Action_string_Event_t4312ECDDE7B231FA0F7FF8C452136B00E3EB5DF1 *)il2cpp_codegen_object_new(System_Action_string_Event_t4312ECDDE7B231FA0F7FF8C452136B00E3EB5DF1_il2cpp_TypeInfo_var);
System_Action_string_Event__ctor_mB5FF2D9A8C0E0E2E27D672B589A786B5A752E4DB(L_9, L_8, /*hidden argument*/NULL);
// System.Action<string> d = target.Call;
System_Action_string_Event_t4312ECDDE7B231FA0F7FF8C452136B00E3EB5DF1 * L_10 = L_9;
Action_1_t32A9EECF5D4397CC1B9A7C7079870875411B06D0 * L_11 = (Action_1_t32A9EECF5D4397CC1B9A7C7079870875411B06D0 *)il2cpp_codegen_object_new(Action_1_t32A9EECF5D4397CC1B9A7C7079870875411B06D0_il2cpp_TypeInfo_var);
Action_1__ctor_m4F1B6EE6AB328B8B63B3B2CD8FB89A119C3143F3(L_11, L_10, (intptr_t)((intptr_t)System_Action_string_Event_Call_m27124D48B25C360E497ABE02BBB2AAB4A000B128_RuntimeMethod_var), /*hidden argument*/Action_1__ctor_m4F1B6EE6AB328B8B63B3B2CD8FB89A119C3143F3_RuntimeMethod_var);
V_0 = L_11;
// target.method = d.Method;
Action_1_t32A9EECF5D4397CC1B9A7C7079870875411B06D0 * L_12 = V_0;
NullCheck(L_12);
MethodInfo_t * L_13 = Delegate_get_Method_m0AC85D2B0C4CA63C471BC37FFDC3A5EA1E8ED048(L_12, /*hidden argument*/NULL);
NullCheck(L_10);
((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)L_10)->set_method_2(L_13);
// return d;
Action_1_t32A9EECF5D4397CC1B9A7C7079870875411B06D0 * L_14 = V_0;
return L_14;
}
IL_004c:
{
// System_Action_string_Event target = new System_Action_string_Event(func, self);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_15 = ___func0;
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_16 = ___self1;
System_Action_string_Event_t4312ECDDE7B231FA0F7FF8C452136B00E3EB5DF1 * L_17 = (System_Action_string_Event_t4312ECDDE7B231FA0F7FF8C452136B00E3EB5DF1 *)il2cpp_codegen_object_new(System_Action_string_Event_t4312ECDDE7B231FA0F7FF8C452136B00E3EB5DF1_il2cpp_TypeInfo_var);
System_Action_string_Event__ctor_m16CE98BE86BF242ACCF188E21A009A0FBEDB7B52(L_17, L_15, L_16, /*hidden argument*/NULL);
// System.Action<string> d = target.CallWithSelf;
System_Action_string_Event_t4312ECDDE7B231FA0F7FF8C452136B00E3EB5DF1 * L_18 = L_17;
Action_1_t32A9EECF5D4397CC1B9A7C7079870875411B06D0 * L_19 = (Action_1_t32A9EECF5D4397CC1B9A7C7079870875411B06D0 *)il2cpp_codegen_object_new(Action_1_t32A9EECF5D4397CC1B9A7C7079870875411B06D0_il2cpp_TypeInfo_var);
Action_1__ctor_m4F1B6EE6AB328B8B63B3B2CD8FB89A119C3143F3(L_19, L_18, (intptr_t)((intptr_t)System_Action_string_Event_CallWithSelf_m156D63A0A14A148155ECBF8CDCE0210658DD9993_RuntimeMethod_var), /*hidden argument*/Action_1__ctor_m4F1B6EE6AB328B8B63B3B2CD8FB89A119C3143F3_RuntimeMethod_var);
V_1 = L_19;
// target.method = d.Method;
Action_1_t32A9EECF5D4397CC1B9A7C7079870875411B06D0 * L_20 = V_1;
NullCheck(L_20);
MethodInfo_t * L_21 = Delegate_get_Method_m0AC85D2B0C4CA63C471BC37FFDC3A5EA1E8ED048(L_20, /*hidden argument*/NULL);
NullCheck(L_18);
((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)L_18)->set_method_2(L_21);
// return d;
Action_1_t32A9EECF5D4397CC1B9A7C7079870875411B06D0 * L_22 = V_1;
return L_22;
}
}
// System.Boolean DelegateFactory::Check_System_Action_string(System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DelegateFactory_Check_System_Action_string_mE87AA91C9495F5B60714E8E0D3C2704AAC636C0C (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_Check_System_Action_string_mE87AA91C9495F5B60714E8E0D3C2704AAC636C0C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return TypeChecker.CheckDelegateType(typeof(System.Action<string>), L, pos);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (Action_1_t32A9EECF5D4397CC1B9A7C7079870875411B06D0_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_0, /*hidden argument*/NULL);
intptr_t L_2 = ___L0;
int32_t L_3 = ___pos1;
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
bool L_4 = TypeChecker_CheckDelegateType_mBA16C99989C8C054753479195A60E24F471E6CC2(L_1, (intptr_t)L_2, L_3, /*hidden argument*/NULL);
return L_4;
}
}
// System.Void DelegateFactory::Push_System_Action_string(System.IntPtr,System.Action`1<System.String>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DelegateFactory_Push_System_Action_string_m1FD7B84374F4BF680DA1A09FC010BC8A8B1F00A5 (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, intptr_t ___L0, Action_1_t32A9EECF5D4397CC1B9A7C7079870875411B06D0 * ___o1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_Push_System_Action_string_m1FD7B84374F4BF680DA1A09FC010BC8A8B1F00A5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// ToLua.Push(L, o);
intptr_t L_0 = ___L0;
Action_1_t32A9EECF5D4397CC1B9A7C7079870875411B06D0 * L_1 = ___o1;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_0, L_1, /*hidden argument*/NULL);
// }
return;
}
}
// System.Func`1<System.Boolean> DelegateFactory::System_Func_bool(LuaInterface.LuaFunction,LuaInterface.LuaTable,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 * DelegateFactory_System_Func_bool_m8BA405B3AE137E120C56BEC1EDE72939B1A434E1 (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, bool ___flag2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_System_Func_bool_m8BA405B3AE137E120C56BEC1EDE72939B1A434E1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 * V_0 = NULL;
Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 * V_1 = NULL;
Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 * G_B3_0 = NULL;
Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 * G_B2_0 = NULL;
{
// if (func == null)
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
bool L_1 = LuaBaseRef_op_Equality_m3930A4B3F75C8D691B661568896F24C8155CD102(L_0, (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0029;
}
}
{
// System.Func<bool> fn = delegate() { return false; };
IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var);
Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 * L_2 = ((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->get_U3CU3E9__62_0_14();
Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 * L_3 = L_2;
G_B2_0 = L_3;
if (L_3)
{
G_B3_0 = L_3;
goto IL_0028;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var);
U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE * L_4 = ((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->get_U3CU3E9_0();
Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 * L_5 = (Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 *)il2cpp_codegen_object_new(Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1_il2cpp_TypeInfo_var);
Func_1__ctor_m479BA9DCBE3F496111BD05CC90CB1044C5FFD552(L_5, L_4, (intptr_t)((intptr_t)U3CU3Ec_U3CSystem_Func_boolU3Eb__62_0_m6C5D7882F46C4C8A8657445A26A89FD563D022EF_RuntimeMethod_var), /*hidden argument*/Func_1__ctor_m479BA9DCBE3F496111BD05CC90CB1044C5FFD552_RuntimeMethod_var);
Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 * L_6 = L_5;
((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->set_U3CU3E9__62_0_14(L_6);
G_B3_0 = L_6;
}
IL_0028:
{
// return fn;
return G_B3_0;
}
IL_0029:
{
// if(!flag)
bool L_7 = ___flag2;
if (L_7)
{
goto IL_004c;
}
}
{
// System_Func_bool_Event target = new System_Func_bool_Event(func);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_8 = ___func0;
System_Func_bool_Event_t257C4C8365723D7E7FAF7AE7F78A72E0383786EC * L_9 = (System_Func_bool_Event_t257C4C8365723D7E7FAF7AE7F78A72E0383786EC *)il2cpp_codegen_object_new(System_Func_bool_Event_t257C4C8365723D7E7FAF7AE7F78A72E0383786EC_il2cpp_TypeInfo_var);
System_Func_bool_Event__ctor_m837405B8DF7B03897786124EC6666A398AF9740E(L_9, L_8, /*hidden argument*/NULL);
// System.Func<bool> d = target.Call;
System_Func_bool_Event_t257C4C8365723D7E7FAF7AE7F78A72E0383786EC * L_10 = L_9;
Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 * L_11 = (Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 *)il2cpp_codegen_object_new(Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1_il2cpp_TypeInfo_var);
Func_1__ctor_m479BA9DCBE3F496111BD05CC90CB1044C5FFD552(L_11, L_10, (intptr_t)((intptr_t)System_Func_bool_Event_Call_m7BBBD7B542F569F739923A7FD77D0D3631517624_RuntimeMethod_var), /*hidden argument*/Func_1__ctor_m479BA9DCBE3F496111BD05CC90CB1044C5FFD552_RuntimeMethod_var);
V_0 = L_11;
// target.method = d.Method;
Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 * L_12 = V_0;
NullCheck(L_12);
MethodInfo_t * L_13 = Delegate_get_Method_m0AC85D2B0C4CA63C471BC37FFDC3A5EA1E8ED048(L_12, /*hidden argument*/NULL);
NullCheck(L_10);
((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)L_10)->set_method_2(L_13);
// return d;
Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 * L_14 = V_0;
return L_14;
}
IL_004c:
{
// System_Func_bool_Event target = new System_Func_bool_Event(func, self);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_15 = ___func0;
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_16 = ___self1;
System_Func_bool_Event_t257C4C8365723D7E7FAF7AE7F78A72E0383786EC * L_17 = (System_Func_bool_Event_t257C4C8365723D7E7FAF7AE7F78A72E0383786EC *)il2cpp_codegen_object_new(System_Func_bool_Event_t257C4C8365723D7E7FAF7AE7F78A72E0383786EC_il2cpp_TypeInfo_var);
System_Func_bool_Event__ctor_mA187FCDEB87500AE0FA8C7D1907F2FF5BABF5D60(L_17, L_15, L_16, /*hidden argument*/NULL);
// System.Func<bool> d = target.CallWithSelf;
System_Func_bool_Event_t257C4C8365723D7E7FAF7AE7F78A72E0383786EC * L_18 = L_17;
Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 * L_19 = (Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 *)il2cpp_codegen_object_new(Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1_il2cpp_TypeInfo_var);
Func_1__ctor_m479BA9DCBE3F496111BD05CC90CB1044C5FFD552(L_19, L_18, (intptr_t)((intptr_t)System_Func_bool_Event_CallWithSelf_m24D1C180ABD17573442C90EAA8A2EA56D5E4BCF7_RuntimeMethod_var), /*hidden argument*/Func_1__ctor_m479BA9DCBE3F496111BD05CC90CB1044C5FFD552_RuntimeMethod_var);
V_1 = L_19;
// target.method = d.Method;
Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 * L_20 = V_1;
NullCheck(L_20);
MethodInfo_t * L_21 = Delegate_get_Method_m0AC85D2B0C4CA63C471BC37FFDC3A5EA1E8ED048(L_20, /*hidden argument*/NULL);
NullCheck(L_18);
((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)L_18)->set_method_2(L_21);
// return d;
Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 * L_22 = V_1;
return L_22;
}
}
// System.Boolean DelegateFactory::Check_System_Func_bool(System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DelegateFactory_Check_System_Func_bool_m9DE3199C57A54175AA802B059ABD3E806D9EF36A (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_Check_System_Func_bool_m9DE3199C57A54175AA802B059ABD3E806D9EF36A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return TypeChecker.CheckDelegateType(typeof(System.Func<bool>), L, pos);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_0, /*hidden argument*/NULL);
intptr_t L_2 = ___L0;
int32_t L_3 = ___pos1;
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
bool L_4 = TypeChecker_CheckDelegateType_mBA16C99989C8C054753479195A60E24F471E6CC2(L_1, (intptr_t)L_2, L_3, /*hidden argument*/NULL);
return L_4;
}
}
// System.Void DelegateFactory::Push_System_Func_bool(System.IntPtr,System.Func`1<System.Boolean>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DelegateFactory_Push_System_Func_bool_m9638CCB57E6AEE4C97300301876713FF79266B36 (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, intptr_t ___L0, Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 * ___o1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_Push_System_Func_bool_m9638CCB57E6AEE4C97300301876713FF79266B36_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// ToLua.Push(L, o);
intptr_t L_0 = ___L0;
Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 * L_1 = ___o1;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_0, L_1, /*hidden argument*/NULL);
// }
return;
}
}
// UnityEngine.AudioClip_PCMReaderCallback DelegateFactory::UnityEngine_AudioClip_PCMReaderCallback(LuaInterface.LuaFunction,LuaInterface.LuaTable,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PCMReaderCallback_t9B87AB13DCD37957B045554BF28A57697E6B8EFB * DelegateFactory_UnityEngine_AudioClip_PCMReaderCallback_mBA8186EB8906F50FE7C2FC8F1CCEFCB34DF82AD9 (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, bool ___flag2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_UnityEngine_AudioClip_PCMReaderCallback_mBA8186EB8906F50FE7C2FC8F1CCEFCB34DF82AD9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
PCMReaderCallback_t9B87AB13DCD37957B045554BF28A57697E6B8EFB * V_0 = NULL;
PCMReaderCallback_t9B87AB13DCD37957B045554BF28A57697E6B8EFB * V_1 = NULL;
PCMReaderCallback_t9B87AB13DCD37957B045554BF28A57697E6B8EFB * G_B3_0 = NULL;
PCMReaderCallback_t9B87AB13DCD37957B045554BF28A57697E6B8EFB * G_B2_0 = NULL;
{
// if (func == null)
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
bool L_1 = LuaBaseRef_op_Equality_m3930A4B3F75C8D691B661568896F24C8155CD102(L_0, (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0029;
}
}
{
// UnityEngine.AudioClip.PCMReaderCallback fn = delegate(float[] param0) { };
IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var);
PCMReaderCallback_t9B87AB13DCD37957B045554BF28A57697E6B8EFB * L_2 = ((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->get_U3CU3E9__66_0_15();
PCMReaderCallback_t9B87AB13DCD37957B045554BF28A57697E6B8EFB * L_3 = L_2;
G_B2_0 = L_3;
if (L_3)
{
G_B3_0 = L_3;
goto IL_0028;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var);
U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE * L_4 = ((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->get_U3CU3E9_0();
PCMReaderCallback_t9B87AB13DCD37957B045554BF28A57697E6B8EFB * L_5 = (PCMReaderCallback_t9B87AB13DCD37957B045554BF28A57697E6B8EFB *)il2cpp_codegen_object_new(PCMReaderCallback_t9B87AB13DCD37957B045554BF28A57697E6B8EFB_il2cpp_TypeInfo_var);
PCMReaderCallback__ctor_mF9EB2467704F5E13196BBA93F41FA275AC5432F6(L_5, L_4, (intptr_t)((intptr_t)U3CU3Ec_U3CUnityEngine_AudioClip_PCMReaderCallbackU3Eb__66_0_m3950808CD0F58C6EDA2696D562304F4297B57BED_RuntimeMethod_var), /*hidden argument*/NULL);
PCMReaderCallback_t9B87AB13DCD37957B045554BF28A57697E6B8EFB * L_6 = L_5;
((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->set_U3CU3E9__66_0_15(L_6);
G_B3_0 = L_6;
}
IL_0028:
{
// return fn;
return G_B3_0;
}
IL_0029:
{
// if(!flag)
bool L_7 = ___flag2;
if (L_7)
{
goto IL_004c;
}
}
{
// UnityEngine_AudioClip_PCMReaderCallback_Event target = new UnityEngine_AudioClip_PCMReaderCallback_Event(func);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_8 = ___func0;
UnityEngine_AudioClip_PCMReaderCallback_Event_t3ACF075B70367140119041FBB48DA66BF7F90AAB * L_9 = (UnityEngine_AudioClip_PCMReaderCallback_Event_t3ACF075B70367140119041FBB48DA66BF7F90AAB *)il2cpp_codegen_object_new(UnityEngine_AudioClip_PCMReaderCallback_Event_t3ACF075B70367140119041FBB48DA66BF7F90AAB_il2cpp_TypeInfo_var);
UnityEngine_AudioClip_PCMReaderCallback_Event__ctor_m1B8E4AA5D48A34AEAB210CEEF50449A395D36843(L_9, L_8, /*hidden argument*/NULL);
// UnityEngine.AudioClip.PCMReaderCallback d = target.Call;
UnityEngine_AudioClip_PCMReaderCallback_Event_t3ACF075B70367140119041FBB48DA66BF7F90AAB * L_10 = L_9;
PCMReaderCallback_t9B87AB13DCD37957B045554BF28A57697E6B8EFB * L_11 = (PCMReaderCallback_t9B87AB13DCD37957B045554BF28A57697E6B8EFB *)il2cpp_codegen_object_new(PCMReaderCallback_t9B87AB13DCD37957B045554BF28A57697E6B8EFB_il2cpp_TypeInfo_var);
PCMReaderCallback__ctor_mF9EB2467704F5E13196BBA93F41FA275AC5432F6(L_11, L_10, (intptr_t)((intptr_t)UnityEngine_AudioClip_PCMReaderCallback_Event_Call_m85DC9AC551F90B99607A78D1B2571150017C8D16_RuntimeMethod_var), /*hidden argument*/NULL);
V_0 = L_11;
// target.method = d.Method;
PCMReaderCallback_t9B87AB13DCD37957B045554BF28A57697E6B8EFB * L_12 = V_0;
NullCheck(L_12);
MethodInfo_t * L_13 = Delegate_get_Method_m0AC85D2B0C4CA63C471BC37FFDC3A5EA1E8ED048(L_12, /*hidden argument*/NULL);
NullCheck(L_10);
((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)L_10)->set_method_2(L_13);
// return d;
PCMReaderCallback_t9B87AB13DCD37957B045554BF28A57697E6B8EFB * L_14 = V_0;
return L_14;
}
IL_004c:
{
// UnityEngine_AudioClip_PCMReaderCallback_Event target = new UnityEngine_AudioClip_PCMReaderCallback_Event(func, self);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_15 = ___func0;
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_16 = ___self1;
UnityEngine_AudioClip_PCMReaderCallback_Event_t3ACF075B70367140119041FBB48DA66BF7F90AAB * L_17 = (UnityEngine_AudioClip_PCMReaderCallback_Event_t3ACF075B70367140119041FBB48DA66BF7F90AAB *)il2cpp_codegen_object_new(UnityEngine_AudioClip_PCMReaderCallback_Event_t3ACF075B70367140119041FBB48DA66BF7F90AAB_il2cpp_TypeInfo_var);
UnityEngine_AudioClip_PCMReaderCallback_Event__ctor_m220AB4D5DC8C68945E17CDB98D04EAE8BFAA7DE6(L_17, L_15, L_16, /*hidden argument*/NULL);
// UnityEngine.AudioClip.PCMReaderCallback d = target.CallWithSelf;
UnityEngine_AudioClip_PCMReaderCallback_Event_t3ACF075B70367140119041FBB48DA66BF7F90AAB * L_18 = L_17;
PCMReaderCallback_t9B87AB13DCD37957B045554BF28A57697E6B8EFB * L_19 = (PCMReaderCallback_t9B87AB13DCD37957B045554BF28A57697E6B8EFB *)il2cpp_codegen_object_new(PCMReaderCallback_t9B87AB13DCD37957B045554BF28A57697E6B8EFB_il2cpp_TypeInfo_var);
PCMReaderCallback__ctor_mF9EB2467704F5E13196BBA93F41FA275AC5432F6(L_19, L_18, (intptr_t)((intptr_t)UnityEngine_AudioClip_PCMReaderCallback_Event_CallWithSelf_m1172015E5900FA6B3ED8D47F27822121AB3530AD_RuntimeMethod_var), /*hidden argument*/NULL);
V_1 = L_19;
// target.method = d.Method;
PCMReaderCallback_t9B87AB13DCD37957B045554BF28A57697E6B8EFB * L_20 = V_1;
NullCheck(L_20);
MethodInfo_t * L_21 = Delegate_get_Method_m0AC85D2B0C4CA63C471BC37FFDC3A5EA1E8ED048(L_20, /*hidden argument*/NULL);
NullCheck(L_18);
((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)L_18)->set_method_2(L_21);
// return d;
PCMReaderCallback_t9B87AB13DCD37957B045554BF28A57697E6B8EFB * L_22 = V_1;
return L_22;
}
}
// System.Boolean DelegateFactory::Check_UnityEngine_AudioClip_PCMReaderCallback(System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DelegateFactory_Check_UnityEngine_AudioClip_PCMReaderCallback_m1D49E0A0FFA7A281F5B360396444EEF2014DC8A5 (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_Check_UnityEngine_AudioClip_PCMReaderCallback_m1D49E0A0FFA7A281F5B360396444EEF2014DC8A5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return TypeChecker.CheckDelegateType(typeof(UnityEngine.AudioClip.PCMReaderCallback), L, pos);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (PCMReaderCallback_t9B87AB13DCD37957B045554BF28A57697E6B8EFB_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_0, /*hidden argument*/NULL);
intptr_t L_2 = ___L0;
int32_t L_3 = ___pos1;
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
bool L_4 = TypeChecker_CheckDelegateType_mBA16C99989C8C054753479195A60E24F471E6CC2(L_1, (intptr_t)L_2, L_3, /*hidden argument*/NULL);
return L_4;
}
}
// System.Void DelegateFactory::Push_UnityEngine_AudioClip_PCMReaderCallback(System.IntPtr,UnityEngine.AudioClip_PCMReaderCallback)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DelegateFactory_Push_UnityEngine_AudioClip_PCMReaderCallback_m6F659691E2DD3811A9A0760FAC4EC8EE31D95201 (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, intptr_t ___L0, PCMReaderCallback_t9B87AB13DCD37957B045554BF28A57697E6B8EFB * ___o1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_Push_UnityEngine_AudioClip_PCMReaderCallback_m6F659691E2DD3811A9A0760FAC4EC8EE31D95201_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// ToLua.Push(L, o);
intptr_t L_0 = ___L0;
PCMReaderCallback_t9B87AB13DCD37957B045554BF28A57697E6B8EFB * L_1 = ___o1;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_0, L_1, /*hidden argument*/NULL);
// }
return;
}
}
// UnityEngine.AudioClip_PCMSetPositionCallback DelegateFactory::UnityEngine_AudioClip_PCMSetPositionCallback(LuaInterface.LuaFunction,LuaInterface.LuaTable,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PCMSetPositionCallback_t092ED33043C0279B5E4D343EBCBD516CEF260801 * DelegateFactory_UnityEngine_AudioClip_PCMSetPositionCallback_mBEF4A550CC5AEFC61DFBBA4883688186E3CC9FBD (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, bool ___flag2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_UnityEngine_AudioClip_PCMSetPositionCallback_mBEF4A550CC5AEFC61DFBBA4883688186E3CC9FBD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
PCMSetPositionCallback_t092ED33043C0279B5E4D343EBCBD516CEF260801 * V_0 = NULL;
PCMSetPositionCallback_t092ED33043C0279B5E4D343EBCBD516CEF260801 * V_1 = NULL;
PCMSetPositionCallback_t092ED33043C0279B5E4D343EBCBD516CEF260801 * G_B3_0 = NULL;
PCMSetPositionCallback_t092ED33043C0279B5E4D343EBCBD516CEF260801 * G_B2_0 = NULL;
{
// if (func == null)
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
bool L_1 = LuaBaseRef_op_Equality_m3930A4B3F75C8D691B661568896F24C8155CD102(L_0, (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0029;
}
}
{
// UnityEngine.AudioClip.PCMSetPositionCallback fn = delegate(int param0) { };
IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var);
PCMSetPositionCallback_t092ED33043C0279B5E4D343EBCBD516CEF260801 * L_2 = ((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->get_U3CU3E9__70_0_16();
PCMSetPositionCallback_t092ED33043C0279B5E4D343EBCBD516CEF260801 * L_3 = L_2;
G_B2_0 = L_3;
if (L_3)
{
G_B3_0 = L_3;
goto IL_0028;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var);
U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE * L_4 = ((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->get_U3CU3E9_0();
PCMSetPositionCallback_t092ED33043C0279B5E4D343EBCBD516CEF260801 * L_5 = (PCMSetPositionCallback_t092ED33043C0279B5E4D343EBCBD516CEF260801 *)il2cpp_codegen_object_new(PCMSetPositionCallback_t092ED33043C0279B5E4D343EBCBD516CEF260801_il2cpp_TypeInfo_var);
PCMSetPositionCallback__ctor_m31EA578C3CCFDFC9335B8C67353878AEE4B3905F(L_5, L_4, (intptr_t)((intptr_t)U3CU3Ec_U3CUnityEngine_AudioClip_PCMSetPositionCallbackU3Eb__70_0_mD8034C1662BAA1BACACEB665D70207BA9833A194_RuntimeMethod_var), /*hidden argument*/NULL);
PCMSetPositionCallback_t092ED33043C0279B5E4D343EBCBD516CEF260801 * L_6 = L_5;
((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->set_U3CU3E9__70_0_16(L_6);
G_B3_0 = L_6;
}
IL_0028:
{
// return fn;
return G_B3_0;
}
IL_0029:
{
// if(!flag)
bool L_7 = ___flag2;
if (L_7)
{
goto IL_004c;
}
}
{
// UnityEngine_AudioClip_PCMSetPositionCallback_Event target = new UnityEngine_AudioClip_PCMSetPositionCallback_Event(func);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_8 = ___func0;
UnityEngine_AudioClip_PCMSetPositionCallback_Event_tC808DFCED1B085F1C18285164A87AF029224A00D * L_9 = (UnityEngine_AudioClip_PCMSetPositionCallback_Event_tC808DFCED1B085F1C18285164A87AF029224A00D *)il2cpp_codegen_object_new(UnityEngine_AudioClip_PCMSetPositionCallback_Event_tC808DFCED1B085F1C18285164A87AF029224A00D_il2cpp_TypeInfo_var);
UnityEngine_AudioClip_PCMSetPositionCallback_Event__ctor_m011C371C15C3EE6C6EA09789BB2B13A3CD9571DA(L_9, L_8, /*hidden argument*/NULL);
// UnityEngine.AudioClip.PCMSetPositionCallback d = target.Call;
UnityEngine_AudioClip_PCMSetPositionCallback_Event_tC808DFCED1B085F1C18285164A87AF029224A00D * L_10 = L_9;
PCMSetPositionCallback_t092ED33043C0279B5E4D343EBCBD516CEF260801 * L_11 = (PCMSetPositionCallback_t092ED33043C0279B5E4D343EBCBD516CEF260801 *)il2cpp_codegen_object_new(PCMSetPositionCallback_t092ED33043C0279B5E4D343EBCBD516CEF260801_il2cpp_TypeInfo_var);
PCMSetPositionCallback__ctor_m31EA578C3CCFDFC9335B8C67353878AEE4B3905F(L_11, L_10, (intptr_t)((intptr_t)UnityEngine_AudioClip_PCMSetPositionCallback_Event_Call_m8969625EDE0EF8689B8C375879A25B0F405EA15F_RuntimeMethod_var), /*hidden argument*/NULL);
V_0 = L_11;
// target.method = d.Method;
PCMSetPositionCallback_t092ED33043C0279B5E4D343EBCBD516CEF260801 * L_12 = V_0;
NullCheck(L_12);
MethodInfo_t * L_13 = Delegate_get_Method_m0AC85D2B0C4CA63C471BC37FFDC3A5EA1E8ED048(L_12, /*hidden argument*/NULL);
NullCheck(L_10);
((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)L_10)->set_method_2(L_13);
// return d;
PCMSetPositionCallback_t092ED33043C0279B5E4D343EBCBD516CEF260801 * L_14 = V_0;
return L_14;
}
IL_004c:
{
// UnityEngine_AudioClip_PCMSetPositionCallback_Event target = new UnityEngine_AudioClip_PCMSetPositionCallback_Event(func, self);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_15 = ___func0;
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_16 = ___self1;
UnityEngine_AudioClip_PCMSetPositionCallback_Event_tC808DFCED1B085F1C18285164A87AF029224A00D * L_17 = (UnityEngine_AudioClip_PCMSetPositionCallback_Event_tC808DFCED1B085F1C18285164A87AF029224A00D *)il2cpp_codegen_object_new(UnityEngine_AudioClip_PCMSetPositionCallback_Event_tC808DFCED1B085F1C18285164A87AF029224A00D_il2cpp_TypeInfo_var);
UnityEngine_AudioClip_PCMSetPositionCallback_Event__ctor_mD69E6BB9CB50F233ED7D286C178DFCC103781F6D(L_17, L_15, L_16, /*hidden argument*/NULL);
// UnityEngine.AudioClip.PCMSetPositionCallback d = target.CallWithSelf;
UnityEngine_AudioClip_PCMSetPositionCallback_Event_tC808DFCED1B085F1C18285164A87AF029224A00D * L_18 = L_17;
PCMSetPositionCallback_t092ED33043C0279B5E4D343EBCBD516CEF260801 * L_19 = (PCMSetPositionCallback_t092ED33043C0279B5E4D343EBCBD516CEF260801 *)il2cpp_codegen_object_new(PCMSetPositionCallback_t092ED33043C0279B5E4D343EBCBD516CEF260801_il2cpp_TypeInfo_var);
PCMSetPositionCallback__ctor_m31EA578C3CCFDFC9335B8C67353878AEE4B3905F(L_19, L_18, (intptr_t)((intptr_t)UnityEngine_AudioClip_PCMSetPositionCallback_Event_CallWithSelf_m3AFB6D4F2FA5994E6E35CCFCCBB0BF739FF539E6_RuntimeMethod_var), /*hidden argument*/NULL);
V_1 = L_19;
// target.method = d.Method;
PCMSetPositionCallback_t092ED33043C0279B5E4D343EBCBD516CEF260801 * L_20 = V_1;
NullCheck(L_20);
MethodInfo_t * L_21 = Delegate_get_Method_m0AC85D2B0C4CA63C471BC37FFDC3A5EA1E8ED048(L_20, /*hidden argument*/NULL);
NullCheck(L_18);
((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)L_18)->set_method_2(L_21);
// return d;
PCMSetPositionCallback_t092ED33043C0279B5E4D343EBCBD516CEF260801 * L_22 = V_1;
return L_22;
}
}
// System.Boolean DelegateFactory::Check_UnityEngine_AudioClip_PCMSetPositionCallback(System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DelegateFactory_Check_UnityEngine_AudioClip_PCMSetPositionCallback_mDF952A176A940EB5DFBCD06BC9D1CE8980112CFB (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_Check_UnityEngine_AudioClip_PCMSetPositionCallback_mDF952A176A940EB5DFBCD06BC9D1CE8980112CFB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return TypeChecker.CheckDelegateType(typeof(UnityEngine.AudioClip.PCMSetPositionCallback), L, pos);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (PCMSetPositionCallback_t092ED33043C0279B5E4D343EBCBD516CEF260801_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_0, /*hidden argument*/NULL);
intptr_t L_2 = ___L0;
int32_t L_3 = ___pos1;
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
bool L_4 = TypeChecker_CheckDelegateType_mBA16C99989C8C054753479195A60E24F471E6CC2(L_1, (intptr_t)L_2, L_3, /*hidden argument*/NULL);
return L_4;
}
}
// System.Void DelegateFactory::Push_UnityEngine_AudioClip_PCMSetPositionCallback(System.IntPtr,UnityEngine.AudioClip_PCMSetPositionCallback)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DelegateFactory_Push_UnityEngine_AudioClip_PCMSetPositionCallback_m812990CD4BE8B4F0B4875FAED55D9177C5460B14 (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, intptr_t ___L0, PCMSetPositionCallback_t092ED33043C0279B5E4D343EBCBD516CEF260801 * ___o1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_Push_UnityEngine_AudioClip_PCMSetPositionCallback_m812990CD4BE8B4F0B4875FAED55D9177C5460B14_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// ToLua.Push(L, o);
intptr_t L_0 = ___L0;
PCMSetPositionCallback_t092ED33043C0279B5E4D343EBCBD516CEF260801 * L_1 = ___o1;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_0, L_1, /*hidden argument*/NULL);
// }
return;
}
}
// System.Action`1<UnityEngine.AsyncOperation> DelegateFactory::System_Action_UnityEngine_AsyncOperation(LuaInterface.LuaFunction,LuaInterface.LuaTable,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Action_1_tCBF754C290FAE894631BED8FD56E9E22C4C187F9 * DelegateFactory_System_Action_UnityEngine_AsyncOperation_m2B47FA94EF576420378A56B3873D92F64601010E (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, bool ___flag2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_System_Action_UnityEngine_AsyncOperation_m2B47FA94EF576420378A56B3873D92F64601010E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Action_1_tCBF754C290FAE894631BED8FD56E9E22C4C187F9 * V_0 = NULL;
Action_1_tCBF754C290FAE894631BED8FD56E9E22C4C187F9 * V_1 = NULL;
Action_1_tCBF754C290FAE894631BED8FD56E9E22C4C187F9 * G_B3_0 = NULL;
Action_1_tCBF754C290FAE894631BED8FD56E9E22C4C187F9 * G_B2_0 = NULL;
{
// if (func == null)
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
bool L_1 = LuaBaseRef_op_Equality_m3930A4B3F75C8D691B661568896F24C8155CD102(L_0, (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0029;
}
}
{
// System.Action<UnityEngine.AsyncOperation> fn = delegate(UnityEngine.AsyncOperation param0) { };
IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var);
Action_1_tCBF754C290FAE894631BED8FD56E9E22C4C187F9 * L_2 = ((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->get_U3CU3E9__74_0_17();
Action_1_tCBF754C290FAE894631BED8FD56E9E22C4C187F9 * L_3 = L_2;
G_B2_0 = L_3;
if (L_3)
{
G_B3_0 = L_3;
goto IL_0028;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var);
U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE * L_4 = ((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->get_U3CU3E9_0();
Action_1_tCBF754C290FAE894631BED8FD56E9E22C4C187F9 * L_5 = (Action_1_tCBF754C290FAE894631BED8FD56E9E22C4C187F9 *)il2cpp_codegen_object_new(Action_1_tCBF754C290FAE894631BED8FD56E9E22C4C187F9_il2cpp_TypeInfo_var);
Action_1__ctor_m658A08C544B797982A059DEB0A9074E170FC48B6(L_5, L_4, (intptr_t)((intptr_t)U3CU3Ec_U3CSystem_Action_UnityEngine_AsyncOperationU3Eb__74_0_mD6A11387C78FEB5045F5963913B39675E35C1AA2_RuntimeMethod_var), /*hidden argument*/Action_1__ctor_m658A08C544B797982A059DEB0A9074E170FC48B6_RuntimeMethod_var);
Action_1_tCBF754C290FAE894631BED8FD56E9E22C4C187F9 * L_6 = L_5;
((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->set_U3CU3E9__74_0_17(L_6);
G_B3_0 = L_6;
}
IL_0028:
{
// return fn;
return G_B3_0;
}
IL_0029:
{
// if(!flag)
bool L_7 = ___flag2;
if (L_7)
{
goto IL_004c;
}
}
{
// System_Action_UnityEngine_AsyncOperation_Event target = new System_Action_UnityEngine_AsyncOperation_Event(func);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_8 = ___func0;
System_Action_UnityEngine_AsyncOperation_Event_t30301901F4473DDAF7FA36EF0467033AB69E37C8 * L_9 = (System_Action_UnityEngine_AsyncOperation_Event_t30301901F4473DDAF7FA36EF0467033AB69E37C8 *)il2cpp_codegen_object_new(System_Action_UnityEngine_AsyncOperation_Event_t30301901F4473DDAF7FA36EF0467033AB69E37C8_il2cpp_TypeInfo_var);
System_Action_UnityEngine_AsyncOperation_Event__ctor_m6293FE4F9CD0AF2B0A8BC876CF0228921F5C9D13(L_9, L_8, /*hidden argument*/NULL);
// System.Action<UnityEngine.AsyncOperation> d = target.Call;
System_Action_UnityEngine_AsyncOperation_Event_t30301901F4473DDAF7FA36EF0467033AB69E37C8 * L_10 = L_9;
Action_1_tCBF754C290FAE894631BED8FD56E9E22C4C187F9 * L_11 = (Action_1_tCBF754C290FAE894631BED8FD56E9E22C4C187F9 *)il2cpp_codegen_object_new(Action_1_tCBF754C290FAE894631BED8FD56E9E22C4C187F9_il2cpp_TypeInfo_var);
Action_1__ctor_m658A08C544B797982A059DEB0A9074E170FC48B6(L_11, L_10, (intptr_t)((intptr_t)System_Action_UnityEngine_AsyncOperation_Event_Call_m548B51295C248DEE42FB0B4647C51A564B641014_RuntimeMethod_var), /*hidden argument*/Action_1__ctor_m658A08C544B797982A059DEB0A9074E170FC48B6_RuntimeMethod_var);
V_0 = L_11;
// target.method = d.Method;
Action_1_tCBF754C290FAE894631BED8FD56E9E22C4C187F9 * L_12 = V_0;
NullCheck(L_12);
MethodInfo_t * L_13 = Delegate_get_Method_m0AC85D2B0C4CA63C471BC37FFDC3A5EA1E8ED048(L_12, /*hidden argument*/NULL);
NullCheck(L_10);
((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)L_10)->set_method_2(L_13);
// return d;
Action_1_tCBF754C290FAE894631BED8FD56E9E22C4C187F9 * L_14 = V_0;
return L_14;
}
IL_004c:
{
// System_Action_UnityEngine_AsyncOperation_Event target = new System_Action_UnityEngine_AsyncOperation_Event(func, self);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_15 = ___func0;
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_16 = ___self1;
System_Action_UnityEngine_AsyncOperation_Event_t30301901F4473DDAF7FA36EF0467033AB69E37C8 * L_17 = (System_Action_UnityEngine_AsyncOperation_Event_t30301901F4473DDAF7FA36EF0467033AB69E37C8 *)il2cpp_codegen_object_new(System_Action_UnityEngine_AsyncOperation_Event_t30301901F4473DDAF7FA36EF0467033AB69E37C8_il2cpp_TypeInfo_var);
System_Action_UnityEngine_AsyncOperation_Event__ctor_mF3A51D02CB450E996F358E60C54CFBD0F07D1710(L_17, L_15, L_16, /*hidden argument*/NULL);
// System.Action<UnityEngine.AsyncOperation> d = target.CallWithSelf;
System_Action_UnityEngine_AsyncOperation_Event_t30301901F4473DDAF7FA36EF0467033AB69E37C8 * L_18 = L_17;
Action_1_tCBF754C290FAE894631BED8FD56E9E22C4C187F9 * L_19 = (Action_1_tCBF754C290FAE894631BED8FD56E9E22C4C187F9 *)il2cpp_codegen_object_new(Action_1_tCBF754C290FAE894631BED8FD56E9E22C4C187F9_il2cpp_TypeInfo_var);
Action_1__ctor_m658A08C544B797982A059DEB0A9074E170FC48B6(L_19, L_18, (intptr_t)((intptr_t)System_Action_UnityEngine_AsyncOperation_Event_CallWithSelf_m6295E76509B6FD66961EE1E9C596D8A45617A09F_RuntimeMethod_var), /*hidden argument*/Action_1__ctor_m658A08C544B797982A059DEB0A9074E170FC48B6_RuntimeMethod_var);
V_1 = L_19;
// target.method = d.Method;
Action_1_tCBF754C290FAE894631BED8FD56E9E22C4C187F9 * L_20 = V_1;
NullCheck(L_20);
MethodInfo_t * L_21 = Delegate_get_Method_m0AC85D2B0C4CA63C471BC37FFDC3A5EA1E8ED048(L_20, /*hidden argument*/NULL);
NullCheck(L_18);
((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)L_18)->set_method_2(L_21);
// return d;
Action_1_tCBF754C290FAE894631BED8FD56E9E22C4C187F9 * L_22 = V_1;
return L_22;
}
}
// System.Boolean DelegateFactory::Check_System_Action_UnityEngine_AsyncOperation(System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DelegateFactory_Check_System_Action_UnityEngine_AsyncOperation_m02FA6C73C355275CA244DF9AF05A2921864AE0C3 (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_Check_System_Action_UnityEngine_AsyncOperation_m02FA6C73C355275CA244DF9AF05A2921864AE0C3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return TypeChecker.CheckDelegateType(typeof(System.Action<UnityEngine.AsyncOperation>), L, pos);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (Action_1_tCBF754C290FAE894631BED8FD56E9E22C4C187F9_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_0, /*hidden argument*/NULL);
intptr_t L_2 = ___L0;
int32_t L_3 = ___pos1;
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
bool L_4 = TypeChecker_CheckDelegateType_mBA16C99989C8C054753479195A60E24F471E6CC2(L_1, (intptr_t)L_2, L_3, /*hidden argument*/NULL);
return L_4;
}
}
// System.Void DelegateFactory::Push_System_Action_UnityEngine_AsyncOperation(System.IntPtr,System.Action`1<UnityEngine.AsyncOperation>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DelegateFactory_Push_System_Action_UnityEngine_AsyncOperation_m66C4F914D5EE74A83800D2B4F3EED19677515CEE (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, intptr_t ___L0, Action_1_tCBF754C290FAE894631BED8FD56E9E22C4C187F9 * ___o1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_Push_System_Action_UnityEngine_AsyncOperation_m66C4F914D5EE74A83800D2B4F3EED19677515CEE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// ToLua.Push(L, o);
intptr_t L_0 = ___L0;
Action_1_tCBF754C290FAE894631BED8FD56E9E22C4C187F9 * L_1 = ___o1;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_0, L_1, /*hidden argument*/NULL);
// }
return;
}
}
// FairyGUI.EventCallback1 DelegateFactory::FairyGUI_EventCallback1(LuaInterface.LuaFunction,LuaInterface.LuaTable,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * DelegateFactory_FairyGUI_EventCallback1_m583E900F04EB08DBB37DF34F0441C391A079E02C (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, bool ___flag2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_FairyGUI_EventCallback1_m583E900F04EB08DBB37DF34F0441C391A079E02C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * V_0 = NULL;
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * V_1 = NULL;
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * G_B3_0 = NULL;
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * G_B2_0 = NULL;
{
// if (func == null)
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
bool L_1 = LuaBaseRef_op_Equality_m3930A4B3F75C8D691B661568896F24C8155CD102(L_0, (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0029;
}
}
{
// FairyGUI.EventCallback1 fn = delegate(FairyGUI.EventContext param0) { };
IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var);
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_2 = ((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->get_U3CU3E9__78_0_18();
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_3 = L_2;
G_B2_0 = L_3;
if (L_3)
{
G_B3_0 = L_3;
goto IL_0028;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var);
U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE * L_4 = ((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->get_U3CU3E9_0();
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_5 = (EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)il2cpp_codegen_object_new(EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var);
EventCallback1__ctor_m95FF2207704AA84E376CD7F9BCBBB0A8820C1BA4(L_5, L_4, (intptr_t)((intptr_t)U3CU3Ec_U3CFairyGUI_EventCallback1U3Eb__78_0_m76495CA704B8CBF9434332E2DA0B6FB18A023A4B_RuntimeMethod_var), /*hidden argument*/NULL);
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_6 = L_5;
((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->set_U3CU3E9__78_0_18(L_6);
G_B3_0 = L_6;
}
IL_0028:
{
// return fn;
return G_B3_0;
}
IL_0029:
{
// if(!flag)
bool L_7 = ___flag2;
if (L_7)
{
goto IL_004c;
}
}
{
// FairyGUI_EventCallback1_Event target = new FairyGUI_EventCallback1_Event(func);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_8 = ___func0;
FairyGUI_EventCallback1_Event_t987E015AA61ECB454A035E5D9C6D43E38881031B * L_9 = (FairyGUI_EventCallback1_Event_t987E015AA61ECB454A035E5D9C6D43E38881031B *)il2cpp_codegen_object_new(FairyGUI_EventCallback1_Event_t987E015AA61ECB454A035E5D9C6D43E38881031B_il2cpp_TypeInfo_var);
FairyGUI_EventCallback1_Event__ctor_m34DF1C9745FD8FBDA77DBAD1DFDF3DD886D03EFF(L_9, L_8, /*hidden argument*/NULL);
// FairyGUI.EventCallback1 d = target.Call;
FairyGUI_EventCallback1_Event_t987E015AA61ECB454A035E5D9C6D43E38881031B * L_10 = L_9;
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_11 = (EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)il2cpp_codegen_object_new(EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var);
EventCallback1__ctor_m95FF2207704AA84E376CD7F9BCBBB0A8820C1BA4(L_11, L_10, (intptr_t)((intptr_t)FairyGUI_EventCallback1_Event_Call_mF68582BD4B3A7B2EF8910A67E448F6FE0D5F6A33_RuntimeMethod_var), /*hidden argument*/NULL);
V_0 = L_11;
// target.method = d.Method;
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_12 = V_0;
NullCheck(L_12);
MethodInfo_t * L_13 = Delegate_get_Method_m0AC85D2B0C4CA63C471BC37FFDC3A5EA1E8ED048(L_12, /*hidden argument*/NULL);
NullCheck(L_10);
((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)L_10)->set_method_2(L_13);
// return d;
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_14 = V_0;
return L_14;
}
IL_004c:
{
// FairyGUI_EventCallback1_Event target = new FairyGUI_EventCallback1_Event(func, self);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_15 = ___func0;
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_16 = ___self1;
FairyGUI_EventCallback1_Event_t987E015AA61ECB454A035E5D9C6D43E38881031B * L_17 = (FairyGUI_EventCallback1_Event_t987E015AA61ECB454A035E5D9C6D43E38881031B *)il2cpp_codegen_object_new(FairyGUI_EventCallback1_Event_t987E015AA61ECB454A035E5D9C6D43E38881031B_il2cpp_TypeInfo_var);
FairyGUI_EventCallback1_Event__ctor_m44F99BC9C6EF92CFB4744C22F3857653CCC9F576(L_17, L_15, L_16, /*hidden argument*/NULL);
// FairyGUI.EventCallback1 d = target.CallWithSelf;
FairyGUI_EventCallback1_Event_t987E015AA61ECB454A035E5D9C6D43E38881031B * L_18 = L_17;
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_19 = (EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)il2cpp_codegen_object_new(EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var);
EventCallback1__ctor_m95FF2207704AA84E376CD7F9BCBBB0A8820C1BA4(L_19, L_18, (intptr_t)((intptr_t)FairyGUI_EventCallback1_Event_CallWithSelf_mD35F3297BA87CCD5F3D6A5654FD0DFD1779395B2_RuntimeMethod_var), /*hidden argument*/NULL);
V_1 = L_19;
// target.method = d.Method;
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_20 = V_1;
NullCheck(L_20);
MethodInfo_t * L_21 = Delegate_get_Method_m0AC85D2B0C4CA63C471BC37FFDC3A5EA1E8ED048(L_20, /*hidden argument*/NULL);
NullCheck(L_18);
((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)L_18)->set_method_2(L_21);
// return d;
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_22 = V_1;
return L_22;
}
}
// System.Boolean DelegateFactory::Check_FairyGUI_EventCallback1(System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DelegateFactory_Check_FairyGUI_EventCallback1_m99010B602A79C16A715E5DF00B0CA18B556C4FB0 (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_Check_FairyGUI_EventCallback1_m99010B602A79C16A715E5DF00B0CA18B556C4FB0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return TypeChecker.CheckDelegateType(typeof(FairyGUI.EventCallback1), L, pos);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (EventCallback1_t389063B912FE306493324D5033356213EEA650A7_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_0, /*hidden argument*/NULL);
intptr_t L_2 = ___L0;
int32_t L_3 = ___pos1;
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
bool L_4 = TypeChecker_CheckDelegateType_mBA16C99989C8C054753479195A60E24F471E6CC2(L_1, (intptr_t)L_2, L_3, /*hidden argument*/NULL);
return L_4;
}
}
// System.Void DelegateFactory::Push_FairyGUI_EventCallback1(System.IntPtr,FairyGUI.EventCallback1)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DelegateFactory_Push_FairyGUI_EventCallback1_m380B4142B92EA18B8BAB1E8964F7FA658C4A3053 (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, intptr_t ___L0, EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * ___o1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_Push_FairyGUI_EventCallback1_m380B4142B92EA18B8BAB1E8964F7FA658C4A3053_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// ToLua.Push(L, o);
intptr_t L_0 = ___L0;
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_1 = ___o1;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_0, L_1, /*hidden argument*/NULL);
// }
return;
}
}
// FairyGUI.EventCallback0 DelegateFactory::FairyGUI_EventCallback0(LuaInterface.LuaFunction,LuaInterface.LuaTable,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * DelegateFactory_FairyGUI_EventCallback0_mA5FC03B30E62882E61D79C67965118B704034AD0 (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, bool ___flag2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_FairyGUI_EventCallback0_mA5FC03B30E62882E61D79C67965118B704034AD0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * V_0 = NULL;
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * V_1 = NULL;
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * G_B3_0 = NULL;
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * G_B2_0 = NULL;
{
// if (func == null)
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
bool L_1 = LuaBaseRef_op_Equality_m3930A4B3F75C8D691B661568896F24C8155CD102(L_0, (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0029;
}
}
{
// FairyGUI.EventCallback0 fn = delegate() { };
IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var);
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * L_2 = ((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->get_U3CU3E9__82_0_19();
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * L_3 = L_2;
G_B2_0 = L_3;
if (L_3)
{
G_B3_0 = L_3;
goto IL_0028;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var);
U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE * L_4 = ((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->get_U3CU3E9_0();
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * L_5 = (EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 *)il2cpp_codegen_object_new(EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8_il2cpp_TypeInfo_var);
EventCallback0__ctor_m645D7A733ACDE4804F513CF4155B1C7EF0108CFD(L_5, L_4, (intptr_t)((intptr_t)U3CU3Ec_U3CFairyGUI_EventCallback0U3Eb__82_0_m38851752925BD1494EE9E79040BCC13A302C23EC_RuntimeMethod_var), /*hidden argument*/NULL);
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * L_6 = L_5;
((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->set_U3CU3E9__82_0_19(L_6);
G_B3_0 = L_6;
}
IL_0028:
{
// return fn;
return G_B3_0;
}
IL_0029:
{
// if(!flag)
bool L_7 = ___flag2;
if (L_7)
{
goto IL_004c;
}
}
{
// FairyGUI_EventCallback0_Event target = new FairyGUI_EventCallback0_Event(func);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_8 = ___func0;
FairyGUI_EventCallback0_Event_t7EBA8521DBCD579F02D22CF244746A85100AA83C * L_9 = (FairyGUI_EventCallback0_Event_t7EBA8521DBCD579F02D22CF244746A85100AA83C *)il2cpp_codegen_object_new(FairyGUI_EventCallback0_Event_t7EBA8521DBCD579F02D22CF244746A85100AA83C_il2cpp_TypeInfo_var);
FairyGUI_EventCallback0_Event__ctor_mA86F686F9873FC6D6A840EAAE3E656E874AC9C90(L_9, L_8, /*hidden argument*/NULL);
// FairyGUI.EventCallback0 d = target.Call;
FairyGUI_EventCallback0_Event_t7EBA8521DBCD579F02D22CF244746A85100AA83C * L_10 = L_9;
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * L_11 = (EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 *)il2cpp_codegen_object_new(EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8_il2cpp_TypeInfo_var);
EventCallback0__ctor_m645D7A733ACDE4804F513CF4155B1C7EF0108CFD(L_11, L_10, (intptr_t)((intptr_t)FairyGUI_EventCallback0_Event_Call_m85E7E80895682B35E19108AF52295618E4D1BA39_RuntimeMethod_var), /*hidden argument*/NULL);
V_0 = L_11;
// target.method = d.Method;
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * L_12 = V_0;
NullCheck(L_12);
MethodInfo_t * L_13 = Delegate_get_Method_m0AC85D2B0C4CA63C471BC37FFDC3A5EA1E8ED048(L_12, /*hidden argument*/NULL);
NullCheck(L_10);
((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)L_10)->set_method_2(L_13);
// return d;
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * L_14 = V_0;
return L_14;
}
IL_004c:
{
// FairyGUI_EventCallback0_Event target = new FairyGUI_EventCallback0_Event(func, self);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_15 = ___func0;
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_16 = ___self1;
FairyGUI_EventCallback0_Event_t7EBA8521DBCD579F02D22CF244746A85100AA83C * L_17 = (FairyGUI_EventCallback0_Event_t7EBA8521DBCD579F02D22CF244746A85100AA83C *)il2cpp_codegen_object_new(FairyGUI_EventCallback0_Event_t7EBA8521DBCD579F02D22CF244746A85100AA83C_il2cpp_TypeInfo_var);
FairyGUI_EventCallback0_Event__ctor_m5639D3E95F07CBFC831F41D4F3C52A1DCCD18BE3(L_17, L_15, L_16, /*hidden argument*/NULL);
// FairyGUI.EventCallback0 d = target.CallWithSelf;
FairyGUI_EventCallback0_Event_t7EBA8521DBCD579F02D22CF244746A85100AA83C * L_18 = L_17;
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * L_19 = (EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 *)il2cpp_codegen_object_new(EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8_il2cpp_TypeInfo_var);
EventCallback0__ctor_m645D7A733ACDE4804F513CF4155B1C7EF0108CFD(L_19, L_18, (intptr_t)((intptr_t)FairyGUI_EventCallback0_Event_CallWithSelf_m1226551FB0EF1EC70C40B3835B446B8C095693F5_RuntimeMethod_var), /*hidden argument*/NULL);
V_1 = L_19;
// target.method = d.Method;
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * L_20 = V_1;
NullCheck(L_20);
MethodInfo_t * L_21 = Delegate_get_Method_m0AC85D2B0C4CA63C471BC37FFDC3A5EA1E8ED048(L_20, /*hidden argument*/NULL);
NullCheck(L_18);
((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)L_18)->set_method_2(L_21);
// return d;
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * L_22 = V_1;
return L_22;
}
}
// System.Boolean DelegateFactory::Check_FairyGUI_EventCallback0(System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DelegateFactory_Check_FairyGUI_EventCallback0_mF7D9C40E44DB260BF52848DA9BCDEFFCFC471D43 (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_Check_FairyGUI_EventCallback0_mF7D9C40E44DB260BF52848DA9BCDEFFCFC471D43_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return TypeChecker.CheckDelegateType(typeof(FairyGUI.EventCallback0), L, pos);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_0, /*hidden argument*/NULL);
intptr_t L_2 = ___L0;
int32_t L_3 = ___pos1;
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
bool L_4 = TypeChecker_CheckDelegateType_mBA16C99989C8C054753479195A60E24F471E6CC2(L_1, (intptr_t)L_2, L_3, /*hidden argument*/NULL);
return L_4;
}
}
// System.Void DelegateFactory::Push_FairyGUI_EventCallback0(System.IntPtr,FairyGUI.EventCallback0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DelegateFactory_Push_FairyGUI_EventCallback0_m82CAFBE8F4A900A14142CF0C1EC503BA5F793700 (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, intptr_t ___L0, EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * ___o1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_Push_FairyGUI_EventCallback0_m82CAFBE8F4A900A14142CF0C1EC503BA5F793700_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// ToLua.Push(L, o);
intptr_t L_0 = ___L0;
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * L_1 = ___o1;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_0, L_1, /*hidden argument*/NULL);
// }
return;
}
}
// FairyGUI.ListItemRenderer DelegateFactory::FairyGUI_ListItemRenderer(LuaInterface.LuaFunction,LuaInterface.LuaTable,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ListItemRenderer_tE434B7D9A5C8D0DF8F4330224E40302B94FFF9B9 * DelegateFactory_FairyGUI_ListItemRenderer_m2CF95D19E0164FD368DDB61EDEA2E0C96436DB0A (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, bool ___flag2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_FairyGUI_ListItemRenderer_m2CF95D19E0164FD368DDB61EDEA2E0C96436DB0A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ListItemRenderer_tE434B7D9A5C8D0DF8F4330224E40302B94FFF9B9 * V_0 = NULL;
ListItemRenderer_tE434B7D9A5C8D0DF8F4330224E40302B94FFF9B9 * V_1 = NULL;
ListItemRenderer_tE434B7D9A5C8D0DF8F4330224E40302B94FFF9B9 * G_B3_0 = NULL;
ListItemRenderer_tE434B7D9A5C8D0DF8F4330224E40302B94FFF9B9 * G_B2_0 = NULL;
{
// if (func == null)
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
bool L_1 = LuaBaseRef_op_Equality_m3930A4B3F75C8D691B661568896F24C8155CD102(L_0, (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0029;
}
}
{
// FairyGUI.ListItemRenderer fn = delegate(int param0, FairyGUI.GObject param1) { };
IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var);
ListItemRenderer_tE434B7D9A5C8D0DF8F4330224E40302B94FFF9B9 * L_2 = ((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->get_U3CU3E9__86_0_20();
ListItemRenderer_tE434B7D9A5C8D0DF8F4330224E40302B94FFF9B9 * L_3 = L_2;
G_B2_0 = L_3;
if (L_3)
{
G_B3_0 = L_3;
goto IL_0028;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var);
U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE * L_4 = ((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->get_U3CU3E9_0();
ListItemRenderer_tE434B7D9A5C8D0DF8F4330224E40302B94FFF9B9 * L_5 = (ListItemRenderer_tE434B7D9A5C8D0DF8F4330224E40302B94FFF9B9 *)il2cpp_codegen_object_new(ListItemRenderer_tE434B7D9A5C8D0DF8F4330224E40302B94FFF9B9_il2cpp_TypeInfo_var);
ListItemRenderer__ctor_m617B0D2D9C6BDFC5E9561EBE05CAA94B1D9B80D0(L_5, L_4, (intptr_t)((intptr_t)U3CU3Ec_U3CFairyGUI_ListItemRendererU3Eb__86_0_m917C650412F3FBAB18FD169214287F1ED268E44F_RuntimeMethod_var), /*hidden argument*/NULL);
ListItemRenderer_tE434B7D9A5C8D0DF8F4330224E40302B94FFF9B9 * L_6 = L_5;
((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->set_U3CU3E9__86_0_20(L_6);
G_B3_0 = L_6;
}
IL_0028:
{
// return fn;
return G_B3_0;
}
IL_0029:
{
// if(!flag)
bool L_7 = ___flag2;
if (L_7)
{
goto IL_004c;
}
}
{
// FairyGUI_ListItemRenderer_Event target = new FairyGUI_ListItemRenderer_Event(func);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_8 = ___func0;
FairyGUI_ListItemRenderer_Event_tCC71F85321A7E5AB1CAE0D54F7E2334158C4DEC8 * L_9 = (FairyGUI_ListItemRenderer_Event_tCC71F85321A7E5AB1CAE0D54F7E2334158C4DEC8 *)il2cpp_codegen_object_new(FairyGUI_ListItemRenderer_Event_tCC71F85321A7E5AB1CAE0D54F7E2334158C4DEC8_il2cpp_TypeInfo_var);
FairyGUI_ListItemRenderer_Event__ctor_mE6D53FC68092B1509EE8A23D4757CD6B885EE39C(L_9, L_8, /*hidden argument*/NULL);
// FairyGUI.ListItemRenderer d = target.Call;
FairyGUI_ListItemRenderer_Event_tCC71F85321A7E5AB1CAE0D54F7E2334158C4DEC8 * L_10 = L_9;
ListItemRenderer_tE434B7D9A5C8D0DF8F4330224E40302B94FFF9B9 * L_11 = (ListItemRenderer_tE434B7D9A5C8D0DF8F4330224E40302B94FFF9B9 *)il2cpp_codegen_object_new(ListItemRenderer_tE434B7D9A5C8D0DF8F4330224E40302B94FFF9B9_il2cpp_TypeInfo_var);
ListItemRenderer__ctor_m617B0D2D9C6BDFC5E9561EBE05CAA94B1D9B80D0(L_11, L_10, (intptr_t)((intptr_t)FairyGUI_ListItemRenderer_Event_Call_mCD6F7BD5C468A8CB421D3213174D82F7FC92C730_RuntimeMethod_var), /*hidden argument*/NULL);
V_0 = L_11;
// target.method = d.Method;
ListItemRenderer_tE434B7D9A5C8D0DF8F4330224E40302B94FFF9B9 * L_12 = V_0;
NullCheck(L_12);
MethodInfo_t * L_13 = Delegate_get_Method_m0AC85D2B0C4CA63C471BC37FFDC3A5EA1E8ED048(L_12, /*hidden argument*/NULL);
NullCheck(L_10);
((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)L_10)->set_method_2(L_13);
// return d;
ListItemRenderer_tE434B7D9A5C8D0DF8F4330224E40302B94FFF9B9 * L_14 = V_0;
return L_14;
}
IL_004c:
{
// FairyGUI_ListItemRenderer_Event target = new FairyGUI_ListItemRenderer_Event(func, self);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_15 = ___func0;
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_16 = ___self1;
FairyGUI_ListItemRenderer_Event_tCC71F85321A7E5AB1CAE0D54F7E2334158C4DEC8 * L_17 = (FairyGUI_ListItemRenderer_Event_tCC71F85321A7E5AB1CAE0D54F7E2334158C4DEC8 *)il2cpp_codegen_object_new(FairyGUI_ListItemRenderer_Event_tCC71F85321A7E5AB1CAE0D54F7E2334158C4DEC8_il2cpp_TypeInfo_var);
FairyGUI_ListItemRenderer_Event__ctor_m87932B78FE4FB646FCC0D03341AA458C50CA06BB(L_17, L_15, L_16, /*hidden argument*/NULL);
// FairyGUI.ListItemRenderer d = target.CallWithSelf;
FairyGUI_ListItemRenderer_Event_tCC71F85321A7E5AB1CAE0D54F7E2334158C4DEC8 * L_18 = L_17;
ListItemRenderer_tE434B7D9A5C8D0DF8F4330224E40302B94FFF9B9 * L_19 = (ListItemRenderer_tE434B7D9A5C8D0DF8F4330224E40302B94FFF9B9 *)il2cpp_codegen_object_new(ListItemRenderer_tE434B7D9A5C8D0DF8F4330224E40302B94FFF9B9_il2cpp_TypeInfo_var);
ListItemRenderer__ctor_m617B0D2D9C6BDFC5E9561EBE05CAA94B1D9B80D0(L_19, L_18, (intptr_t)((intptr_t)FairyGUI_ListItemRenderer_Event_CallWithSelf_m4E0CC4BE66094B71BDCDA77580CBF65D34B5083E_RuntimeMethod_var), /*hidden argument*/NULL);
V_1 = L_19;
// target.method = d.Method;
ListItemRenderer_tE434B7D9A5C8D0DF8F4330224E40302B94FFF9B9 * L_20 = V_1;
NullCheck(L_20);
MethodInfo_t * L_21 = Delegate_get_Method_m0AC85D2B0C4CA63C471BC37FFDC3A5EA1E8ED048(L_20, /*hidden argument*/NULL);
NullCheck(L_18);
((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)L_18)->set_method_2(L_21);
// return d;
ListItemRenderer_tE434B7D9A5C8D0DF8F4330224E40302B94FFF9B9 * L_22 = V_1;
return L_22;
}
}
// System.Boolean DelegateFactory::Check_FairyGUI_ListItemRenderer(System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DelegateFactory_Check_FairyGUI_ListItemRenderer_m132BB3DD5AB15EC57F432E141FEF7D408A7823E7 (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_Check_FairyGUI_ListItemRenderer_m132BB3DD5AB15EC57F432E141FEF7D408A7823E7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return TypeChecker.CheckDelegateType(typeof(FairyGUI.ListItemRenderer), L, pos);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (ListItemRenderer_tE434B7D9A5C8D0DF8F4330224E40302B94FFF9B9_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_0, /*hidden argument*/NULL);
intptr_t L_2 = ___L0;
int32_t L_3 = ___pos1;
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
bool L_4 = TypeChecker_CheckDelegateType_mBA16C99989C8C054753479195A60E24F471E6CC2(L_1, (intptr_t)L_2, L_3, /*hidden argument*/NULL);
return L_4;
}
}
// System.Void DelegateFactory::Push_FairyGUI_ListItemRenderer(System.IntPtr,FairyGUI.ListItemRenderer)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DelegateFactory_Push_FairyGUI_ListItemRenderer_m6D67EA50552E139B488CE73D52B238594E2C144D (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, intptr_t ___L0, ListItemRenderer_tE434B7D9A5C8D0DF8F4330224E40302B94FFF9B9 * ___o1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_Push_FairyGUI_ListItemRenderer_m6D67EA50552E139B488CE73D52B238594E2C144D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// ToLua.Push(L, o);
intptr_t L_0 = ___L0;
ListItemRenderer_tE434B7D9A5C8D0DF8F4330224E40302B94FFF9B9 * L_1 = ___o1;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_0, L_1, /*hidden argument*/NULL);
// }
return;
}
}
// FairyGUI.ListItemProvider DelegateFactory::FairyGUI_ListItemProvider(LuaInterface.LuaFunction,LuaInterface.LuaTable,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ListItemProvider_t991E76E1FDF2295A04534B93D2B4140BB04F5CC1 * DelegateFactory_FairyGUI_ListItemProvider_mBB0375030C37ADF4411A7C35AAC4E9EDE92512F9 (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, bool ___flag2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_FairyGUI_ListItemProvider_mBB0375030C37ADF4411A7C35AAC4E9EDE92512F9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ListItemProvider_t991E76E1FDF2295A04534B93D2B4140BB04F5CC1 * V_0 = NULL;
ListItemProvider_t991E76E1FDF2295A04534B93D2B4140BB04F5CC1 * V_1 = NULL;
ListItemProvider_t991E76E1FDF2295A04534B93D2B4140BB04F5CC1 * G_B3_0 = NULL;
ListItemProvider_t991E76E1FDF2295A04534B93D2B4140BB04F5CC1 * G_B2_0 = NULL;
{
// if (func == null)
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
bool L_1 = LuaBaseRef_op_Equality_m3930A4B3F75C8D691B661568896F24C8155CD102(L_0, (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0029;
}
}
{
// FairyGUI.ListItemProvider fn = delegate(int param0) { return null; };
IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var);
ListItemProvider_t991E76E1FDF2295A04534B93D2B4140BB04F5CC1 * L_2 = ((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->get_U3CU3E9__90_0_21();
ListItemProvider_t991E76E1FDF2295A04534B93D2B4140BB04F5CC1 * L_3 = L_2;
G_B2_0 = L_3;
if (L_3)
{
G_B3_0 = L_3;
goto IL_0028;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var);
U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE * L_4 = ((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->get_U3CU3E9_0();
ListItemProvider_t991E76E1FDF2295A04534B93D2B4140BB04F5CC1 * L_5 = (ListItemProvider_t991E76E1FDF2295A04534B93D2B4140BB04F5CC1 *)il2cpp_codegen_object_new(ListItemProvider_t991E76E1FDF2295A04534B93D2B4140BB04F5CC1_il2cpp_TypeInfo_var);
ListItemProvider__ctor_m9DD9904E03097C75DC50913119E61FFACA911171(L_5, L_4, (intptr_t)((intptr_t)U3CU3Ec_U3CFairyGUI_ListItemProviderU3Eb__90_0_mE25F749041D1440D425A053F29641E23D394535D_RuntimeMethod_var), /*hidden argument*/NULL);
ListItemProvider_t991E76E1FDF2295A04534B93D2B4140BB04F5CC1 * L_6 = L_5;
((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->set_U3CU3E9__90_0_21(L_6);
G_B3_0 = L_6;
}
IL_0028:
{
// return fn;
return G_B3_0;
}
IL_0029:
{
// if(!flag)
bool L_7 = ___flag2;
if (L_7)
{
goto IL_004c;
}
}
{
// FairyGUI_ListItemProvider_Event target = new FairyGUI_ListItemProvider_Event(func);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_8 = ___func0;
FairyGUI_ListItemProvider_Event_tC88B65653E1C18B737123A8BC6C1DEBAD27B7C95 * L_9 = (FairyGUI_ListItemProvider_Event_tC88B65653E1C18B737123A8BC6C1DEBAD27B7C95 *)il2cpp_codegen_object_new(FairyGUI_ListItemProvider_Event_tC88B65653E1C18B737123A8BC6C1DEBAD27B7C95_il2cpp_TypeInfo_var);
FairyGUI_ListItemProvider_Event__ctor_mBC5C8BF6CB3E07B0186C161B5F383D489AF8BB19(L_9, L_8, /*hidden argument*/NULL);
// FairyGUI.ListItemProvider d = target.Call;
FairyGUI_ListItemProvider_Event_tC88B65653E1C18B737123A8BC6C1DEBAD27B7C95 * L_10 = L_9;
ListItemProvider_t991E76E1FDF2295A04534B93D2B4140BB04F5CC1 * L_11 = (ListItemProvider_t991E76E1FDF2295A04534B93D2B4140BB04F5CC1 *)il2cpp_codegen_object_new(ListItemProvider_t991E76E1FDF2295A04534B93D2B4140BB04F5CC1_il2cpp_TypeInfo_var);
ListItemProvider__ctor_m9DD9904E03097C75DC50913119E61FFACA911171(L_11, L_10, (intptr_t)((intptr_t)FairyGUI_ListItemProvider_Event_Call_m9D192E5808BC06864DD25CB09A96331A37B0E560_RuntimeMethod_var), /*hidden argument*/NULL);
V_0 = L_11;
// target.method = d.Method;
ListItemProvider_t991E76E1FDF2295A04534B93D2B4140BB04F5CC1 * L_12 = V_0;
NullCheck(L_12);
MethodInfo_t * L_13 = Delegate_get_Method_m0AC85D2B0C4CA63C471BC37FFDC3A5EA1E8ED048(L_12, /*hidden argument*/NULL);
NullCheck(L_10);
((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)L_10)->set_method_2(L_13);
// return d;
ListItemProvider_t991E76E1FDF2295A04534B93D2B4140BB04F5CC1 * L_14 = V_0;
return L_14;
}
IL_004c:
{
// FairyGUI_ListItemProvider_Event target = new FairyGUI_ListItemProvider_Event(func, self);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_15 = ___func0;
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_16 = ___self1;
FairyGUI_ListItemProvider_Event_tC88B65653E1C18B737123A8BC6C1DEBAD27B7C95 * L_17 = (FairyGUI_ListItemProvider_Event_tC88B65653E1C18B737123A8BC6C1DEBAD27B7C95 *)il2cpp_codegen_object_new(FairyGUI_ListItemProvider_Event_tC88B65653E1C18B737123A8BC6C1DEBAD27B7C95_il2cpp_TypeInfo_var);
FairyGUI_ListItemProvider_Event__ctor_m24A302D7E3E3E430364836E12B0E25890F590417(L_17, L_15, L_16, /*hidden argument*/NULL);
// FairyGUI.ListItemProvider d = target.CallWithSelf;
FairyGUI_ListItemProvider_Event_tC88B65653E1C18B737123A8BC6C1DEBAD27B7C95 * L_18 = L_17;
ListItemProvider_t991E76E1FDF2295A04534B93D2B4140BB04F5CC1 * L_19 = (ListItemProvider_t991E76E1FDF2295A04534B93D2B4140BB04F5CC1 *)il2cpp_codegen_object_new(ListItemProvider_t991E76E1FDF2295A04534B93D2B4140BB04F5CC1_il2cpp_TypeInfo_var);
ListItemProvider__ctor_m9DD9904E03097C75DC50913119E61FFACA911171(L_19, L_18, (intptr_t)((intptr_t)FairyGUI_ListItemProvider_Event_CallWithSelf_mCC2C1CBF7682DEA756598D1E5AC7CA1D2D6E1F55_RuntimeMethod_var), /*hidden argument*/NULL);
V_1 = L_19;
// target.method = d.Method;
ListItemProvider_t991E76E1FDF2295A04534B93D2B4140BB04F5CC1 * L_20 = V_1;
NullCheck(L_20);
MethodInfo_t * L_21 = Delegate_get_Method_m0AC85D2B0C4CA63C471BC37FFDC3A5EA1E8ED048(L_20, /*hidden argument*/NULL);
NullCheck(L_18);
((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)L_18)->set_method_2(L_21);
// return d;
ListItemProvider_t991E76E1FDF2295A04534B93D2B4140BB04F5CC1 * L_22 = V_1;
return L_22;
}
}
// System.Boolean DelegateFactory::Check_FairyGUI_ListItemProvider(System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DelegateFactory_Check_FairyGUI_ListItemProvider_m3E72E198A52C1F09E569CADE6C40BA43CADBBA78 (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_Check_FairyGUI_ListItemProvider_m3E72E198A52C1F09E569CADE6C40BA43CADBBA78_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return TypeChecker.CheckDelegateType(typeof(FairyGUI.ListItemProvider), L, pos);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (ListItemProvider_t991E76E1FDF2295A04534B93D2B4140BB04F5CC1_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_0, /*hidden argument*/NULL);
intptr_t L_2 = ___L0;
int32_t L_3 = ___pos1;
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
bool L_4 = TypeChecker_CheckDelegateType_mBA16C99989C8C054753479195A60E24F471E6CC2(L_1, (intptr_t)L_2, L_3, /*hidden argument*/NULL);
return L_4;
}
}
// System.Void DelegateFactory::Push_FairyGUI_ListItemProvider(System.IntPtr,FairyGUI.ListItemProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DelegateFactory_Push_FairyGUI_ListItemProvider_m38021B1BED3CC5FA3DD4AEB529C2E77940424576 (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, intptr_t ___L0, ListItemProvider_t991E76E1FDF2295A04534B93D2B4140BB04F5CC1 * ___o1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_Push_FairyGUI_ListItemProvider_m38021B1BED3CC5FA3DD4AEB529C2E77940424576_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// ToLua.Push(L, o);
intptr_t L_0 = ___L0;
ListItemProvider_t991E76E1FDF2295A04534B93D2B4140BB04F5CC1 * L_1 = ___o1;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_0, L_1, /*hidden argument*/NULL);
// }
return;
}
}
// FairyGUI.PlayCompleteCallback DelegateFactory::FairyGUI_PlayCompleteCallback(LuaInterface.LuaFunction,LuaInterface.LuaTable,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 * DelegateFactory_FairyGUI_PlayCompleteCallback_mB99842ECFA2664C42060C8E22C9A582936D4BB96 (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, bool ___flag2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_FairyGUI_PlayCompleteCallback_mB99842ECFA2664C42060C8E22C9A582936D4BB96_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 * V_0 = NULL;
PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 * V_1 = NULL;
PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 * G_B3_0 = NULL;
PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 * G_B2_0 = NULL;
{
// if (func == null)
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
bool L_1 = LuaBaseRef_op_Equality_m3930A4B3F75C8D691B661568896F24C8155CD102(L_0, (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0029;
}
}
{
// FairyGUI.PlayCompleteCallback fn = delegate() { };
IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var);
PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 * L_2 = ((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->get_U3CU3E9__94_0_22();
PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 * L_3 = L_2;
G_B2_0 = L_3;
if (L_3)
{
G_B3_0 = L_3;
goto IL_0028;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var);
U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE * L_4 = ((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->get_U3CU3E9_0();
PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 * L_5 = (PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 *)il2cpp_codegen_object_new(PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554_il2cpp_TypeInfo_var);
PlayCompleteCallback__ctor_m6BA7E59BE7FC4492F684AFF9A26B499E82F19D9C(L_5, L_4, (intptr_t)((intptr_t)U3CU3Ec_U3CFairyGUI_PlayCompleteCallbackU3Eb__94_0_m68946DB69EDFB8BD0C71E46D0470C8BD279249F2_RuntimeMethod_var), /*hidden argument*/NULL);
PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 * L_6 = L_5;
((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->set_U3CU3E9__94_0_22(L_6);
G_B3_0 = L_6;
}
IL_0028:
{
// return fn;
return G_B3_0;
}
IL_0029:
{
// if(!flag)
bool L_7 = ___flag2;
if (L_7)
{
goto IL_004c;
}
}
{
// FairyGUI_PlayCompleteCallback_Event target = new FairyGUI_PlayCompleteCallback_Event(func);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_8 = ___func0;
FairyGUI_PlayCompleteCallback_Event_t71A1B2106F7C8D5B11A49D908F39F5984B540C41 * L_9 = (FairyGUI_PlayCompleteCallback_Event_t71A1B2106F7C8D5B11A49D908F39F5984B540C41 *)il2cpp_codegen_object_new(FairyGUI_PlayCompleteCallback_Event_t71A1B2106F7C8D5B11A49D908F39F5984B540C41_il2cpp_TypeInfo_var);
FairyGUI_PlayCompleteCallback_Event__ctor_mBEAAFEE0BB52AB6911CDBB57C3031854B801AD33(L_9, L_8, /*hidden argument*/NULL);
// FairyGUI.PlayCompleteCallback d = target.Call;
FairyGUI_PlayCompleteCallback_Event_t71A1B2106F7C8D5B11A49D908F39F5984B540C41 * L_10 = L_9;
PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 * L_11 = (PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 *)il2cpp_codegen_object_new(PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554_il2cpp_TypeInfo_var);
PlayCompleteCallback__ctor_m6BA7E59BE7FC4492F684AFF9A26B499E82F19D9C(L_11, L_10, (intptr_t)((intptr_t)FairyGUI_PlayCompleteCallback_Event_Call_m3592DEFE966BBB88C160B55A69C3C64814E0D61B_RuntimeMethod_var), /*hidden argument*/NULL);
V_0 = L_11;
// target.method = d.Method;
PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 * L_12 = V_0;
NullCheck(L_12);
MethodInfo_t * L_13 = Delegate_get_Method_m0AC85D2B0C4CA63C471BC37FFDC3A5EA1E8ED048(L_12, /*hidden argument*/NULL);
NullCheck(L_10);
((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)L_10)->set_method_2(L_13);
// return d;
PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 * L_14 = V_0;
return L_14;
}
IL_004c:
{
// FairyGUI_PlayCompleteCallback_Event target = new FairyGUI_PlayCompleteCallback_Event(func, self);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_15 = ___func0;
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_16 = ___self1;
FairyGUI_PlayCompleteCallback_Event_t71A1B2106F7C8D5B11A49D908F39F5984B540C41 * L_17 = (FairyGUI_PlayCompleteCallback_Event_t71A1B2106F7C8D5B11A49D908F39F5984B540C41 *)il2cpp_codegen_object_new(FairyGUI_PlayCompleteCallback_Event_t71A1B2106F7C8D5B11A49D908F39F5984B540C41_il2cpp_TypeInfo_var);
FairyGUI_PlayCompleteCallback_Event__ctor_m123D68B825D0F3E88073C67087DF17063BA30C98(L_17, L_15, L_16, /*hidden argument*/NULL);
// FairyGUI.PlayCompleteCallback d = target.CallWithSelf;
FairyGUI_PlayCompleteCallback_Event_t71A1B2106F7C8D5B11A49D908F39F5984B540C41 * L_18 = L_17;
PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 * L_19 = (PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 *)il2cpp_codegen_object_new(PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554_il2cpp_TypeInfo_var);
PlayCompleteCallback__ctor_m6BA7E59BE7FC4492F684AFF9A26B499E82F19D9C(L_19, L_18, (intptr_t)((intptr_t)FairyGUI_PlayCompleteCallback_Event_CallWithSelf_m3FCD75F6B13C75D478A4BFD031A0125327EAD9CC_RuntimeMethod_var), /*hidden argument*/NULL);
V_1 = L_19;
// target.method = d.Method;
PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 * L_20 = V_1;
NullCheck(L_20);
MethodInfo_t * L_21 = Delegate_get_Method_m0AC85D2B0C4CA63C471BC37FFDC3A5EA1E8ED048(L_20, /*hidden argument*/NULL);
NullCheck(L_18);
((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)L_18)->set_method_2(L_21);
// return d;
PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 * L_22 = V_1;
return L_22;
}
}
// System.Boolean DelegateFactory::Check_FairyGUI_PlayCompleteCallback(System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DelegateFactory_Check_FairyGUI_PlayCompleteCallback_m0B478C556514B8EBA89E6138ACA4558A6C181651 (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_Check_FairyGUI_PlayCompleteCallback_m0B478C556514B8EBA89E6138ACA4558A6C181651_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return TypeChecker.CheckDelegateType(typeof(FairyGUI.PlayCompleteCallback), L, pos);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_0, /*hidden argument*/NULL);
intptr_t L_2 = ___L0;
int32_t L_3 = ___pos1;
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
bool L_4 = TypeChecker_CheckDelegateType_mBA16C99989C8C054753479195A60E24F471E6CC2(L_1, (intptr_t)L_2, L_3, /*hidden argument*/NULL);
return L_4;
}
}
// System.Void DelegateFactory::Push_FairyGUI_PlayCompleteCallback(System.IntPtr,FairyGUI.PlayCompleteCallback)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DelegateFactory_Push_FairyGUI_PlayCompleteCallback_m3B9EC21B0E18A97BB0EF784AFA36ED35EDFC5677 (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, intptr_t ___L0, PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 * ___o1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_Push_FairyGUI_PlayCompleteCallback_m3B9EC21B0E18A97BB0EF784AFA36ED35EDFC5677_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// ToLua.Push(L, o);
intptr_t L_0 = ___L0;
PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 * L_1 = ___o1;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_0, L_1, /*hidden argument*/NULL);
// }
return;
}
}
// FairyGUI.TransitionHook DelegateFactory::FairyGUI_TransitionHook(LuaInterface.LuaFunction,LuaInterface.LuaTable,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TransitionHook_t762DB3B93E54E764E4C982AAE1B818FF608FF585 * DelegateFactory_FairyGUI_TransitionHook_mABF8BCF1363C383A332499970DCBF5AB069C8BB5 (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, bool ___flag2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_FairyGUI_TransitionHook_mABF8BCF1363C383A332499970DCBF5AB069C8BB5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TransitionHook_t762DB3B93E54E764E4C982AAE1B818FF608FF585 * V_0 = NULL;
TransitionHook_t762DB3B93E54E764E4C982AAE1B818FF608FF585 * V_1 = NULL;
TransitionHook_t762DB3B93E54E764E4C982AAE1B818FF608FF585 * G_B3_0 = NULL;
TransitionHook_t762DB3B93E54E764E4C982AAE1B818FF608FF585 * G_B2_0 = NULL;
{
// if (func == null)
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
bool L_1 = LuaBaseRef_op_Equality_m3930A4B3F75C8D691B661568896F24C8155CD102(L_0, (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0029;
}
}
{
// FairyGUI.TransitionHook fn = delegate() { };
IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var);
TransitionHook_t762DB3B93E54E764E4C982AAE1B818FF608FF585 * L_2 = ((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->get_U3CU3E9__98_0_23();
TransitionHook_t762DB3B93E54E764E4C982AAE1B818FF608FF585 * L_3 = L_2;
G_B2_0 = L_3;
if (L_3)
{
G_B3_0 = L_3;
goto IL_0028;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var);
U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE * L_4 = ((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->get_U3CU3E9_0();
TransitionHook_t762DB3B93E54E764E4C982AAE1B818FF608FF585 * L_5 = (TransitionHook_t762DB3B93E54E764E4C982AAE1B818FF608FF585 *)il2cpp_codegen_object_new(TransitionHook_t762DB3B93E54E764E4C982AAE1B818FF608FF585_il2cpp_TypeInfo_var);
TransitionHook__ctor_mA65740728E0E32CA48CE3810602B9BDDE8AA4105(L_5, L_4, (intptr_t)((intptr_t)U3CU3Ec_U3CFairyGUI_TransitionHookU3Eb__98_0_m9434D1E520C43360788AFE9FE147706B57EECCBD_RuntimeMethod_var), /*hidden argument*/NULL);
TransitionHook_t762DB3B93E54E764E4C982AAE1B818FF608FF585 * L_6 = L_5;
((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->set_U3CU3E9__98_0_23(L_6);
G_B3_0 = L_6;
}
IL_0028:
{
// return fn;
return G_B3_0;
}
IL_0029:
{
// if(!flag)
bool L_7 = ___flag2;
if (L_7)
{
goto IL_004c;
}
}
{
// FairyGUI_TransitionHook_Event target = new FairyGUI_TransitionHook_Event(func);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_8 = ___func0;
FairyGUI_TransitionHook_Event_t0CFBD00AAF9708456DEDDFD246EF4B02D8C77858 * L_9 = (FairyGUI_TransitionHook_Event_t0CFBD00AAF9708456DEDDFD246EF4B02D8C77858 *)il2cpp_codegen_object_new(FairyGUI_TransitionHook_Event_t0CFBD00AAF9708456DEDDFD246EF4B02D8C77858_il2cpp_TypeInfo_var);
FairyGUI_TransitionHook_Event__ctor_mC0547D87D65ABAB074018FC2474A1068C5F2746A(L_9, L_8, /*hidden argument*/NULL);
// FairyGUI.TransitionHook d = target.Call;
FairyGUI_TransitionHook_Event_t0CFBD00AAF9708456DEDDFD246EF4B02D8C77858 * L_10 = L_9;
TransitionHook_t762DB3B93E54E764E4C982AAE1B818FF608FF585 * L_11 = (TransitionHook_t762DB3B93E54E764E4C982AAE1B818FF608FF585 *)il2cpp_codegen_object_new(TransitionHook_t762DB3B93E54E764E4C982AAE1B818FF608FF585_il2cpp_TypeInfo_var);
TransitionHook__ctor_mA65740728E0E32CA48CE3810602B9BDDE8AA4105(L_11, L_10, (intptr_t)((intptr_t)FairyGUI_TransitionHook_Event_Call_m5BC26FB7C0707AD638A0794CA3D51782648443FE_RuntimeMethod_var), /*hidden argument*/NULL);
V_0 = L_11;
// target.method = d.Method;
TransitionHook_t762DB3B93E54E764E4C982AAE1B818FF608FF585 * L_12 = V_0;
NullCheck(L_12);
MethodInfo_t * L_13 = Delegate_get_Method_m0AC85D2B0C4CA63C471BC37FFDC3A5EA1E8ED048(L_12, /*hidden argument*/NULL);
NullCheck(L_10);
((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)L_10)->set_method_2(L_13);
// return d;
TransitionHook_t762DB3B93E54E764E4C982AAE1B818FF608FF585 * L_14 = V_0;
return L_14;
}
IL_004c:
{
// FairyGUI_TransitionHook_Event target = new FairyGUI_TransitionHook_Event(func, self);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_15 = ___func0;
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_16 = ___self1;
FairyGUI_TransitionHook_Event_t0CFBD00AAF9708456DEDDFD246EF4B02D8C77858 * L_17 = (FairyGUI_TransitionHook_Event_t0CFBD00AAF9708456DEDDFD246EF4B02D8C77858 *)il2cpp_codegen_object_new(FairyGUI_TransitionHook_Event_t0CFBD00AAF9708456DEDDFD246EF4B02D8C77858_il2cpp_TypeInfo_var);
FairyGUI_TransitionHook_Event__ctor_mBBC672B2BE4D20B278A264F0FC788870D04BD5F5(L_17, L_15, L_16, /*hidden argument*/NULL);
// FairyGUI.TransitionHook d = target.CallWithSelf;
FairyGUI_TransitionHook_Event_t0CFBD00AAF9708456DEDDFD246EF4B02D8C77858 * L_18 = L_17;
TransitionHook_t762DB3B93E54E764E4C982AAE1B818FF608FF585 * L_19 = (TransitionHook_t762DB3B93E54E764E4C982AAE1B818FF608FF585 *)il2cpp_codegen_object_new(TransitionHook_t762DB3B93E54E764E4C982AAE1B818FF608FF585_il2cpp_TypeInfo_var);
TransitionHook__ctor_mA65740728E0E32CA48CE3810602B9BDDE8AA4105(L_19, L_18, (intptr_t)((intptr_t)FairyGUI_TransitionHook_Event_CallWithSelf_m4209BD6282911A162A1933AE0EB9F87E993FD4C5_RuntimeMethod_var), /*hidden argument*/NULL);
V_1 = L_19;
// target.method = d.Method;
TransitionHook_t762DB3B93E54E764E4C982AAE1B818FF608FF585 * L_20 = V_1;
NullCheck(L_20);
MethodInfo_t * L_21 = Delegate_get_Method_m0AC85D2B0C4CA63C471BC37FFDC3A5EA1E8ED048(L_20, /*hidden argument*/NULL);
NullCheck(L_18);
((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)L_18)->set_method_2(L_21);
// return d;
TransitionHook_t762DB3B93E54E764E4C982AAE1B818FF608FF585 * L_22 = V_1;
return L_22;
}
}
// System.Boolean DelegateFactory::Check_FairyGUI_TransitionHook(System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DelegateFactory_Check_FairyGUI_TransitionHook_mDE40BDBC44DDA2D20B83233007246284E41F4EB8 (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_Check_FairyGUI_TransitionHook_mDE40BDBC44DDA2D20B83233007246284E41F4EB8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return TypeChecker.CheckDelegateType(typeof(FairyGUI.TransitionHook), L, pos);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (TransitionHook_t762DB3B93E54E764E4C982AAE1B818FF608FF585_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_0, /*hidden argument*/NULL);
intptr_t L_2 = ___L0;
int32_t L_3 = ___pos1;
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
bool L_4 = TypeChecker_CheckDelegateType_mBA16C99989C8C054753479195A60E24F471E6CC2(L_1, (intptr_t)L_2, L_3, /*hidden argument*/NULL);
return L_4;
}
}
// System.Void DelegateFactory::Push_FairyGUI_TransitionHook(System.IntPtr,FairyGUI.TransitionHook)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DelegateFactory_Push_FairyGUI_TransitionHook_m7C46CA1144D8EDD9D63FFCE28C7CA98FC0E64540 (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, intptr_t ___L0, TransitionHook_t762DB3B93E54E764E4C982AAE1B818FF608FF585 * ___o1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_Push_FairyGUI_TransitionHook_m7C46CA1144D8EDD9D63FFCE28C7CA98FC0E64540_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// ToLua.Push(L, o);
intptr_t L_0 = ___L0;
TransitionHook_t762DB3B93E54E764E4C982AAE1B818FF608FF585 * L_1 = ___o1;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_0, L_1, /*hidden argument*/NULL);
// }
return;
}
}
// FairyGUI.UIPackage_CreateObjectCallback DelegateFactory::FairyGUI_UIPackage_CreateObjectCallback(LuaInterface.LuaFunction,LuaInterface.LuaTable,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CreateObjectCallback_t11E5A8E573CF4BEC5DE80CCE2C2D0E9FB4BE07E4 * DelegateFactory_FairyGUI_UIPackage_CreateObjectCallback_m845BEDE5B72E373C2BA8A4E0AEE95FD2C75D233A (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, bool ___flag2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_FairyGUI_UIPackage_CreateObjectCallback_m845BEDE5B72E373C2BA8A4E0AEE95FD2C75D233A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
CreateObjectCallback_t11E5A8E573CF4BEC5DE80CCE2C2D0E9FB4BE07E4 * V_0 = NULL;
CreateObjectCallback_t11E5A8E573CF4BEC5DE80CCE2C2D0E9FB4BE07E4 * V_1 = NULL;
CreateObjectCallback_t11E5A8E573CF4BEC5DE80CCE2C2D0E9FB4BE07E4 * G_B3_0 = NULL;
CreateObjectCallback_t11E5A8E573CF4BEC5DE80CCE2C2D0E9FB4BE07E4 * G_B2_0 = NULL;
{
// if (func == null)
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
bool L_1 = LuaBaseRef_op_Equality_m3930A4B3F75C8D691B661568896F24C8155CD102(L_0, (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0029;
}
}
{
// FairyGUI.UIPackage.CreateObjectCallback fn = delegate(FairyGUI.GObject param0) { };
IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var);
CreateObjectCallback_t11E5A8E573CF4BEC5DE80CCE2C2D0E9FB4BE07E4 * L_2 = ((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->get_U3CU3E9__102_0_24();
CreateObjectCallback_t11E5A8E573CF4BEC5DE80CCE2C2D0E9FB4BE07E4 * L_3 = L_2;
G_B2_0 = L_3;
if (L_3)
{
G_B3_0 = L_3;
goto IL_0028;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var);
U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE * L_4 = ((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->get_U3CU3E9_0();
CreateObjectCallback_t11E5A8E573CF4BEC5DE80CCE2C2D0E9FB4BE07E4 * L_5 = (CreateObjectCallback_t11E5A8E573CF4BEC5DE80CCE2C2D0E9FB4BE07E4 *)il2cpp_codegen_object_new(CreateObjectCallback_t11E5A8E573CF4BEC5DE80CCE2C2D0E9FB4BE07E4_il2cpp_TypeInfo_var);
CreateObjectCallback__ctor_m662472CFDB35794694ED22992B64F1931CB1774C(L_5, L_4, (intptr_t)((intptr_t)U3CU3Ec_U3CFairyGUI_UIPackage_CreateObjectCallbackU3Eb__102_0_mCE6E2450DFF579FB231772C3DEE56A0F6034A02A_RuntimeMethod_var), /*hidden argument*/NULL);
CreateObjectCallback_t11E5A8E573CF4BEC5DE80CCE2C2D0E9FB4BE07E4 * L_6 = L_5;
((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->set_U3CU3E9__102_0_24(L_6);
G_B3_0 = L_6;
}
IL_0028:
{
// return fn;
return G_B3_0;
}
IL_0029:
{
// if(!flag)
bool L_7 = ___flag2;
if (L_7)
{
goto IL_004c;
}
}
{
// FairyGUI_UIPackage_CreateObjectCallback_Event target = new FairyGUI_UIPackage_CreateObjectCallback_Event(func);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_8 = ___func0;
FairyGUI_UIPackage_CreateObjectCallback_Event_t34F3EE9A48E5ACF145B1B579ECD828E980B1A624 * L_9 = (FairyGUI_UIPackage_CreateObjectCallback_Event_t34F3EE9A48E5ACF145B1B579ECD828E980B1A624 *)il2cpp_codegen_object_new(FairyGUI_UIPackage_CreateObjectCallback_Event_t34F3EE9A48E5ACF145B1B579ECD828E980B1A624_il2cpp_TypeInfo_var);
FairyGUI_UIPackage_CreateObjectCallback_Event__ctor_mDAF9131BC2FBA1E36920E312BA67DC2A92B75F5A(L_9, L_8, /*hidden argument*/NULL);
// FairyGUI.UIPackage.CreateObjectCallback d = target.Call;
FairyGUI_UIPackage_CreateObjectCallback_Event_t34F3EE9A48E5ACF145B1B579ECD828E980B1A624 * L_10 = L_9;
CreateObjectCallback_t11E5A8E573CF4BEC5DE80CCE2C2D0E9FB4BE07E4 * L_11 = (CreateObjectCallback_t11E5A8E573CF4BEC5DE80CCE2C2D0E9FB4BE07E4 *)il2cpp_codegen_object_new(CreateObjectCallback_t11E5A8E573CF4BEC5DE80CCE2C2D0E9FB4BE07E4_il2cpp_TypeInfo_var);
CreateObjectCallback__ctor_m662472CFDB35794694ED22992B64F1931CB1774C(L_11, L_10, (intptr_t)((intptr_t)FairyGUI_UIPackage_CreateObjectCallback_Event_Call_mA66DBF811438AFF968E0BF04C61474919006D63B_RuntimeMethod_var), /*hidden argument*/NULL);
V_0 = L_11;
// target.method = d.Method;
CreateObjectCallback_t11E5A8E573CF4BEC5DE80CCE2C2D0E9FB4BE07E4 * L_12 = V_0;
NullCheck(L_12);
MethodInfo_t * L_13 = Delegate_get_Method_m0AC85D2B0C4CA63C471BC37FFDC3A5EA1E8ED048(L_12, /*hidden argument*/NULL);
NullCheck(L_10);
((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)L_10)->set_method_2(L_13);
// return d;
CreateObjectCallback_t11E5A8E573CF4BEC5DE80CCE2C2D0E9FB4BE07E4 * L_14 = V_0;
return L_14;
}
IL_004c:
{
// FairyGUI_UIPackage_CreateObjectCallback_Event target = new FairyGUI_UIPackage_CreateObjectCallback_Event(func, self);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_15 = ___func0;
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_16 = ___self1;
FairyGUI_UIPackage_CreateObjectCallback_Event_t34F3EE9A48E5ACF145B1B579ECD828E980B1A624 * L_17 = (FairyGUI_UIPackage_CreateObjectCallback_Event_t34F3EE9A48E5ACF145B1B579ECD828E980B1A624 *)il2cpp_codegen_object_new(FairyGUI_UIPackage_CreateObjectCallback_Event_t34F3EE9A48E5ACF145B1B579ECD828E980B1A624_il2cpp_TypeInfo_var);
FairyGUI_UIPackage_CreateObjectCallback_Event__ctor_m075CBF831A5390F26A7CB5F70C07920F81959D01(L_17, L_15, L_16, /*hidden argument*/NULL);
// FairyGUI.UIPackage.CreateObjectCallback d = target.CallWithSelf;
FairyGUI_UIPackage_CreateObjectCallback_Event_t34F3EE9A48E5ACF145B1B579ECD828E980B1A624 * L_18 = L_17;
CreateObjectCallback_t11E5A8E573CF4BEC5DE80CCE2C2D0E9FB4BE07E4 * L_19 = (CreateObjectCallback_t11E5A8E573CF4BEC5DE80CCE2C2D0E9FB4BE07E4 *)il2cpp_codegen_object_new(CreateObjectCallback_t11E5A8E573CF4BEC5DE80CCE2C2D0E9FB4BE07E4_il2cpp_TypeInfo_var);
CreateObjectCallback__ctor_m662472CFDB35794694ED22992B64F1931CB1774C(L_19, L_18, (intptr_t)((intptr_t)FairyGUI_UIPackage_CreateObjectCallback_Event_CallWithSelf_m3EECD2511C20003EBA6DD29F3D688F4425717D13_RuntimeMethod_var), /*hidden argument*/NULL);
V_1 = L_19;
// target.method = d.Method;
CreateObjectCallback_t11E5A8E573CF4BEC5DE80CCE2C2D0E9FB4BE07E4 * L_20 = V_1;
NullCheck(L_20);
MethodInfo_t * L_21 = Delegate_get_Method_m0AC85D2B0C4CA63C471BC37FFDC3A5EA1E8ED048(L_20, /*hidden argument*/NULL);
NullCheck(L_18);
((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)L_18)->set_method_2(L_21);
// return d;
CreateObjectCallback_t11E5A8E573CF4BEC5DE80CCE2C2D0E9FB4BE07E4 * L_22 = V_1;
return L_22;
}
}
// System.Boolean DelegateFactory::Check_FairyGUI_UIPackage_CreateObjectCallback(System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DelegateFactory_Check_FairyGUI_UIPackage_CreateObjectCallback_m8611083D16504A9E6AF1AE3FBEE340814A75B1CC (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_Check_FairyGUI_UIPackage_CreateObjectCallback_m8611083D16504A9E6AF1AE3FBEE340814A75B1CC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return TypeChecker.CheckDelegateType(typeof(FairyGUI.UIPackage.CreateObjectCallback), L, pos);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (CreateObjectCallback_t11E5A8E573CF4BEC5DE80CCE2C2D0E9FB4BE07E4_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_0, /*hidden argument*/NULL);
intptr_t L_2 = ___L0;
int32_t L_3 = ___pos1;
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
bool L_4 = TypeChecker_CheckDelegateType_mBA16C99989C8C054753479195A60E24F471E6CC2(L_1, (intptr_t)L_2, L_3, /*hidden argument*/NULL);
return L_4;
}
}
// System.Void DelegateFactory::Push_FairyGUI_UIPackage_CreateObjectCallback(System.IntPtr,FairyGUI.UIPackage_CreateObjectCallback)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DelegateFactory_Push_FairyGUI_UIPackage_CreateObjectCallback_m8030B642A01F189DD744E5FD58978183BAFF76E0 (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, intptr_t ___L0, CreateObjectCallback_t11E5A8E573CF4BEC5DE80CCE2C2D0E9FB4BE07E4 * ___o1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_Push_FairyGUI_UIPackage_CreateObjectCallback_m8030B642A01F189DD744E5FD58978183BAFF76E0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// ToLua.Push(L, o);
intptr_t L_0 = ___L0;
CreateObjectCallback_t11E5A8E573CF4BEC5DE80CCE2C2D0E9FB4BE07E4 * L_1 = ___o1;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_0, L_1, /*hidden argument*/NULL);
// }
return;
}
}
// FairyGUI.GObjectPool_InitCallbackDelegate DelegateFactory::FairyGUI_GObjectPool_InitCallbackDelegate(LuaInterface.LuaFunction,LuaInterface.LuaTable,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InitCallbackDelegate_t30542A5822368C4E3235B2C5926368BE049E3D57 * DelegateFactory_FairyGUI_GObjectPool_InitCallbackDelegate_mA0813D08C6474F9C8DB031D020C01D5BEA7530A3 (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, bool ___flag2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_FairyGUI_GObjectPool_InitCallbackDelegate_mA0813D08C6474F9C8DB031D020C01D5BEA7530A3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
InitCallbackDelegate_t30542A5822368C4E3235B2C5926368BE049E3D57 * V_0 = NULL;
InitCallbackDelegate_t30542A5822368C4E3235B2C5926368BE049E3D57 * V_1 = NULL;
InitCallbackDelegate_t30542A5822368C4E3235B2C5926368BE049E3D57 * G_B3_0 = NULL;
InitCallbackDelegate_t30542A5822368C4E3235B2C5926368BE049E3D57 * G_B2_0 = NULL;
{
// if (func == null)
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
bool L_1 = LuaBaseRef_op_Equality_m3930A4B3F75C8D691B661568896F24C8155CD102(L_0, (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0029;
}
}
{
// FairyGUI.GObjectPool.InitCallbackDelegate fn = delegate(FairyGUI.GObject param0) { };
IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var);
InitCallbackDelegate_t30542A5822368C4E3235B2C5926368BE049E3D57 * L_2 = ((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->get_U3CU3E9__106_0_25();
InitCallbackDelegate_t30542A5822368C4E3235B2C5926368BE049E3D57 * L_3 = L_2;
G_B2_0 = L_3;
if (L_3)
{
G_B3_0 = L_3;
goto IL_0028;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var);
U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE * L_4 = ((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->get_U3CU3E9_0();
InitCallbackDelegate_t30542A5822368C4E3235B2C5926368BE049E3D57 * L_5 = (InitCallbackDelegate_t30542A5822368C4E3235B2C5926368BE049E3D57 *)il2cpp_codegen_object_new(InitCallbackDelegate_t30542A5822368C4E3235B2C5926368BE049E3D57_il2cpp_TypeInfo_var);
InitCallbackDelegate__ctor_mB384E15C71C792C7E2B21F17C0234D7AA0B80E40(L_5, L_4, (intptr_t)((intptr_t)U3CU3Ec_U3CFairyGUI_GObjectPool_InitCallbackDelegateU3Eb__106_0_m28540827C657201070F553F27D11C9240AC01B4A_RuntimeMethod_var), /*hidden argument*/NULL);
InitCallbackDelegate_t30542A5822368C4E3235B2C5926368BE049E3D57 * L_6 = L_5;
((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->set_U3CU3E9__106_0_25(L_6);
G_B3_0 = L_6;
}
IL_0028:
{
// return fn;
return G_B3_0;
}
IL_0029:
{
// if(!flag)
bool L_7 = ___flag2;
if (L_7)
{
goto IL_004c;
}
}
{
// FairyGUI_GObjectPool_InitCallbackDelegate_Event target = new FairyGUI_GObjectPool_InitCallbackDelegate_Event(func);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_8 = ___func0;
FairyGUI_GObjectPool_InitCallbackDelegate_Event_tF20307F896879244C0880E8CB3C732D71AA3DE0D * L_9 = (FairyGUI_GObjectPool_InitCallbackDelegate_Event_tF20307F896879244C0880E8CB3C732D71AA3DE0D *)il2cpp_codegen_object_new(FairyGUI_GObjectPool_InitCallbackDelegate_Event_tF20307F896879244C0880E8CB3C732D71AA3DE0D_il2cpp_TypeInfo_var);
FairyGUI_GObjectPool_InitCallbackDelegate_Event__ctor_mE2D2C40BD07A4E9E1B7A5FF8198FB3073DDEDF5D(L_9, L_8, /*hidden argument*/NULL);
// FairyGUI.GObjectPool.InitCallbackDelegate d = target.Call;
FairyGUI_GObjectPool_InitCallbackDelegate_Event_tF20307F896879244C0880E8CB3C732D71AA3DE0D * L_10 = L_9;
InitCallbackDelegate_t30542A5822368C4E3235B2C5926368BE049E3D57 * L_11 = (InitCallbackDelegate_t30542A5822368C4E3235B2C5926368BE049E3D57 *)il2cpp_codegen_object_new(InitCallbackDelegate_t30542A5822368C4E3235B2C5926368BE049E3D57_il2cpp_TypeInfo_var);
InitCallbackDelegate__ctor_mB384E15C71C792C7E2B21F17C0234D7AA0B80E40(L_11, L_10, (intptr_t)((intptr_t)FairyGUI_GObjectPool_InitCallbackDelegate_Event_Call_m76BB359D30A7DBFA1EEB6749B0D4C9338A46868F_RuntimeMethod_var), /*hidden argument*/NULL);
V_0 = L_11;
// target.method = d.Method;
InitCallbackDelegate_t30542A5822368C4E3235B2C5926368BE049E3D57 * L_12 = V_0;
NullCheck(L_12);
MethodInfo_t * L_13 = Delegate_get_Method_m0AC85D2B0C4CA63C471BC37FFDC3A5EA1E8ED048(L_12, /*hidden argument*/NULL);
NullCheck(L_10);
((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)L_10)->set_method_2(L_13);
// return d;
InitCallbackDelegate_t30542A5822368C4E3235B2C5926368BE049E3D57 * L_14 = V_0;
return L_14;
}
IL_004c:
{
// FairyGUI_GObjectPool_InitCallbackDelegate_Event target = new FairyGUI_GObjectPool_InitCallbackDelegate_Event(func, self);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_15 = ___func0;
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_16 = ___self1;
FairyGUI_GObjectPool_InitCallbackDelegate_Event_tF20307F896879244C0880E8CB3C732D71AA3DE0D * L_17 = (FairyGUI_GObjectPool_InitCallbackDelegate_Event_tF20307F896879244C0880E8CB3C732D71AA3DE0D *)il2cpp_codegen_object_new(FairyGUI_GObjectPool_InitCallbackDelegate_Event_tF20307F896879244C0880E8CB3C732D71AA3DE0D_il2cpp_TypeInfo_var);
FairyGUI_GObjectPool_InitCallbackDelegate_Event__ctor_m00B57F432EE86DEEF4537D1DC253768BD4DB5475(L_17, L_15, L_16, /*hidden argument*/NULL);
// FairyGUI.GObjectPool.InitCallbackDelegate d = target.CallWithSelf;
FairyGUI_GObjectPool_InitCallbackDelegate_Event_tF20307F896879244C0880E8CB3C732D71AA3DE0D * L_18 = L_17;
InitCallbackDelegate_t30542A5822368C4E3235B2C5926368BE049E3D57 * L_19 = (InitCallbackDelegate_t30542A5822368C4E3235B2C5926368BE049E3D57 *)il2cpp_codegen_object_new(InitCallbackDelegate_t30542A5822368C4E3235B2C5926368BE049E3D57_il2cpp_TypeInfo_var);
InitCallbackDelegate__ctor_mB384E15C71C792C7E2B21F17C0234D7AA0B80E40(L_19, L_18, (intptr_t)((intptr_t)FairyGUI_GObjectPool_InitCallbackDelegate_Event_CallWithSelf_m591411D3AAE413689A57DE49EF5754ED0308D03B_RuntimeMethod_var), /*hidden argument*/NULL);
V_1 = L_19;
// target.method = d.Method;
InitCallbackDelegate_t30542A5822368C4E3235B2C5926368BE049E3D57 * L_20 = V_1;
NullCheck(L_20);
MethodInfo_t * L_21 = Delegate_get_Method_m0AC85D2B0C4CA63C471BC37FFDC3A5EA1E8ED048(L_20, /*hidden argument*/NULL);
NullCheck(L_18);
((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)L_18)->set_method_2(L_21);
// return d;
InitCallbackDelegate_t30542A5822368C4E3235B2C5926368BE049E3D57 * L_22 = V_1;
return L_22;
}
}
// System.Boolean DelegateFactory::Check_FairyGUI_GObjectPool_InitCallbackDelegate(System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DelegateFactory_Check_FairyGUI_GObjectPool_InitCallbackDelegate_mC94801B3EEA9AC0017F53773AAAA63A7F8D9BF7E (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_Check_FairyGUI_GObjectPool_InitCallbackDelegate_mC94801B3EEA9AC0017F53773AAAA63A7F8D9BF7E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return TypeChecker.CheckDelegateType(typeof(FairyGUI.GObjectPool.InitCallbackDelegate), L, pos);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (InitCallbackDelegate_t30542A5822368C4E3235B2C5926368BE049E3D57_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_0, /*hidden argument*/NULL);
intptr_t L_2 = ___L0;
int32_t L_3 = ___pos1;
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
bool L_4 = TypeChecker_CheckDelegateType_mBA16C99989C8C054753479195A60E24F471E6CC2(L_1, (intptr_t)L_2, L_3, /*hidden argument*/NULL);
return L_4;
}
}
// System.Void DelegateFactory::Push_FairyGUI_GObjectPool_InitCallbackDelegate(System.IntPtr,FairyGUI.GObjectPool_InitCallbackDelegate)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DelegateFactory_Push_FairyGUI_GObjectPool_InitCallbackDelegate_m536498890FA6D31FD2F6701FC5435B712797B8B1 (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, intptr_t ___L0, InitCallbackDelegate_t30542A5822368C4E3235B2C5926368BE049E3D57 * ___o1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_Push_FairyGUI_GObjectPool_InitCallbackDelegate_m536498890FA6D31FD2F6701FC5435B712797B8B1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// ToLua.Push(L, o);
intptr_t L_0 = ___L0;
InitCallbackDelegate_t30542A5822368C4E3235B2C5926368BE049E3D57 * L_1 = ___o1;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_0, L_1, /*hidden argument*/NULL);
// }
return;
}
}
// FairyGUI.TimerCallback DelegateFactory::FairyGUI_TimerCallback(LuaInterface.LuaFunction,LuaInterface.LuaTable,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * DelegateFactory_FairyGUI_TimerCallback_m86453496279F3B6F56D102FC9BEBEBAAF99FFBFC (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, bool ___flag2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_FairyGUI_TimerCallback_m86453496279F3B6F56D102FC9BEBEBAAF99FFBFC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * V_0 = NULL;
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * V_1 = NULL;
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * G_B3_0 = NULL;
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * G_B2_0 = NULL;
{
// if (func == null)
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
bool L_1 = LuaBaseRef_op_Equality_m3930A4B3F75C8D691B661568896F24C8155CD102(L_0, (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0029;
}
}
{
// FairyGUI.TimerCallback fn = delegate(object param0) { };
IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var);
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * L_2 = ((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->get_U3CU3E9__110_0_26();
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * L_3 = L_2;
G_B2_0 = L_3;
if (L_3)
{
G_B3_0 = L_3;
goto IL_0028;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var);
U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE * L_4 = ((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->get_U3CU3E9_0();
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * L_5 = (TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 *)il2cpp_codegen_object_new(TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879_il2cpp_TypeInfo_var);
TimerCallback__ctor_m206D6EEA89E4C2FE0AF3464CE05AFF0EC012976E(L_5, L_4, (intptr_t)((intptr_t)U3CU3Ec_U3CFairyGUI_TimerCallbackU3Eb__110_0_m0B6BF79A93C94F19D00628B9D6B0E3A3056CBB73_RuntimeMethod_var), /*hidden argument*/NULL);
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * L_6 = L_5;
((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->set_U3CU3E9__110_0_26(L_6);
G_B3_0 = L_6;
}
IL_0028:
{
// return fn;
return G_B3_0;
}
IL_0029:
{
// if(!flag)
bool L_7 = ___flag2;
if (L_7)
{
goto IL_004c;
}
}
{
// FairyGUI_TimerCallback_Event target = new FairyGUI_TimerCallback_Event(func);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_8 = ___func0;
FairyGUI_TimerCallback_Event_tA20E0C7CBAF550CFC29E1818934041916DDC5D73 * L_9 = (FairyGUI_TimerCallback_Event_tA20E0C7CBAF550CFC29E1818934041916DDC5D73 *)il2cpp_codegen_object_new(FairyGUI_TimerCallback_Event_tA20E0C7CBAF550CFC29E1818934041916DDC5D73_il2cpp_TypeInfo_var);
FairyGUI_TimerCallback_Event__ctor_m7736F38FED1EFD648B3C4872D6D246F495620376(L_9, L_8, /*hidden argument*/NULL);
// FairyGUI.TimerCallback d = target.Call;
FairyGUI_TimerCallback_Event_tA20E0C7CBAF550CFC29E1818934041916DDC5D73 * L_10 = L_9;
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * L_11 = (TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 *)il2cpp_codegen_object_new(TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879_il2cpp_TypeInfo_var);
TimerCallback__ctor_m206D6EEA89E4C2FE0AF3464CE05AFF0EC012976E(L_11, L_10, (intptr_t)((intptr_t)FairyGUI_TimerCallback_Event_Call_m57EE70CC2662B5E45335370EDE52D821BE7B9363_RuntimeMethod_var), /*hidden argument*/NULL);
V_0 = L_11;
// target.method = d.Method;
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * L_12 = V_0;
NullCheck(L_12);
MethodInfo_t * L_13 = Delegate_get_Method_m0AC85D2B0C4CA63C471BC37FFDC3A5EA1E8ED048(L_12, /*hidden argument*/NULL);
NullCheck(L_10);
((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)L_10)->set_method_2(L_13);
// return d;
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * L_14 = V_0;
return L_14;
}
IL_004c:
{
// FairyGUI_TimerCallback_Event target = new FairyGUI_TimerCallback_Event(func, self);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_15 = ___func0;
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_16 = ___self1;
FairyGUI_TimerCallback_Event_tA20E0C7CBAF550CFC29E1818934041916DDC5D73 * L_17 = (FairyGUI_TimerCallback_Event_tA20E0C7CBAF550CFC29E1818934041916DDC5D73 *)il2cpp_codegen_object_new(FairyGUI_TimerCallback_Event_tA20E0C7CBAF550CFC29E1818934041916DDC5D73_il2cpp_TypeInfo_var);
FairyGUI_TimerCallback_Event__ctor_m2485BF9299DAACD9033346FAD1D6E94852105059(L_17, L_15, L_16, /*hidden argument*/NULL);
// FairyGUI.TimerCallback d = target.CallWithSelf;
FairyGUI_TimerCallback_Event_tA20E0C7CBAF550CFC29E1818934041916DDC5D73 * L_18 = L_17;
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * L_19 = (TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 *)il2cpp_codegen_object_new(TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879_il2cpp_TypeInfo_var);
TimerCallback__ctor_m206D6EEA89E4C2FE0AF3464CE05AFF0EC012976E(L_19, L_18, (intptr_t)((intptr_t)FairyGUI_TimerCallback_Event_CallWithSelf_mA4B7B47DC384E58557CF23E26299447942FDBB3E_RuntimeMethod_var), /*hidden argument*/NULL);
V_1 = L_19;
// target.method = d.Method;
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * L_20 = V_1;
NullCheck(L_20);
MethodInfo_t * L_21 = Delegate_get_Method_m0AC85D2B0C4CA63C471BC37FFDC3A5EA1E8ED048(L_20, /*hidden argument*/NULL);
NullCheck(L_18);
((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)L_18)->set_method_2(L_21);
// return d;
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * L_22 = V_1;
return L_22;
}
}
// System.Boolean DelegateFactory::Check_FairyGUI_TimerCallback(System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DelegateFactory_Check_FairyGUI_TimerCallback_m6CBA5CBE6FBE66DC49F6AE6C7B6BAF1DAC4F61DA (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_Check_FairyGUI_TimerCallback_m6CBA5CBE6FBE66DC49F6AE6C7B6BAF1DAC4F61DA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return TypeChecker.CheckDelegateType(typeof(FairyGUI.TimerCallback), L, pos);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_0, /*hidden argument*/NULL);
intptr_t L_2 = ___L0;
int32_t L_3 = ___pos1;
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
bool L_4 = TypeChecker_CheckDelegateType_mBA16C99989C8C054753479195A60E24F471E6CC2(L_1, (intptr_t)L_2, L_3, /*hidden argument*/NULL);
return L_4;
}
}
// System.Void DelegateFactory::Push_FairyGUI_TimerCallback(System.IntPtr,FairyGUI.TimerCallback)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DelegateFactory_Push_FairyGUI_TimerCallback_m050BBBE3FBDF2E18AE8D14BD20ED3D08FEA0A884 (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, intptr_t ___L0, TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * ___o1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_Push_FairyGUI_TimerCallback_m050BBBE3FBDF2E18AE8D14BD20ED3D08FEA0A884_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// ToLua.Push(L, o);
intptr_t L_0 = ___L0;
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * L_1 = ___o1;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_0, L_1, /*hidden argument*/NULL);
// }
return;
}
}
// FairyGUI.UIObjectFactory_GComponentCreator DelegateFactory::FairyGUI_UIObjectFactory_GComponentCreator(LuaInterface.LuaFunction,LuaInterface.LuaTable,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28 * DelegateFactory_FairyGUI_UIObjectFactory_GComponentCreator_m6BD80EBA52167BE2503EDB670902312C7E1A6CEA (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, bool ___flag2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_FairyGUI_UIObjectFactory_GComponentCreator_m6BD80EBA52167BE2503EDB670902312C7E1A6CEA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28 * V_0 = NULL;
GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28 * V_1 = NULL;
GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28 * G_B3_0 = NULL;
GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28 * G_B2_0 = NULL;
{
// if (func == null)
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
bool L_1 = LuaBaseRef_op_Equality_m3930A4B3F75C8D691B661568896F24C8155CD102(L_0, (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0029;
}
}
{
// FairyGUI.UIObjectFactory.GComponentCreator fn = delegate() { return null; };
IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var);
GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28 * L_2 = ((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->get_U3CU3E9__114_0_27();
GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28 * L_3 = L_2;
G_B2_0 = L_3;
if (L_3)
{
G_B3_0 = L_3;
goto IL_0028;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var);
U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE * L_4 = ((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->get_U3CU3E9_0();
GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28 * L_5 = (GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28 *)il2cpp_codegen_object_new(GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28_il2cpp_TypeInfo_var);
GComponentCreator__ctor_m638B1C39A1BD5983159FE2AA369BD47C0014D010(L_5, L_4, (intptr_t)((intptr_t)U3CU3Ec_U3CFairyGUI_UIObjectFactory_GComponentCreatorU3Eb__114_0_m70A888A0C5F794B50A4E48289F4F582BE3592FDF_RuntimeMethod_var), /*hidden argument*/NULL);
GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28 * L_6 = L_5;
((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->set_U3CU3E9__114_0_27(L_6);
G_B3_0 = L_6;
}
IL_0028:
{
// return fn;
return G_B3_0;
}
IL_0029:
{
// if(!flag)
bool L_7 = ___flag2;
if (L_7)
{
goto IL_004c;
}
}
{
// FairyGUI_UIObjectFactory_GComponentCreator_Event target = new FairyGUI_UIObjectFactory_GComponentCreator_Event(func);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_8 = ___func0;
FairyGUI_UIObjectFactory_GComponentCreator_Event_t8AEDF4A0726D3B4F1D7B244B6F83B472004D093D * L_9 = (FairyGUI_UIObjectFactory_GComponentCreator_Event_t8AEDF4A0726D3B4F1D7B244B6F83B472004D093D *)il2cpp_codegen_object_new(FairyGUI_UIObjectFactory_GComponentCreator_Event_t8AEDF4A0726D3B4F1D7B244B6F83B472004D093D_il2cpp_TypeInfo_var);
FairyGUI_UIObjectFactory_GComponentCreator_Event__ctor_mB6D63721E249E93BF61A4B8B0BA89A4648F181BA(L_9, L_8, /*hidden argument*/NULL);
// FairyGUI.UIObjectFactory.GComponentCreator d = target.Call;
FairyGUI_UIObjectFactory_GComponentCreator_Event_t8AEDF4A0726D3B4F1D7B244B6F83B472004D093D * L_10 = L_9;
GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28 * L_11 = (GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28 *)il2cpp_codegen_object_new(GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28_il2cpp_TypeInfo_var);
GComponentCreator__ctor_m638B1C39A1BD5983159FE2AA369BD47C0014D010(L_11, L_10, (intptr_t)((intptr_t)FairyGUI_UIObjectFactory_GComponentCreator_Event_Call_m6BE0F5BBDA5BA4E736B655633AD9742CD9EF5E37_RuntimeMethod_var), /*hidden argument*/NULL);
V_0 = L_11;
// target.method = d.Method;
GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28 * L_12 = V_0;
NullCheck(L_12);
MethodInfo_t * L_13 = Delegate_get_Method_m0AC85D2B0C4CA63C471BC37FFDC3A5EA1E8ED048(L_12, /*hidden argument*/NULL);
NullCheck(L_10);
((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)L_10)->set_method_2(L_13);
// return d;
GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28 * L_14 = V_0;
return L_14;
}
IL_004c:
{
// FairyGUI_UIObjectFactory_GComponentCreator_Event target = new FairyGUI_UIObjectFactory_GComponentCreator_Event(func, self);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_15 = ___func0;
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_16 = ___self1;
FairyGUI_UIObjectFactory_GComponentCreator_Event_t8AEDF4A0726D3B4F1D7B244B6F83B472004D093D * L_17 = (FairyGUI_UIObjectFactory_GComponentCreator_Event_t8AEDF4A0726D3B4F1D7B244B6F83B472004D093D *)il2cpp_codegen_object_new(FairyGUI_UIObjectFactory_GComponentCreator_Event_t8AEDF4A0726D3B4F1D7B244B6F83B472004D093D_il2cpp_TypeInfo_var);
FairyGUI_UIObjectFactory_GComponentCreator_Event__ctor_m874B0E385DA808FABE03BFA52DC836933F97C8B1(L_17, L_15, L_16, /*hidden argument*/NULL);
// FairyGUI.UIObjectFactory.GComponentCreator d = target.CallWithSelf;
FairyGUI_UIObjectFactory_GComponentCreator_Event_t8AEDF4A0726D3B4F1D7B244B6F83B472004D093D * L_18 = L_17;
GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28 * L_19 = (GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28 *)il2cpp_codegen_object_new(GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28_il2cpp_TypeInfo_var);
GComponentCreator__ctor_m638B1C39A1BD5983159FE2AA369BD47C0014D010(L_19, L_18, (intptr_t)((intptr_t)FairyGUI_UIObjectFactory_GComponentCreator_Event_CallWithSelf_m2AB881443835E760441973163CC6C69A924E07CC_RuntimeMethod_var), /*hidden argument*/NULL);
V_1 = L_19;
// target.method = d.Method;
GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28 * L_20 = V_1;
NullCheck(L_20);
MethodInfo_t * L_21 = Delegate_get_Method_m0AC85D2B0C4CA63C471BC37FFDC3A5EA1E8ED048(L_20, /*hidden argument*/NULL);
NullCheck(L_18);
((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)L_18)->set_method_2(L_21);
// return d;
GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28 * L_22 = V_1;
return L_22;
}
}
// System.Boolean DelegateFactory::Check_FairyGUI_UIObjectFactory_GComponentCreator(System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DelegateFactory_Check_FairyGUI_UIObjectFactory_GComponentCreator_mAA02F349663510E92C6B689DA46D23E86B28568E (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_Check_FairyGUI_UIObjectFactory_GComponentCreator_mAA02F349663510E92C6B689DA46D23E86B28568E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return TypeChecker.CheckDelegateType(typeof(FairyGUI.UIObjectFactory.GComponentCreator), L, pos);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_0, /*hidden argument*/NULL);
intptr_t L_2 = ___L0;
int32_t L_3 = ___pos1;
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
bool L_4 = TypeChecker_CheckDelegateType_mBA16C99989C8C054753479195A60E24F471E6CC2(L_1, (intptr_t)L_2, L_3, /*hidden argument*/NULL);
return L_4;
}
}
// System.Void DelegateFactory::Push_FairyGUI_UIObjectFactory_GComponentCreator(System.IntPtr,FairyGUI.UIObjectFactory_GComponentCreator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DelegateFactory_Push_FairyGUI_UIObjectFactory_GComponentCreator_mCDEDA1FA900118890E0AD5F6078234438C757829 (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, intptr_t ___L0, GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28 * ___o1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_Push_FairyGUI_UIObjectFactory_GComponentCreator_mCDEDA1FA900118890E0AD5F6078234438C757829_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// ToLua.Push(L, o);
intptr_t L_0 = ___L0;
GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28 * L_1 = ___o1;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_0, L_1, /*hidden argument*/NULL);
// }
return;
}
}
// FairyGUI.UIObjectFactory_GLoaderCreator DelegateFactory::FairyGUI_UIObjectFactory_GLoaderCreator(LuaInterface.LuaFunction,LuaInterface.LuaTable,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GLoaderCreator_t66E0D773C41A0612C3832E4208F9734CD43D24C1 * DelegateFactory_FairyGUI_UIObjectFactory_GLoaderCreator_m2FEFA859A1D1CB46175C56A8DB8255FD75099EE3 (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, bool ___flag2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_FairyGUI_UIObjectFactory_GLoaderCreator_m2FEFA859A1D1CB46175C56A8DB8255FD75099EE3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
GLoaderCreator_t66E0D773C41A0612C3832E4208F9734CD43D24C1 * V_0 = NULL;
GLoaderCreator_t66E0D773C41A0612C3832E4208F9734CD43D24C1 * V_1 = NULL;
GLoaderCreator_t66E0D773C41A0612C3832E4208F9734CD43D24C1 * G_B3_0 = NULL;
GLoaderCreator_t66E0D773C41A0612C3832E4208F9734CD43D24C1 * G_B2_0 = NULL;
{
// if (func == null)
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
bool L_1 = LuaBaseRef_op_Equality_m3930A4B3F75C8D691B661568896F24C8155CD102(L_0, (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0029;
}
}
{
// FairyGUI.UIObjectFactory.GLoaderCreator fn = delegate() { return null; };
IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var);
GLoaderCreator_t66E0D773C41A0612C3832E4208F9734CD43D24C1 * L_2 = ((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->get_U3CU3E9__118_0_28();
GLoaderCreator_t66E0D773C41A0612C3832E4208F9734CD43D24C1 * L_3 = L_2;
G_B2_0 = L_3;
if (L_3)
{
G_B3_0 = L_3;
goto IL_0028;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var);
U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE * L_4 = ((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->get_U3CU3E9_0();
GLoaderCreator_t66E0D773C41A0612C3832E4208F9734CD43D24C1 * L_5 = (GLoaderCreator_t66E0D773C41A0612C3832E4208F9734CD43D24C1 *)il2cpp_codegen_object_new(GLoaderCreator_t66E0D773C41A0612C3832E4208F9734CD43D24C1_il2cpp_TypeInfo_var);
GLoaderCreator__ctor_m9D768378BB7560C6D630A00F8781E50F35603622(L_5, L_4, (intptr_t)((intptr_t)U3CU3Ec_U3CFairyGUI_UIObjectFactory_GLoaderCreatorU3Eb__118_0_m8F847CCE7F166D3A4E6BEB55B3A07D27346C42C5_RuntimeMethod_var), /*hidden argument*/NULL);
GLoaderCreator_t66E0D773C41A0612C3832E4208F9734CD43D24C1 * L_6 = L_5;
((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->set_U3CU3E9__118_0_28(L_6);
G_B3_0 = L_6;
}
IL_0028:
{
// return fn;
return G_B3_0;
}
IL_0029:
{
// if(!flag)
bool L_7 = ___flag2;
if (L_7)
{
goto IL_004c;
}
}
{
// FairyGUI_UIObjectFactory_GLoaderCreator_Event target = new FairyGUI_UIObjectFactory_GLoaderCreator_Event(func);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_8 = ___func0;
FairyGUI_UIObjectFactory_GLoaderCreator_Event_t0A3B047E9D0C4D16911424F5298A5553397FB5F0 * L_9 = (FairyGUI_UIObjectFactory_GLoaderCreator_Event_t0A3B047E9D0C4D16911424F5298A5553397FB5F0 *)il2cpp_codegen_object_new(FairyGUI_UIObjectFactory_GLoaderCreator_Event_t0A3B047E9D0C4D16911424F5298A5553397FB5F0_il2cpp_TypeInfo_var);
FairyGUI_UIObjectFactory_GLoaderCreator_Event__ctor_mAAFC1BAE86B63E1820C01EBFF524C1CFFC32975C(L_9, L_8, /*hidden argument*/NULL);
// FairyGUI.UIObjectFactory.GLoaderCreator d = target.Call;
FairyGUI_UIObjectFactory_GLoaderCreator_Event_t0A3B047E9D0C4D16911424F5298A5553397FB5F0 * L_10 = L_9;
GLoaderCreator_t66E0D773C41A0612C3832E4208F9734CD43D24C1 * L_11 = (GLoaderCreator_t66E0D773C41A0612C3832E4208F9734CD43D24C1 *)il2cpp_codegen_object_new(GLoaderCreator_t66E0D773C41A0612C3832E4208F9734CD43D24C1_il2cpp_TypeInfo_var);
GLoaderCreator__ctor_m9D768378BB7560C6D630A00F8781E50F35603622(L_11, L_10, (intptr_t)((intptr_t)FairyGUI_UIObjectFactory_GLoaderCreator_Event_Call_mD93DA0A43737744D2B0502651E700DB466ACE245_RuntimeMethod_var), /*hidden argument*/NULL);
V_0 = L_11;
// target.method = d.Method;
GLoaderCreator_t66E0D773C41A0612C3832E4208F9734CD43D24C1 * L_12 = V_0;
NullCheck(L_12);
MethodInfo_t * L_13 = Delegate_get_Method_m0AC85D2B0C4CA63C471BC37FFDC3A5EA1E8ED048(L_12, /*hidden argument*/NULL);
NullCheck(L_10);
((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)L_10)->set_method_2(L_13);
// return d;
GLoaderCreator_t66E0D773C41A0612C3832E4208F9734CD43D24C1 * L_14 = V_0;
return L_14;
}
IL_004c:
{
// FairyGUI_UIObjectFactory_GLoaderCreator_Event target = new FairyGUI_UIObjectFactory_GLoaderCreator_Event(func, self);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_15 = ___func0;
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_16 = ___self1;
FairyGUI_UIObjectFactory_GLoaderCreator_Event_t0A3B047E9D0C4D16911424F5298A5553397FB5F0 * L_17 = (FairyGUI_UIObjectFactory_GLoaderCreator_Event_t0A3B047E9D0C4D16911424F5298A5553397FB5F0 *)il2cpp_codegen_object_new(FairyGUI_UIObjectFactory_GLoaderCreator_Event_t0A3B047E9D0C4D16911424F5298A5553397FB5F0_il2cpp_TypeInfo_var);
FairyGUI_UIObjectFactory_GLoaderCreator_Event__ctor_mA3D1100175D942F5CCF3FD3451FE2D72A4F824EC(L_17, L_15, L_16, /*hidden argument*/NULL);
// FairyGUI.UIObjectFactory.GLoaderCreator d = target.CallWithSelf;
FairyGUI_UIObjectFactory_GLoaderCreator_Event_t0A3B047E9D0C4D16911424F5298A5553397FB5F0 * L_18 = L_17;
GLoaderCreator_t66E0D773C41A0612C3832E4208F9734CD43D24C1 * L_19 = (GLoaderCreator_t66E0D773C41A0612C3832E4208F9734CD43D24C1 *)il2cpp_codegen_object_new(GLoaderCreator_t66E0D773C41A0612C3832E4208F9734CD43D24C1_il2cpp_TypeInfo_var);
GLoaderCreator__ctor_m9D768378BB7560C6D630A00F8781E50F35603622(L_19, L_18, (intptr_t)((intptr_t)FairyGUI_UIObjectFactory_GLoaderCreator_Event_CallWithSelf_mC4C9F005B75E8254507AD920B7D25BB888C21685_RuntimeMethod_var), /*hidden argument*/NULL);
V_1 = L_19;
// target.method = d.Method;
GLoaderCreator_t66E0D773C41A0612C3832E4208F9734CD43D24C1 * L_20 = V_1;
NullCheck(L_20);
MethodInfo_t * L_21 = Delegate_get_Method_m0AC85D2B0C4CA63C471BC37FFDC3A5EA1E8ED048(L_20, /*hidden argument*/NULL);
NullCheck(L_18);
((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)L_18)->set_method_2(L_21);
// return d;
GLoaderCreator_t66E0D773C41A0612C3832E4208F9734CD43D24C1 * L_22 = V_1;
return L_22;
}
}
// System.Boolean DelegateFactory::Check_FairyGUI_UIObjectFactory_GLoaderCreator(System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DelegateFactory_Check_FairyGUI_UIObjectFactory_GLoaderCreator_mA0FBE2F084B049950B9F9A0A3FC66690135C6B6D (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_Check_FairyGUI_UIObjectFactory_GLoaderCreator_mA0FBE2F084B049950B9F9A0A3FC66690135C6B6D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return TypeChecker.CheckDelegateType(typeof(FairyGUI.UIObjectFactory.GLoaderCreator), L, pos);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (GLoaderCreator_t66E0D773C41A0612C3832E4208F9734CD43D24C1_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_0, /*hidden argument*/NULL);
intptr_t L_2 = ___L0;
int32_t L_3 = ___pos1;
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
bool L_4 = TypeChecker_CheckDelegateType_mBA16C99989C8C054753479195A60E24F471E6CC2(L_1, (intptr_t)L_2, L_3, /*hidden argument*/NULL);
return L_4;
}
}
// System.Void DelegateFactory::Push_FairyGUI_UIObjectFactory_GLoaderCreator(System.IntPtr,FairyGUI.UIObjectFactory_GLoaderCreator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DelegateFactory_Push_FairyGUI_UIObjectFactory_GLoaderCreator_m47CAF24DC681D1E26F796495A782189D38671925 (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, intptr_t ___L0, GLoaderCreator_t66E0D773C41A0612C3832E4208F9734CD43D24C1 * ___o1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_Push_FairyGUI_UIObjectFactory_GLoaderCreator_m47CAF24DC681D1E26F796495A782189D38671925_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// ToLua.Push(L, o);
intptr_t L_0 = ___L0;
GLoaderCreator_t66E0D773C41A0612C3832E4208F9734CD43D24C1 * L_1 = ___o1;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_0, L_1, /*hidden argument*/NULL);
// }
return;
}
}
// FairyGUI.UIConfig_SoundLoader DelegateFactory::FairyGUI_UIConfig_SoundLoader(LuaInterface.LuaFunction,LuaInterface.LuaTable,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SoundLoader_t0B067A273E4C6A141A0F508625349B69731893E2 * DelegateFactory_FairyGUI_UIConfig_SoundLoader_mF2928774293606528A522534A3A2C61C73BE654A (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, bool ___flag2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_FairyGUI_UIConfig_SoundLoader_mF2928774293606528A522534A3A2C61C73BE654A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
SoundLoader_t0B067A273E4C6A141A0F508625349B69731893E2 * V_0 = NULL;
SoundLoader_t0B067A273E4C6A141A0F508625349B69731893E2 * V_1 = NULL;
SoundLoader_t0B067A273E4C6A141A0F508625349B69731893E2 * G_B3_0 = NULL;
SoundLoader_t0B067A273E4C6A141A0F508625349B69731893E2 * G_B2_0 = NULL;
{
// if (func == null)
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
bool L_1 = LuaBaseRef_op_Equality_m3930A4B3F75C8D691B661568896F24C8155CD102(L_0, (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0029;
}
}
{
// FairyGUI.UIConfig.SoundLoader fn = delegate(string param0) { return null; };
IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var);
SoundLoader_t0B067A273E4C6A141A0F508625349B69731893E2 * L_2 = ((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->get_U3CU3E9__122_0_29();
SoundLoader_t0B067A273E4C6A141A0F508625349B69731893E2 * L_3 = L_2;
G_B2_0 = L_3;
if (L_3)
{
G_B3_0 = L_3;
goto IL_0028;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var);
U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE * L_4 = ((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->get_U3CU3E9_0();
SoundLoader_t0B067A273E4C6A141A0F508625349B69731893E2 * L_5 = (SoundLoader_t0B067A273E4C6A141A0F508625349B69731893E2 *)il2cpp_codegen_object_new(SoundLoader_t0B067A273E4C6A141A0F508625349B69731893E2_il2cpp_TypeInfo_var);
SoundLoader__ctor_mB216018E30B38BE7DB4766E7455683E5F3FADE5F(L_5, L_4, (intptr_t)((intptr_t)U3CU3Ec_U3CFairyGUI_UIConfig_SoundLoaderU3Eb__122_0_mE3369F63E4BE8A471715CB1932D4EC2E0E1E5450_RuntimeMethod_var), /*hidden argument*/NULL);
SoundLoader_t0B067A273E4C6A141A0F508625349B69731893E2 * L_6 = L_5;
((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->set_U3CU3E9__122_0_29(L_6);
G_B3_0 = L_6;
}
IL_0028:
{
// return fn;
return G_B3_0;
}
IL_0029:
{
// if(!flag)
bool L_7 = ___flag2;
if (L_7)
{
goto IL_004c;
}
}
{
// FairyGUI_UIConfig_SoundLoader_Event target = new FairyGUI_UIConfig_SoundLoader_Event(func);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_8 = ___func0;
FairyGUI_UIConfig_SoundLoader_Event_t769EA828ACD5E54A84FE7405E9F54367CBDA40FD * L_9 = (FairyGUI_UIConfig_SoundLoader_Event_t769EA828ACD5E54A84FE7405E9F54367CBDA40FD *)il2cpp_codegen_object_new(FairyGUI_UIConfig_SoundLoader_Event_t769EA828ACD5E54A84FE7405E9F54367CBDA40FD_il2cpp_TypeInfo_var);
FairyGUI_UIConfig_SoundLoader_Event__ctor_mAE2DC0E2294B4BA4870887FA24CEDE313E5216EF(L_9, L_8, /*hidden argument*/NULL);
// FairyGUI.UIConfig.SoundLoader d = target.Call;
FairyGUI_UIConfig_SoundLoader_Event_t769EA828ACD5E54A84FE7405E9F54367CBDA40FD * L_10 = L_9;
SoundLoader_t0B067A273E4C6A141A0F508625349B69731893E2 * L_11 = (SoundLoader_t0B067A273E4C6A141A0F508625349B69731893E2 *)il2cpp_codegen_object_new(SoundLoader_t0B067A273E4C6A141A0F508625349B69731893E2_il2cpp_TypeInfo_var);
SoundLoader__ctor_mB216018E30B38BE7DB4766E7455683E5F3FADE5F(L_11, L_10, (intptr_t)((intptr_t)FairyGUI_UIConfig_SoundLoader_Event_Call_m5EA743FBA9EC9D7A5666CDB2829C56278E4D4FA1_RuntimeMethod_var), /*hidden argument*/NULL);
V_0 = L_11;
// target.method = d.Method;
SoundLoader_t0B067A273E4C6A141A0F508625349B69731893E2 * L_12 = V_0;
NullCheck(L_12);
MethodInfo_t * L_13 = Delegate_get_Method_m0AC85D2B0C4CA63C471BC37FFDC3A5EA1E8ED048(L_12, /*hidden argument*/NULL);
NullCheck(L_10);
((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)L_10)->set_method_2(L_13);
// return d;
SoundLoader_t0B067A273E4C6A141A0F508625349B69731893E2 * L_14 = V_0;
return L_14;
}
IL_004c:
{
// FairyGUI_UIConfig_SoundLoader_Event target = new FairyGUI_UIConfig_SoundLoader_Event(func, self);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_15 = ___func0;
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_16 = ___self1;
FairyGUI_UIConfig_SoundLoader_Event_t769EA828ACD5E54A84FE7405E9F54367CBDA40FD * L_17 = (FairyGUI_UIConfig_SoundLoader_Event_t769EA828ACD5E54A84FE7405E9F54367CBDA40FD *)il2cpp_codegen_object_new(FairyGUI_UIConfig_SoundLoader_Event_t769EA828ACD5E54A84FE7405E9F54367CBDA40FD_il2cpp_TypeInfo_var);
FairyGUI_UIConfig_SoundLoader_Event__ctor_m645BA29E0A7308324F565381D092F361AB2981AB(L_17, L_15, L_16, /*hidden argument*/NULL);
// FairyGUI.UIConfig.SoundLoader d = target.CallWithSelf;
FairyGUI_UIConfig_SoundLoader_Event_t769EA828ACD5E54A84FE7405E9F54367CBDA40FD * L_18 = L_17;
SoundLoader_t0B067A273E4C6A141A0F508625349B69731893E2 * L_19 = (SoundLoader_t0B067A273E4C6A141A0F508625349B69731893E2 *)il2cpp_codegen_object_new(SoundLoader_t0B067A273E4C6A141A0F508625349B69731893E2_il2cpp_TypeInfo_var);
SoundLoader__ctor_mB216018E30B38BE7DB4766E7455683E5F3FADE5F(L_19, L_18, (intptr_t)((intptr_t)FairyGUI_UIConfig_SoundLoader_Event_CallWithSelf_mF7DB710C3227AE905A230D30C181E571819A114C_RuntimeMethod_var), /*hidden argument*/NULL);
V_1 = L_19;
// target.method = d.Method;
SoundLoader_t0B067A273E4C6A141A0F508625349B69731893E2 * L_20 = V_1;
NullCheck(L_20);
MethodInfo_t * L_21 = Delegate_get_Method_m0AC85D2B0C4CA63C471BC37FFDC3A5EA1E8ED048(L_20, /*hidden argument*/NULL);
NullCheck(L_18);
((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)L_18)->set_method_2(L_21);
// return d;
SoundLoader_t0B067A273E4C6A141A0F508625349B69731893E2 * L_22 = V_1;
return L_22;
}
}
// System.Boolean DelegateFactory::Check_FairyGUI_UIConfig_SoundLoader(System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DelegateFactory_Check_FairyGUI_UIConfig_SoundLoader_mA6D433DC6344F513E4CF2E02B735E61F72468921 (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_Check_FairyGUI_UIConfig_SoundLoader_mA6D433DC6344F513E4CF2E02B735E61F72468921_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return TypeChecker.CheckDelegateType(typeof(FairyGUI.UIConfig.SoundLoader), L, pos);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (SoundLoader_t0B067A273E4C6A141A0F508625349B69731893E2_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_0, /*hidden argument*/NULL);
intptr_t L_2 = ___L0;
int32_t L_3 = ___pos1;
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
bool L_4 = TypeChecker_CheckDelegateType_mBA16C99989C8C054753479195A60E24F471E6CC2(L_1, (intptr_t)L_2, L_3, /*hidden argument*/NULL);
return L_4;
}
}
// System.Void DelegateFactory::Push_FairyGUI_UIConfig_SoundLoader(System.IntPtr,FairyGUI.UIConfig_SoundLoader)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DelegateFactory_Push_FairyGUI_UIConfig_SoundLoader_mE6011562038B4098F635A7598763310D9C43DD39 (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, intptr_t ___L0, SoundLoader_t0B067A273E4C6A141A0F508625349B69731893E2 * ___o1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_Push_FairyGUI_UIConfig_SoundLoader_mE6011562038B4098F635A7598763310D9C43DD39_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// ToLua.Push(L, o);
intptr_t L_0 = ___L0;
SoundLoader_t0B067A273E4C6A141A0F508625349B69731893E2 * L_1 = ___o1;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_0, L_1, /*hidden argument*/NULL);
// }
return;
}
}
// System.Action`2<System.String,System.Action> DelegateFactory::System_Action_string_System_Action(LuaInterface.LuaFunction,LuaInterface.LuaTable,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Action_2_t21B1554176CA268836EE910CDDF9F6F768C03F23 * DelegateFactory_System_Action_string_System_Action_mF12FA4CC767184426798DBAFA3C5B2F30F3E6418 (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, bool ___flag2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_System_Action_string_System_Action_mF12FA4CC767184426798DBAFA3C5B2F30F3E6418_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Action_2_t21B1554176CA268836EE910CDDF9F6F768C03F23 * V_0 = NULL;
Action_2_t21B1554176CA268836EE910CDDF9F6F768C03F23 * V_1 = NULL;
Action_2_t21B1554176CA268836EE910CDDF9F6F768C03F23 * G_B3_0 = NULL;
Action_2_t21B1554176CA268836EE910CDDF9F6F768C03F23 * G_B2_0 = NULL;
{
// if (func == null)
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
bool L_1 = LuaBaseRef_op_Equality_m3930A4B3F75C8D691B661568896F24C8155CD102(L_0, (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0029;
}
}
{
// System.Action<string,System.Action> fn = delegate(string param0, System.Action param1) { };
IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var);
Action_2_t21B1554176CA268836EE910CDDF9F6F768C03F23 * L_2 = ((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->get_U3CU3E9__126_0_30();
Action_2_t21B1554176CA268836EE910CDDF9F6F768C03F23 * L_3 = L_2;
G_B2_0 = L_3;
if (L_3)
{
G_B3_0 = L_3;
goto IL_0028;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var);
U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE * L_4 = ((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->get_U3CU3E9_0();
Action_2_t21B1554176CA268836EE910CDDF9F6F768C03F23 * L_5 = (Action_2_t21B1554176CA268836EE910CDDF9F6F768C03F23 *)il2cpp_codegen_object_new(Action_2_t21B1554176CA268836EE910CDDF9F6F768C03F23_il2cpp_TypeInfo_var);
Action_2__ctor_m52F7EDB91F2A0CFE5CF4EF0BFE55A3F0F8279489(L_5, L_4, (intptr_t)((intptr_t)U3CU3Ec_U3CSystem_Action_string_System_ActionU3Eb__126_0_m4066F8B04B18D0134F3731A07CDA9CC1032802BC_RuntimeMethod_var), /*hidden argument*/Action_2__ctor_m52F7EDB91F2A0CFE5CF4EF0BFE55A3F0F8279489_RuntimeMethod_var);
Action_2_t21B1554176CA268836EE910CDDF9F6F768C03F23 * L_6 = L_5;
((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->set_U3CU3E9__126_0_30(L_6);
G_B3_0 = L_6;
}
IL_0028:
{
// return fn;
return G_B3_0;
}
IL_0029:
{
// if(!flag)
bool L_7 = ___flag2;
if (L_7)
{
goto IL_004c;
}
}
{
// System_Action_string_System_Action_Event target = new System_Action_string_System_Action_Event(func);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_8 = ___func0;
System_Action_string_System_Action_Event_t53F256514EB1ABF4A6799FE87483D37CF262E23E * L_9 = (System_Action_string_System_Action_Event_t53F256514EB1ABF4A6799FE87483D37CF262E23E *)il2cpp_codegen_object_new(System_Action_string_System_Action_Event_t53F256514EB1ABF4A6799FE87483D37CF262E23E_il2cpp_TypeInfo_var);
System_Action_string_System_Action_Event__ctor_m69F1FDEC4BDACF754A0AC8D83D0A5BB6E5D16721(L_9, L_8, /*hidden argument*/NULL);
// System.Action<string,System.Action> d = target.Call;
System_Action_string_System_Action_Event_t53F256514EB1ABF4A6799FE87483D37CF262E23E * L_10 = L_9;
Action_2_t21B1554176CA268836EE910CDDF9F6F768C03F23 * L_11 = (Action_2_t21B1554176CA268836EE910CDDF9F6F768C03F23 *)il2cpp_codegen_object_new(Action_2_t21B1554176CA268836EE910CDDF9F6F768C03F23_il2cpp_TypeInfo_var);
Action_2__ctor_m52F7EDB91F2A0CFE5CF4EF0BFE55A3F0F8279489(L_11, L_10, (intptr_t)((intptr_t)System_Action_string_System_Action_Event_Call_mC9665AC377F0564A8AACBFCE708675813E1C00DB_RuntimeMethod_var), /*hidden argument*/Action_2__ctor_m52F7EDB91F2A0CFE5CF4EF0BFE55A3F0F8279489_RuntimeMethod_var);
V_0 = L_11;
// target.method = d.Method;
Action_2_t21B1554176CA268836EE910CDDF9F6F768C03F23 * L_12 = V_0;
NullCheck(L_12);
MethodInfo_t * L_13 = Delegate_get_Method_m0AC85D2B0C4CA63C471BC37FFDC3A5EA1E8ED048(L_12, /*hidden argument*/NULL);
NullCheck(L_10);
((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)L_10)->set_method_2(L_13);
// return d;
Action_2_t21B1554176CA268836EE910CDDF9F6F768C03F23 * L_14 = V_0;
return L_14;
}
IL_004c:
{
// System_Action_string_System_Action_Event target = new System_Action_string_System_Action_Event(func, self);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_15 = ___func0;
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_16 = ___self1;
System_Action_string_System_Action_Event_t53F256514EB1ABF4A6799FE87483D37CF262E23E * L_17 = (System_Action_string_System_Action_Event_t53F256514EB1ABF4A6799FE87483D37CF262E23E *)il2cpp_codegen_object_new(System_Action_string_System_Action_Event_t53F256514EB1ABF4A6799FE87483D37CF262E23E_il2cpp_TypeInfo_var);
System_Action_string_System_Action_Event__ctor_mDBF4752AA78AB5D72B93ACF2DF7EE9BD0E8D0999(L_17, L_15, L_16, /*hidden argument*/NULL);
// System.Action<string,System.Action> d = target.CallWithSelf;
System_Action_string_System_Action_Event_t53F256514EB1ABF4A6799FE87483D37CF262E23E * L_18 = L_17;
Action_2_t21B1554176CA268836EE910CDDF9F6F768C03F23 * L_19 = (Action_2_t21B1554176CA268836EE910CDDF9F6F768C03F23 *)il2cpp_codegen_object_new(Action_2_t21B1554176CA268836EE910CDDF9F6F768C03F23_il2cpp_TypeInfo_var);
Action_2__ctor_m52F7EDB91F2A0CFE5CF4EF0BFE55A3F0F8279489(L_19, L_18, (intptr_t)((intptr_t)System_Action_string_System_Action_Event_CallWithSelf_m9264071612C17764ABE8EF1DFD1AE992B9086051_RuntimeMethod_var), /*hidden argument*/Action_2__ctor_m52F7EDB91F2A0CFE5CF4EF0BFE55A3F0F8279489_RuntimeMethod_var);
V_1 = L_19;
// target.method = d.Method;
Action_2_t21B1554176CA268836EE910CDDF9F6F768C03F23 * L_20 = V_1;
NullCheck(L_20);
MethodInfo_t * L_21 = Delegate_get_Method_m0AC85D2B0C4CA63C471BC37FFDC3A5EA1E8ED048(L_20, /*hidden argument*/NULL);
NullCheck(L_18);
((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)L_18)->set_method_2(L_21);
// return d;
Action_2_t21B1554176CA268836EE910CDDF9F6F768C03F23 * L_22 = V_1;
return L_22;
}
}
// System.Boolean DelegateFactory::Check_System_Action_string_System_Action(System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DelegateFactory_Check_System_Action_string_System_Action_m6C154D798995A7646F8306C5EC57BA0EBEC421D8 (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_Check_System_Action_string_System_Action_m6C154D798995A7646F8306C5EC57BA0EBEC421D8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return TypeChecker.CheckDelegateType(typeof(System.Action<string,System.Action>), L, pos);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (Action_2_t21B1554176CA268836EE910CDDF9F6F768C03F23_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_0, /*hidden argument*/NULL);
intptr_t L_2 = ___L0;
int32_t L_3 = ___pos1;
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
bool L_4 = TypeChecker_CheckDelegateType_mBA16C99989C8C054753479195A60E24F471E6CC2(L_1, (intptr_t)L_2, L_3, /*hidden argument*/NULL);
return L_4;
}
}
// System.Void DelegateFactory::Push_System_Action_string_System_Action(System.IntPtr,System.Action`2<System.String,System.Action>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DelegateFactory_Push_System_Action_string_System_Action_mF22F2B4ABFB2B581027EAE1DA13610EBD71C668F (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, intptr_t ___L0, Action_2_t21B1554176CA268836EE910CDDF9F6F768C03F23 * ___o1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_Push_System_Action_string_System_Action_mF22F2B4ABFB2B581027EAE1DA13610EBD71C668F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// ToLua.Push(L, o);
intptr_t L_0 = ___L0;
Action_2_t21B1554176CA268836EE910CDDF9F6F768C03F23 * L_1 = ___o1;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_0, L_1, /*hidden argument*/NULL);
// }
return;
}
}
// FairyGUI.GTweenCallback1 DelegateFactory::FairyGUI_GTweenCallback1(LuaInterface.LuaFunction,LuaInterface.LuaTable,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * DelegateFactory_FairyGUI_GTweenCallback1_m71121BEDDACFF7886290E2225B8A2DE1785977E9 (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, bool ___flag2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_FairyGUI_GTweenCallback1_m71121BEDDACFF7886290E2225B8A2DE1785977E9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * V_0 = NULL;
GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * V_1 = NULL;
GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * G_B3_0 = NULL;
GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * G_B2_0 = NULL;
{
// if (func == null)
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
bool L_1 = LuaBaseRef_op_Equality_m3930A4B3F75C8D691B661568896F24C8155CD102(L_0, (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0029;
}
}
{
// FairyGUI.GTweenCallback1 fn = delegate(FairyGUI.GTweener param0) { };
IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var);
GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * L_2 = ((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->get_U3CU3E9__130_0_31();
GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * L_3 = L_2;
G_B2_0 = L_3;
if (L_3)
{
G_B3_0 = L_3;
goto IL_0028;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var);
U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE * L_4 = ((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->get_U3CU3E9_0();
GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * L_5 = (GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D *)il2cpp_codegen_object_new(GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D_il2cpp_TypeInfo_var);
GTweenCallback1__ctor_mED597BC764074DD55176BA5157C9D091AC2BD859(L_5, L_4, (intptr_t)((intptr_t)U3CU3Ec_U3CFairyGUI_GTweenCallback1U3Eb__130_0_mA5399CB79ACCDAAC3A6C655AAE5119A72E1DBA97_RuntimeMethod_var), /*hidden argument*/NULL);
GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * L_6 = L_5;
((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->set_U3CU3E9__130_0_31(L_6);
G_B3_0 = L_6;
}
IL_0028:
{
// return fn;
return G_B3_0;
}
IL_0029:
{
// if(!flag)
bool L_7 = ___flag2;
if (L_7)
{
goto IL_004c;
}
}
{
// FairyGUI_GTweenCallback1_Event target = new FairyGUI_GTweenCallback1_Event(func);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_8 = ___func0;
FairyGUI_GTweenCallback1_Event_t28B68D0215EB9C36F446DE17617B6751F21D7306 * L_9 = (FairyGUI_GTweenCallback1_Event_t28B68D0215EB9C36F446DE17617B6751F21D7306 *)il2cpp_codegen_object_new(FairyGUI_GTweenCallback1_Event_t28B68D0215EB9C36F446DE17617B6751F21D7306_il2cpp_TypeInfo_var);
FairyGUI_GTweenCallback1_Event__ctor_m0F1DAD886838CD34F2BB68B262B79F240A364C3D(L_9, L_8, /*hidden argument*/NULL);
// FairyGUI.GTweenCallback1 d = target.Call;
FairyGUI_GTweenCallback1_Event_t28B68D0215EB9C36F446DE17617B6751F21D7306 * L_10 = L_9;
GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * L_11 = (GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D *)il2cpp_codegen_object_new(GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D_il2cpp_TypeInfo_var);
GTweenCallback1__ctor_mED597BC764074DD55176BA5157C9D091AC2BD859(L_11, L_10, (intptr_t)((intptr_t)FairyGUI_GTweenCallback1_Event_Call_mED202953AD44C5891749B776A86617BC8BAF6B07_RuntimeMethod_var), /*hidden argument*/NULL);
V_0 = L_11;
// target.method = d.Method;
GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * L_12 = V_0;
NullCheck(L_12);
MethodInfo_t * L_13 = Delegate_get_Method_m0AC85D2B0C4CA63C471BC37FFDC3A5EA1E8ED048(L_12, /*hidden argument*/NULL);
NullCheck(L_10);
((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)L_10)->set_method_2(L_13);
// return d;
GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * L_14 = V_0;
return L_14;
}
IL_004c:
{
// FairyGUI_GTweenCallback1_Event target = new FairyGUI_GTweenCallback1_Event(func, self);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_15 = ___func0;
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_16 = ___self1;
FairyGUI_GTweenCallback1_Event_t28B68D0215EB9C36F446DE17617B6751F21D7306 * L_17 = (FairyGUI_GTweenCallback1_Event_t28B68D0215EB9C36F446DE17617B6751F21D7306 *)il2cpp_codegen_object_new(FairyGUI_GTweenCallback1_Event_t28B68D0215EB9C36F446DE17617B6751F21D7306_il2cpp_TypeInfo_var);
FairyGUI_GTweenCallback1_Event__ctor_mA0016B383AE09CB953609A8D95D42D6E26C0830A(L_17, L_15, L_16, /*hidden argument*/NULL);
// FairyGUI.GTweenCallback1 d = target.CallWithSelf;
FairyGUI_GTweenCallback1_Event_t28B68D0215EB9C36F446DE17617B6751F21D7306 * L_18 = L_17;
GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * L_19 = (GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D *)il2cpp_codegen_object_new(GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D_il2cpp_TypeInfo_var);
GTweenCallback1__ctor_mED597BC764074DD55176BA5157C9D091AC2BD859(L_19, L_18, (intptr_t)((intptr_t)FairyGUI_GTweenCallback1_Event_CallWithSelf_mA12232319B405C87025D6E48AC9150E2CA56F256_RuntimeMethod_var), /*hidden argument*/NULL);
V_1 = L_19;
// target.method = d.Method;
GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * L_20 = V_1;
NullCheck(L_20);
MethodInfo_t * L_21 = Delegate_get_Method_m0AC85D2B0C4CA63C471BC37FFDC3A5EA1E8ED048(L_20, /*hidden argument*/NULL);
NullCheck(L_18);
((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)L_18)->set_method_2(L_21);
// return d;
GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * L_22 = V_1;
return L_22;
}
}
// System.Boolean DelegateFactory::Check_FairyGUI_GTweenCallback1(System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DelegateFactory_Check_FairyGUI_GTweenCallback1_m7B89B106B42A6E5854E70944DC07B9145DB84F53 (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, intptr_t ___L0, int32_t ___pos1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_Check_FairyGUI_GTweenCallback1_m7B89B106B42A6E5854E70944DC07B9145DB84F53_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return TypeChecker.CheckDelegateType(typeof(FairyGUI.GTweenCallback1), L, pos);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_0 = { reinterpret_cast<intptr_t> (GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_1 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_0, /*hidden argument*/NULL);
intptr_t L_2 = ___L0;
int32_t L_3 = ___pos1;
IL2CPP_RUNTIME_CLASS_INIT(TypeChecker_tE1FC30EC2B9F201A1DC9142FB019E071BE0B2EA4_il2cpp_TypeInfo_var);
bool L_4 = TypeChecker_CheckDelegateType_mBA16C99989C8C054753479195A60E24F471E6CC2(L_1, (intptr_t)L_2, L_3, /*hidden argument*/NULL);
return L_4;
}
}
// System.Void DelegateFactory::Push_FairyGUI_GTweenCallback1(System.IntPtr,FairyGUI.GTweenCallback1)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DelegateFactory_Push_FairyGUI_GTweenCallback1_m9F41816C0D25357AF30972165992E582C1E284C9 (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, intptr_t ___L0, GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * ___o1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory_Push_FairyGUI_GTweenCallback1_m9F41816C0D25357AF30972165992E582C1E284C9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// ToLua.Push(L, o);
intptr_t L_0 = ___L0;
GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * L_1 = ___o1;
IL2CPP_RUNTIME_CLASS_INIT(ToLua_tA36FC44CF758AA3F5AD67A95D80E614E1DD54F4D_il2cpp_TypeInfo_var);
ToLua_Push_m73A81CB96943FAAD70FA71DB07D62E845453C398((intptr_t)L_0, L_1, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void DelegateFactory::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DelegateFactory__ctor_m4E26873F60D0467777AC2C17CB45F76CB67BC5F4 (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void DelegateFactory::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DelegateFactory__cctor_m7D509EF434764FD2DF3A1FBFDDDB183CC352AA22 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateFactory__cctor_m7D509EF434764FD2DF3A1FBFDDDB183CC352AA22_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// public static Dictionary<Type, DelegateCreate> dict = new Dictionary<Type, DelegateCreate>();
Dictionary_2_t64FEAC44024A9F563A78A86CE11C18185BD75389 * L_0 = (Dictionary_2_t64FEAC44024A9F563A78A86CE11C18185BD75389 *)il2cpp_codegen_object_new(Dictionary_2_t64FEAC44024A9F563A78A86CE11C18185BD75389_il2cpp_TypeInfo_var);
Dictionary_2__ctor_m2700A246F21F93EC02B9836D6EFA8DCF7F57B7E8(L_0, /*hidden argument*/Dictionary_2__ctor_m2700A246F21F93EC02B9836D6EFA8DCF7F57B7E8_RuntimeMethod_var);
((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->set_dict_0(L_0);
// static DelegateFactory factory = new DelegateFactory();
DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 * L_1 = (DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972 *)il2cpp_codegen_object_new(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var);
DelegateFactory__ctor_m4E26873F60D0467777AC2C17CB45F76CB67BC5F4(L_1, /*hidden argument*/NULL);
((DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_StaticFields*)il2cpp_codegen_static_fields_for(DelegateFactory_t1CAF381D126CB9EA4B7F7F136FDB98E1357F7972_il2cpp_TypeInfo_var))->set_factory_1(L_1);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void DelegateFactory_<>c::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m64781B1DA9546CB06A58D11998F5CAB42F34D203 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (U3CU3Ec__cctor_m64781B1DA9546CB06A58D11998F5CAB42F34D203_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE * L_0 = (U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE *)il2cpp_codegen_object_new(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var);
U3CU3Ec__ctor_m0E4DB79C79717A25816381993A0693A7DB518FE1(L_0, /*hidden argument*/NULL);
((U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE_il2cpp_TypeInfo_var))->set_U3CU3E9_0(L_0);
return;
}
}
// System.Void DelegateFactory_<>c::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m0E4DB79C79717A25816381993A0693A7DB518FE1 (U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void DelegateFactory_<>c::<System_Action>b__10_0()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CSystem_ActionU3Eb__10_0_mDBC42FFE27B96D7FBDA072D0DCCF848D33A03C4E (U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE * __this, const RuntimeMethod* method)
{
{
// System.Action fn = delegate() { };
return;
}
}
// System.Void DelegateFactory_<>c::<UnityEngine_Events_UnityAction>b__14_0()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CUnityEngine_Events_UnityActionU3Eb__14_0_m4308835DEEE2ABF199F8A7F931A2865130B07BC3 (U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE * __this, const RuntimeMethod* method)
{
{
// UnityEngine.Events.UnityAction fn = delegate() { };
return;
}
}
// System.Boolean DelegateFactory_<>c::<System_Predicate_int>b__18_0(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec_U3CSystem_Predicate_intU3Eb__18_0_m3312F6C4FB51C49C8940B14F49B1F16BBDEE1AFB (U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE * __this, int32_t ___param00, const RuntimeMethod* method)
{
{
// System.Predicate<int> fn = delegate(int param0) { return false; };
return (bool)0;
}
}
// System.Void DelegateFactory_<>c::<System_Action_int>b__22_0(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CSystem_Action_intU3Eb__22_0_m0935E266636D1CC81C33F23F3B6D4DAAC2524F9B (U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE * __this, int32_t ___param00, const RuntimeMethod* method)
{
{
// System.Action<int> fn = delegate(int param0) { };
return;
}
}
// System.Int32 DelegateFactory_<>c::<System_Comparison_int>b__26_0(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t U3CU3Ec_U3CSystem_Comparison_intU3Eb__26_0_m1FF7AB14F8B9EFA4D9DA5F4A96E0DEB23AE8A46F (U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE * __this, int32_t ___param00, int32_t ___param11, const RuntimeMethod* method)
{
{
// System.Comparison<int> fn = delegate(int param0, int param1) { return 0; };
return 0;
}
}
// System.Int32 DelegateFactory_<>c::<System_Func_int_int>b__30_0(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t U3CU3Ec_U3CSystem_Func_int_intU3Eb__30_0_m94A096AA33C385E887CB177A1AC0F16A74BEEEB0 (U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE * __this, int32_t ___param00, const RuntimeMethod* method)
{
{
// System.Func<int,int> fn = delegate(int param0) { return 0; };
return 0;
}
}
// System.Void DelegateFactory_<>c::<FairyGUI_GTweenCallback>b__34_0()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CFairyGUI_GTweenCallbackU3Eb__34_0_mBDB311E4B3BBA05290BC38B91EAE80A6D28222C4 (U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE * __this, const RuntimeMethod* method)
{
{
// FairyGUI.GTweenCallback fn = delegate() { };
return;
}
}
// System.Void DelegateFactory_<>c::<UnityEngine_Camera_CameraCallback>b__38_0(UnityEngine.Camera)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CUnityEngine_Camera_CameraCallbackU3Eb__38_0_m84D165F2651E61DE0374417021DDDF19F7FF9018 (U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE * __this, Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * ___param00, const RuntimeMethod* method)
{
{
// UnityEngine.Camera.CameraCallback fn = delegate(UnityEngine.Camera param0) { };
return;
}
}
// System.Void DelegateFactory_<>c::<UnityEngine_Application_AdvertisingIdentifierCallback>b__42_0(System.String,System.Boolean,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CUnityEngine_Application_AdvertisingIdentifierCallbackU3Eb__42_0_mFDB155ADCA21F8245E684FE8AD184C0BBDB49B9C (U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE * __this, String_t* ___param00, bool ___param11, String_t* ___param22, const RuntimeMethod* method)
{
{
// UnityEngine.Application.AdvertisingIdentifierCallback fn = delegate(string param0, bool param1, string param2) { };
return;
}
}
// System.Void DelegateFactory_<>c::<UnityEngine_Application_LowMemoryCallback>b__46_0()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CUnityEngine_Application_LowMemoryCallbackU3Eb__46_0_m1E3AC6DEF78E0CC8243844DB2D5515E6A9F67153 (U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE * __this, const RuntimeMethod* method)
{
{
// UnityEngine.Application.LowMemoryCallback fn = delegate() { };
return;
}
}
// System.Void DelegateFactory_<>c::<UnityEngine_Application_LogCallback>b__50_0(System.String,System.String,UnityEngine.LogType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CUnityEngine_Application_LogCallbackU3Eb__50_0_mAC6F611A6F637625F97748ADEED6E05BD50146C6 (U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE * __this, String_t* ___param00, String_t* ___param11, int32_t ___param22, const RuntimeMethod* method)
{
{
// UnityEngine.Application.LogCallback fn = delegate(string param0, string param1, UnityEngine.LogType param2) { };
return;
}
}
// System.Void DelegateFactory_<>c::<System_Action_bool>b__54_0(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CSystem_Action_boolU3Eb__54_0_m1E488FF57160330F6A2DEB34DC1E995F178BBD4C (U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE * __this, bool ___param00, const RuntimeMethod* method)
{
{
// System.Action<bool> fn = delegate(bool param0) { };
return;
}
}
// System.Void DelegateFactory_<>c::<System_Action_string>b__58_0(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CSystem_Action_stringU3Eb__58_0_m7F0BE94F96214A433857E1C7E77441A5784C82B7 (U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE * __this, String_t* ___param00, const RuntimeMethod* method)
{
{
// System.Action<string> fn = delegate(string param0) { };
return;
}
}
// System.Boolean DelegateFactory_<>c::<System_Func_bool>b__62_0()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec_U3CSystem_Func_boolU3Eb__62_0_m6C5D7882F46C4C8A8657445A26A89FD563D022EF (U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE * __this, const RuntimeMethod* method)
{
{
// System.Func<bool> fn = delegate() { return false; };
return (bool)0;
}
}
// System.Void DelegateFactory_<>c::<UnityEngine_AudioClip_PCMReaderCallback>b__66_0(System.Single[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CUnityEngine_AudioClip_PCMReaderCallbackU3Eb__66_0_m3950808CD0F58C6EDA2696D562304F4297B57BED (U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE * __this, SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* ___param00, const RuntimeMethod* method)
{
{
// UnityEngine.AudioClip.PCMReaderCallback fn = delegate(float[] param0) { };
return;
}
}
// System.Void DelegateFactory_<>c::<UnityEngine_AudioClip_PCMSetPositionCallback>b__70_0(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CUnityEngine_AudioClip_PCMSetPositionCallbackU3Eb__70_0_mD8034C1662BAA1BACACEB665D70207BA9833A194 (U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE * __this, int32_t ___param00, const RuntimeMethod* method)
{
{
// UnityEngine.AudioClip.PCMSetPositionCallback fn = delegate(int param0) { };
return;
}
}
// System.Void DelegateFactory_<>c::<System_Action_UnityEngine_AsyncOperation>b__74_0(UnityEngine.AsyncOperation)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CSystem_Action_UnityEngine_AsyncOperationU3Eb__74_0_mD6A11387C78FEB5045F5963913B39675E35C1AA2 (U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE * __this, AsyncOperation_t304C51ABED8AE734CC8DDDFE13013D8D5A44641D * ___param00, const RuntimeMethod* method)
{
{
// System.Action<UnityEngine.AsyncOperation> fn = delegate(UnityEngine.AsyncOperation param0) { };
return;
}
}
// System.Void DelegateFactory_<>c::<FairyGUI_EventCallback1>b__78_0(FairyGUI.EventContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CFairyGUI_EventCallback1U3Eb__78_0_m76495CA704B8CBF9434332E2DA0B6FB18A023A4B (U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE * __this, EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * ___param00, const RuntimeMethod* method)
{
{
// FairyGUI.EventCallback1 fn = delegate(FairyGUI.EventContext param0) { };
return;
}
}
// System.Void DelegateFactory_<>c::<FairyGUI_EventCallback0>b__82_0()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CFairyGUI_EventCallback0U3Eb__82_0_m38851752925BD1494EE9E79040BCC13A302C23EC (U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE * __this, const RuntimeMethod* method)
{
{
// FairyGUI.EventCallback0 fn = delegate() { };
return;
}
}
// System.Void DelegateFactory_<>c::<FairyGUI_ListItemRenderer>b__86_0(System.Int32,FairyGUI.GObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CFairyGUI_ListItemRendererU3Eb__86_0_m917C650412F3FBAB18FD169214287F1ED268E44F (U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE * __this, int32_t ___param00, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___param11, const RuntimeMethod* method)
{
{
// FairyGUI.ListItemRenderer fn = delegate(int param0, FairyGUI.GObject param1) { };
return;
}
}
// System.String DelegateFactory_<>c::<FairyGUI_ListItemProvider>b__90_0(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* U3CU3Ec_U3CFairyGUI_ListItemProviderU3Eb__90_0_mE25F749041D1440D425A053F29641E23D394535D (U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE * __this, int32_t ___param00, const RuntimeMethod* method)
{
{
// FairyGUI.ListItemProvider fn = delegate(int param0) { return null; };
return (String_t*)NULL;
}
}
// System.Void DelegateFactory_<>c::<FairyGUI_PlayCompleteCallback>b__94_0()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CFairyGUI_PlayCompleteCallbackU3Eb__94_0_m68946DB69EDFB8BD0C71E46D0470C8BD279249F2 (U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE * __this, const RuntimeMethod* method)
{
{
// FairyGUI.PlayCompleteCallback fn = delegate() { };
return;
}
}
// System.Void DelegateFactory_<>c::<FairyGUI_TransitionHook>b__98_0()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CFairyGUI_TransitionHookU3Eb__98_0_m9434D1E520C43360788AFE9FE147706B57EECCBD (U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE * __this, const RuntimeMethod* method)
{
{
// FairyGUI.TransitionHook fn = delegate() { };
return;
}
}
// System.Void DelegateFactory_<>c::<FairyGUI_UIPackage_CreateObjectCallback>b__102_0(FairyGUI.GObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CFairyGUI_UIPackage_CreateObjectCallbackU3Eb__102_0_mCE6E2450DFF579FB231772C3DEE56A0F6034A02A (U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___param00, const RuntimeMethod* method)
{
{
// FairyGUI.UIPackage.CreateObjectCallback fn = delegate(FairyGUI.GObject param0) { };
return;
}
}
// System.Void DelegateFactory_<>c::<FairyGUI_GObjectPool_InitCallbackDelegate>b__106_0(FairyGUI.GObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CFairyGUI_GObjectPool_InitCallbackDelegateU3Eb__106_0_m28540827C657201070F553F27D11C9240AC01B4A (U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___param00, const RuntimeMethod* method)
{
{
// FairyGUI.GObjectPool.InitCallbackDelegate fn = delegate(FairyGUI.GObject param0) { };
return;
}
}
// System.Void DelegateFactory_<>c::<FairyGUI_TimerCallback>b__110_0(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CFairyGUI_TimerCallbackU3Eb__110_0_m0B6BF79A93C94F19D00628B9D6B0E3A3056CBB73 (U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE * __this, RuntimeObject * ___param00, const RuntimeMethod* method)
{
{
// FairyGUI.TimerCallback fn = delegate(object param0) { };
return;
}
}
// FairyGUI.GComponent DelegateFactory_<>c::<FairyGUI_UIObjectFactory_GComponentCreator>b__114_0()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * U3CU3Ec_U3CFairyGUI_UIObjectFactory_GComponentCreatorU3Eb__114_0_m70A888A0C5F794B50A4E48289F4F582BE3592FDF (U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE * __this, const RuntimeMethod* method)
{
{
// FairyGUI.UIObjectFactory.GComponentCreator fn = delegate() { return null; };
return (GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC *)NULL;
}
}
// FairyGUI.GLoader DelegateFactory_<>c::<FairyGUI_UIObjectFactory_GLoaderCreator>b__118_0()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GLoader_t79DB886430214FA5031328823142509230E0E4A8 * U3CU3Ec_U3CFairyGUI_UIObjectFactory_GLoaderCreatorU3Eb__118_0_m8F847CCE7F166D3A4E6BEB55B3A07D27346C42C5 (U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE * __this, const RuntimeMethod* method)
{
{
// FairyGUI.UIObjectFactory.GLoaderCreator fn = delegate() { return null; };
return (GLoader_t79DB886430214FA5031328823142509230E0E4A8 *)NULL;
}
}
// FairyGUI.NAudioClip DelegateFactory_<>c::<FairyGUI_UIConfig_SoundLoader>b__122_0(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * U3CU3Ec_U3CFairyGUI_UIConfig_SoundLoaderU3Eb__122_0_mE3369F63E4BE8A471715CB1932D4EC2E0E1E5450 (U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE * __this, String_t* ___param00, const RuntimeMethod* method)
{
{
// FairyGUI.UIConfig.SoundLoader fn = delegate(string param0) { return null; };
return (NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 *)NULL;
}
}
// System.Void DelegateFactory_<>c::<System_Action_string_System_Action>b__126_0(System.String,System.Action)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CSystem_Action_string_System_ActionU3Eb__126_0_m4066F8B04B18D0134F3731A07CDA9CC1032802BC (U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE * __this, String_t* ___param00, Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * ___param11, const RuntimeMethod* method)
{
{
// System.Action<string,System.Action> fn = delegate(string param0, System.Action param1) { };
return;
}
}
// System.Void DelegateFactory_<>c::<FairyGUI_GTweenCallback1>b__130_0(FairyGUI.GTweener)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CFairyGUI_GTweenCallback1U3Eb__130_0_mA5399CB79ACCDAAC3A6C655AAE5119A72E1DBA97 (U3CU3Ec_t2B56A2B54D297C500FA5602F21409B64BC4D20FE * __this, GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * ___param00, const RuntimeMethod* method)
{
{
// FairyGUI.GTweenCallback1 fn = delegate(FairyGUI.GTweener param0) { };
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 DelegateFactory_DelegateCreate::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DelegateCreate__ctor_mF65953100991F58DE72BCCE2322D3AE2C17A5B4C (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * __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.Delegate DelegateFactory_DelegateCreate::Invoke(LuaInterface.LuaFunction,LuaInterface.LuaTable,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * DelegateCreate_Invoke_m81B66515841C9BACEB3D9ED27322829A79C403D6 (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, bool ___flag2, const RuntimeMethod* method)
{
Delegate_t * result = NULL;
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegateArrayToInvoke = __this->get_delegates_11();
Delegate_t** delegatesToInvoke;
il2cpp_array_size_t length;
if (delegateArrayToInvoke != NULL)
{
length = delegateArrayToInvoke->max_length;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(delegateArrayToInvoke->GetAddressAtUnchecked(0));
}
else
{
length = 1;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(&__this);
}
for (il2cpp_array_size_t i = 0; i < length; i++)
{
Delegate_t* currentDelegate = delegatesToInvoke[i];
Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0();
RuntimeObject* targetThis = currentDelegate->get_m_target_2();
RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3());
if (!il2cpp_codegen_method_is_virtual(targetMethod))
{
il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod);
}
bool ___methodIsStatic = MethodIsStatic(targetMethod);
int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod);
if (___methodIsStatic)
{
if (___parameterCount == 3)
{
// open
typedef Delegate_t * (*FunctionPointerType) (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 *, bool, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(___func0, ___self1, ___flag2, targetMethod);
}
else
{
// closed
typedef Delegate_t * (*FunctionPointerType) (void*, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 *, bool, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___func0, ___self1, ___flag2, targetMethod);
}
}
else if (___parameterCount != 3)
{
// open
if (il2cpp_codegen_method_is_virtual(targetMethod) && 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< Delegate_t *, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 *, bool >::Invoke(targetMethod, ___func0, ___self1, ___flag2);
else
result = GenericVirtFuncInvoker2< Delegate_t *, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 *, bool >::Invoke(targetMethod, ___func0, ___self1, ___flag2);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
result = InterfaceFuncInvoker2< Delegate_t *, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 *, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___func0, ___self1, ___flag2);
else
result = VirtFuncInvoker2< Delegate_t *, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 *, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___func0, ___self1, ___flag2);
}
}
else
{
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
{
typedef Delegate_t * (*FunctionPointerType) (RuntimeObject*, bool, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(___self1) - 1), ___flag2, targetMethod);
}
typedef Delegate_t * (*FunctionPointerType) (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 *, bool, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(___func0, ___self1, ___flag2, targetMethod);
}
}
else
{
// closed
if (targetThis != NULL && il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && 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< Delegate_t *, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 *, bool >::Invoke(targetMethod, targetThis, ___func0, ___self1, ___flag2);
else
result = GenericVirtFuncInvoker3< Delegate_t *, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 *, bool >::Invoke(targetMethod, targetThis, ___func0, ___self1, ___flag2);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
result = InterfaceFuncInvoker3< Delegate_t *, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 *, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___func0, ___self1, ___flag2);
else
result = VirtFuncInvoker3< Delegate_t *, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 *, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___func0, ___self1, ___flag2);
}
}
else
{
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
{
typedef Delegate_t * (*FunctionPointerType) (RuntimeObject*, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 *, bool, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(___func0) - 1), ___self1, ___flag2, targetMethod);
}
if (targetThis == NULL)
{
typedef Delegate_t * (*FunctionPointerType) (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 *, bool, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(___func0, ___self1, ___flag2, targetMethod);
}
else
{
typedef Delegate_t * (*FunctionPointerType) (void*, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 *, bool, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___func0, ___self1, ___flag2, targetMethod);
}
}
}
}
return result;
}
// System.IAsyncResult DelegateFactory_DelegateCreate::BeginInvoke(LuaInterface.LuaFunction,LuaInterface.LuaTable,System.Boolean,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DelegateCreate_BeginInvoke_mD0649CD507BBC5DD14A74BC83B4CDEB41FF2ADE0 (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, bool ___flag2, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegateCreate_BeginInvoke_mD0649CD507BBC5DD14A74BC83B4CDEB41FF2ADE0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
void *__d_args[4] = {0};
__d_args[0] = ___func0;
__d_args[1] = ___self1;
__d_args[2] = Box(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var, &___flag2);
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4);
}
// System.Delegate DelegateFactory_DelegateCreate::EndInvoke(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * DelegateCreate_EndInvoke_mE8623E4C22A9E78E95BBC8A7FD136799BAE5DD0F (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
{
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
return (Delegate_t *)__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 DelegateFactory_FairyGUI_EventCallback0_Event::.ctor(LuaInterface.LuaFunction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_EventCallback0_Event__ctor_mA86F686F9873FC6D6A840EAAE3E656E874AC9C90 (FairyGUI_EventCallback0_Event_t7EBA8521DBCD579F02D22CF244746A85100AA83C * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method)
{
{
// public FairyGUI_EventCallback0_Event(LuaFunction func) : base(func) { }
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
LuaDelegate__ctor_m064B1E7836D248D5A8A7AD1009F5338855B4C2EA(__this, L_0, /*hidden argument*/NULL);
// public FairyGUI_EventCallback0_Event(LuaFunction func) : base(func) { }
return;
}
}
// System.Void DelegateFactory_FairyGUI_EventCallback0_Event::.ctor(LuaInterface.LuaFunction,LuaInterface.LuaTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_EventCallback0_Event__ctor_m5639D3E95F07CBFC831F41D4F3C52A1DCCD18BE3 (FairyGUI_EventCallback0_Event_t7EBA8521DBCD579F02D22CF244746A85100AA83C * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method)
{
{
// public FairyGUI_EventCallback0_Event(LuaFunction func, LuaTable self) : base(func, self) { }
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_1 = ___self1;
LuaDelegate__ctor_m0DB629470385D61F2D469F73B33BEA061FDC09FE(__this, L_0, L_1, /*hidden argument*/NULL);
// public FairyGUI_EventCallback0_Event(LuaFunction func, LuaTable self) : base(func, self) { }
return;
}
}
// System.Void DelegateFactory_FairyGUI_EventCallback0_Event::Call()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_EventCallback0_Event_Call_m85E7E80895682B35E19108AF52295618E4D1BA39 (FairyGUI_EventCallback0_Event_t7EBA8521DBCD579F02D22CF244746A85100AA83C * __this, const RuntimeMethod* method)
{
{
// func.Call();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_0);
LuaFunction_Call_m0A1E4C156A3435A01D661CE958D9B76790CC8F65(L_0, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void DelegateFactory_FairyGUI_EventCallback0_Event::CallWithSelf()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_EventCallback0_Event_CallWithSelf_m1226551FB0EF1EC70C40B3835B446B8C095693F5 (FairyGUI_EventCallback0_Event_t7EBA8521DBCD579F02D22CF244746A85100AA83C * __this, const RuntimeMethod* method)
{
{
// func.BeginPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_0);
VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 LuaInterface.LuaFunction::BeginPCall() */, L_0);
// func.Push(self);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_1 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_2 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_self_1();
NullCheck(L_1);
LuaFunction_Push_m1A8856B5018F77038009CA11C3C1A2B35CEA4D28(L_1, L_2, /*hidden argument*/NULL);
// func.PCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_3);
LuaFunction_PCall_m341EEEBF73C721C0B0D52DD8F173C24B7CF995C1(L_3, /*hidden argument*/NULL);
// func.EndPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_4 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_4);
LuaFunction_EndPCall_m61C1BED1DE6D95FEAE1D25F9183A51F0D9667AFB(L_4, /*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 DelegateFactory_FairyGUI_EventCallback1_Event::.ctor(LuaInterface.LuaFunction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_EventCallback1_Event__ctor_m34DF1C9745FD8FBDA77DBAD1DFDF3DD886D03EFF (FairyGUI_EventCallback1_Event_t987E015AA61ECB454A035E5D9C6D43E38881031B * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method)
{
{
// public FairyGUI_EventCallback1_Event(LuaFunction func) : base(func) { }
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
LuaDelegate__ctor_m064B1E7836D248D5A8A7AD1009F5338855B4C2EA(__this, L_0, /*hidden argument*/NULL);
// public FairyGUI_EventCallback1_Event(LuaFunction func) : base(func) { }
return;
}
}
// System.Void DelegateFactory_FairyGUI_EventCallback1_Event::.ctor(LuaInterface.LuaFunction,LuaInterface.LuaTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_EventCallback1_Event__ctor_m44F99BC9C6EF92CFB4744C22F3857653CCC9F576 (FairyGUI_EventCallback1_Event_t987E015AA61ECB454A035E5D9C6D43E38881031B * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method)
{
{
// public FairyGUI_EventCallback1_Event(LuaFunction func, LuaTable self) : base(func, self) { }
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_1 = ___self1;
LuaDelegate__ctor_m0DB629470385D61F2D469F73B33BEA061FDC09FE(__this, L_0, L_1, /*hidden argument*/NULL);
// public FairyGUI_EventCallback1_Event(LuaFunction func, LuaTable self) : base(func, self) { }
return;
}
}
// System.Void DelegateFactory_FairyGUI_EventCallback1_Event::Call(FairyGUI.EventContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_EventCallback1_Event_Call_mF68582BD4B3A7B2EF8910A67E448F6FE0D5F6A33 (FairyGUI_EventCallback1_Event_t987E015AA61ECB454A035E5D9C6D43E38881031B * __this, EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * ___param00, const RuntimeMethod* method)
{
{
// func.BeginPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_0);
VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 LuaInterface.LuaFunction::BeginPCall() */, L_0);
// func.PushObject(param0);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_1 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_2 = ___param00;
NullCheck(L_1);
LuaFunction_PushObject_m9E55F74177E02A91D77A1821DF0C33A6D6A59F21(L_1, L_2, /*hidden argument*/NULL);
// func.PCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_3);
LuaFunction_PCall_m341EEEBF73C721C0B0D52DD8F173C24B7CF995C1(L_3, /*hidden argument*/NULL);
// func.EndPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_4 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_4);
LuaFunction_EndPCall_m61C1BED1DE6D95FEAE1D25F9183A51F0D9667AFB(L_4, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void DelegateFactory_FairyGUI_EventCallback1_Event::CallWithSelf(FairyGUI.EventContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_EventCallback1_Event_CallWithSelf_mD35F3297BA87CCD5F3D6A5654FD0DFD1779395B2 (FairyGUI_EventCallback1_Event_t987E015AA61ECB454A035E5D9C6D43E38881031B * __this, EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * ___param00, const RuntimeMethod* method)
{
{
// func.BeginPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_0);
VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 LuaInterface.LuaFunction::BeginPCall() */, L_0);
// func.Push(self);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_1 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_2 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_self_1();
NullCheck(L_1);
LuaFunction_Push_m1A8856B5018F77038009CA11C3C1A2B35CEA4D28(L_1, L_2, /*hidden argument*/NULL);
// func.PushObject(param0);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_4 = ___param00;
NullCheck(L_3);
LuaFunction_PushObject_m9E55F74177E02A91D77A1821DF0C33A6D6A59F21(L_3, L_4, /*hidden argument*/NULL);
// func.PCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_5 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_5);
LuaFunction_PCall_m341EEEBF73C721C0B0D52DD8F173C24B7CF995C1(L_5, /*hidden argument*/NULL);
// func.EndPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_6 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_6);
LuaFunction_EndPCall_m61C1BED1DE6D95FEAE1D25F9183A51F0D9667AFB(L_6, /*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 DelegateFactory_FairyGUI_GObjectPool_InitCallbackDelegate_Event::.ctor(LuaInterface.LuaFunction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_GObjectPool_InitCallbackDelegate_Event__ctor_mE2D2C40BD07A4E9E1B7A5FF8198FB3073DDEDF5D (FairyGUI_GObjectPool_InitCallbackDelegate_Event_tF20307F896879244C0880E8CB3C732D71AA3DE0D * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method)
{
{
// public FairyGUI_GObjectPool_InitCallbackDelegate_Event(LuaFunction func) : base(func) { }
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
LuaDelegate__ctor_m064B1E7836D248D5A8A7AD1009F5338855B4C2EA(__this, L_0, /*hidden argument*/NULL);
// public FairyGUI_GObjectPool_InitCallbackDelegate_Event(LuaFunction func) : base(func) { }
return;
}
}
// System.Void DelegateFactory_FairyGUI_GObjectPool_InitCallbackDelegate_Event::.ctor(LuaInterface.LuaFunction,LuaInterface.LuaTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_GObjectPool_InitCallbackDelegate_Event__ctor_m00B57F432EE86DEEF4537D1DC253768BD4DB5475 (FairyGUI_GObjectPool_InitCallbackDelegate_Event_tF20307F896879244C0880E8CB3C732D71AA3DE0D * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method)
{
{
// public FairyGUI_GObjectPool_InitCallbackDelegate_Event(LuaFunction func, LuaTable self) : base(func, self) { }
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_1 = ___self1;
LuaDelegate__ctor_m0DB629470385D61F2D469F73B33BEA061FDC09FE(__this, L_0, L_1, /*hidden argument*/NULL);
// public FairyGUI_GObjectPool_InitCallbackDelegate_Event(LuaFunction func, LuaTable self) : base(func, self) { }
return;
}
}
// System.Void DelegateFactory_FairyGUI_GObjectPool_InitCallbackDelegate_Event::Call(FairyGUI.GObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_GObjectPool_InitCallbackDelegate_Event_Call_m76BB359D30A7DBFA1EEB6749B0D4C9338A46868F (FairyGUI_GObjectPool_InitCallbackDelegate_Event_tF20307F896879244C0880E8CB3C732D71AA3DE0D * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___param00, const RuntimeMethod* method)
{
{
// func.BeginPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_0);
VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 LuaInterface.LuaFunction::BeginPCall() */, L_0);
// func.PushObject(param0);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_1 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_2 = ___param00;
NullCheck(L_1);
LuaFunction_PushObject_m9E55F74177E02A91D77A1821DF0C33A6D6A59F21(L_1, L_2, /*hidden argument*/NULL);
// func.PCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_3);
LuaFunction_PCall_m341EEEBF73C721C0B0D52DD8F173C24B7CF995C1(L_3, /*hidden argument*/NULL);
// func.EndPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_4 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_4);
LuaFunction_EndPCall_m61C1BED1DE6D95FEAE1D25F9183A51F0D9667AFB(L_4, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void DelegateFactory_FairyGUI_GObjectPool_InitCallbackDelegate_Event::CallWithSelf(FairyGUI.GObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_GObjectPool_InitCallbackDelegate_Event_CallWithSelf_m591411D3AAE413689A57DE49EF5754ED0308D03B (FairyGUI_GObjectPool_InitCallbackDelegate_Event_tF20307F896879244C0880E8CB3C732D71AA3DE0D * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___param00, const RuntimeMethod* method)
{
{
// func.BeginPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_0);
VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 LuaInterface.LuaFunction::BeginPCall() */, L_0);
// func.Push(self);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_1 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_2 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_self_1();
NullCheck(L_1);
LuaFunction_Push_m1A8856B5018F77038009CA11C3C1A2B35CEA4D28(L_1, L_2, /*hidden argument*/NULL);
// func.PushObject(param0);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_4 = ___param00;
NullCheck(L_3);
LuaFunction_PushObject_m9E55F74177E02A91D77A1821DF0C33A6D6A59F21(L_3, L_4, /*hidden argument*/NULL);
// func.PCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_5 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_5);
LuaFunction_PCall_m341EEEBF73C721C0B0D52DD8F173C24B7CF995C1(L_5, /*hidden argument*/NULL);
// func.EndPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_6 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_6);
LuaFunction_EndPCall_m61C1BED1DE6D95FEAE1D25F9183A51F0D9667AFB(L_6, /*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 DelegateFactory_FairyGUI_GTweenCallback1_Event::.ctor(LuaInterface.LuaFunction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_GTweenCallback1_Event__ctor_m0F1DAD886838CD34F2BB68B262B79F240A364C3D (FairyGUI_GTweenCallback1_Event_t28B68D0215EB9C36F446DE17617B6751F21D7306 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method)
{
{
// public FairyGUI_GTweenCallback1_Event(LuaFunction func) : base(func) { }
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
LuaDelegate__ctor_m064B1E7836D248D5A8A7AD1009F5338855B4C2EA(__this, L_0, /*hidden argument*/NULL);
// public FairyGUI_GTweenCallback1_Event(LuaFunction func) : base(func) { }
return;
}
}
// System.Void DelegateFactory_FairyGUI_GTweenCallback1_Event::.ctor(LuaInterface.LuaFunction,LuaInterface.LuaTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_GTweenCallback1_Event__ctor_mA0016B383AE09CB953609A8D95D42D6E26C0830A (FairyGUI_GTweenCallback1_Event_t28B68D0215EB9C36F446DE17617B6751F21D7306 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method)
{
{
// public FairyGUI_GTweenCallback1_Event(LuaFunction func, LuaTable self) : base(func, self) { }
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_1 = ___self1;
LuaDelegate__ctor_m0DB629470385D61F2D469F73B33BEA061FDC09FE(__this, L_0, L_1, /*hidden argument*/NULL);
// public FairyGUI_GTweenCallback1_Event(LuaFunction func, LuaTable self) : base(func, self) { }
return;
}
}
// System.Void DelegateFactory_FairyGUI_GTweenCallback1_Event::Call(FairyGUI.GTweener)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_GTweenCallback1_Event_Call_mED202953AD44C5891749B776A86617BC8BAF6B07 (FairyGUI_GTweenCallback1_Event_t28B68D0215EB9C36F446DE17617B6751F21D7306 * __this, GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * ___param00, const RuntimeMethod* method)
{
{
// func.BeginPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_0);
VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 LuaInterface.LuaFunction::BeginPCall() */, L_0);
// func.PushObject(param0);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_1 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_2 = ___param00;
NullCheck(L_1);
LuaFunction_PushObject_m9E55F74177E02A91D77A1821DF0C33A6D6A59F21(L_1, L_2, /*hidden argument*/NULL);
// func.PCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_3);
LuaFunction_PCall_m341EEEBF73C721C0B0D52DD8F173C24B7CF995C1(L_3, /*hidden argument*/NULL);
// func.EndPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_4 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_4);
LuaFunction_EndPCall_m61C1BED1DE6D95FEAE1D25F9183A51F0D9667AFB(L_4, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void DelegateFactory_FairyGUI_GTweenCallback1_Event::CallWithSelf(FairyGUI.GTweener)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_GTweenCallback1_Event_CallWithSelf_mA12232319B405C87025D6E48AC9150E2CA56F256 (FairyGUI_GTweenCallback1_Event_t28B68D0215EB9C36F446DE17617B6751F21D7306 * __this, GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * ___param00, const RuntimeMethod* method)
{
{
// func.BeginPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_0);
VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 LuaInterface.LuaFunction::BeginPCall() */, L_0);
// func.Push(self);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_1 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_2 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_self_1();
NullCheck(L_1);
LuaFunction_Push_m1A8856B5018F77038009CA11C3C1A2B35CEA4D28(L_1, L_2, /*hidden argument*/NULL);
// func.PushObject(param0);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_4 = ___param00;
NullCheck(L_3);
LuaFunction_PushObject_m9E55F74177E02A91D77A1821DF0C33A6D6A59F21(L_3, L_4, /*hidden argument*/NULL);
// func.PCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_5 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_5);
LuaFunction_PCall_m341EEEBF73C721C0B0D52DD8F173C24B7CF995C1(L_5, /*hidden argument*/NULL);
// func.EndPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_6 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_6);
LuaFunction_EndPCall_m61C1BED1DE6D95FEAE1D25F9183A51F0D9667AFB(L_6, /*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 DelegateFactory_FairyGUI_GTweenCallback_Event::.ctor(LuaInterface.LuaFunction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_GTweenCallback_Event__ctor_mE09C3D604184ECE492E5219F65064272208C8696 (FairyGUI_GTweenCallback_Event_t8279878FD8AC41BB7495CA71FCC44D0CCBF8837A * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method)
{
{
// public FairyGUI_GTweenCallback_Event(LuaFunction func) : base(func) { }
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
LuaDelegate__ctor_m064B1E7836D248D5A8A7AD1009F5338855B4C2EA(__this, L_0, /*hidden argument*/NULL);
// public FairyGUI_GTweenCallback_Event(LuaFunction func) : base(func) { }
return;
}
}
// System.Void DelegateFactory_FairyGUI_GTweenCallback_Event::.ctor(LuaInterface.LuaFunction,LuaInterface.LuaTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_GTweenCallback_Event__ctor_m69BC822A26ADEB4950D0F97FC46A50BD71C99A72 (FairyGUI_GTweenCallback_Event_t8279878FD8AC41BB7495CA71FCC44D0CCBF8837A * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method)
{
{
// public FairyGUI_GTweenCallback_Event(LuaFunction func, LuaTable self) : base(func, self) { }
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_1 = ___self1;
LuaDelegate__ctor_m0DB629470385D61F2D469F73B33BEA061FDC09FE(__this, L_0, L_1, /*hidden argument*/NULL);
// public FairyGUI_GTweenCallback_Event(LuaFunction func, LuaTable self) : base(func, self) { }
return;
}
}
// System.Void DelegateFactory_FairyGUI_GTweenCallback_Event::Call()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_GTweenCallback_Event_Call_mE139422EB58E2CE280131D8F80AC3D1F40AF085B (FairyGUI_GTweenCallback_Event_t8279878FD8AC41BB7495CA71FCC44D0CCBF8837A * __this, const RuntimeMethod* method)
{
{
// func.Call();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_0);
LuaFunction_Call_m0A1E4C156A3435A01D661CE958D9B76790CC8F65(L_0, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void DelegateFactory_FairyGUI_GTweenCallback_Event::CallWithSelf()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_GTweenCallback_Event_CallWithSelf_m45567E2A4C255DCB8EE7839758A448186E6C40F7 (FairyGUI_GTweenCallback_Event_t8279878FD8AC41BB7495CA71FCC44D0CCBF8837A * __this, const RuntimeMethod* method)
{
{
// func.BeginPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_0);
VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 LuaInterface.LuaFunction::BeginPCall() */, L_0);
// func.Push(self);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_1 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_2 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_self_1();
NullCheck(L_1);
LuaFunction_Push_m1A8856B5018F77038009CA11C3C1A2B35CEA4D28(L_1, L_2, /*hidden argument*/NULL);
// func.PCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_3);
LuaFunction_PCall_m341EEEBF73C721C0B0D52DD8F173C24B7CF995C1(L_3, /*hidden argument*/NULL);
// func.EndPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_4 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_4);
LuaFunction_EndPCall_m61C1BED1DE6D95FEAE1D25F9183A51F0D9667AFB(L_4, /*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 DelegateFactory_FairyGUI_ListItemProvider_Event::.ctor(LuaInterface.LuaFunction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_ListItemProvider_Event__ctor_mBC5C8BF6CB3E07B0186C161B5F383D489AF8BB19 (FairyGUI_ListItemProvider_Event_tC88B65653E1C18B737123A8BC6C1DEBAD27B7C95 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method)
{
{
// public FairyGUI_ListItemProvider_Event(LuaFunction func) : base(func) { }
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
LuaDelegate__ctor_m064B1E7836D248D5A8A7AD1009F5338855B4C2EA(__this, L_0, /*hidden argument*/NULL);
// public FairyGUI_ListItemProvider_Event(LuaFunction func) : base(func) { }
return;
}
}
// System.Void DelegateFactory_FairyGUI_ListItemProvider_Event::.ctor(LuaInterface.LuaFunction,LuaInterface.LuaTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_ListItemProvider_Event__ctor_m24A302D7E3E3E430364836E12B0E25890F590417 (FairyGUI_ListItemProvider_Event_tC88B65653E1C18B737123A8BC6C1DEBAD27B7C95 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method)
{
{
// public FairyGUI_ListItemProvider_Event(LuaFunction func, LuaTable self) : base(func, self) { }
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_1 = ___self1;
LuaDelegate__ctor_m0DB629470385D61F2D469F73B33BEA061FDC09FE(__this, L_0, L_1, /*hidden argument*/NULL);
// public FairyGUI_ListItemProvider_Event(LuaFunction func, LuaTable self) : base(func, self) { }
return;
}
}
// System.String DelegateFactory_FairyGUI_ListItemProvider_Event::Call(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FairyGUI_ListItemProvider_Event_Call_m9D192E5808BC06864DD25CB09A96331A37B0E560 (FairyGUI_ListItemProvider_Event_tC88B65653E1C18B737123A8BC6C1DEBAD27B7C95 * __this, int32_t ___param00, const RuntimeMethod* method)
{
{
// func.BeginPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_0);
VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 LuaInterface.LuaFunction::BeginPCall() */, L_0);
// func.Push(param0);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_1 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
int32_t L_2 = ___param00;
NullCheck(L_1);
LuaFunction_Push_mFA14B76FE6837198709B97FA9EAAEA99AEBEA6CA(L_1, L_2, /*hidden argument*/NULL);
// func.PCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_3);
LuaFunction_PCall_m341EEEBF73C721C0B0D52DD8F173C24B7CF995C1(L_3, /*hidden argument*/NULL);
// string ret = func.CheckString();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_4 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_4);
String_t* L_5 = LuaFunction_CheckString_mF2F49413326DBC1040DDCF3A945BE719747443D0(L_4, /*hidden argument*/NULL);
// func.EndPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_6 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_6);
LuaFunction_EndPCall_m61C1BED1DE6D95FEAE1D25F9183A51F0D9667AFB(L_6, /*hidden argument*/NULL);
// return ret;
return L_5;
}
}
// System.String DelegateFactory_FairyGUI_ListItemProvider_Event::CallWithSelf(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FairyGUI_ListItemProvider_Event_CallWithSelf_mCC2C1CBF7682DEA756598D1E5AC7CA1D2D6E1F55 (FairyGUI_ListItemProvider_Event_tC88B65653E1C18B737123A8BC6C1DEBAD27B7C95 * __this, int32_t ___param00, const RuntimeMethod* method)
{
{
// func.BeginPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_0);
VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 LuaInterface.LuaFunction::BeginPCall() */, L_0);
// func.Push(self);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_1 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_2 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_self_1();
NullCheck(L_1);
LuaFunction_Push_m1A8856B5018F77038009CA11C3C1A2B35CEA4D28(L_1, L_2, /*hidden argument*/NULL);
// func.Push(param0);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
int32_t L_4 = ___param00;
NullCheck(L_3);
LuaFunction_Push_mFA14B76FE6837198709B97FA9EAAEA99AEBEA6CA(L_3, L_4, /*hidden argument*/NULL);
// func.PCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_5 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_5);
LuaFunction_PCall_m341EEEBF73C721C0B0D52DD8F173C24B7CF995C1(L_5, /*hidden argument*/NULL);
// string ret = func.CheckString();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_6 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_6);
String_t* L_7 = LuaFunction_CheckString_mF2F49413326DBC1040DDCF3A945BE719747443D0(L_6, /*hidden argument*/NULL);
// func.EndPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_8 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_8);
LuaFunction_EndPCall_m61C1BED1DE6D95FEAE1D25F9183A51F0D9667AFB(L_8, /*hidden argument*/NULL);
// return ret;
return L_7;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void DelegateFactory_FairyGUI_ListItemRenderer_Event::.ctor(LuaInterface.LuaFunction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_ListItemRenderer_Event__ctor_mE6D53FC68092B1509EE8A23D4757CD6B885EE39C (FairyGUI_ListItemRenderer_Event_tCC71F85321A7E5AB1CAE0D54F7E2334158C4DEC8 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method)
{
{
// public FairyGUI_ListItemRenderer_Event(LuaFunction func) : base(func) { }
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
LuaDelegate__ctor_m064B1E7836D248D5A8A7AD1009F5338855B4C2EA(__this, L_0, /*hidden argument*/NULL);
// public FairyGUI_ListItemRenderer_Event(LuaFunction func) : base(func) { }
return;
}
}
// System.Void DelegateFactory_FairyGUI_ListItemRenderer_Event::.ctor(LuaInterface.LuaFunction,LuaInterface.LuaTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_ListItemRenderer_Event__ctor_m87932B78FE4FB646FCC0D03341AA458C50CA06BB (FairyGUI_ListItemRenderer_Event_tCC71F85321A7E5AB1CAE0D54F7E2334158C4DEC8 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method)
{
{
// public FairyGUI_ListItemRenderer_Event(LuaFunction func, LuaTable self) : base(func, self) { }
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_1 = ___self1;
LuaDelegate__ctor_m0DB629470385D61F2D469F73B33BEA061FDC09FE(__this, L_0, L_1, /*hidden argument*/NULL);
// public FairyGUI_ListItemRenderer_Event(LuaFunction func, LuaTable self) : base(func, self) { }
return;
}
}
// System.Void DelegateFactory_FairyGUI_ListItemRenderer_Event::Call(System.Int32,FairyGUI.GObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_ListItemRenderer_Event_Call_mCD6F7BD5C468A8CB421D3213174D82F7FC92C730 (FairyGUI_ListItemRenderer_Event_tCC71F85321A7E5AB1CAE0D54F7E2334158C4DEC8 * __this, int32_t ___param00, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___param11, const RuntimeMethod* method)
{
{
// func.BeginPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_0);
VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 LuaInterface.LuaFunction::BeginPCall() */, L_0);
// func.Push(param0);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_1 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
int32_t L_2 = ___param00;
NullCheck(L_1);
LuaFunction_Push_mFA14B76FE6837198709B97FA9EAAEA99AEBEA6CA(L_1, L_2, /*hidden argument*/NULL);
// func.PushObject(param1);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_4 = ___param11;
NullCheck(L_3);
LuaFunction_PushObject_m9E55F74177E02A91D77A1821DF0C33A6D6A59F21(L_3, L_4, /*hidden argument*/NULL);
// func.PCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_5 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_5);
LuaFunction_PCall_m341EEEBF73C721C0B0D52DD8F173C24B7CF995C1(L_5, /*hidden argument*/NULL);
// func.EndPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_6 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_6);
LuaFunction_EndPCall_m61C1BED1DE6D95FEAE1D25F9183A51F0D9667AFB(L_6, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void DelegateFactory_FairyGUI_ListItemRenderer_Event::CallWithSelf(System.Int32,FairyGUI.GObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_ListItemRenderer_Event_CallWithSelf_m4E0CC4BE66094B71BDCDA77580CBF65D34B5083E (FairyGUI_ListItemRenderer_Event_tCC71F85321A7E5AB1CAE0D54F7E2334158C4DEC8 * __this, int32_t ___param00, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___param11, const RuntimeMethod* method)
{
{
// func.BeginPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_0);
VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 LuaInterface.LuaFunction::BeginPCall() */, L_0);
// func.Push(self);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_1 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_2 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_self_1();
NullCheck(L_1);
LuaFunction_Push_m1A8856B5018F77038009CA11C3C1A2B35CEA4D28(L_1, L_2, /*hidden argument*/NULL);
// func.Push(param0);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
int32_t L_4 = ___param00;
NullCheck(L_3);
LuaFunction_Push_mFA14B76FE6837198709B97FA9EAAEA99AEBEA6CA(L_3, L_4, /*hidden argument*/NULL);
// func.PushObject(param1);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_5 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_6 = ___param11;
NullCheck(L_5);
LuaFunction_PushObject_m9E55F74177E02A91D77A1821DF0C33A6D6A59F21(L_5, L_6, /*hidden argument*/NULL);
// func.PCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_7 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_7);
LuaFunction_PCall_m341EEEBF73C721C0B0D52DD8F173C24B7CF995C1(L_7, /*hidden argument*/NULL);
// func.EndPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_8 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_8);
LuaFunction_EndPCall_m61C1BED1DE6D95FEAE1D25F9183A51F0D9667AFB(L_8, /*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 DelegateFactory_FairyGUI_PlayCompleteCallback_Event::.ctor(LuaInterface.LuaFunction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_PlayCompleteCallback_Event__ctor_mBEAAFEE0BB52AB6911CDBB57C3031854B801AD33 (FairyGUI_PlayCompleteCallback_Event_t71A1B2106F7C8D5B11A49D908F39F5984B540C41 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method)
{
{
// public FairyGUI_PlayCompleteCallback_Event(LuaFunction func) : base(func) { }
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
LuaDelegate__ctor_m064B1E7836D248D5A8A7AD1009F5338855B4C2EA(__this, L_0, /*hidden argument*/NULL);
// public FairyGUI_PlayCompleteCallback_Event(LuaFunction func) : base(func) { }
return;
}
}
// System.Void DelegateFactory_FairyGUI_PlayCompleteCallback_Event::.ctor(LuaInterface.LuaFunction,LuaInterface.LuaTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_PlayCompleteCallback_Event__ctor_m123D68B825D0F3E88073C67087DF17063BA30C98 (FairyGUI_PlayCompleteCallback_Event_t71A1B2106F7C8D5B11A49D908F39F5984B540C41 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method)
{
{
// public FairyGUI_PlayCompleteCallback_Event(LuaFunction func, LuaTable self) : base(func, self) { }
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_1 = ___self1;
LuaDelegate__ctor_m0DB629470385D61F2D469F73B33BEA061FDC09FE(__this, L_0, L_1, /*hidden argument*/NULL);
// public FairyGUI_PlayCompleteCallback_Event(LuaFunction func, LuaTable self) : base(func, self) { }
return;
}
}
// System.Void DelegateFactory_FairyGUI_PlayCompleteCallback_Event::Call()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_PlayCompleteCallback_Event_Call_m3592DEFE966BBB88C160B55A69C3C64814E0D61B (FairyGUI_PlayCompleteCallback_Event_t71A1B2106F7C8D5B11A49D908F39F5984B540C41 * __this, const RuntimeMethod* method)
{
{
// func.Call();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_0);
LuaFunction_Call_m0A1E4C156A3435A01D661CE958D9B76790CC8F65(L_0, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void DelegateFactory_FairyGUI_PlayCompleteCallback_Event::CallWithSelf()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_PlayCompleteCallback_Event_CallWithSelf_m3FCD75F6B13C75D478A4BFD031A0125327EAD9CC (FairyGUI_PlayCompleteCallback_Event_t71A1B2106F7C8D5B11A49D908F39F5984B540C41 * __this, const RuntimeMethod* method)
{
{
// func.BeginPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_0);
VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 LuaInterface.LuaFunction::BeginPCall() */, L_0);
// func.Push(self);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_1 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_2 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_self_1();
NullCheck(L_1);
LuaFunction_Push_m1A8856B5018F77038009CA11C3C1A2B35CEA4D28(L_1, L_2, /*hidden argument*/NULL);
// func.PCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_3);
LuaFunction_PCall_m341EEEBF73C721C0B0D52DD8F173C24B7CF995C1(L_3, /*hidden argument*/NULL);
// func.EndPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_4 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_4);
LuaFunction_EndPCall_m61C1BED1DE6D95FEAE1D25F9183A51F0D9667AFB(L_4, /*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 DelegateFactory_FairyGUI_TimerCallback_Event::.ctor(LuaInterface.LuaFunction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_TimerCallback_Event__ctor_m7736F38FED1EFD648B3C4872D6D246F495620376 (FairyGUI_TimerCallback_Event_tA20E0C7CBAF550CFC29E1818934041916DDC5D73 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method)
{
{
// public FairyGUI_TimerCallback_Event(LuaFunction func) : base(func) { }
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
LuaDelegate__ctor_m064B1E7836D248D5A8A7AD1009F5338855B4C2EA(__this, L_0, /*hidden argument*/NULL);
// public FairyGUI_TimerCallback_Event(LuaFunction func) : base(func) { }
return;
}
}
// System.Void DelegateFactory_FairyGUI_TimerCallback_Event::.ctor(LuaInterface.LuaFunction,LuaInterface.LuaTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_TimerCallback_Event__ctor_m2485BF9299DAACD9033346FAD1D6E94852105059 (FairyGUI_TimerCallback_Event_tA20E0C7CBAF550CFC29E1818934041916DDC5D73 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method)
{
{
// public FairyGUI_TimerCallback_Event(LuaFunction func, LuaTable self) : base(func, self) { }
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_1 = ___self1;
LuaDelegate__ctor_m0DB629470385D61F2D469F73B33BEA061FDC09FE(__this, L_0, L_1, /*hidden argument*/NULL);
// public FairyGUI_TimerCallback_Event(LuaFunction func, LuaTable self) : base(func, self) { }
return;
}
}
// System.Void DelegateFactory_FairyGUI_TimerCallback_Event::Call(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_TimerCallback_Event_Call_m57EE70CC2662B5E45335370EDE52D821BE7B9363 (FairyGUI_TimerCallback_Event_tA20E0C7CBAF550CFC29E1818934041916DDC5D73 * __this, RuntimeObject * ___param00, const RuntimeMethod* method)
{
{
// func.BeginPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_0);
VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 LuaInterface.LuaFunction::BeginPCall() */, L_0);
// func.Push(param0);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_1 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
RuntimeObject * L_2 = ___param00;
NullCheck(L_1);
LuaFunction_Push_mFDEAE703096F9AF7446E8272719134D18EF409E0(L_1, L_2, /*hidden argument*/NULL);
// func.PCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_3);
LuaFunction_PCall_m341EEEBF73C721C0B0D52DD8F173C24B7CF995C1(L_3, /*hidden argument*/NULL);
// func.EndPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_4 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_4);
LuaFunction_EndPCall_m61C1BED1DE6D95FEAE1D25F9183A51F0D9667AFB(L_4, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void DelegateFactory_FairyGUI_TimerCallback_Event::CallWithSelf(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_TimerCallback_Event_CallWithSelf_mA4B7B47DC384E58557CF23E26299447942FDBB3E (FairyGUI_TimerCallback_Event_tA20E0C7CBAF550CFC29E1818934041916DDC5D73 * __this, RuntimeObject * ___param00, const RuntimeMethod* method)
{
{
// func.BeginPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_0);
VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 LuaInterface.LuaFunction::BeginPCall() */, L_0);
// func.Push(self);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_1 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_2 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_self_1();
NullCheck(L_1);
LuaFunction_Push_m1A8856B5018F77038009CA11C3C1A2B35CEA4D28(L_1, L_2, /*hidden argument*/NULL);
// func.Push(param0);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
RuntimeObject * L_4 = ___param00;
NullCheck(L_3);
LuaFunction_Push_mFDEAE703096F9AF7446E8272719134D18EF409E0(L_3, L_4, /*hidden argument*/NULL);
// func.PCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_5 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_5);
LuaFunction_PCall_m341EEEBF73C721C0B0D52DD8F173C24B7CF995C1(L_5, /*hidden argument*/NULL);
// func.EndPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_6 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_6);
LuaFunction_EndPCall_m61C1BED1DE6D95FEAE1D25F9183A51F0D9667AFB(L_6, /*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 DelegateFactory_FairyGUI_TransitionHook_Event::.ctor(LuaInterface.LuaFunction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_TransitionHook_Event__ctor_mC0547D87D65ABAB074018FC2474A1068C5F2746A (FairyGUI_TransitionHook_Event_t0CFBD00AAF9708456DEDDFD246EF4B02D8C77858 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method)
{
{
// public FairyGUI_TransitionHook_Event(LuaFunction func) : base(func) { }
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
LuaDelegate__ctor_m064B1E7836D248D5A8A7AD1009F5338855B4C2EA(__this, L_0, /*hidden argument*/NULL);
// public FairyGUI_TransitionHook_Event(LuaFunction func) : base(func) { }
return;
}
}
// System.Void DelegateFactory_FairyGUI_TransitionHook_Event::.ctor(LuaInterface.LuaFunction,LuaInterface.LuaTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_TransitionHook_Event__ctor_mBBC672B2BE4D20B278A264F0FC788870D04BD5F5 (FairyGUI_TransitionHook_Event_t0CFBD00AAF9708456DEDDFD246EF4B02D8C77858 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method)
{
{
// public FairyGUI_TransitionHook_Event(LuaFunction func, LuaTable self) : base(func, self) { }
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_1 = ___self1;
LuaDelegate__ctor_m0DB629470385D61F2D469F73B33BEA061FDC09FE(__this, L_0, L_1, /*hidden argument*/NULL);
// public FairyGUI_TransitionHook_Event(LuaFunction func, LuaTable self) : base(func, self) { }
return;
}
}
// System.Void DelegateFactory_FairyGUI_TransitionHook_Event::Call()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_TransitionHook_Event_Call_m5BC26FB7C0707AD638A0794CA3D51782648443FE (FairyGUI_TransitionHook_Event_t0CFBD00AAF9708456DEDDFD246EF4B02D8C77858 * __this, const RuntimeMethod* method)
{
{
// func.Call();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_0);
LuaFunction_Call_m0A1E4C156A3435A01D661CE958D9B76790CC8F65(L_0, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void DelegateFactory_FairyGUI_TransitionHook_Event::CallWithSelf()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_TransitionHook_Event_CallWithSelf_m4209BD6282911A162A1933AE0EB9F87E993FD4C5 (FairyGUI_TransitionHook_Event_t0CFBD00AAF9708456DEDDFD246EF4B02D8C77858 * __this, const RuntimeMethod* method)
{
{
// func.BeginPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_0);
VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 LuaInterface.LuaFunction::BeginPCall() */, L_0);
// func.Push(self);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_1 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_2 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_self_1();
NullCheck(L_1);
LuaFunction_Push_m1A8856B5018F77038009CA11C3C1A2B35CEA4D28(L_1, L_2, /*hidden argument*/NULL);
// func.PCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_3);
LuaFunction_PCall_m341EEEBF73C721C0B0D52DD8F173C24B7CF995C1(L_3, /*hidden argument*/NULL);
// func.EndPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_4 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_4);
LuaFunction_EndPCall_m61C1BED1DE6D95FEAE1D25F9183A51F0D9667AFB(L_4, /*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 DelegateFactory_FairyGUI_UIConfig_SoundLoader_Event::.ctor(LuaInterface.LuaFunction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_UIConfig_SoundLoader_Event__ctor_mAE2DC0E2294B4BA4870887FA24CEDE313E5216EF (FairyGUI_UIConfig_SoundLoader_Event_t769EA828ACD5E54A84FE7405E9F54367CBDA40FD * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method)
{
{
// public FairyGUI_UIConfig_SoundLoader_Event(LuaFunction func) : base(func) { }
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
LuaDelegate__ctor_m064B1E7836D248D5A8A7AD1009F5338855B4C2EA(__this, L_0, /*hidden argument*/NULL);
// public FairyGUI_UIConfig_SoundLoader_Event(LuaFunction func) : base(func) { }
return;
}
}
// System.Void DelegateFactory_FairyGUI_UIConfig_SoundLoader_Event::.ctor(LuaInterface.LuaFunction,LuaInterface.LuaTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_UIConfig_SoundLoader_Event__ctor_m645BA29E0A7308324F565381D092F361AB2981AB (FairyGUI_UIConfig_SoundLoader_Event_t769EA828ACD5E54A84FE7405E9F54367CBDA40FD * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method)
{
{
// public FairyGUI_UIConfig_SoundLoader_Event(LuaFunction func, LuaTable self) : base(func, self) { }
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_1 = ___self1;
LuaDelegate__ctor_m0DB629470385D61F2D469F73B33BEA061FDC09FE(__this, L_0, L_1, /*hidden argument*/NULL);
// public FairyGUI_UIConfig_SoundLoader_Event(LuaFunction func, LuaTable self) : base(func, self) { }
return;
}
}
// FairyGUI.NAudioClip DelegateFactory_FairyGUI_UIConfig_SoundLoader_Event::Call(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * FairyGUI_UIConfig_SoundLoader_Event_Call_m5EA743FBA9EC9D7A5666CDB2829C56278E4D4FA1 (FairyGUI_UIConfig_SoundLoader_Event_t769EA828ACD5E54A84FE7405E9F54367CBDA40FD * __this, String_t* ___param00, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIConfig_SoundLoader_Event_Call_m5EA743FBA9EC9D7A5666CDB2829C56278E4D4FA1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// func.BeginPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_0);
VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 LuaInterface.LuaFunction::BeginPCall() */, L_0);
// func.Push(param0);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_1 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
String_t* L_2 = ___param00;
NullCheck(L_1);
LuaFunction_Push_mEB2CDE0E8BDDAFE2B0BB4342EB1F519691065CC1(L_1, L_2, /*hidden argument*/NULL);
// func.PCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_3);
LuaFunction_PCall_m341EEEBF73C721C0B0D52DD8F173C24B7CF995C1(L_3, /*hidden argument*/NULL);
// FairyGUI.NAudioClip ret = (FairyGUI.NAudioClip)func.CheckObject(typeof(FairyGUI.NAudioClip));
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_4 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_5 = { reinterpret_cast<intptr_t> (NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_6 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_5, /*hidden argument*/NULL);
NullCheck(L_4);
RuntimeObject * L_7 = LuaFunction_CheckObject_mC3504C99BD09BADBC2B19E27983DE3CB0F0E9ED6(L_4, L_6, /*hidden argument*/NULL);
// func.EndPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_8 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_8);
LuaFunction_EndPCall_m61C1BED1DE6D95FEAE1D25F9183A51F0D9667AFB(L_8, /*hidden argument*/NULL);
// return ret;
return ((NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 *)CastclassClass((RuntimeObject*)L_7, NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96_il2cpp_TypeInfo_var));
}
}
// FairyGUI.NAudioClip DelegateFactory_FairyGUI_UIConfig_SoundLoader_Event::CallWithSelf(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * FairyGUI_UIConfig_SoundLoader_Event_CallWithSelf_mF7DB710C3227AE905A230D30C181E571819A114C (FairyGUI_UIConfig_SoundLoader_Event_t769EA828ACD5E54A84FE7405E9F54367CBDA40FD * __this, String_t* ___param00, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIConfig_SoundLoader_Event_CallWithSelf_mF7DB710C3227AE905A230D30C181E571819A114C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// func.BeginPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_0);
VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 LuaInterface.LuaFunction::BeginPCall() */, L_0);
// func.Push(self);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_1 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_2 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_self_1();
NullCheck(L_1);
LuaFunction_Push_m1A8856B5018F77038009CA11C3C1A2B35CEA4D28(L_1, L_2, /*hidden argument*/NULL);
// func.Push(param0);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
String_t* L_4 = ___param00;
NullCheck(L_3);
LuaFunction_Push_mEB2CDE0E8BDDAFE2B0BB4342EB1F519691065CC1(L_3, L_4, /*hidden argument*/NULL);
// func.PCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_5 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_5);
LuaFunction_PCall_m341EEEBF73C721C0B0D52DD8F173C24B7CF995C1(L_5, /*hidden argument*/NULL);
// FairyGUI.NAudioClip ret = (FairyGUI.NAudioClip)func.CheckObject(typeof(FairyGUI.NAudioClip));
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_6 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_7 = { reinterpret_cast<intptr_t> (NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_8 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_7, /*hidden argument*/NULL);
NullCheck(L_6);
RuntimeObject * L_9 = LuaFunction_CheckObject_mC3504C99BD09BADBC2B19E27983DE3CB0F0E9ED6(L_6, L_8, /*hidden argument*/NULL);
// func.EndPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_10 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_10);
LuaFunction_EndPCall_m61C1BED1DE6D95FEAE1D25F9183A51F0D9667AFB(L_10, /*hidden argument*/NULL);
// return ret;
return ((NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 *)CastclassClass((RuntimeObject*)L_9, NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96_il2cpp_TypeInfo_var));
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void DelegateFactory_FairyGUI_UIObjectFactory_GComponentCreator_Event::.ctor(LuaInterface.LuaFunction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_UIObjectFactory_GComponentCreator_Event__ctor_mB6D63721E249E93BF61A4B8B0BA89A4648F181BA (FairyGUI_UIObjectFactory_GComponentCreator_Event_t8AEDF4A0726D3B4F1D7B244B6F83B472004D093D * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method)
{
{
// public FairyGUI_UIObjectFactory_GComponentCreator_Event(LuaFunction func) : base(func) { }
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
LuaDelegate__ctor_m064B1E7836D248D5A8A7AD1009F5338855B4C2EA(__this, L_0, /*hidden argument*/NULL);
// public FairyGUI_UIObjectFactory_GComponentCreator_Event(LuaFunction func) : base(func) { }
return;
}
}
// System.Void DelegateFactory_FairyGUI_UIObjectFactory_GComponentCreator_Event::.ctor(LuaInterface.LuaFunction,LuaInterface.LuaTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_UIObjectFactory_GComponentCreator_Event__ctor_m874B0E385DA808FABE03BFA52DC836933F97C8B1 (FairyGUI_UIObjectFactory_GComponentCreator_Event_t8AEDF4A0726D3B4F1D7B244B6F83B472004D093D * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method)
{
{
// public FairyGUI_UIObjectFactory_GComponentCreator_Event(LuaFunction func, LuaTable self) : base(func, self) { }
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_1 = ___self1;
LuaDelegate__ctor_m0DB629470385D61F2D469F73B33BEA061FDC09FE(__this, L_0, L_1, /*hidden argument*/NULL);
// public FairyGUI_UIObjectFactory_GComponentCreator_Event(LuaFunction func, LuaTable self) : base(func, self) { }
return;
}
}
// FairyGUI.GComponent DelegateFactory_FairyGUI_UIObjectFactory_GComponentCreator_Event::Call()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * FairyGUI_UIObjectFactory_GComponentCreator_Event_Call_m6BE0F5BBDA5BA4E736B655633AD9742CD9EF5E37 (FairyGUI_UIObjectFactory_GComponentCreator_Event_t8AEDF4A0726D3B4F1D7B244B6F83B472004D093D * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIObjectFactory_GComponentCreator_Event_Call_m6BE0F5BBDA5BA4E736B655633AD9742CD9EF5E37_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// func.BeginPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_0);
VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 LuaInterface.LuaFunction::BeginPCall() */, L_0);
// func.PCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_1 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_1);
LuaFunction_PCall_m341EEEBF73C721C0B0D52DD8F173C24B7CF995C1(L_1, /*hidden argument*/NULL);
// FairyGUI.GComponent ret = (FairyGUI.GComponent)func.CheckObject(typeof(FairyGUI.GComponent));
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_2 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast<intptr_t> (GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_3, /*hidden argument*/NULL);
NullCheck(L_2);
RuntimeObject * L_5 = LuaFunction_CheckObject_mC3504C99BD09BADBC2B19E27983DE3CB0F0E9ED6(L_2, L_4, /*hidden argument*/NULL);
// func.EndPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_6 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_6);
LuaFunction_EndPCall_m61C1BED1DE6D95FEAE1D25F9183A51F0D9667AFB(L_6, /*hidden argument*/NULL);
// return ret;
return ((GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC *)CastclassClass((RuntimeObject*)L_5, GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC_il2cpp_TypeInfo_var));
}
}
// FairyGUI.GComponent DelegateFactory_FairyGUI_UIObjectFactory_GComponentCreator_Event::CallWithSelf()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * FairyGUI_UIObjectFactory_GComponentCreator_Event_CallWithSelf_m2AB881443835E760441973163CC6C69A924E07CC (FairyGUI_UIObjectFactory_GComponentCreator_Event_t8AEDF4A0726D3B4F1D7B244B6F83B472004D093D * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIObjectFactory_GComponentCreator_Event_CallWithSelf_m2AB881443835E760441973163CC6C69A924E07CC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// func.BeginPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_0);
VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 LuaInterface.LuaFunction::BeginPCall() */, L_0);
// func.Push(self);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_1 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_2 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_self_1();
NullCheck(L_1);
LuaFunction_Push_m1A8856B5018F77038009CA11C3C1A2B35CEA4D28(L_1, L_2, /*hidden argument*/NULL);
// func.PCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_3);
LuaFunction_PCall_m341EEEBF73C721C0B0D52DD8F173C24B7CF995C1(L_3, /*hidden argument*/NULL);
// FairyGUI.GComponent ret = (FairyGUI.GComponent)func.CheckObject(typeof(FairyGUI.GComponent));
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_4 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_5 = { reinterpret_cast<intptr_t> (GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_6 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_5, /*hidden argument*/NULL);
NullCheck(L_4);
RuntimeObject * L_7 = LuaFunction_CheckObject_mC3504C99BD09BADBC2B19E27983DE3CB0F0E9ED6(L_4, L_6, /*hidden argument*/NULL);
// func.EndPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_8 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_8);
LuaFunction_EndPCall_m61C1BED1DE6D95FEAE1D25F9183A51F0D9667AFB(L_8, /*hidden argument*/NULL);
// return ret;
return ((GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC *)CastclassClass((RuntimeObject*)L_7, GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC_il2cpp_TypeInfo_var));
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void DelegateFactory_FairyGUI_UIObjectFactory_GLoaderCreator_Event::.ctor(LuaInterface.LuaFunction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_UIObjectFactory_GLoaderCreator_Event__ctor_mAAFC1BAE86B63E1820C01EBFF524C1CFFC32975C (FairyGUI_UIObjectFactory_GLoaderCreator_Event_t0A3B047E9D0C4D16911424F5298A5553397FB5F0 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method)
{
{
// public FairyGUI_UIObjectFactory_GLoaderCreator_Event(LuaFunction func) : base(func) { }
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
LuaDelegate__ctor_m064B1E7836D248D5A8A7AD1009F5338855B4C2EA(__this, L_0, /*hidden argument*/NULL);
// public FairyGUI_UIObjectFactory_GLoaderCreator_Event(LuaFunction func) : base(func) { }
return;
}
}
// System.Void DelegateFactory_FairyGUI_UIObjectFactory_GLoaderCreator_Event::.ctor(LuaInterface.LuaFunction,LuaInterface.LuaTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_UIObjectFactory_GLoaderCreator_Event__ctor_mA3D1100175D942F5CCF3FD3451FE2D72A4F824EC (FairyGUI_UIObjectFactory_GLoaderCreator_Event_t0A3B047E9D0C4D16911424F5298A5553397FB5F0 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method)
{
{
// public FairyGUI_UIObjectFactory_GLoaderCreator_Event(LuaFunction func, LuaTable self) : base(func, self) { }
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_1 = ___self1;
LuaDelegate__ctor_m0DB629470385D61F2D469F73B33BEA061FDC09FE(__this, L_0, L_1, /*hidden argument*/NULL);
// public FairyGUI_UIObjectFactory_GLoaderCreator_Event(LuaFunction func, LuaTable self) : base(func, self) { }
return;
}
}
// FairyGUI.GLoader DelegateFactory_FairyGUI_UIObjectFactory_GLoaderCreator_Event::Call()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GLoader_t79DB886430214FA5031328823142509230E0E4A8 * FairyGUI_UIObjectFactory_GLoaderCreator_Event_Call_mD93DA0A43737744D2B0502651E700DB466ACE245 (FairyGUI_UIObjectFactory_GLoaderCreator_Event_t0A3B047E9D0C4D16911424F5298A5553397FB5F0 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIObjectFactory_GLoaderCreator_Event_Call_mD93DA0A43737744D2B0502651E700DB466ACE245_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// func.BeginPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_0);
VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 LuaInterface.LuaFunction::BeginPCall() */, L_0);
// func.PCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_1 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_1);
LuaFunction_PCall_m341EEEBF73C721C0B0D52DD8F173C24B7CF995C1(L_1, /*hidden argument*/NULL);
// FairyGUI.GLoader ret = (FairyGUI.GLoader)func.CheckObject(typeof(FairyGUI.GLoader));
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_2 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast<intptr_t> (GLoader_t79DB886430214FA5031328823142509230E0E4A8_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_3, /*hidden argument*/NULL);
NullCheck(L_2);
RuntimeObject * L_5 = LuaFunction_CheckObject_mC3504C99BD09BADBC2B19E27983DE3CB0F0E9ED6(L_2, L_4, /*hidden argument*/NULL);
// func.EndPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_6 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_6);
LuaFunction_EndPCall_m61C1BED1DE6D95FEAE1D25F9183A51F0D9667AFB(L_6, /*hidden argument*/NULL);
// return ret;
return ((GLoader_t79DB886430214FA5031328823142509230E0E4A8 *)CastclassClass((RuntimeObject*)L_5, GLoader_t79DB886430214FA5031328823142509230E0E4A8_il2cpp_TypeInfo_var));
}
}
// FairyGUI.GLoader DelegateFactory_FairyGUI_UIObjectFactory_GLoaderCreator_Event::CallWithSelf()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GLoader_t79DB886430214FA5031328823142509230E0E4A8 * FairyGUI_UIObjectFactory_GLoaderCreator_Event_CallWithSelf_mC4C9F005B75E8254507AD920B7D25BB888C21685 (FairyGUI_UIObjectFactory_GLoaderCreator_Event_t0A3B047E9D0C4D16911424F5298A5553397FB5F0 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FairyGUI_UIObjectFactory_GLoaderCreator_Event_CallWithSelf_mC4C9F005B75E8254507AD920B7D25BB888C21685_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// func.BeginPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_0);
VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 LuaInterface.LuaFunction::BeginPCall() */, L_0);
// func.Push(self);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_1 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_2 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_self_1();
NullCheck(L_1);
LuaFunction_Push_m1A8856B5018F77038009CA11C3C1A2B35CEA4D28(L_1, L_2, /*hidden argument*/NULL);
// func.PCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_3);
LuaFunction_PCall_m341EEEBF73C721C0B0D52DD8F173C24B7CF995C1(L_3, /*hidden argument*/NULL);
// FairyGUI.GLoader ret = (FairyGUI.GLoader)func.CheckObject(typeof(FairyGUI.GLoader));
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_4 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_5 = { reinterpret_cast<intptr_t> (GLoader_t79DB886430214FA5031328823142509230E0E4A8_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_6 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_5, /*hidden argument*/NULL);
NullCheck(L_4);
RuntimeObject * L_7 = LuaFunction_CheckObject_mC3504C99BD09BADBC2B19E27983DE3CB0F0E9ED6(L_4, L_6, /*hidden argument*/NULL);
// func.EndPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_8 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_8);
LuaFunction_EndPCall_m61C1BED1DE6D95FEAE1D25F9183A51F0D9667AFB(L_8, /*hidden argument*/NULL);
// return ret;
return ((GLoader_t79DB886430214FA5031328823142509230E0E4A8 *)CastclassClass((RuntimeObject*)L_7, GLoader_t79DB886430214FA5031328823142509230E0E4A8_il2cpp_TypeInfo_var));
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void DelegateFactory_FairyGUI_UIPackage_CreateObjectCallback_Event::.ctor(LuaInterface.LuaFunction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_UIPackage_CreateObjectCallback_Event__ctor_mDAF9131BC2FBA1E36920E312BA67DC2A92B75F5A (FairyGUI_UIPackage_CreateObjectCallback_Event_t34F3EE9A48E5ACF145B1B579ECD828E980B1A624 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method)
{
{
// public FairyGUI_UIPackage_CreateObjectCallback_Event(LuaFunction func) : base(func) { }
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
LuaDelegate__ctor_m064B1E7836D248D5A8A7AD1009F5338855B4C2EA(__this, L_0, /*hidden argument*/NULL);
// public FairyGUI_UIPackage_CreateObjectCallback_Event(LuaFunction func) : base(func) { }
return;
}
}
// System.Void DelegateFactory_FairyGUI_UIPackage_CreateObjectCallback_Event::.ctor(LuaInterface.LuaFunction,LuaInterface.LuaTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_UIPackage_CreateObjectCallback_Event__ctor_m075CBF831A5390F26A7CB5F70C07920F81959D01 (FairyGUI_UIPackage_CreateObjectCallback_Event_t34F3EE9A48E5ACF145B1B579ECD828E980B1A624 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method)
{
{
// public FairyGUI_UIPackage_CreateObjectCallback_Event(LuaFunction func, LuaTable self) : base(func, self) { }
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_1 = ___self1;
LuaDelegate__ctor_m0DB629470385D61F2D469F73B33BEA061FDC09FE(__this, L_0, L_1, /*hidden argument*/NULL);
// public FairyGUI_UIPackage_CreateObjectCallback_Event(LuaFunction func, LuaTable self) : base(func, self) { }
return;
}
}
// System.Void DelegateFactory_FairyGUI_UIPackage_CreateObjectCallback_Event::Call(FairyGUI.GObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_UIPackage_CreateObjectCallback_Event_Call_mA66DBF811438AFF968E0BF04C61474919006D63B (FairyGUI_UIPackage_CreateObjectCallback_Event_t34F3EE9A48E5ACF145B1B579ECD828E980B1A624 * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___param00, const RuntimeMethod* method)
{
{
// func.BeginPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_0);
VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 LuaInterface.LuaFunction::BeginPCall() */, L_0);
// func.PushObject(param0);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_1 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_2 = ___param00;
NullCheck(L_1);
LuaFunction_PushObject_m9E55F74177E02A91D77A1821DF0C33A6D6A59F21(L_1, L_2, /*hidden argument*/NULL);
// func.PCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_3);
LuaFunction_PCall_m341EEEBF73C721C0B0D52DD8F173C24B7CF995C1(L_3, /*hidden argument*/NULL);
// func.EndPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_4 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_4);
LuaFunction_EndPCall_m61C1BED1DE6D95FEAE1D25F9183A51F0D9667AFB(L_4, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void DelegateFactory_FairyGUI_UIPackage_CreateObjectCallback_Event::CallWithSelf(FairyGUI.GObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FairyGUI_UIPackage_CreateObjectCallback_Event_CallWithSelf_m3EECD2511C20003EBA6DD29F3D688F4425717D13 (FairyGUI_UIPackage_CreateObjectCallback_Event_t34F3EE9A48E5ACF145B1B579ECD828E980B1A624 * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___param00, const RuntimeMethod* method)
{
{
// func.BeginPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_0);
VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 LuaInterface.LuaFunction::BeginPCall() */, L_0);
// func.Push(self);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_1 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_2 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_self_1();
NullCheck(L_1);
LuaFunction_Push_m1A8856B5018F77038009CA11C3C1A2B35CEA4D28(L_1, L_2, /*hidden argument*/NULL);
// func.PushObject(param0);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_4 = ___param00;
NullCheck(L_3);
LuaFunction_PushObject_m9E55F74177E02A91D77A1821DF0C33A6D6A59F21(L_3, L_4, /*hidden argument*/NULL);
// func.PCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_5 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_5);
LuaFunction_PCall_m341EEEBF73C721C0B0D52DD8F173C24B7CF995C1(L_5, /*hidden argument*/NULL);
// func.EndPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_6 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_6);
LuaFunction_EndPCall_m61C1BED1DE6D95FEAE1D25F9183A51F0D9667AFB(L_6, /*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 DelegateFactory_System_Action_Event::.ctor(LuaInterface.LuaFunction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void System_Action_Event__ctor_m3612F16585FE07B5BDC23DB9093331AE7DDF7B12 (System_Action_Event_t849A1E142A0EF10B1A879D227B3C0377B9132848 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method)
{
{
// public System_Action_Event(LuaFunction func) : base(func) { }
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
LuaDelegate__ctor_m064B1E7836D248D5A8A7AD1009F5338855B4C2EA(__this, L_0, /*hidden argument*/NULL);
// public System_Action_Event(LuaFunction func) : base(func) { }
return;
}
}
// System.Void DelegateFactory_System_Action_Event::.ctor(LuaInterface.LuaFunction,LuaInterface.LuaTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void System_Action_Event__ctor_mDA1FBD4643E633589A4F543FCA37E00D19772F87 (System_Action_Event_t849A1E142A0EF10B1A879D227B3C0377B9132848 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method)
{
{
// public System_Action_Event(LuaFunction func, LuaTable self) : base(func, self) { }
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_1 = ___self1;
LuaDelegate__ctor_m0DB629470385D61F2D469F73B33BEA061FDC09FE(__this, L_0, L_1, /*hidden argument*/NULL);
// public System_Action_Event(LuaFunction func, LuaTable self) : base(func, self) { }
return;
}
}
// System.Void DelegateFactory_System_Action_Event::Call()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void System_Action_Event_Call_mD41D39210848C8C9A389EFA000A6131FDDCC8D0B (System_Action_Event_t849A1E142A0EF10B1A879D227B3C0377B9132848 * __this, const RuntimeMethod* method)
{
{
// func.Call();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_0);
LuaFunction_Call_m0A1E4C156A3435A01D661CE958D9B76790CC8F65(L_0, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void DelegateFactory_System_Action_Event::CallWithSelf()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void System_Action_Event_CallWithSelf_m78C458148609418F14389E7C820D25AEEF98DCC7 (System_Action_Event_t849A1E142A0EF10B1A879D227B3C0377B9132848 * __this, const RuntimeMethod* method)
{
{
// func.BeginPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_0);
VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 LuaInterface.LuaFunction::BeginPCall() */, L_0);
// func.Push(self);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_1 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_2 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_self_1();
NullCheck(L_1);
LuaFunction_Push_m1A8856B5018F77038009CA11C3C1A2B35CEA4D28(L_1, L_2, /*hidden argument*/NULL);
// func.PCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_3);
LuaFunction_PCall_m341EEEBF73C721C0B0D52DD8F173C24B7CF995C1(L_3, /*hidden argument*/NULL);
// func.EndPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_4 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_4);
LuaFunction_EndPCall_m61C1BED1DE6D95FEAE1D25F9183A51F0D9667AFB(L_4, /*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 DelegateFactory_System_Action_UnityEngine_AsyncOperation_Event::.ctor(LuaInterface.LuaFunction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void System_Action_UnityEngine_AsyncOperation_Event__ctor_m6293FE4F9CD0AF2B0A8BC876CF0228921F5C9D13 (System_Action_UnityEngine_AsyncOperation_Event_t30301901F4473DDAF7FA36EF0467033AB69E37C8 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method)
{
{
// public System_Action_UnityEngine_AsyncOperation_Event(LuaFunction func) : base(func) { }
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
LuaDelegate__ctor_m064B1E7836D248D5A8A7AD1009F5338855B4C2EA(__this, L_0, /*hidden argument*/NULL);
// public System_Action_UnityEngine_AsyncOperation_Event(LuaFunction func) : base(func) { }
return;
}
}
// System.Void DelegateFactory_System_Action_UnityEngine_AsyncOperation_Event::.ctor(LuaInterface.LuaFunction,LuaInterface.LuaTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void System_Action_UnityEngine_AsyncOperation_Event__ctor_mF3A51D02CB450E996F358E60C54CFBD0F07D1710 (System_Action_UnityEngine_AsyncOperation_Event_t30301901F4473DDAF7FA36EF0467033AB69E37C8 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method)
{
{
// public System_Action_UnityEngine_AsyncOperation_Event(LuaFunction func, LuaTable self) : base(func, self) { }
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_1 = ___self1;
LuaDelegate__ctor_m0DB629470385D61F2D469F73B33BEA061FDC09FE(__this, L_0, L_1, /*hidden argument*/NULL);
// public System_Action_UnityEngine_AsyncOperation_Event(LuaFunction func, LuaTable self) : base(func, self) { }
return;
}
}
// System.Void DelegateFactory_System_Action_UnityEngine_AsyncOperation_Event::Call(UnityEngine.AsyncOperation)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void System_Action_UnityEngine_AsyncOperation_Event_Call_m548B51295C248DEE42FB0B4647C51A564B641014 (System_Action_UnityEngine_AsyncOperation_Event_t30301901F4473DDAF7FA36EF0467033AB69E37C8 * __this, AsyncOperation_t304C51ABED8AE734CC8DDDFE13013D8D5A44641D * ___param00, const RuntimeMethod* method)
{
{
// func.BeginPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_0);
VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 LuaInterface.LuaFunction::BeginPCall() */, L_0);
// func.PushObject(param0);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_1 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
AsyncOperation_t304C51ABED8AE734CC8DDDFE13013D8D5A44641D * L_2 = ___param00;
NullCheck(L_1);
LuaFunction_PushObject_m9E55F74177E02A91D77A1821DF0C33A6D6A59F21(L_1, L_2, /*hidden argument*/NULL);
// func.PCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_3);
LuaFunction_PCall_m341EEEBF73C721C0B0D52DD8F173C24B7CF995C1(L_3, /*hidden argument*/NULL);
// func.EndPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_4 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_4);
LuaFunction_EndPCall_m61C1BED1DE6D95FEAE1D25F9183A51F0D9667AFB(L_4, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void DelegateFactory_System_Action_UnityEngine_AsyncOperation_Event::CallWithSelf(UnityEngine.AsyncOperation)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void System_Action_UnityEngine_AsyncOperation_Event_CallWithSelf_m6295E76509B6FD66961EE1E9C596D8A45617A09F (System_Action_UnityEngine_AsyncOperation_Event_t30301901F4473DDAF7FA36EF0467033AB69E37C8 * __this, AsyncOperation_t304C51ABED8AE734CC8DDDFE13013D8D5A44641D * ___param00, const RuntimeMethod* method)
{
{
// func.BeginPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_0);
VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 LuaInterface.LuaFunction::BeginPCall() */, L_0);
// func.Push(self);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_1 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_2 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_self_1();
NullCheck(L_1);
LuaFunction_Push_m1A8856B5018F77038009CA11C3C1A2B35CEA4D28(L_1, L_2, /*hidden argument*/NULL);
// func.PushObject(param0);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
AsyncOperation_t304C51ABED8AE734CC8DDDFE13013D8D5A44641D * L_4 = ___param00;
NullCheck(L_3);
LuaFunction_PushObject_m9E55F74177E02A91D77A1821DF0C33A6D6A59F21(L_3, L_4, /*hidden argument*/NULL);
// func.PCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_5 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_5);
LuaFunction_PCall_m341EEEBF73C721C0B0D52DD8F173C24B7CF995C1(L_5, /*hidden argument*/NULL);
// func.EndPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_6 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_6);
LuaFunction_EndPCall_m61C1BED1DE6D95FEAE1D25F9183A51F0D9667AFB(L_6, /*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 DelegateFactory_System_Action_bool_Event::.ctor(LuaInterface.LuaFunction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void System_Action_bool_Event__ctor_mBC59E4FA05F6F28A94E6DA99E106BF6A446B86C0 (System_Action_bool_Event_tFE8B1F8AB419E33B0A484F66816B6AEAD51F50AD * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method)
{
{
// public System_Action_bool_Event(LuaFunction func) : base(func) { }
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
LuaDelegate__ctor_m064B1E7836D248D5A8A7AD1009F5338855B4C2EA(__this, L_0, /*hidden argument*/NULL);
// public System_Action_bool_Event(LuaFunction func) : base(func) { }
return;
}
}
// System.Void DelegateFactory_System_Action_bool_Event::.ctor(LuaInterface.LuaFunction,LuaInterface.LuaTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void System_Action_bool_Event__ctor_mF480D16FC84E726CF66254C82FEDA834051BE068 (System_Action_bool_Event_tFE8B1F8AB419E33B0A484F66816B6AEAD51F50AD * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method)
{
{
// public System_Action_bool_Event(LuaFunction func, LuaTable self) : base(func, self) { }
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_1 = ___self1;
LuaDelegate__ctor_m0DB629470385D61F2D469F73B33BEA061FDC09FE(__this, L_0, L_1, /*hidden argument*/NULL);
// public System_Action_bool_Event(LuaFunction func, LuaTable self) : base(func, self) { }
return;
}
}
// System.Void DelegateFactory_System_Action_bool_Event::Call(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void System_Action_bool_Event_Call_mBF8BC4BA859F78766C13755C01F482C9E516C973 (System_Action_bool_Event_tFE8B1F8AB419E33B0A484F66816B6AEAD51F50AD * __this, bool ___param00, const RuntimeMethod* method)
{
{
// func.BeginPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_0);
VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 LuaInterface.LuaFunction::BeginPCall() */, L_0);
// func.Push(param0);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_1 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
bool L_2 = ___param00;
NullCheck(L_1);
LuaFunction_Push_mB23A3C2E784512FA81BAA67F6DD6D865A7009AE6(L_1, L_2, /*hidden argument*/NULL);
// func.PCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_3);
LuaFunction_PCall_m341EEEBF73C721C0B0D52DD8F173C24B7CF995C1(L_3, /*hidden argument*/NULL);
// func.EndPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_4 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_4);
LuaFunction_EndPCall_m61C1BED1DE6D95FEAE1D25F9183A51F0D9667AFB(L_4, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void DelegateFactory_System_Action_bool_Event::CallWithSelf(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void System_Action_bool_Event_CallWithSelf_mF3882FC96BB1BABC84527C58BB2B9528E15A9236 (System_Action_bool_Event_tFE8B1F8AB419E33B0A484F66816B6AEAD51F50AD * __this, bool ___param00, const RuntimeMethod* method)
{
{
// func.BeginPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_0);
VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 LuaInterface.LuaFunction::BeginPCall() */, L_0);
// func.Push(self);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_1 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_2 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_self_1();
NullCheck(L_1);
LuaFunction_Push_m1A8856B5018F77038009CA11C3C1A2B35CEA4D28(L_1, L_2, /*hidden argument*/NULL);
// func.Push(param0);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
bool L_4 = ___param00;
NullCheck(L_3);
LuaFunction_Push_mB23A3C2E784512FA81BAA67F6DD6D865A7009AE6(L_3, L_4, /*hidden argument*/NULL);
// func.PCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_5 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_5);
LuaFunction_PCall_m341EEEBF73C721C0B0D52DD8F173C24B7CF995C1(L_5, /*hidden argument*/NULL);
// func.EndPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_6 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_6);
LuaFunction_EndPCall_m61C1BED1DE6D95FEAE1D25F9183A51F0D9667AFB(L_6, /*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 DelegateFactory_System_Action_int_Event::.ctor(LuaInterface.LuaFunction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void System_Action_int_Event__ctor_m1A66631E93FBFBC9788BAED3E25119DD3F0E3A23 (System_Action_int_Event_t72AB5253E5D11247384654DA5B392C786877B7BA * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method)
{
{
// public System_Action_int_Event(LuaFunction func) : base(func) { }
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
LuaDelegate__ctor_m064B1E7836D248D5A8A7AD1009F5338855B4C2EA(__this, L_0, /*hidden argument*/NULL);
// public System_Action_int_Event(LuaFunction func) : base(func) { }
return;
}
}
// System.Void DelegateFactory_System_Action_int_Event::.ctor(LuaInterface.LuaFunction,LuaInterface.LuaTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void System_Action_int_Event__ctor_m298CD40BB105AFFE88A828ADAEDE311FC1C83499 (System_Action_int_Event_t72AB5253E5D11247384654DA5B392C786877B7BA * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method)
{
{
// public System_Action_int_Event(LuaFunction func, LuaTable self) : base(func, self) { }
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_1 = ___self1;
LuaDelegate__ctor_m0DB629470385D61F2D469F73B33BEA061FDC09FE(__this, L_0, L_1, /*hidden argument*/NULL);
// public System_Action_int_Event(LuaFunction func, LuaTable self) : base(func, self) { }
return;
}
}
// System.Void DelegateFactory_System_Action_int_Event::Call(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void System_Action_int_Event_Call_m32A35D6180E14A0C661D06E49A112F02F2253672 (System_Action_int_Event_t72AB5253E5D11247384654DA5B392C786877B7BA * __this, int32_t ___param00, const RuntimeMethod* method)
{
{
// func.BeginPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_0);
VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 LuaInterface.LuaFunction::BeginPCall() */, L_0);
// func.Push(param0);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_1 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
int32_t L_2 = ___param00;
NullCheck(L_1);
LuaFunction_Push_mFA14B76FE6837198709B97FA9EAAEA99AEBEA6CA(L_1, L_2, /*hidden argument*/NULL);
// func.PCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_3);
LuaFunction_PCall_m341EEEBF73C721C0B0D52DD8F173C24B7CF995C1(L_3, /*hidden argument*/NULL);
// func.EndPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_4 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_4);
LuaFunction_EndPCall_m61C1BED1DE6D95FEAE1D25F9183A51F0D9667AFB(L_4, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void DelegateFactory_System_Action_int_Event::CallWithSelf(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void System_Action_int_Event_CallWithSelf_m2C526B464F555EF69AC0D84D41D063EC2188E6FA (System_Action_int_Event_t72AB5253E5D11247384654DA5B392C786877B7BA * __this, int32_t ___param00, const RuntimeMethod* method)
{
{
// func.BeginPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_0);
VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 LuaInterface.LuaFunction::BeginPCall() */, L_0);
// func.Push(self);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_1 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_2 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_self_1();
NullCheck(L_1);
LuaFunction_Push_m1A8856B5018F77038009CA11C3C1A2B35CEA4D28(L_1, L_2, /*hidden argument*/NULL);
// func.Push(param0);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
int32_t L_4 = ___param00;
NullCheck(L_3);
LuaFunction_Push_mFA14B76FE6837198709B97FA9EAAEA99AEBEA6CA(L_3, L_4, /*hidden argument*/NULL);
// func.PCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_5 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_5);
LuaFunction_PCall_m341EEEBF73C721C0B0D52DD8F173C24B7CF995C1(L_5, /*hidden argument*/NULL);
// func.EndPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_6 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_6);
LuaFunction_EndPCall_m61C1BED1DE6D95FEAE1D25F9183A51F0D9667AFB(L_6, /*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 DelegateFactory_System_Action_string_Event::.ctor(LuaInterface.LuaFunction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void System_Action_string_Event__ctor_mB5FF2D9A8C0E0E2E27D672B589A786B5A752E4DB (System_Action_string_Event_t4312ECDDE7B231FA0F7FF8C452136B00E3EB5DF1 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method)
{
{
// public System_Action_string_Event(LuaFunction func) : base(func) { }
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
LuaDelegate__ctor_m064B1E7836D248D5A8A7AD1009F5338855B4C2EA(__this, L_0, /*hidden argument*/NULL);
// public System_Action_string_Event(LuaFunction func) : base(func) { }
return;
}
}
// System.Void DelegateFactory_System_Action_string_Event::.ctor(LuaInterface.LuaFunction,LuaInterface.LuaTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void System_Action_string_Event__ctor_m16CE98BE86BF242ACCF188E21A009A0FBEDB7B52 (System_Action_string_Event_t4312ECDDE7B231FA0F7FF8C452136B00E3EB5DF1 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method)
{
{
// public System_Action_string_Event(LuaFunction func, LuaTable self) : base(func, self) { }
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_1 = ___self1;
LuaDelegate__ctor_m0DB629470385D61F2D469F73B33BEA061FDC09FE(__this, L_0, L_1, /*hidden argument*/NULL);
// public System_Action_string_Event(LuaFunction func, LuaTable self) : base(func, self) { }
return;
}
}
// System.Void DelegateFactory_System_Action_string_Event::Call(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void System_Action_string_Event_Call_m27124D48B25C360E497ABE02BBB2AAB4A000B128 (System_Action_string_Event_t4312ECDDE7B231FA0F7FF8C452136B00E3EB5DF1 * __this, String_t* ___param00, const RuntimeMethod* method)
{
{
// func.BeginPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_0);
VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 LuaInterface.LuaFunction::BeginPCall() */, L_0);
// func.Push(param0);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_1 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
String_t* L_2 = ___param00;
NullCheck(L_1);
LuaFunction_Push_mEB2CDE0E8BDDAFE2B0BB4342EB1F519691065CC1(L_1, L_2, /*hidden argument*/NULL);
// func.PCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_3);
LuaFunction_PCall_m341EEEBF73C721C0B0D52DD8F173C24B7CF995C1(L_3, /*hidden argument*/NULL);
// func.EndPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_4 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_4);
LuaFunction_EndPCall_m61C1BED1DE6D95FEAE1D25F9183A51F0D9667AFB(L_4, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void DelegateFactory_System_Action_string_Event::CallWithSelf(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void System_Action_string_Event_CallWithSelf_m156D63A0A14A148155ECBF8CDCE0210658DD9993 (System_Action_string_Event_t4312ECDDE7B231FA0F7FF8C452136B00E3EB5DF1 * __this, String_t* ___param00, const RuntimeMethod* method)
{
{
// func.BeginPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_0);
VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 LuaInterface.LuaFunction::BeginPCall() */, L_0);
// func.Push(self);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_1 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_2 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_self_1();
NullCheck(L_1);
LuaFunction_Push_m1A8856B5018F77038009CA11C3C1A2B35CEA4D28(L_1, L_2, /*hidden argument*/NULL);
// func.Push(param0);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
String_t* L_4 = ___param00;
NullCheck(L_3);
LuaFunction_Push_mEB2CDE0E8BDDAFE2B0BB4342EB1F519691065CC1(L_3, L_4, /*hidden argument*/NULL);
// func.PCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_5 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_5);
LuaFunction_PCall_m341EEEBF73C721C0B0D52DD8F173C24B7CF995C1(L_5, /*hidden argument*/NULL);
// func.EndPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_6 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_6);
LuaFunction_EndPCall_m61C1BED1DE6D95FEAE1D25F9183A51F0D9667AFB(L_6, /*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 DelegateFactory_System_Action_string_System_Action_Event::.ctor(LuaInterface.LuaFunction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void System_Action_string_System_Action_Event__ctor_m69F1FDEC4BDACF754A0AC8D83D0A5BB6E5D16721 (System_Action_string_System_Action_Event_t53F256514EB1ABF4A6799FE87483D37CF262E23E * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method)
{
{
// public System_Action_string_System_Action_Event(LuaFunction func) : base(func) { }
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
LuaDelegate__ctor_m064B1E7836D248D5A8A7AD1009F5338855B4C2EA(__this, L_0, /*hidden argument*/NULL);
// public System_Action_string_System_Action_Event(LuaFunction func) : base(func) { }
return;
}
}
// System.Void DelegateFactory_System_Action_string_System_Action_Event::.ctor(LuaInterface.LuaFunction,LuaInterface.LuaTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void System_Action_string_System_Action_Event__ctor_mDBF4752AA78AB5D72B93ACF2DF7EE9BD0E8D0999 (System_Action_string_System_Action_Event_t53F256514EB1ABF4A6799FE87483D37CF262E23E * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method)
{
{
// public System_Action_string_System_Action_Event(LuaFunction func, LuaTable self) : base(func, self) { }
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_1 = ___self1;
LuaDelegate__ctor_m0DB629470385D61F2D469F73B33BEA061FDC09FE(__this, L_0, L_1, /*hidden argument*/NULL);
// public System_Action_string_System_Action_Event(LuaFunction func, LuaTable self) : base(func, self) { }
return;
}
}
// System.Void DelegateFactory_System_Action_string_System_Action_Event::Call(System.String,System.Action)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void System_Action_string_System_Action_Event_Call_mC9665AC377F0564A8AACBFCE708675813E1C00DB (System_Action_string_System_Action_Event_t53F256514EB1ABF4A6799FE87483D37CF262E23E * __this, String_t* ___param00, Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * ___param11, const RuntimeMethod* method)
{
{
// func.BeginPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_0);
VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 LuaInterface.LuaFunction::BeginPCall() */, L_0);
// func.Push(param0);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_1 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
String_t* L_2 = ___param00;
NullCheck(L_1);
LuaFunction_Push_mEB2CDE0E8BDDAFE2B0BB4342EB1F519691065CC1(L_1, L_2, /*hidden argument*/NULL);
// func.Push(param1);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_4 = ___param11;
NullCheck(L_3);
LuaFunction_Push_mFDEAE703096F9AF7446E8272719134D18EF409E0(L_3, L_4, /*hidden argument*/NULL);
// func.PCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_5 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_5);
LuaFunction_PCall_m341EEEBF73C721C0B0D52DD8F173C24B7CF995C1(L_5, /*hidden argument*/NULL);
// func.EndPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_6 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_6);
LuaFunction_EndPCall_m61C1BED1DE6D95FEAE1D25F9183A51F0D9667AFB(L_6, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void DelegateFactory_System_Action_string_System_Action_Event::CallWithSelf(System.String,System.Action)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void System_Action_string_System_Action_Event_CallWithSelf_m9264071612C17764ABE8EF1DFD1AE992B9086051 (System_Action_string_System_Action_Event_t53F256514EB1ABF4A6799FE87483D37CF262E23E * __this, String_t* ___param00, Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * ___param11, const RuntimeMethod* method)
{
{
// func.BeginPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_0);
VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 LuaInterface.LuaFunction::BeginPCall() */, L_0);
// func.Push(self);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_1 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_2 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_self_1();
NullCheck(L_1);
LuaFunction_Push_m1A8856B5018F77038009CA11C3C1A2B35CEA4D28(L_1, L_2, /*hidden argument*/NULL);
// func.Push(param0);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
String_t* L_4 = ___param00;
NullCheck(L_3);
LuaFunction_Push_mEB2CDE0E8BDDAFE2B0BB4342EB1F519691065CC1(L_3, L_4, /*hidden argument*/NULL);
// func.Push(param1);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_5 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_6 = ___param11;
NullCheck(L_5);
LuaFunction_Push_mFDEAE703096F9AF7446E8272719134D18EF409E0(L_5, L_6, /*hidden argument*/NULL);
// func.PCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_7 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_7);
LuaFunction_PCall_m341EEEBF73C721C0B0D52DD8F173C24B7CF995C1(L_7, /*hidden argument*/NULL);
// func.EndPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_8 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_8);
LuaFunction_EndPCall_m61C1BED1DE6D95FEAE1D25F9183A51F0D9667AFB(L_8, /*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 DelegateFactory_System_Comparison_int_Event::.ctor(LuaInterface.LuaFunction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void System_Comparison_int_Event__ctor_mD8902092460B6468F70C0329585EEB4D325DE2E0 (System_Comparison_int_Event_t8E16B7A44C1FA6329B2D0890448E4C8778E2DA3D * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method)
{
{
// public System_Comparison_int_Event(LuaFunction func) : base(func) { }
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
LuaDelegate__ctor_m064B1E7836D248D5A8A7AD1009F5338855B4C2EA(__this, L_0, /*hidden argument*/NULL);
// public System_Comparison_int_Event(LuaFunction func) : base(func) { }
return;
}
}
// System.Void DelegateFactory_System_Comparison_int_Event::.ctor(LuaInterface.LuaFunction,LuaInterface.LuaTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void System_Comparison_int_Event__ctor_m6FAFD374B11BD0081FD79D94F7E7050EC560D154 (System_Comparison_int_Event_t8E16B7A44C1FA6329B2D0890448E4C8778E2DA3D * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method)
{
{
// public System_Comparison_int_Event(LuaFunction func, LuaTable self) : base(func, self) { }
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_1 = ___self1;
LuaDelegate__ctor_m0DB629470385D61F2D469F73B33BEA061FDC09FE(__this, L_0, L_1, /*hidden argument*/NULL);
// public System_Comparison_int_Event(LuaFunction func, LuaTable self) : base(func, self) { }
return;
}
}
// System.Int32 DelegateFactory_System_Comparison_int_Event::Call(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_Comparison_int_Event_Call_m60202AB57B213C8E724E24BF0E726D410FC469ED (System_Comparison_int_Event_t8E16B7A44C1FA6329B2D0890448E4C8778E2DA3D * __this, int32_t ___param00, int32_t ___param11, const RuntimeMethod* method)
{
{
// func.BeginPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_0);
VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 LuaInterface.LuaFunction::BeginPCall() */, L_0);
// func.Push(param0);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_1 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
int32_t L_2 = ___param00;
NullCheck(L_1);
LuaFunction_Push_mFA14B76FE6837198709B97FA9EAAEA99AEBEA6CA(L_1, L_2, /*hidden argument*/NULL);
// func.Push(param1);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
int32_t L_4 = ___param11;
NullCheck(L_3);
LuaFunction_Push_mFA14B76FE6837198709B97FA9EAAEA99AEBEA6CA(L_3, L_4, /*hidden argument*/NULL);
// func.PCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_5 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_5);
LuaFunction_PCall_m341EEEBF73C721C0B0D52DD8F173C24B7CF995C1(L_5, /*hidden argument*/NULL);
// int ret = (int)func.CheckNumber();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_6 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_6);
double L_7 = LuaFunction_CheckNumber_mCB4C2BD8BBEB162188B3C4C45FB34B067765EAA4(L_6, /*hidden argument*/NULL);
// func.EndPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_8 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_8);
LuaFunction_EndPCall_m61C1BED1DE6D95FEAE1D25F9183A51F0D9667AFB(L_8, /*hidden argument*/NULL);
// return ret;
return (((int32_t)((int32_t)L_7)));
}
}
// System.Int32 DelegateFactory_System_Comparison_int_Event::CallWithSelf(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_Comparison_int_Event_CallWithSelf_mE14903432998BC5020AF2E733D6D0BC761586E52 (System_Comparison_int_Event_t8E16B7A44C1FA6329B2D0890448E4C8778E2DA3D * __this, int32_t ___param00, int32_t ___param11, const RuntimeMethod* method)
{
{
// func.BeginPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_0);
VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 LuaInterface.LuaFunction::BeginPCall() */, L_0);
// func.Push(self);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_1 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_2 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_self_1();
NullCheck(L_1);
LuaFunction_Push_m1A8856B5018F77038009CA11C3C1A2B35CEA4D28(L_1, L_2, /*hidden argument*/NULL);
// func.Push(param0);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
int32_t L_4 = ___param00;
NullCheck(L_3);
LuaFunction_Push_mFA14B76FE6837198709B97FA9EAAEA99AEBEA6CA(L_3, L_4, /*hidden argument*/NULL);
// func.Push(param1);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_5 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
int32_t L_6 = ___param11;
NullCheck(L_5);
LuaFunction_Push_mFA14B76FE6837198709B97FA9EAAEA99AEBEA6CA(L_5, L_6, /*hidden argument*/NULL);
// func.PCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_7 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_7);
LuaFunction_PCall_m341EEEBF73C721C0B0D52DD8F173C24B7CF995C1(L_7, /*hidden argument*/NULL);
// int ret = (int)func.CheckNumber();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_8 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_8);
double L_9 = LuaFunction_CheckNumber_mCB4C2BD8BBEB162188B3C4C45FB34B067765EAA4(L_8, /*hidden argument*/NULL);
// func.EndPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_10 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_10);
LuaFunction_EndPCall_m61C1BED1DE6D95FEAE1D25F9183A51F0D9667AFB(L_10, /*hidden argument*/NULL);
// return ret;
return (((int32_t)((int32_t)L_9)));
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void DelegateFactory_System_Func_bool_Event::.ctor(LuaInterface.LuaFunction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void System_Func_bool_Event__ctor_m837405B8DF7B03897786124EC6666A398AF9740E (System_Func_bool_Event_t257C4C8365723D7E7FAF7AE7F78A72E0383786EC * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method)
{
{
// public System_Func_bool_Event(LuaFunction func) : base(func) { }
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
LuaDelegate__ctor_m064B1E7836D248D5A8A7AD1009F5338855B4C2EA(__this, L_0, /*hidden argument*/NULL);
// public System_Func_bool_Event(LuaFunction func) : base(func) { }
return;
}
}
// System.Void DelegateFactory_System_Func_bool_Event::.ctor(LuaInterface.LuaFunction,LuaInterface.LuaTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void System_Func_bool_Event__ctor_mA187FCDEB87500AE0FA8C7D1907F2FF5BABF5D60 (System_Func_bool_Event_t257C4C8365723D7E7FAF7AE7F78A72E0383786EC * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method)
{
{
// public System_Func_bool_Event(LuaFunction func, LuaTable self) : base(func, self) { }
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_1 = ___self1;
LuaDelegate__ctor_m0DB629470385D61F2D469F73B33BEA061FDC09FE(__this, L_0, L_1, /*hidden argument*/NULL);
// public System_Func_bool_Event(LuaFunction func, LuaTable self) : base(func, self) { }
return;
}
}
// System.Boolean DelegateFactory_System_Func_bool_Event::Call()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool System_Func_bool_Event_Call_m7BBBD7B542F569F739923A7FD77D0D3631517624 (System_Func_bool_Event_t257C4C8365723D7E7FAF7AE7F78A72E0383786EC * __this, const RuntimeMethod* method)
{
{
// func.BeginPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_0);
VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 LuaInterface.LuaFunction::BeginPCall() */, L_0);
// func.PCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_1 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_1);
LuaFunction_PCall_m341EEEBF73C721C0B0D52DD8F173C24B7CF995C1(L_1, /*hidden argument*/NULL);
// bool ret = func.CheckBoolean();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_2 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_2);
bool L_3 = LuaFunction_CheckBoolean_mF9F8F54E72D43017782ACE2FEDF2ADA746F8D73A(L_2, /*hidden argument*/NULL);
// func.EndPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_4 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_4);
LuaFunction_EndPCall_m61C1BED1DE6D95FEAE1D25F9183A51F0D9667AFB(L_4, /*hidden argument*/NULL);
// return ret;
return L_3;
}
}
// System.Boolean DelegateFactory_System_Func_bool_Event::CallWithSelf()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool System_Func_bool_Event_CallWithSelf_m24D1C180ABD17573442C90EAA8A2EA56D5E4BCF7 (System_Func_bool_Event_t257C4C8365723D7E7FAF7AE7F78A72E0383786EC * __this, const RuntimeMethod* method)
{
{
// func.BeginPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_0);
VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 LuaInterface.LuaFunction::BeginPCall() */, L_0);
// func.Push(self);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_1 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_2 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_self_1();
NullCheck(L_1);
LuaFunction_Push_m1A8856B5018F77038009CA11C3C1A2B35CEA4D28(L_1, L_2, /*hidden argument*/NULL);
// func.PCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_3);
LuaFunction_PCall_m341EEEBF73C721C0B0D52DD8F173C24B7CF995C1(L_3, /*hidden argument*/NULL);
// bool ret = func.CheckBoolean();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_4 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_4);
bool L_5 = LuaFunction_CheckBoolean_mF9F8F54E72D43017782ACE2FEDF2ADA746F8D73A(L_4, /*hidden argument*/NULL);
// func.EndPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_6 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_6);
LuaFunction_EndPCall_m61C1BED1DE6D95FEAE1D25F9183A51F0D9667AFB(L_6, /*hidden argument*/NULL);
// return ret;
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
// System.Void DelegateFactory_System_Func_int_int_Event::.ctor(LuaInterface.LuaFunction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void System_Func_int_int_Event__ctor_mDB0730904EF1402E2971A91C2F1EDEB72EA57A8C (System_Func_int_int_Event_tD20BFACAE9508B8D28498F78151CD20BAE91E716 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method)
{
{
// public System_Func_int_int_Event(LuaFunction func) : base(func) { }
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
LuaDelegate__ctor_m064B1E7836D248D5A8A7AD1009F5338855B4C2EA(__this, L_0, /*hidden argument*/NULL);
// public System_Func_int_int_Event(LuaFunction func) : base(func) { }
return;
}
}
// System.Void DelegateFactory_System_Func_int_int_Event::.ctor(LuaInterface.LuaFunction,LuaInterface.LuaTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void System_Func_int_int_Event__ctor_m4821C15DDA219628084FF815633D0268927FADDC (System_Func_int_int_Event_tD20BFACAE9508B8D28498F78151CD20BAE91E716 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method)
{
{
// public System_Func_int_int_Event(LuaFunction func, LuaTable self) : base(func, self) { }
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_1 = ___self1;
LuaDelegate__ctor_m0DB629470385D61F2D469F73B33BEA061FDC09FE(__this, L_0, L_1, /*hidden argument*/NULL);
// public System_Func_int_int_Event(LuaFunction func, LuaTable self) : base(func, self) { }
return;
}
}
// System.Int32 DelegateFactory_System_Func_int_int_Event::Call(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_Func_int_int_Event_Call_m234D8FA9886084FAAE9544BDD52F5F9203B70218 (System_Func_int_int_Event_tD20BFACAE9508B8D28498F78151CD20BAE91E716 * __this, int32_t ___param00, const RuntimeMethod* method)
{
{
// func.BeginPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_0);
VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 LuaInterface.LuaFunction::BeginPCall() */, L_0);
// func.Push(param0);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_1 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
int32_t L_2 = ___param00;
NullCheck(L_1);
LuaFunction_Push_mFA14B76FE6837198709B97FA9EAAEA99AEBEA6CA(L_1, L_2, /*hidden argument*/NULL);
// func.PCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_3);
LuaFunction_PCall_m341EEEBF73C721C0B0D52DD8F173C24B7CF995C1(L_3, /*hidden argument*/NULL);
// int ret = (int)func.CheckNumber();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_4 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_4);
double L_5 = LuaFunction_CheckNumber_mCB4C2BD8BBEB162188B3C4C45FB34B067765EAA4(L_4, /*hidden argument*/NULL);
// func.EndPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_6 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_6);
LuaFunction_EndPCall_m61C1BED1DE6D95FEAE1D25F9183A51F0D9667AFB(L_6, /*hidden argument*/NULL);
// return ret;
return (((int32_t)((int32_t)L_5)));
}
}
// System.Int32 DelegateFactory_System_Func_int_int_Event::CallWithSelf(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_Func_int_int_Event_CallWithSelf_m9C0332165CCCEAFD90423C29B0BCC241672C4D03 (System_Func_int_int_Event_tD20BFACAE9508B8D28498F78151CD20BAE91E716 * __this, int32_t ___param00, const RuntimeMethod* method)
{
{
// func.BeginPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_0);
VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 LuaInterface.LuaFunction::BeginPCall() */, L_0);
// func.Push(self);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_1 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_2 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_self_1();
NullCheck(L_1);
LuaFunction_Push_m1A8856B5018F77038009CA11C3C1A2B35CEA4D28(L_1, L_2, /*hidden argument*/NULL);
// func.Push(param0);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
int32_t L_4 = ___param00;
NullCheck(L_3);
LuaFunction_Push_mFA14B76FE6837198709B97FA9EAAEA99AEBEA6CA(L_3, L_4, /*hidden argument*/NULL);
// func.PCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_5 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_5);
LuaFunction_PCall_m341EEEBF73C721C0B0D52DD8F173C24B7CF995C1(L_5, /*hidden argument*/NULL);
// int ret = (int)func.CheckNumber();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_6 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_6);
double L_7 = LuaFunction_CheckNumber_mCB4C2BD8BBEB162188B3C4C45FB34B067765EAA4(L_6, /*hidden argument*/NULL);
// func.EndPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_8 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_8);
LuaFunction_EndPCall_m61C1BED1DE6D95FEAE1D25F9183A51F0D9667AFB(L_8, /*hidden argument*/NULL);
// return ret;
return (((int32_t)((int32_t)L_7)));
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void DelegateFactory_System_Predicate_int_Event::.ctor(LuaInterface.LuaFunction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void System_Predicate_int_Event__ctor_m8896C340711B7A96A4A16354A733B0A05A836886 (System_Predicate_int_Event_tADCE6E9B1CAEE8B07B7E6A858BA193A568EA52BD * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method)
{
{
// public System_Predicate_int_Event(LuaFunction func) : base(func) { }
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
LuaDelegate__ctor_m064B1E7836D248D5A8A7AD1009F5338855B4C2EA(__this, L_0, /*hidden argument*/NULL);
// public System_Predicate_int_Event(LuaFunction func) : base(func) { }
return;
}
}
// System.Void DelegateFactory_System_Predicate_int_Event::.ctor(LuaInterface.LuaFunction,LuaInterface.LuaTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void System_Predicate_int_Event__ctor_mFFF17C068DA1255CA11B78479DBF2304725BAEDF (System_Predicate_int_Event_tADCE6E9B1CAEE8B07B7E6A858BA193A568EA52BD * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method)
{
{
// public System_Predicate_int_Event(LuaFunction func, LuaTable self) : base(func, self) { }
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_1 = ___self1;
LuaDelegate__ctor_m0DB629470385D61F2D469F73B33BEA061FDC09FE(__this, L_0, L_1, /*hidden argument*/NULL);
// public System_Predicate_int_Event(LuaFunction func, LuaTable self) : base(func, self) { }
return;
}
}
// System.Boolean DelegateFactory_System_Predicate_int_Event::Call(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool System_Predicate_int_Event_Call_m0CA49D822A2F67A3EEFCDF8C9D2DB3BE54164926 (System_Predicate_int_Event_tADCE6E9B1CAEE8B07B7E6A858BA193A568EA52BD * __this, int32_t ___param00, const RuntimeMethod* method)
{
{
// func.BeginPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_0);
VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 LuaInterface.LuaFunction::BeginPCall() */, L_0);
// func.Push(param0);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_1 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
int32_t L_2 = ___param00;
NullCheck(L_1);
LuaFunction_Push_mFA14B76FE6837198709B97FA9EAAEA99AEBEA6CA(L_1, L_2, /*hidden argument*/NULL);
// func.PCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_3);
LuaFunction_PCall_m341EEEBF73C721C0B0D52DD8F173C24B7CF995C1(L_3, /*hidden argument*/NULL);
// bool ret = func.CheckBoolean();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_4 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_4);
bool L_5 = LuaFunction_CheckBoolean_mF9F8F54E72D43017782ACE2FEDF2ADA746F8D73A(L_4, /*hidden argument*/NULL);
// func.EndPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_6 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_6);
LuaFunction_EndPCall_m61C1BED1DE6D95FEAE1D25F9183A51F0D9667AFB(L_6, /*hidden argument*/NULL);
// return ret;
return L_5;
}
}
// System.Boolean DelegateFactory_System_Predicate_int_Event::CallWithSelf(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool System_Predicate_int_Event_CallWithSelf_mDD1367FECD8C323C4893F3DDD34A95C1B0912186 (System_Predicate_int_Event_tADCE6E9B1CAEE8B07B7E6A858BA193A568EA52BD * __this, int32_t ___param00, const RuntimeMethod* method)
{
{
// func.BeginPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_0);
VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 LuaInterface.LuaFunction::BeginPCall() */, L_0);
// func.Push(self);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_1 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_2 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_self_1();
NullCheck(L_1);
LuaFunction_Push_m1A8856B5018F77038009CA11C3C1A2B35CEA4D28(L_1, L_2, /*hidden argument*/NULL);
// func.Push(param0);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
int32_t L_4 = ___param00;
NullCheck(L_3);
LuaFunction_Push_mFA14B76FE6837198709B97FA9EAAEA99AEBEA6CA(L_3, L_4, /*hidden argument*/NULL);
// func.PCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_5 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_5);
LuaFunction_PCall_m341EEEBF73C721C0B0D52DD8F173C24B7CF995C1(L_5, /*hidden argument*/NULL);
// bool ret = func.CheckBoolean();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_6 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_6);
bool L_7 = LuaFunction_CheckBoolean_mF9F8F54E72D43017782ACE2FEDF2ADA746F8D73A(L_6, /*hidden argument*/NULL);
// func.EndPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_8 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_8);
LuaFunction_EndPCall_m61C1BED1DE6D95FEAE1D25F9183A51F0D9667AFB(L_8, /*hidden argument*/NULL);
// return ret;
return L_7;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void DelegateFactory_UnityEngine_Application_AdvertisingIdentifierCallback_Event::.ctor(LuaInterface.LuaFunction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_Application_AdvertisingIdentifierCallback_Event__ctor_mC022241596730C7E686AB439100BC4AC472EB6D3 (UnityEngine_Application_AdvertisingIdentifierCallback_Event_t32E1F2F7650634273B49A382E5F014984C71EE8D * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method)
{
{
// public UnityEngine_Application_AdvertisingIdentifierCallback_Event(LuaFunction func) : base(func) { }
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
LuaDelegate__ctor_m064B1E7836D248D5A8A7AD1009F5338855B4C2EA(__this, L_0, /*hidden argument*/NULL);
// public UnityEngine_Application_AdvertisingIdentifierCallback_Event(LuaFunction func) : base(func) { }
return;
}
}
// System.Void DelegateFactory_UnityEngine_Application_AdvertisingIdentifierCallback_Event::.ctor(LuaInterface.LuaFunction,LuaInterface.LuaTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_Application_AdvertisingIdentifierCallback_Event__ctor_m29BBA4C38E8E6CBC04A9A3058B5FC7D792F04E15 (UnityEngine_Application_AdvertisingIdentifierCallback_Event_t32E1F2F7650634273B49A382E5F014984C71EE8D * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method)
{
{
// public UnityEngine_Application_AdvertisingIdentifierCallback_Event(LuaFunction func, LuaTable self) : base(func, self) { }
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_1 = ___self1;
LuaDelegate__ctor_m0DB629470385D61F2D469F73B33BEA061FDC09FE(__this, L_0, L_1, /*hidden argument*/NULL);
// public UnityEngine_Application_AdvertisingIdentifierCallback_Event(LuaFunction func, LuaTable self) : base(func, self) { }
return;
}
}
// System.Void DelegateFactory_UnityEngine_Application_AdvertisingIdentifierCallback_Event::Call(System.String,System.Boolean,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_Application_AdvertisingIdentifierCallback_Event_Call_m65D7E6ACCEAD8313BE6F7C941C1319BB92B82219 (UnityEngine_Application_AdvertisingIdentifierCallback_Event_t32E1F2F7650634273B49A382E5F014984C71EE8D * __this, String_t* ___param00, bool ___param11, String_t* ___param22, const RuntimeMethod* method)
{
{
// func.BeginPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_0);
VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 LuaInterface.LuaFunction::BeginPCall() */, L_0);
// func.Push(param0);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_1 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
String_t* L_2 = ___param00;
NullCheck(L_1);
LuaFunction_Push_mEB2CDE0E8BDDAFE2B0BB4342EB1F519691065CC1(L_1, L_2, /*hidden argument*/NULL);
// func.Push(param1);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
bool L_4 = ___param11;
NullCheck(L_3);
LuaFunction_Push_mB23A3C2E784512FA81BAA67F6DD6D865A7009AE6(L_3, L_4, /*hidden argument*/NULL);
// func.Push(param2);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_5 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
String_t* L_6 = ___param22;
NullCheck(L_5);
LuaFunction_Push_mEB2CDE0E8BDDAFE2B0BB4342EB1F519691065CC1(L_5, L_6, /*hidden argument*/NULL);
// func.PCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_7 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_7);
LuaFunction_PCall_m341EEEBF73C721C0B0D52DD8F173C24B7CF995C1(L_7, /*hidden argument*/NULL);
// func.EndPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_8 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_8);
LuaFunction_EndPCall_m61C1BED1DE6D95FEAE1D25F9183A51F0D9667AFB(L_8, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void DelegateFactory_UnityEngine_Application_AdvertisingIdentifierCallback_Event::CallWithSelf(System.String,System.Boolean,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_Application_AdvertisingIdentifierCallback_Event_CallWithSelf_mDBA0A4AC398D3B6466173BC98A5852F45D990999 (UnityEngine_Application_AdvertisingIdentifierCallback_Event_t32E1F2F7650634273B49A382E5F014984C71EE8D * __this, String_t* ___param00, bool ___param11, String_t* ___param22, const RuntimeMethod* method)
{
{
// func.BeginPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_0);
VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 LuaInterface.LuaFunction::BeginPCall() */, L_0);
// func.Push(self);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_1 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_2 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_self_1();
NullCheck(L_1);
LuaFunction_Push_m1A8856B5018F77038009CA11C3C1A2B35CEA4D28(L_1, L_2, /*hidden argument*/NULL);
// func.Push(param0);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
String_t* L_4 = ___param00;
NullCheck(L_3);
LuaFunction_Push_mEB2CDE0E8BDDAFE2B0BB4342EB1F519691065CC1(L_3, L_4, /*hidden argument*/NULL);
// func.Push(param1);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_5 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
bool L_6 = ___param11;
NullCheck(L_5);
LuaFunction_Push_mB23A3C2E784512FA81BAA67F6DD6D865A7009AE6(L_5, L_6, /*hidden argument*/NULL);
// func.Push(param2);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_7 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
String_t* L_8 = ___param22;
NullCheck(L_7);
LuaFunction_Push_mEB2CDE0E8BDDAFE2B0BB4342EB1F519691065CC1(L_7, L_8, /*hidden argument*/NULL);
// func.PCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_9 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_9);
LuaFunction_PCall_m341EEEBF73C721C0B0D52DD8F173C24B7CF995C1(L_9, /*hidden argument*/NULL);
// func.EndPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_10 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_10);
LuaFunction_EndPCall_m61C1BED1DE6D95FEAE1D25F9183A51F0D9667AFB(L_10, /*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 DelegateFactory_UnityEngine_Application_LogCallback_Event::.ctor(LuaInterface.LuaFunction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_Application_LogCallback_Event__ctor_mF374E8ECBBB9559EC6D8ABEABC7D68721537A238 (UnityEngine_Application_LogCallback_Event_t8AC3628D9C4A4F79C2A99D569D0B7DA421B284C4 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method)
{
{
// public UnityEngine_Application_LogCallback_Event(LuaFunction func) : base(func) { }
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
LuaDelegate__ctor_m064B1E7836D248D5A8A7AD1009F5338855B4C2EA(__this, L_0, /*hidden argument*/NULL);
// public UnityEngine_Application_LogCallback_Event(LuaFunction func) : base(func) { }
return;
}
}
// System.Void DelegateFactory_UnityEngine_Application_LogCallback_Event::.ctor(LuaInterface.LuaFunction,LuaInterface.LuaTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_Application_LogCallback_Event__ctor_m5936ECAA13CF0D8CCBCBC839B1348D3469035259 (UnityEngine_Application_LogCallback_Event_t8AC3628D9C4A4F79C2A99D569D0B7DA421B284C4 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method)
{
{
// public UnityEngine_Application_LogCallback_Event(LuaFunction func, LuaTable self) : base(func, self) { }
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_1 = ___self1;
LuaDelegate__ctor_m0DB629470385D61F2D469F73B33BEA061FDC09FE(__this, L_0, L_1, /*hidden argument*/NULL);
// public UnityEngine_Application_LogCallback_Event(LuaFunction func, LuaTable self) : base(func, self) { }
return;
}
}
// System.Void DelegateFactory_UnityEngine_Application_LogCallback_Event::Call(System.String,System.String,UnityEngine.LogType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_Application_LogCallback_Event_Call_mA24E85FD0243586DF929070A295313DF2F830F60 (UnityEngine_Application_LogCallback_Event_t8AC3628D9C4A4F79C2A99D569D0B7DA421B284C4 * __this, String_t* ___param00, String_t* ___param11, int32_t ___param22, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UnityEngine_Application_LogCallback_Event_Call_mA24E85FD0243586DF929070A295313DF2F830F60_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// func.BeginPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_0);
VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 LuaInterface.LuaFunction::BeginPCall() */, L_0);
// func.Push(param0);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_1 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
String_t* L_2 = ___param00;
NullCheck(L_1);
LuaFunction_Push_mEB2CDE0E8BDDAFE2B0BB4342EB1F519691065CC1(L_1, L_2, /*hidden argument*/NULL);
// func.Push(param1);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
String_t* L_4 = ___param11;
NullCheck(L_3);
LuaFunction_Push_mEB2CDE0E8BDDAFE2B0BB4342EB1F519691065CC1(L_3, L_4, /*hidden argument*/NULL);
// func.Push(param2);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_5 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
int32_t L_6 = ___param22;
int32_t L_7 = L_6;
RuntimeObject * L_8 = Box(LogType_t6B6C6234E8B44B73937581ACFBE15DE28227849D_il2cpp_TypeInfo_var, &L_7);
NullCheck(L_5);
LuaFunction_Push_m7FCA8929407C848E71E1018A485B107468805413(L_5, (Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_8, /*hidden argument*/NULL);
// func.PCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_9 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_9);
LuaFunction_PCall_m341EEEBF73C721C0B0D52DD8F173C24B7CF995C1(L_9, /*hidden argument*/NULL);
// func.EndPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_10 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_10);
LuaFunction_EndPCall_m61C1BED1DE6D95FEAE1D25F9183A51F0D9667AFB(L_10, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void DelegateFactory_UnityEngine_Application_LogCallback_Event::CallWithSelf(System.String,System.String,UnityEngine.LogType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_Application_LogCallback_Event_CallWithSelf_mBCE9BA228AC6F070E9DE4E2E5C68ED0C62B49D33 (UnityEngine_Application_LogCallback_Event_t8AC3628D9C4A4F79C2A99D569D0B7DA421B284C4 * __this, String_t* ___param00, String_t* ___param11, int32_t ___param22, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UnityEngine_Application_LogCallback_Event_CallWithSelf_mBCE9BA228AC6F070E9DE4E2E5C68ED0C62B49D33_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// func.BeginPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_0);
VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 LuaInterface.LuaFunction::BeginPCall() */, L_0);
// func.Push(self);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_1 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_2 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_self_1();
NullCheck(L_1);
LuaFunction_Push_m1A8856B5018F77038009CA11C3C1A2B35CEA4D28(L_1, L_2, /*hidden argument*/NULL);
// func.Push(param0);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
String_t* L_4 = ___param00;
NullCheck(L_3);
LuaFunction_Push_mEB2CDE0E8BDDAFE2B0BB4342EB1F519691065CC1(L_3, L_4, /*hidden argument*/NULL);
// func.Push(param1);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_5 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
String_t* L_6 = ___param11;
NullCheck(L_5);
LuaFunction_Push_mEB2CDE0E8BDDAFE2B0BB4342EB1F519691065CC1(L_5, L_6, /*hidden argument*/NULL);
// func.Push(param2);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_7 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
int32_t L_8 = ___param22;
int32_t L_9 = L_8;
RuntimeObject * L_10 = Box(LogType_t6B6C6234E8B44B73937581ACFBE15DE28227849D_il2cpp_TypeInfo_var, &L_9);
NullCheck(L_7);
LuaFunction_Push_m7FCA8929407C848E71E1018A485B107468805413(L_7, (Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 *)L_10, /*hidden argument*/NULL);
// func.PCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_11 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_11);
LuaFunction_PCall_m341EEEBF73C721C0B0D52DD8F173C24B7CF995C1(L_11, /*hidden argument*/NULL);
// func.EndPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_12 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_12);
LuaFunction_EndPCall_m61C1BED1DE6D95FEAE1D25F9183A51F0D9667AFB(L_12, /*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 DelegateFactory_UnityEngine_Application_LowMemoryCallback_Event::.ctor(LuaInterface.LuaFunction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_Application_LowMemoryCallback_Event__ctor_m54ED10652FD112BF0DD86CB1700494357C1A91BB (UnityEngine_Application_LowMemoryCallback_Event_t55F42A348AE3779624153268AEA20C491DF1B391 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method)
{
{
// public UnityEngine_Application_LowMemoryCallback_Event(LuaFunction func) : base(func) { }
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
LuaDelegate__ctor_m064B1E7836D248D5A8A7AD1009F5338855B4C2EA(__this, L_0, /*hidden argument*/NULL);
// public UnityEngine_Application_LowMemoryCallback_Event(LuaFunction func) : base(func) { }
return;
}
}
// System.Void DelegateFactory_UnityEngine_Application_LowMemoryCallback_Event::.ctor(LuaInterface.LuaFunction,LuaInterface.LuaTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_Application_LowMemoryCallback_Event__ctor_mE6B135CCD9439127D9507F4E0C19AB68A1E39AA7 (UnityEngine_Application_LowMemoryCallback_Event_t55F42A348AE3779624153268AEA20C491DF1B391 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method)
{
{
// public UnityEngine_Application_LowMemoryCallback_Event(LuaFunction func, LuaTable self) : base(func, self) { }
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_1 = ___self1;
LuaDelegate__ctor_m0DB629470385D61F2D469F73B33BEA061FDC09FE(__this, L_0, L_1, /*hidden argument*/NULL);
// public UnityEngine_Application_LowMemoryCallback_Event(LuaFunction func, LuaTable self) : base(func, self) { }
return;
}
}
// System.Void DelegateFactory_UnityEngine_Application_LowMemoryCallback_Event::Call()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_Application_LowMemoryCallback_Event_Call_m6096660BF96988D5B61BF6EDA2EBFF1717956EBE (UnityEngine_Application_LowMemoryCallback_Event_t55F42A348AE3779624153268AEA20C491DF1B391 * __this, const RuntimeMethod* method)
{
{
// func.Call();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_0);
LuaFunction_Call_m0A1E4C156A3435A01D661CE958D9B76790CC8F65(L_0, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void DelegateFactory_UnityEngine_Application_LowMemoryCallback_Event::CallWithSelf()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_Application_LowMemoryCallback_Event_CallWithSelf_mE0AEF85501BF53C9FAD74500CB56237802111902 (UnityEngine_Application_LowMemoryCallback_Event_t55F42A348AE3779624153268AEA20C491DF1B391 * __this, const RuntimeMethod* method)
{
{
// func.BeginPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_0);
VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 LuaInterface.LuaFunction::BeginPCall() */, L_0);
// func.Push(self);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_1 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_2 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_self_1();
NullCheck(L_1);
LuaFunction_Push_m1A8856B5018F77038009CA11C3C1A2B35CEA4D28(L_1, L_2, /*hidden argument*/NULL);
// func.PCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_3);
LuaFunction_PCall_m341EEEBF73C721C0B0D52DD8F173C24B7CF995C1(L_3, /*hidden argument*/NULL);
// func.EndPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_4 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_4);
LuaFunction_EndPCall_m61C1BED1DE6D95FEAE1D25F9183A51F0D9667AFB(L_4, /*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 DelegateFactory_UnityEngine_AudioClip_PCMReaderCallback_Event::.ctor(LuaInterface.LuaFunction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_AudioClip_PCMReaderCallback_Event__ctor_m1B8E4AA5D48A34AEAB210CEEF50449A395D36843 (UnityEngine_AudioClip_PCMReaderCallback_Event_t3ACF075B70367140119041FBB48DA66BF7F90AAB * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method)
{
{
// public UnityEngine_AudioClip_PCMReaderCallback_Event(LuaFunction func) : base(func) { }
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
LuaDelegate__ctor_m064B1E7836D248D5A8A7AD1009F5338855B4C2EA(__this, L_0, /*hidden argument*/NULL);
// public UnityEngine_AudioClip_PCMReaderCallback_Event(LuaFunction func) : base(func) { }
return;
}
}
// System.Void DelegateFactory_UnityEngine_AudioClip_PCMReaderCallback_Event::.ctor(LuaInterface.LuaFunction,LuaInterface.LuaTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_AudioClip_PCMReaderCallback_Event__ctor_m220AB4D5DC8C68945E17CDB98D04EAE8BFAA7DE6 (UnityEngine_AudioClip_PCMReaderCallback_Event_t3ACF075B70367140119041FBB48DA66BF7F90AAB * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method)
{
{
// public UnityEngine_AudioClip_PCMReaderCallback_Event(LuaFunction func, LuaTable self) : base(func, self) { }
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_1 = ___self1;
LuaDelegate__ctor_m0DB629470385D61F2D469F73B33BEA061FDC09FE(__this, L_0, L_1, /*hidden argument*/NULL);
// public UnityEngine_AudioClip_PCMReaderCallback_Event(LuaFunction func, LuaTable self) : base(func, self) { }
return;
}
}
// System.Void DelegateFactory_UnityEngine_AudioClip_PCMReaderCallback_Event::Call(System.Single[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_AudioClip_PCMReaderCallback_Event_Call_m85DC9AC551F90B99607A78D1B2571150017C8D16 (UnityEngine_AudioClip_PCMReaderCallback_Event_t3ACF075B70367140119041FBB48DA66BF7F90AAB * __this, SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* ___param00, const RuntimeMethod* method)
{
{
// func.BeginPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_0);
VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 LuaInterface.LuaFunction::BeginPCall() */, L_0);
// func.Push(param0);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_1 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_2 = ___param00;
NullCheck(L_1);
LuaFunction_Push_m092BBA27CE9B45F6BEFD2E37A7B88E977C3A1168(L_1, (RuntimeArray *)(RuntimeArray *)L_2, /*hidden argument*/NULL);
// func.PCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_3);
LuaFunction_PCall_m341EEEBF73C721C0B0D52DD8F173C24B7CF995C1(L_3, /*hidden argument*/NULL);
// func.EndPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_4 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_4);
LuaFunction_EndPCall_m61C1BED1DE6D95FEAE1D25F9183A51F0D9667AFB(L_4, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void DelegateFactory_UnityEngine_AudioClip_PCMReaderCallback_Event::CallWithSelf(System.Single[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_AudioClip_PCMReaderCallback_Event_CallWithSelf_m1172015E5900FA6B3ED8D47F27822121AB3530AD (UnityEngine_AudioClip_PCMReaderCallback_Event_t3ACF075B70367140119041FBB48DA66BF7F90AAB * __this, SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* ___param00, const RuntimeMethod* method)
{
{
// func.BeginPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_0);
VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 LuaInterface.LuaFunction::BeginPCall() */, L_0);
// func.Push(self);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_1 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_2 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_self_1();
NullCheck(L_1);
LuaFunction_Push_m1A8856B5018F77038009CA11C3C1A2B35CEA4D28(L_1, L_2, /*hidden argument*/NULL);
// func.Push(param0);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_4 = ___param00;
NullCheck(L_3);
LuaFunction_Push_m092BBA27CE9B45F6BEFD2E37A7B88E977C3A1168(L_3, (RuntimeArray *)(RuntimeArray *)L_4, /*hidden argument*/NULL);
// func.PCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_5 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_5);
LuaFunction_PCall_m341EEEBF73C721C0B0D52DD8F173C24B7CF995C1(L_5, /*hidden argument*/NULL);
// func.EndPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_6 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_6);
LuaFunction_EndPCall_m61C1BED1DE6D95FEAE1D25F9183A51F0D9667AFB(L_6, /*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 DelegateFactory_UnityEngine_AudioClip_PCMSetPositionCallback_Event::.ctor(LuaInterface.LuaFunction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_AudioClip_PCMSetPositionCallback_Event__ctor_m011C371C15C3EE6C6EA09789BB2B13A3CD9571DA (UnityEngine_AudioClip_PCMSetPositionCallback_Event_tC808DFCED1B085F1C18285164A87AF029224A00D * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method)
{
{
// public UnityEngine_AudioClip_PCMSetPositionCallback_Event(LuaFunction func) : base(func) { }
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
LuaDelegate__ctor_m064B1E7836D248D5A8A7AD1009F5338855B4C2EA(__this, L_0, /*hidden argument*/NULL);
// public UnityEngine_AudioClip_PCMSetPositionCallback_Event(LuaFunction func) : base(func) { }
return;
}
}
// System.Void DelegateFactory_UnityEngine_AudioClip_PCMSetPositionCallback_Event::.ctor(LuaInterface.LuaFunction,LuaInterface.LuaTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_AudioClip_PCMSetPositionCallback_Event__ctor_mD69E6BB9CB50F233ED7D286C178DFCC103781F6D (UnityEngine_AudioClip_PCMSetPositionCallback_Event_tC808DFCED1B085F1C18285164A87AF029224A00D * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method)
{
{
// public UnityEngine_AudioClip_PCMSetPositionCallback_Event(LuaFunction func, LuaTable self) : base(func, self) { }
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_1 = ___self1;
LuaDelegate__ctor_m0DB629470385D61F2D469F73B33BEA061FDC09FE(__this, L_0, L_1, /*hidden argument*/NULL);
// public UnityEngine_AudioClip_PCMSetPositionCallback_Event(LuaFunction func, LuaTable self) : base(func, self) { }
return;
}
}
// System.Void DelegateFactory_UnityEngine_AudioClip_PCMSetPositionCallback_Event::Call(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_AudioClip_PCMSetPositionCallback_Event_Call_m8969625EDE0EF8689B8C375879A25B0F405EA15F (UnityEngine_AudioClip_PCMSetPositionCallback_Event_tC808DFCED1B085F1C18285164A87AF029224A00D * __this, int32_t ___param00, const RuntimeMethod* method)
{
{
// func.BeginPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_0);
VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 LuaInterface.LuaFunction::BeginPCall() */, L_0);
// func.Push(param0);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_1 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
int32_t L_2 = ___param00;
NullCheck(L_1);
LuaFunction_Push_mFA14B76FE6837198709B97FA9EAAEA99AEBEA6CA(L_1, L_2, /*hidden argument*/NULL);
// func.PCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_3);
LuaFunction_PCall_m341EEEBF73C721C0B0D52DD8F173C24B7CF995C1(L_3, /*hidden argument*/NULL);
// func.EndPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_4 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_4);
LuaFunction_EndPCall_m61C1BED1DE6D95FEAE1D25F9183A51F0D9667AFB(L_4, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void DelegateFactory_UnityEngine_AudioClip_PCMSetPositionCallback_Event::CallWithSelf(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_AudioClip_PCMSetPositionCallback_Event_CallWithSelf_m3AFB6D4F2FA5994E6E35CCFCCBB0BF739FF539E6 (UnityEngine_AudioClip_PCMSetPositionCallback_Event_tC808DFCED1B085F1C18285164A87AF029224A00D * __this, int32_t ___param00, const RuntimeMethod* method)
{
{
// func.BeginPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_0);
VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 LuaInterface.LuaFunction::BeginPCall() */, L_0);
// func.Push(self);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_1 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_2 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_self_1();
NullCheck(L_1);
LuaFunction_Push_m1A8856B5018F77038009CA11C3C1A2B35CEA4D28(L_1, L_2, /*hidden argument*/NULL);
// func.Push(param0);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
int32_t L_4 = ___param00;
NullCheck(L_3);
LuaFunction_Push_mFA14B76FE6837198709B97FA9EAAEA99AEBEA6CA(L_3, L_4, /*hidden argument*/NULL);
// func.PCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_5 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_5);
LuaFunction_PCall_m341EEEBF73C721C0B0D52DD8F173C24B7CF995C1(L_5, /*hidden argument*/NULL);
// func.EndPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_6 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_6);
LuaFunction_EndPCall_m61C1BED1DE6D95FEAE1D25F9183A51F0D9667AFB(L_6, /*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 DelegateFactory_UnityEngine_Camera_CameraCallback_Event::.ctor(LuaInterface.LuaFunction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_Camera_CameraCallback_Event__ctor_m19EA64F4C1FCC8D9FD5782CCB0141B6F8BFB2D85 (UnityEngine_Camera_CameraCallback_Event_t02F14F53D478E05A8AC7BB7839912C54A154B95F * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method)
{
{
// public UnityEngine_Camera_CameraCallback_Event(LuaFunction func) : base(func) { }
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
LuaDelegate__ctor_m064B1E7836D248D5A8A7AD1009F5338855B4C2EA(__this, L_0, /*hidden argument*/NULL);
// public UnityEngine_Camera_CameraCallback_Event(LuaFunction func) : base(func) { }
return;
}
}
// System.Void DelegateFactory_UnityEngine_Camera_CameraCallback_Event::.ctor(LuaInterface.LuaFunction,LuaInterface.LuaTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_Camera_CameraCallback_Event__ctor_mE39BC55D50BBE9EA65AE09B8917B02B76EBCEFD5 (UnityEngine_Camera_CameraCallback_Event_t02F14F53D478E05A8AC7BB7839912C54A154B95F * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method)
{
{
// public UnityEngine_Camera_CameraCallback_Event(LuaFunction func, LuaTable self) : base(func, self) { }
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_1 = ___self1;
LuaDelegate__ctor_m0DB629470385D61F2D469F73B33BEA061FDC09FE(__this, L_0, L_1, /*hidden argument*/NULL);
// public UnityEngine_Camera_CameraCallback_Event(LuaFunction func, LuaTable self) : base(func, self) { }
return;
}
}
// System.Void DelegateFactory_UnityEngine_Camera_CameraCallback_Event::Call(UnityEngine.Camera)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_Camera_CameraCallback_Event_Call_m22CD5A753B8FEC1790374A1230E20ECD045DFFA7 (UnityEngine_Camera_CameraCallback_Event_t02F14F53D478E05A8AC7BB7839912C54A154B95F * __this, Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * ___param00, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UnityEngine_Camera_CameraCallback_Event_Call_m22CD5A753B8FEC1790374A1230E20ECD045DFFA7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// func.BeginPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_0);
VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 LuaInterface.LuaFunction::BeginPCall() */, L_0);
// func.PushSealed(param0);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_1 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_2 = ___param00;
NullCheck(L_1);
LuaFunction_PushSealed_TisCamera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_m81E1813B3ED2213A96FCEDC25E26A7A452B9B1A7(L_1, L_2, /*hidden argument*/LuaFunction_PushSealed_TisCamera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_m81E1813B3ED2213A96FCEDC25E26A7A452B9B1A7_RuntimeMethod_var);
// func.PCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_3);
LuaFunction_PCall_m341EEEBF73C721C0B0D52DD8F173C24B7CF995C1(L_3, /*hidden argument*/NULL);
// func.EndPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_4 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_4);
LuaFunction_EndPCall_m61C1BED1DE6D95FEAE1D25F9183A51F0D9667AFB(L_4, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void DelegateFactory_UnityEngine_Camera_CameraCallback_Event::CallWithSelf(UnityEngine.Camera)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_Camera_CameraCallback_Event_CallWithSelf_mE2F404F0C03935B7753F93E708A273DB9044BDDE (UnityEngine_Camera_CameraCallback_Event_t02F14F53D478E05A8AC7BB7839912C54A154B95F * __this, Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * ___param00, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UnityEngine_Camera_CameraCallback_Event_CallWithSelf_mE2F404F0C03935B7753F93E708A273DB9044BDDE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// func.BeginPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_0);
VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 LuaInterface.LuaFunction::BeginPCall() */, L_0);
// func.Push(self);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_1 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_2 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_self_1();
NullCheck(L_1);
LuaFunction_Push_m1A8856B5018F77038009CA11C3C1A2B35CEA4D28(L_1, L_2, /*hidden argument*/NULL);
// func.PushSealed(param0);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_4 = ___param00;
NullCheck(L_3);
LuaFunction_PushSealed_TisCamera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_m81E1813B3ED2213A96FCEDC25E26A7A452B9B1A7(L_3, L_4, /*hidden argument*/LuaFunction_PushSealed_TisCamera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_m81E1813B3ED2213A96FCEDC25E26A7A452B9B1A7_RuntimeMethod_var);
// func.PCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_5 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_5);
LuaFunction_PCall_m341EEEBF73C721C0B0D52DD8F173C24B7CF995C1(L_5, /*hidden argument*/NULL);
// func.EndPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_6 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_6);
LuaFunction_EndPCall_m61C1BED1DE6D95FEAE1D25F9183A51F0D9667AFB(L_6, /*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 DelegateFactory_UnityEngine_Events_UnityAction_Event::.ctor(LuaInterface.LuaFunction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_Events_UnityAction_Event__ctor_mBB294EF5D9C25714399923C123CE0C7307036901 (UnityEngine_Events_UnityAction_Event_t10F8F38079DCA5884F5DEA623753436B88F6292F * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method)
{
{
// public UnityEngine_Events_UnityAction_Event(LuaFunction func) : base(func) { }
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
LuaDelegate__ctor_m064B1E7836D248D5A8A7AD1009F5338855B4C2EA(__this, L_0, /*hidden argument*/NULL);
// public UnityEngine_Events_UnityAction_Event(LuaFunction func) : base(func) { }
return;
}
}
// System.Void DelegateFactory_UnityEngine_Events_UnityAction_Event::.ctor(LuaInterface.LuaFunction,LuaInterface.LuaTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_Events_UnityAction_Event__ctor_mF4DA0227DC948BDF6F69E1D3AC4617EE4374E196 (UnityEngine_Events_UnityAction_Event_t10F8F38079DCA5884F5DEA623753436B88F6292F * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method)
{
{
// public UnityEngine_Events_UnityAction_Event(LuaFunction func, LuaTable self) : base(func, self) { }
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_1 = ___self1;
LuaDelegate__ctor_m0DB629470385D61F2D469F73B33BEA061FDC09FE(__this, L_0, L_1, /*hidden argument*/NULL);
// public UnityEngine_Events_UnityAction_Event(LuaFunction func, LuaTable self) : base(func, self) { }
return;
}
}
// System.Void DelegateFactory_UnityEngine_Events_UnityAction_Event::Call()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_Events_UnityAction_Event_Call_mDAF7CE8084404626477A14A5CC0AB286ED6636BD (UnityEngine_Events_UnityAction_Event_t10F8F38079DCA5884F5DEA623753436B88F6292F * __this, const RuntimeMethod* method)
{
{
// func.Call();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_0);
LuaFunction_Call_m0A1E4C156A3435A01D661CE958D9B76790CC8F65(L_0, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void DelegateFactory_UnityEngine_Events_UnityAction_Event::CallWithSelf()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEngine_Events_UnityAction_Event_CallWithSelf_m783D373C9666FD915B745CDC1DE54F9A838ABDDF (UnityEngine_Events_UnityAction_Event_t10F8F38079DCA5884F5DEA623753436B88F6292F * __this, const RuntimeMethod* method)
{
{
// func.BeginPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_0);
VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 LuaInterface.LuaFunction::BeginPCall() */, L_0);
// func.Push(self);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_1 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_2 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_self_1();
NullCheck(L_1);
LuaFunction_Push_m1A8856B5018F77038009CA11C3C1A2B35CEA4D28(L_1, L_2, /*hidden argument*/NULL);
// func.PCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_3);
LuaFunction_PCall_m341EEEBF73C721C0B0D52DD8F173C24B7CF995C1(L_3, /*hidden argument*/NULL);
// func.EndPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_4 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)__this)->get_func_0();
NullCheck(L_4);
LuaFunction_EndPCall_m61C1BED1DE6D95FEAE1D25F9183A51F0D9667AFB(L_4, /*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
IL2CPP_EXTERN_C int32_t DEFAULT_CALL _start(char*);
// System.Int32 DxyVest::_start(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DxyVest__start_m174E4549114C0EFA4194939E080CFB1FE2D19839 (String_t* ___key0, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (char*);
// Marshaling of parameter '___key0' to native representation
char* ____key0_marshaled = NULL;
____key0_marshaled = il2cpp_codegen_marshal_string(___key0);
// Native function invocation
int32_t returnValue = reinterpret_cast<PInvokeFunc>(_start)(____key0_marshaled);
// Marshaling cleanup of parameter '___key0' native representation
il2cpp_codegen_marshal_free(____key0_marshaled);
____key0_marshaled = NULL;
return returnValue;
}
// System.Int32 DxyVest::Start(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DxyVest_Start_mFC8EA412F47B9519FE93B11C9F84CA402D34633B (String_t* ___key0, const RuntimeMethod* method)
{
{
// return _start(key);
String_t* L_0 = ___key0;
int32_t L_1 = DxyVest__start_m174E4549114C0EFA4194939E080CFB1FE2D19839(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Void DxyVest::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DxyVest__ctor_m6AD06EE09D86D32388453CBBB285365691C82B86 (DxyVest_tE8BF07E346EBB2EFA5C2E20E8F7E216C4DD8E6EB * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__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 ExceptionReporter::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExceptionReporter__ctor_m0C5EF136C1DB24F95317C349B8315812F7F116B2 (ExceptionReporter_tC8B14433837E77366FCBA64013903F13E61DE2FA * __this, const RuntimeMethod* method)
{
{
// public ExceptionReporter()
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void ExceptionReporter::init(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExceptionReporter_init_mD53FDCCDCAA206F75871004266D2924507C65A88 (ExceptionReporter_tC8B14433837E77366FCBA64013903F13E61DE2FA * __this, String_t* ___androidAppID0, String_t* ___iosAppID1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ExceptionReporter_init_mD53FDCCDCAA206F75871004266D2924507C65A88_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// BuglyAgent.InitWithAppId(iosAppID);
String_t* L_0 = ___iosAppID1;
IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var);
BuglyAgent_InitWithAppId_m5AA399BDE9799B0FB9D8D73395CAC93C8EE2E62E(L_0, /*hidden argument*/NULL);
// BuglyAgent.EnableExceptionHandler();
BuglyAgent_EnableExceptionHandler_mDE55CFACC6CD661C665D74E5520DBFEC243B17A3(/*hidden argument*/NULL);
// bInit = true;
__this->set_bInit_0((bool)1);
// }
return;
}
}
// System.Void ExceptionReporter::setUserID(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExceptionReporter_setUserID_mDB995758A632CAF9497C816A08A7EBC2A726BD9C (ExceptionReporter_tC8B14433837E77366FCBA64013903F13E61DE2FA * __this, String_t* ___userID0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ExceptionReporter_setUserID_mDB995758A632CAF9497C816A08A7EBC2A726BD9C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (bInit == false)
bool L_0 = __this->get_bInit_0();
if (L_0)
{
goto IL_0009;
}
}
{
// return;
return;
}
IL_0009:
{
// BuglyAgent.SetUserId (userID);
String_t* L_1 = ___userID0;
IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var);
BuglyAgent_SetUserId_m2A234069BEB82CA51E4A4D07E630260358CCA124(L_1, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void ExceptionReporter::AddUserValue(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExceptionReporter_AddUserValue_m0A7A2B3A4B38AAC66474D364286FE24D8B506C50 (ExceptionReporter_tC8B14433837E77366FCBA64013903F13E61DE2FA * __this, String_t* ___key0, String_t* ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ExceptionReporter_AddUserValue_m0A7A2B3A4B38AAC66474D364286FE24D8B506C50_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (bInit == false)
bool L_0 = __this->get_bInit_0();
if (L_0)
{
goto IL_0009;
}
}
{
// return;
return;
}
IL_0009:
{
// BuglyAgent.AddSceneData (key, value);
String_t* L_1 = ___key0;
String_t* L_2 = ___value1;
IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var);
BuglyAgent_AddSceneData_mC896E8D98D437EE6AFDEB1C393019F6535FEF545(L_1, L_2, /*hidden argument*/NULL);
// }
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void FairyGUI.Anymous_T::set(System.Single,System.Int32,FairyGUI.TimerCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Anymous_T_set_m28C5A81B2DA2B2643AFC99DCA175146B8078D797 (Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 * __this, float ___interval0, int32_t ___repeat1, TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * ___callback2, RuntimeObject * ___param3, const RuntimeMethod* method)
{
{
// this.interval = interval;
float L_0 = ___interval0;
__this->set_interval_0(L_0);
// this.repeat = repeat;
int32_t L_1 = ___repeat1;
__this->set_repeat_1(L_1);
// this.callback = callback;
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * L_2 = ___callback2;
__this->set_callback_2(L_2);
// this.param = param;
RuntimeObject * L_3 = ___param3;
__this->set_param_3(L_3);
// }
return;
}
}
// System.Void FairyGUI.Anymous_T::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Anymous_T__ctor_mD68B9CD2AA8968DE9BC35C54CB48D829B6C15B5C (Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__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 FairyGUI.AsyncCreationHelper::CreateObject(FairyGUI.PackageItem,FairyGUI.UIPackage_CreateObjectCallback)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncCreationHelper_CreateObject_m9B253EBBD9ED3ECE74EF793ABA33F5846F9E9A6E (PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * ___item0, CreateObjectCallback_t11E5A8E573CF4BEC5DE80CCE2C2D0E9FB4BE07E4 * ___callback1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AsyncCreationHelper_CreateObject_m9B253EBBD9ED3ECE74EF793ABA33F5846F9E9A6E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// Timers.inst.StartCoroutine(_CreateObject(item, callback));
IL2CPP_RUNTIME_CLASS_INIT(Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_il2cpp_TypeInfo_var);
Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 * L_0 = Timers_get_inst_m2DE131DC492D6B2549D598E49F265073C3C0113D(/*hidden argument*/NULL);
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_1 = ___item0;
CreateObjectCallback_t11E5A8E573CF4BEC5DE80CCE2C2D0E9FB4BE07E4 * L_2 = ___callback1;
RuntimeObject* L_3 = AsyncCreationHelper__CreateObject_mAAFFF8D45B3A46DA126EFCFA81E1D125E08989BB(L_1, L_2, /*hidden argument*/NULL);
NullCheck(L_0);
Timers_StartCoroutine_m920C719E3C4E527B4515FD4CE18434FB04CDE730(L_0, L_3, /*hidden argument*/NULL);
// }
return;
}
}
// System.Collections.IEnumerator FairyGUI.AsyncCreationHelper::_CreateObject(FairyGUI.PackageItem,FairyGUI.UIPackage_CreateObjectCallback)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* AsyncCreationHelper__CreateObject_mAAFFF8D45B3A46DA126EFCFA81E1D125E08989BB (PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * ___item0, CreateObjectCallback_t11E5A8E573CF4BEC5DE80CCE2C2D0E9FB4BE07E4 * ___callback1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AsyncCreationHelper__CreateObject_mAAFFF8D45B3A46DA126EFCFA81E1D125E08989BB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
U3C_CreateObjectU3Ed__1_tD338B217506DBDFB28EDC29458FB067566FE2E25 * L_0 = (U3C_CreateObjectU3Ed__1_tD338B217506DBDFB28EDC29458FB067566FE2E25 *)il2cpp_codegen_object_new(U3C_CreateObjectU3Ed__1_tD338B217506DBDFB28EDC29458FB067566FE2E25_il2cpp_TypeInfo_var);
U3C_CreateObjectU3Ed__1__ctor_m2309026BA9B977CF2EE024C0DF6E71442C64BFCF(L_0, 0, /*hidden argument*/NULL);
U3C_CreateObjectU3Ed__1_tD338B217506DBDFB28EDC29458FB067566FE2E25 * L_1 = L_0;
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_2 = ___item0;
NullCheck(L_1);
L_1->set_item_2(L_2);
U3C_CreateObjectU3Ed__1_tD338B217506DBDFB28EDC29458FB067566FE2E25 * L_3 = L_1;
CreateObjectCallback_t11E5A8E573CF4BEC5DE80CCE2C2D0E9FB4BE07E4 * L_4 = ___callback1;
NullCheck(L_3);
L_3->set_callback_3(L_4);
return L_3;
}
}
// System.Int32 FairyGUI.AsyncCreationHelper::CollectComponentChildren(FairyGUI.PackageItem,System.Collections.Generic.List`1<FairyGUI.AsyncCreationHelper_DisplayListItem>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AsyncCreationHelper_CollectComponentChildren_m5780D4D7E6E6A31BE87BED622DD032ECF5EB735F (PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * ___item0, List_1_t34E2B499DD8A314FB621250AAB31B6C9D092B7AB * ___list1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AsyncCreationHelper_CollectComponentChildren_m5780D4D7E6E6A31BE87BED622DD032ECF5EB735F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * V_0 = NULL;
int32_t V_1 = 0;
DisplayListItem_t8B7A5247AD21979DAF9F8D52FD69C84972ED64AB * V_2 = NULL;
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * V_3 = NULL;
int32_t V_4 = 0;
int32_t V_5 = 0;
int32_t V_6 = 0;
int32_t V_7 = 0;
String_t* V_8 = NULL;
String_t* V_9 = NULL;
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * V_10 = NULL;
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * G_B8_0 = NULL;
{
// ByteBuffer buffer = item.rawData;
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_0 = ___item0;
NullCheck(L_0);
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_1 = L_0->get_rawData_10();
V_0 = L_1;
// buffer.Seek(0, 2);
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_2 = V_0;
NullCheck(L_2);
ByteBuffer_Seek_mE8CA753BDF346BD8F80538F957DBE1F46D240E91(L_2, 0, 2, /*hidden argument*/NULL);
// int dcnt = buffer.ReadShort();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_3 = V_0;
NullCheck(L_3);
int16_t L_4 = ByteBuffer_ReadShort_m0564DB841B51DD2D5D8BF6AFFEEAD99064C31E33(L_3, /*hidden argument*/NULL);
V_1 = L_4;
// for (int i = 0; i < dcnt; i++)
V_4 = 0;
goto IL_00dd;
}
IL_001f:
{
// int dataLen = buffer.ReadShort();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_5 = V_0;
NullCheck(L_5);
int16_t L_6 = ByteBuffer_ReadShort_m0564DB841B51DD2D5D8BF6AFFEEAD99064C31E33(L_5, /*hidden argument*/NULL);
V_5 = L_6;
// int curPos = buffer.position;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_7 = V_0;
NullCheck(L_7);
int32_t L_8 = ByteBuffer_get_position_m82D17B364896944C7CDC51CFBF89DECED564C40D_inline(L_7, /*hidden argument*/NULL);
V_6 = L_8;
// buffer.Seek(curPos, 0);
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_9 = V_0;
int32_t L_10 = V_6;
NullCheck(L_9);
ByteBuffer_Seek_mE8CA753BDF346BD8F80538F957DBE1F46D240E91(L_9, L_10, 0, /*hidden argument*/NULL);
// ObjectType type = (ObjectType)buffer.ReadByte();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_11 = V_0;
NullCheck(L_11);
uint8_t L_12 = ByteBuffer_ReadByte_m51EFCD0EB129E9791E44C0AB216ECA99E92D7B8D(L_11, /*hidden argument*/NULL);
V_7 = L_12;
// string src = buffer.ReadS();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_13 = V_0;
NullCheck(L_13);
String_t* L_14 = ByteBuffer_ReadS_mC497272A7CE63FF5C6B818B7084FA4AEF36B7D92(L_13, /*hidden argument*/NULL);
V_8 = L_14;
// string pkgId = buffer.ReadS();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_15 = V_0;
NullCheck(L_15);
String_t* L_16 = ByteBuffer_ReadS_mC497272A7CE63FF5C6B818B7084FA4AEF36B7D92(L_15, /*hidden argument*/NULL);
V_9 = L_16;
// buffer.position = curPos;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_17 = V_0;
int32_t L_18 = V_6;
NullCheck(L_17);
ByteBuffer_set_position_m244AD3BBF176CAD83C2AABD9B5748DA765313416_inline(L_17, L_18, /*hidden argument*/NULL);
// if (src != null)
String_t* L_19 = V_8;
if (!L_19)
{
goto IL_00a9;
}
}
{
// if (pkgId != null)
String_t* L_20 = V_9;
if (!L_20)
{
goto IL_006c;
}
}
{
// pkg = UIPackage.GetById(pkgId);
String_t* L_21 = V_9;
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * L_22 = UIPackage_GetById_m3AE748461D7196BFBA870A6F56D2336988EC623D(L_21, /*hidden argument*/NULL);
V_10 = L_22;
goto IL_0074;
}
IL_006c:
{
// pkg = item.owner;
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_23 = ___item0;
NullCheck(L_23);
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * L_24 = L_23->get_owner_0();
V_10 = L_24;
}
IL_0074:
{
// pi = pkg != null ? pkg.GetItem(src) : null;
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * L_25 = V_10;
if (L_25)
{
goto IL_007b;
}
}
{
G_B8_0 = ((PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 *)(NULL));
goto IL_0084;
}
IL_007b:
{
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * L_26 = V_10;
String_t* L_27 = V_8;
NullCheck(L_26);
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_28 = UIPackage_GetItem_m3C44EBD952417BD291B50D1BA16D547B8414DCF7(L_26, L_27, /*hidden argument*/NULL);
G_B8_0 = L_28;
}
IL_0084:
{
V_3 = G_B8_0;
// di = new DisplayListItem(pi, type);
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_29 = V_3;
int32_t L_30 = V_7;
DisplayListItem_t8B7A5247AD21979DAF9F8D52FD69C84972ED64AB * L_31 = (DisplayListItem_t8B7A5247AD21979DAF9F8D52FD69C84972ED64AB *)il2cpp_codegen_object_new(DisplayListItem_t8B7A5247AD21979DAF9F8D52FD69C84972ED64AB_il2cpp_TypeInfo_var);
DisplayListItem__ctor_m4F165DB032EC4397E9F624FC2404EE6DC8500ACA(L_31, L_29, L_30, /*hidden argument*/NULL);
V_2 = L_31;
// if (pi != null && pi.type == PackageItemType.Component)
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_32 = V_3;
if (!L_32)
{
goto IL_00c5;
}
}
{
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_33 = V_3;
NullCheck(L_33);
int32_t L_34 = L_33->get_type_1();
if ((!(((uint32_t)L_34) == ((uint32_t)3))))
{
goto IL_00c5;
}
}
{
// di.childCount = CollectComponentChildren(pi, list);
DisplayListItem_t8B7A5247AD21979DAF9F8D52FD69C84972ED64AB * L_35 = V_2;
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_36 = V_3;
List_1_t34E2B499DD8A314FB621250AAB31B6C9D092B7AB * L_37 = ___list1;
int32_t L_38 = AsyncCreationHelper_CollectComponentChildren_m5780D4D7E6E6A31BE87BED622DD032ECF5EB735F(L_36, L_37, /*hidden argument*/NULL);
NullCheck(L_35);
L_35->set_childCount_2(L_38);
// }
goto IL_00c5;
}
IL_00a9:
{
// di = new DisplayListItem(null, type);
int32_t L_39 = V_7;
DisplayListItem_t8B7A5247AD21979DAF9F8D52FD69C84972ED64AB * L_40 = (DisplayListItem_t8B7A5247AD21979DAF9F8D52FD69C84972ED64AB *)il2cpp_codegen_object_new(DisplayListItem_t8B7A5247AD21979DAF9F8D52FD69C84972ED64AB_il2cpp_TypeInfo_var);
DisplayListItem__ctor_m4F165DB032EC4397E9F624FC2404EE6DC8500ACA(L_40, (PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 *)NULL, L_39, /*hidden argument*/NULL);
V_2 = L_40;
// if (type == ObjectType.List) //list
int32_t L_41 = V_7;
if ((!(((uint32_t)L_41) == ((uint32_t)((int32_t)10)))))
{
goto IL_00c5;
}
}
{
// di.listItemCount = CollectListChildren(buffer, list);
DisplayListItem_t8B7A5247AD21979DAF9F8D52FD69C84972ED64AB * L_42 = V_2;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_43 = V_0;
List_1_t34E2B499DD8A314FB621250AAB31B6C9D092B7AB * L_44 = ___list1;
int32_t L_45 = AsyncCreationHelper_CollectListChildren_m2AA2744AF2951BAD1730DB6C00E8B468AB7AB042(L_43, L_44, /*hidden argument*/NULL);
NullCheck(L_42);
L_42->set_listItemCount_3(L_45);
}
IL_00c5:
{
// list.Add(di);
List_1_t34E2B499DD8A314FB621250AAB31B6C9D092B7AB * L_46 = ___list1;
DisplayListItem_t8B7A5247AD21979DAF9F8D52FD69C84972ED64AB * L_47 = V_2;
NullCheck(L_46);
List_1_Add_mD043B4FF268C2CA6CA9112BAA5BFD6D4A85D9232(L_46, L_47, /*hidden argument*/List_1_Add_mD043B4FF268C2CA6CA9112BAA5BFD6D4A85D9232_RuntimeMethod_var);
// buffer.position = curPos + dataLen;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_48 = V_0;
int32_t L_49 = V_6;
int32_t L_50 = V_5;
NullCheck(L_48);
ByteBuffer_set_position_m244AD3BBF176CAD83C2AABD9B5748DA765313416_inline(L_48, ((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)L_50)), /*hidden argument*/NULL);
// for (int i = 0; i < dcnt; i++)
int32_t L_51 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)1));
}
IL_00dd:
{
// for (int i = 0; i < dcnt; i++)
int32_t L_52 = V_4;
int32_t L_53 = V_1;
if ((((int32_t)L_52) < ((int32_t)L_53)))
{
goto IL_001f;
}
}
{
// return dcnt;
int32_t L_54 = V_1;
return L_54;
}
}
// System.Int32 FairyGUI.AsyncCreationHelper::CollectListChildren(FairyGUI.Utils.ByteBuffer,System.Collections.Generic.List`1<FairyGUI.AsyncCreationHelper_DisplayListItem>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AsyncCreationHelper_CollectListChildren_m2AA2744AF2951BAD1730DB6C00E8B468AB7AB042 (ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * ___buffer0, List_1_t34E2B499DD8A314FB621250AAB31B6C9D092B7AB * ___list1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AsyncCreationHelper_CollectListChildren_m2AA2744AF2951BAD1730DB6C00E8B468AB7AB042_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
int32_t V_4 = 0;
String_t* V_5 = NULL;
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * V_6 = NULL;
DisplayListItem_t8B7A5247AD21979DAF9F8D52FD69C84972ED64AB * V_7 = NULL;
{
// buffer.Seek(buffer.position, 8);
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_0 = ___buffer0;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_1 = ___buffer0;
NullCheck(L_1);
int32_t L_2 = ByteBuffer_get_position_m82D17B364896944C7CDC51CFBF89DECED564C40D_inline(L_1, /*hidden argument*/NULL);
NullCheck(L_0);
ByteBuffer_Seek_mE8CA753BDF346BD8F80538F957DBE1F46D240E91(L_0, L_2, 8, /*hidden argument*/NULL);
// string defaultItem = buffer.ReadS();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_3 = ___buffer0;
NullCheck(L_3);
String_t* L_4 = ByteBuffer_ReadS_mC497272A7CE63FF5C6B818B7084FA4AEF36B7D92(L_3, /*hidden argument*/NULL);
V_0 = L_4;
// int listItemCount = 0;
V_1 = 0;
// int itemCount = buffer.ReadShort();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_5 = ___buffer0;
NullCheck(L_5);
int16_t L_6 = ByteBuffer_ReadShort_m0564DB841B51DD2D5D8BF6AFFEEAD99064C31E33(L_5, /*hidden argument*/NULL);
V_2 = L_6;
// for (int i = 0; i < itemCount; i++)
V_3 = 0;
goto IL_009b;
}
IL_0022:
{
// int nextPos = buffer.ReadShort();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_7 = ___buffer0;
NullCheck(L_7);
int16_t L_8 = ByteBuffer_ReadShort_m0564DB841B51DD2D5D8BF6AFFEEAD99064C31E33(L_7, /*hidden argument*/NULL);
V_4 = L_8;
// nextPos += buffer.position;
int32_t L_9 = V_4;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_10 = ___buffer0;
NullCheck(L_10);
int32_t L_11 = ByteBuffer_get_position_m82D17B364896944C7CDC51CFBF89DECED564C40D_inline(L_10, /*hidden argument*/NULL);
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)L_11));
// string url = buffer.ReadS();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_12 = ___buffer0;
NullCheck(L_12);
String_t* L_13 = ByteBuffer_ReadS_mC497272A7CE63FF5C6B818B7084FA4AEF36B7D92(L_12, /*hidden argument*/NULL);
V_5 = L_13;
// if (url == null)
String_t* L_14 = V_5;
if (L_14)
{
goto IL_0044;
}
}
{
// url = defaultItem;
String_t* L_15 = V_0;
V_5 = L_15;
}
IL_0044:
{
// if (!string.IsNullOrEmpty(url))
String_t* L_16 = V_5;
bool L_17 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_16, /*hidden argument*/NULL);
if (L_17)
{
goto IL_008f;
}
}
{
// PackageItem pi = UIPackage.GetItemByURL(url);
String_t* L_18 = V_5;
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_19 = UIPackage_GetItemByURL_m42A2983D16F9885843B3205EF2B16FBD398A628C(L_18, /*hidden argument*/NULL);
V_6 = L_19;
// if (pi != null)
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_20 = V_6;
if (!L_20)
{
goto IL_008f;
}
}
{
// DisplayListItem di = new DisplayListItem(pi, pi.objectType);
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_21 = V_6;
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_22 = V_6;
NullCheck(L_22);
int32_t L_23 = L_22->get_objectType_2();
DisplayListItem_t8B7A5247AD21979DAF9F8D52FD69C84972ED64AB * L_24 = (DisplayListItem_t8B7A5247AD21979DAF9F8D52FD69C84972ED64AB *)il2cpp_codegen_object_new(DisplayListItem_t8B7A5247AD21979DAF9F8D52FD69C84972ED64AB_il2cpp_TypeInfo_var);
DisplayListItem__ctor_m4F165DB032EC4397E9F624FC2404EE6DC8500ACA(L_24, L_21, L_23, /*hidden argument*/NULL);
V_7 = L_24;
// if (pi.type == PackageItemType.Component)
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_25 = V_6;
NullCheck(L_25);
int32_t L_26 = L_25->get_type_1();
if ((!(((uint32_t)L_26) == ((uint32_t)3))))
{
goto IL_0083;
}
}
{
// di.childCount = CollectComponentChildren(pi, list);
DisplayListItem_t8B7A5247AD21979DAF9F8D52FD69C84972ED64AB * L_27 = V_7;
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_28 = V_6;
List_1_t34E2B499DD8A314FB621250AAB31B6C9D092B7AB * L_29 = ___list1;
int32_t L_30 = AsyncCreationHelper_CollectComponentChildren_m5780D4D7E6E6A31BE87BED622DD032ECF5EB735F(L_28, L_29, /*hidden argument*/NULL);
NullCheck(L_27);
L_27->set_childCount_2(L_30);
}
IL_0083:
{
// list.Add(di);
List_1_t34E2B499DD8A314FB621250AAB31B6C9D092B7AB * L_31 = ___list1;
DisplayListItem_t8B7A5247AD21979DAF9F8D52FD69C84972ED64AB * L_32 = V_7;
NullCheck(L_31);
List_1_Add_mD043B4FF268C2CA6CA9112BAA5BFD6D4A85D9232(L_31, L_32, /*hidden argument*/List_1_Add_mD043B4FF268C2CA6CA9112BAA5BFD6D4A85D9232_RuntimeMethod_var);
// listItemCount++;
int32_t L_33 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1));
}
IL_008f:
{
// buffer.position = nextPos;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_34 = ___buffer0;
int32_t L_35 = V_4;
NullCheck(L_34);
ByteBuffer_set_position_m244AD3BBF176CAD83C2AABD9B5748DA765313416_inline(L_34, L_35, /*hidden argument*/NULL);
// for (int i = 0; i < itemCount; i++)
int32_t L_36 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1));
}
IL_009b:
{
// for (int i = 0; i < itemCount; i++)
int32_t L_37 = V_3;
int32_t L_38 = V_2;
if ((((int32_t)L_37) < ((int32_t)L_38)))
{
goto IL_0022;
}
}
{
// return listItemCount;
int32_t L_39 = V_1;
return L_39;
}
}
// System.Void FairyGUI.AsyncCreationHelper::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncCreationHelper__ctor_mEFA2DC64DA274970E0BE0F5CEEBBA3A780A57E38 (AsyncCreationHelper_t9B0824FC35F59F042685AD4A0DD72196E7D1E2F8 * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__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 FairyGUI.AsyncCreationHelper_<_CreateObject>d__1::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3C_CreateObjectU3Ed__1__ctor_m2309026BA9B977CF2EE024C0DF6E71442C64BFCF (U3C_CreateObjectU3Ed__1_tD338B217506DBDFB28EDC29458FB067566FE2E25 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
int32_t L_0 = ___U3CU3E1__state0;
__this->set_U3CU3E1__state_0(L_0);
return;
}
}
// System.Void FairyGUI.AsyncCreationHelper_<_CreateObject>d__1::System.IDisposable.Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3C_CreateObjectU3Ed__1_System_IDisposable_Dispose_mE3AAEF7E562764E73D059EEB283C625F0ED9FA45 (U3C_CreateObjectU3Ed__1_tD338B217506DBDFB28EDC29458FB067566FE2E25 * __this, const RuntimeMethod* method)
{
{
return;
}
}
// System.Boolean FairyGUI.AsyncCreationHelper_<_CreateObject>d__1::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3C_CreateObjectU3Ed__1_MoveNext_m90FE8CF739FBE33A01168BBA8993DF701F66D218 (U3C_CreateObjectU3Ed__1_tD338B217506DBDFB28EDC29458FB067566FE2E25 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (U3C_CreateObjectU3Ed__1_MoveNext_m90FE8CF739FBE33A01168BBA8993DF701F66D218_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
DisplayListItem_t8B7A5247AD21979DAF9F8D52FD69C84972ED64AB * V_1 = NULL;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * V_2 = NULL;
float V_3 = 0.0f;
bool V_4 = false;
int32_t V_5 = 0;
int32_t V_6 = 0;
int32_t V_7 = 0;
int32_t V_8 = 0;
{
int32_t L_0 = __this->get_U3CU3E1__state_0();
V_0 = L_0;
int32_t L_1 = V_0;
switch (L_1)
{
case 0:
{
goto IL_001b;
}
case 1:
{
goto IL_020e;
}
case 2:
{
goto IL_0255;
}
}
}
{
return (bool)0;
}
IL_001b:
{
__this->set_U3CU3E1__state_0((-1));
// Stats.LatestObjectCreation = 0;
((Stats_t02E9F15448F45B6237F6B9E32A972EB3E0A7F7B0_StaticFields*)il2cpp_codegen_static_fields_for(Stats_t02E9F15448F45B6237F6B9E32A972EB3E0A7F7B0_il2cpp_TypeInfo_var))->set_LatestObjectCreation_2(0);
// Stats.LatestGraphicsCreation = 0;
((Stats_t02E9F15448F45B6237F6B9E32A972EB3E0A7F7B0_StaticFields*)il2cpp_codegen_static_fields_for(Stats_t02E9F15448F45B6237F6B9E32A972EB3E0A7F7B0_il2cpp_TypeInfo_var))->set_LatestGraphicsCreation_3(0);
// float frameTime = UIConfig.frameTimeForAsyncUIConstruction;
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
float L_2 = ((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->get_frameTimeForAsyncUIConstruction_30();
__this->set_U3CframeTimeU3E5__2_4(L_2);
// List<DisplayListItem> itemList = new List<DisplayListItem>();
List_1_t34E2B499DD8A314FB621250AAB31B6C9D092B7AB * L_3 = (List_1_t34E2B499DD8A314FB621250AAB31B6C9D092B7AB *)il2cpp_codegen_object_new(List_1_t34E2B499DD8A314FB621250AAB31B6C9D092B7AB_il2cpp_TypeInfo_var);
List_1__ctor_m2BAE8F1AA098F255D6B59BC68C4F711E04BA85C5(L_3, /*hidden argument*/List_1__ctor_m2BAE8F1AA098F255D6B59BC68C4F711E04BA85C5_RuntimeMethod_var);
__this->set_U3CitemListU3E5__3_5(L_3);
// DisplayListItem di = new DisplayListItem(item, ObjectType.Component);
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_4 = __this->get_item_2();
DisplayListItem_t8B7A5247AD21979DAF9F8D52FD69C84972ED64AB * L_5 = (DisplayListItem_t8B7A5247AD21979DAF9F8D52FD69C84972ED64AB *)il2cpp_codegen_object_new(DisplayListItem_t8B7A5247AD21979DAF9F8D52FD69C84972ED64AB_il2cpp_TypeInfo_var);
DisplayListItem__ctor_m4F165DB032EC4397E9F624FC2404EE6DC8500ACA(L_5, L_4, ((int32_t)9), /*hidden argument*/NULL);
V_1 = L_5;
// di.childCount = CollectComponentChildren(item, itemList);
DisplayListItem_t8B7A5247AD21979DAF9F8D52FD69C84972ED64AB * L_6 = V_1;
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_7 = __this->get_item_2();
List_1_t34E2B499DD8A314FB621250AAB31B6C9D092B7AB * L_8 = __this->get_U3CitemListU3E5__3_5();
int32_t L_9 = AsyncCreationHelper_CollectComponentChildren_m5780D4D7E6E6A31BE87BED622DD032ECF5EB735F(L_7, L_8, /*hidden argument*/NULL);
NullCheck(L_6);
L_6->set_childCount_2(L_9);
// itemList.Add(di);
List_1_t34E2B499DD8A314FB621250AAB31B6C9D092B7AB * L_10 = __this->get_U3CitemListU3E5__3_5();
DisplayListItem_t8B7A5247AD21979DAF9F8D52FD69C84972ED64AB * L_11 = V_1;
NullCheck(L_10);
List_1_Add_mD043B4FF268C2CA6CA9112BAA5BFD6D4A85D9232(L_10, L_11, /*hidden argument*/List_1_Add_mD043B4FF268C2CA6CA9112BAA5BFD6D4A85D9232_RuntimeMethod_var);
// int cnt = itemList.Count;
List_1_t34E2B499DD8A314FB621250AAB31B6C9D092B7AB * L_12 = __this->get_U3CitemListU3E5__3_5();
NullCheck(L_12);
int32_t L_13 = List_1_get_Count_mF36C7C2EB177C8993AA47F67F2201C360AB19394_inline(L_12, /*hidden argument*/List_1_get_Count_mF36C7C2EB177C8993AA47F67F2201C360AB19394_RuntimeMethod_var);
__this->set_U3CcntU3E5__4_6(L_13);
// List<GObject> objectPool = new List<GObject>(cnt);
int32_t L_14 = __this->get_U3CcntU3E5__4_6();
List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * L_15 = (List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 *)il2cpp_codegen_object_new(List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42_il2cpp_TypeInfo_var);
List_1__ctor_mFF6C71F6D2E67D3812089130C3CE460A9E4E8B7E(L_15, L_14, /*hidden argument*/List_1__ctor_mFF6C71F6D2E67D3812089130C3CE460A9E4E8B7E_RuntimeMethod_var);
__this->set_U3CobjectPoolU3E5__5_7(L_15);
// float t = Time.realtimeSinceStartup;
float L_16 = Time_get_realtimeSinceStartup_mCA1086EC9DFCF135F77BC46D3B7127711EA3DE03(/*hidden argument*/NULL);
V_3 = L_16;
// bool alreadyNextFrame = false;
V_4 = (bool)0;
// for (int i = 0; i < cnt; i++)
__this->set_U3CiU3E5__6_8(0);
goto IL_0230;
}
IL_00ac:
{
// di = itemList[i];
List_1_t34E2B499DD8A314FB621250AAB31B6C9D092B7AB * L_17 = __this->get_U3CitemListU3E5__3_5();
int32_t L_18 = __this->get_U3CiU3E5__6_8();
NullCheck(L_17);
DisplayListItem_t8B7A5247AD21979DAF9F8D52FD69C84972ED64AB * L_19 = List_1_get_Item_mC6C56D7519E9BF36E737C10466193042BEC61D71_inline(L_17, L_18, /*hidden argument*/List_1_get_Item_mC6C56D7519E9BF36E737C10466193042BEC61D71_RuntimeMethod_var);
V_1 = L_19;
// if (di.packageItem != null)
DisplayListItem_t8B7A5247AD21979DAF9F8D52FD69C84972ED64AB * L_20 = V_1;
NullCheck(L_20);
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_21 = L_20->get_packageItem_0();
if (!L_21)
{
goto IL_015c;
}
}
{
// obj = UIObjectFactory.NewObject(di.packageItem);
DisplayListItem_t8B7A5247AD21979DAF9F8D52FD69C84972ED64AB * L_22 = V_1;
NullCheck(L_22);
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_23 = L_22->get_packageItem_0();
IL2CPP_RUNTIME_CLASS_INIT(UIObjectFactory_t7C9AE71F072946D27E9AF686AA49F64F9D2FAEA9_il2cpp_TypeInfo_var);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_24 = UIObjectFactory_NewObject_m34A581ED482FCD0565642CEB38C85812F556AAB8(L_23, /*hidden argument*/NULL);
V_2 = L_24;
// obj.packageItem = di.packageItem;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_25 = V_2;
DisplayListItem_t8B7A5247AD21979DAF9F8D52FD69C84972ED64AB * L_26 = V_1;
NullCheck(L_26);
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_27 = L_26->get_packageItem_0();
NullCheck(L_25);
L_25->set_packageItem_18(L_27);
// objectPool.Add(obj);
List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * L_28 = __this->get_U3CobjectPoolU3E5__5_7();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_29 = V_2;
NullCheck(L_28);
List_1_Add_mB46954605371F1D985BB94F7732F76BAE921F384(L_28, L_29, /*hidden argument*/List_1_Add_mB46954605371F1D985BB94F7732F76BAE921F384_RuntimeMethod_var);
// UIPackage._constructing++;
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
int32_t L_30 = ((UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_StaticFields*)il2cpp_codegen_static_fields_for(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var))->get__constructing_12();
((UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_StaticFields*)il2cpp_codegen_static_fields_for(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var))->set__constructing_12(((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)));
// if (di.packageItem.type == PackageItemType.Component)
DisplayListItem_t8B7A5247AD21979DAF9F8D52FD69C84972ED64AB * L_31 = V_1;
NullCheck(L_31);
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_32 = L_31->get_packageItem_0();
NullCheck(L_32);
int32_t L_33 = L_32->get_type_1();
if ((!(((uint32_t)L_33) == ((uint32_t)3))))
{
goto IL_0145;
}
}
{
// int poolStart = objectPool.Count - di.childCount - 1;
List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * L_34 = __this->get_U3CobjectPoolU3E5__5_7();
NullCheck(L_34);
int32_t L_35 = List_1_get_Count_mA8CEBD134A91092FE240E74A9048CF7D14D8A065_inline(L_34, /*hidden argument*/List_1_get_Count_mA8CEBD134A91092FE240E74A9048CF7D14D8A065_RuntimeMethod_var);
DisplayListItem_t8B7A5247AD21979DAF9F8D52FD69C84972ED64AB * L_36 = V_1;
NullCheck(L_36);
int32_t L_37 = L_36->get_childCount_2();
V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_35, (int32_t)L_37)), (int32_t)1));
// ((GComponent)obj).ConstructFromResource(objectPool, poolStart);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_38 = V_2;
List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * L_39 = __this->get_U3CobjectPoolU3E5__5_7();
int32_t L_40 = V_5;
NullCheck(((GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC *)CastclassClass((RuntimeObject*)L_38, GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC_il2cpp_TypeInfo_var)));
GComponent_ConstructFromResource_m82337C9424F54D696D1730FFFE7D3548BEA82609(((GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC *)CastclassClass((RuntimeObject*)L_38, GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC_il2cpp_TypeInfo_var)), L_39, L_40, /*hidden argument*/NULL);
// objectPool.RemoveRange(poolStart, di.childCount);
List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * L_41 = __this->get_U3CobjectPoolU3E5__5_7();
int32_t L_42 = V_5;
DisplayListItem_t8B7A5247AD21979DAF9F8D52FD69C84972ED64AB * L_43 = V_1;
NullCheck(L_43);
int32_t L_44 = L_43->get_childCount_2();
NullCheck(L_41);
List_1_RemoveRange_m1ACBA3EC8296C2445761E20D9E7300C83B778D5D(L_41, L_42, L_44, /*hidden argument*/List_1_RemoveRange_m1ACBA3EC8296C2445761E20D9E7300C83B778D5D_RuntimeMethod_var);
// }
goto IL_014b;
}
IL_0145:
{
// obj.ConstructFromResource();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_45 = V_2;
NullCheck(L_45);
VirtActionInvoker0::Invoke(26 /* System.Void FairyGUI.GObject::ConstructFromResource() */, L_45);
}
IL_014b:
{
// UIPackage._constructing--;
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
int32_t L_46 = ((UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_StaticFields*)il2cpp_codegen_static_fields_for(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var))->get__constructing_12();
((UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_StaticFields*)il2cpp_codegen_static_fields_for(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var))->set__constructing_12(((int32_t)il2cpp_codegen_subtract((int32_t)L_46, (int32_t)1)));
// }
goto IL_01e5;
}
IL_015c:
{
// obj = UIObjectFactory.NewObject(di.type);
DisplayListItem_t8B7A5247AD21979DAF9F8D52FD69C84972ED64AB * L_47 = V_1;
NullCheck(L_47);
int32_t L_48 = L_47->get_type_1();
IL2CPP_RUNTIME_CLASS_INIT(UIObjectFactory_t7C9AE71F072946D27E9AF686AA49F64F9D2FAEA9_il2cpp_TypeInfo_var);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_49 = UIObjectFactory_NewObject_m3ECE19102DBC0A0F9CB926FC0A923D6C928662AD(L_48, /*hidden argument*/NULL);
V_2 = L_49;
// objectPool.Add(obj);
List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * L_50 = __this->get_U3CobjectPoolU3E5__5_7();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_51 = V_2;
NullCheck(L_50);
List_1_Add_mB46954605371F1D985BB94F7732F76BAE921F384(L_50, L_51, /*hidden argument*/List_1_Add_mB46954605371F1D985BB94F7732F76BAE921F384_RuntimeMethod_var);
// if (di.type == ObjectType.List && di.listItemCount > 0)
DisplayListItem_t8B7A5247AD21979DAF9F8D52FD69C84972ED64AB * L_52 = V_1;
NullCheck(L_52);
int32_t L_53 = L_52->get_type_1();
if ((!(((uint32_t)L_53) == ((uint32_t)((int32_t)10)))))
{
goto IL_01e5;
}
}
{
DisplayListItem_t8B7A5247AD21979DAF9F8D52FD69C84972ED64AB * L_54 = V_1;
NullCheck(L_54);
int32_t L_55 = L_54->get_listItemCount_3();
if ((((int32_t)L_55) <= ((int32_t)0)))
{
goto IL_01e5;
}
}
{
// int poolStart = objectPool.Count - di.listItemCount - 1;
List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * L_56 = __this->get_U3CobjectPoolU3E5__5_7();
NullCheck(L_56);
int32_t L_57 = List_1_get_Count_mA8CEBD134A91092FE240E74A9048CF7D14D8A065_inline(L_56, /*hidden argument*/List_1_get_Count_mA8CEBD134A91092FE240E74A9048CF7D14D8A065_RuntimeMethod_var);
DisplayListItem_t8B7A5247AD21979DAF9F8D52FD69C84972ED64AB * L_58 = V_1;
NullCheck(L_58);
int32_t L_59 = L_58->get_listItemCount_3();
V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_57, (int32_t)L_59)), (int32_t)1));
// for (int k = 0; k < di.listItemCount; k++) //??????pool????GList?????????????
V_7 = 0;
goto IL_01c8;
}
IL_01a2:
{
// ((GList)obj).itemPool.ReturnObject(objectPool[k + poolStart]);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_60 = V_2;
NullCheck(((GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 *)CastclassClass((RuntimeObject*)L_60, GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38_il2cpp_TypeInfo_var)));
GObjectPool_t679A95F94538DC866986686E81321C6F406BEF17 * L_61 = GList_get_itemPool_mDF34A430E2602CCD0190CB35EFE830F8053F8027_inline(((GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 *)CastclassClass((RuntimeObject*)L_60, GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * L_62 = __this->get_U3CobjectPoolU3E5__5_7();
int32_t L_63 = V_7;
int32_t L_64 = V_6;
NullCheck(L_62);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_65 = List_1_get_Item_mC7E01E0C259BA1982C298AA85FF0B8668455A88A_inline(L_62, ((int32_t)il2cpp_codegen_add((int32_t)L_63, (int32_t)L_64)), /*hidden argument*/List_1_get_Item_mC7E01E0C259BA1982C298AA85FF0B8668455A88A_RuntimeMethod_var);
NullCheck(L_61);
GObjectPool_ReturnObject_mA204088D910D2FD4E29000C476E8773D50E3BB53(L_61, L_65, /*hidden argument*/NULL);
// for (int k = 0; k < di.listItemCount; k++) //??????pool????GList?????????????
int32_t L_66 = V_7;
V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_66, (int32_t)1));
}
IL_01c8:
{
// for (int k = 0; k < di.listItemCount; k++) //??????pool????GList?????????????
int32_t L_67 = V_7;
DisplayListItem_t8B7A5247AD21979DAF9F8D52FD69C84972ED64AB * L_68 = V_1;
NullCheck(L_68);
int32_t L_69 = L_68->get_listItemCount_3();
if ((((int32_t)L_67) < ((int32_t)L_69)))
{
goto IL_01a2;
}
}
{
// objectPool.RemoveRange(poolStart, di.listItemCount);
List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * L_70 = __this->get_U3CobjectPoolU3E5__5_7();
int32_t L_71 = V_6;
DisplayListItem_t8B7A5247AD21979DAF9F8D52FD69C84972ED64AB * L_72 = V_1;
NullCheck(L_72);
int32_t L_73 = L_72->get_listItemCount_3();
NullCheck(L_70);
List_1_RemoveRange_m1ACBA3EC8296C2445761E20D9E7300C83B778D5D(L_70, L_71, L_73, /*hidden argument*/List_1_RemoveRange_m1ACBA3EC8296C2445761E20D9E7300C83B778D5D_RuntimeMethod_var);
}
IL_01e5:
{
// if ((i % 5 == 0) && Time.realtimeSinceStartup - t >= frameTime)
int32_t L_74 = __this->get_U3CiU3E5__6_8();
if (((int32_t)((int32_t)L_74%(int32_t)5)))
{
goto IL_021e;
}
}
{
float L_75 = Time_get_realtimeSinceStartup_mCA1086EC9DFCF135F77BC46D3B7127711EA3DE03(/*hidden argument*/NULL);
float L_76 = V_3;
float L_77 = __this->get_U3CframeTimeU3E5__2_4();
if ((!(((float)((float)il2cpp_codegen_subtract((float)L_75, (float)L_76))) >= ((float)L_77))))
{
goto IL_021e;
}
}
{
// yield return null;
__this->set_U3CU3E2__current_1(NULL);
__this->set_U3CU3E1__state_0(1);
return (bool)1;
}
IL_020e:
{
__this->set_U3CU3E1__state_0((-1));
// t = Time.realtimeSinceStartup;
float L_78 = Time_get_realtimeSinceStartup_mCA1086EC9DFCF135F77BC46D3B7127711EA3DE03(/*hidden argument*/NULL);
V_3 = L_78;
// alreadyNextFrame = true;
V_4 = (bool)1;
}
IL_021e:
{
// for (int i = 0; i < cnt; i++)
int32_t L_79 = __this->get_U3CiU3E5__6_8();
V_8 = L_79;
int32_t L_80 = V_8;
__this->set_U3CiU3E5__6_8(((int32_t)il2cpp_codegen_add((int32_t)L_80, (int32_t)1)));
}
IL_0230:
{
// for (int i = 0; i < cnt; i++)
int32_t L_81 = __this->get_U3CiU3E5__6_8();
int32_t L_82 = __this->get_U3CcntU3E5__4_6();
if ((((int32_t)L_81) < ((int32_t)L_82)))
{
goto IL_00ac;
}
}
{
// if (!alreadyNextFrame) //???????????callback??????????
bool L_83 = V_4;
if (L_83)
{
goto IL_025c;
}
}
{
// yield return null;
__this->set_U3CU3E2__current_1(NULL);
__this->set_U3CU3E1__state_0(2);
return (bool)1;
}
IL_0255:
{
__this->set_U3CU3E1__state_0((-1));
}
IL_025c:
{
// callback(objectPool[0]);
CreateObjectCallback_t11E5A8E573CF4BEC5DE80CCE2C2D0E9FB4BE07E4 * L_84 = __this->get_callback_3();
List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * L_85 = __this->get_U3CobjectPoolU3E5__5_7();
NullCheck(L_85);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_86 = List_1_get_Item_mC7E01E0C259BA1982C298AA85FF0B8668455A88A_inline(L_85, 0, /*hidden argument*/List_1_get_Item_mC7E01E0C259BA1982C298AA85FF0B8668455A88A_RuntimeMethod_var);
NullCheck(L_84);
CreateObjectCallback_Invoke_m3D89FCBE04EE761E56C1CD854101E1D06D74F0D4(L_84, L_86, /*hidden argument*/NULL);
// }
return (bool)0;
}
}
// System.Object FairyGUI.AsyncCreationHelper_<_CreateObject>d__1::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3C_CreateObjectU3Ed__1_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_mF30B5AA996780A0BF3438C72F8822B3374D35711 (U3C_CreateObjectU3Ed__1_tD338B217506DBDFB28EDC29458FB067566FE2E25 * __this, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = __this->get_U3CU3E2__current_1();
return L_0;
}
}
// System.Void FairyGUI.AsyncCreationHelper_<_CreateObject>d__1::System.Collections.IEnumerator.Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3C_CreateObjectU3Ed__1_System_Collections_IEnumerator_Reset_m45D2BBCF90C8782AEA5A3F357C1756614D021274 (U3C_CreateObjectU3Ed__1_tD338B217506DBDFB28EDC29458FB067566FE2E25 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (U3C_CreateObjectU3Ed__1_System_Collections_IEnumerator_Reset_m45D2BBCF90C8782AEA5A3F357C1756614D021274_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33(L_0, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, U3C_CreateObjectU3Ed__1_System_Collections_IEnumerator_Reset_m45D2BBCF90C8782AEA5A3F357C1756614D021274_RuntimeMethod_var);
}
}
// System.Object FairyGUI.AsyncCreationHelper_<_CreateObject>d__1::System.Collections.IEnumerator.get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3C_CreateObjectU3Ed__1_System_Collections_IEnumerator_get_Current_mA98F0D1D897EF9028CEC6CA89ECB022258D60101 (U3C_CreateObjectU3Ed__1_tD338B217506DBDFB28EDC29458FB067566FE2E25 * __this, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = __this->get_U3CU3E2__current_1();
return L_0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void FairyGUI.AsyncCreationHelper_DisplayListItem::.ctor(FairyGUI.PackageItem,FairyGUI.ObjectType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayListItem__ctor_m4F165DB032EC4397E9F624FC2404EE6DC8500ACA (DisplayListItem_t8B7A5247AD21979DAF9F8D52FD69C84972ED64AB * __this, PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * ___pi0, int32_t ___type1, const RuntimeMethod* method)
{
{
// public DisplayListItem(PackageItem pi, ObjectType type)
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
// this.packageItem = pi;
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_0 = ___pi0;
__this->set_packageItem_0(L_0);
// this.type = type;
int32_t L_1 = ___type1;
__this->set_type_1(L_1);
// }
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.String FairyGUI.BaseFont::get_name()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BaseFont_get_name_m16800881B83E64FE5610B2E027742B45B991DB70 (BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F * __this, const RuntimeMethod* method)
{
{
// public string name { get; protected set; }
String_t* L_0 = __this->get_U3CnameU3Ek__BackingField_0();
return L_0;
}
}
// System.Void FairyGUI.BaseFont::set_name(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseFont_set_name_m761C9192ED6DCB3912DACF45A637DA266FF8CC66 (BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
// public string name { get; protected set; }
String_t* L_0 = ___value0;
__this->set_U3CnameU3Ek__BackingField_0(L_0);
return;
}
}
// System.Void FairyGUI.BaseFont::SetFormat(FairyGUI.TextFormat,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseFont_SetFormat_mB3EE955555E7488BAC3B2305F19393A85C8515AC (BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F * __this, TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * ___format0, float ___fontSizeScale1, const RuntimeMethod* method)
{
{
// }
return;
}
}
// System.Void FairyGUI.BaseFont::PrepareCharacters(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseFont_PrepareCharacters_m96081B05A477158F3BB13102F5B29CAAE922F797 (BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F * __this, String_t* ___text0, const RuntimeMethod* method)
{
{
// }
return;
}
}
// System.Boolean FairyGUI.BaseFont::GetGlyphSize(System.Char,System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BaseFont_GetGlyphSize_mE2BA370442552367B4774C26B5411F73DC19AA65 (BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F * __this, Il2CppChar ___ch0, float* ___width1, float* ___height2, const RuntimeMethod* method)
{
{
// width = 0;
float* L_0 = ___width1;
*((float*)L_0) = (float)(0.0f);
// height = 0;
float* L_1 = ___height2;
*((float*)L_1) = (float)(0.0f);
// return false;
return (bool)0;
}
}
// System.Boolean FairyGUI.BaseFont::GetGlyph(System.Char,FairyGUI.GlyphInfo&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BaseFont_GetGlyph_mF712018BAFE151E684321DD6D3A1E9548A60F447 (BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F * __this, Il2CppChar ___ch0, GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE * ___glyph1, const RuntimeMethod* method)
{
{
// return false;
return (bool)0;
}
}
// System.Boolean FairyGUI.BaseFont::HasCharacter(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BaseFont_HasCharacter_m654110FAA2A500321E04D5FC28CA42BDFE326863 (BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F * __this, Il2CppChar ___ch0, const RuntimeMethod* method)
{
{
// return false;
return (bool)0;
}
}
// System.Void FairyGUI.BaseFont::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseFont__ctor_mAD14869B4B0F23B549AE228F644DCC96069A0145 (BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F * __this, const RuntimeMethod* method)
{
{
// public BaseFont()
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__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 FairyGUI.BitmapFont::.ctor(FairyGUI.PackageItem)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BitmapFont__ctor_m0D2491EB5CA90C3BC5111961CEB4E3451DB4383C (BitmapFont_t29CAF73C23EFA0E59A57C421EF25ABBE728B6E88 * __this, PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * ___item0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BitmapFont__ctor_m0D2491EB5CA90C3BC5111961CEB4E3451DB4383C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// public BitmapFont(PackageItem item)
BaseFont__ctor_mAD14869B4B0F23B549AE228F644DCC96069A0145(__this, /*hidden argument*/NULL);
// this.packageItem = item;
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_0 = ___item0;
((BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F *)__this)->set_packageItem_7(L_0);
// this.name = UIPackage.URL_PREFIX + packageItem.owner.id + packageItem.id;
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_1 = ((BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F *)__this)->get_packageItem_7();
NullCheck(L_1);
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * L_2 = L_1->get_owner_0();
NullCheck(L_2);
String_t* L_3 = UIPackage_get_id_m7615CE5A25D41AA535E3EB3FA0905E6C049700CB_inline(L_2, /*hidden argument*/NULL);
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_4 = ((BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F *)__this)->get_packageItem_7();
NullCheck(L_4);
String_t* L_5 = L_4->get_id_3();
String_t* L_6 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(_stringLiteralE61E700555BBD71A47EE5D7118B4E515CD8951A9, L_3, L_5, /*hidden argument*/NULL);
BaseFont_set_name_m761C9192ED6DCB3912DACF45A637DA266FF8CC66_inline(__this, L_6, /*hidden argument*/NULL);
// this.canTint = true;
((BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F *)__this)->set_canTint_2((bool)1);
// this.hasChannel = false;
__this->set_hasChannel_10((bool)0);
// this.shader = ShaderConfig.bmFontShader;
IL2CPP_RUNTIME_CLASS_INIT(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var);
String_t* L_7 = ((ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var))->get_bmFontShader_3();
((BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F *)__this)->set_shader_5(L_7);
// _dict = new Dictionary<int, BMGlyph>();
Dictionary_2_tE199DF334CC33A4526D947CCA77B0E688B8B268C * L_8 = (Dictionary_2_tE199DF334CC33A4526D947CCA77B0E688B8B268C *)il2cpp_codegen_object_new(Dictionary_2_tE199DF334CC33A4526D947CCA77B0E688B8B268C_il2cpp_TypeInfo_var);
Dictionary_2__ctor_mFA68DF55A1A2C25613C3E0B92028F70624FBDBE6(L_8, /*hidden argument*/Dictionary_2__ctor_mFA68DF55A1A2C25613C3E0B92028F70624FBDBE6_RuntimeMethod_var);
__this->set__dict_11(L_8);
// this.scale = 1;
__this->set_scale_12((1.0f));
// }
return;
}
}
// System.Void FairyGUI.BitmapFont::AddChar(System.Char,FairyGUI.BitmapFont_BMGlyph)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BitmapFont_AddChar_m4906AA043C8BA3066EF1C7D4FD10C9E96D6E42C9 (BitmapFont_t29CAF73C23EFA0E59A57C421EF25ABBE728B6E88 * __this, Il2CppChar ___ch0, BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA * ___glyph1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BitmapFont_AddChar_m4906AA043C8BA3066EF1C7D4FD10C9E96D6E42C9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// _dict[ch] = glyph;
Dictionary_2_tE199DF334CC33A4526D947CCA77B0E688B8B268C * L_0 = __this->get__dict_11();
Il2CppChar L_1 = ___ch0;
BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA * L_2 = ___glyph1;
NullCheck(L_0);
Dictionary_2_set_Item_m3BB6E3DA9855D0F006F9627AB3ACC879B2ED0ECB(L_0, L_1, L_2, /*hidden argument*/Dictionary_2_set_Item_m3BB6E3DA9855D0F006F9627AB3ACC879B2ED0ECB_RuntimeMethod_var);
// }
return;
}
}
// System.Void FairyGUI.BitmapFont::SetFormat(FairyGUI.TextFormat,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BitmapFont_SetFormat_mD4F717B1DED7C37460003D17A48E50CD829C3BEA (BitmapFont_t29CAF73C23EFA0E59A57C421EF25ABBE728B6E88 * __this, TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * ___format0, float ___fontSizeScale1, const RuntimeMethod* method)
{
{
// if (resizable)
bool L_0 = __this->get_resizable_9();
if (!L_0)
{
goto IL_0020;
}
}
{
// this.scale = (float)format.size / size * fontSizeScale;
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_1 = ___format0;
NullCheck(L_1);
int32_t L_2 = L_1->get_size_0();
int32_t L_3 = __this->get_size_8();
float L_4 = ___fontSizeScale1;
__this->set_scale_12(((float)il2cpp_codegen_multiply((float)((float)((float)(((float)((float)L_2)))/(float)(((float)((float)L_3))))), (float)L_4)));
return;
}
IL_0020:
{
// this.scale = fontSizeScale;
float L_5 = ___fontSizeScale1;
__this->set_scale_12(L_5);
// }
return;
}
}
// System.Boolean FairyGUI.BitmapFont::GetGlyphSize(System.Char,System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BitmapFont_GetGlyphSize_mED6509652E79E06CF10541275E30688F60D04111 (BitmapFont_t29CAF73C23EFA0E59A57C421EF25ABBE728B6E88 * __this, Il2CppChar ___ch0, float* ___width1, float* ___height2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BitmapFont_GetGlyphSize_mED6509652E79E06CF10541275E30688F60D04111_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA * V_0 = NULL;
{
// if (ch == ' ')
Il2CppChar L_0 = ___ch0;
if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)32)))))
{
goto IL_0039;
}
}
{
// width = Mathf.CeilToInt(size * scale / 2);
float* L_1 = ___width1;
int32_t L_2 = __this->get_size_8();
float L_3 = __this->get_scale_12();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
int32_t L_4 = Mathf_CeilToInt_m0230CCC7CC9266F18125D9425C38A25D1CA4275B(((float)((float)((float)il2cpp_codegen_multiply((float)(((float)((float)L_2))), (float)L_3))/(float)(2.0f))), /*hidden argument*/NULL);
*((float*)L_1) = (float)(((float)((float)L_4)));
// height = Mathf.CeilToInt(size * scale);
float* L_5 = ___height2;
int32_t L_6 = __this->get_size_8();
float L_7 = __this->get_scale_12();
int32_t L_8 = Mathf_CeilToInt_m0230CCC7CC9266F18125D9425C38A25D1CA4275B(((float)il2cpp_codegen_multiply((float)(((float)((float)L_6))), (float)L_7)), /*hidden argument*/NULL);
*((float*)L_5) = (float)(((float)((float)L_8)));
// return true;
return (bool)1;
}
IL_0039:
{
// else if (_dict.TryGetValue((int)ch, out bg))
Dictionary_2_tE199DF334CC33A4526D947CCA77B0E688B8B268C * L_9 = __this->get__dict_11();
Il2CppChar L_10 = ___ch0;
NullCheck(L_9);
bool L_11 = Dictionary_2_TryGetValue_mACD682DD877C9A615C381F1EA7BCBF114D34C3E1(L_9, L_10, (BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA **)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_mACD682DD877C9A615C381F1EA7BCBF114D34C3E1_RuntimeMethod_var);
if (!L_11)
{
goto IL_0077;
}
}
{
// width = Mathf.CeilToInt(bg.advance * scale);
float* L_12 = ___width1;
BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA * L_13 = V_0;
NullCheck(L_13);
int32_t L_14 = L_13->get_advance_4();
float L_15 = __this->get_scale_12();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
int32_t L_16 = Mathf_CeilToInt_m0230CCC7CC9266F18125D9425C38A25D1CA4275B(((float)il2cpp_codegen_multiply((float)(((float)((float)L_14))), (float)L_15)), /*hidden argument*/NULL);
*((float*)L_12) = (float)(((float)((float)L_16)));
// height = Mathf.CeilToInt(bg.lineHeight * scale);
float* L_17 = ___height2;
BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA * L_18 = V_0;
NullCheck(L_18);
int32_t L_19 = L_18->get_lineHeight_5();
float L_20 = __this->get_scale_12();
int32_t L_21 = Mathf_CeilToInt_m0230CCC7CC9266F18125D9425C38A25D1CA4275B(((float)il2cpp_codegen_multiply((float)(((float)((float)L_19))), (float)L_20)), /*hidden argument*/NULL);
*((float*)L_17) = (float)(((float)((float)L_21)));
// return true;
return (bool)1;
}
IL_0077:
{
// width = 0;
float* L_22 = ___width1;
*((float*)L_22) = (float)(0.0f);
// height = 0;
float* L_23 = ___height2;
*((float*)L_23) = (float)(0.0f);
// return false;
return (bool)0;
}
}
// System.Boolean FairyGUI.BitmapFont::GetGlyph(System.Char,FairyGUI.GlyphInfo&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BitmapFont_GetGlyph_mD5DE194CDB81534F5B5103A437211547172FE4E9 (BitmapFont_t29CAF73C23EFA0E59A57C421EF25ABBE728B6E88 * __this, Il2CppChar ___ch0, GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE * ___glyph1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BitmapFont_GetGlyph_mD5DE194CDB81534F5B5103A437211547172FE4E9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA * V_0 = NULL;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_1;
memset((&V_1), 0, sizeof(V_1));
float V_2 = 0.0f;
{
// if (ch == ' ')
Il2CppChar L_0 = ___ch0;
if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)32)))))
{
goto IL_007d;
}
}
{
// glyph.width = Mathf.CeilToInt(size * scale / 2);
GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE * L_1 = ___glyph1;
int32_t L_2 = __this->get_size_8();
float L_3 = __this->get_scale_12();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
int32_t L_4 = Mathf_CeilToInt_m0230CCC7CC9266F18125D9425C38A25D1CA4275B(((float)((float)((float)il2cpp_codegen_multiply((float)(((float)((float)L_2))), (float)L_3))/(float)(2.0f))), /*hidden argument*/NULL);
L_1->set_width_6((((float)((float)L_4))));
// glyph.height = Mathf.CeilToInt(size * scale);
GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE * L_5 = ___glyph1;
int32_t L_6 = __this->get_size_8();
float L_7 = __this->get_scale_12();
int32_t L_8 = Mathf_CeilToInt_m0230CCC7CC9266F18125D9425C38A25D1CA4275B(((float)il2cpp_codegen_multiply((float)(((float)((float)L_6))), (float)L_7)), /*hidden argument*/NULL);
L_5->set_height_7((((float)((float)L_8))));
// glyph.vertMin = Vector2.zero;
GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE * L_9 = ___glyph1;
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_10 = Vector2_get_zero_mFE0C3213BB698130D6C5247AB4B887A59074D0A8(/*hidden argument*/NULL);
L_9->set_vertMin_0(L_10);
// glyph.vertMax = Vector2.zero;
GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE * L_11 = ___glyph1;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_12 = Vector2_get_zero_mFE0C3213BB698130D6C5247AB4B887A59074D0A8(/*hidden argument*/NULL);
L_11->set_vertMax_1(L_12);
// glyph.uvBottomLeft = glyph.uvBottomRight = glyph.uvTopLeft = glyph.uvTopRight = Vector3.zero;
GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE * L_13 = ___glyph1;
GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE * L_14 = ___glyph1;
GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE * L_15 = ___glyph1;
GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE * L_16 = ___glyph1;
IL2CPP_RUNTIME_CLASS_INIT(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_17 = Vector3_get_zero_m3CDDCAE94581DF3BB16C4B40A100E28E9C6649C2(/*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_18 = L_17;
V_1 = L_18;
L_16->set_uvTopRight_4(L_18);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_19 = V_1;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_20 = L_19;
V_1 = L_20;
L_15->set_uvTopLeft_3(L_20);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_21 = V_1;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_22 = L_21;
V_1 = L_22;
L_14->set_uvBottomRight_5(L_22);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_23 = V_1;
L_13->set_uvBottomLeft_2(L_23);
// return true;
return (bool)1;
}
IL_007d:
{
// else if (_dict.TryGetValue((int)ch, out bg))
Dictionary_2_tE199DF334CC33A4526D947CCA77B0E688B8B268C * L_24 = __this->get__dict_11();
Il2CppChar L_25 = ___ch0;
NullCheck(L_24);
bool L_26 = Dictionary_2_TryGetValue_mACD682DD877C9A615C381F1EA7BCBF114D34C3E1(L_24, L_25, (BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA **)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_mACD682DD877C9A615C381F1EA7BCBF114D34C3E1_RuntimeMethod_var);
if (!L_26)
{
goto IL_01d0;
}
}
{
// glyph.width = Mathf.CeilToInt(bg.advance * scale);
GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE * L_27 = ___glyph1;
BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA * L_28 = V_0;
NullCheck(L_28);
int32_t L_29 = L_28->get_advance_4();
float L_30 = __this->get_scale_12();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
int32_t L_31 = Mathf_CeilToInt_m0230CCC7CC9266F18125D9425C38A25D1CA4275B(((float)il2cpp_codegen_multiply((float)(((float)((float)L_29))), (float)L_30)), /*hidden argument*/NULL);
L_27->set_width_6((((float)((float)L_31))));
// glyph.height = Mathf.CeilToInt(bg.lineHeight * scale);
GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE * L_32 = ___glyph1;
BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA * L_33 = V_0;
NullCheck(L_33);
int32_t L_34 = L_33->get_lineHeight_5();
float L_35 = __this->get_scale_12();
int32_t L_36 = Mathf_CeilToInt_m0230CCC7CC9266F18125D9425C38A25D1CA4275B(((float)il2cpp_codegen_multiply((float)(((float)((float)L_34))), (float)L_35)), /*hidden argument*/NULL);
L_32->set_height_7((((float)((float)L_36))));
// glyph.vertMin.x = bg.offsetX * scale;
GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE * L_37 = ___glyph1;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_38 = L_37->get_address_of_vertMin_0();
BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA * L_39 = V_0;
NullCheck(L_39);
int32_t L_40 = L_39->get_offsetX_0();
float L_41 = __this->get_scale_12();
L_38->set_x_0(((float)il2cpp_codegen_multiply((float)(((float)((float)L_40))), (float)L_41)));
// glyph.vertMin.y = bg.offsetY * scale;
GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE * L_42 = ___glyph1;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_43 = L_42->get_address_of_vertMin_0();
BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA * L_44 = V_0;
NullCheck(L_44);
int32_t L_45 = L_44->get_offsetY_1();
float L_46 = __this->get_scale_12();
L_43->set_y_1(((float)il2cpp_codegen_multiply((float)(((float)((float)L_45))), (float)L_46)));
// glyph.vertMax.x = (bg.offsetX + bg.width) * scale;
GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE * L_47 = ___glyph1;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_48 = L_47->get_address_of_vertMax_1();
BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA * L_49 = V_0;
NullCheck(L_49);
int32_t L_50 = L_49->get_offsetX_0();
BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA * L_51 = V_0;
NullCheck(L_51);
int32_t L_52 = L_51->get_width_2();
float L_53 = __this->get_scale_12();
L_48->set_x_0(((float)il2cpp_codegen_multiply((float)(((float)((float)((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)L_52))))), (float)L_53)));
// glyph.vertMax.y = (bg.offsetY + bg.height) * scale;
GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE * L_54 = ___glyph1;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_55 = L_54->get_address_of_vertMax_1();
BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA * L_56 = V_0;
NullCheck(L_56);
int32_t L_57 = L_56->get_offsetY_1();
BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA * L_58 = V_0;
NullCheck(L_58);
int32_t L_59 = L_58->get_height_3();
float L_60 = __this->get_scale_12();
L_55->set_y_1(((float)il2cpp_codegen_multiply((float)(((float)((float)((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)L_59))))), (float)L_60)));
// glyph.uvBottomLeft = bg.uv[0];
GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE * L_61 = ___glyph1;
BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA * L_62 = V_0;
NullCheck(L_62);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_63 = L_62->get_uv_6();
NullCheck(L_63);
int32_t L_64 = 0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_65 = (L_63)->GetAt(static_cast<il2cpp_array_size_t>(L_64));
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_66 = Vector2_op_Implicit_mD152B6A34B4DB7FFECC2844D74718568FE867D6F(L_65, /*hidden argument*/NULL);
L_61->set_uvBottomLeft_2(L_66);
// glyph.uvTopLeft = bg.uv[1];
GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE * L_67 = ___glyph1;
BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA * L_68 = V_0;
NullCheck(L_68);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_69 = L_68->get_uv_6();
NullCheck(L_69);
int32_t L_70 = 1;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_71 = (L_69)->GetAt(static_cast<il2cpp_array_size_t>(L_70));
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_72 = Vector2_op_Implicit_mD152B6A34B4DB7FFECC2844D74718568FE867D6F(L_71, /*hidden argument*/NULL);
L_67->set_uvTopLeft_3(L_72);
// glyph.uvTopRight = bg.uv[2];
GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE * L_73 = ___glyph1;
BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA * L_74 = V_0;
NullCheck(L_74);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_75 = L_74->get_uv_6();
NullCheck(L_75);
int32_t L_76 = 2;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_77 = (L_75)->GetAt(static_cast<il2cpp_array_size_t>(L_76));
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_78 = Vector2_op_Implicit_mD152B6A34B4DB7FFECC2844D74718568FE867D6F(L_77, /*hidden argument*/NULL);
L_73->set_uvTopRight_4(L_78);
// glyph.uvBottomRight = bg.uv[3];
GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE * L_79 = ___glyph1;
BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA * L_80 = V_0;
NullCheck(L_80);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_81 = L_80->get_uv_6();
NullCheck(L_81);
int32_t L_82 = 3;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_83 = (L_81)->GetAt(static_cast<il2cpp_array_size_t>(L_82));
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_84 = Vector2_op_Implicit_mD152B6A34B4DB7FFECC2844D74718568FE867D6F(L_83, /*hidden argument*/NULL);
L_79->set_uvBottomRight_5(L_84);
// glyph.uvBottomLeft.z = glyph.uvTopLeft.z = glyph.uvTopRight.z = glyph.uvBottomRight.z = bg.channel;
GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE * L_85 = ___glyph1;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_86 = L_85->get_address_of_uvBottomLeft_2();
GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE * L_87 = ___glyph1;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_88 = L_87->get_address_of_uvTopLeft_3();
GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE * L_89 = ___glyph1;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_90 = L_89->get_address_of_uvTopRight_4();
GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE * L_91 = ___glyph1;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_92 = L_91->get_address_of_uvBottomRight_5();
BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA * L_93 = V_0;
NullCheck(L_93);
int32_t L_94 = L_93->get_channel_7();
float L_95 = (((float)((float)L_94)));
V_2 = L_95;
L_92->set_z_4(L_95);
float L_96 = V_2;
float L_97 = L_96;
V_2 = L_97;
L_90->set_z_4(L_97);
float L_98 = V_2;
float L_99 = L_98;
V_2 = L_99;
L_88->set_z_4(L_99);
float L_100 = V_2;
L_86->set_z_4(L_100);
// return true;
return (bool)1;
}
IL_01d0:
{
// return false;
return (bool)0;
}
}
// System.Boolean FairyGUI.BitmapFont::HasCharacter(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BitmapFont_HasCharacter_m07F67B0749AA08D7ABC1BEF59117F0CA60EDDF52 (BitmapFont_t29CAF73C23EFA0E59A57C421EF25ABBE728B6E88 * __this, Il2CppChar ___ch0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BitmapFont_HasCharacter_m07F67B0749AA08D7ABC1BEF59117F0CA60EDDF52_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return ch == ' ' || _dict.ContainsKey((int)ch);
Il2CppChar L_0 = ___ch0;
if ((((int32_t)L_0) == ((int32_t)((int32_t)32))))
{
goto IL_0012;
}
}
{
Dictionary_2_tE199DF334CC33A4526D947CCA77B0E688B8B268C * L_1 = __this->get__dict_11();
Il2CppChar L_2 = ___ch0;
NullCheck(L_1);
bool L_3 = Dictionary_2_ContainsKey_m469FB51E0215B39D99370328982803EFF5A85DC3(L_1, L_2, /*hidden argument*/Dictionary_2_ContainsKey_m469FB51E0215B39D99370328982803EFF5A85DC3_RuntimeMethod_var);
return L_3;
}
IL_0012:
{
return (bool)1;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void FairyGUI.BitmapFont_BMGlyph::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BMGlyph__ctor_m85BDAB4FEAF9C3EBA91EE9A73D08EBC831005497 (BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BMGlyph__ctor_m85BDAB4FEAF9C3EBA91EE9A73D08EBC831005497_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// public Vector2[] uv = new Vector2[4];
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_0 = (Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6*)(Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6*)SZArrayNew(Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6_il2cpp_TypeInfo_var, (uint32_t)4);
__this->set_uv_6(L_0);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void FairyGUI.BlendModeUtils::Apply(UnityEngine.Material,FairyGUI.BlendMode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlendModeUtils_Apply_m94EEEC03D0E7BD30E5872FF5453845C9B7595B4A (Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___mat0, int32_t ___blendMode1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BlendModeUtils_Apply_m94EEEC03D0E7BD30E5872FF5453845C9B7595B4A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
BlendFactor_tB577B5C8CBCF9D7348BB43CC79DA0A51158A02CC * V_0 = NULL;
{
// BlendFactor bf = Factors[(int)blendMode];
IL2CPP_RUNTIME_CLASS_INIT(BlendModeUtils_tE3FFF796D6F65911EACC2FE17A9357C4AF4DF2EE_il2cpp_TypeInfo_var);
BlendFactorU5BU5D_t2940F42D76FA3C18ED782510230F111171A9AD3A* L_0 = ((BlendModeUtils_tE3FFF796D6F65911EACC2FE17A9357C4AF4DF2EE_StaticFields*)il2cpp_codegen_static_fields_for(BlendModeUtils_tE3FFF796D6F65911EACC2FE17A9357C4AF4DF2EE_il2cpp_TypeInfo_var))->get_Factors_0();
int32_t L_1 = ___blendMode1;
NullCheck(L_0);
int32_t L_2 = L_1;
BlendFactor_tB577B5C8CBCF9D7348BB43CC79DA0A51158A02CC * L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
V_0 = L_3;
// mat.SetFloat(ShaderConfig._properyIDs._BlendSrcFactor, (float)bf.srcFactor);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_4 = ___mat0;
IL2CPP_RUNTIME_CLASS_INIT(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var);
PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 * L_5 = ((ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var))->get__properyIDs_4();
NullCheck(L_5);
int32_t L_6 = L_5->get__BlendSrcFactor_10();
BlendFactor_tB577B5C8CBCF9D7348BB43CC79DA0A51158A02CC * L_7 = V_0;
NullCheck(L_7);
int32_t L_8 = L_7->get_srcFactor_0();
NullCheck(L_4);
Material_SetFloat_mC2FDDF0798373DEE6BBA9B9FFFE03EC3CFB9BF47(L_4, L_6, (((float)((float)L_8))), /*hidden argument*/NULL);
// mat.SetFloat(ShaderConfig._properyIDs._BlendDstFactor, (float)bf.dstFactor);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_9 = ___mat0;
PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 * L_10 = ((ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var))->get__properyIDs_4();
NullCheck(L_10);
int32_t L_11 = L_10->get__BlendDstFactor_11();
BlendFactor_tB577B5C8CBCF9D7348BB43CC79DA0A51158A02CC * L_12 = V_0;
NullCheck(L_12);
int32_t L_13 = L_12->get_dstFactor_1();
NullCheck(L_9);
Material_SetFloat_mC2FDDF0798373DEE6BBA9B9FFFE03EC3CFB9BF47(L_9, L_11, (((float)((float)L_13))), /*hidden argument*/NULL);
// if (bf.pma)
BlendFactor_tB577B5C8CBCF9D7348BB43CC79DA0A51158A02CC * L_14 = V_0;
NullCheck(L_14);
bool L_15 = L_14->get_pma_2();
if (!L_15)
{
goto IL_0054;
}
}
{
// mat.SetFloat(ShaderConfig._properyIDs._ColorOption, 1);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_16 = ___mat0;
IL2CPP_RUNTIME_CLASS_INIT(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var);
PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 * L_17 = ((ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var))->get__properyIDs_4();
NullCheck(L_17);
int32_t L_18 = L_17->get__ColorOption_12();
NullCheck(L_16);
Material_SetFloat_mC2FDDF0798373DEE6BBA9B9FFFE03EC3CFB9BF47(L_16, L_18, (1.0f), /*hidden argument*/NULL);
return;
}
IL_0054:
{
// mat.SetFloat(ShaderConfig._properyIDs._ColorOption, 0);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_19 = ___mat0;
IL2CPP_RUNTIME_CLASS_INIT(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var);
PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 * L_20 = ((ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var))->get__properyIDs_4();
NullCheck(L_20);
int32_t L_21 = L_20->get__ColorOption_12();
NullCheck(L_19);
Material_SetFloat_mC2FDDF0798373DEE6BBA9B9FFFE03EC3CFB9BF47(L_19, L_21, (0.0f), /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.BlendModeUtils::Override(FairyGUI.BlendMode,UnityEngine.Rendering.BlendMode,UnityEngine.Rendering.BlendMode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlendModeUtils_Override_mCFCB6A27FD2C8F3083927AEC94ACECA5E1641258 (int32_t ___blendMode0, int32_t ___srcFactor1, int32_t ___dstFactor2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BlendModeUtils_Override_mCFCB6A27FD2C8F3083927AEC94ACECA5E1641258_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// BlendFactor bf = Factors[(int)blendMode];
IL2CPP_RUNTIME_CLASS_INIT(BlendModeUtils_tE3FFF796D6F65911EACC2FE17A9357C4AF4DF2EE_il2cpp_TypeInfo_var);
BlendFactorU5BU5D_t2940F42D76FA3C18ED782510230F111171A9AD3A* L_0 = ((BlendModeUtils_tE3FFF796D6F65911EACC2FE17A9357C4AF4DF2EE_StaticFields*)il2cpp_codegen_static_fields_for(BlendModeUtils_tE3FFF796D6F65911EACC2FE17A9357C4AF4DF2EE_il2cpp_TypeInfo_var))->get_Factors_0();
int32_t L_1 = ___blendMode0;
NullCheck(L_0);
int32_t L_2 = L_1;
BlendFactor_tB577B5C8CBCF9D7348BB43CC79DA0A51158A02CC * L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
// bf.srcFactor = srcFactor;
BlendFactor_tB577B5C8CBCF9D7348BB43CC79DA0A51158A02CC * L_4 = L_3;
int32_t L_5 = ___srcFactor1;
NullCheck(L_4);
L_4->set_srcFactor_0(L_5);
// bf.dstFactor = dstFactor;
int32_t L_6 = ___dstFactor2;
NullCheck(L_4);
L_4->set_dstFactor_1(L_6);
// }
return;
}
}
// System.Void FairyGUI.BlendModeUtils::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlendModeUtils__ctor_m86E00FFEDD053413E263F44F932293732C07A9DC (BlendModeUtils_tE3FFF796D6F65911EACC2FE17A9357C4AF4DF2EE * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void FairyGUI.BlendModeUtils::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlendModeUtils__cctor_m756074B056C8F907DA8736B64CAE632491878891 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BlendModeUtils__cctor_m756074B056C8F907DA8736B64CAE632491878891_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// public static BlendFactor[] Factors = new BlendFactor[] {
// //Normal
// new BlendFactor(NativeBlendMode.SrcAlpha, NativeBlendMode.OneMinusSrcAlpha),
// //None
// new BlendFactor(NativeBlendMode.One, NativeBlendMode.One),
// //Add
// new BlendFactor(NativeBlendMode.SrcAlpha, NativeBlendMode.One),
// //Multiply
// new BlendFactor(NativeBlendMode.DstColor, NativeBlendMode.OneMinusSrcAlpha, true),
// //Screen
// new BlendFactor(NativeBlendMode.One, NativeBlendMode.OneMinusSrcColor, true),
// //Erase
// new BlendFactor(NativeBlendMode.Zero, NativeBlendMode.OneMinusSrcAlpha),
// //Mask
// new BlendFactor(NativeBlendMode.Zero, NativeBlendMode.SrcAlpha),
// //Below
// new BlendFactor(NativeBlendMode.OneMinusDstAlpha, NativeBlendMode.DstAlpha),
// //Off
// new BlendFactor(NativeBlendMode.One, NativeBlendMode.Zero),
// //Custom1
// new BlendFactor(NativeBlendMode.SrcAlpha, NativeBlendMode.OneMinusSrcAlpha),
// //Custom2
// new BlendFactor(NativeBlendMode.SrcAlpha, NativeBlendMode.OneMinusSrcAlpha),
// //Custom3
// new BlendFactor(NativeBlendMode.SrcAlpha, NativeBlendMode.OneMinusSrcAlpha)
// };
BlendFactorU5BU5D_t2940F42D76FA3C18ED782510230F111171A9AD3A* L_0 = (BlendFactorU5BU5D_t2940F42D76FA3C18ED782510230F111171A9AD3A*)(BlendFactorU5BU5D_t2940F42D76FA3C18ED782510230F111171A9AD3A*)SZArrayNew(BlendFactorU5BU5D_t2940F42D76FA3C18ED782510230F111171A9AD3A_il2cpp_TypeInfo_var, (uint32_t)((int32_t)12));
BlendFactorU5BU5D_t2940F42D76FA3C18ED782510230F111171A9AD3A* L_1 = L_0;
BlendFactor_tB577B5C8CBCF9D7348BB43CC79DA0A51158A02CC * L_2 = (BlendFactor_tB577B5C8CBCF9D7348BB43CC79DA0A51158A02CC *)il2cpp_codegen_object_new(BlendFactor_tB577B5C8CBCF9D7348BB43CC79DA0A51158A02CC_il2cpp_TypeInfo_var);
BlendFactor__ctor_mCB133A7A97F3E43FE2F26BE9F29A1453DB691EF5(L_2, 5, ((int32_t)10), (bool)0, /*hidden argument*/NULL);
NullCheck(L_1);
ArrayElementTypeCheck (L_1, L_2);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (BlendFactor_tB577B5C8CBCF9D7348BB43CC79DA0A51158A02CC *)L_2);
BlendFactorU5BU5D_t2940F42D76FA3C18ED782510230F111171A9AD3A* L_3 = L_1;
BlendFactor_tB577B5C8CBCF9D7348BB43CC79DA0A51158A02CC * L_4 = (BlendFactor_tB577B5C8CBCF9D7348BB43CC79DA0A51158A02CC *)il2cpp_codegen_object_new(BlendFactor_tB577B5C8CBCF9D7348BB43CC79DA0A51158A02CC_il2cpp_TypeInfo_var);
BlendFactor__ctor_mCB133A7A97F3E43FE2F26BE9F29A1453DB691EF5(L_4, 1, 1, (bool)0, /*hidden argument*/NULL);
NullCheck(L_3);
ArrayElementTypeCheck (L_3, L_4);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(1), (BlendFactor_tB577B5C8CBCF9D7348BB43CC79DA0A51158A02CC *)L_4);
BlendFactorU5BU5D_t2940F42D76FA3C18ED782510230F111171A9AD3A* L_5 = L_3;
BlendFactor_tB577B5C8CBCF9D7348BB43CC79DA0A51158A02CC * L_6 = (BlendFactor_tB577B5C8CBCF9D7348BB43CC79DA0A51158A02CC *)il2cpp_codegen_object_new(BlendFactor_tB577B5C8CBCF9D7348BB43CC79DA0A51158A02CC_il2cpp_TypeInfo_var);
BlendFactor__ctor_mCB133A7A97F3E43FE2F26BE9F29A1453DB691EF5(L_6, 5, 1, (bool)0, /*hidden argument*/NULL);
NullCheck(L_5);
ArrayElementTypeCheck (L_5, L_6);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(2), (BlendFactor_tB577B5C8CBCF9D7348BB43CC79DA0A51158A02CC *)L_6);
BlendFactorU5BU5D_t2940F42D76FA3C18ED782510230F111171A9AD3A* L_7 = L_5;
BlendFactor_tB577B5C8CBCF9D7348BB43CC79DA0A51158A02CC * L_8 = (BlendFactor_tB577B5C8CBCF9D7348BB43CC79DA0A51158A02CC *)il2cpp_codegen_object_new(BlendFactor_tB577B5C8CBCF9D7348BB43CC79DA0A51158A02CC_il2cpp_TypeInfo_var);
BlendFactor__ctor_mCB133A7A97F3E43FE2F26BE9F29A1453DB691EF5(L_8, 2, ((int32_t)10), (bool)1, /*hidden argument*/NULL);
NullCheck(L_7);
ArrayElementTypeCheck (L_7, L_8);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(3), (BlendFactor_tB577B5C8CBCF9D7348BB43CC79DA0A51158A02CC *)L_8);
BlendFactorU5BU5D_t2940F42D76FA3C18ED782510230F111171A9AD3A* L_9 = L_7;
BlendFactor_tB577B5C8CBCF9D7348BB43CC79DA0A51158A02CC * L_10 = (BlendFactor_tB577B5C8CBCF9D7348BB43CC79DA0A51158A02CC *)il2cpp_codegen_object_new(BlendFactor_tB577B5C8CBCF9D7348BB43CC79DA0A51158A02CC_il2cpp_TypeInfo_var);
BlendFactor__ctor_mCB133A7A97F3E43FE2F26BE9F29A1453DB691EF5(L_10, 1, 6, (bool)1, /*hidden argument*/NULL);
NullCheck(L_9);
ArrayElementTypeCheck (L_9, L_10);
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(4), (BlendFactor_tB577B5C8CBCF9D7348BB43CC79DA0A51158A02CC *)L_10);
BlendFactorU5BU5D_t2940F42D76FA3C18ED782510230F111171A9AD3A* L_11 = L_9;
BlendFactor_tB577B5C8CBCF9D7348BB43CC79DA0A51158A02CC * L_12 = (BlendFactor_tB577B5C8CBCF9D7348BB43CC79DA0A51158A02CC *)il2cpp_codegen_object_new(BlendFactor_tB577B5C8CBCF9D7348BB43CC79DA0A51158A02CC_il2cpp_TypeInfo_var);
BlendFactor__ctor_mCB133A7A97F3E43FE2F26BE9F29A1453DB691EF5(L_12, 0, ((int32_t)10), (bool)0, /*hidden argument*/NULL);
NullCheck(L_11);
ArrayElementTypeCheck (L_11, L_12);
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(5), (BlendFactor_tB577B5C8CBCF9D7348BB43CC79DA0A51158A02CC *)L_12);
BlendFactorU5BU5D_t2940F42D76FA3C18ED782510230F111171A9AD3A* L_13 = L_11;
BlendFactor_tB577B5C8CBCF9D7348BB43CC79DA0A51158A02CC * L_14 = (BlendFactor_tB577B5C8CBCF9D7348BB43CC79DA0A51158A02CC *)il2cpp_codegen_object_new(BlendFactor_tB577B5C8CBCF9D7348BB43CC79DA0A51158A02CC_il2cpp_TypeInfo_var);
BlendFactor__ctor_mCB133A7A97F3E43FE2F26BE9F29A1453DB691EF5(L_14, 0, 5, (bool)0, /*hidden argument*/NULL);
NullCheck(L_13);
ArrayElementTypeCheck (L_13, L_14);
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(6), (BlendFactor_tB577B5C8CBCF9D7348BB43CC79DA0A51158A02CC *)L_14);
BlendFactorU5BU5D_t2940F42D76FA3C18ED782510230F111171A9AD3A* L_15 = L_13;
BlendFactor_tB577B5C8CBCF9D7348BB43CC79DA0A51158A02CC * L_16 = (BlendFactor_tB577B5C8CBCF9D7348BB43CC79DA0A51158A02CC *)il2cpp_codegen_object_new(BlendFactor_tB577B5C8CBCF9D7348BB43CC79DA0A51158A02CC_il2cpp_TypeInfo_var);
BlendFactor__ctor_mCB133A7A97F3E43FE2F26BE9F29A1453DB691EF5(L_16, 8, 7, (bool)0, /*hidden argument*/NULL);
NullCheck(L_15);
ArrayElementTypeCheck (L_15, L_16);
(L_15)->SetAt(static_cast<il2cpp_array_size_t>(7), (BlendFactor_tB577B5C8CBCF9D7348BB43CC79DA0A51158A02CC *)L_16);
BlendFactorU5BU5D_t2940F42D76FA3C18ED782510230F111171A9AD3A* L_17 = L_15;
BlendFactor_tB577B5C8CBCF9D7348BB43CC79DA0A51158A02CC * L_18 = (BlendFactor_tB577B5C8CBCF9D7348BB43CC79DA0A51158A02CC *)il2cpp_codegen_object_new(BlendFactor_tB577B5C8CBCF9D7348BB43CC79DA0A51158A02CC_il2cpp_TypeInfo_var);
BlendFactor__ctor_mCB133A7A97F3E43FE2F26BE9F29A1453DB691EF5(L_18, 1, 0, (bool)0, /*hidden argument*/NULL);
NullCheck(L_17);
ArrayElementTypeCheck (L_17, L_18);
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(8), (BlendFactor_tB577B5C8CBCF9D7348BB43CC79DA0A51158A02CC *)L_18);
BlendFactorU5BU5D_t2940F42D76FA3C18ED782510230F111171A9AD3A* L_19 = L_17;
BlendFactor_tB577B5C8CBCF9D7348BB43CC79DA0A51158A02CC * L_20 = (BlendFactor_tB577B5C8CBCF9D7348BB43CC79DA0A51158A02CC *)il2cpp_codegen_object_new(BlendFactor_tB577B5C8CBCF9D7348BB43CC79DA0A51158A02CC_il2cpp_TypeInfo_var);
BlendFactor__ctor_mCB133A7A97F3E43FE2F26BE9F29A1453DB691EF5(L_20, 5, ((int32_t)10), (bool)0, /*hidden argument*/NULL);
NullCheck(L_19);
ArrayElementTypeCheck (L_19, L_20);
(L_19)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)9)), (BlendFactor_tB577B5C8CBCF9D7348BB43CC79DA0A51158A02CC *)L_20);
BlendFactorU5BU5D_t2940F42D76FA3C18ED782510230F111171A9AD3A* L_21 = L_19;
BlendFactor_tB577B5C8CBCF9D7348BB43CC79DA0A51158A02CC * L_22 = (BlendFactor_tB577B5C8CBCF9D7348BB43CC79DA0A51158A02CC *)il2cpp_codegen_object_new(BlendFactor_tB577B5C8CBCF9D7348BB43CC79DA0A51158A02CC_il2cpp_TypeInfo_var);
BlendFactor__ctor_mCB133A7A97F3E43FE2F26BE9F29A1453DB691EF5(L_22, 5, ((int32_t)10), (bool)0, /*hidden argument*/NULL);
NullCheck(L_21);
ArrayElementTypeCheck (L_21, L_22);
(L_21)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)10)), (BlendFactor_tB577B5C8CBCF9D7348BB43CC79DA0A51158A02CC *)L_22);
BlendFactorU5BU5D_t2940F42D76FA3C18ED782510230F111171A9AD3A* L_23 = L_21;
BlendFactor_tB577B5C8CBCF9D7348BB43CC79DA0A51158A02CC * L_24 = (BlendFactor_tB577B5C8CBCF9D7348BB43CC79DA0A51158A02CC *)il2cpp_codegen_object_new(BlendFactor_tB577B5C8CBCF9D7348BB43CC79DA0A51158A02CC_il2cpp_TypeInfo_var);
BlendFactor__ctor_mCB133A7A97F3E43FE2F26BE9F29A1453DB691EF5(L_24, 5, ((int32_t)10), (bool)0, /*hidden argument*/NULL);
NullCheck(L_23);
ArrayElementTypeCheck (L_23, L_24);
(L_23)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)11)), (BlendFactor_tB577B5C8CBCF9D7348BB43CC79DA0A51158A02CC *)L_24);
((BlendModeUtils_tE3FFF796D6F65911EACC2FE17A9357C4AF4DF2EE_StaticFields*)il2cpp_codegen_static_fields_for(BlendModeUtils_tE3FFF796D6F65911EACC2FE17A9357C4AF4DF2EE_il2cpp_TypeInfo_var))->set_Factors_0(L_23);
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 FairyGUI.BlendModeUtils_BlendFactor::.ctor(UnityEngine.Rendering.BlendMode,UnityEngine.Rendering.BlendMode,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlendFactor__ctor_mCB133A7A97F3E43FE2F26BE9F29A1453DB691EF5 (BlendFactor_tB577B5C8CBCF9D7348BB43CC79DA0A51158A02CC * __this, int32_t ___srcFactor0, int32_t ___dstFactor1, bool ___pma2, const RuntimeMethod* method)
{
{
// public BlendFactor(NativeBlendMode srcFactor, NativeBlendMode dstFactor, bool pma = false)
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
// this.srcFactor = srcFactor;
int32_t L_0 = ___srcFactor0;
__this->set_srcFactor_0(L_0);
// this.dstFactor = dstFactor;
int32_t L_1 = ___dstFactor1;
__this->set_dstFactor_1(L_1);
// this.pma = pma;
bool L_2 = ___pma2;
__this->set_pma_2(L_2);
// }
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void FairyGUI.BlurFilter::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlurFilter__ctor_m56B364907205FF197A55A1A74DA4C82C779A0268 (BlurFilter_t8E49BEF2181CF5150F772697E6376C4D628006E2 * __this, const RuntimeMethod* method)
{
{
// public BlurFilter()
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
// blurSize = 1f;
__this->set_blurSize_0((1.0f));
// }
return;
}
}
// FairyGUI.DisplayObject FairyGUI.BlurFilter::get_target()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * BlurFilter_get_target_mC4F8A8DA6CD892F824C94ECBB04ADA8138F14F4E (BlurFilter_t8E49BEF2181CF5150F772697E6376C4D628006E2 * __this, const RuntimeMethod* method)
{
{
// get { return _target; }
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_0 = __this->get__target_1();
return L_0;
}
}
// System.Void FairyGUI.BlurFilter::set_target(FairyGUI.DisplayObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlurFilter_set_target_mA47BA0876DE50AA10356E6CE0A8A14C22FF0FB63 (BlurFilter_t8E49BEF2181CF5150F772697E6376C4D628006E2 * __this, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BlurFilter_set_target_mA47BA0876DE50AA10356E6CE0A8A14C22FF0FB63_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// _target = value;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_0 = ___value0;
__this->set__target_1(L_0);
// _target.EnterPaintingMode(1, null);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_1 = __this->get__target_1();
il2cpp_codegen_initobj((&V_0), sizeof(Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 ));
Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 L_2 = V_0;
NullCheck(L_1);
DisplayObject_EnterPaintingMode_mBD171BC8E68587EEB1918AE5E25F0AA43A90E3D4(L_1, 1, L_2, /*hidden argument*/NULL);
// _target.onPaint += OnRenderImage;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_3 = __this->get__target_1();
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_4 = L_3;
NullCheck(L_4);
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * L_5 = L_4->get_onPaint_8();
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * L_6 = (EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 *)il2cpp_codegen_object_new(EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8_il2cpp_TypeInfo_var);
EventCallback0__ctor_m645D7A733ACDE4804F513CF4155B1C7EF0108CFD(L_6, __this, (intptr_t)((intptr_t)BlurFilter_OnRenderImage_m5E585C1C6E251AE1F30C375ABB23EBA75DD086C3_RuntimeMethod_var), /*hidden argument*/NULL);
Delegate_t * L_7 = Delegate_Combine_mC25D2F7DECAFBA6D9A2F9EBA8A77063F0658ECF1(L_5, L_6, /*hidden argument*/NULL);
NullCheck(L_4);
L_4->set_onPaint_8(((EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 *)CastclassSealed((RuntimeObject*)L_7, EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8_il2cpp_TypeInfo_var)));
// _blitMaterial = new Material(ShaderConfig.GetShader("FairyGUI/BlurFilter"));
IL2CPP_RUNTIME_CLASS_INIT(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var);
Shader_tE2731FF351B74AB4186897484FB01E000C1160CA * L_8 = ShaderConfig_GetShader_m1812ED53E63F6F775C1DEDB2560DB03087CD2743(_stringLiteralC244AE27824B10893C34FF54C8F43BDC2CF0797D, /*hidden argument*/NULL);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_9 = (Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 *)il2cpp_codegen_object_new(Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598_il2cpp_TypeInfo_var);
Material__ctor_m81E76B5C1316004F25D4FE9CEC0E78A7428DABA8(L_9, L_8, /*hidden argument*/NULL);
__this->set__blitMaterial_2(L_9);
// _blitMaterial.hideFlags = DisplayOptions.hideFlags;
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_10 = __this->get__blitMaterial_2();
IL2CPP_RUNTIME_CLASS_INIT(DisplayOptions_t4B4C59CB88F891706B8F84001E79575634819070_il2cpp_TypeInfo_var);
int32_t L_11 = ((DisplayOptions_t4B4C59CB88F891706B8F84001E79575634819070_StaticFields*)il2cpp_codegen_static_fields_for(DisplayOptions_t4B4C59CB88F891706B8F84001E79575634819070_il2cpp_TypeInfo_var))->get_hideFlags_0();
NullCheck(L_10);
Object_set_hideFlags_mB0B45A19A5871EF407D7B09E0EB76003496BA4F0(L_10, L_11, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.BlurFilter::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlurFilter_Dispose_mC7866603EF39E2D47BE1D9A0592C9D414957C17A (BlurFilter_t8E49BEF2181CF5150F772697E6376C4D628006E2 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BlurFilter_Dispose_mC7866603EF39E2D47BE1D9A0592C9D414957C17A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (_target == null) return;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_0 = __this->get__target_1();
if (L_0)
{
goto IL_0009;
}
}
{
// if (_target == null) return;
return;
}
IL_0009:
{
// _target.LeavePaintingMode(1);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_1 = __this->get__target_1();
NullCheck(L_1);
DisplayObject_LeavePaintingMode_mF2EB2C96873A13D564FEDD8EE1005CC28D099EBE(L_1, 1, /*hidden argument*/NULL);
// _target.onPaint -= OnRenderImage;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_2 = __this->get__target_1();
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_3 = L_2;
NullCheck(L_3);
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * L_4 = L_3->get_onPaint_8();
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * L_5 = (EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 *)il2cpp_codegen_object_new(EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8_il2cpp_TypeInfo_var);
EventCallback0__ctor_m645D7A733ACDE4804F513CF4155B1C7EF0108CFD(L_5, __this, (intptr_t)((intptr_t)BlurFilter_OnRenderImage_m5E585C1C6E251AE1F30C375ABB23EBA75DD086C3_RuntimeMethod_var), /*hidden argument*/NULL);
Delegate_t * L_6 = Delegate_Remove_m0B0DB7D1B3AF96B71AFAA72BA0EFE32FBBC2932D(L_4, L_5, /*hidden argument*/NULL);
NullCheck(L_3);
L_3->set_onPaint_8(((EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 *)CastclassSealed((RuntimeObject*)L_6, EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8_il2cpp_TypeInfo_var)));
// _target = null;
__this->set__target_1((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)NULL);
// if (Application.isPlaying)
bool L_7 = Application_get_isPlaying_mF43B519662E7433DD90D883E5AE22EC3CFB65CA5(/*hidden argument*/NULL);
if (!L_7)
{
goto IL_0056;
}
}
{
// Material.Destroy(_blitMaterial);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_8 = __this->get__blitMaterial_2();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
Object_Destroy_m23B4562495BA35A74266D4372D45368F8C05109A(L_8, /*hidden argument*/NULL);
return;
}
IL_0056:
{
// Material.DestroyImmediate(_blitMaterial);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_9 = __this->get__blitMaterial_2();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
Object_DestroyImmediate_mF6F4415EF22249D6E650FAA40E403283F19B7446(L_9, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.BlurFilter::Update()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlurFilter_Update_mBA19AC1E305E9585855E16A316E987AA14104F02 (BlurFilter_t8E49BEF2181CF5150F772697E6376C4D628006E2 * __this, const RuntimeMethod* method)
{
{
// }
return;
}
}
// System.Void FairyGUI.BlurFilter::FourTapCone(UnityEngine.RenderTexture,UnityEngine.RenderTexture,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlurFilter_FourTapCone_mE9C62373BA9072BAE4C3804542949A024074D22B (BlurFilter_t8E49BEF2181CF5150F772697E6376C4D628006E2 * __this, RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * ___source0, RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * ___dest1, int32_t ___iteration2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BlurFilter_FourTapCone_mE9C62373BA9072BAE4C3804542949A024074D22B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
float V_0 = 0.0f;
{
// float off = blurSize * iteration + 0.5f;
float L_0 = __this->get_blurSize_0();
int32_t L_1 = ___iteration2;
V_0 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_0, (float)(((float)((float)L_1))))), (float)(0.5f)));
// Graphics.BlitMultiTap(source, dest, _blitMaterial,
// new Vector2(-off, -off),
// new Vector2(-off, off),
// new Vector2(off, off),
// new Vector2(off, -off)
// );
RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * L_2 = ___source0;
RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * L_3 = ___dest1;
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_4 = __this->get__blitMaterial_2();
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_5 = (Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6*)(Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6*)SZArrayNew(Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6_il2cpp_TypeInfo_var, (uint32_t)4);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_6 = L_5;
float L_7 = V_0;
float L_8 = V_0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_9;
memset((&L_9), 0, sizeof(L_9));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_9), ((-L_7)), ((-L_8)), /*hidden argument*/NULL);
NullCheck(L_6);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(0), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_9);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_10 = L_6;
float L_11 = V_0;
float L_12 = V_0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_13;
memset((&L_13), 0, sizeof(L_13));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_13), ((-L_11)), L_12, /*hidden argument*/NULL);
NullCheck(L_10);
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(1), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_13);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_14 = L_10;
float L_15 = V_0;
float L_16 = V_0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_17;
memset((&L_17), 0, sizeof(L_17));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_17), L_15, L_16, /*hidden argument*/NULL);
NullCheck(L_14);
(L_14)->SetAt(static_cast<il2cpp_array_size_t>(2), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_17);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_18 = L_14;
float L_19 = V_0;
float L_20 = V_0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_21;
memset((&L_21), 0, sizeof(L_21));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_21), L_19, ((-L_20)), /*hidden argument*/NULL);
NullCheck(L_18);
(L_18)->SetAt(static_cast<il2cpp_array_size_t>(3), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_21);
IL2CPP_RUNTIME_CLASS_INIT(Graphics_t6FB7A5D4561F3AB3C34BF334BB0BD8061BE763B1_il2cpp_TypeInfo_var);
Graphics_BlitMultiTap_m68957C274C362CD59546AA69740397EA196AEB98(L_2, L_3, L_4, L_18, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.BlurFilter::DownSample4x(UnityEngine.RenderTexture,UnityEngine.RenderTexture)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlurFilter_DownSample4x_m5DF955E6E18B01256B598D6BFFC26708BE2FC61B (BlurFilter_t8E49BEF2181CF5150F772697E6376C4D628006E2 * __this, RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * ___source0, RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * ___dest1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BlurFilter_DownSample4x_m5DF955E6E18B01256B598D6BFFC26708BE2FC61B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
float V_0 = 0.0f;
{
// float off = 1.0f;
V_0 = (1.0f);
// Graphics.BlitMultiTap(source, dest, _blitMaterial,
// new Vector2(off, off),
// new Vector2(-off, off),
// new Vector2(off, off),
// new Vector2(off, -off)
// );
RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * L_0 = ___source0;
RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * L_1 = ___dest1;
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_2 = __this->get__blitMaterial_2();
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_3 = (Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6*)(Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6*)SZArrayNew(Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6_il2cpp_TypeInfo_var, (uint32_t)4);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_4 = L_3;
float L_5 = V_0;
float L_6 = V_0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_7;
memset((&L_7), 0, sizeof(L_7));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_7), L_5, L_6, /*hidden argument*/NULL);
NullCheck(L_4);
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(0), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_7);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_8 = L_4;
float L_9 = V_0;
float L_10 = V_0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_11;
memset((&L_11), 0, sizeof(L_11));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_11), ((-L_9)), L_10, /*hidden argument*/NULL);
NullCheck(L_8);
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(1), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_11);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_12 = L_8;
float L_13 = V_0;
float L_14 = V_0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_15;
memset((&L_15), 0, sizeof(L_15));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_15), L_13, L_14, /*hidden argument*/NULL);
NullCheck(L_12);
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(2), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_15);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_16 = L_12;
float L_17 = V_0;
float L_18 = V_0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_19;
memset((&L_19), 0, sizeof(L_19));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_19), L_17, ((-L_18)), /*hidden argument*/NULL);
NullCheck(L_16);
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(3), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_19);
IL2CPP_RUNTIME_CLASS_INIT(Graphics_t6FB7A5D4561F3AB3C34BF334BB0BD8061BE763B1_il2cpp_TypeInfo_var);
Graphics_BlitMultiTap_m68957C274C362CD59546AA69740397EA196AEB98(L_0, L_1, L_2, L_16, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.BlurFilter::OnRenderImage()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlurFilter_OnRenderImage_m5E585C1C6E251AE1F30C375ABB23EBA75DD086C3 (BlurFilter_t8E49BEF2181CF5150F772697E6376C4D628006E2 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BlurFilter_OnRenderImage_m5E585C1C6E251AE1F30C375ABB23EBA75DD086C3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * V_0 = NULL;
int32_t V_1 = 0;
int32_t V_2 = 0;
RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * V_3 = NULL;
int32_t V_4 = 0;
RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * V_5 = NULL;
{
// if (blurSize < 0.01)
float L_0 = __this->get_blurSize_0();
if ((!(((double)(((double)((double)L_0)))) < ((double)(0.01)))))
{
goto IL_0013;
}
}
{
// return;
return;
}
IL_0013:
{
// RenderTexture sourceTexture = (RenderTexture)_target.paintingGraphics.texture.nativeTexture;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_1 = __this->get__target_1();
NullCheck(L_1);
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_2 = DisplayObject_get_paintingGraphics_m83CE352AF96A18564A50301B6AA8F39B75A265DD_inline(L_1, /*hidden argument*/NULL);
NullCheck(L_2);
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_3 = NGraphics_get_texture_m3664EBAFA5CB8F505A62CA24BAF9650A897261FB_inline(L_2, /*hidden argument*/NULL);
NullCheck(L_3);
Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * L_4 = NTexture_get_nativeTexture_m022E7332CA1C910A1128926D6FF9E6B911E475C0(L_3, /*hidden argument*/NULL);
V_0 = ((RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 *)CastclassClass((RuntimeObject*)L_4, RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6_il2cpp_TypeInfo_var));
// int rtW = sourceTexture.width / 8;
RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * L_5 = V_0;
NullCheck(L_5);
int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 UnityEngine.Texture::get_width() */, L_5);
V_1 = ((int32_t)((int32_t)L_6/(int32_t)8));
// int rtH = sourceTexture.height / 8;
RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * L_7 = V_0;
NullCheck(L_7);
int32_t L_8 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 UnityEngine.Texture::get_height() */, L_7);
V_2 = ((int32_t)((int32_t)L_8/(int32_t)8));
// RenderTexture buffer = RenderTexture.GetTemporary(rtW, rtH, 0);
int32_t L_9 = V_1;
int32_t L_10 = V_2;
RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * L_11 = RenderTexture_GetTemporary_m113363A657279A2F3D66398C7223251205765AF6(L_9, L_10, 0, /*hidden argument*/NULL);
V_3 = L_11;
// DownSample4x(sourceTexture, buffer);
RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * L_12 = V_0;
RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * L_13 = V_3;
BlurFilter_DownSample4x_m5DF955E6E18B01256B598D6BFFC26708BE2FC61B(__this, L_12, L_13, /*hidden argument*/NULL);
// for (int i = 0; i < 2; i++)
V_4 = 0;
goto IL_007a;
}
IL_0056:
{
// RenderTexture buffer2 = RenderTexture.GetTemporary(rtW, rtH, 0);
int32_t L_14 = V_1;
int32_t L_15 = V_2;
RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * L_16 = RenderTexture_GetTemporary_m113363A657279A2F3D66398C7223251205765AF6(L_14, L_15, 0, /*hidden argument*/NULL);
V_5 = L_16;
// FourTapCone(buffer, buffer2, i);
RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * L_17 = V_3;
RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * L_18 = V_5;
int32_t L_19 = V_4;
BlurFilter_FourTapCone_mE9C62373BA9072BAE4C3804542949A024074D22B(__this, L_17, L_18, L_19, /*hidden argument*/NULL);
// RenderTexture.ReleaseTemporary(buffer);
RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * L_20 = V_3;
RenderTexture_ReleaseTemporary_mFBA6F18138965049AA901D62A0080B1A087A38EA(L_20, /*hidden argument*/NULL);
// buffer = buffer2;
RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * L_21 = V_5;
V_3 = L_21;
// for (int i = 0; i < 2; i++)
int32_t L_22 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1));
}
IL_007a:
{
// for (int i = 0; i < 2; i++)
int32_t L_23 = V_4;
if ((((int32_t)L_23) < ((int32_t)2)))
{
goto IL_0056;
}
}
{
// Graphics.Blit(buffer, sourceTexture);
RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * L_24 = V_3;
RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * L_25 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Graphics_t6FB7A5D4561F3AB3C34BF334BB0BD8061BE763B1_il2cpp_TypeInfo_var);
Graphics_Blit_mB042EC04307A5617038DA4210DE7BA4B3E529113(L_24, L_25, /*hidden argument*/NULL);
// RenderTexture.ReleaseTemporary(buffer);
RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * L_26 = V_3;
RenderTexture_ReleaseTemporary_mFBA6F18138965049AA901D62A0080B1A087A38EA(L_26, /*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 FairyGUI.BoxColliderHitTest::.ctor(UnityEngine.BoxCollider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BoxColliderHitTest__ctor_mAF125C7333D957571452B0FB199EBC65D239DC09 (BoxColliderHitTest_t3E777B5A3F6384DEA2F8C141B2E297B16BBA2BC0 * __this, BoxCollider_t2DF257BBBFCABE0B9D78B21D238298D1942BFBAA * ___collider0, const RuntimeMethod* method)
{
{
// public BoxColliderHitTest(BoxCollider collider)
ColliderHitTest__ctor_mB0738CF4B66B66626AEB2EF5DA61AB8C30A92917(__this, /*hidden argument*/NULL);
// this.collider = collider;
BoxCollider_t2DF257BBBFCABE0B9D78B21D238298D1942BFBAA * L_0 = ___collider0;
((ColliderHitTest_t295665EE7B899D4C84890F57233500430ECE5C67 *)__this)->set_collider_0(L_0);
// }
return;
}
}
// System.Void FairyGUI.BoxColliderHitTest::SetArea(System.Single,System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BoxColliderHitTest_SetArea_mAA144235D3224601FCE072877942054D278AFEDD (BoxColliderHitTest_t3E777B5A3F6384DEA2F8C141B2E297B16BBA2BC0 * __this, float ___x0, float ___y1, float ___width2, float ___height3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BoxColliderHitTest_SetArea_mAA144235D3224601FCE072877942054D278AFEDD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// ((BoxCollider)collider).center = new Vector3(x + width / 2, -y - height / 2);
Collider_t0FEEB36760860AD21B3B1F0509C365B393EC4BDF * L_0 = ((ColliderHitTest_t295665EE7B899D4C84890F57233500430ECE5C67 *)__this)->get_collider_0();
float L_1 = ___x0;
float L_2 = ___width2;
float L_3 = ___y1;
float L_4 = ___height3;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_5;
memset((&L_5), 0, sizeof(L_5));
Vector3__ctor_m6AD8F21FFCC7723C6F507CCF2E4E2EFFC4871584((&L_5), ((float)il2cpp_codegen_add((float)L_1, (float)((float)((float)L_2/(float)(2.0f))))), ((float)il2cpp_codegen_subtract((float)((-L_3)), (float)((float)((float)L_4/(float)(2.0f))))), /*hidden argument*/NULL);
NullCheck(((BoxCollider_t2DF257BBBFCABE0B9D78B21D238298D1942BFBAA *)CastclassClass((RuntimeObject*)L_0, BoxCollider_t2DF257BBBFCABE0B9D78B21D238298D1942BFBAA_il2cpp_TypeInfo_var)));
BoxCollider_set_center_m8A871056CA383C9932A7694FE396A1EFA247FC69(((BoxCollider_t2DF257BBBFCABE0B9D78B21D238298D1942BFBAA *)CastclassClass((RuntimeObject*)L_0, BoxCollider_t2DF257BBBFCABE0B9D78B21D238298D1942BFBAA_il2cpp_TypeInfo_var)), L_5, /*hidden argument*/NULL);
// ((BoxCollider)collider).size = new Vector3(width, height, 0);
Collider_t0FEEB36760860AD21B3B1F0509C365B393EC4BDF * L_6 = ((ColliderHitTest_t295665EE7B899D4C84890F57233500430ECE5C67 *)__this)->get_collider_0();
float L_7 = ___width2;
float L_8 = ___height3;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_9;
memset((&L_9), 0, sizeof(L_9));
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_9), L_7, L_8, (0.0f), /*hidden argument*/NULL);
NullCheck(((BoxCollider_t2DF257BBBFCABE0B9D78B21D238298D1942BFBAA *)CastclassClass((RuntimeObject*)L_6, BoxCollider_t2DF257BBBFCABE0B9D78B21D238298D1942BFBAA_il2cpp_TypeInfo_var)));
BoxCollider_set_size_m65F9B4BD610D3094313EC8D1C5CE58D1D345A176(((BoxCollider_t2DF257BBBFCABE0B9D78B21D238298D1942BFBAA *)CastclassClass((RuntimeObject*)L_6, BoxCollider_t2DF257BBBFCABE0B9D78B21D238298D1942BFBAA_il2cpp_TypeInfo_var)), L_9, /*hidden argument*/NULL);
// }
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void FairyGUI.CaptureCamera::OnEnable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CaptureCamera_OnEnable_m73B7777F75389B546CD84077FDFFA61C0DF4EC8D (CaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CaptureCamera_OnEnable_m73B7777F75389B546CD84077FDFFA61C0DF4EC8D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// cachedCamera = this.GetComponent<Camera>();
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_0 = Component_GetComponent_TisCamera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_mB090F51A34716700C0F4F1B08F9330C6F503DB9E(__this, /*hidden argument*/Component_GetComponent_TisCamera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_mB090F51A34716700C0F4F1B08F9330C6F503DB9E_RuntimeMethod_var);
__this->set_cachedCamera_5(L_0);
// cachedTransform = this.gameObject.transform;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_1 = Component_get_gameObject_m0B0570BA8DDD3CD78A9DB568EA18D7317686603C(__this, /*hidden argument*/NULL);
NullCheck(L_1);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_2 = GameObject_get_transform_mA5C38857137F137CB96C69FAA624199EB1C2FB2C(L_1, /*hidden argument*/NULL);
__this->set_cachedTransform_4(L_2);
// if (this.gameObject.name == Name)
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_3 = Component_get_gameObject_m0B0570BA8DDD3CD78A9DB568EA18D7317686603C(__this, /*hidden argument*/NULL);
NullCheck(L_3);
String_t* L_4 = Object_get_name_mA2D400141CB3C991C87A2556429781DE961A83CE(L_3, /*hidden argument*/NULL);
bool L_5 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_4, _stringLiteral052B5EEAFA15280A9F75B12FF1B4D31E0D80EC77, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_003a;
}
}
{
// _main = this;
IL2CPP_RUNTIME_CLASS_INIT(CaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815_il2cpp_TypeInfo_var);
((CaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815_StaticFields*)il2cpp_codegen_static_fields_for(CaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815_il2cpp_TypeInfo_var))->set__main_6(__this);
}
IL_003a:
{
// }
return;
}
}
// System.Void FairyGUI.CaptureCamera::CheckMain()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CaptureCamera_CheckMain_m0B949F0765A8C8F6D146541349F08530B6D3749D (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CaptureCamera_CheckMain_m0B949F0765A8C8F6D146541349F08530B6D3749D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * V_0 = NULL;
{
// if (_main != null && _main.cachedCamera != null)
IL2CPP_RUNTIME_CLASS_INIT(CaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815_il2cpp_TypeInfo_var);
CaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815 * L_0 = ((CaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815_StaticFields*)il2cpp_codegen_static_fields_for(CaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815_il2cpp_TypeInfo_var))->get__main_6();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_1 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_0, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0020;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(CaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815_il2cpp_TypeInfo_var);
CaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815 * L_2 = ((CaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815_StaticFields*)il2cpp_codegen_static_fields_for(CaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815_il2cpp_TypeInfo_var))->get__main_6();
NullCheck(L_2);
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_3 = L_2->get_cachedCamera_5();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_4 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_3, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_4)
{
goto IL_0020;
}
}
{
// return;
return;
}
IL_0020:
{
// GameObject go = GameObject.Find(Name);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_5 = GameObject_Find_m1470FB04EB6DB15CCC0D9745B70EE987B318E9BD(_stringLiteral052B5EEAFA15280A9F75B12FF1B4D31E0D80EC77, /*hidden argument*/NULL);
V_0 = L_5;
// if (go != null)
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_6 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_7 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_6, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_0040;
}
}
{
// _main = go.GetComponent<CaptureCamera>();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_8 = V_0;
NullCheck(L_8);
CaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815 * L_9 = GameObject_GetComponent_TisCaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815_m904C83F7A033FB584169FEFE647A224D54247CA9(L_8, /*hidden argument*/GameObject_GetComponent_TisCaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815_m904C83F7A033FB584169FEFE647A224D54247CA9_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(CaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815_il2cpp_TypeInfo_var);
((CaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815_StaticFields*)il2cpp_codegen_static_fields_for(CaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815_il2cpp_TypeInfo_var))->set__main_6(L_9);
// return;
return;
}
IL_0040:
{
// GameObject cameraObject = new GameObject(Name);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_10 = (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)il2cpp_codegen_object_new(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_il2cpp_TypeInfo_var);
GameObject__ctor_mBB454E679AD9CF0B84D3609A01E6A9753ACF4686(L_10, _stringLiteral052B5EEAFA15280A9F75B12FF1B4D31E0D80EC77, /*hidden argument*/NULL);
// Camera camera = cameraObject.AddComponent<Camera>();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_11 = L_10;
NullCheck(L_11);
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_12 = GameObject_AddComponent_TisCamera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_m7DF3B4DB4CA60855860B6760DBA2B1AE5883D20F(L_11, /*hidden argument*/GameObject_AddComponent_TisCamera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_m7DF3B4DB4CA60855860B6760DBA2B1AE5883D20F_RuntimeMethod_var);
// camera.depth = 0;
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_13 = L_12;
NullCheck(L_13);
Camera_set_depth_m4A83CCCF7370B8AD4BDB2CD5528A6E12A409AE58(L_13, (0.0f), /*hidden argument*/NULL);
// camera.cullingMask = 1 << layer;
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_14 = L_13;
IL2CPP_RUNTIME_CLASS_INIT(CaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815_il2cpp_TypeInfo_var);
int32_t L_15 = CaptureCamera_get_layer_m4BE76B1B061F2135C7E38AC13EF5C3445E00F3D7(/*hidden argument*/NULL);
NullCheck(L_14);
Camera_set_cullingMask_m215DB1C878CF1ADEEF6800AF449EEEA7680ECCCD(L_14, ((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)L_15&(int32_t)((int32_t)31))))), /*hidden argument*/NULL);
// camera.clearFlags = CameraClearFlags.Depth;
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_16 = L_14;
NullCheck(L_16);
Camera_set_clearFlags_m805DFBD136AA3E1E46A2E61441965D174E87FE50(L_16, 3, /*hidden argument*/NULL);
// camera.orthographic = true;
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_17 = L_16;
NullCheck(L_17);
Camera_set_orthographic_mB2549D26F5E220102D7478EB4C15F8F12D96FE09(L_17, (bool)1, /*hidden argument*/NULL);
// camera.orthographicSize = 5;
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_18 = L_17;
NullCheck(L_18);
Camera_set_orthographicSize_mF15F37A294A7AA2ADD9519728A495DFA0A836428(L_18, (5.0f), /*hidden argument*/NULL);
// camera.nearClipPlane = -30;
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_19 = L_18;
NullCheck(L_19);
Camera_set_nearClipPlane_m9D81E50F8658C16319BEF3774E78B93DEB208C6B(L_19, (-30.0f), /*hidden argument*/NULL);
// camera.farClipPlane = 30;
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_20 = L_19;
NullCheck(L_20);
Camera_set_farClipPlane_m52986DC40B7F577255C4D5A4F780FD8A7D862626(L_20, (30.0f), /*hidden argument*/NULL);
// camera.enabled = false;
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_21 = L_20;
NullCheck(L_21);
Behaviour_set_enabled_m9755D3B17D7022D23D1E4C618BD9A6B66A5ADC6B(L_21, (bool)0, /*hidden argument*/NULL);
// camera.stereoTargetEye = StereoTargetEyeMask.None;
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_22 = L_21;
NullCheck(L_22);
Camera_set_stereoTargetEye_mE0ED5F289154FCD153D5F35A0F92EABE04B845EA(L_22, 0, /*hidden argument*/NULL);
// camera.allowHDR = false;
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_23 = L_22;
NullCheck(L_23);
Camera_set_allowHDR_mD5460B086C328CE83D294D01C5EABA2B4BAF8E0E(L_23, (bool)0, /*hidden argument*/NULL);
// camera.allowMSAA = false;
NullCheck(L_23);
Camera_set_allowMSAA_m05738C02C8AAB5DF3718D1DBC52E0BF4CF54753E(L_23, (bool)0, /*hidden argument*/NULL);
// cameraObject.AddComponent<CaptureCamera>();
NullCheck(L_11);
GameObject_AddComponent_TisCaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815_mD1031FD6EA71F98E62FB2FB064751CC28DF9FBC1(L_11, /*hidden argument*/GameObject_AddComponent_TisCaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815_mD1031FD6EA71F98E62FB2FB064751CC28DF9FBC1_RuntimeMethod_var);
// }
return;
}
}
// System.Int32 FairyGUI.CaptureCamera::get_layer()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CaptureCamera_get_layer_m4BE76B1B061F2135C7E38AC13EF5C3445E00F3D7 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CaptureCamera_get_layer_m4BE76B1B061F2135C7E38AC13EF5C3445E00F3D7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (_layer == -1)
IL2CPP_RUNTIME_CLASS_INIT(CaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815_il2cpp_TypeInfo_var);
int32_t L_0 = ((CaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815_StaticFields*)il2cpp_codegen_static_fields_for(CaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815_il2cpp_TypeInfo_var))->get__layer_7();
if ((!(((uint32_t)L_0) == ((uint32_t)(-1)))))
{
goto IL_0030;
}
}
{
// _layer = LayerMask.NameToLayer(LayerName);
int32_t L_1 = LayerMask_NameToLayer_m6491D9EA75F68B1F8AE15A9B4F193FFB9352B901(_stringLiteral6A37AC9C017B898C2221EE9FFAF81C98D9DD3617, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(CaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815_il2cpp_TypeInfo_var);
((CaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815_StaticFields*)il2cpp_codegen_static_fields_for(CaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815_il2cpp_TypeInfo_var))->set__layer_7(L_1);
// if (_layer == -1)
int32_t L_2 = ((CaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815_StaticFields*)il2cpp_codegen_static_fields_for(CaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815_il2cpp_TypeInfo_var))->get__layer_7();
if ((!(((uint32_t)L_2) == ((uint32_t)(-1)))))
{
goto IL_0030;
}
}
{
// _layer = 30;
IL2CPP_RUNTIME_CLASS_INIT(CaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815_il2cpp_TypeInfo_var);
((CaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815_StaticFields*)il2cpp_codegen_static_fields_for(CaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815_il2cpp_TypeInfo_var))->set__layer_7(((int32_t)30));
// Debug.LogWarning("Please define two layers named '" + CaptureCamera.LayerName + "' and '" + CaptureCamera.HiddenLayerName + "'");
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_LogWarning_m37338644DC81F640CCDFEAE35A223F0E965F0568(_stringLiteral68ECCE0A57F450A284E5BC2DE790ACA3B14FB626, /*hidden argument*/NULL);
}
IL_0030:
{
// return _layer;
IL2CPP_RUNTIME_CLASS_INIT(CaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815_il2cpp_TypeInfo_var);
int32_t L_3 = ((CaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815_StaticFields*)il2cpp_codegen_static_fields_for(CaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815_il2cpp_TypeInfo_var))->get__layer_7();
return L_3;
}
}
// System.Int32 FairyGUI.CaptureCamera::get_hiddenLayer()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CaptureCamera_get_hiddenLayer_m9B3A0C8975E0DA9530BABD1648ED1A126C451DB7 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CaptureCamera_get_hiddenLayer_m9B3A0C8975E0DA9530BABD1648ED1A126C451DB7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (_hiddenLayer == -1)
IL2CPP_RUNTIME_CLASS_INIT(CaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815_il2cpp_TypeInfo_var);
int32_t L_0 = ((CaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815_StaticFields*)il2cpp_codegen_static_fields_for(CaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815_il2cpp_TypeInfo_var))->get__hiddenLayer_8();
if ((!(((uint32_t)L_0) == ((uint32_t)(-1)))))
{
goto IL_0030;
}
}
{
// _hiddenLayer = LayerMask.NameToLayer(HiddenLayerName);
int32_t L_1 = LayerMask_NameToLayer_m6491D9EA75F68B1F8AE15A9B4F193FFB9352B901(_stringLiteral1BFD3BFF8047FC479282766EDF45FBF3B37B3B12, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(CaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815_il2cpp_TypeInfo_var);
((CaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815_StaticFields*)il2cpp_codegen_static_fields_for(CaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815_il2cpp_TypeInfo_var))->set__hiddenLayer_8(L_1);
// if (_hiddenLayer == -1)
int32_t L_2 = ((CaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815_StaticFields*)il2cpp_codegen_static_fields_for(CaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815_il2cpp_TypeInfo_var))->get__hiddenLayer_8();
if ((!(((uint32_t)L_2) == ((uint32_t)(-1)))))
{
goto IL_0030;
}
}
{
// Debug.LogWarning("Please define two layers named '" + CaptureCamera.LayerName + "' and '" + CaptureCamera.HiddenLayerName + "'");
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_LogWarning_m37338644DC81F640CCDFEAE35A223F0E965F0568(_stringLiteral68ECCE0A57F450A284E5BC2DE790ACA3B14FB626, /*hidden argument*/NULL);
// _hiddenLayer = 31;
IL2CPP_RUNTIME_CLASS_INIT(CaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815_il2cpp_TypeInfo_var);
((CaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815_StaticFields*)il2cpp_codegen_static_fields_for(CaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815_il2cpp_TypeInfo_var))->set__hiddenLayer_8(((int32_t)31));
}
IL_0030:
{
// return _hiddenLayer;
IL2CPP_RUNTIME_CLASS_INIT(CaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815_il2cpp_TypeInfo_var);
int32_t L_3 = ((CaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815_StaticFields*)il2cpp_codegen_static_fields_for(CaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815_il2cpp_TypeInfo_var))->get__hiddenLayer_8();
return L_3;
}
}
// UnityEngine.RenderTexture FairyGUI.CaptureCamera::CreateRenderTexture(System.Int32,System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * CaptureCamera_CreateRenderTexture_m94532FD87A3BA922637B90F812E8E086C48B1CE0 (int32_t ___width0, int32_t ___height1, bool ___stencilSupport2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CaptureCamera_CreateRenderTexture_m94532FD87A3BA922637B90F812E8E086C48B1CE0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t G_B2_0 = 0;
int32_t G_B2_1 = 0;
int32_t G_B1_0 = 0;
int32_t G_B1_1 = 0;
int32_t G_B3_0 = 0;
int32_t G_B3_1 = 0;
int32_t G_B3_2 = 0;
{
// RenderTexture texture = new RenderTexture(width, height, stencilSupport ? 24 : 0, RenderTextureFormat.ARGB32);
int32_t L_0 = ___width0;
int32_t L_1 = ___height1;
bool L_2 = ___stencilSupport2;
G_B1_0 = L_1;
G_B1_1 = L_0;
if (L_2)
{
G_B2_0 = L_1;
G_B2_1 = L_0;
goto IL_0008;
}
}
{
G_B3_0 = 0;
G_B3_1 = G_B1_0;
G_B3_2 = G_B1_1;
goto IL_000a;
}
IL_0008:
{
G_B3_0 = ((int32_t)24);
G_B3_1 = G_B2_0;
G_B3_2 = G_B2_1;
}
IL_000a:
{
RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * L_3 = (RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 *)il2cpp_codegen_object_new(RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6_il2cpp_TypeInfo_var);
RenderTexture__ctor_m0FF5DDAB599ED301091CF23D4C76691D8EC70CA5(L_3, G_B3_2, G_B3_1, G_B3_0, 0, /*hidden argument*/NULL);
// texture.antiAliasing = 1;
RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * L_4 = L_3;
NullCheck(L_4);
RenderTexture_set_antiAliasing_mBE37447FA23E0D57731C1456165E03303EC9B559(L_4, 1, /*hidden argument*/NULL);
// texture.filterMode = FilterMode.Bilinear;
RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * L_5 = L_4;
NullCheck(L_5);
Texture_set_filterMode_mB9AC927A527EFE95771B9B438E2CFB9EDA84AF01(L_5, 1, /*hidden argument*/NULL);
// texture.anisoLevel = 0;
RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * L_6 = L_5;
NullCheck(L_6);
Texture_set_anisoLevel_mD2F6FE80CC33E408368734983EBA1463BB2D5712(L_6, 0, /*hidden argument*/NULL);
// texture.useMipMap = false;
RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * L_7 = L_6;
NullCheck(L_7);
RenderTexture_set_useMipMap_m5C5D90A9CA6125C21536E945890A84B7B7560D51(L_7, (bool)0, /*hidden argument*/NULL);
// texture.wrapMode = TextureWrapMode.Clamp;
RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * L_8 = L_7;
NullCheck(L_8);
Texture_set_wrapMode_m85E9A995D5947B59FE13A7311E891F3DEDEBBCEC(L_8, 1, /*hidden argument*/NULL);
// texture.hideFlags = DisplayOptions.hideFlags;
RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * L_9 = L_8;
IL2CPP_RUNTIME_CLASS_INIT(DisplayOptions_t4B4C59CB88F891706B8F84001E79575634819070_il2cpp_TypeInfo_var);
int32_t L_10 = ((DisplayOptions_t4B4C59CB88F891706B8F84001E79575634819070_StaticFields*)il2cpp_codegen_static_fields_for(DisplayOptions_t4B4C59CB88F891706B8F84001E79575634819070_il2cpp_TypeInfo_var))->get_hideFlags_0();
NullCheck(L_9);
Object_set_hideFlags_mB0B45A19A5871EF407D7B09E0EB76003496BA4F0(L_9, L_10, /*hidden argument*/NULL);
// return texture;
return L_9;
}
}
// System.Void FairyGUI.CaptureCamera::Capture(FairyGUI.DisplayObject,UnityEngine.RenderTexture,UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CaptureCamera_Capture_mFACFA9B309DD9C99E58490AEB82FFBEA4629CDF0 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * ___target0, RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * ___texture1, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___offset2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CaptureCamera_Capture_mFACFA9B309DD9C99E58490AEB82FFBEA4629CDF0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA V_0;
memset((&V_0), 0, sizeof(V_0));
float V_1 = 0.0f;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_2;
memset((&V_2), 0, sizeof(V_2));
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_3;
memset((&V_3), 0, sizeof(V_3));
float V_4 = 0.0f;
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * V_5 = NULL;
int32_t V_6 = 0;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E V_7;
memset((&V_7), 0, sizeof(V_7));
int32_t G_B6_0 = 0;
{
// CheckMain();
IL2CPP_RUNTIME_CLASS_INIT(CaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815_il2cpp_TypeInfo_var);
CaptureCamera_CheckMain_m0B949F0765A8C8F6D146541349F08530B6D3749D(/*hidden argument*/NULL);
// Matrix4x4 matrix = target.cachedTransform.localToWorldMatrix;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_0 = ___target0;
NullCheck(L_0);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_1 = DisplayObject_get_cachedTransform_mBD9932FF92FA58C0501524AB018F4CA11FB77C73_inline(L_0, /*hidden argument*/NULL);
NullCheck(L_1);
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA L_2 = Transform_get_localToWorldMatrix_mBC86B8C7BA6F53DAB8E0120D77729166399A0EED(L_1, /*hidden argument*/NULL);
V_0 = L_2;
// float unitsPerPixel = new Vector4(matrix.m00, matrix.m10, matrix.m20, matrix.m30).magnitude;
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA L_3 = V_0;
float L_4 = L_3.get_m00_0();
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA L_5 = V_0;
float L_6 = L_5.get_m10_1();
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA L_7 = V_0;
float L_8 = L_7.get_m20_2();
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA L_9 = V_0;
float L_10 = L_9.get_m30_3();
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_11;
memset((&L_11), 0, sizeof(L_11));
Vector4__ctor_m545458525879607A5392A10B175D0C19B2BC715D((&L_11), L_4, L_6, L_8, L_10, /*hidden argument*/NULL);
V_7 = L_11;
float L_12 = Vector4_get_magnitude_mE33CE76438DDE4DDBBAD94178B07D9364674D356((Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E *)(&V_7), /*hidden argument*/NULL);
V_1 = L_12;
// forward.x = matrix.m02;
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA L_13 = V_0;
float L_14 = L_13.get_m02_8();
(&V_2)->set_x_2(L_14);
// forward.y = matrix.m12;
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA L_15 = V_0;
float L_16 = L_15.get_m12_9();
(&V_2)->set_y_3(L_16);
// forward.z = matrix.m22;
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA L_17 = V_0;
float L_18 = L_17.get_m22_10();
(&V_2)->set_z_4(L_18);
// upwards.x = matrix.m01;
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA L_19 = V_0;
float L_20 = L_19.get_m01_4();
(&V_3)->set_x_2(L_20);
// upwards.y = matrix.m11;
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA L_21 = V_0;
float L_22 = L_21.get_m11_5();
(&V_3)->set_y_3(L_22);
// upwards.z = matrix.m21;
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA L_23 = V_0;
float L_24 = L_23.get_m21_6();
(&V_3)->set_z_4(L_24);
// float halfHeight = (float)texture.height / 2;
RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * L_25 = ___texture1;
NullCheck(L_25);
int32_t L_26 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 UnityEngine.Texture::get_height() */, L_25);
V_4 = ((float)((float)(((float)((float)L_26)))/(float)(2.0f)));
// Camera camera = _main.cachedCamera;
CaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815 * L_27 = ((CaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815_StaticFields*)il2cpp_codegen_static_fields_for(CaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815_il2cpp_TypeInfo_var))->get__main_6();
NullCheck(L_27);
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_28 = L_27->get_cachedCamera_5();
V_5 = L_28;
// camera.targetTexture = texture;
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_29 = V_5;
RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * L_30 = ___texture1;
NullCheck(L_29);
Camera_set_targetTexture_m9D0DCEFF0C5596CBBC6FA7EE206F196CB0A8997D(L_29, L_30, /*hidden argument*/NULL);
// camera.orthographicSize = halfHeight * unitsPerPixel;
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_31 = V_5;
float L_32 = V_4;
float L_33 = V_1;
NullCheck(L_31);
Camera_set_orthographicSize_mF15F37A294A7AA2ADD9519728A495DFA0A836428(L_31, ((float)il2cpp_codegen_multiply((float)L_32, (float)L_33)), /*hidden argument*/NULL);
// _main.cachedTransform.localPosition = target.cachedTransform.TransformPoint(halfHeight * camera.aspect - offset.x, -halfHeight + offset.y, 0);
CaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815 * L_34 = ((CaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815_StaticFields*)il2cpp_codegen_static_fields_for(CaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815_il2cpp_TypeInfo_var))->get__main_6();
NullCheck(L_34);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_35 = L_34->get_cachedTransform_4();
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_36 = ___target0;
NullCheck(L_36);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_37 = DisplayObject_get_cachedTransform_mBD9932FF92FA58C0501524AB018F4CA11FB77C73_inline(L_36, /*hidden argument*/NULL);
float L_38 = V_4;
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_39 = V_5;
NullCheck(L_39);
float L_40 = Camera_get_aspect_m2ADA7982754920C3B58B4DB664801D6F2416E0C6(L_39, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_41 = ___offset2;
float L_42 = L_41.get_x_0();
float L_43 = V_4;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_44 = ___offset2;
float L_45 = L_44.get_y_1();
NullCheck(L_37);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_46 = Transform_TransformPoint_m363B3A9E2C3A9A52F4B872CF34F476D87CCC8CEC(L_37, ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_38, (float)L_40)), (float)L_42)), ((float)il2cpp_codegen_add((float)((-L_43)), (float)L_45)), (0.0f), /*hidden argument*/NULL);
NullCheck(L_35);
Transform_set_localPosition_m275F5550DD939F83AFEB5E8D681131172E2E1728(L_35, L_46, /*hidden argument*/NULL);
// _main.cachedTransform.localRotation = Quaternion.LookRotation(forward, upwards);
CaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815 * L_47 = ((CaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815_StaticFields*)il2cpp_codegen_static_fields_for(CaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815_il2cpp_TypeInfo_var))->get__main_6();
NullCheck(L_47);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_48 = L_47->get_cachedTransform_4();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_49 = V_2;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_50 = V_3;
IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357_il2cpp_TypeInfo_var);
Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 L_51 = Quaternion_LookRotation_m7BED8FBB457FF073F183AC7962264E5110794672(L_49, L_50, /*hidden argument*/NULL);
NullCheck(L_48);
Transform_set_localRotation_mE2BECB0954FFC1D93FB631600D9A9BEFF41D9C8A(L_48, L_51, /*hidden argument*/NULL);
// int oldLayer = 0;
V_6 = 0;
// if (target.graphics != null)
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_52 = ___target0;
NullCheck(L_52);
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_53 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(L_52, /*hidden argument*/NULL);
if (!L_53)
{
goto IL_0136;
}
}
{
// oldLayer = target.graphics.gameObject.layer;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_54 = ___target0;
NullCheck(L_54);
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_55 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(L_54, /*hidden argument*/NULL);
NullCheck(L_55);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_56 = NGraphics_get_gameObject_m7FFE7F33E6B28AF9A06E1A3C8C425116231719F7_inline(L_55, /*hidden argument*/NULL);
NullCheck(L_56);
int32_t L_57 = GameObject_get_layer_m0DE90D8A3D3AA80497A3A80FBEAC2D207C16B9C8(L_56, /*hidden argument*/NULL);
V_6 = L_57;
// target.graphics.gameObject.layer = CaptureCamera.layer;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_58 = ___target0;
NullCheck(L_58);
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_59 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(L_58, /*hidden argument*/NULL);
NullCheck(L_59);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_60 = NGraphics_get_gameObject_m7FFE7F33E6B28AF9A06E1A3C8C425116231719F7_inline(L_59, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(CaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815_il2cpp_TypeInfo_var);
int32_t L_61 = CaptureCamera_get_layer_m4BE76B1B061F2135C7E38AC13EF5C3445E00F3D7(/*hidden argument*/NULL);
NullCheck(L_60);
GameObject_set_layer_mDAC8037FCFD0CE62DB66004C4342EA20CF604907(L_60, L_61, /*hidden argument*/NULL);
}
IL_0136:
{
// if (target is Container)
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_62 = ___target0;
if (!((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)IsInstClass((RuntimeObject*)L_62, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)))
{
goto IL_0176;
}
}
{
// oldLayer = ((Container)target).numChildren > 0 ? ((Container)target).GetChildAt(0).layer : CaptureCamera.hiddenLayer;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_63 = ___target0;
NullCheck(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_63, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)));
int32_t L_64 = Container_get_numChildren_m4435FA44F05419C2656BA788023392CE9B45EA73(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_63, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
if ((((int32_t)L_64) > ((int32_t)0)))
{
goto IL_0153;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(CaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815_il2cpp_TypeInfo_var);
int32_t L_65 = CaptureCamera_get_hiddenLayer_m9B3A0C8975E0DA9530BABD1648ED1A126C451DB7(/*hidden argument*/NULL);
G_B6_0 = L_65;
goto IL_0164;
}
IL_0153:
{
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_66 = ___target0;
NullCheck(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_66, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)));
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_67 = Container_GetChildAt_mF1A7165A6C4555A7832B91C7A71048E58C761E02(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_66, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)), 0, /*hidden argument*/NULL);
NullCheck(L_67);
int32_t L_68 = VirtFuncInvoker0< int32_t >::Invoke(17 /* System.Int32 FairyGUI.DisplayObject::get_layer() */, L_67);
G_B6_0 = L_68;
}
IL_0164:
{
V_6 = G_B6_0;
// ((Container)target).SetChildrenLayer(CaptureCamera.layer);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_69 = ___target0;
IL2CPP_RUNTIME_CLASS_INIT(CaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815_il2cpp_TypeInfo_var);
int32_t L_70 = CaptureCamera_get_layer_m4BE76B1B061F2135C7E38AC13EF5C3445E00F3D7(/*hidden argument*/NULL);
NullCheck(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_69, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)));
Container_SetChildrenLayer_m941916D1215FEBC8F8ED5F0065FF992C866B34EE(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_69, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)), L_70, /*hidden argument*/NULL);
}
IL_0176:
{
// RenderTexture old = RenderTexture.active;
RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * L_71 = RenderTexture_get_active_m670416A37BF4239DE5A55F6138CAA1FEEF184957(/*hidden argument*/NULL);
// RenderTexture.active = texture;
RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * L_72 = ___texture1;
RenderTexture_set_active_m992E25C701DEFC8042B31022EA45F02A787A84F1(L_72, /*hidden argument*/NULL);
// GL.Clear(true, true, Color.clear);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_73 = Color_get_clear_m419239BDAEB3D3C4B4291BF2C6EF09A7D7D81360(/*hidden argument*/NULL);
GL_Clear_mBC8B714C794457D52A5343F40399BBDF57BA978A((bool)1, (bool)1, L_73, /*hidden argument*/NULL);
// camera.Render();
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_74 = V_5;
NullCheck(L_74);
Camera_Render_m397647083E9A37A18A452C4D7FCF23CCF8870F42(L_74, /*hidden argument*/NULL);
// RenderTexture.active = old;
RenderTexture_set_active_m992E25C701DEFC8042B31022EA45F02A787A84F1(L_71, /*hidden argument*/NULL);
// if (target.graphics != null)
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_75 = ___target0;
NullCheck(L_75);
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_76 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(L_75, /*hidden argument*/NULL);
if (!L_76)
{
goto IL_01b3;
}
}
{
// target.graphics.gameObject.layer = oldLayer;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_77 = ___target0;
NullCheck(L_77);
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_78 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(L_77, /*hidden argument*/NULL);
NullCheck(L_78);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_79 = NGraphics_get_gameObject_m7FFE7F33E6B28AF9A06E1A3C8C425116231719F7_inline(L_78, /*hidden argument*/NULL);
int32_t L_80 = V_6;
NullCheck(L_79);
GameObject_set_layer_mDAC8037FCFD0CE62DB66004C4342EA20CF604907(L_79, L_80, /*hidden argument*/NULL);
}
IL_01b3:
{
// if (target is Container)
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_81 = ___target0;
if (!((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)IsInstClass((RuntimeObject*)L_81, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)))
{
goto IL_01c8;
}
}
{
// ((Container)target).SetChildrenLayer(oldLayer);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_82 = ___target0;
int32_t L_83 = V_6;
NullCheck(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_82, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)));
Container_SetChildrenLayer_m941916D1215FEBC8F8ED5F0065FF992C866B34EE(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_82, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)), L_83, /*hidden argument*/NULL);
}
IL_01c8:
{
// }
return;
}
}
// System.Void FairyGUI.CaptureCamera::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CaptureCamera__ctor_m5B489DDC0EBBDEE5793F4F5E840D9ADC96B5B002 (CaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815 * __this, const RuntimeMethod* method)
{
{
MonoBehaviour__ctor_mEAEC84B222C60319D593E456D769B3311DFCEF97(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void FairyGUI.CaptureCamera::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CaptureCamera__cctor_m459A560FD9C934D711C409108C00105D70A40109 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CaptureCamera__cctor_m459A560FD9C934D711C409108C00105D70A40109_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// static int _layer = -1;
((CaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815_StaticFields*)il2cpp_codegen_static_fields_for(CaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815_il2cpp_TypeInfo_var))->set__layer_7((-1));
// static int _hiddenLayer = -1;
((CaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815_StaticFields*)il2cpp_codegen_static_fields_for(CaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815_il2cpp_TypeInfo_var))->set__hiddenLayer_8((-1));
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void FairyGUI.ChangePageAction::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChangePageAction__ctor_m2481C99FBBD2AB066715B63919A47175C2A049BD (ChangePageAction_t796EAD0EAA1D1077F19D38B137A209836727F560 * __this, const RuntimeMethod* method)
{
{
// public ChangePageAction()
ControllerAction__ctor_m7EAB02F236546B22DE201031A3AD5CA1621DBE6E(__this, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.ChangePageAction::Enter(FairyGUI.Controller)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChangePageAction_Enter_mEE75567B6C45B55080755936DD1ABC47DB8F318C (ChangePageAction_t796EAD0EAA1D1077F19D38B137A209836727F560 * __this, Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * ___controller0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ChangePageAction_Enter_mEE75567B6C45B55080755936DD1ABC47DB8F318C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * V_0 = NULL;
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * V_1 = NULL;
{
// if (string.IsNullOrEmpty(controllerName))
String_t* L_0 = __this->get_controllerName_3();
bool L_1 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_0, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_000e;
}
}
{
// return;
return;
}
IL_000e:
{
// if (!string.IsNullOrEmpty(objectId))
String_t* L_2 = __this->get_objectId_2();
bool L_3 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_2, /*hidden argument*/NULL);
if (L_3)
{
goto IL_0034;
}
}
{
// gcom = controller.parent.GetChildById(objectId) as GComponent;
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_4 = ___controller0;
NullCheck(L_4);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_5 = L_4->get_parent_3();
String_t* L_6 = __this->get_objectId_2();
NullCheck(L_5);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_7 = GComponent_GetChildById_mB415CB2FD2016AE4CF8C63368B977227B1DC2A91(L_5, L_6, /*hidden argument*/NULL);
V_0 = ((GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC *)IsInstClass((RuntimeObject*)L_7, GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC_il2cpp_TypeInfo_var));
goto IL_003b;
}
IL_0034:
{
// gcom = controller.parent;
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_8 = ___controller0;
NullCheck(L_8);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_9 = L_8->get_parent_3();
V_0 = L_9;
}
IL_003b:
{
// if (gcom != null)
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_10 = V_0;
if (!L_10)
{
goto IL_0066;
}
}
{
// Controller cc = gcom.GetController(controllerName);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_11 = V_0;
String_t* L_12 = __this->get_controllerName_3();
NullCheck(L_11);
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_13 = GComponent_GetController_m06FAB111095468519250A84CC95E2F1386AA20DD(L_11, L_12, /*hidden argument*/NULL);
V_1 = L_13;
// if (cc != null && cc != controller && !cc.changing)
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_14 = V_1;
if (!L_14)
{
goto IL_0066;
}
}
{
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_15 = V_1;
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_16 = ___controller0;
if ((((RuntimeObject*)(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 *)L_15) == ((RuntimeObject*)(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 *)L_16)))
{
goto IL_0066;
}
}
{
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_17 = V_1;
NullCheck(L_17);
bool L_18 = L_17->get_changing_5();
if (L_18)
{
goto IL_0066;
}
}
{
// cc.selectedPageId = targetPage;
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_19 = V_1;
String_t* L_20 = __this->get_targetPage_4();
NullCheck(L_19);
Controller_set_selectedPageId_m5AD05F9CA77EF32AA132EA6B0192F51E7E20214F(L_19, L_20, /*hidden argument*/NULL);
}
IL_0066:
{
// }
return;
}
}
// System.Void FairyGUI.ChangePageAction::Setup(FairyGUI.Utils.ByteBuffer)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChangePageAction_Setup_mCEA144A90705EF72988A2CC4E72A68B11D85F4F9 (ChangePageAction_t796EAD0EAA1D1077F19D38B137A209836727F560 * __this, ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * ___buffer0, const RuntimeMethod* method)
{
{
// base.Setup(buffer);
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_0 = ___buffer0;
ControllerAction_Setup_m53C43C8D3F10A918127B28CD3E6F3C8B10A8F5D7(__this, L_0, /*hidden argument*/NULL);
// objectId = buffer.ReadS();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_1 = ___buffer0;
NullCheck(L_1);
String_t* L_2 = ByteBuffer_ReadS_mC497272A7CE63FF5C6B818B7084FA4AEF36B7D92(L_1, /*hidden argument*/NULL);
__this->set_objectId_2(L_2);
// controllerName = buffer.ReadS();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_3 = ___buffer0;
NullCheck(L_3);
String_t* L_4 = ByteBuffer_ReadS_mC497272A7CE63FF5C6B818B7084FA4AEF36B7D92(L_3, /*hidden argument*/NULL);
__this->set_controllerName_3(L_4);
// targetPage = buffer.ReadS();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_5 = ___buffer0;
NullCheck(L_5);
String_t* L_6 = ByteBuffer_ReadS_mC497272A7CE63FF5C6B818B7084FA4AEF36B7D92(L_5, /*hidden argument*/NULL);
__this->set_targetPage_4(L_6);
// }
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline (String_t* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_stringLength_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void BuglyAgent__SetCrashReporterLogLevel_m94474206F570C095F593B8DFA13C114E6F36A01F_inline (int32_t ___logLevel0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BuglyAgent__SetCrashReporterLogLevel_m94474206F570C095F593B8DFA13C114E6F36A01FAssemblyU2DCSharp_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// _crashReproterCustomizedLogLevel = logLevel;
int32_t L_0 = ___logLevel0;
IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var);
((BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_StaticFields*)il2cpp_codegen_static_fields_for(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var))->set__crashReproterCustomizedLogLevel_5(L_0);
// }
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool BuglyAgent_get_IsInitialized_m9BDF482CC018EB47290A5AB03DCE39D38B91DE09_inline (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BuglyAgent_get_IsInitialized_m9BDF482CC018EB47290A5AB03DCE39D38B91DE09AssemblyU2DCSharp_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// get { return _isInitialized; }
IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var);
bool L_0 = ((BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_StaticFields*)il2cpp_codegen_static_fields_for(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var))->get__isInitialized_2();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void BuglyAgent_EnableDebugMode_m66014BDE882FB03AA428E56966C02982AD23D55D_inline (bool ___enable0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BuglyAgent_EnableDebugMode_m66014BDE882FB03AA428E56966C02982AD23D55DAssemblyU2DCSharp_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// _debugMode = enable;
bool L_0 = ___enable0;
IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var);
((BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_StaticFields*)il2cpp_codegen_static_fields_for(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var))->set__debugMode_6(L_0);
// }
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * UnhandledExceptionEventArgs_get_ExceptionObject_m1936F64BC46B54AA159A4B366BED7AF11DEED0C3_inline (UnhandledExceptionEventArgs_t39DD47D43B0D764FE2C9847FBE760031FBEA0FD1 * __this, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = __this->get__Exception_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void BuglyAgent_ConfigAutoReportLogLevel_mBEFEBB80C63DC039EF5414B3324FE6BFB6C206C7_inline (int32_t ___level0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BuglyAgent_ConfigAutoReportLogLevel_mBEFEBB80C63DC039EF5414B3324FE6BFB6C206C7AssemblyU2DCSharp_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// _autoReportLogLevel = level;
int32_t L_0 = ___level0;
IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var);
((BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_StaticFields*)il2cpp_codegen_static_fields_for(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var))->set__autoReportLogLevel_3(L_0);
// }
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void BuglyAgent_ConfigAutoQuitApplication_m730858239845C1B20B0F815AB40CD5EE13FF179F_inline (bool ___autoQuit0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BuglyAgent_ConfigAutoQuitApplication_m730858239845C1B20B0F815AB40CD5EE13FF179FAssemblyU2DCSharp_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// _autoQuitApplicationAfterReport = autoQuit;
bool L_0 = ___autoQuit0;
IL2CPP_RUNTIME_CLASS_INIT(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var);
((BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_StaticFields*)il2cpp_codegen_static_fields_for(BuglyAgent_tC986EB8D95E952202B6B9138B2341B6C53990291_il2cpp_TypeInfo_var))->set__autoQuitApplicationAfterReport_7(L_0);
// }
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * LuaBaseRef_GetLuaState_m59DE3FCE4CC705ACD929988CF70F8609260CD99B_inline (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 * __this, const RuntimeMethod* method)
{
{
// return luaState;
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = __this->get_luaState_2();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * Delegate_get_Target_m5371341CE435E001E9FD407AE78F728824CE20E2_inline (Delegate_t * __this, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = __this->get_m_target_2();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t ByteBuffer_get_position_m82D17B364896944C7CDC51CFBF89DECED564C40D_inline (ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * __this, const RuntimeMethod* method)
{
{
// get { return _pointer; }
int32_t L_0 = __this->get__pointer_3();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ByteBuffer_set_position_m244AD3BBF176CAD83C2AABD9B5748DA765313416_inline (ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// set { _pointer = value; }
int32_t L_0 = ___value0;
__this->set__pointer_3(L_0);
// set { _pointer = value; }
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR GObjectPool_t679A95F94538DC866986686E81321C6F406BEF17 * GList_get_itemPool_mDF34A430E2602CCD0190CB35EFE830F8053F8027_inline (GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * __this, const RuntimeMethod* method)
{
{
// get { return _pool; }
GObjectPool_t679A95F94538DC866986686E81321C6F406BEF17 * L_0 = __this->get__pool_108();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* UIPackage_get_id_m7615CE5A25D41AA535E3EB3FA0905E6C049700CB_inline (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * __this, const RuntimeMethod* method)
{
{
// public string id { get; private set; }
String_t* L_0 = __this->get_U3CidU3Ek__BackingField_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void BaseFont_set_name_m761C9192ED6DCB3912DACF45A637DA266FF8CC66_inline (BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
// public string name { get; protected set; }
String_t* L_0 = ___value0;
__this->set_U3CnameU3Ek__BackingField_0(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * DisplayObject_get_paintingGraphics_m83CE352AF96A18564A50301B6AA8F39B75A265DD_inline (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
{
// public NGraphics paintingGraphics { get; protected set; }
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_0 = __this->get_U3CpaintingGraphicsU3Ek__BackingField_7();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * NGraphics_get_texture_m3664EBAFA5CB8F505A62CA24BAF9650A897261FB_inline (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, const RuntimeMethod* method)
{
{
// get { return _texture; }
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_0 = __this->get__texture_7();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * DisplayObject_get_cachedTransform_mBD9932FF92FA58C0501524AB018F4CA11FB77C73_inline (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
{
// public Transform cachedTransform { get; protected set; }
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_0 = __this->get_U3CcachedTransformU3Ek__BackingField_5();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
{
// public NGraphics graphics { get; protected set; }
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_0 = __this->get_U3CgraphicsU3Ek__BackingField_6();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * NGraphics_get_gameObject_m7FFE7F33E6B28AF9A06E1A3C8C425116231719F7_inline (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, const RuntimeMethod* method)
{
{
// public GameObject gameObject { get; private set; }
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_0 = __this->get_U3CgameObjectU3Ek__BackingField_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* Array_Empty_TisRuntimeObject_m9CF99326FAC8A01A4A25C90AA97F0799BA35ECAB_gshared_inline (const RuntimeMethod* method)
{
{
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = ((EmptyArray_1_tCF137C88A5824F413EFB5A2F31664D8207E61D26_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE Enumerator_get_Current_m5B32A9FC8294CB723DCD1171744B32E1775B6318_gshared_inline (Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB * __this, const RuntimeMethod* method)
{
{
KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE L_0 = (KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE )__this->get_current_3();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_m9D4E9BCBAB1BE560871A0889C851FC22A09975F4_gshared_inline (KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE * __this, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = (RuntimeObject *)__this->get_key_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m8C7B882C4D425535288FAAD08EAF11D289A43AEC_gshared_inline (KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE * __this, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = (RuntimeObject *)__this->get_value_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void DelegateTraits_1_Init_mEB3F2C4D5C557BB8A48D48F216DA58310A86C02E_gshared_inline (DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * ___func0, const RuntimeMethod* method)
{
{
// _Create = func;
DelegateCreate_tD61D611D958559F210C740193C51F2D729AEA48C * L_0 = ___func0;
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0));
((DelegateTraits_1_tD91CF3DD359003610EE258A8F296EEFF75D1A420_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set__Create_0(L_0);
// }
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->get__size_2();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t ___index0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___index0;
int32_t L_1 = (int32_t)__this->get__size_2();
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
{
goto IL_000e;
}
}
{
ThrowHelper_ThrowArgumentOutOfRangeException_mBA2AF20A35144E0C43CD721A22EAC9FCA15D6550(/*hidden argument*/NULL);
}
IL_000e:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)__this->get__items_1();
int32_t L_3 = ___index0;
RuntimeObject * L_4 = IL2CPP_ARRAY_UNSAFE_LOAD((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)L_2, (int32_t)L_3);
return L_4;
}
}